Pull request #3190 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at dd3c5304426daa1a06e165d92e5378a7e6535b25 rather than 80a5fc01eef6eda66ac70f2e91be96a417930f70 Obtained Jenkinsfile from dd3c5304426daa1a06e165d92e5378a7e6535b25 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29244 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 80a5fc01eef6eda66ac70f2e91be96a417930f70 Merge succeeded, producing 80a5fc01eef6eda66ac70f2e91be96a417930f70 Checking out Revision 80a5fc01eef6eda66ac70f2e91be96a417930f70 (PR-3190) > git config core.sparsecheckout # timeout=10 > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" First time build. Skipping changelog. > git rev-list --no-walk 62ccb9225f901d2b54bc686781d0389368e57abd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T03:24:58.667Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T03:24:58.967Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T03:24:59.078Z] ========================================================= [2021-03-10T03:24:59.078Z] EdgeX Global Pipelines Version Info [2021-03-10T03:24:59.078Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:25:00.552Z] ------------------- [2021-03-10T03:25:00.552Z] stable info: [2021-03-10T03:25:00.552Z] ------------------- [2021-03-10T03:25:00.552Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T03:25:00.552Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T03:25:00.552Z] Message: update stable to v1.0.184 [2021-03-10T03:25:01.499Z] ------------------- [2021-03-10T03:25:01.499Z] experimental info: [2021-03-10T03:25:01.499Z] ------------------- [2021-03-10T03:25:01.499Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T03:25:01.499Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T03:25:01.499Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T03:25:01.858Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-10T03:25:01.960Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-10T03:25:02.072Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T03:25:02.216Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T03:25:02.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T03:25:02.413Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T03:25:02.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T03:25:02.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-10T03:25:02.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-10T03:25:02.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-10T03:25:02.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T03:25:03.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T03:25:03.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T03:25:03.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T03:25:03.326Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T03:25:03.420Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T03:25:03.512Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T03:25:03.618Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T03:25:03.728Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-10T03:25:03.820Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-10T03:25:03.915Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-10T03:25:04.011Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T03:25:04.159Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3190 [Pipeline] echo [2021-03-10T03:25:04.247Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3190 [Pipeline] echo [2021-03-10T03:25:04.341Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3190 [Pipeline] echo [2021-03-10T03:25:04.433Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 80a5fc01eef6eda66ac70f2e91be96a417930f70 [Pipeline] echo [2021-03-10T03:25:04.534Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 80a5fc0 [Pipeline] echo [2021-03-10T03:25:04.633Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T03:25:04.818Z] provisioning config files... [2021-03-10T03:25:04.868Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config5913500680928169755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:25:05.228Z] ---> docker-login.sh [2021-03-10T03:25:05.228Z] nexus3.edgexfoundry.org:10001 [2021-03-10T03:25:05.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T03:25:05.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T03:25:05.491Z] Configure a credential helper to remove this warning. See [2021-03-10T03:25:05.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T03:25:05.491Z] [2021-03-10T03:25:05.755Z] Login Succeeded [2021-03-10T03:25:05.755Z] nexus3.edgexfoundry.org:10002 [2021-03-10T03:25:05.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T03:25:05.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T03:25:05.755Z] Configure a credential helper to remove this warning. See [2021-03-10T03:25:05.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T03:25:05.755Z] [2021-03-10T03:25:05.755Z] Login Succeeded [2021-03-10T03:25:05.755Z] nexus3.edgexfoundry.org:10003 [2021-03-10T03:25:06.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T03:25:06.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T03:25:06.019Z] Configure a credential helper to remove this warning. See [2021-03-10T03:25:06.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T03:25:06.019Z] [2021-03-10T03:25:06.019Z] Login Succeeded [2021-03-10T03:25:06.019Z] nexus3.edgexfoundry.org:10004 [2021-03-10T03:25:06.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T03:25:06.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T03:25:06.282Z] Configure a credential helper to remove this warning. See [2021-03-10T03:25:06.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T03:25:06.282Z] [2021-03-10T03:25:06.282Z] Login Succeeded [2021-03-10T03:25:06.282Z] docker.io [2021-03-10T03:25:06.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T03:25:06.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T03:25:06.544Z] Configure a credential helper to remove this warning. See [2021-03-10T03:25:06.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T03:25:06.544Z] [2021-03-10T03:25:06.544Z] Login Succeeded [2021-03-10T03:25:06.544Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T03:25:06.554Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T03:25:07.046Z] ++ 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-03-10T03:25:07.046Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T03:25:07.046Z] ++ dirname cmd/core-command/Dockerfile [2021-03-10T03:25:07.046Z] ++ cut -d/ -f2 [2021-03-10T03:25:07.046Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-10T03:25:07.046Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T03:25:07.046Z] ++ dirname cmd/core-data/Dockerfile [2021-03-10T03:25:07.046Z] ++ cut -d/ -f2 [2021-03-10T03:25:07.046Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-10T03:25:07.046Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T03:25:07.046Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-10T03:25:07.046Z] ++ cut -d/ -f2 [2021-03-10T03:25:07.046Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-10T03:25:07.046Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T03:25:07.046Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-10T03:25:07.046Z] ++ cut -d/ -f2 [2021-03-10T03:25:07.046Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-10T03:25:07.046Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T03:25:07.046Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-10T03:25:07.046Z] ++ cut -d/ -f2 [2021-03-10T03:25:07.046Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-10T03:25:07.046Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T03:25:07.046Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-10T03:25:07.046Z] ++ cut -d/ -f2 [2021-03-10T03:25:07.046Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-10T03:25:07.046Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T03:25:07.046Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-10T03:25:07.046Z] ++ cut -d/ -f2 [2021-03-10T03:25:07.046Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-10T03:25:07.046Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T03:25:07.046Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-10T03:25:07.046Z] ++ cut -d/ -f2 [2021-03-10T03:25:07.046Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-10T03:25:07.047Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T03:25:07.047Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-10T03:25:07.047Z] ++ cut -d/ -f2 [2021-03-10T03:25:07.047Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-10T03:25:07.125Z] 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-03-10T03:25:08.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T03:25:08.754Z] [2021-03-10T03:25:08.754Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:25:09.108Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T03:25:09.108Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T03:25:09.108Z] 31603596830f: Pulling fs layer [2021-03-10T03:25:09.108Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T03:25:09.108Z] 6ca5941a6612: Pulling fs layer [2021-03-10T03:25:09.108Z] ecc8261a40a4: Pulling fs layer [2021-03-10T03:25:09.108Z] ecc8261a40a4: Waiting [2021-03-10T03:25:09.108Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T03:25:09.108Z] 2a8b12db71e7: Download complete [2021-03-10T03:25:09.108Z] 31603596830f: Verifying Checksum [2021-03-10T03:25:09.108Z] 31603596830f: Download complete [2021-03-10T03:25:09.369Z] ecc8261a40a4: Verifying Checksum [2021-03-10T03:25:09.370Z] ecc8261a40a4: Download complete [2021-03-10T03:25:09.370Z] 6ca5941a6612: Verifying Checksum [2021-03-10T03:25:09.370Z] 6ca5941a6612: Download complete [2021-03-10T03:25:09.633Z] 31603596830f: Pull complete [2021-03-10T03:25:09.633Z] 2a8b12db71e7: Pull complete [2021-03-10T03:25:10.583Z] 6ca5941a6612: Pull complete [2021-03-10T03:25:10.583Z] ecc8261a40a4: Pull complete [2021-03-10T03:25:10.583Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T03:25:10.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T03:25:10.583Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T03:25:10.691Z] prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container [2021-03-10T03:25:10.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T03:25:13.020Z] $ docker top 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T03:25:13.385Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T03:25:13.385Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T03:25:13.607Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T03:25:13.615Z] $ docker exec 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b ssh-agent [2021-03-10T03:25:13.772Z] SSH_AUTH_SOCK=/tmp/ssh-6jD41EUhfRDC/agent.11 [2021-03-10T03:25:13.772Z] SSH_AGENT_PID=16 [2021-03-10T03:25:13.784Z] Running ssh-add (command line suppressed) [2021-03-10T03:25:13.905Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_974835168292167973.key (/w/workspace/edgex-go/12@tmp/private_key_974835168292167973.key) [2021-03-10T03:25:13.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T03:25:14.291Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T03:25:14.323Z] $ docker exec --env ******** --env ******** 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b ssh-agent -k [2021-03-10T03:25:14.436Z] unset SSH_AUTH_SOCK; [2021-03-10T03:25:14.436Z] unset SSH_AGENT_PID; [2021-03-10T03:25:14.436Z] echo Agent pid 16 killed; [2021-03-10T03:25:14.478Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T03:25:14.656Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T03:25:14.656Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T03:25:14.829Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T03:25:14.837Z] $ docker exec 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b ssh-agent [2021-03-10T03:25:14.997Z] SSH_AUTH_SOCK=/tmp/ssh-awLT8HIakJB3/agent.44 [2021-03-10T03:25:14.997Z] SSH_AGENT_PID=49 [2021-03-10T03:25:15.007Z] Running ssh-add (command line suppressed) [2021-03-10T03:25:15.127Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_3835471786381612722.key (/w/workspace/edgex-go/12@tmp/private_key_3835471786381612722.key) [2021-03-10T03:25:15.177Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T03:25:15.518Z] + git semver init [2021-03-10T03:25:15.519Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T03:25:15.519Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2021-03-10T03:25:15.519Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2021-03-10T03:25:15.519Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T03:25:15.519Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T03:25:15.519Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T03:25:15.519Z] # $SEMVER_BRANCH = PR-3190 [2021-03-10T03:25:15.519Z] # $SEMVER_TEMP = /tmp/semver-383475639 [2021-03-10T03:25:15.519Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-10T03:25:42.280Z] # '/tmp/semver-383475639' -> '/w/workspace/edgex-go/12/.semver' [2021-03-10T03:25:42.280Z] # -> Force: false [2021-03-10T03:25:42.280Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2021-03-10T03:25:42.298Z] $ docker exec --env ******** --env ******** 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b ssh-agent -k [2021-03-10T03:25:42.503Z] unset SSH_AUTH_SOCK; [2021-03-10T03:25:42.503Z] unset SSH_AGENT_PID; [2021-03-10T03:25:42.504Z] echo Agent pid 49 killed; [2021-03-10T03:25:42.589Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T03:25:43.140Z] + git semver [Pipeline] } [2021-03-10T03:25:43.162Z] $ docker stop --time=1 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b [2021-03-10T03:25:45.040Z] $ docker rm -f 42ab9ebb88925ca53a561425529f775d85f461444a971a5a9eaa44fb797d700b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T03:25:45.574Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T03:25:46.208Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T03:25:46.212Z] [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-03-10T03:25:47.124Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T03:25:47.427Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T03:25:47.724Z] + sudo service docker restart [2021-03-10T03:25:47.724Z] + true [2021-03-10T03:25:47.724Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-10T03:25:48.315Z] ========================================================= [2021-03-10T03:25:48.315Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T03:25:48.315Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:25:48.664Z] + 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-03-10T03:25:51.984Z] Sending build context to Docker daemon 328.5MB [2021-03-10T03:25:51.984Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T03:25:51.984Z] Step 2/6 : FROM ${BASE} [2021-03-10T03:25:52.250Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T03:25:52.250Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T03:25:52.250Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T03:25:52.250Z] de9db76c5a1d: Pulling fs layer [2021-03-10T03:25:52.250Z] bca2f99d35d6: Pulling fs layer [2021-03-10T03:25:52.250Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T03:25:52.250Z] 7c6f9722023f: Pulling fs layer [2021-03-10T03:25:52.250Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T03:25:52.250Z] 93359f2a8cfa: Waiting [2021-03-10T03:25:52.250Z] 7c6f9722023f: Waiting [2021-03-10T03:25:52.250Z] a35cf1a2eb13: Waiting [2021-03-10T03:25:52.250Z] bca2f99d35d6: Waiting [2021-03-10T03:25:52.250Z] de9db76c5a1d: Download complete [2021-03-10T03:25:52.250Z] 0ef7d3d256c8: Download complete [2021-03-10T03:25:52.250Z] 93359f2a8cfa: Verifying Checksum [2021-03-10T03:25:52.250Z] 93359f2a8cfa: Download complete [2021-03-10T03:25:52.250Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T03:25:52.250Z] 188c0c94c7c5: Download complete [2021-03-10T03:25:52.250Z] 7c6f9722023f: Verifying Checksum [2021-03-10T03:25:52.250Z] 7c6f9722023f: Download complete [2021-03-10T03:25:52.829Z] 188c0c94c7c5: Pull complete [2021-03-10T03:25:52.829Z] 0ef7d3d256c8: Pull complete [2021-03-10T03:25:53.092Z] de9db76c5a1d: Pull complete [2021-03-10T03:25:54.485Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T03:25:54.485Z] a35cf1a2eb13: Download complete [2021-03-10T03:25:55.061Z] bca2f99d35d6: Verifying Checksum [2021-03-10T03:25:55.061Z] bca2f99d35d6: Download complete [2021-03-10T03:26:00.403Z] bca2f99d35d6: Pull complete [2021-03-10T03:26:00.403Z] 93359f2a8cfa: Pull complete [2021-03-10T03:26:00.403Z] 7c6f9722023f: Pull complete [2021-03-10T03:26:01.609Z] Still waiting to schedule task [2021-03-10T03:26:01.609Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-10T03:26:07.017Z] a35cf1a2eb13: Pull complete [2021-03-10T03:26:07.017Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T03:26:07.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T03:26:07.017Z] ---> a62c8e92a672 [2021-03-10T03:26:07.017Z] 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-03-10T03:26:07.280Z] ---> Running in 227cd5a5fa83 [2021-03-10T03:26:07.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:26:08.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:26:09.006Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T03:26:09.581Z] (2/12) Installing file (5.38-r0) [2021-03-10T03:26:09.581Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T03:26:09.845Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T03:26:14.068Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T03:26:14.331Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T03:26:14.331Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T03:26:14.331Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T03:26:14.594Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T03:26:14.594Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T03:26:14.594Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T03:26:14.857Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T03:26:14.857Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:26:14.857Z] OK: 233 MiB in 51 packages [2021-03-10T03:26:19.086Z] Removing intermediate container 227cd5a5fa83 [2021-03-10T03:26:19.086Z] ---> 7e18c4ac580b [2021-03-10T03:26:19.086Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T03:26:19.086Z] ---> Running in de0d2e92389e [2021-03-10T03:26:19.086Z] Removing intermediate container de0d2e92389e [2021-03-10T03:26:19.086Z] ---> a139354e8cab [2021-03-10T03:26:19.086Z] Step 5/6 : COPY go.mod . [2021-03-10T03:26:19.086Z] ---> 9839e51c3351 [2021-03-10T03:26:19.086Z] Step 6/6 : RUN go mod download [2021-03-10T03:26:19.086Z] ---> Running in e0f7dc93b642 [2021-03-10T03:26:45.732Z] Removing intermediate container e0f7dc93b642 [2021-03-10T03:26:45.732Z] ---> a178796501c9 [2021-03-10T03:26:45.732Z] Successfully built a178796501c9 [2021-03-10T03:26:45.732Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:26:46.062Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T03:26:46.063Z] . [Pipeline] withDockerContainer [2021-03-10T03:26:46.171Z] prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container [2021-03-10T03:26:46.227Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T03:26:47.188Z] $ docker top 1585ceb8beb33bee78f477b185bf63bbb3ac4c33ceff0470e0796e61acc1186f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T03:26:47.733Z] + go version [2021-03-10T03:26:47.733Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T03:26:47.756Z] $ docker stop --time=1 1585ceb8beb33bee78f477b185bf63bbb3ac4c33ceff0470e0796e61acc1186f [2021-03-10T03:26:49.113Z] $ docker rm -f 1585ceb8beb33bee78f477b185bf63bbb3ac4c33ceff0470e0796e61acc1186f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:26:51.569Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T03:26:51.569Z] . [Pipeline] withDockerContainer [2021-03-10T03:26:51.677Z] prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container [2021-03-10T03:26:51.732Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T03:26:52.454Z] $ docker top b604e6530a8175f83a164ca00587506d89f91075e56f3fd9fb708c603880b2bd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T03:26:52.671Z] ========================================================= [2021-03-10T03:26:52.671Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T03:26:52.671Z] ========================================================= [Pipeline] sh [2021-03-10T03:26:52.967Z] + make test [2021-03-10T03:26:52.967Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T03:27:03.020Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T03:27:18.065Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T03:27:23.446Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T03:27:23.446Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T03:27:23.446Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T03:27:26.033Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T03:27:26.033Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T03:27:26.033Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T03:27:26.311Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T03:27:27.289Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T03:27:27.558Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T03:27:30.139Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T03:27:30.139Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T03:27:30.139Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T03:27:32.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements [2021-03-10T03:27:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T03:27:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T03:27:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T03:27:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T03:27:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T03:27:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T03:27:32.140Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T03:27:32.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.135s coverage: 100.0% of statements [2021-03-10T03:27:34.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.1% of statements [2021-03-10T03:27:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T03:27:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T03:27:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T03:27:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T03:27:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T03:27:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T03:27:34.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-03-10T03:27:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T03:27:34.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-03-10T03:27:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T03:27:34.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T03:27:34.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 71.3% of statements [2021-03-10T03:27:34.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T03:27:34.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T03:27:34.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.158s coverage: 82.9% of statements [2021-03-10T03:27:34.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T03:27:34.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T03:27:34.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.074s coverage: 78.9% of statements [2021-03-10T03:27:34.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T03:27:38.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T03:27:38.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.086s coverage: 100.0% of statements [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T03:27:38.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T03:27:38.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T03:27:38.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T03:27:38.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T03:27:38.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T03:27:40.185Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.432s coverage: 92.8% of statements [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T03:27:40.185Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T03:27:40.185Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.108s coverage: 0.1% of statements [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T03:27:40.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T03:27:40.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements [2021-03-10T03:27:40.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-03-10T03:27:40.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-03-10T03:27:40.610Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29245 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws [2021-03-10T03:27:40.773Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [2021-03-10T03:27:40.783Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [Pipeline] checkout [2021-03-10T03:27:41.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-03-10T03:27:46.099Z] using credential edgex-jenkins-ssh [2021-03-10T03:27:46.159Z] Cloning the remote Git repository [2021-03-10T03:27:46.227Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T03:27:46.343Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-03-10T03:27:46.425Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T03:27:46.426Z] > git --version # timeout=10 [2021-03-10T03:27:46.446Z] > git --version # 'git version 2.17.1' [2021-03-10T03:27:46.447Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T03:27:46.547Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T03:27:53.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.045s coverage: 94.4% of statements [2021-03-10T03:27:53.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-03-10T03:27:53.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.063s coverage: 81.4% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.6% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 62.4% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.294s coverage: 69.0% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.082s coverage: 38.4% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 87.8% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.077s coverage: 96.5% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T03:28:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-03-10T03:28:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-10T03:28:05.657Z] GO111MODULE=on go vet ./... [2021-03-10T03:28:06.324Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:28:06.786Z] Merge succeeded, producing 80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:28:06.787Z] Checking out Revision 80a5fc01eef6eda66ac70f2e91be96a417930f70 (PR-3190) [2021-03-10T03:28:05.323Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T03:28:05.340Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T03:28:05.407Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T03:28:05.450Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T03:28:05.450Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T03:28:05.475Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T03:28:06.350Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T03:28:06.372Z] > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 [2021-03-10T03:28:06.694Z] > git remote # timeout=10 [2021-03-10T03:28:06.713Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T03:28:06.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T03:28:06.741Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-10T03:28:06.764Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T03:28:06.796Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T03:28:06.808Z] > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 [2021-03-10T03:28:11.226Z] Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T03:28:12.921Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T03:28:13.325Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T03:28:13.676Z] + true [2021-03-10T03:28:13.676Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T03:28:16.400Z] provisioning config files... [2021-03-10T03:28:16.449Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config1523038588292553462tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:28:16.864Z] ---> docker-login.sh [2021-03-10T03:28:16.864Z] nexus3.edgexfoundry.org:10001 [2021-03-10T03:28:17.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T03:28:18.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T03:28:18.123Z] Configure a credential helper to remove this warning. See [2021-03-10T03:28:18.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T03:28:18.123Z] [2021-03-10T03:28:18.123Z] Login Succeeded [2021-03-10T03:28:18.123Z] nexus3.edgexfoundry.org:10002 [2021-03-10T03:28:18.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T03:28:18.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T03:28:18.722Z] Configure a credential helper to remove this warning. See [2021-03-10T03:28:18.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T03:28:18.722Z] [2021-03-10T03:28:18.722Z] Login Succeeded [2021-03-10T03:28:18.722Z] nexus3.edgexfoundry.org:10003 [2021-03-10T03:28:18.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T03:28:19.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T03:28:19.270Z] Configure a credential helper to remove this warning. See [2021-03-10T03:28:19.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T03:28:19.270Z] [2021-03-10T03:28:19.270Z] Login Succeeded [2021-03-10T03:28:19.270Z] nexus3.edgexfoundry.org:10004 [2021-03-10T03:28:19.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T03:28:19.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T03:28:19.545Z] Configure a credential helper to remove this warning. See [2021-03-10T03:28:19.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T03:28:19.545Z] [2021-03-10T03:28:19.545Z] Login Succeeded [2021-03-10T03:28:19.824Z] docker.io [2021-03-10T03:28:20.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T03:28:20.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T03:28:20.371Z] Configure a credential helper to remove this warning. See [2021-03-10T03:28:20.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T03:28:20.371Z] [2021-03-10T03:28:20.371Z] Login Succeeded [2021-03-10T03:28:20.371Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T03:28:20.398Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T03:28:20.915Z] ========================================================= [2021-03-10T03:28:20.915Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T03:28:20.915Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:28:21.309Z] + 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-03-10T03:28:23.964Z] Sending build context to Docker daemon 166.8MB [2021-03-10T03:28:23.964Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T03:28:23.964Z] Step 2/6 : FROM ${BASE} [2021-03-10T03:28:23.964Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T03:28:23.964Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T03:28:23.964Z] a4357932f1b6: Pulling fs layer [2021-03-10T03:28:23.964Z] 18c013af1878: Pulling fs layer [2021-03-10T03:28:23.964Z] 00ac8860ef70: Pulling fs layer [2021-03-10T03:28:23.964Z] 63d7cb157983: Pulling fs layer [2021-03-10T03:28:23.964Z] b116817d02f9: Pulling fs layer [2021-03-10T03:28:23.964Z] 745a02a5169b: Pulling fs layer [2021-03-10T03:28:23.964Z] 00ac8860ef70: Waiting [2021-03-10T03:28:23.964Z] 63d7cb157983: Waiting [2021-03-10T03:28:23.964Z] b116817d02f9: Waiting [2021-03-10T03:28:23.964Z] 745a02a5169b: Waiting [2021-03-10T03:28:23.964Z] 18c013af1878: Verifying Checksum [2021-03-10T03:28:23.964Z] 18c013af1878: Download complete [2021-03-10T03:28:23.964Z] a4357932f1b6: Verifying Checksum [2021-03-10T03:28:23.964Z] a4357932f1b6: Download complete [2021-03-10T03:28:23.964Z] 63d7cb157983: Download complete [2021-03-10T03:28:23.964Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T03:28:24.254Z] b116817d02f9: Verifying Checksum [2021-03-10T03:28:24.254Z] b116817d02f9: Download complete [2021-03-10T03:28:24.866Z] 5f621e34cdf4: Pull complete [2021-03-10T03:28:25.485Z] a4357932f1b6: Pull complete [2021-03-10T03:28:25.761Z] 18c013af1878: Pull complete [2021-03-10T03:28:26.766Z] 745a02a5169b: Verifying Checksum [2021-03-10T03:28:26.766Z] 745a02a5169b: Download complete [2021-03-10T03:28:27.370Z] 00ac8860ef70: Verifying Checksum [2021-03-10T03:28:27.370Z] 00ac8860ef70: Download complete [2021-03-10T03:28:32.429Z] gofmt -l . [2021-03-10T03:28:32.429Z] [ "`gofmt -l .`" = "" ] [2021-03-10T03:28:32.429Z] ./bin/test-go-mod-tidy.sh [2021-03-10T03:28:32.429Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T03:28:33.011Z] + ls -al . [2021-03-10T03:28:33.011Z] total 740 [2021-03-10T03:28:33.011Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 03:28 . [2021-03-10T03:28:33.011Z] drwxr-xr-x 4 root root 30 Mar 10 03:26 .. [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 03:24 .dockerignore [2021-03-10T03:28:33.011Z] drwxrwxr-x 8 1001 1001 179 Mar 10 03:24 .git [2021-03-10T03:28:33.011Z] drwxrwxr-x 3 1001 1001 125 Mar 10 03:24 .github [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 03:24 .gitignore [2021-03-10T03:28:33.011Z] drwx------ 3 1001 1001 60 Mar 10 03:25 .semver [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 03:24 .sonarcloud.properties [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 03:24 Attribution.txt [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 03:24 CONTRIBUTING.md [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 03:24 Dockerfile.build [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 03:24 Jenkinsfile [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 03:24 LICENSE [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 03:24 Makefile [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 03:24 README.md [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 03:24 SECURITY.md [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 03:25 VERSION [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 03:24 ZMQWindows.md [2021-03-10T03:28:33.011Z] drwxrwxr-x 2 1001 1001 117 Mar 10 03:24 bin [2021-03-10T03:28:33.011Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 03:24 cmd [2021-03-10T03:28:33.011Z] -rw-r--r-- 1 root root 627302 Mar 10 03:28 coverage.out [2021-03-10T03:28:33.011Z] -rw-r--r-- 1 root root 1055 Mar 10 03:28 go.mod [2021-03-10T03:28:33.011Z] -rw-r--r-- 1 root root 21981 Mar 10 03:28 go.sum [2021-03-10T03:28:33.011Z] drwxrwxr-x 8 1001 1001 127 Mar 10 03:24 internal [2021-03-10T03:28:33.011Z] drwxrwxr-x 4 1001 1001 26 Mar 10 03:24 openapi [2021-03-10T03:28:33.011Z] drwxrwxr-x 4 1001 1001 71 Mar 10 03:24 snap [2021-03-10T03:28:33.011Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 03:24 version.go [Pipeline] sh [2021-03-10T03:28:33.329Z] + '[' -e coverage.out ] [2021-03-10T03:28:33.329Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T03:28:33.585Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T03:28:33.879Z] + make build [2021-03-10T03:28:33.879Z] 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-03-10T03:28:37.546Z] 00ac8860ef70: Pull complete [2021-03-10T03:28:37.822Z] 63d7cb157983: Pull complete [2021-03-10T03:28:38.421Z] b116817d02f9: Pull complete [2021-03-10T03:28:39.204Z] 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-03-10T03:28:42.767Z] 745a02a5169b: Pull complete [2021-03-10T03:28:42.767Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T03:28:42.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T03:28:42.767Z] ---> b7e6874047d6 [2021-03-10T03:28:42.767Z] 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-03-10T03:28:45.411Z] ---> Running in 9b7989853a01 [2021-03-10T03:28:45.907Z] 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-03-10T03:28:46.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:28:47.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T03:28:47.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:28:48.039Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T03:28:48.312Z] (2/12) Installing file (5.38-r0) [2021-03-10T03:28:48.312Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T03:28:48.312Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T03:28:48.696Z] 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-03-10T03:28:49.276Z] 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-03-10T03:28:50.936Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T03:28:51.214Z] 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-03-10T03:28:51.221Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T03:28:51.221Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T03:28:51.221Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T03:28:51.491Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T03:28:51.491Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T03:28:51.766Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T03:28:51.766Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T03:28:51.766Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:28:51.766Z] OK: 217 MiB in 51 packages [2021-03-10T03:28:52.616Z] 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-03-10T03:28:53.573Z] 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-03-10T03:28:54.538Z] 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-03-10T03:28:55.502Z] 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-03-10T03:28:56.097Z] Removing intermediate container 9b7989853a01 [2021-03-10T03:28:56.097Z] ---> 8b9b3668f6c5 [2021-03-10T03:28:56.097Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T03:28:56.097Z] ---> Running in 1d78f4daa469 [2021-03-10T03:28:56.373Z] Removing intermediate container 1d78f4daa469 [2021-03-10T03:28:56.374Z] ---> 5df898474aad [2021-03-10T03:28:56.374Z] Step 5/6 : COPY go.mod . [2021-03-10T03:28:56.930Z] 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-03-10T03:28:57.346Z] ---> ab0d12b161aa [2021-03-10T03:28:57.346Z] Step 6/6 : RUN go mod download [2021-03-10T03:28:57.346Z] ---> Running in 9138343573d0 [Pipeline] } [2021-03-10T03:28:58.911Z] $ docker stop --time=1 b604e6530a8175f83a164ca00587506d89f91075e56f3fd9fb708c603880b2bd [2021-03-10T03:29:00.634Z] $ docker rm -f b604e6530a8175f83a164ca00587506d89f91075e56f3fd9fb708c603880b2bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:29:04.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T03:29:04.436Z] [2021-03-10T03:29:04.436Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:29:04.784Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T03:29:04.784Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-10T03:29:04.784Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-10T03:29:04.784Z] ca9280d653b3: Pulling fs layer [2021-03-10T03:29:04.784Z] 7e9c9ca2126c: Pulling fs layer [2021-03-10T03:29:05.046Z] cbdbe7a5bc2a: Download complete [2021-03-10T03:29:05.309Z] cbdbe7a5bc2a: Pull complete [2021-03-10T03:29:05.570Z] ca9280d653b3: Verifying Checksum [2021-03-10T03:29:05.570Z] ca9280d653b3: Download complete [2021-03-10T03:29:06.520Z] ca9280d653b3: Pull complete [2021-03-10T03:29:06.786Z] 7e9c9ca2126c: Verifying Checksum [2021-03-10T03:29:06.786Z] 7e9c9ca2126c: Download complete [2021-03-10T03:29:13.416Z] 7e9c9ca2126c: Pull complete [2021-03-10T03:29:13.416Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-10T03:29:13.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T03:29:13.416Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-10T03:29:13.635Z] prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container [2021-03-10T03:29:13.755Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T03:29:16.998Z] $ docker top 5b39aff1bd6fb3397b04343d35af6b73accb7b9b4a2dab74f044ada86716051c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T03:29:17.495Z] + docker-compose build --help [2021-03-10T03:29:17.495Z] + grep parallel [2021-03-10T03:29:18.441Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T03:29:18.477Z] $ docker stop --time=1 5b39aff1bd6fb3397b04343d35af6b73accb7b9b4a2dab74f044ada86716051c [2021-03-10T03:29:19.833Z] $ docker rm -f 5b39aff1bd6fb3397b04343d35af6b73accb7b9b4a2dab74f044ada86716051c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:29:20.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T03:29:20.463Z] . [Pipeline] withDockerContainer [2021-03-10T03:29:20.563Z] prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container [2021-03-10T03:29:20.618Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T03:29:21.252Z] $ docker top c999dae9fc5c8dff54454326b7d607a4046de2c3f29187f364a0ba767743c9f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T03:29:21.747Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T03:29:22.694Z] Building docker-core-command-go ... [2021-03-10T03:29:22.694Z] Building docker-core-data-go ... [2021-03-10T03:29:22.694Z] Building docker-core-metadata-go ... [2021-03-10T03:29:22.694Z] Building docker-security-bootstrapper-go ... [2021-03-10T03:29:22.694Z] Building docker-security-proxy-setup-go ... [2021-03-10T03:29:22.694Z] Building docker-security-secretstore-setup-go ... [2021-03-10T03:29:22.694Z] Building docker-support-notifications-go ... [2021-03-10T03:29:22.694Z] Building docker-support-scheduler-go ... [2021-03-10T03:29:22.694Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T03:29:22.694Z] Building docker-support-notifications-go [2021-03-10T03:29:22.694Z] Building docker-support-scheduler-go [2021-03-10T03:29:22.694Z] Building docker-security-secretstore-setup-go [2021-03-10T03:29:22.694Z] Building docker-core-metadata-go [2021-03-10T03:29:22.694Z] Building docker-security-proxy-setup-go [2021-03-10T03:29:24.207Z] Removing intermediate container 9138343573d0 [2021-03-10T03:29:24.207Z] ---> 2be2c7e031a1 [2021-03-10T03:29:24.479Z] Successfully built 2be2c7e031a1 [2021-03-10T03:29:24.479Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:29:24.823Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T03:29:24.823Z] . [Pipeline] withDockerContainer [2021-03-10T03:29:25.086Z] prd-ubuntu18.04-docker-arm64-4c-16g-29245 does not seem to be running inside a container [2021-03-10T03:29:25.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-03-10T03:29:26.583Z] $ docker top 4b668f5e58fc3a5255bb5c769c73615be6d7095966bb26252dbcd3b6def0ea1b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T03:29:27.716Z] + go version [2021-03-10T03:29:27.716Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-10T03:29:27.742Z] $ docker stop --time=1 4b668f5e58fc3a5255bb5c769c73615be6d7095966bb26252dbcd3b6def0ea1b [2021-03-10T03:29:29.661Z] $ docker rm -f 4b668f5e58fc3a5255bb5c769c73615be6d7095966bb26252dbcd3b6def0ea1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:29:30.769Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T03:29:30.769Z] . [Pipeline] withDockerContainer [2021-03-10T03:29:31.033Z] prd-ubuntu18.04-docker-arm64-4c-16g-29245 does not seem to be running inside a container [2021-03-10T03:29:31.116Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-03-10T03:29:32.514Z] $ docker top ac866f70cd6357a0234ddb41fe3801f72a4aff84ff637870dda7cc3880171303 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T03:29:32.890Z] ========================================================= [2021-03-10T03:29:32.890Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T03:29:32.890Z] ========================================================= [Pipeline] sh [2021-03-10T03:29:33.536Z] + make test [2021-03-10T03:29:33.536Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T03:29:54.903Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:29:54.904Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:29:54.904Z] ---> a178796501c9 [2021-03-10T03:29:54.904Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T03:29:54.904Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:29:54.904Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:29:54.904Z] ---> a178796501c9 [2021-03-10T03:29:54.904Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T03:29:54.904Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:29:54.904Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:29:54.904Z] ---> a178796501c9 [2021-03-10T03:29:54.904Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T03:29:54.904Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:29:54.904Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:29:54.904Z] ---> a178796501c9 [2021-03-10T03:29:54.904Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T03:29:54.904Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:29:54.904Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:29:54.904Z] ---> a178796501c9 [2021-03-10T03:29:54.904Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T03:29:55.739Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T03:29:55.865Z] ---> Running in 54a04ebfc8e3 [2021-03-10T03:29:55.865Z] ---> Running in b0cf91de0c44 [2021-03-10T03:29:55.865Z] ---> Running in b103ea98a7e9 [2021-03-10T03:29:55.865Z] ---> Running in 9c3ac8c88389 [2021-03-10T03:29:55.865Z] ---> Running in 15872b613a84 [2021-03-10T03:29:56.441Z] Removing intermediate container b0cf91de0c44 [2021-03-10T03:29:56.441Z] ---> 1e8f14b5bb70 [2021-03-10T03:29:56.441Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:29:56.441Z] Removing intermediate container 54a04ebfc8e3 [2021-03-10T03:29:56.441Z] ---> 73ad7edc99b6 [2021-03-10T03:29:56.441Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:29:56.441Z] Removing intermediate container b103ea98a7e9 [2021-03-10T03:29:56.441Z] ---> dd130ea04a55 [2021-03-10T03:29:56.441Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:29:56.441Z] Removing intermediate container 9c3ac8c88389 [2021-03-10T03:29:56.441Z] ---> 3d88afc15754 [2021-03-10T03:29:56.441Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:29:56.441Z] Removing intermediate container 15872b613a84 [2021-03-10T03:29:56.441Z] ---> 9542d192bf23 [2021-03-10T03:29:56.441Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:29:56.706Z] ---> Running in 9f9f2c645375 [2021-03-10T03:29:56.706Z] ---> Running in f1f1e0977900 [2021-03-10T03:29:56.706Z] ---> Running in e228b2869248 [2021-03-10T03:29:56.706Z] ---> Running in 410ee80ee462 [2021-03-10T03:29:56.706Z] ---> Running in 26eafb055e5d [2021-03-10T03:29:59.293Z] Removing intermediate container e228b2869248 [2021-03-10T03:29:59.293Z] ---> 119975328239 [2021-03-10T03:29:59.293Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T03:29:59.293Z] Removing intermediate container 9f9f2c645375 [2021-03-10T03:29:59.293Z] ---> 61f97a007773 [2021-03-10T03:29:59.293Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T03:29:59.293Z] Removing intermediate container f1f1e0977900 [2021-03-10T03:29:59.293Z] ---> 61c31ceba88c [2021-03-10T03:29:59.293Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T03:29:59.293Z] ---> Running in a3b5ee27597b [2021-03-10T03:29:59.293Z] ---> Running in 71cf896ef577 [2021-03-10T03:29:59.293Z] ---> Running in 5d39bfb052c8 [2021-03-10T03:29:59.293Z] Removing intermediate container 410ee80ee462 [2021-03-10T03:29:59.293Z] ---> 25a998c42a12 [2021-03-10T03:29:59.293Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T03:29:59.293Z] Removing intermediate container 26eafb055e5d [2021-03-10T03:29:59.293Z] ---> daabeb9439d0 [2021-03-10T03:29:59.293Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T03:29:59.293Z] ---> Running in 3e1f8b50fde0 [2021-03-10T03:29:59.556Z] ---> Running in 7bb0aec18119 [2021-03-10T03:30:00.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:30:00.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:30:00.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:30:00.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:30:00.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:30:00.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:30:01.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:30:01.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:30:01.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:30:01.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:30:02.089Z] OK: 233 MiB in 51 packages [2021-03-10T03:30:02.089Z] OK: 233 MiB in 51 packages [2021-03-10T03:30:02.090Z] OK: 233 MiB in 51 packages [2021-03-10T03:30:02.361Z] OK: 233 MiB in 51 packages [2021-03-10T03:30:02.361Z] OK: 233 MiB in 51 packages [2021-03-10T03:30:02.361Z] Removing intermediate container a3b5ee27597b [2021-03-10T03:30:02.361Z] ---> 8cd7e363cc88 [2021-03-10T03:30:02.361Z] Step 6/22 : COPY go.mod . [2021-03-10T03:30:02.942Z] ---> d4c68c2ce524 [2021-03-10T03:30:02.942Z] Step 7/22 : RUN go mod download [2021-03-10T03:30:02.942Z] Removing intermediate container 71cf896ef577 [2021-03-10T03:30:02.942Z] ---> 486aa557944a [2021-03-10T03:30:02.942Z] Step 6/23 : COPY go.mod . [2021-03-10T03:30:03.207Z] ---> Running in 31019814e5a7 [2021-03-10T03:30:03.207Z] Removing intermediate container 5d39bfb052c8 [2021-03-10T03:30:03.207Z] ---> 0b087e31043a [2021-03-10T03:30:03.207Z] Step 6/22 : COPY go.mod . [2021-03-10T03:30:03.470Z] Removing intermediate container 3e1f8b50fde0 [2021-03-10T03:30:03.470Z] ---> 1ea004d63a92 [2021-03-10T03:30:03.470Z] Step 6/24 : COPY go.mod . [2021-03-10T03:30:03.470Z] ---> a1742018e665 [2021-03-10T03:30:03.470Z] Step 7/23 : RUN go mod download [2021-03-10T03:30:03.470Z] ---> c7f3c117f08b [2021-03-10T03:30:03.470Z] Step 7/22 : RUN go mod download [2021-03-10T03:30:03.753Z] Removing intermediate container 7bb0aec18119 [2021-03-10T03:30:03.753Z] ---> 49b3fa2e847a [2021-03-10T03:30:03.753Z] Step 6/21 : COPY go.mod . [2021-03-10T03:30:03.753Z] ---> Running in 7067544aea5b [2021-03-10T03:30:03.753Z] ---> Running in 9078463b123c [2021-03-10T03:30:03.753Z] ---> fd00390a4bf4 [2021-03-10T03:30:03.753Z] Step 7/24 : RUN go mod download [2021-03-10T03:30:04.015Z] ---> Running in 49df268988f0 [2021-03-10T03:30:04.015Z] ---> 7d6b0a3338fc [2021-03-10T03:30:04.015Z] Step 7/21 : RUN go mod download [2021-03-10T03:30:04.281Z] ---> Running in 1753a02fe09a [2021-03-10T03:30:05.248Z] Removing intermediate container 31019814e5a7 [2021-03-10T03:30:05.248Z] ---> 3bef00b93131 [2021-03-10T03:30:05.248Z] Step 8/22 : COPY . . [2021-03-10T03:30:06.248Z] Removing intermediate container 7067544aea5b [2021-03-10T03:30:06.248Z] ---> a37dedfe7128 [2021-03-10T03:30:06.248Z] Step 8/23 : COPY . . [2021-03-10T03:30:09.587Z] Removing intermediate container 9078463b123c [2021-03-10T03:30:09.587Z] ---> 63d5dfb7cb91 [2021-03-10T03:30:09.587Z] Step 8/22 : COPY . . [2021-03-10T03:30:10.982Z] Removing intermediate container 1753a02fe09a [2021-03-10T03:30:10.983Z] ---> 1c231e9abddc [2021-03-10T03:30:10.983Z] Step 8/21 : COPY . . [2021-03-10T03:30:10.983Z] Removing intermediate container 49df268988f0 [2021-03-10T03:30:10.983Z] ---> b116079250f1 [2021-03-10T03:30:10.983Z] Step 8/24 : COPY . . [2021-03-10T03:30:42.764Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T03:30:49.870Z] ---> 8c8156cd962d [2021-03-10T03:30:49.870Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T03:30:49.870Z] ---> 1ad37d31f6eb [2021-03-10T03:30:49.870Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T03:30:49.870Z] ---> Running in 08d8f72cc959 [2021-03-10T03:30:49.870Z] ---> Running in a451820d8e48 [2021-03-10T03:30:49.870Z] ---> 49057763cc3c [2021-03-10T03:30:49.870Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T03:30:49.870Z] ---> 723eaed1d145 [2021-03-10T03:30:49.870Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T03:30:49.870Z] ---> 276252ac56ed [2021-03-10T03:30:49.870Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T03:30:50.166Z] ---> Running in ec323e210ded [2021-03-10T03:30:50.166Z] ---> Running in 4439c7c7d059 [2021-03-10T03:30:50.166Z] ---> Running in 1956acbef63e [2021-03-10T03:30:51.583Z] 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-03-10T03:30:51.583Z] 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-03-10T03:30:51.583Z] 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-03-10T03:30:51.583Z] 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-03-10T03:30:51.583Z] 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-03-10T03:30:51.814Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T03:30:58.586Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T03:30:58.586Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T03:31:00.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T03:31:00.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T03:31:00.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T03:31:00.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T03:31:04.021Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T03:31:04.625Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T03:31:12.941Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T03:31:12.941Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T03:31:12.941Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T03:31:18.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.386s coverage: 45.9% of statements [2021-03-10T03:31:18.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T03:31:18.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T03:31:18.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T03:31:18.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T03:31:18.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T03:31:18.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T03:31:18.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T03:31:18.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.318s coverage: 100.0% of statements [2021-03-10T03:31:23.885Z] 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-03-10T03:31:23.885Z] 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-03-10T03:31:25.393Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.469s coverage: 27.1% of statements [2021-03-10T03:31:25.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T03:31:25.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T03:31:25.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T03:31:25.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T03:31:25.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T03:31:25.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T03:31:25.393Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements [2021-03-10T03:31:25.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T03:31:25.393Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements [2021-03-10T03:31:25.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T03:31:25.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T03:31:26.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 71.3% of statements [2021-03-10T03:31:26.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T03:31:26.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T03:31:28.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.493s coverage: 82.9% of statements [2021-03-10T03:31:28.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T03:31:28.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T03:31:28.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.222s coverage: 78.9% of statements [2021-03-10T03:31:28.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T03:31:30.582Z] Removing intermediate container ec323e210ded [2021-03-10T03:31:30.582Z] ---> d9c9b39cb47c [2021-03-10T03:31:30.582Z] [2021-03-10T03:31:30.582Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T03:31:30.582Z] Removing intermediate container 1956acbef63e [2021-03-10T03:31:30.582Z] ---> ba8f04b9cda0 [2021-03-10T03:31:30.582Z] [2021-03-10T03:31:30.582Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T03:31:30.582Z] Removing intermediate container 4439c7c7d059 [2021-03-10T03:31:30.582Z] ---> 5cc0f2033693 [2021-03-10T03:31:30.582Z] [2021-03-10T03:31:30.582Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T03:31:30.582Z] Removing intermediate container 08d8f72cc959 [2021-03-10T03:31:30.582Z] ---> 8fabfbb95ddb [2021-03-10T03:31:30.582Z] [2021-03-10T03:31:30.582Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T03:31:30.845Z] 3.12: Pulling from library/alpine [2021-03-10T03:31:30.845Z] 3.12: Pulling from library/alpine [2021-03-10T03:31:30.845Z] 3.12: Pulling from library/alpine [2021-03-10T03:31:30.845Z] 3.12: Pulling from library/alpine [2021-03-10T03:31:32.250Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T03:31:33.646Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T03:31:33.646Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T03:31:33.646Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T03:31:33.646Z] Status: Image is up to date for alpine:3.12 [2021-03-10T03:31:33.646Z] Status: Image is up to date for alpine:3.12 [2021-03-10T03:31:33.646Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T03:31:33.646Z] Status: Image is up to date for alpine:3.12 [2021-03-10T03:31:33.646Z] ---> 88dd2752d2ea [2021-03-10T03:31:33.646Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T03:31:33.646Z] ---> 88dd2752d2ea [2021-03-10T03:31:33.646Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T03:31:33.646Z] ---> 88dd2752d2ea [2021-03-10T03:31:33.646Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T03:31:33.646Z] ---> 88dd2752d2ea [2021-03-10T03:31:33.646Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T03:31:33.646Z] Removing intermediate container a451820d8e48 [2021-03-10T03:31:33.646Z] ---> 7a246e9831a4 [2021-03-10T03:31:33.646Z] [2021-03-10T03:31:33.646Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T03:31:33.646Z] ---> 88dd2752d2ea [2021-03-10T03:31:33.646Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T03:31:33.646Z] ---> Running in 2e0e9764a81c [2021-03-10T03:31:33.646Z] ---> Running in 54beb72b4cf1 [2021-03-10T03:31:33.646Z] ---> Running in 36e6056395f7 [2021-03-10T03:31:33.646Z] ---> Running in f89559f9ddbe [2021-03-10T03:31:33.909Z] ---> Running in 8b6a168b287c [2021-03-10T03:31:34.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:31:34.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:31:34.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:31:34.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:31:34.878Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T03:31:34.878Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T03:31:34.878Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T03:31:34.878Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T03:31:34.878Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:31:35.300Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T03:31:35.300Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T03:31:35.300Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:31:35.300Z] OK: 6 MiB in 15 packages [2021-03-10T03:31:35.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:31:35.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:31:35.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:31:35.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:31:35.300Z] OK: 7 MiB in 18 packages [2021-03-10T03:31:35.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:31:35.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:31:35.300Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T03:31:35.300Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T03:31:35.300Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T03:31:35.300Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:31:35.300Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T03:31:35.300Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T03:31:35.300Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:31:35.300Z] OK: 6 MiB in 15 packages [2021-03-10T03:31:35.300Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T03:31:35.579Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T03:31:35.579Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T03:31:35.579Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T03:31:35.579Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:31:35.579Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T03:31:35.579Z] OK: 6 MiB in 16 packages [2021-03-10T03:31:35.579Z] OK: 7 MiB in 19 packages [2021-03-10T03:31:37.008Z] Removing intermediate container 54beb72b4cf1 [2021-03-10T03:31:37.008Z] ---> 52cd05009da7 [2021-03-10T03:31:37.008Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T03:31:37.008Z] ---> Running in 2ce7078d1599 [2021-03-10T03:31:37.279Z] Removing intermediate container 8b6a168b287c [2021-03-10T03:31:37.279Z] ---> c702852de11d [2021-03-10T03:31:37.279Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T03:31:38.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.112s coverage: 28.6% of statements [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T03:31:38.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T03:31:38.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T03:31:38.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T03:31:38.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.439s coverage: 97.5% of statements [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T03:31:38.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T03:31:38.214Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T03:31:38.283Z] ---> Running in 7c4949b82cef [2021-03-10T03:31:38.283Z] Removing intermediate container 36e6056395f7 [2021-03-10T03:31:38.283Z] ---> 8476eaa50c93 [2021-03-10T03:31:38.283Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T03:31:38.546Z] Removing intermediate container 2ce7078d1599 [2021-03-10T03:31:38.546Z] ---> 28f88ebee362 [2021-03-10T03:31:38.546Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T03:31:38.546Z] Removing intermediate container f89559f9ddbe [2021-03-10T03:31:38.546Z] ---> dd152fb422cd [2021-03-10T03:31:38.546Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T03:31:38.820Z] Removing intermediate container 2e0e9764a81c [2021-03-10T03:31:38.820Z] ---> 78ca94c2e7be [2021-03-10T03:31:38.820Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T03:31:38.820Z] ---> Running in 9304d438ac49 [2021-03-10T03:31:38.820Z] ---> Running in e5ee15f8d9b3 [2021-03-10T03:31:38.820Z] ---> Running in 1f8c4201455d [2021-03-10T03:31:38.820Z] ---> Running in 1815b41a3f28 [2021-03-10T03:31:39.089Z] Removing intermediate container 7c4949b82cef [2021-03-10T03:31:39.089Z] ---> 3c80ba242318 [2021-03-10T03:31:39.089Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T03:31:39.089Z] ---> Running in 9fb20b61bbd6 [2021-03-10T03:31:39.089Z] Removing intermediate container 9304d438ac49 [2021-03-10T03:31:39.089Z] ---> fbb229484c3f [2021-03-10T03:31:39.089Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T03:31:39.352Z] Removing intermediate container e5ee15f8d9b3 [2021-03-10T03:31:39.352Z] ---> 6bb9b7139806 [2021-03-10T03:31:39.352Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T03:31:39.927Z] Removing intermediate container 1815b41a3f28 [2021-03-10T03:31:39.927Z] ---> f9828fbc362e [2021-03-10T03:31:39.927Z] Step 13/21 : WORKDIR /edgex [2021-03-10T03:31:39.927Z] Removing intermediate container 1f8c4201455d [2021-03-10T03:31:39.927Z] ---> ab0bdf8c4c2e [2021-03-10T03:31:39.927Z] Step 13/24 : WORKDIR / [2021-03-10T03:31:40.196Z] ---> Running in e7a56b5ac936 [2021-03-10T03:31:40.196Z] ---> Running in 163917ec60c1 [2021-03-10T03:31:40.196Z] ---> Running in 7d72dd944691 [2021-03-10T03:31:40.196Z] ---> Running in 2bdcade8fb9e [2021-03-10T03:31:40.196Z] Removing intermediate container 9fb20b61bbd6 [2021-03-10T03:31:40.196Z] ---> 4b59d462ccfc [2021-03-10T03:31:40.196Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T03:31:40.196Z] ---> Running in 02f7db7f1500 [2021-03-10T03:31:40.459Z] Removing intermediate container e7a56b5ac936 [2021-03-10T03:31:40.459Z] ---> caa077d896e4 [2021-03-10T03:31:40.459Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T03:31:40.459Z] Removing intermediate container 163917ec60c1 [2021-03-10T03:31:40.459Z] ---> abb16257b4f2 [2021-03-10T03:31:40.459Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T03:31:40.723Z] Removing intermediate container 2bdcade8fb9e [2021-03-10T03:31:40.723Z] ---> 575ba226fd00 [2021-03-10T03:31:40.723Z] 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-03-10T03:31:40.723Z] Removing intermediate container 7d72dd944691 [2021-03-10T03:31:40.723Z] ---> b37f13a1d0db [2021-03-10T03:31:40.723Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:31:40.723Z] Removing intermediate container 02f7db7f1500 [2021-03-10T03:31:40.723Z] ---> cd75b8e7a4cf [2021-03-10T03:31:40.723Z] Step 15/23 : WORKDIR / [2021-03-10T03:31:40.723Z] ---> Running in b794062c1250 [2021-03-10T03:31:40.723Z] ---> Running in 63380ed813f0 [2021-03-10T03:31:40.990Z] ---> ab9f04dc0d32 [2021-03-10T03:31:40.990Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T03:31:40.990Z] Removing intermediate container b794062c1250 [2021-03-10T03:31:40.990Z] ---> 95054a80a643 [2021-03-10T03:31:40.991Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:31:41.267Z] ---> edda18f1f3b2 [2021-03-10T03:31:41.267Z] 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-03-10T03:31:41.267Z] ---> ad7b63d099d0 [2021-03-10T03:31:41.267Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T03:31:41.267Z] Removing intermediate container 63380ed813f0 [2021-03-10T03:31:41.267Z] ---> 795540201124 [2021-03-10T03:31:41.267Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:31:41.532Z] ---> a4ff73c097f1 [2021-03-10T03:31:41.532Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T03:31:41.798Z] ---> 7d1442fbe9b2 [2021-03-10T03:31:41.798Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T03:31:41.798Z] ---> b4723c8c2018 [2021-03-10T03:31:41.798Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T03:31:41.798Z] ---> 3ce65e227996 [2021-03-10T03:31:41.798Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T03:31:42.073Z] ---> 6382439fe51c [2021-03-10T03:31:42.073Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T03:31:42.339Z] ---> 08a876c7d755 [2021-03-10T03:31:42.340Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T03:31:42.340Z] ---> 9fa227b98c8d [2021-03-10T03:31:42.340Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T03:31:42.605Z] ---> adbcb25e0872 [2021-03-10T03:31:42.605Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T03:31:42.605Z] ---> 208e9fcb8590 [2021-03-10T03:31:42.605Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T03:31:42.605Z] ---> 901aac7830a3 [2021-03-10T03:31:42.605Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T03:31:42.868Z] ---> Running in 01cd37e0f5c7 [2021-03-10T03:31:42.868Z] ---> Running in 6c24d62ed567 [2021-03-10T03:31:42.868Z] ---> 6b915c5bb379 [2021-03-10T03:31:42.868Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T03:31:42.868Z] ---> 7a01c56f17fc [2021-03-10T03:31:42.868Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T03:31:42.868Z] ---> Running in 9dd71de98f2b [2021-03-10T03:31:43.132Z] Removing intermediate container 01cd37e0f5c7 [2021-03-10T03:31:43.132Z] ---> da57a005a706 [2021-03-10T03:31:43.132Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T03:31:43.132Z] Removing intermediate container 6c24d62ed567 [2021-03-10T03:31:43.132Z] ---> 4b6fa5f08f6a [2021-03-10T03:31:43.132Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:31:43.132Z] ---> 59f3717e5385 [2021-03-10T03:31:43.132Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T03:31:43.397Z] Removing intermediate container 9dd71de98f2b [2021-03-10T03:31:43.397Z] ---> 76f2fb0f8ec9 [2021-03-10T03:31:43.397Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:31:43.397Z] ---> Running in 62e688bb231c [2021-03-10T03:31:43.397Z] ---> Running in 828725705e62 [2021-03-10T03:31:43.397Z] ---> Running in 0e5169139a20 [2021-03-10T03:31:43.397Z] ---> 67ed034fbdc4 [2021-03-10T03:31:43.397Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T03:31:43.397Z] ---> Running in 799fc5d4cb6e [2021-03-10T03:31:43.659Z] Removing intermediate container 828725705e62 [2021-03-10T03:31:43.659Z] ---> 2cc8ef4bfc5e [2021-03-10T03:31:43.659Z] Step 19/21 : LABEL arch=x86_64 [2021-03-10T03:31:43.659Z] Removing intermediate container 0e5169139a20 [2021-03-10T03:31:43.659Z] ---> 9b6c1c8c10bf [2021-03-10T03:31:43.659Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T03:31:43.659Z] Removing intermediate container 62e688bb231c [2021-03-10T03:31:43.659Z] ---> 3215f831032f [2021-03-10T03:31:43.659Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:31:43.922Z] ---> Running in 436eab8e5b27 [2021-03-10T03:31:43.922Z] ---> Running in 589a39a88fc3 [2021-03-10T03:31:43.922Z] ---> 05e913ad296c [2021-03-10T03:31:43.922Z] 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-03-10T03:31:43.922Z] Removing intermediate container 799fc5d4cb6e [2021-03-10T03:31:43.922Z] ---> bb9813d60f92 [2021-03-10T03:31:43.922Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T03:31:43.922Z] ---> Running in f1ada817d145 [2021-03-10T03:31:44.185Z] ---> Running in 57229ba633e1 [2021-03-10T03:31:44.185Z] ---> Running in 160e7dca4233 [2021-03-10T03:31:44.447Z] Removing intermediate container 436eab8e5b27 [2021-03-10T03:31:44.447Z] ---> 68b08ec518cd [2021-03-10T03:31:44.447Z] Step 21/22 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:31:44.447Z] Removing intermediate container 589a39a88fc3 [2021-03-10T03:31:44.447Z] ---> de5603785c95 [2021-03-10T03:31:44.447Z] Step 20/21 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:31:44.447Z] Removing intermediate container f1ada817d145 [2021-03-10T03:31:44.447Z] ---> 6e35272def8d [2021-03-10T03:31:44.447Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T03:31:44.447Z] Removing intermediate container 160e7dca4233 [2021-03-10T03:31:44.447Z] ---> ee8b74371a35 [2021-03-10T03:31:44.447Z] Step 21/22 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:31:44.712Z] ---> Running in 140478eccb7e [2021-03-10T03:31:44.712Z] ---> Running in 67d8c16550f9 [2021-03-10T03:31:44.712Z] ---> Running in 8a7211d22a52 [2021-03-10T03:31:44.712Z] ---> Running in e3691e520061 [2021-03-10T03:31:44.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.282s coverage: 92.8% of statements [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T03:31:44.951Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.091s coverage: 58.8% of statements [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T03:31:44.951Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.1% of statements [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T03:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T03:31:44.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 47.1% of statements [2021-03-10T03:31:44.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.082s coverage: 79.5% of statements [2021-03-10T03:31:44.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-03-10T03:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements [2021-03-10T03:31:44.973Z] Removing intermediate container 140478eccb7e [2021-03-10T03:31:44.973Z] ---> 937d441f1a86 [2021-03-10T03:31:44.973Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T03:31:44.973Z] Removing intermediate container 67d8c16550f9 [2021-03-10T03:31:44.973Z] ---> d246f2dfc5a5 [2021-03-10T03:31:44.973Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T03:31:45.236Z] Removing intermediate container 8a7211d22a52 [2021-03-10T03:31:45.236Z] ---> 8d8da0ad638d [2021-03-10T03:31:45.236Z] Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:31:45.236Z] Removing intermediate container e3691e520061 [2021-03-10T03:31:45.236Z] ---> d2a68c48db62 [2021-03-10T03:31:45.236Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T03:31:45.509Z] ---> Running in eb9dafd2d300 [2021-03-10T03:31:45.509Z] ---> Running in 7946d22e2620 [2021-03-10T03:31:45.509Z] ---> Running in 0aafdb33a5a9 [2021-03-10T03:31:45.509Z] ---> Running in 62f2a41b8f4e [2021-03-10T03:31:45.777Z] Removing intermediate container 7946d22e2620 [2021-03-10T03:31:45.777Z] ---> 162cd3e84d6e [2021-03-10T03:31:45.777Z] [2021-03-10T03:31:45.778Z] Removing intermediate container eb9dafd2d300 [2021-03-10T03:31:45.778Z] ---> b2d42d8a6491 [2021-03-10T03:31:45.778Z] [2021-03-10T03:31:45.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-03-10T03:31:46.040Z] Removing intermediate container 0aafdb33a5a9 [2021-03-10T03:31:46.040Z] ---> 545235c29be6 [2021-03-10T03:31:46.040Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T03:31:46.040Z] Removing intermediate container 62f2a41b8f4e [2021-03-10T03:31:46.040Z] ---> 8664679e2427 [2021-03-10T03:31:46.040Z] [2021-03-10T03:31:46.040Z] Removing intermediate container 57229ba633e1 [2021-03-10T03:31:46.040Z] ---> c3ec43a3f661 [2021-03-10T03:31:46.040Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T03:31:46.040Z] Successfully built 162cd3e84d6e [2021-03-10T03:31:46.040Z] Successfully built b2d42d8a6491 [2021-03-10T03:31:46.303Z] Successfully built 8664679e2427 [2021-03-10T03:31:46.303Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-10T03:31:46.303Z] ---> Running in 85bb9f03ae2e [2021-03-10T03:31:46.303Z] Building docker-sys-mgmt-agent-go [2021-03-10T03:31:46.303Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-03-10T03:31:46.303Z] Building docker-core-command-go [2021-03-10T03:31:46.303Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest [2021-03-10T03:31:46.303Z] Building docker-core-data-go [2021-03-10T03:31:46.303Z]  Building docker-support-notifications-go ... done  ---> Running in 54c487eaf35f [2021-03-10T03:31:46.303Z] Removing intermediate container 85bb9f03ae2e [2021-03-10T03:31:46.303Z] ---> 76bf2fcff942 [2021-03-10T03:31:46.303Z] [2021-03-10T03:31:46.566Z] Removing intermediate container 54c487eaf35f [2021-03-10T03:31:46.566Z] ---> 206265f0f6d3 [2021-03-10T03:31:46.566Z] Step 22/24 : LABEL arch=x86_64 [2021-03-10T03:31:46.566Z] ---> Running in 4264785df474 [2021-03-10T03:31:46.566Z] Successfully built 76bf2fcff942 [2021-03-10T03:31:46.566Z] Successfully tagged docker-core-metadata-go:latest [2021-03-10T03:31:46.566Z] Building docker-security-bootstrapper-go [2021-03-10T03:31:46.830Z]  Building docker-core-metadata-go ... done Removing intermediate container 4264785df474 [2021-03-10T03:31:46.830Z] ---> d4299464b36a [2021-03-10T03:31:46.830Z] Step 23/24 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:31:46.830Z] ---> Running in 9fa1e4c9cf70 [2021-03-10T03:31:46.830Z] Removing intermediate container 9fa1e4c9cf70 [2021-03-10T03:31:46.830Z] ---> d5a93945da0a [2021-03-10T03:31:46.830Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T03:31:47.095Z] ---> Running in 428146afb6ba [2021-03-10T03:31:47.095Z] Removing intermediate container 428146afb6ba [2021-03-10T03:31:47.095Z] ---> 16fe9bb16017 [2021-03-10T03:31:47.095Z] [2021-03-10T03:31:47.358Z] Successfully built 16fe9bb16017 [2021-03-10T03:31:47.358Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-10T03:32:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2021-03-10T03:32:01.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2021-03-10T03:32:01.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.135s coverage: 81.4% of statements [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.130s coverage: 92.9% of statements [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.158s coverage: 84.6% of statements [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.6% of statements [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.493s coverage: 62.4% of statements [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T03:32:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-03-10T03:32:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-03-10T03:32:14.043Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:32:14.043Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:32:14.043Z] ---> a178796501c9 [2021-03-10T03:32:14.043Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T03:32:14.043Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:32:14.043Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:32:14.043Z] ---> a178796501c9 [2021-03-10T03:32:14.043Z] Step 3/31 : WORKDIR /edgex-goStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:32:14.043Z] [2021-03-10T03:32:14.043Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> Using cache [2021-03-10T03:32:14.043Z] [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 9542d192bf23 [2021-03-10T03:32:14.043Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:32:14.043Z] ---> 9542d192bf23 [2021-03-10T03:32:14.043Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:32:14.043Z] ---> a178796501c9 [2021-03-10T03:32:14.043Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 9542d192bf23 [2021-03-10T03:32:14.043Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> daabeb9439d0 [2021-03-10T03:32:14.043Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> daabeb9439d0 [2021-03-10T03:32:14.043Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> daabeb9439d0 [2021-03-10T03:32:14.043Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 49b3fa2e847a [2021-03-10T03:32:14.043Z] Step 6/31 : COPY go.mod . [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 49b3fa2e847a [2021-03-10T03:32:14.043Z] Step 6/23 : COPY go.mod . [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 7d6b0a3338fc [2021-03-10T03:32:14.043Z] Step 7/23 : RUN go mod download [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 7d6b0a3338fc [2021-03-10T03:32:14.043Z] Step 7/31 : RUN go mod download [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 1c231e9abddc [2021-03-10T03:32:14.043Z] Step 8/23 : COPY . . [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 1c231e9abddc [2021-03-10T03:32:14.043Z] Step 8/31 : COPY . . [2021-03-10T03:32:14.043Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:32:14.043Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:32:14.043Z] ---> a178796501c9 [2021-03-10T03:32:14.043Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 9542d192bf23 [2021-03-10T03:32:14.043Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> daabeb9439d0 [2021-03-10T03:32:14.043Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 276252ac56ed [2021-03-10T03:32:14.043Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T03:32:14.043Z] ---> Using cache [2021-03-10T03:32:14.043Z] ---> 276252ac56ed [2021-03-10T03:32:14.043Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T03:32:14.043Z] ---> Running in 55468d401cf9 [2021-03-10T03:32:14.043Z] ---> Running in 1d27d3ab23b5 [2021-03-10T03:32:14.043Z] ---> Running in a844a7f13b37 [2021-03-10T03:32:14.043Z] ---> Running in ddbf4daa5c39 [2021-03-10T03:32:14.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T03:32:14.624Z] 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-03-10T03:32:14.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:32:14.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:32:16.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.897s coverage: 69.0% of statements [2021-03-10T03:32:16.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T03:32:16.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T03:32:16.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T03:32:16.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:32:16.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:32:18.109Z] OK: 233 MiB in 51 packages [2021-03-10T03:32:18.109Z] OK: 233 MiB in 51 packages [2021-03-10T03:32:18.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.372s coverage: 38.4% of statements [2021-03-10T03:32:18.142Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T03:32:18.142Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T03:32:18.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements [2021-03-10T03:32:18.142Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T03:32:18.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements [2021-03-10T03:32:20.714Z] Removing intermediate container a844a7f13b37 [2021-03-10T03:32:20.714Z] ---> e4b90f9ce282 [2021-03-10T03:32:20.714Z] Step 6/26 : COPY go.mod . [2021-03-10T03:32:20.714Z] Removing intermediate container 55468d401cf9 [2021-03-10T03:32:20.714Z] ---> 62a83e9ce890 [2021-03-10T03:32:20.714Z] Step 6/23 : COPY go.mod . [2021-03-10T03:32:20.986Z] ---> 9020ed69ef56 [2021-03-10T03:32:20.986Z] Step 7/26 : RUN go mod download [2021-03-10T03:32:20.986Z] ---> 3b39a12b3166 [2021-03-10T03:32:20.986Z] Step 7/23 : RUN go mod download [2021-03-10T03:32:20.986Z] ---> Running in df28142fabe3 [2021-03-10T03:32:21.263Z] ---> Running in 274cbfc69bcc [2021-03-10T03:32:23.903Z] Removing intermediate container df28142fabe3 [2021-03-10T03:32:23.903Z] ---> b83e4b73226b [2021-03-10T03:32:23.903Z] Step 8/26 : COPY . . [2021-03-10T03:32:23.903Z] Removing intermediate container 274cbfc69bcc [2021-03-10T03:32:23.903Z] ---> cd0ea6d3bc00 [2021-03-10T03:32:23.903Z] Step 8/23 : COPY . . [2021-03-10T03:32:24.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.410s coverage: 47.0% of statements [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T03:32:24.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.188s coverage: 100.0% of statements [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T03:32:24.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.217s coverage: 100.0% of statements [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T03:32:24.903Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.429s coverage: 87.8% of statements [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T03:32:24.903Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T03:32:33.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.054s coverage: 29.1% of statements [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T03:32:33.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T03:32:33.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.145s coverage: 100.0% of statements [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T03:32:33.195Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.257s coverage: 96.5% of statements [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T03:32:33.195Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T03:32:33.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T03:32:33.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T03:32:33.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T03:32:33.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-03-10T03:32:33.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-10T03:32:33.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-10T03:32:33.789Z] GO111MODULE=on go vet ./... [2021-03-10T03:32:50.696Z] Removing intermediate container 1d27d3ab23b5 [2021-03-10T03:32:50.696Z] ---> c71be52bec46 [2021-03-10T03:32:50.696Z] [2021-03-10T03:32:50.696Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T03:32:50.696Z] ---> 88dd2752d2ea [2021-03-10T03:32:50.696Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T03:32:50.963Z] ---> Running in 7f009452a520 [2021-03-10T03:32:52.368Z] ---> b45ce0289fdb [2021-03-10T03:32:52.368Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T03:32:52.947Z] Removing intermediate container 7f009452a520 [2021-03-10T03:32:52.947Z] ---> 0bad975802fd [2021-03-10T03:32:52.947Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T03:32:52.947Z] ---> Running in 2e006a9c6844 [2021-03-10T03:32:52.947Z] ---> Running in 3a2084683e01 [2021-03-10T03:32:52.947Z] ---> db1da5b14463 [2021-03-10T03:32:52.947Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T03:32:53.229Z] Removing intermediate container ddbf4daa5c39 [2021-03-10T03:32:53.229Z] ---> bb948eeed74b [2021-03-10T03:32:53.229Z] [2021-03-10T03:32:53.229Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T03:32:53.229Z] ---> 88dd2752d2ea [2021-03-10T03:32:53.229Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T03:32:53.229Z] ---> Using cache [2021-03-10T03:32:53.229Z] ---> c702852de11d [2021-03-10T03:32:53.229Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T03:32:53.229Z] ---> Using cache [2021-03-10T03:32:53.229Z] ---> 3c80ba242318 [2021-03-10T03:32:53.229Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T03:32:53.229Z] ---> Running in b69cffa0cd28 [2021-03-10T03:32:53.229Z] ---> Running in 86f3dcaa320d [2021-03-10T03:32:53.809Z] Removing intermediate container 86f3dcaa320d [2021-03-10T03:32:53.809Z] ---> 4dd9e98ac2d8 [2021-03-10T03:32:53.809Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T03:32:53.809Z] ---> Running in 5911fe89b8d7 [2021-03-10T03:32:53.809Z] 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-03-10T03:32:54.086Z] 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-03-10T03:32:54.086Z] Removing intermediate container 5911fe89b8d7 [2021-03-10T03:32:54.086Z] ---> c6c8d1c6e49e [2021-03-10T03:32:54.086Z] Step 15/23 : WORKDIR / [2021-03-10T03:32:54.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:32:54.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:32:54.362Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T03:32:54.362Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T03:32:54.362Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:32:54.362Z] OK: 6 MiB in 16 packages [2021-03-10T03:32:54.634Z] ---> Running in 741caedd564d [2021-03-10T03:32:54.906Z] Removing intermediate container 741caedd564d [2021-03-10T03:32:54.906Z] ---> eb3e268e6719 [2021-03-10T03:32:54.906Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:32:55.520Z] Removing intermediate container 3a2084683e01 [2021-03-10T03:32:55.520Z] ---> 1b5a0c75c72d [2021-03-10T03:32:55.520Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T03:32:55.520Z] ---> fe7ed232c3d0 [2021-03-10T03:32:55.520Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T03:32:55.785Z] ---> Running in af3b06d034a8 [2021-03-10T03:32:56.061Z] Removing intermediate container af3b06d034a8 [2021-03-10T03:32:56.062Z] ---> 29900f4f133d [2021-03-10T03:32:56.062Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T03:32:56.333Z] ---> Running in add1e582d590 [2021-03-10T03:32:56.608Z] Removing intermediate container add1e582d590 [2021-03-10T03:32:56.608Z] ---> 1086ff7d3055 [2021-03-10T03:32:56.608Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T03:32:56.608Z] ---> e67381304cb3 [2021-03-10T03:32:56.608Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T03:32:56.875Z] ---> Running in e312cbc88168 [2021-03-10T03:32:57.142Z] ---> a00cd05b97e1 [2021-03-10T03:32:57.142Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T03:32:57.407Z] ---> Running in f88933a65f76 [2021-03-10T03:32:57.675Z] Removing intermediate container f88933a65f76 [2021-03-10T03:32:57.675Z] ---> 57cf25c74bf2 [2021-03-10T03:32:57.675Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:32:57.675Z] ---> Running in 9e21fd3584b7 [2021-03-10T03:32:58.263Z] Removing intermediate container 9e21fd3584b7 [2021-03-10T03:32:58.263Z] ---> c38ffb4f9bfb [2021-03-10T03:32:58.263Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T03:32:58.857Z] ---> Running in 2fc543962baa [2021-03-10T03:32:58.857Z] Removing intermediate container e312cbc88168 [2021-03-10T03:32:58.857Z] ---> 2ce2bd4f71d4 [2021-03-10T03:32:58.857Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T03:32:59.131Z] ---> Running in 764508b3dcc7 [2021-03-10T03:32:59.131Z] Removing intermediate container 2fc543962baa [2021-03-10T03:32:59.131Z] ---> 04d28a6de93f [2021-03-10T03:32:59.131Z] Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:32:59.396Z] ---> Running in a8e6ecc2f988 [2021-03-10T03:32:59.668Z] Removing intermediate container 764508b3dcc7 [2021-03-10T03:32:59.668Z] ---> e6e53f8ee614 [2021-03-10T03:32:59.668Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T03:32:59.668Z] Removing intermediate container a8e6ecc2f988 [2021-03-10T03:32:59.668Z] ---> a8a4be406621 [2021-03-10T03:32:59.668Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T03:32:59.933Z] ---> Running in 008bbe339e99 [2021-03-10T03:32:59.933Z] ---> fb79facb15f2 [2021-03-10T03:32:59.933Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T03:33:00.202Z] ---> Running in cac17c00cf1c [2021-03-10T03:33:00.202Z] Removing intermediate container 008bbe339e99 [2021-03-10T03:33:00.202Z] ---> 56f5c7eeb90b [2021-03-10T03:33:00.202Z] [2021-03-10T03:33:00.474Z] Successfully built 56f5c7eeb90b [2021-03-10T03:33:00.747Z] Successfully tagged docker-core-command-go:latest [2021-03-10T03:33:02.205Z]  Building docker-core-command-go ... done Removing intermediate container cac17c00cf1c [2021-03-10T03:33:02.205Z] ---> 782fe29b2279 [2021-03-10T03:33:02.205Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:33:02.485Z] ---> 499fde27c438 [2021-03-10T03:33:02.485Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T03:33:03.462Z] ---> 3fe19f471f05 [2021-03-10T03:33:03.462Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T03:33:03.744Z] ---> a6018bb02d62 [2021-03-10T03:33:03.744Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T03:33:04.351Z] ---> 9e5a409fd403 [2021-03-10T03:33:04.351Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T03:33:04.938Z] ---> a1f1ed97c33f [2021-03-10T03:33:04.938Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T03:33:04.938Z] ---> Running in 43554ab8bf64 [2021-03-10T03:33:05.219Z] Removing intermediate container 43554ab8bf64 [2021-03-10T03:33:05.219Z] ---> 3040ca5923db [2021-03-10T03:33:05.219Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T03:33:05.817Z] ---> 8e5cc3639ee3 [2021-03-10T03:33:05.817Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T03:33:06.091Z] ---> Running in ea792218684a [2021-03-10T03:33:08.718Z] Removing intermediate container ea792218684a [2021-03-10T03:33:08.718Z] ---> 2b6a21b5fd7e [2021-03-10T03:33:08.718Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T03:33:08.996Z] ---> Running in 6c1c3701ea16 [2021-03-10T03:33:09.277Z] Removing intermediate container 6c1c3701ea16 [2021-03-10T03:33:09.277Z] ---> 33f187a9c3ff [2021-03-10T03:33:09.277Z] Step 28/31 : CMD ["gate"] [2021-03-10T03:33:10.671Z] ---> Running in d7c1cdf13bc9 [2021-03-10T03:33:10.952Z] Removing intermediate container d7c1cdf13bc9 [2021-03-10T03:33:10.952Z] ---> 4ab4dc274462 [2021-03-10T03:33:10.952Z] Step 29/31 : LABEL arch=x86_64 [2021-03-10T03:33:11.227Z] ---> Running in ba5d205d9095 [2021-03-10T03:33:11.495Z] Removing intermediate container ba5d205d9095 [2021-03-10T03:33:11.495Z] ---> e68ce12eb0f4 [2021-03-10T03:33:11.495Z] Step 30/31 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:33:12.076Z] ---> Running in 44c20637bfca [2021-03-10T03:33:13.096Z] Removing intermediate container 44c20637bfca [2021-03-10T03:33:13.096Z] ---> b16267ca9198 [2021-03-10T03:33:13.096Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T03:33:13.096Z] Removing intermediate container b69cffa0cd28 [2021-03-10T03:33:13.096Z] ---> 3adce048b322 [2021-03-10T03:33:13.096Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T03:33:13.365Z] ---> Running in e78da97c8b82 [2021-03-10T03:33:13.628Z] ---> Running in 75580f4b295e [2021-03-10T03:33:15.152Z] Removing intermediate container 75580f4b295e [2021-03-10T03:33:15.152Z] ---> 2efff372df3f [2021-03-10T03:33:15.152Z] [2021-03-10T03:33:15.152Z] Successfully built 2efff372df3f [2021-03-10T03:33:15.152Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-10T03:33:15.152Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T03:33:17.868Z] Removing intermediate container 2e006a9c6844 [2021-03-10T03:33:17.868Z] ---> 897f3ac4ba90 [2021-03-10T03:33:17.868Z] [2021-03-10T03:33:17.868Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T03:33:17.868Z] ---> 88dd2752d2ea [2021-03-10T03:33:17.868Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T03:33:17.868Z] Removing intermediate container e78da97c8b82 [2021-03-10T03:33:17.868Z] ---> 734a93fd676d [2021-03-10T03:33:17.868Z] [2021-03-10T03:33:17.868Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T03:33:17.868Z] ---> Running in 8a66630b7d9d [2021-03-10T03:33:17.868Z] 20.10.0: Pulling from library/docker [2021-03-10T03:33:18.131Z] Removing intermediate container 8a66630b7d9d [2021-03-10T03:33:18.131Z] ---> 10e473674bbf [2021-03-10T03:33:18.131Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T03:33:18.131Z] ---> Running in 791e9588100e [2021-03-10T03:33:18.402Z] Removing intermediate container 791e9588100e [2021-03-10T03:33:18.402Z] ---> 7781a7404869 [2021-03-10T03:33:18.402Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T03:33:18.666Z] ---> Running in d4b345b1f355 [2021-03-10T03:33:18.928Z] Removing intermediate container d4b345b1f355 [2021-03-10T03:33:18.928Z] ---> 51151ca5337f [2021-03-10T03:33:18.928Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:33:19.200Z] ---> Running in 8a4390f2b4f6 [2021-03-10T03:33:20.609Z] Removing intermediate container 8a4390f2b4f6 [2021-03-10T03:33:20.609Z] ---> 04ed2abdbe8e [2021-03-10T03:33:20.609Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T03:33:20.609Z] ---> Running in bfabe637f40b [2021-03-10T03:33:21.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:33:22.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:33:22.592Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T03:33:22.592Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T03:33:22.592Z] ---> aefe523efa57 [2021-03-10T03:33:22.592Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T03:33:22.858Z] ---> Running in 214d015795d8 [2021-03-10T03:33:23.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:33:23.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:33:23.434Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T03:33:23.434Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T03:33:23.696Z] Executing bash-5.0.17-r0.post-install [2021-03-10T03:33:23.696Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:33:23.696Z] OK: 12 MiB in 22 packages [2021-03-10T03:33:23.959Z] Removing intermediate container 214d015795d8 [2021-03-10T03:33:23.959Z] ---> a1f32acde77c [2021-03-10T03:33:23.959Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T03:33:24.222Z] ---> Running in 1bd8c5239b3a [2021-03-10T03:33:24.222Z] Removing intermediate container 1bd8c5239b3a [2021-03-10T03:33:24.222Z] ---> 26800765f0af [2021-03-10T03:33:24.222Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T03:33:24.484Z] ---> Running in 0bb0e9af50ff [2021-03-10T03:33:24.484Z] Removing intermediate container 0bb0e9af50ff [2021-03-10T03:33:24.484Z] ---> 0c9593e01636 [2021-03-10T03:33:24.484Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T03:33:24.484Z] ---> Running in d2c333864d5d [2021-03-10T03:33:24.746Z] Removing intermediate container d2c333864d5d [2021-03-10T03:33:24.746Z] ---> 50c6ecee4bc1 [2021-03-10T03:33:24.746Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T03:33:25.320Z] ---> d7e83c9cebcb [2021-03-10T03:33:25.320Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T03:33:25.583Z] ---> 67c277657f19 [2021-03-10T03:33:25.583Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T03:33:25.844Z] ---> bdc13d0afe44 [2021-03-10T03:33:25.844Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T03:33:26.107Z] ---> Running in ac52fc9fb8eb [2021-03-10T03:33:26.107Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T03:33:26.107Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T03:33:26.371Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T03:33:26.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:33:26.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:33:26.633Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T03:33:26.633Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T03:33:26.633Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T03:33:26.633Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T03:33:26.633Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T03:33:26.633Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T03:33:26.633Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T03:33:26.896Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T03:33:28.292Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T03:33:28.292Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T03:33:28.292Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T03:33:28.292Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T03:33:28.292Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T03:33:28.292Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T03:33:28.292Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T03:33:28.292Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T03:33:28.292Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T03:33:28.292Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T03:33:28.292Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T03:33:28.292Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T03:33:28.292Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T03:33:28.292Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T03:33:28.292Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T03:33:28.292Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T03:33:28.292Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T03:33:28.292Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T03:33:28.292Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T03:33:28.292Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T03:33:28.292Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T03:33:28.564Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T03:33:28.564Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T03:33:28.564Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T03:33:28.564Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T03:33:28.564Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T03:33:28.564Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:33:28.564Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T03:33:28.564Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T03:33:28.564Z] OK: 8 MiB in 20 packages [2021-03-10T03:33:28.564Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:33:28.564Z] OK: 71 MiB in 55 packages [2021-03-10T03:33:32.811Z] Removing intermediate container bfabe637f40b [2021-03-10T03:33:32.811Z] ---> 2ff08e07229a [2021-03-10T03:33:32.811Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:33:37.035Z] ---> f0a45d6f3eac [2021-03-10T03:33:37.035Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T03:33:37.035Z] Removing intermediate container ac52fc9fb8eb [2021-03-10T03:33:37.035Z] ---> 3d236eee0747 [2021-03-10T03:33:37.035Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T03:33:37.035Z] ---> Running in a259924eb37a [2021-03-10T03:33:37.310Z] ---> b382af881618 [2021-03-10T03:33:37.310Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T03:33:38.706Z] ---> afbb8614a352 [2021-03-10T03:33:38.706Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T03:33:38.706Z] ---> Running in 04a514fd5880 [2021-03-10T03:33:38.706Z] Removing intermediate container 04a514fd5880 [2021-03-10T03:33:38.706Z] ---> 337e596fb481 [2021-03-10T03:33:38.706Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:33:38.706Z] ---> Running in d8ffd3dc8e30 [2021-03-10T03:33:38.987Z] Removing intermediate container d8ffd3dc8e30 [2021-03-10T03:33:38.987Z] ---> c7ed4abe1535 [2021-03-10T03:33:38.987Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T03:33:38.987Z] ---> Running in 3d9e1130f577 [2021-03-10T03:33:39.250Z] Removing intermediate container 3d9e1130f577 [2021-03-10T03:33:39.250Z] ---> 405ccf653cde [2021-03-10T03:33:39.250Z] Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:33:39.250Z] ---> Running in b6a59ebb3097 [2021-03-10T03:33:39.513Z] Collecting docker-compose==1.23.2 [2021-03-10T03:33:39.513Z] Removing intermediate container b6a59ebb3097 [2021-03-10T03:33:39.513Z] ---> 34c9227c355e [2021-03-10T03:33:39.513Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T03:33:39.513Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T03:33:39.513Z] ---> Running in 37d342e02ecc [2021-03-10T03:33:40.089Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T03:33:40.089Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T03:33:40.089Z] Removing intermediate container 37d342e02ecc [2021-03-10T03:33:40.089Z] ---> b64880d7df1b [2021-03-10T03:33:40.089Z] [2021-03-10T03:33:40.352Z] Successfully built b64880d7df1b [2021-03-10T03:33:40.352Z] Successfully tagged docker-core-data-go:latest [2021-03-10T03:33:40.614Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2021-03-10T03:33:40.614Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T03:33:40.614Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T03:33:40.614Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T03:33:41.189Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T03:33:41.190Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T03:33:41.190Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T03:33:41.190Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T03:33:41.764Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T03:33:41.764Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T03:33:42.027Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T03:33:42.027Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T03:33:42.290Z] Collecting PyYAML<4,>=3.10 [2021-03-10T03:33:42.290Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T03:33:42.866Z] 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-03-10T03:33:43.129Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T03:33:43.129Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T03:33:43.129Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T03:33:43.129Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T03:33:43.129Z] Collecting idna<2.8,>=2.5 [2021-03-10T03:33:43.129Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T03:33:43.391Z] 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-03-10T03:33:43.391Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T03:33:43.391Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T03:33:43.391Z] 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-03-10T03:33:43.391Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T03:33:43.391Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T03:33:43.391Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T03:33:43.391Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T03:33:43.654Z] Installing collected packages: dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, cached-property, texttable, PyYAML, jsonschema, docker-compose [2021-03-10T03:33:43.654Z] Running setup.py install for dockerpty: started [2021-03-10T03:33:44.237Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T03:33:44.237Z] Attempting uninstall: idna [2021-03-10T03:33:44.237Z] Found existing installation: idna 2.9 [2021-03-10T03:33:44.237Z] Uninstalling idna-2.9: [2021-03-10T03:33:44.237Z] Successfully uninstalled idna-2.9 [2021-03-10T03:33:44.499Z] Attempting uninstall: urllib3 [2021-03-10T03:33:44.499Z] Found existing installation: urllib3 1.25.9 [2021-03-10T03:33:44.499Z] Uninstalling urllib3-1.25.9: [2021-03-10T03:33:44.499Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T03:33:44.761Z] Attempting uninstall: requests [2021-03-10T03:33:44.761Z] Found existing installation: requests 2.23.0 [2021-03-10T03:33:44.761Z] Uninstalling requests-2.23.0: [2021-03-10T03:33:44.761Z] Successfully uninstalled requests-2.23.0 [2021-03-10T03:33:45.024Z] Running setup.py install for docopt: started [2021-03-10T03:33:45.600Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T03:33:45.600Z] Running setup.py install for texttable: started [2021-03-10T03:33:45.862Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T03:33:45.862Z] Running setup.py install for PyYAML: started [2021-03-10T03:33:46.436Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T03:33:47.016Z] 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.58.0 [2021-03-10T03:33:49.576Z] Removing intermediate container a259924eb37a [2021-03-10T03:33:49.576Z] ---> 0524f398eaae [2021-03-10T03:33:49.576Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T03:33:49.576Z] ---> Running in 92300f668d6a [2021-03-10T03:33:50.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T03:33:50.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T03:33:50.152Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T03:33:50.152Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T03:33:50.152Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T03:33:50.152Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:33:50.152Z] OK: 72 MiB in 58 packages [2021-03-10T03:33:50.730Z] Removing intermediate container 92300f668d6a [2021-03-10T03:33:50.730Z] ---> a58a3dffd579 [2021-03-10T03:33:50.730Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T03:33:50.730Z] ---> Running in fcae06d55bd0 [2021-03-10T03:33:50.995Z] Removing intermediate container fcae06d55bd0 [2021-03-10T03:33:50.995Z] ---> d046d7e14e4e [2021-03-10T03:33:50.995Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:33:50.995Z] ---> Running in bf7e692c3487 [2021-03-10T03:33:51.258Z] Removing intermediate container bf7e692c3487 [2021-03-10T03:33:51.258Z] ---> f1d92f246e6b [2021-03-10T03:33:51.258Z] Step 24/26 : LABEL arch=x86_64 [2021-03-10T03:33:51.258Z] ---> Running in d46817d179d1 [2021-03-10T03:33:51.258Z] Removing intermediate container d46817d179d1 [2021-03-10T03:33:51.258Z] ---> 711d4d985486 [2021-03-10T03:33:51.258Z] Step 25/26 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:33:51.520Z] ---> Running in b11acf1a20bc [2021-03-10T03:33:51.520Z] Removing intermediate container b11acf1a20bc [2021-03-10T03:33:51.520Z] ---> 4a22874edb63 [2021-03-10T03:33:51.520Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T03:33:51.520Z] ---> Running in 3cdc158f5382 [2021-03-10T03:33:51.784Z] Removing intermediate container 3cdc158f5382 [2021-03-10T03:33:51.784Z] ---> 7ace159540c3 [2021-03-10T03:33:51.784Z] [2021-03-10T03:33:52.047Z] Successfully built 7ace159540c3 [2021-03-10T03:33:52.047Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-10T03:33:52.321Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T03:33:52.356Z] $ docker stop --time=1 c999dae9fc5c8dff54454326b7d607a4046de2c3f29187f364a0ba767743c9f4 [2021-03-10T03:33:54.012Z] $ docker rm -f c999dae9fc5c8dff54454326b7d607a4046de2c3f29187f364a0ba767743c9f4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T03:33:54.546Z] + docker images [2021-03-10T03:33:54.546Z] + grep docker [2021-03-10T03:33:54.808Z] docker-sys-mgmt-agent-go latest 7ace159540c3 3 seconds ago 313MB [2021-03-10T03:33:54.808Z] docker-core-data-go latest b64880d7df1b 15 seconds ago 22.6MB [2021-03-10T03:33:54.808Z] docker-security-bootstrapper-go latest 2efff372df3f 41 seconds ago 18.7MB [2021-03-10T03:33:54.808Z] docker-core-command-go latest 56f5c7eeb90b 54 seconds ago 17.2MB [2021-03-10T03:33:54.808Z] docker-core-metadata-go latest 76bf2fcff942 2 minutes ago 19MB [2021-03-10T03:33:54.808Z] docker-security-secretstore-setup-go latest 16fe9bb16017 2 minutes ago 24.9MB [2021-03-10T03:33:54.808Z] docker-support-scheduler-go latest b2d42d8a6491 2 minutes ago 17.3MB [2021-03-10T03:33:54.808Z] docker-support-notifications-go latest 8664679e2427 2 minutes ago 17.8MB [2021-03-10T03:33:54.808Z] docker-security-proxy-setup-go latest 162cd3e84d6e 2 minutes ago 24.7MB [2021-03-10T03:33:54.808Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-10T03:33:55.614Z] gofmt -l . [2021-03-10T03:33:55.614Z] [ "`gofmt -l .`" = "" ] [2021-03-10T03:33:55.614Z] ./bin/test-go-mod-tidy.sh [2021-03-10T03:33:55.614Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T03:33:56.271Z] + ls -al . [2021-03-10T03:33:56.271Z] total 768 [2021-03-10T03:33:56.271Z] drwxrwxr-x 9 1001 1001 4096 Mar 10 03:33 . [2021-03-10T03:33:56.271Z] drwxr-xr-x 4 root root 4096 Mar 10 03:29 .. [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 03:28 .dockerignore [2021-03-10T03:33:56.272Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 03:28 .git [2021-03-10T03:33:56.272Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 03:28 .github [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 03:28 .gitignore [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 03:28 .sonarcloud.properties [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 03:28 Attribution.txt [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 03:28 CONTRIBUTING.md [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 03:28 Dockerfile.build [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 03:28 Jenkinsfile [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 03:28 LICENSE [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 03:28 Makefile [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 03:28 README.md [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 03:28 SECURITY.md [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 03:25 VERSION [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 03:28 ZMQWindows.md [2021-03-10T03:33:56.272Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 03:28 bin [2021-03-10T03:33:56.272Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 03:28 cmd [2021-03-10T03:33:56.272Z] -rw-r--r-- 1 root root 627302 Mar 10 03:32 coverage.out [2021-03-10T03:33:56.272Z] -rw-r--r-- 1 root root 1055 Mar 10 03:33 go.mod [2021-03-10T03:33:56.272Z] -rw-r--r-- 1 root root 21981 Mar 10 03:33 go.sum [2021-03-10T03:33:56.272Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 03:28 internal [2021-03-10T03:33:56.272Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 03:28 openapi [2021-03-10T03:33:56.272Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 03:28 snap [2021-03-10T03:33:56.272Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 03:28 version.go [Pipeline] sh [2021-03-10T03:33:56.934Z] + '[' -e coverage.out ] [2021-03-10T03:33:56.934Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T03:33:57.022Z] Warning: overwriting stash ‘coverage-report’ [2021-03-10T03:33:58.266Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T03:33:58.968Z] + make build [2021-03-10T03:33:58.968Z] 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-03-10T03:34:09.170Z] 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-03-10T03:34:10.514Z] Still waiting to schedule task [2021-03-10T03:34:10.514Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-10T03:34:31.362Z] 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-03-10T03:34:36.782Z] 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-03-10T03:34:42.191Z] 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-03-10T03:34:43.624Z] 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-03-10T03:34:49.034Z] 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-03-10T03:34:55.738Z] 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-03-10T03:34:58.374Z] 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-03-10T03:35:01.133Z] Running on prd-ubuntu18.04-docker-8c-8g-29247 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws [2021-03-10T03:35:01.197Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-03-10T03:35:02.683Z] 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-03-10T03:35:03.317Z] using credential edgex-jenkins-ssh [2021-03-10T03:35:03.380Z] Cloning the remote Git repository [2021-03-10T03:35:03.405Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T03:35:03.468Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-03-10T03:35:03.497Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T03:35:03.497Z] > git --version # timeout=10 [2021-03-10T03:35:03.505Z] > git --version # 'git version 2.17.1' [2021-03-10T03:35:03.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T03:35:03.528Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T03:35:06.064Z] 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-03-10T03:35:11.457Z] 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-03-10T03:35:16.868Z] $ docker stop --time=1 ac866f70cd6357a0234ddb41fe3801f72a4aff84ff637870dda7cc3880171303 [2021-03-10T03:35:19.239Z] $ docker rm -f ac866f70cd6357a0234ddb41fe3801f72a4aff84ff637870dda7cc3880171303 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:35:21.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T03:35:21.388Z] [2021-03-10T03:35:21.388Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:35:21.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T03:35:21.982Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit 80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:35:22.039Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-10T03:35:22.039Z] 29e5d40040c1: Pulling fs layer [2021-03-10T03:35:22.039Z] 1ce36da41761: Pulling fs layer [2021-03-10T03:35:22.039Z] 25b303627fd3: Pulling fs layer [2021-03-10T03:35:22.103Z] Merge succeeded, producing 80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:35:22.104Z] Checking out Revision 80a5fc01eef6eda66ac70f2e91be96a417930f70 (PR-3190) [2021-03-10T03:35:22.634Z] 29e5d40040c1: Verifying Checksum [2021-03-10T03:35:22.634Z] 29e5d40040c1: Download complete [2021-03-10T03:35:22.908Z] 1ce36da41761: Verifying Checksum [2021-03-10T03:35:22.908Z] 1ce36da41761: Download complete [2021-03-10T03:35:23.180Z] 29e5d40040c1: Pull complete [2021-03-10T03:35:21.325Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T03:35:21.331Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T03:35:21.342Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T03:35:21.353Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T03:35:21.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T03:35:21.357Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T03:35:21.993Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T03:35:22.000Z] > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 [2021-03-10T03:35:22.076Z] > git remote # timeout=10 [2021-03-10T03:35:22.082Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T03:35:22.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T03:35:22.092Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-10T03:35:22.101Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T03:35:22.109Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T03:35:22.114Z] > git checkout -f 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 [2021-03-10T03:35:24.615Z] 1ce36da41761: Pull complete [2021-03-10T03:35:24.615Z] 25b303627fd3: Verifying Checksum [2021-03-10T03:35:24.615Z] 25b303627fd3: Download complete [2021-03-10T03:35:25.827Z] Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:35:26.937Z] + echo snap-build.sh [2021-03-10T03:35:26.937Z] snap-build.sh [2021-03-10T03:35:26.937Z] + SNAP_BASE_DIR=. [2021-03-10T03:35:26.937Z] + '[' '!' -z /w/workspace/edgex-go/12 ']' [2021-03-10T03:35:26.937Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/12 [2021-03-10T03:35:26.937Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' [2021-03-10T03:35:26.937Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/12] [2021-03-10T03:35:26.937Z] + cd /w/workspace/edgex-go/12 [2021-03-10T03:35:26.937Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-10T03:35:26.937Z] Reading package lists... [2021-03-10T03:35:27.199Z] Building dependency tree... [2021-03-10T03:35:27.199Z] Reading state information... [2021-03-10T03:35:27.199Z] The following packages were automatically installed and are no longer required: [2021-03-10T03:35:27.199Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-10T03:35:27.199Z] uidmap xdelta3 [2021-03-10T03:35:27.199Z] Use 'sudo apt autoremove' to remove them. [2021-03-10T03:35:27.199Z] The following packages will be REMOVED: [2021-03-10T03:35:27.199Z] lxd* lxd-client* [2021-03-10T03:35:27.460Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-10T03:35:27.460Z] After this operation, 31.7 MB disk space will be freed. [2021-03-10T03:35:28.510Z] (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-03-10T03:35:28.510Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T03:35:29.454Z] Removing lxd dnsmasq configuration [2021-03-10T03:35:29.454Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T03:35:29.715Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-10T03:35:30.660Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-10T03:35:30.660Z] (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-03-10T03:35:30.660Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T03:35:32.055Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-10T03:35:32.055Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-10T03:35:32.999Z] + sudo snap remove --purge lxd [2021-03-10T03:35:33.260Z] snap "lxd" is not installed [2021-03-10T03:35:33.260Z] + sudo groupadd --force --system lxd [2021-03-10T03:35:33.260Z] ++ whoami [2021-03-10T03:35:33.260Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-10T03:35:33.260Z] + newgrp - lxd [2021-03-10T03:35:33.260Z] + sudo snap install lxd [2021-03-10T03:35:34.785Z] 25b303627fd3: Pull complete [2021-03-10T03:35:34.786Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-10T03:35:34.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T03:35:34.786Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-10T03:35:35.012Z] prd-ubuntu18.04-docker-arm64-4c-16g-29245 does not seem to be running inside a container [2021-03-10T03:35:35.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-03-10T03:35:38.025Z] $ docker top f430fc29269889e01a39172e553d74b8d26a729e6efa1af1d47ac0ca2540c170 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T03:35:39.108Z] + grep parallel [2021-03-10T03:35:39.108Z] + docker-compose build --help [2021-03-10T03:35:41.407Z] 2021-03-10T03:35:38Z INFO Waiting for automatic snapd restart... [2021-03-10T03:35:42.474Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T03:35:42.764Z] $ docker stop --time=1 f430fc29269889e01a39172e553d74b8d26a729e6efa1af1d47ac0ca2540c170 [2021-03-10T03:35:44.711Z] $ docker rm -f f430fc29269889e01a39172e553d74b8d26a729e6efa1af1d47ac0ca2540c170 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:35:45.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T03:35:45.553Z] . [Pipeline] withDockerContainer [2021-03-10T03:35:45.834Z] prd-ubuntu18.04-docker-arm64-4c-16g-29245 does not seem to be running inside a container [2021-03-10T03:35:45.933Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-03-10T03:35:47.414Z] $ docker top 838561ddfaeed079c423dd499010a383c91fc387122768731cb6c9aa13ad3aa8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T03:35:48.473Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T03:35:52.769Z] Building docker-core-command-go ... [2021-03-10T03:35:52.769Z] Building docker-core-data-go ... [2021-03-10T03:35:52.769Z] Building docker-core-metadata-go ... [2021-03-10T03:35:52.769Z] Building docker-security-bootstrapper-go ... [2021-03-10T03:35:52.769Z] Building docker-security-proxy-setup-go ... [2021-03-10T03:35:52.769Z] Building docker-security-secretstore-setup-go ... [2021-03-10T03:35:52.769Z] Building docker-support-notifications-go ... [2021-03-10T03:35:52.769Z] Building docker-support-scheduler-go ... [2021-03-10T03:35:52.769Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T03:35:52.769Z] Building docker-security-secretstore-setup-go [2021-03-10T03:35:52.769Z] Building docker-security-proxy-setup-go [2021-03-10T03:35:52.769Z] Building docker-core-metadata-go [2021-03-10T03:35:52.769Z] Building docker-support-notifications-go [2021-03-10T03:35:52.769Z] Building docker-support-scheduler-go [2021-03-10T03:36:03.396Z] lxd 4.11 from Canonical* installed [2021-03-10T03:36:03.397Z] + sudo lxd init --auto [2021-03-10T03:36:10.105Z] + sudo snap install --classic snapcraft [2021-03-10T03:36:16.696Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T03:36:16.696Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-10T03:36:16.696Z] + patch --verbose -p1 [2021-03-10T03:36:16.696Z] Hmm... Looks like a unified diff to me... [2021-03-10T03:36:16.696Z] The text leading up to this was: [2021-03-10T03:36:16.696Z] -------------------------- [2021-03-10T03:36:16.696Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-10T03:36:16.696Z] |From: Tony Espy [2021-03-10T03:36:16.696Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-10T03:36:16.696Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-10T03:36:16.696Z] | [2021-03-10T03:36:16.696Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-10T03:36:16.696Z] |optimize the snap CI check run for pull requests. When [2021-03-10T03:36:16.696Z] |applied, it essentially strips out everything (apps and [2021-03-10T03:36:16.696Z] |parts) from the snapcraft.yaml file except those required [2021-03-10T03:36:16.696Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-10T03:36:16.696Z] |catch changes to edgex-go that break the snap build. [2021-03-10T03:36:16.696Z] | [2021-03-10T03:36:16.696Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-10T03:36:16.696Z] |to update this patch file, otherwise it may fail to apply, [2021-03-10T03:36:16.696Z] |resulting in a failed snap build CI check in the associated [2021-03-10T03:36:16.696Z] |pull request. [2021-03-10T03:36:16.696Z] | [2021-03-10T03:36:16.696Z] |Note - in addition to applying this patch, the pipeline also [2021-03-10T03:36:16.696Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-10T03:36:16.696Z] |need to build the finally binary .snap file (and it won't [2021-03-10T03:36:16.696Z] |work with the patch applied). This further reduces the build [2021-03-10T03:36:16.696Z] |time. [2021-03-10T03:36:16.696Z] |--- [2021-03-10T03:36:16.696Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-10T03:36:16.696Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-10T03:36:16.696Z] | [2021-03-10T03:36:16.696Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-10T03:36:16.696Z] |index 1e537489..faf42425 100644 [2021-03-10T03:36:16.696Z] |--- a/snap/snapcraft.yaml [2021-03-10T03:36:16.696Z] |+++ b/snap/snapcraft.yaml [2021-03-10T03:36:16.696Z] -------------------------- [2021-03-10T03:36:16.696Z] patching file snap/snapcraft.yaml [2021-03-10T03:36:16.696Z] Using Plan A... [2021-03-10T03:36:16.696Z] Hunk #1 succeeded at 73. [2021-03-10T03:36:16.696Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-10T03:36:16.696Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-10T03:36:16.696Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-10T03:36:16.696Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-10T03:36:16.696Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-10T03:36:16.696Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-10T03:36:16.696Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-10T03:36:16.696Z] Hmm... Ignoring the trailing garbage. [2021-03-10T03:36:16.696Z] done [2021-03-10T03:36:16.696Z] + sudo snapcraft prime --use-lxd [2021-03-10T03:36:18.086Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-10T03:36:18.348Z] 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-03-10T03:36:18.348Z] - README.md [2021-03-10T03:36:18.348Z] - snapcraft.yaml.orig [2021-03-10T03:36:18.348Z] [2021-03-10T03:36:18.348Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-10T03:36:18.922Z] Launching a container. [2021-03-10T03:36:31.166Z] Waiting for container to be ready [2021-03-10T03:36:31.166Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-10T03:36:31.166Z] [2021-03-10T03:36:33.707Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-10T03:36:33.967Z] Waiting for network to be ready... [2021-03-10T03:36:34.539Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-10T03:36:34.539Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T03:36:35.110Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-10T03:36:35.110Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-10T03:36:35.110Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-10T03:36:35.372Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-10T03:36:35.372Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-10T03:36:35.372Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-10T03:36:35.372Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-10T03:36:35.372Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-10T03:36:35.372Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-10T03:36:35.635Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-10T03:36:35.635Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-10T03:36:35.635Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-10T03:36:35.635Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-10T03:36:35.635Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-10T03:36:35.635Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-10T03:36:35.896Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-10T03:36:35.896Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-10T03:36:36.158Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-10T03:36:36.158Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-10T03:36:36.158Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-10T03:36:36.158Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-10T03:36:36.158Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-10T03:36:36.158Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-10T03:36:36.158Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-10T03:36:36.158Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-10T03:36:38.712Z] Fetched 24.0 MB in 4s (5422 kB/s) [2021-03-10T03:36:39.656Z] Reading package lists... [2021-03-10T03:36:39.656Z] Reading package lists... [2021-03-10T03:36:39.919Z] Building dependency tree... [2021-03-10T03:36:39.919Z] Reading state information... [2021-03-10T03:36:39.919Z] The following additional packages will be installed: [2021-03-10T03:36:39.919Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-10T03:36:39.919Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-10T03:36:39.919Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-10T03:36:39.919Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-10T03:36:39.919Z] Suggested packages: [2021-03-10T03:36:39.919Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-10T03:36:39.919Z] Recommended packages: [2021-03-10T03:36:39.920Z] gnupg libsasl2-modules [2021-03-10T03:36:39.920Z] The following NEW packages will be installed: [2021-03-10T03:36:39.920Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-10T03:36:39.920Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-10T03:36:39.920Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-10T03:36:39.920Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-10T03:36:39.920Z] The following packages will be upgraded: [2021-03-10T03:36:39.920Z] gpg gpg-agent gpgconf libudev1 [2021-03-10T03:36:40.500Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-10T03:36:40.500Z] Need to get 3530 kB of archives. [2021-03-10T03:36:40.500Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-10T03:36:40.500Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-10T03:36:40.500Z] Get:2 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-03-10T03:36:40.500Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-10T03:36:40.500Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-10T03:36:40.500Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-10T03:36:40.762Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-10T03:36:41.029Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-10T03:36:41.029Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-10T03:36:41.029Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-10T03:36:41.029Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-10T03:36:41.029Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-10T03:36:41.029Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-10T03:36:41.029Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-10T03:36:41.029Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-10T03:36:41.029Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-10T03:36:41.029Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-10T03:36:41.029Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-10T03:36:41.029Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-10T03:36:41.029Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-10T03:36:41.291Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-10T03:36:41.291Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-10T03:36:41.291Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-10T03:36:41.291Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T03:36:41.291Z] Fetched 3530 kB in 1s (3185 kB/s) [2021-03-10T03:36:41.291Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-10T03:36:41.291Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-10T03:36:41.291Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T03:36:41.553Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-10T03:36:41.553Z] Selecting previously unselected package udev. [2021-03-10T03:36:41.553Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-10T03:36:41.553Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-10T03:36:41.815Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-10T03:36:42.077Z] Selecting previously unselected package libfuse2:amd64. [2021-03-10T03:36:42.077Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-10T03:36:42.077Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-10T03:36:42.077Z] Selecting previously unselected package fuse. [2021-03-10T03:36:42.077Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-10T03:36:42.077Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-10T03:36:42.077Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T03:36:42.340Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T03:36:42.340Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T03:36:42.340Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T03:36:42.603Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T03:36:42.603Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T03:36:42.603Z] Selecting previously unselected package libksba8:amd64. [2021-03-10T03:36:42.603Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-10T03:36:42.603Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-10T03:36:42.865Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-10T03:36:42.865Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T03:36:42.865Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:42.865Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-10T03:36:42.865Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T03:36:42.865Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:42.865Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-10T03:36:42.865Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T03:36:42.865Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:43.125Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-10T03:36:43.125Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T03:36:43.125Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:43.125Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-10T03:36:43.125Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T03:36:43.125Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:43.387Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-10T03:36:43.387Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T03:36:43.387Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:43.387Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-10T03:36:43.387Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T03:36:43.387Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:43.652Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-10T03:36:43.652Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T03:36:43.652Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:43.652Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-10T03:36:43.652Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-10T03:36:43.652Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:43.652Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-10T03:36:43.652Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-10T03:36:43.919Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T03:36:43.920Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-10T03:36:43.920Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-10T03:36:43.920Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T03:36:43.920Z] Selecting previously unselected package libldap-common. [2021-03-10T03:36:43.920Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-10T03:36:43.920Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T03:36:44.184Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-10T03:36:44.184Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-10T03:36:44.184Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T03:36:44.184Z] Selecting previously unselected package dirmngr. [2021-03-10T03:36:44.184Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T03:36:44.184Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-10T03:36:44.184Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T03:36:44.447Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-10T03:36:44.447Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-10T03:36:44.447Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T03:36:44.447Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-10T03:36:44.447Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-10T03:36:44.447Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:44.447Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-10T03:36:44.710Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T03:36:44.710Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-10T03:36:44.972Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-10T03:36:44.972Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:44.972Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-10T03:36:45.236Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-10T03:36:45.236Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-10T03:36:45.236Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:45.236Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:45.236Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:45.236Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:45.501Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:45.501Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:45.501Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-10T03:36:45.501Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-10T03:36:45.501Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-10T03:36:45.501Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T03:36:46.077Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-10T03:36:46.077Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-10T03:36:46.077Z] This means they are not meant to be enabled using systemctl. [2021-03-10T03:36:46.077Z] Possible reasons for having this kind of units are: [2021-03-10T03:36:46.077Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-10T03:36:46.077Z] .wants/ or .requires/ directory. [2021-03-10T03:36:46.077Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-10T03:36:46.077Z] a requirement dependency on it. [2021-03-10T03:36:46.077Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-10T03:36:46.077Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-10T03:36:46.077Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-10T03:36:46.077Z] instance name specified. [2021-03-10T03:36:46.342Z] Reading package lists... [2021-03-10T03:36:46.342Z] Building dependency tree... [2021-03-10T03:36:46.342Z] Reading state information... [2021-03-10T03:36:46.607Z] The following additional packages will be installed: [2021-03-10T03:36:46.607Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-10T03:36:46.607Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-10T03:36:46.607Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-10T03:36:46.607Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-10T03:36:46.607Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-10T03:36:46.607Z] Suggested packages: [2021-03-10T03:36:46.607Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-10T03:36:46.607Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-10T03:36:46.607Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-10T03:36:46.607Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-10T03:36:46.607Z] systemd-container policykit-1 [2021-03-10T03:36:46.607Z] Recommended packages: [2021-03-10T03:36:46.607Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-10T03:36:46.607Z] The following NEW packages will be installed: [2021-03-10T03:36:46.607Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-10T03:36:46.607Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-10T03:36:46.607Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-10T03:36:46.607Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-10T03:36:46.607Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-10T03:36:46.607Z] The following packages will be upgraded: [2021-03-10T03:36:46.607Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-10T03:36:46.876Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-10T03:36:46.876Z] Need to get 35.2 MB of archives. [2021-03-10T03:36:46.876Z] After this operation, 141 MB of additional disk space will be used. [2021-03-10T03:36:46.876Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-10T03:36:46.876Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-10T03:36:47.450Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-10T03:36:47.450Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-10T03:36:47.719Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-10T03:36:47.719Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-10T03:36:47.719Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-10T03:36:47.719Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-10T03:36:47.719Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-10T03:36:47.719Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-10T03:36:47.719Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-10T03:36:47.719Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-10T03:36:47.719Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-10T03:36:47.719Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-10T03:36:47.719Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-10T03:36:47.719Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-10T03:36:47.719Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-10T03:36:47.719Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-10T03:36:47.719Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-10T03:36:47.988Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-10T03:36:47.988Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-10T03:36:47.989Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-10T03:36:47.989Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-10T03:36:47.989Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-10T03:36:47.989Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-10T03:36:47.989Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-10T03:36:47.989Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-10T03:36:47.989Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-10T03:36:47.989Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-10T03:36:47.989Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-10T03:36:49.903Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T03:36:49.903Z] Fetched 35.2 MB in 3s (12.5 MB/s) [2021-03-10T03:36:49.903Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T03:36:49.903Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-10T03:36:49.903Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T03:36:50.484Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-10T03:36:50.484Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T03:36:50.484Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-10T03:36:50.484Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T03:36:50.484Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-10T03:36:50.484Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-10T03:36:50.746Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-10T03:36:50.746Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-10T03:36:50.746Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-10T03:36:51.008Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-10T03:36:51.270Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-10T03:36:51.270Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-10T03:36:51.532Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-10T03:36:51.794Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-10T03:36:51.794Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-10T03:36:51.794Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-10T03:36:52.055Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-10T03:36:52.055Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T03:36:52.055Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T03:36:52.055Z] Selecting previously unselected package libexpat1:amd64. [2021-03-10T03:36:52.055Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-10T03:36:52.055Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-10T03:36:52.316Z] Selecting previously unselected package python3.6-minimal. [2021-03-10T03:36:52.316Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T03:36:52.316Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T03:36:52.578Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-10T03:36:52.578Z] Checking for services that may need to be restarted...done. [2021-03-10T03:36:52.578Z] Checking for services that may need to be restarted...done. [2021-03-10T03:36:52.578Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T03:36:52.838Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-10T03:36:52.838Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T03:36:53.099Z] Selecting previously unselected package python3-minimal. [2021-03-10T03:36:53.099Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-10T03:36:53.099Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-10T03:36:53.360Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-10T03:36:53.620Z] Selecting previously unselected package mime-support. [2021-03-10T03:36:53.621Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-10T03:36:53.621Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-10T03:36:53.621Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-10T03:36:53.621Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-10T03:36:53.621Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-10T03:36:53.621Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-10T03:36:53.621Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T03:36:53.621Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T03:36:53.882Z] Selecting previously unselected package python3.6. [2021-03-10T03:36:53.882Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-10T03:36:53.882Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T03:36:54.143Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-10T03:36:54.143Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-10T03:36:54.143Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-10T03:36:54.143Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-10T03:36:54.404Z] Selecting previously unselected package python3. [2021-03-10T03:36:54.404Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-10T03:36:54.404Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-10T03:36:54.404Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-10T03:36:54.404Z] Selecting previously unselected package multiarch-support. [2021-03-10T03:36:54.404Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T03:36:54.404Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-10T03:36:54.664Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-10T03:36:54.664Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-10T03:36:54.664Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-10T03:36:54.664Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-10T03:36:54.664Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-10T03:36:54.969Z] Selecting previously unselected package libbsd0:amd64. [2021-03-10T03:36:54.969Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-10T03:36:54.969Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-10T03:36:54.969Z] Selecting previously unselected package sudo. [2021-03-10T03:36:54.969Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-10T03:36:54.969Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-10T03:36:55.233Z] Selecting previously unselected package apparmor. [2021-03-10T03:36:55.233Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-10T03:36:55.233Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-10T03:36:55.233Z] Selecting previously unselected package libedit2:amd64. [2021-03-10T03:36:55.233Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-10T03:36:55.233Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-10T03:36:55.493Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-10T03:36:55.494Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T03:36:55.494Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T03:36:55.494Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-10T03:36:55.494Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T03:36:55.494Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T03:36:55.494Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-10T03:36:55.494Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-10T03:36:55.754Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-10T03:36:55.754Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-10T03:36:55.754Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T03:36:55.754Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T03:36:55.754Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-10T03:36:55.754Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-10T03:36:55.754Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T03:36:56.016Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-10T03:36:56.016Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-10T03:36:56.016Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-10T03:36:56.277Z] Selecting previously unselected package openssh-client. [2021-03-10T03:36:56.277Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-10T03:36:56.277Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-10T03:36:56.277Z] Selecting previously unselected package squashfs-tools. [2021-03-10T03:36:56.277Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-10T03:36:56.277Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-10T03:36:56.539Z] Selecting previously unselected package snapd. [2021-03-10T03:36:56.539Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-10T03:36:56.539Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-10T03:36:58.454Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-10T03:36:58.454Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-10T03:36:58.454Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-10T03:36:58.716Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-10T03:36:59.291Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-10T03:36:59.558Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T03:36:59.558Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T03:36:59.558Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-10T03:36:59.558Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-10T03:37:00.501Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-10T03:37:00.501Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-10T03:37:00.501Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-10T03:37:00.501Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T03:37:00.761Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T03:37:00.761Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-10T03:37:01.334Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-10T03:37:01.334Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T03:37:01.334Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-10T03:37:01.334Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-10T03:37:01.334Z] running python rtupdate hooks for python3.6... [2021-03-10T03:37:01.334Z] running python post-rtupdate hooks for python3.6... [2021-03-10T03:37:01.604Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-10T03:37:02.989Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-10T03:37:02.989Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-10T03:37:02.989Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-10T03:37:03.250Z] Setting up snapd (2.48.3+18.04) ... [2021-03-10T03:37:03.510Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-10T03:37:03.771Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-10T03:37:04.033Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-10T03:37:04.033Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-10T03:37:04.293Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-10T03:37:04.293Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-10T03:37:04.555Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-10T03:37:04.555Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-10T03:37:04.817Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-10T03:37:05.078Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-10T03:37:05.078Z] /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-03-10T03:37:05.078Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-10T03:37:05.338Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-10T03:37:06.281Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T03:37:06.281Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T03:37:06.282Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T03:37:07.487Z] Reading package lists... [2021-03-10T03:37:07.487Z] Reading package lists... [2021-03-10T03:37:07.748Z] Building dependency tree... [2021-03-10T03:37:07.748Z] Reading state information... [2021-03-10T03:37:07.748Z] Calculating upgrade... [2021-03-10T03:37:07.748Z] The following packages will be upgraded: [2021-03-10T03:37:07.748Z] advancecomp base-files bash binutils binutils-common [2021-03-10T03:37:07.748Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-10T03:37:07.748Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-10T03:37:07.748Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-10T03:37:07.748Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-10T03:37:07.748Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-10T03:37:07.748Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-10T03:37:07.748Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-10T03:37:07.748Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-10T03:37:07.748Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-10T03:37:07.748Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-10T03:37:07.748Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-10T03:37:07.748Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-10T03:37:07.748Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-10T03:37:07.748Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-10T03:37:08.009Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T03:37:08.009Z] Need to get 63.8 MB of archives. [2021-03-10T03:37:08.009Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-10T03:37:08.009Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-10T03:37:08.009Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-10T03:37:08.009Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-10T03:37:08.009Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-10T03:37:08.009Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-10T03:37:08.009Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-10T03:37:08.009Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-10T03:37:08.009Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-10T03:37:08.009Z] 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-03-10T03:37:08.009Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-10T03:37:08.009Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-10T03:37:08.009Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-10T03:37:08.009Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-10T03:37:08.009Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-10T03:37:08.009Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-10T03:37:08.009Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-10T03:37:08.009Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-10T03:37:08.009Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-10T03:37:08.273Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-10T03:37:08.273Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-10T03:37:08.273Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-10T03:37:08.273Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-10T03:37:08.273Z] 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-03-10T03:37:08.273Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-10T03:37:08.273Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-10T03:37:08.273Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-10T03:37:08.273Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-10T03:37:08.273Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-10T03:37:08.273Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-10T03:37:08.273Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-10T03:37:08.273Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-10T03:37:08.273Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-10T03:37:08.273Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-10T03:37:08.273Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-10T03:37:08.273Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-10T03:37:08.273Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-10T03:37:08.273Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-10T03:37:08.273Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-10T03:37:08.273Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-10T03:37:08.273Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-10T03:37:08.273Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-10T03:37:08.274Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-10T03:37:08.274Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-10T03:37:08.274Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-10T03:37:08.274Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-10T03:37:08.274Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-10T03:37:08.274Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-10T03:37:08.274Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-10T03:37:08.274Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-10T03:37:08.274Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-10T03:37:08.274Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-10T03:37:08.274Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-10T03:37:08.535Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-10T03:37:08.535Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-10T03:37:08.535Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-10T03:37:08.535Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-10T03:37:08.796Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-10T03:37:08.796Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-10T03:37:08.796Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-10T03:37:08.796Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-10T03:37:08.796Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-10T03:37:09.055Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-10T03:37:09.055Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-10T03:37:09.055Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-10T03:37:09.316Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-10T03:37:09.316Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-10T03:37:09.316Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-10T03:37:09.316Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-10T03:37:09.316Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-10T03:37:09.316Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-10T03:37:09.316Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-10T03:37:09.316Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-10T03:37:09.316Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-10T03:37:09.316Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-10T03:37:09.316Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-10T03:37:09.576Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-10T03:37:09.577Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-10T03:37:09.577Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-10T03:37:09.577Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-10T03:37:09.577Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-10T03:37:09.577Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-10T03:37:09.577Z] Get:82 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-03-10T03:37:09.577Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-10T03:37:09.577Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-10T03:37:09.577Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-10T03:37:09.577Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-10T03:37:09.577Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-10T03:37:09.838Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-10T03:37:09.838Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-10T03:37:09.838Z] 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-03-10T03:37:09.838Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-10T03:37:09.838Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-10T03:37:09.838Z] 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-03-10T03:37:09.838Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-10T03:37:09.838Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-10T03:37:09.838Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-10T03:37:09.838Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-10T03:37:09.838Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-10T03:37:09.838Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-10T03:37:10.098Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T03:37:10.099Z] Fetched 63.8 MB in 2s (31.5 MB/s) [2021-03-10T03:37:10.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:10.361Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T03:37:10.361Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T03:37:10.933Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T03:37:10.933Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T03:37:10.933Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-10T03:37:10.933Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-10T03:37:11.880Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:11.880Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T03:37:11.880Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:12.142Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T03:37:12.142Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:12.142Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T03:37:12.402Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:12.402Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T03:37:12.402Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:12.402Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T03:37:12.662Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:12.662Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T03:37:12.662Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:12.662Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T03:37:12.923Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:12.923Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T03:37:12.923Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:12.923Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-10T03:37:13.185Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:13.185Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T03:37:13.185Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:13.185Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T03:37:13.185Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:13.446Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T03:37:13.446Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:13.446Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-10T03:37:13.706Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:13.982Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T03:37:13.982Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T03:37:13.982Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T03:37:14.523Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:37:14.523Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:37:14.523Z] ---> 2be2c7e031a1 [2021-03-10T03:37:14.523Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T03:37:14.523Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:37:14.523Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:37:14.523Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:37:14.523Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:37:14.523Z] ---> 2be2c7e031a1 [2021-03-10T03:37:14.523Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T03:37:14.523Z] ---> 2be2c7e031a1 [2021-03-10T03:37:14.523Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T03:37:14.523Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:37:14.523Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:37:14.523Z] ---> 2be2c7e031a1 [2021-03-10T03:37:14.523Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T03:37:14.523Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:37:14.523Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:37:14.523Z] ---> 2be2c7e031a1 [2021-03-10T03:37:14.523Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T03:37:14.523Z] ---> Running in a05c8de52cfb [2021-03-10T03:37:14.523Z] ---> Running in b55e5779a157 [2021-03-10T03:37:14.523Z] ---> Running in a508f3a6d4d1 [2021-03-10T03:37:14.523Z] ---> Running in 6160c8d52782 [2021-03-10T03:37:14.523Z] ---> Running in 8840c07f57c9 [2021-03-10T03:37:14.523Z] Removing intermediate container 6160c8d52782 [2021-03-10T03:37:14.524Z] ---> 5e368b9f981e [2021-03-10T03:37:14.524Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:37:14.524Z] ---> Running in b556a03b56cc [2021-03-10T03:37:14.524Z] Removing intermediate container a05c8de52cfb [2021-03-10T03:37:14.524Z] ---> 1b0493cea861 [2021-03-10T03:37:14.524Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:37:14.524Z] Removing intermediate container a508f3a6d4d1 [2021-03-10T03:37:14.524Z] ---> 19a8266abe64 [2021-03-10T03:37:14.524Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:37:14.524Z] Removing intermediate container 8840c07f57c9 [2021-03-10T03:37:14.524Z] ---> 3c0fa576c8d3 [2021-03-10T03:37:14.524Z] Removing intermediate container b55e5779a157 [2021-03-10T03:37:14.524Z] ---> 3b30bd790566 [2021-03-10T03:37:14.524Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:37:14.524Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:37:14.524Z] ---> Running in 82ddaa52da9b [2021-03-10T03:37:14.524Z] ---> Running in add257bd0c5b [2021-03-10T03:37:14.524Z] ---> Running in a65dc2759e0e [2021-03-10T03:37:14.524Z] ---> Running in 1184028d7849 [2021-03-10T03:37:14.524Z] Removing intermediate container b556a03b56cc [2021-03-10T03:37:14.524Z] ---> bd92d395d6e4 [2021-03-10T03:37:14.524Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T03:37:14.524Z] ---> Running in b2e73421fca1 [2021-03-10T03:37:14.524Z] Removing intermediate container add257bd0c5b [2021-03-10T03:37:14.524Z] ---> ba8aedbcef3d [2021-03-10T03:37:14.524Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T03:37:14.524Z] ---> Running in f041554e5602 [2021-03-10T03:37:14.524Z] Removing intermediate container 82ddaa52da9b [2021-03-10T03:37:14.524Z] ---> 870aa52a32ce [2021-03-10T03:37:14.524Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T03:37:14.524Z] ---> Running in 886edd19787a [2021-03-10T03:37:14.524Z] Removing intermediate container 1184028d7849 [2021-03-10T03:37:14.524Z] ---> 5a360670fa6d [2021-03-10T03:37:14.524Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T03:37:14.524Z] Removing intermediate container a65dc2759e0e [2021-03-10T03:37:14.524Z] ---> 587b1c2ac310 [2021-03-10T03:37:14.524Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T03:37:14.524Z] ---> Running in ef064955c926 [2021-03-10T03:37:14.524Z] ---> Running in 53d29a0fc3c0 [2021-03-10T03:37:14.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:37:14.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:37:14.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:37:14.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:37:14.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:37:14.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:37:14.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:37:14.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:37:14.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:37:14.551Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-10T03:37:14.551Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-10T03:37:14.551Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-10T03:37:14.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:37:14.805Z] OK: 217 MiB in 51 packages [2021-03-10T03:37:14.814Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-10T03:37:14.814Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-10T03:37:14.814Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-10T03:37:15.075Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-10T03:37:15.075Z] Installing new version of config file /etc/issue ... [2021-03-10T03:37:15.075Z] Installing new version of config file /etc/issue.net ... [2021-03-10T03:37:15.075Z] Installing new version of config file /etc/lsb-release ... [2021-03-10T03:37:15.076Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-10T03:37:15.088Z] OK: 217 MiB in 51 packages [2021-03-10T03:37:15.337Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-10T03:37:15.337Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-10T03:37:15.337Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-10T03:37:15.369Z] OK: 217 MiB in 51 packages [2021-03-10T03:37:15.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:15.600Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-10T03:37:15.600Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-10T03:37:15.600Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-10T03:37:15.648Z] OK: 217 MiB in 51 packages [2021-03-10T03:37:15.649Z] OK: 217 MiB in 51 packages [2021-03-10T03:37:15.866Z] 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-03-10T03:37:15.866Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:15.866Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T03:37:15.866Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-10T03:37:15.866Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-10T03:37:16.127Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:16.127Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-10T03:37:16.127Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-10T03:37:16.252Z] Removing intermediate container b2e73421fca1 [2021-03-10T03:37:16.252Z] ---> fe90fdbd7490 [2021-03-10T03:37:16.252Z] Step 6/24 : COPY go.mod . [2021-03-10T03:37:16.388Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-10T03:37:16.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:16.389Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-10T03:37:16.389Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T03:37:16.651Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-10T03:37:16.864Z] Removing intermediate container 886edd19787a [2021-03-10T03:37:16.864Z] Removing intermediate container f041554e5602 [2021-03-10T03:37:16.864Z] ---> d958af29f4dd [2021-03-10T03:37:16.864Z] Step 6/23 : COPY go.mod . [2021-03-10T03:37:16.864Z] ---> bbdf170219ee [2021-03-10T03:37:16.864Z] Step 6/21 : COPY go.mod . [2021-03-10T03:37:16.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:16.913Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T03:37:16.913Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T03:37:16.913Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T03:37:16.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:16.913Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T03:37:16.913Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T03:37:17.175Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-10T03:37:17.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:17.175Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-10T03:37:17.436Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-10T03:37:17.436Z] Setting up grep (3.1-2build1) ... [2021-03-10T03:37:17.436Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:17.436Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-10T03:37:17.436Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-10T03:37:17.468Z] ---> 7d7fc6552805 [2021-03-10T03:37:17.468Z] Step 7/24 : RUN go mod download [2021-03-10T03:37:17.468Z] Removing intermediate container ef064955c926 [2021-03-10T03:37:17.468Z] ---> 483b9febc93a [2021-03-10T03:37:17.468Z] Step 6/22 : COPY go.mod . [2021-03-10T03:37:17.468Z] ---> Running in 30c8aa278483 [2021-03-10T03:37:17.698Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-10T03:37:17.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:17.698Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T03:37:17.750Z] Removing intermediate container 53d29a0fc3c0 [2021-03-10T03:37:17.750Z] ---> 61c26b5b8a6e [2021-03-10T03:37:17.750Z] Step 6/22 : COPY go.mod . [2021-03-10T03:37:17.960Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T03:37:17.960Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-10T03:37:17.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:17.960Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T03:37:17.960Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T03:37:18.030Z] ---> 8deeff655504 [2021-03-10T03:37:18.030Z] Step 7/23 : RUN go mod download [2021-03-10T03:37:18.305Z] ---> c2999dc0737f [2021-03-10T03:37:18.305Z] Step 7/21 : RUN go mod download [2021-03-10T03:37:18.305Z] ---> Running in 7a1b46daab45 [2021-03-10T03:37:18.532Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T03:37:18.532Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T03:37:18.578Z] ---> Running in fbc983b1a76f [2021-03-10T03:37:18.579Z] ---> b10c0b1471f9 [2021-03-10T03:37:18.579Z] Step 7/22 : RUN go mod download [2021-03-10T03:37:18.792Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-10T03:37:18.792Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T03:37:18.854Z] ---> f949211f2fa1 [2021-03-10T03:37:18.854Z] Step 7/22 : RUN go mod download [2021-03-10T03:37:18.854Z] ---> Running in 3bb4aa0853e5 [2021-03-10T03:37:19.134Z] ---> Running in 3d5c69ea3d6b [2021-03-10T03:37:19.364Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-10T03:37:19.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:19.364Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-10T03:37:19.364Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-10T03:37:20.307Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-10T03:37:20.307Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-10T03:37:20.569Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-10T03:37:20.569Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-10T03:37:20.569Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-10T03:37:20.569Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:20.569Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-10T03:37:20.569Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-10T03:37:20.840Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-10T03:37:21.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:21.101Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T03:37:21.101Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T03:37:21.101Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T03:37:21.362Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:21.362Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T03:37:21.362Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T03:37:21.362Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T03:37:21.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:21.623Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T03:37:21.623Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T03:37:21.623Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T03:37:21.802Z] Removing intermediate container 30c8aa278483 [2021-03-10T03:37:21.802Z] ---> 1b62629ab72a [2021-03-10T03:37:21.802Z] Step 8/24 : COPY . . [2021-03-10T03:37:21.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:21.885Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T03:37:21.885Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T03:37:21.885Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T03:37:22.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:22.147Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T03:37:22.147Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T03:37:22.147Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T03:37:22.408Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T03:37:22.408Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T03:37:22.408Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:22.408Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-10T03:37:22.408Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T03:37:22.669Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T03:37:22.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:22.669Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T03:37:22.669Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T03:37:22.931Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-10T03:37:22.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:22.931Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T03:37:22.931Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T03:37:23.198Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-10T03:37:23.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:23.198Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T03:37:23.198Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T03:37:23.249Z] Removing intermediate container fbc983b1a76f [2021-03-10T03:37:23.250Z] ---> ed8d45a3b730 [2021-03-10T03:37:23.250Z] Step 8/21 : COPY . . [2021-03-10T03:37:23.524Z] Removing intermediate container 7a1b46daab45 [2021-03-10T03:37:23.524Z] ---> 471e9cf326cf [2021-03-10T03:37:23.524Z] Step 8/23 : COPY . . [2021-03-10T03:37:23.769Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-10T03:37:23.798Z] Removing intermediate container 3d5c69ea3d6b [2021-03-10T03:37:23.798Z] ---> 66deff2b363d [2021-03-10T03:37:23.798Z] Step 8/22 : COPY . . [2021-03-10T03:37:24.031Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-10T03:37:24.292Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-10T03:37:24.292Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:24.292Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-10T03:37:24.397Z] Removing intermediate container 3bb4aa0853e5 [2021-03-10T03:37:24.397Z] ---> c0af15588e2f [2021-03-10T03:37:24.397Z] Step 8/22 : COPY . . [2021-03-10T03:37:24.552Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-10T03:37:24.552Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T03:37:24.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-10T03:37:24.812Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-10T03:37:24.812Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-10T03:37:25.074Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-10T03:37:25.074Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:25.074Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-10T03:37:25.335Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-10T03:37:25.335Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-10T03:37:25.596Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:25.596Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-10T03:37:25.596Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-10T03:37:25.857Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-10T03:37:25.857Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:25.857Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-10T03:37:26.118Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-10T03:37:26.118Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-10T03:37:26.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:26.118Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T03:37:26.118Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T03:37:26.379Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T03:37:26.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:26.379Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T03:37:26.661Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T03:37:26.661Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T03:37:26.661Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:26.661Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-10T03:37:26.922Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T03:37:27.184Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T03:37:27.184Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:27.184Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-10T03:37:27.184Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-10T03:37:27.445Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-10T03:37:27.445Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-10T03:37:27.445Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T03:37:27.445Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T03:37:27.706Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T03:37:27.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:27.706Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-10T03:37:27.706Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-10T03:37:27.966Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-10T03:37:27.966Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:27.966Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-10T03:37:28.228Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-10T03:37:28.228Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-10T03:37:28.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:28.488Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-10T03:37:28.488Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-10T03:37:28.748Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-10T03:37:28.748Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:28.748Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-10T03:37:28.748Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-10T03:37:29.009Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-10T03:37:29.009Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:29.009Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-10T03:37:29.009Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-10T03:37:29.270Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-10T03:37:29.531Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:29.531Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-10T03:37:29.531Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-10T03:37:29.797Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-10T03:37:29.797Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:29.797Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-10T03:37:29.797Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-10T03:37:30.058Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-10T03:37:30.058Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:30.058Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-10T03:37:30.058Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-10T03:37:30.319Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-10T03:37:30.319Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:30.319Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-10T03:37:30.319Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-10T03:37:30.580Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-10T03:37:30.580Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:30.580Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-10T03:37:30.580Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-10T03:37:30.841Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-10T03:37:31.102Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:31.102Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-10T03:37:31.102Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-10T03:37:31.102Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-10T03:37:31.102Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-10T03:37:31.102Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-10T03:37:31.364Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-10T03:37:31.364Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-10T03:37:31.364Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-10T03:37:31.364Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-10T03:37:31.364Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-10T03:37:31.624Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-10T03:37:31.624Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-10T03:37:31.884Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-10T03:37:31.884Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-10T03:37:32.146Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-10T03:37:32.146Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-10T03:37:32.146Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-10T03:37:32.408Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-10T03:37:32.408Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-10T03:37:32.408Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-10T03:37:32.669Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-10T03:37:32.669Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-10T03:37:32.669Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-10T03:37:32.669Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-10T03:37:32.930Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-10T03:37:32.930Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-10T03:37:32.930Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-10T03:37:32.930Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-10T03:37:33.190Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-10T03:37:33.190Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-10T03:37:33.190Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-10T03:37:33.451Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-10T03:37:34.022Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-10T03:37:34.022Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-10T03:37:34.283Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-10T03:37:34.283Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-10T03:37:34.560Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T03:37:34.561Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T03:37:34.824Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T03:37:34.824Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T03:37:35.084Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T03:37:35.084Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T03:37:35.084Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-10T03:37:35.084Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-10T03:37:35.349Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:35.349Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T03:37:35.614Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:35.614Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T03:37:35.614Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:35.875Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T03:37:36.448Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:36.448Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T03:37:37.388Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:37.388Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T03:37:38.118Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:38.118Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T03:37:38.833Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:38.833Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T03:37:39.104Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:39.104Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T03:37:40.086Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-10T03:37:40.086Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-10T03:37:40.086Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T03:37:40.086Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T03:37:40.369Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-10T03:37:40.369Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T03:37:40.631Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-10T03:37:40.631Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-10T03:37:40.631Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-10T03:37:40.631Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-10T03:37:40.892Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T03:37:40.892Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T03:37:41.156Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-10T03:37:41.156Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-10T03:37:41.417Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-10T03:37:41.417Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-10T03:37:41.679Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:41.679Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-10T03:37:41.679Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:41.679Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:41.679Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:41.679Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-10T03:37:41.679Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-10T03:37:41.940Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-10T03:37:41.940Z] [2021-03-10T03:37:41.940Z] Current default time zone: 'Etc/UTC' [2021-03-10T03:37:41.940Z] Local time is now: Wed Mar 10 03:37:41 UTC 2021. [2021-03-10T03:37:41.940Z] Universal Time is now: Wed Mar 10 03:37:41 UTC 2021. [2021-03-10T03:37:41.940Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-10T03:37:41.940Z] [2021-03-10T03:37:41.940Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-10T03:37:41.940Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:41.940Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-10T03:37:42.200Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-10T03:37:42.200Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-10T03:37:42.200Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-10T03:37:42.200Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-10T03:37:42.200Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-10T03:37:42.200Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-10T03:37:42.200Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-10T03:37:42.200Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:42.200Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-10T03:37:42.462Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T03:37:42.723Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-10T03:37:42.723Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:42.723Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-10T03:37:42.723Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-10T03:37:42.723Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-10T03:37:42.723Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-10T03:37:42.723Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-10T03:37:42.723Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-10T03:37:42.984Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-10T03:37:42.984Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-10T03:37:44.898Z] Updating certificates in /etc/ssl/certs... [2021-03-10T03:37:45.470Z] 23 added, 27 removed; done. [2021-03-10T03:37:45.470Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-10T03:37:45.470Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-10T03:37:45.470Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-10T03:37:45.732Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-10T03:37:45.732Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-10T03:37:45.732Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T03:37:45.732Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-10T03:37:45.732Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T03:37:45.732Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T03:37:45.732Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T03:37:45.732Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T03:37:45.994Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T03:37:45.994Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-10T03:37:45.994Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-10T03:37:45.994Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-10T03:37:45.994Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-10T03:37:45.994Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-10T03:37:45.994Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T03:37:45.994Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-10T03:37:46.255Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-10T03:37:46.255Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-10T03:37:46.255Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-10T03:37:46.255Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T03:37:46.255Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-10T03:37:46.516Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-10T03:37:46.516Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-10T03:37:46.516Z] Updating certificates in /etc/ssl/certs... [2021-03-10T03:37:47.089Z] 0 added, 0 removed; done. [2021-03-10T03:37:47.089Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-10T03:37:47.089Z] done. [2021-03-10T03:37:47.363Z] Reading package lists... [2021-03-10T03:37:47.623Z] Building dependency tree... [2021-03-10T03:37:47.623Z] Reading state information... [2021-03-10T03:37:47.884Z] The following NEW packages will be installed: [2021-03-10T03:37:47.884Z] apt-transport-https [2021-03-10T03:37:47.884Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T03:37:47.884Z] Need to get 1696 B of archives. [2021-03-10T03:37:47.884Z] After this operation, 153 kB of additional disk space will be used. [2021-03-10T03:37:47.884Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-10T03:37:47.884Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T03:37:47.884Z] Fetched 1696 B in 0s (40.7 kB/s) [2021-03-10T03:37:47.884Z] Selecting previously unselected package apt-transport-https. [2021-03-10T03:37:47.884Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-10T03:37:47.884Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-10T03:37:47.884Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-10T03:37:48.145Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-10T03:37:48.405Z] Waiting for network to be ready... [2021-03-10T03:37:51.216Z] ---> f28f7813d870 [2021-03-10T03:37:51.216Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T03:37:51.216Z] ---> b675fdf96d0b [2021-03-10T03:37:51.216Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T03:37:51.216Z] ---> b291df710ee8 [2021-03-10T03:37:51.216Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T03:37:51.216Z] ---> bdc63fa29ca8 [2021-03-10T03:37:51.216Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T03:37:51.216Z] ---> Running in 8d77d9f66315 [2021-03-10T03:37:51.216Z] ---> Running in fa76afe9b082 [2021-03-10T03:37:51.217Z] ---> Running in 8fd4c246d203 [2021-03-10T03:37:51.217Z] ---> Running in f8268380b0f0 [2021-03-10T03:37:51.217Z] ---> 11483f8414c3 [2021-03-10T03:37:51.217Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T03:37:51.217Z] ---> Running in 7d77270a2cd8 [2021-03-10T03:37:51.217Z] 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-03-10T03:37:51.491Z] 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-03-10T03:37:51.768Z] 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-03-10T03:37:52.045Z] 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-03-10T03:37:52.045Z] 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-03-10T03:37:54.991Z] 2021-03-10T03:37:51Z INFO Waiting for automatic snapd restart... [2021-03-10T03:37:54.992Z] snapd 2.49 from Canonical* installed [2021-03-10T03:37:55.565Z] "snapd" switched to the "latest/stable" channel [2021-03-10T03:37:55.565Z] [2021-03-10T03:37:58.114Z] core18 20210128 from Canonical* installed [2021-03-10T03:37:58.375Z] "core18" switched to the "latest/stable" channel [2021-03-10T03:37:58.375Z] [2021-03-10T03:38:01.677Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T03:38:01.677Z] "snapcraft" switched to the "latest/stable" channel [2021-03-10T03:38:01.677Z] [2021-03-10T03:38:05.887Z] 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-03-10T03:38:05.887Z] - README.md [2021-03-10T03:38:05.887Z] - snapcraft.yaml.orig [2021-03-10T03:38:05.887Z] [2021-03-10T03:38:05.887Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-10T03:38:12.474Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T03:38:12.474Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T03:38:12.474Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T03:38:12.474Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T03:38:12.735Z] Reading package lists... [2021-03-10T03:38:13.305Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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-03-10T03:38:19.890Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T03:38:19.890Z] Reading package lists... [2021-03-10T03:38:19.890Z] Building dependency tree... [2021-03-10T03:38:19.890Z] Reading state information... [2021-03-10T03:38:19.890Z] Suggested packages: [2021-03-10T03:38:19.890Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-10T03:38:19.890Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-10T03:38:19.890Z] Recommended packages: [2021-03-10T03:38:19.890Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-10T03:38:19.890Z] The following NEW packages will be installed: [2021-03-10T03:38:19.890Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-10T03:38:19.890Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-10T03:38:19.890Z] pkg-config zip [2021-03-10T03:38:19.890Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-10T03:38:19.890Z] Need to get 7658 kB of archives. [2021-03-10T03:38:19.890Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-10T03:38:19.890Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-10T03:38:19.890Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-10T03:38:19.890Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-10T03:38:19.890Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-10T03:38:19.890Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-10T03:38:19.890Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-10T03:38:19.890Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-10T03:38:19.890Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-10T03:38:20.151Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-10T03:38:20.151Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-10T03:38:20.151Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-10T03:38:20.151Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-10T03:38:20.411Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-10T03:38:20.411Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-10T03:38:20.411Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-10T03:38:20.411Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-10T03:38:20.411Z] Fetched 7658 kB in 1s (10.4 MB/s) [2021-03-10T03:38:20.411Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-10T03:38:20.411Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-10T03:38:20.411Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-10T03:38:20.672Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-10T03:38:20.672Z] Selecting previously unselected package libpsl5:amd64. [2021-03-10T03:38:20.672Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-10T03:38:20.672Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-10T03:38:20.933Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-10T03:38:20.933Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-10T03:38:20.933Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-10T03:38:20.933Z] Selecting previously unselected package librtmp1:amd64. [2021-03-10T03:38:20.933Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-10T03:38:20.933Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-10T03:38:21.193Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-10T03:38:21.193Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-10T03:38:21.193Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-10T03:38:21.193Z] Selecting previously unselected package liberror-perl. [2021-03-10T03:38:21.193Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-10T03:38:21.193Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-10T03:38:21.193Z] Selecting previously unselected package git-man. [2021-03-10T03:38:21.193Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-10T03:38:21.193Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-10T03:38:21.454Z] Selecting previously unselected package git. [2021-03-10T03:38:21.454Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-10T03:38:21.454Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-10T03:38:22.395Z] Selecting previously unselected package libnorm1:amd64. [2021-03-10T03:38:22.395Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-10T03:38:22.395Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-10T03:38:22.395Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-10T03:38:22.395Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-10T03:38:22.395Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-10T03:38:22.656Z] Selecting previously unselected package libsodium23:amd64. [2021-03-10T03:38:22.656Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-10T03:38:22.656Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-10T03:38:22.656Z] Selecting previously unselected package libzmq5:amd64. [2021-03-10T03:38:22.656Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-10T03:38:22.656Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T03:38:22.656Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-10T03:38:22.656Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-10T03:38:22.656Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T03:38:22.917Z] Selecting previously unselected package pkg-config. [2021-03-10T03:38:22.917Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-10T03:38:22.917Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-10T03:38:23.180Z] Selecting previously unselected package zip. [2021-03-10T03:38:23.180Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-10T03:38:23.180Z] Unpacking zip (3.0-11build1) ... [2021-03-10T03:38:23.180Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-10T03:38:23.180Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-10T03:38:23.180Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-10T03:38:23.180Z] Setting up liberror-perl (0.17025-1) ... [2021-03-10T03:38:23.180Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-10T03:38:23.441Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-10T03:38:23.441Z] No schema files found: doing nothing. [2021-03-10T03:38:23.441Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-10T03:38:23.441Z] Setting up zip (3.0-11build1) ... [2021-03-10T03:38:23.441Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-10T03:38:23.441Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-10T03:38:23.441Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-10T03:38:23.441Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T03:38:23.441Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-10T03:38:23.441Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-10T03:38:23.441Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-10T03:38:23.704Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-10T03:38:30.297Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T03:38:30.297Z] git set to automatically installed. [2021-03-10T03:38:30.297Z] git-man set to automatically installed. [2021-03-10T03:38:30.297Z] libcurl3-gnutls set to automatically installed. [2021-03-10T03:38:30.297Z] liberror-perl set to automatically installed. [2021-03-10T03:38:30.297Z] libglib2.0-0 set to automatically installed. [2021-03-10T03:38:30.297Z] libnghttp2-14 set to automatically installed. [2021-03-10T03:38:30.297Z] libnorm1 set to automatically installed. [2021-03-10T03:38:30.297Z] libpgm-5.2-0 set to automatically installed. [2021-03-10T03:38:30.297Z] libpsl5 set to automatically installed. [2021-03-10T03:38:30.297Z] librtmp1 set to automatically installed. [2021-03-10T03:38:30.297Z] libsodium23 set to automatically installed. [2021-03-10T03:38:30.297Z] libzmq3-dev set to automatically installed. [2021-03-10T03:38:30.297Z] libzmq5 set to automatically installed. [2021-03-10T03:38:30.297Z] pkg-config set to automatically installed. [2021-03-10T03:38:30.297Z] zip set to automatically installed. [2021-03-10T03:38:31.687Z] snapd is not logged in, snap install commands will use sudo [2021-03-10T03:38:38.322Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-10T03:38:38.891Z] snap "core18" has no updates available [2021-03-10T03:38:39.832Z] Pulling config-common [2021-03-10T03:38:39.832Z] + snapcraftctl pull [2021-03-10T03:38:40.776Z] Pulling go-build-helper [2021-03-10T03:38:40.776Z] + snapcraftctl pull [2021-03-10T03:39:02.766Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-10T03:39:02.766Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-10T03:39:02.766Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-10T03:39:02.766Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-10T03:39:02.766Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-10T03:39:02.766Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-10T03:39:02.766Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-10T03:39:02.766Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-10T03:39:02.766Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-10T03:39:02.766Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-10T03:39:02.766Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-10T03:39:02.766Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-10T03:39:02.766Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-10T03:39:02.766Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-10T03:39:02.766Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-10T03:39:02.766Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-10T03:39:02.766Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-10T03:39:02.766Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-10T03:39:02.766Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-10T03:39:02.766Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-10T03:39:02.766Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-10T03:39:02.766Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-10T03:39:02.766Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-10T03:39:02.766Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-10T03:39:02.766Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-10T03:39:02.766Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-10T03:39:02.766Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-10T03:39:02.766Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-10T03:39:02.766Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-10T03:39:02.766Z] Fetched 279 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-10T03:39:02.766Z] Fetched 122 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-10T03:39:02.766Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-10T03:39:02.766Z] Fetched 8848 B in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-10T03:39:02.766Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-10T03:39:02.766Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-10T03:39:02.766Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-10T03:39:02.766Z] Fetched 214 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-10T03:39:02.766Z] Fetched 154 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-10T03:39:02.766Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-10T03:39:02.766Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-10T03:39:02.766Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-10T03:39:02.766Z] Fetched 499 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-10T03:39:02.766Z] Fetched 111 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-10T03:39:02.766Z] Fetched 240 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-10T03:39:02.766Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-10T03:39:02.766Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-10T03:39:02.766Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-10T03:39:02.766Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-10T03:39:02.766Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-10T03:39:02.766Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-10T03:39:02.766Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-10T03:39:02.766Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-10T03:39:02.766Z] Fetched 8720 B in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-10T03:39:02.766Z] Fetched 137 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-10T03:39:02.766Z] Fetched 119 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-10T03:39:02.766Z] Fetched 109 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-10T03:39:02.766Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-10T03:39:02.766Z] Fetched 645 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-10T03:39:02.766Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-10T03:39:02.766Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-10T03:39:02.766Z] Fetched 368 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-10T03:39:02.766Z] Fetched 187 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-10T03:39:02.766Z] Fetched 175 kB in 0s (0 B/s) [2021-03-10T03:39:02.766Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-10T03:39:05.309Z] Fetched 206 kB in 0s (0 B/s) [2021-03-10T03:39:05.309Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-10T03:39:05.309Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-10T03:39:05.309Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-10T03:39:05.309Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-10T03:39:05.309Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-10T03:39:05.309Z] Fetched 159 kB in 0s (0 B/s) [2021-03-10T03:39:05.309Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-10T03:39:05.309Z] Fetched 107 kB in 0s (0 B/s) [2021-03-10T03:39:05.309Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-10T03:39:05.309Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-10T03:39:05.309Z] Pulling static-packages [2021-03-10T03:39:05.309Z] + snapcraftctl pull [2021-03-10T03:39:06.253Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-10T03:39:06.253Z] Skipping pull go-build-helper (already ran) [2021-03-10T03:39:06.253Z] Skipping pull static-packages (already ran) [2021-03-10T03:39:06.253Z] Building go-build-helper [2021-03-10T03:39:06.253Z] + snapcraftctl build [2021-03-10T03:39:10.596Z] Building static-packages [2021-03-10T03:39:10.596Z] + snapcraftctl build [2021-03-10T03:39:11.620Z] Staging go-build-helper [2021-03-10T03:39:11.620Z] + snapcraftctl stage [2021-03-10T03:39:12.563Z] Staging static-packages [2021-03-10T03:39:12.563Z] + snapcraftctl stage [2021-03-10T03:39:13.502Z] Pulling go115 [2021-03-10T03:39:13.502Z] + snapcraftctl pull [2021-03-10T03:39:14.445Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-10T03:39:14.445Z] Skipping pull go115 (already ran) [2021-03-10T03:39:14.445Z] Building go115 [2021-03-10T03:39:14.445Z] + dpkg --print-architecture [2021-03-10T03:39:14.445Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-10T03:39:14.445Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-10T03:39:14.445Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-10T03:39:14.445Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T03:39:14.445Z] Dload Upload Total Spent Left Speed [2021-03-10T03:39:17.311Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 115M 33 38.5M 0 0 43.7M 0 0:00:02 --:--:-- 0:00:02 43.6M 72 115M 72 84.0M 0 0 44.3M 0 0:00:02 0:00:01 0:00:01 44.3M 100 115M 100 115M 0 0 41.6M 0 0:00:02 0:00:02 --:--:-- 41.6M [2021-03-10T03:39:17.311Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-10T03:39:17.311Z] + sha256sum -c sha256 [2021-03-10T03:39:17.311Z] + grep OK [2021-03-10T03:39:17.882Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-10T03:39:17.882Z] + mkdir -p /root/stage/go1.15 [2021-03-10T03:39:17.882Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-10T03:39:22.092Z] Staging go115 [2021-03-10T03:39:22.092Z] + snapcraftctl stage [2021-03-10T03:39:27.379Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-10T03:39:27.379Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-10T03:39:27.379Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-10T03:39:27.379Z] Fetched 0 B in 0s (0 B/s) [2021-03-10T03:39:27.379Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-10T03:39:27.379Z] Fetched 224 kB in 0s (0 B/s) [2021-03-10T03:39:27.379Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-10T03:39:27.379Z] Fetched 157 kB in 0s (0 B/s) [2021-03-10T03:39:27.379Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-10T03:39:27.379Z] Fetched 221 kB in 0s (0 B/s) [2021-03-10T03:39:27.379Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-10T03:39:27.379Z] Fetched 143 kB in 0s (0 B/s) [2021-03-10T03:39:27.379Z] Pulling edgex-go [2021-03-10T03:39:27.379Z] + snapcraftctl pull [2021-03-10T03:39:27.950Z] Pulling version [2021-03-10T03:39:27.950Z] + cd /root/project [2021-03-10T03:39:27.950Z] + [ -f VERSION ] [2021-03-10T03:39:27.950Z] + PROJECT_VERSION=local-dev [2021-03-10T03:39:27.950Z] + git rev-parse --short HEAD [2021-03-10T03:39:27.950Z] + GIT_REVISION=80a5fc01 [2021-03-10T03:39:27.950Z] + snapcraftctl set-version local-dev [2021-03-10T03:39:28.890Z] Building config-common [2021-03-10T03:39:28.890Z] + snapcraftctl build [2021-03-10T03:39:28.929Z] 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-03-10T03:39:28.929Z] 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-03-10T03:39:30.804Z] Skipping build go-build-helper (already ran) [2021-03-10T03:39:30.804Z] Skipping build static-packages (already ran) [2021-03-10T03:39:30.804Z] Skipping build go115 (already ran) [2021-03-10T03:39:31.065Z] Building edgex-go [2021-03-10T03:39:31.065Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-10T03:39:31.065Z] + cd /root/parts/edgex-go/src [2021-03-10T03:39:31.065Z] + make build [2021-03-10T03:39:31.065Z] 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-03-10T03:39:32.981Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-10T03:39:32.981Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-10T03:39:32.981Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-10T03:39:32.981Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-10T03:39:33.241Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-10T03:39:33.241Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-10T03:39:33.241Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-10T03:39:33.241Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-10T03:39:33.241Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-10T03:39:33.241Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-10T03:39:33.241Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-10T03:39:33.241Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-10T03:39:33.241Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-10T03:39:33.241Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-10T03:39:33.241Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-10T03:39:33.241Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-10T03:39:33.241Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-10T03:39:33.501Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-10T03:39:33.501Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-10T03:39:33.501Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-10T03:39:33.501Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-10T03:39:33.501Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-10T03:39:33.501Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-10T03:39:33.501Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-10T03:39:33.501Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-10T03:39:33.501Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-10T03:39:33.501Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-10T03:39:33.501Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-10T03:39:33.501Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-10T03:39:33.501Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-10T03:39:33.501Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-10T03:39:33.501Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-10T03:39:33.501Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-10T03:39:33.501Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-10T03:39:33.501Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-10T03:39:33.501Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-10T03:39:33.501Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-10T03:39:33.501Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-10T03:39:33.765Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-10T03:39:33.765Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-10T03:39:33.765Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-10T03:39:34.026Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-10T03:39:34.026Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-10T03:39:34.026Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-10T03:39:34.287Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-10T03:39:35.669Z] Removing intermediate container fa76afe9b082 [2021-03-10T03:39:35.669Z] ---> 33e79b74afcc [2021-03-10T03:39:35.669Z] [2021-03-10T03:39:35.669Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T03:39:35.669Z] 3.12: Pulling from library/alpine [2021-03-10T03:39:35.948Z] Removing intermediate container 8d77d9f66315 [2021-03-10T03:39:35.948Z] ---> 12521d2aa566 [2021-03-10T03:39:35.948Z] [2021-03-10T03:39:35.948Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T03:39:35.948Z] 3.12: Pulling from library/alpine [2021-03-10T03:39:37.955Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T03:39:37.955Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T03:39:37.955Z] Status: Image is up to date for alpine:3.12 [2021-03-10T03:39:37.955Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T03:39:37.955Z] ---> d10569e2745f [2021-03-10T03:39:37.955Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T03:39:37.955Z] ---> d10569e2745f [2021-03-10T03:39:37.955Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T03:39:38.575Z] ---> Running in cf097070ab4f [2021-03-10T03:39:38.575Z] ---> Running in ab88c7180b16 [2021-03-10T03:39:40.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:39:40.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:39:40.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:39:40.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:39:40.872Z] 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-03-10T03:39:40.872Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-10T03:39:41.126Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T03:39:41.126Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T03:39:41.126Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T03:39:41.126Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T03:39:41.126Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:39:41.126Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T03:39:41.405Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T03:39:41.405Z] OK: 7 MiB in 18 packages [2021-03-10T03:39:41.718Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T03:39:41.718Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T03:39:41.718Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T03:39:41.718Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T03:39:41.718Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:39:41.718Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T03:39:42.018Z] OK: 7 MiB in 19 packages [2021-03-10T03:39:45.445Z] Removing intermediate container cf097070ab4f [2021-03-10T03:39:45.445Z] ---> 4fbfd275139f [2021-03-10T03:39:45.445Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T03:39:45.445Z] Removing intermediate container ab88c7180b16 [2021-03-10T03:39:45.445Z] ---> 46d27bbd523b [2021-03-10T03:39:45.445Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T03:39:45.445Z] ---> Running in 8851652ef2c2 [2021-03-10T03:39:45.445Z] ---> Running in 0d6b3f2669a7 [2021-03-10T03:39:46.157Z] 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-03-10T03:39:46.422Z] Removing intermediate container 8851652ef2c2 [2021-03-10T03:39:46.423Z] ---> 22bed8b5e43a [2021-03-10T03:39:46.423Z] Step 13/21 : WORKDIR /edgex [2021-03-10T03:39:46.703Z] Removing intermediate container 0d6b3f2669a7 [2021-03-10T03:39:46.703Z] ---> 3418897fe955 [2021-03-10T03:39:46.703Z] Step 13/24 : WORKDIR / [2021-03-10T03:39:46.728Z] 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-03-10T03:39:47.300Z] ---> Running in a6cbb0dbde33 [2021-03-10T03:39:47.899Z] ---> Running in 539fdd21a728 [2021-03-10T03:39:48.112Z] 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-03-10T03:39:48.112Z] 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-03-10T03:39:48.372Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-10T03:39:48.575Z] Removing intermediate container a6cbb0dbde33 [2021-03-10T03:39:48.576Z] ---> 32ec7faf5f5a [2021-03-10T03:39:48.576Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T03:39:48.633Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-10T03:39:48.633Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-10T03:39:48.633Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-10T03:39:49.273Z] Removing intermediate container 7d77270a2cd8 [2021-03-10T03:39:49.274Z] ---> 5c5a12d12879 [2021-03-10T03:39:49.274Z] [2021-03-10T03:39:49.274Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T03:39:49.274Z] ---> d10569e2745f [2021-03-10T03:39:49.274Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T03:39:49.274Z] Removing intermediate container f8268380b0f0 [2021-03-10T03:39:49.274Z] ---> 568a0b8a27e1 [2021-03-10T03:39:49.274Z] [2021-03-10T03:39:49.274Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T03:39:49.274Z] ---> d10569e2745f [2021-03-10T03:39:49.274Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T03:39:49.590Z] Removing intermediate container 539fdd21a728 [2021-03-10T03:39:49.590Z] ---> dbeca0d98685 [2021-03-10T03:39:49.590Z] 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-03-10T03:39:49.895Z] ---> Running in 0424680cfa4f [2021-03-10T03:39:49.895Z] ---> Running in 72475571f772 [2021-03-10T03:39:50.019Z] 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-03-10T03:39:50.019Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-10T03:39:50.019Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-10T03:39:50.202Z] ---> bcf2d59035a0 [2021-03-10T03:39:50.202Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T03:39:51.190Z] ---> 4bd0ab06f758 [2021-03-10T03:39:51.190Z] 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-03-10T03:39:51.401Z] 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-03-10T03:39:52.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:39:52.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:39:52.342Z] 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-03-10T03:39:52.342Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-10T03:39:52.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:39:52.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:39:52.450Z] ---> e15a1de63b36 [2021-03-10T03:39:52.450Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T03:39:52.733Z] ---> 311526ee24e7 [2021-03-10T03:39:52.733Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T03:39:53.007Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T03:39:53.007Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:39:53.007Z] OK: 5 MiB in 15 packages [2021-03-10T03:39:53.007Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T03:39:53.290Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T03:39:53.290Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:39:53.290Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T03:39:53.290Z] OK: 6 MiB in 16 packages [2021-03-10T03:39:53.726Z] 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-03-10T03:39:54.666Z] 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-03-10T03:39:54.666Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-10T03:39:55.306Z] ---> 82ed278c5e03 [2021-03-10T03:39:55.306Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . ---> a1f2e1a19ea3 [2021-03-10T03:39:55.306Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T03:39:55.306Z] [2021-03-10T03:39:55.306Z] ---> Running in 2c6f67494983 [2021-03-10T03:39:55.306Z] Removing intermediate container 72475571f772 [2021-03-10T03:39:55.306Z] ---> bb196ce2519e [2021-03-10T03:39:55.306Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T03:39:55.582Z] Removing intermediate container 8fd4c246d203 [2021-03-10T03:39:55.582Z] ---> 684be70b24d9 [2021-03-10T03:39:55.582Z] [2021-03-10T03:39:55.582Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T03:39:55.606Z] 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-03-10T03:39:55.606Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-10T03:39:55.856Z] ---> d10569e2745f [2021-03-10T03:39:55.856Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T03:39:55.856Z] ---> Using cache [2021-03-10T03:39:55.856Z] ---> bb196ce2519e [2021-03-10T03:39:55.856Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T03:39:56.130Z] ---> Running in f635f8043359 [2021-03-10T03:39:56.130Z] ---> Running in b34ec1ffc74f [2021-03-10T03:39:56.412Z] Removing intermediate container 2c6f67494983 [2021-03-10T03:39:56.412Z] ---> 626dfa561b33 [2021-03-10T03:39:56.412Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T03:39:56.412Z] Removing intermediate container 0424680cfa4f [2021-03-10T03:39:56.412Z] ---> b84f45eea5a3 [2021-03-10T03:39:56.412Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T03:39:56.412Z] ---> a59060fd416d [2021-03-10T03:39:56.412Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T03:39:56.685Z] ---> Running in 6b7fa3f65052 [2021-03-10T03:39:56.685Z] ---> Running in 2db4802b83d7 [2021-03-10T03:39:56.685Z] Removing intermediate container f635f8043359 [2021-03-10T03:39:56.685Z] ---> 5fcce78fd89a [2021-03-10T03:39:56.685Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T03:39:56.961Z] Removing intermediate container b34ec1ffc74f [2021-03-10T03:39:56.961Z] ---> ce56ed60ce4e [2021-03-10T03:39:56.961Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T03:39:56.961Z] ---> Running in 54f63cf9bca3 [2021-03-10T03:39:57.242Z] ---> Running in 68a23e3857ee [2021-03-10T03:39:57.242Z] Removing intermediate container 6b7fa3f65052 [2021-03-10T03:39:57.242Z] Removing intermediate container 2db4802b83d7 [2021-03-10T03:39:57.242Z] ---> 84944c2560af [2021-03-10T03:39:57.242Z] Step 13/22 : ENV APP_PORT=48060 ---> c61b6637511c [2021-03-10T03:39:57.242Z] Step 19/21 : LABEL arch=arm64 [2021-03-10T03:39:57.242Z] [2021-03-10T03:39:57.518Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-10T03:39:57.518Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-10T03:39:57.518Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-10T03:39:57.518Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-10T03:39:57.518Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-10T03:39:57.518Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-10T03:39:57.518Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-10T03:39:57.518Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-10T03:39:57.518Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-10T03:39:57.518Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-10T03:39:57.518Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-10T03:39:57.518Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-10T03:39:57.518Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-10T03:39:57.518Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-10T03:39:57.518Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-10T03:39:57.838Z] ---> Running in 901c8f1388d6 [2021-03-10T03:39:57.838Z] ---> Running in e2f197610520 [2021-03-10T03:39:57.838Z] Removing intermediate container 54f63cf9bca3 [2021-03-10T03:39:57.838Z] ---> 27bcccc94e2a [2021-03-10T03:39:57.838Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T03:39:58.112Z] ---> 43fdd4280412 [2021-03-10T03:39:58.112Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T03:39:58.112Z] Removing intermediate container 68a23e3857ee [2021-03-10T03:39:58.112Z] ---> a30f6ca6a84b [2021-03-10T03:39:58.112Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T03:39:58.112Z] ---> Running in 44be1c0b1bfd [2021-03-10T03:39:58.387Z] ---> Running in b68994bccef8 [2021-03-10T03:39:58.387Z] Removing intermediate container 901c8f1388d6 [2021-03-10T03:39:58.387Z] ---> 1675f1dc414b [2021-03-10T03:39:58.387Z] Step 20/21 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:39:58.387Z] Removing intermediate container e2f197610520 [2021-03-10T03:39:58.387Z] ---> 8d5b4a2d12e7 [2021-03-10T03:39:58.387Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T03:39:58.462Z] Building version [2021-03-10T03:39:58.462Z] + snapcraftctl build [2021-03-10T03:39:58.662Z] ---> Running in 32b67ef4e37c [2021-03-10T03:39:58.662Z] ---> Running in 4e9126ec6ae2 [2021-03-10T03:39:58.941Z] Removing intermediate container 44be1c0b1bfd [2021-03-10T03:39:58.941Z] ---> 9f2fe8f5c8ff [2021-03-10T03:39:58.941Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:39:58.941Z] ---> b805e159c5b5 [2021-03-10T03:39:58.941Z] 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-03-10T03:39:59.226Z] Removing intermediate container b68994bccef8 [2021-03-10T03:39:59.226Z] ---> 59c03cb1ba2a [2021-03-10T03:39:59.226Z] Step 15/23 : WORKDIR / [2021-03-10T03:39:59.226Z] ---> Running in a31eb3740f67 [2021-03-10T03:39:59.226Z] ---> Running in c62638ac36cb [2021-03-10T03:39:59.500Z] Removing intermediate container 4e9126ec6ae2 [2021-03-10T03:39:59.500Z] ---> fee7ce27ad3c [2021-03-10T03:39:59.500Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T03:39:59.500Z] Removing intermediate container 32b67ef4e37c [2021-03-10T03:39:59.500Z] ---> 648d95a6e862 [2021-03-10T03:39:59.500Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:39:59.772Z] ---> Running in f38e1fb9abb2 [2021-03-10T03:40:00.055Z] ---> f061d716f943 [2021-03-10T03:40:00.055Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T03:40:00.336Z] Removing intermediate container a31eb3740f67 [2021-03-10T03:40:00.336Z] ---> 2f726acf6b08 [2021-03-10T03:40:00.336Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:40:00.336Z] Removing intermediate container f38e1fb9abb2 [2021-03-10T03:40:00.336Z] ---> 34d86dc2a311 [2021-03-10T03:40:00.336Z] [2021-03-10T03:40:00.375Z] Staging config-common [2021-03-10T03:40:00.375Z] + snapcraftctl stage [2021-03-10T03:40:00.928Z] ---> 922c74c0d28b [2021-03-10T03:40:00.928Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T03:40:01.199Z] Successfully built 34d86dc2a311 [2021-03-10T03:40:01.199Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-10T03:40:01.199Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-10T03:40:01.314Z] Skipping stage go-build-helper (already ran) [2021-03-10T03:40:01.314Z] Skipping stage static-packages (already ran) [2021-03-10T03:40:01.314Z] Skipping stage go115 (already ran) [2021-03-10T03:40:01.314Z] Staging edgex-go [2021-03-10T03:40:01.314Z] + snapcraftctl stage [2021-03-10T03:40:01.810Z] ---> 7270ecad98a8 [2021-03-10T03:40:01.810Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T03:40:02.087Z] ---> e20e8d069540 [2021-03-10T03:40:02.087Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T03:40:02.252Z] Staging version [2021-03-10T03:40:02.253Z] + snapcraftctl stage [2021-03-10T03:40:03.072Z] ---> ab057c44f413 [2021-03-10T03:40:03.072Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T03:40:03.195Z] Priming config-common [2021-03-10T03:40:03.195Z] + snapcraftctl prime [2021-03-10T03:40:03.682Z] Removing intermediate container c62638ac36cb [2021-03-10T03:40:03.682Z] ---> 1b23d86a4fb8 [2021-03-10T03:40:03.682Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T03:40:03.974Z] ---> 36769f5553b8 [2021-03-10T03:40:03.974Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T03:40:03.974Z] ---> Running in 574b3a669c4a [2021-03-10T03:40:04.137Z] Priming go-build-helper [2021-03-10T03:40:04.137Z] + snapcraftctl prime [2021-03-10T03:40:04.269Z] ---> 206d7c12f10c [2021-03-10T03:40:04.269Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T03:40:04.269Z] ---> Running in 7a541916afcc [2021-03-10T03:40:04.864Z] ---> 24b86bebf546 [2021-03-10T03:40:04.864Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T03:40:05.079Z] Priming static-packages [2021-03-10T03:40:05.079Z] + snapcraftctl prime [2021-03-10T03:40:05.138Z] Removing intermediate container 574b3a669c4a [2021-03-10T03:40:05.138Z] ---> 12621d82ff6d [2021-03-10T03:40:05.138Z] Step 22/24 : LABEL arch=arm64 [2021-03-10T03:40:05.138Z] ---> Running in 1ac8d1017934 [2021-03-10T03:40:05.138Z] Removing intermediate container 7a541916afcc [2021-03-10T03:40:05.138Z] ---> ab0655baf975 [2021-03-10T03:40:05.138Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:40:05.414Z] ---> 120fd9a6ee2f [2021-03-10T03:40:05.414Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T03:40:05.414Z] ---> Running in be180f3188ab [2021-03-10T03:40:05.414Z] ---> Running in cd388c11feec [2021-03-10T03:40:05.685Z] ---> Running in 61399c727cf5 [2021-03-10T03:40:05.955Z] Removing intermediate container 1ac8d1017934 [2021-03-10T03:40:05.955Z] ---> bc4303555049 [2021-03-10T03:40:05.955Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:40:06.235Z] Removing intermediate container be180f3188ab [2021-03-10T03:40:06.235Z] ---> acfdbc5fec7e [2021-03-10T03:40:06.235Z] Step 23/24 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:40:06.507Z] ---> Running in 4292b5dfabab [2021-03-10T03:40:06.507Z] Removing intermediate container 61399c727cf5 [2021-03-10T03:40:06.507Z] Removing intermediate container cd388c11feec [2021-03-10T03:40:06.507Z] ---> 052761b98154 [2021-03-10T03:40:06.507Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T03:40:06.507Z] ---> 3b1ac528f9b7 [2021-03-10T03:40:06.507Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:40:06.786Z] ---> Running in 0d884fddd550 [2021-03-10T03:40:07.057Z] ---> Running in bb46d0e12071 [2021-03-10T03:40:07.327Z] ---> Running in 86bc435ececc [2021-03-10T03:40:07.601Z] Removing intermediate container 4292b5dfabab [2021-03-10T03:40:07.601Z] ---> 9a0acdfa867d [2021-03-10T03:40:07.601Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T03:40:07.601Z] Removing intermediate container 0d884fddd550 [2021-03-10T03:40:07.601Z] ---> 80a47046679f [2021-03-10T03:40:07.601Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T03:40:07.601Z] ---> Running in 6ef27a058b50 [2021-03-10T03:40:07.601Z] ---> Running in 42b612ad6c40 [2021-03-10T03:40:07.630Z] Priming go115 [2021-03-10T03:40:07.630Z] + snapcraftctl prime [2021-03-10T03:40:07.873Z] Removing intermediate container bb46d0e12071 [2021-03-10T03:40:07.873Z] Removing intermediate container 86bc435ececc [2021-03-10T03:40:07.873Z] ---> 9e45dffda432 [2021-03-10T03:40:07.873Z] Step 21/22 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:40:07.873Z] ---> 30d8ee97ac02 [2021-03-10T03:40:07.873Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T03:40:08.150Z] ---> Running in 014c8089cc7b [2021-03-10T03:40:08.150Z] ---> Running in f723e78c7782 [2021-03-10T03:40:08.200Z] Priming edgex-go [2021-03-10T03:40:08.200Z] + snapcraftctl prime [2021-03-10T03:40:08.420Z] Removing intermediate container 42b612ad6c40 [2021-03-10T03:40:08.420Z] ---> 2c32f0371068 [2021-03-10T03:40:08.420Z] Step 21/22 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:40:08.420Z] Removing intermediate container 6ef27a058b50 [2021-03-10T03:40:08.420Z] ---> d3ad85a9c282 [2021-03-10T03:40:08.420Z] [2021-03-10T03:40:08.693Z] ---> Running in 040d64638a8e [2021-03-10T03:40:08.966Z] Removing intermediate container 014c8089cc7b [2021-03-10T03:40:08.966Z] ---> 00faa33b11df [2021-03-10T03:40:08.966Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T03:40:08.966Z] Removing intermediate container f723e78c7782 [2021-03-10T03:40:08.966Z] ---> 1dd07be38e19 [2021-03-10T03:40:08.966Z] Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:40:08.966Z] Successfully built d3ad85a9c282 [2021-03-10T03:40:08.966Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-10T03:40:09.140Z] Priming version [2021-03-10T03:40:09.140Z] + snapcraftctl prime [2021-03-10T03:40:09.243Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-10T03:40:09.243Z] ---> Running in 882fa5aa36e4 [2021-03-10T03:40:09.243Z] ---> Running in 4475165f836f [2021-03-10T03:40:09.521Z] Removing intermediate container 040d64638a8e [2021-03-10T03:40:09.521Z] ---> f9d4219b1e20 [2021-03-10T03:40:09.521Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T03:40:09.521Z] ---> Running in 98162fc97039 [2021-03-10T03:40:09.797Z] Removing intermediate container 4475165f836f [2021-03-10T03:40:09.797Z] ---> c96a37095ea1 [2021-03-10T03:40:09.797Z] [2021-03-10T03:40:09.797Z] Removing intermediate container 882fa5aa36e4 [2021-03-10T03:40:09.797Z] ---> 6ba133363020 [2021-03-10T03:40:09.797Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T03:40:10.080Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-10T03:40:10.393Z] ---> Running in 9f86ed099c40 [2021-03-10T03:40:10.393Z] Successfully built c96a37095ea1 [2021-03-10T03:40:10.393Z] Removing intermediate container 98162fc97039 [2021-03-10T03:40:10.393Z] ---> c217da8c0354 [2021-03-10T03:40:10.393Z] [2021-03-10T03:40:10.393Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-10T03:40:10.393Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-10T03:40:10.982Z] Successfully built c217da8c0354 [2021-03-10T03:40:10.983Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-10T03:40:10.983Z] Removing intermediate container 9f86ed099c40 [2021-03-10T03:40:10.983Z] ---> 2b7c378087c2 [2021-03-10T03:40:10.983Z]  Building docker-support-notifications-go ... done  [2021-03-10T03:40:10.983Z] Building docker-core-data-go [2021-03-10T03:40:11.252Z] Successfully built 2b7c378087c2 [2021-03-10T03:40:11.252Z] Successfully tagged docker-core-metadata-go-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T03:40:50.292Z]  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:40:50.292Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:40:50.292Z] ---> 2be2c7e031a1 [2021-03-10T03:40:50.292Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T03:40:50.292Z] ---> Using cache [2021-03-10T03:40:50.292Z] ---> 3c0fa576c8d3 [2021-03-10T03:40:50.292Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:40:50.292Z] ---> Using cache [2021-03-10T03:40:50.292Z] ---> 587b1c2ac310 [2021-03-10T03:40:50.292Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T03:40:50.903Z] ---> Running in 50f253725223 [2021-03-10T03:40:52.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:40:53.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:40:54.772Z] OK: 217 MiB in 51 packages [2021-03-10T03:40:57.403Z] Removing intermediate container 50f253725223 [2021-03-10T03:40:57.403Z] ---> 7e0bdaa784c0 [2021-03-10T03:40:57.403Z] Step 6/31 : COPY go.mod . [2021-03-10T03:40:58.382Z] ---> 522301179a2f [2021-03-10T03:40:58.382Z] Step 7/31 : RUN go mod download [2021-03-10T03:40:58.659Z] ---> Running in 0e32d2a37b1d [2021-03-10T03:41:00.096Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:41:00.096Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:41:00.096Z] ---> 2be2c7e031a1 [2021-03-10T03:41:00.096Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T03:41:00.096Z] ---> Using cache [2021-03-10T03:41:00.096Z] ---> 3c0fa576c8d3 [2021-03-10T03:41:00.096Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:41:00.096Z] ---> Using cache [2021-03-10T03:41:00.096Z] ---> 587b1c2ac310 [2021-03-10T03:41:00.096Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T03:41:00.369Z] ---> Running in e9daf1fcf6d2 [2021-03-10T03:41:00.652Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:41:00.652Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:41:00.652Z] ---> 2be2c7e031a1 [2021-03-10T03:41:00.652Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T03:41:00.652Z] ---> Using cache [2021-03-10T03:41:00.652Z] ---> 3c0fa576c8d3 [2021-03-10T03:41:00.652Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:41:00.652Z] ---> Using cache [2021-03-10T03:41:00.652Z] ---> 587b1c2ac310 [2021-03-10T03:41:00.652Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T03:41:00.652Z] ---> Using cache [2021-03-10T03:41:00.652Z] ---> 7e0bdaa784c0 [2021-03-10T03:41:00.652Z] Step 6/23 : COPY go.mod . [2021-03-10T03:41:00.652Z] ---> Using cache [2021-03-10T03:41:00.652Z] ---> 522301179a2f [2021-03-10T03:41:00.652Z] Step 7/23 : RUN go mod download [2021-03-10T03:41:00.929Z] ---> Running in d86d431c3525 [2021-03-10T03:41:01.205Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T03:41:01.205Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T03:41:01.205Z] ---> 2be2c7e031a1 [2021-03-10T03:41:01.205Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T03:41:01.205Z] ---> Using cache [2021-03-10T03:41:01.205Z] ---> 3c0fa576c8d3 [2021-03-10T03:41:01.205Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:41:01.205Z] ---> Using cache [2021-03-10T03:41:01.205Z] ---> 587b1c2ac310 [2021-03-10T03:41:01.205Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T03:41:01.205Z] ---> Running in b7d2a893d7f7 [2021-03-10T03:41:02.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:41:02.482Z] Removing intermediate container 0e32d2a37b1d [2021-03-10T03:41:02.482Z] ---> fdfea422f990 [2021-03-10T03:41:02.482Z] Step 8/31 : COPY . . [2021-03-10T03:41:03.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:41:03.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:41:03.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:41:03.968Z] OK: 217 MiB in 51 packages [2021-03-10T03:41:04.575Z] OK: 217 MiB in 51 packages [2021-03-10T03:41:06.011Z] Removing intermediate container d86d431c3525 [2021-03-10T03:41:06.011Z] ---> 467691057abb [2021-03-10T03:41:06.011Z] Step 8/23 : COPY . . [2021-03-10T03:41:06.286Z] Removing intermediate container e9daf1fcf6d2 [2021-03-10T03:41:06.286Z] ---> 370469b900b8 [2021-03-10T03:41:06.286Z] Step 6/26 : COPY go.mod . [2021-03-10T03:41:06.561Z] Removing intermediate container b7d2a893d7f7 [2021-03-10T03:41:06.561Z] ---> 01e4827a52f5 [2021-03-10T03:41:06.561Z] Step 6/23 : COPY go.mod . [2021-03-10T03:41:07.992Z] ---> eb072cad4c51 [2021-03-10T03:41:08.269Z] Step 7/26 : RUN go mod download [2021-03-10T03:41:09.246Z] ---> 25209e988eab [2021-03-10T03:41:09.246Z] Step 7/23 : RUN go mod download [2021-03-10T03:41:09.246Z] ---> Running in 9210f2732a2c [2021-03-10T03:41:09.855Z] ---> Running in 4f67e7a0bc2d [2021-03-10T03:41:15.254Z] Removing intermediate container 9210f2732a2c [2021-03-10T03:41:15.254Z] ---> 09b5c104da41 [2021-03-10T03:41:15.254Z] Step 8/26 : COPY . . [2021-03-10T03:41:15.254Z] Removing intermediate container 4f67e7a0bc2d [2021-03-10T03:41:15.254Z] ---> 4033db2880d7 [2021-03-10T03:41:15.254Z] Step 8/23 : COPY . . [2021-03-10T03:41:18.647Z] ---> 48cc94c5fe33 [2021-03-10T03:41:18.647Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T03:41:21.278Z] ---> Running in c72c9d259cfd [2021-03-10T03:41:22.260Z] ---> 767d10597671 [2021-03-10T03:41:22.261Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T03:41:22.931Z] 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-03-10T03:41:23.208Z] ---> Running in 126a6c5bb26f [2021-03-10T03:41:25.234Z] 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-03-10T03:41:40.343Z] ---> 774f287b1049 [2021-03-10T03:41:40.343Z] ---> 012e94b182a1 [2021-03-10T03:41:40.343Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T03:41:40.344Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T03:41:40.344Z] ---> Running in f7aa4a163b27 [2021-03-10T03:41:40.344Z] ---> Running in 161b163afc0a [2021-03-10T03:41:42.333Z] 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-03-10T03:41:42.333Z] 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-03-10T03:42:50.409Z] Removing intermediate container c72c9d259cfd [2021-03-10T03:42:50.409Z] ---> 02d7540b4936 [2021-03-10T03:42:50.409Z] [2021-03-10T03:42:50.409Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T03:42:50.409Z] ---> d10569e2745f [2021-03-10T03:42:50.409Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T03:42:50.409Z] ---> Running in 0ffdb3126e2c [2021-03-10T03:42:50.409Z] Removing intermediate container 0ffdb3126e2c [2021-03-10T03:42:50.409Z] ---> 81f220ecc317 [2021-03-10T03:42:50.409Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T03:42:50.409Z] ---> Running in 452ef2734190 [2021-03-10T03:42:50.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:42:50.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:42:50.409Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T03:42:50.409Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T03:42:50.409Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:42:50.409Z] OK: 5 MiB in 16 packages [2021-03-10T03:42:50.409Z] Removing intermediate container 452ef2734190 [2021-03-10T03:42:50.409Z] ---> 5e0c5131e750 [2021-03-10T03:42:50.410Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T03:42:50.410Z] ---> Running in 287edc24c166 [2021-03-10T03:42:50.410Z] Removing intermediate container 287edc24c166 [2021-03-10T03:42:50.410Z] ---> e8703d426910 [2021-03-10T03:42:50.410Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T03:42:50.410Z] ---> Running in 969cb38df006 [2021-03-10T03:42:51.025Z] Removing intermediate container 969cb38df006 [2021-03-10T03:42:51.025Z] ---> c7ca0ca51c08 [2021-03-10T03:42:51.025Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T03:42:51.301Z] ---> Running in c4f2976048a0 [2021-03-10T03:42:55.650Z] Removing intermediate container c4f2976048a0 [2021-03-10T03:42:55.650Z] ---> 5f5ac437423d [2021-03-10T03:42:55.650Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T03:42:55.650Z] Removing intermediate container 126a6c5bb26f [2021-03-10T03:42:55.650Z] ---> f7d0f5481ae9 [2021-03-10T03:42:55.650Z] [2021-03-10T03:42:55.650Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T03:42:55.650Z] ---> d10569e2745f [2021-03-10T03:42:55.650Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T03:42:55.650Z] ---> Using cache [2021-03-10T03:42:55.650Z] ---> bb196ce2519e [2021-03-10T03:42:55.650Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T03:42:55.650Z] ---> Using cache [2021-03-10T03:42:55.650Z] ---> ce56ed60ce4e [2021-03-10T03:42:55.650Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T03:42:55.922Z] ---> Running in 6821d1016066 [2021-03-10T03:42:55.923Z] ---> Running in 77a08cbfee83 [2021-03-10T03:42:56.521Z] Removing intermediate container 6821d1016066 [2021-03-10T03:42:56.521Z] ---> 57043c7437a8 [2021-03-10T03:42:56.521Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T03:42:56.794Z] Removing intermediate container 77a08cbfee83 [2021-03-10T03:42:56.794Z] ---> b5c3077c51ba [2021-03-10T03:42:56.794Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T03:42:57.067Z] ---> Running in f0b0a8832558 [2021-03-10T03:42:58.060Z] ---> 042922512f19 [2021-03-10T03:42:58.060Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T03:42:58.060Z] Removing intermediate container f0b0a8832558 [2021-03-10T03:42:58.060Z] ---> 57c219a47647 [2021-03-10T03:42:58.060Z] Step 15/23 : WORKDIR / [2021-03-10T03:42:58.345Z] ---> Running in c55ecf7e804e [2021-03-10T03:42:58.345Z] ---> Running in 52d9a399cbfe [2021-03-10T03:42:59.331Z] Removing intermediate container 52d9a399cbfe [2021-03-10T03:42:59.331Z] ---> c994d904d4c5 [2021-03-10T03:42:59.331Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:43:02.001Z] ---> e40fd6dbd392 [2021-03-10T03:43:02.001Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T03:43:03.985Z] Removing intermediate container c55ecf7e804e [2021-03-10T03:43:03.985Z] ---> 6e3cbe1bbba4 [2021-03-10T03:43:03.985Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:43:03.985Z] Removing intermediate container f7aa4a163b27 [2021-03-10T03:43:03.985Z] ---> bd2bae64d7d2 [2021-03-10T03:43:03.985Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T03:43:03.985Z] ---> b651d863f9e2 [2021-03-10T03:43:03.985Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T03:43:03.985Z] ---> Running in 72820979b98b [2021-03-10T03:43:04.971Z] ---> b27ba3304584 [2021-03-10T03:43:04.971Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T03:43:04.971Z] ---> 146fc2a42361 [2021-03-10T03:43:05.244Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T03:43:05.244Z] ---> Running in d5944620d08a [2021-03-10T03:43:05.843Z] 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-03-10T03:43:06.123Z] Removing intermediate container d5944620d08a [2021-03-10T03:43:06.123Z] ---> ce30dc18c363 [2021-03-10T03:43:06.123Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:43:06.401Z] ---> Running in ea8684fc418a [2021-03-10T03:43:06.687Z] ---> 3a956f7760b1 [2021-03-10T03:43:06.687Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T03:43:07.287Z] Removing intermediate container ea8684fc418a [2021-03-10T03:43:07.287Z] ---> a0e47d3034bf [2021-03-10T03:43:07.287Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T03:43:07.287Z] ---> Running in 4f042888ae53 [2021-03-10T03:43:07.556Z] ---> 8b4e1ecc7e62 [2021-03-10T03:43:07.556Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T03:43:07.835Z] Removing intermediate container 4f042888ae53 [2021-03-10T03:43:07.835Z] ---> c82a8e3e254b [2021-03-10T03:43:07.835Z] Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:43:08.433Z] ---> Running in 4421fe6b3316 [2021-03-10T03:43:08.706Z] ---> 9290b5503c72 [2021-03-10T03:43:08.706Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T03:43:08.979Z] Removing intermediate container 4421fe6b3316 [2021-03-10T03:43:08.979Z] ---> 8f7e6245fd1b [2021-03-10T03:43:08.979Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T03:43:09.253Z] ---> Running in 8cdd3fad61f7 [2021-03-10T03:43:10.233Z] ---> a48dcf74242e [2021-03-10T03:43:10.233Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T03:43:10.233Z] Removing intermediate container 8cdd3fad61f7 [2021-03-10T03:43:10.233Z] ---> 433dcbfa11be [2021-03-10T03:43:10.233Z] [2021-03-10T03:43:10.233Z] Removing intermediate container 72820979b98b [2021-03-10T03:43:10.233Z] ---> ac07b586fe7a [2021-03-10T03:43:10.233Z] [2021-03-10T03:43:10.233Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T03:43:10.233Z] 20.10.0: Pulling from library/docker [2021-03-10T03:43:10.509Z] ---> Running in 2e58429e8ad9 [2021-03-10T03:43:11.122Z] Successfully built 433dcbfa11be [2021-03-10T03:43:11.122Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-10T03:43:12.120Z]  Building docker-core-command-go ... done Removing intermediate container 2e58429e8ad9 [2021-03-10T03:43:12.121Z] ---> efccc311a0e9 [2021-03-10T03:43:12.121Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T03:43:13.567Z] ---> ea789c729833 [2021-03-10T03:43:13.567Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T03:43:14.165Z] ---> Running in 480c5f6095c3 [2021-03-10T03:43:18.471Z] Removing intermediate container 480c5f6095c3 [2021-03-10T03:43:18.471Z] ---> b4850bb21b63 [2021-03-10T03:43:18.471Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T03:43:18.744Z] ---> Running in 2e75d170b4b4 [2021-03-10T03:43:19.758Z] Removing intermediate container 2e75d170b4b4 [2021-03-10T03:43:19.758Z] ---> bbb8bed528cc [2021-03-10T03:43:19.758Z] Step 28/31 : CMD ["gate"] [2021-03-10T03:43:20.359Z] ---> Running in e6d2c1aea9fb [2021-03-10T03:43:20.633Z] Removing intermediate container 161b163afc0a [2021-03-10T03:43:20.633Z] ---> 3945fb4fe545 [2021-03-10T03:43:20.633Z] [2021-03-10T03:43:20.633Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T03:43:20.633Z] ---> d10569e2745f [2021-03-10T03:43:20.633Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T03:43:20.910Z] ---> Running in 0a0e2956ed4b [2021-03-10T03:43:20.910Z] Removing intermediate container e6d2c1aea9fb [2021-03-10T03:43:20.910Z] ---> bf3a2f9d5775 [2021-03-10T03:43:20.910Z] Step 29/31 : LABEL arch=arm64 [2021-03-10T03:43:21.505Z] ---> Running in b6f7ce0dbc43 [2021-03-10T03:43:21.505Z] Removing intermediate container 0a0e2956ed4b [2021-03-10T03:43:21.505Z] ---> 5f880fd819fb [2021-03-10T03:43:21.505Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T03:43:21.779Z] ---> Running in aa2e9265db2e [2021-03-10T03:43:22.061Z] Removing intermediate container b6f7ce0dbc43 [2021-03-10T03:43:22.061Z] ---> 25af29f20f92 [2021-03-10T03:43:22.061Z] Step 30/31 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:43:22.061Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T03:43:22.061Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T03:43:22.061Z] ---> eeaf43b92773 [2021-03-10T03:43:22.061Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T03:43:22.335Z] ---> Running in d29de4d171de [2021-03-10T03:43:22.335Z] ---> Running in 38493595a7da [2021-03-10T03:43:22.335Z] Removing intermediate container aa2e9265db2e [2021-03-10T03:43:22.335Z] ---> 0ad266fc1b2b [2021-03-10T03:43:22.335Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T03:43:22.606Z] ---> Running in 006ca767cc2a [2021-03-10T03:43:22.877Z] Removing intermediate container d29de4d171de [2021-03-10T03:43:22.877Z] ---> c71285d542cb [2021-03-10T03:43:22.877Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T03:43:23.478Z] ---> Running in afcfb8cd102a [2021-03-10T03:43:23.478Z] Removing intermediate container 006ca767cc2a [2021-03-10T03:43:23.478Z] ---> 2abff980878b [2021-03-10T03:43:23.478Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T03:43:23.751Z] ---> Running in f4360b3a5f58 [2021-03-10T03:43:23.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:43:24.027Z] Removing intermediate container afcfb8cd102a [2021-03-10T03:43:24.028Z] ---> baf2cdc2784c [2021-03-10T03:43:24.028Z] [2021-03-10T03:43:24.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:43:24.634Z] Successfully built baf2cdc2784c [2021-03-10T03:43:24.634Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-10T03:43:24.634Z]  Building docker-security-bootstrapper-go ... done (1/2) Installing readline (8.0.4-r0) [2021-03-10T03:43:24.634Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T03:43:24.634Z] Executing bash-5.0.17-r0.post-install [2021-03-10T03:43:24.634Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:43:24.634Z] OK: 12 MiB in 22 packages [2021-03-10T03:43:26.078Z] Removing intermediate container 38493595a7da [2021-03-10T03:43:26.078Z] ---> 97a07622c81b [2021-03-10T03:43:26.351Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T03:43:26.351Z] Removing intermediate container f4360b3a5f58 [2021-03-10T03:43:26.351Z] ---> a3a614012656 [2021-03-10T03:43:26.351Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T03:43:26.351Z] ---> Running in 33939465828f [2021-03-10T03:43:26.351Z] ---> Running in 8a0ae9c22351 [2021-03-10T03:43:26.944Z] Removing intermediate container 33939465828f [2021-03-10T03:43:26.944Z] ---> b7a51da0d535 [2021-03-10T03:43:26.944Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T03:43:27.215Z] ---> Running in 28c8cfa2b0da [2021-03-10T03:43:27.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:43:27.491Z] Removing intermediate container 28c8cfa2b0da [2021-03-10T03:43:27.491Z] ---> a62d670dd6f7 [2021-03-10T03:43:27.491Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T03:43:27.763Z] ---> Running in 3e7d2f3fe5a1 [2021-03-10T03:43:28.360Z] Removing intermediate container 3e7d2f3fe5a1 [2021-03-10T03:43:28.360Z] ---> cd0e23254a3a [2021-03-10T03:43:28.360Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T03:43:28.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:43:29.336Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T03:43:29.336Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T03:43:29.336Z] ---> d50e15418a2e [2021-03-10T03:43:29.336Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T03:43:29.336Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T03:43:29.608Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T03:43:29.878Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T03:43:30.172Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T03:43:30.172Z] ---> dbbc4bb6e09e [2021-03-10T03:43:30.172Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T03:43:30.172Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:43:30.172Z] OK: 8 MiB in 20 packages [2021-03-10T03:43:31.186Z] ---> 4b488103aa14 [2021-03-10T03:43:31.186Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T03:43:31.467Z] ---> Running in 1f34c01aa78a [2021-03-10T03:43:31.467Z] Removing intermediate container 8a0ae9c22351 [2021-03-10T03:43:31.467Z] ---> f1774068712f [2021-03-10T03:43:31.467Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T03:43:32.454Z] ---> 870b8103e46c [2021-03-10T03:43:32.454Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T03:43:32.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:43:32.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:43:33.325Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T03:43:33.325Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T03:43:33.325Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T03:43:33.325Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T03:43:33.325Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T03:43:33.325Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T03:43:33.325Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T03:43:33.915Z] ---> 1546b5135a84 [2021-03-10T03:43:33.915Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T03:43:35.337Z] ---> 34b4bc2303d2 [2021-03-10T03:43:35.337Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T03:43:35.337Z] ---> Running in f3202e5921bd [2021-03-10T03:43:35.337Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T03:43:35.337Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T03:43:35.337Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T03:43:35.337Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T03:43:35.337Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T03:43:35.337Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T03:43:35.337Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T03:43:35.608Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T03:43:35.608Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T03:43:35.608Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T03:43:35.608Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T03:43:35.608Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T03:43:35.608Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T03:43:35.608Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T03:43:35.608Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T03:43:35.608Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T03:43:35.608Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T03:43:35.608Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T03:43:35.608Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T03:43:35.881Z] Removing intermediate container f3202e5921bd [2021-03-10T03:43:35.881Z] ---> aef76827e87d [2021-03-10T03:43:35.881Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:43:35.881Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T03:43:35.881Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T03:43:35.881Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T03:43:35.881Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T03:43:35.881Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T03:43:35.881Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T03:43:35.881Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T03:43:35.881Z] ---> Running in d407d2c1de4f [2021-03-10T03:43:35.881Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:43:36.153Z] OK: 71 MiB in 55 packages [2021-03-10T03:43:36.428Z] Removing intermediate container d407d2c1de4f [2021-03-10T03:43:36.428Z] ---> 456f40e2eef8 [2021-03-10T03:43:36.428Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T03:43:36.700Z] ---> Running in b414bf186d01 [2021-03-10T03:43:37.294Z] Removing intermediate container b414bf186d01 [2021-03-10T03:43:37.294Z] ---> 062ed256a5e0 [2021-03-10T03:43:37.294Z] Step 22/23 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:43:37.570Z] ---> Running in 1d9c41d456d4 [2021-03-10T03:43:38.166Z] Removing intermediate container 1d9c41d456d4 [2021-03-10T03:43:38.166Z] ---> ec226d7c101d [2021-03-10T03:43:38.166Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T03:43:38.443Z] ---> Running in 18d00f288de5 [2021-03-10T03:43:39.042Z] Removing intermediate container 18d00f288de5 [2021-03-10T03:43:39.042Z] ---> b1737440baab [2021-03-10T03:43:39.042Z] [2021-03-10T03:43:39.311Z] Successfully built b1737440baab [2021-03-10T03:43:39.584Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-10T03:43:42.196Z]  Building docker-core-data-go ... done Removing intermediate container 1f34c01aa78a [2021-03-10T03:43:42.196Z] ---> d20df6fafad8 [2021-03-10T03:43:42.196Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T03:43:42.196Z] ---> Running in 550b9e316965 [2021-03-10T03:43:46.489Z] Collecting docker-compose==1.23.2 [2021-03-10T03:43:46.489Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T03:43:47.083Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T03:43:47.083Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T03:43:49.774Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T03:43:49.774Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T03:43:49.775Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T03:43:49.775Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T03:43:51.732Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T03:43:51.732Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T03:43:52.323Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T03:43:52.323Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T03:43:52.594Z] 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-03-10T03:43:53.186Z] Collecting PyYAML<4,>=3.10 [2021-03-10T03:43:53.186Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T03:43:57.496Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T03:43:57.496Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T03:43:57.496Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T03:43:57.496Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T03:43:57.496Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T03:43:57.766Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T03:43:59.728Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T03:43:59.728Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T03:43:59.728Z] Collecting idna<2.8,>=2.5 [2021-03-10T03:43:59.728Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T03:43:59.998Z] 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-03-10T03:43:59.998Z] 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-03-10T03:44:00.587Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T03:44:00.587Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T03:44:00.587Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T03:44:00.587Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T03:44:00.587Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T03:44:00.587Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T03:44:01.570Z] Installing collected packages: docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, jsonschema, PyYAML, cached-property, dockerpty, docker-compose [2021-03-10T03:44:01.570Z] Running setup.py install for docopt: started [2021-03-10T03:44:03.531Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T03:44:03.531Z] Attempting uninstall: idna [2021-03-10T03:44:03.531Z] Found existing installation: idna 2.9 [2021-03-10T03:44:03.531Z] Uninstalling idna-2.9: [2021-03-10T03:44:03.531Z] Successfully uninstalled idna-2.9 [2021-03-10T03:44:04.502Z] Attempting uninstall: urllib3 [2021-03-10T03:44:04.502Z] Found existing installation: urllib3 1.25.9 [2021-03-10T03:44:04.502Z] Uninstalling urllib3-1.25.9: [2021-03-10T03:44:04.502Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T03:44:05.091Z] Attempting uninstall: requests [2021-03-10T03:44:05.091Z] Found existing installation: requests 2.23.0 [2021-03-10T03:44:05.091Z] Uninstalling requests-2.23.0: [2021-03-10T03:44:05.091Z] Successfully uninstalled requests-2.23.0 [2021-03-10T03:44:06.062Z] Running setup.py install for texttable: started [2021-03-10T03:44:08.021Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T03:44:08.292Z] Running setup.py install for PyYAML: started [2021-03-10T03:44:10.253Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T03:44:10.533Z] Running setup.py install for dockerpty: started [2021-03-10T03:44:12.492Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T03:44:13.082Z] 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.58.0 [2021-03-10T03:44:16.450Z] Removing intermediate container 550b9e316965 [2021-03-10T03:44:16.450Z] ---> 525c46c4e16c [2021-03-10T03:44:16.450Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T03:44:16.726Z] ---> Running in 7a991e1cd27e [2021-03-10T03:44:17.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T03:44:17.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T03:44:18.565Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T03:44:18.566Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T03:44:18.566Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T03:44:18.566Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T03:44:18.566Z] OK: 71 MiB in 58 packages [2021-03-10T03:44:20.000Z] Removing intermediate container 7a991e1cd27e [2021-03-10T03:44:20.000Z] ---> 97fb96cd9c8f [2021-03-10T03:44:20.000Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T03:44:20.000Z] ---> Running in 47ccb25f29ae [2021-03-10T03:44:20.276Z] Removing intermediate container 47ccb25f29ae [2021-03-10T03:44:20.277Z] ---> 7a0c9e9a9dae [2021-03-10T03:44:20.277Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T03:44:20.549Z] ---> Running in a531992b862d [2021-03-10T03:44:21.142Z] Removing intermediate container a531992b862d [2021-03-10T03:44:21.142Z] ---> 6afecf0d91b3 [2021-03-10T03:44:21.142Z] Step 24/26 : LABEL arch=arm64 [2021-03-10T03:44:21.142Z] ---> Running in 97bcabdf8c5e [2021-03-10T03:44:21.735Z] Removing intermediate container 97bcabdf8c5e [2021-03-10T03:44:21.735Z] ---> bf1c8c822cd5 [2021-03-10T03:44:21.735Z] Step 25/26 : LABEL git_sha=80a5fc01eef6eda66ac70f2e91be96a417930f70 [2021-03-10T03:44:21.735Z] ---> Running in 5a6839690aac [2021-03-10T03:44:22.328Z] Removing intermediate container 5a6839690aac [2021-03-10T03:44:22.328Z] ---> 7b78f4463bfb [2021-03-10T03:44:22.328Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T03:44:22.328Z] ---> Running in 4516111c93b4 [2021-03-10T03:44:22.921Z] Removing intermediate container 4516111c93b4 [2021-03-10T03:44:22.921Z] ---> 514120a1fb25 [2021-03-10T03:44:22.921Z] [2021-03-10T03:44:23.194Z] Successfully built 514120a1fb25 [2021-03-10T03:44:23.194Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-10T03:44:23.485Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T03:44:23.488Z] $ docker stop --time=1 838561ddfaeed079c423dd499010a383c91fc387122768731cb6c9aa13ad3aa8 [2021-03-10T03:44:25.422Z] $ docker rm -f 838561ddfaeed079c423dd499010a383c91fc387122768731cb6c9aa13ad3aa8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T03:44:26.163Z] + docker images [2021-03-10T03:44:26.163Z] + grep docker [2021-03-10T03:44:26.435Z] docker-sys-mgmt-agent-go-arm64 latest 514120a1fb25 4 seconds ago 300MB [2021-03-10T03:44:26.435Z] docker-core-data-go-arm64 latest b1737440baab 48 seconds ago 21.3MB [2021-03-10T03:44:26.435Z] docker-security-bootstrapper-go-arm64 latest baf2cdc2784c About a minute ago 17.8MB [2021-03-10T03:44:26.435Z] docker-core-command-go-arm64 latest 433dcbfa11be About a minute ago 16.2MB [2021-03-10T03:44:26.435Z] docker-core-metadata-go-arm64 latest 2b7c378087c2 4 minutes ago 17.9MB [2021-03-10T03:44:26.435Z] docker-support-notifications-go-arm64 latest c217da8c0354 4 minutes ago 16.9MB [2021-03-10T03:44:26.435Z] docker-support-scheduler-go-arm64 latest c96a37095ea1 4 minutes ago 16.3MB [2021-03-10T03:44:26.435Z] docker-security-secretstore-setup-go-arm64 latest d3ad85a9c282 4 minutes ago 23.7MB [2021-03-10T03:44:26.435Z] docker-security-proxy-setup-go-arm64 latest 34d86dc2a311 4 minutes ago 23.4MB [2021-03-10T03:44:26.435Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:44:27.669Z] ---> job-cost.sh [2021-03-10T03:44:27.669Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Mj1I [2021-03-10T03:45:06.683Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T03:46:43.420Z] lf-activate-venv(): INFO: Adding /tmp/venv-Mj1I/bin to PATH [2021-03-10T03:46:43.420Z] INFO: No Stack... [2021-03-10T03:46:43.420Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T03:46:43.420Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T03:46:43.759Z] + cat /w/workspace/edgex-go/12/archives/cost.csv [2021-03-10T03:46:43.759Z] + cut -d, -f6 [Pipeline] lock [2021-03-10T03:46:43.871Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3190-12-stack-cost] [2021-03-10T03:46:43.880Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3190-12-stack-cost] did not exist. Created. [2021-03-10T03:46:43.880Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3190-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T03:46:44.354Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T03:46:44.674Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T03:46:44.684Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3190-12-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-10T03:46:46.496Z] provisioning config files... [2021-03-10T03:46:46.511Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config5399172241559905876tmp [Pipeline] { [Pipeline] sh [2021-03-10T03:46:46.937Z] + set +x [2021-03-10T03:46:46.938Z] + curl -s https://codecov.io/bash [2021-03-10T03:46:46.938Z] + bash -s -- [2021-03-10T03:46:47.513Z] [2021-03-10T03:46:47.513Z] _____ _ [2021-03-10T03:46:47.513Z] / ____| | | [2021-03-10T03:46:47.513Z] | | ___ __| | ___ ___ _____ __ [2021-03-10T03:46:47.513Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-10T03:46:47.513Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-10T03:46:47.513Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-10T03:46:47.513Z] Bash-20210309-2b87ace [2021-03-10T03:46:47.513Z] [2021-03-10T03:46:47.513Z] [2021-03-10T03:46:47.513Z] ==> git version 2.24.3 found [2021-03-10T03:46:47.513Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-10T03:46:47.513Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-10T03:46:47.513Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-10T03:46:47.513Z] ==> Jenkins CI detected. [2021-03-10T03:46:47.513Z] project root: . [2021-03-10T03:46:47.513Z] --> token set from env [2021-03-10T03:46:47.513Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-10T03:46:47.513Z] ==> Running gcov in . (disable via -X gcov) [2021-03-10T03:46:47.513Z] ==> Python coveragepy not found [2021-03-10T03:46:47.513Z] ==> Searching for coverage reports in: [2021-03-10T03:46:47.513Z] + . [2021-03-10T03:46:47.513Z] -> Found 1 reports [2021-03-10T03:46:47.514Z] ==> Detecting git/mercurial file structure [2021-03-10T03:46:47.514Z] ==> Reading reports [2021-03-10T03:46:47.777Z] + ./coverage.out bytes=627302 [2021-03-10T03:46:47.777Z] ==> Appending adjustments [2021-03-10T03:46:47.777Z] https://docs.codecov.io/docs/fixing-reports [2021-03-10T03:46:51.101Z] + Found adjustments [2021-03-10T03:46:51.101Z] ==> Gzipping contents [2021-03-10T03:46:51.101Z] 92K /tmp/codecov.kbhrQH.gz [2021-03-10T03:46:51.101Z] ==> Uploading reports [2021-03-10T03:46:51.101Z] url: https://codecov.io [2021-03-10T03:46:51.101Z] query: branch=PR-3190&commit=80a5fc01eef6eda66ac70f2e91be96a417930f70&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3190%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3190&job=&cmd_args= [2021-03-10T03:46:51.101Z] -> Pinging Codecov [2021-03-10T03:46:51.101Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3190&commit=80a5fc01eef6eda66ac70f2e91be96a417930f70&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3190%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3190&job=&cmd_args= [2021-03-10T03:46:51.677Z] -> Uploading to [2021-03-10T03:46:51.677Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/80a5fc01eef6eda66ac70f2e91be96a417930f70/8bd08a0d-17d1-400f-b560-be50f02c0452.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T034651Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ef6da83150abcf2221c594e387f9317cfa0bbb4fa8204af9b1b57d8442c2d137 [2021-03-10T03:46:51.677Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T03:46:51.677Z] Dload Upload Total Spent Left Speed [2021-03-10T03:46:52.269Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92633 0 0 100 92633 0 161k --:--:-- --:--:-- --:--:-- 161k 100 92633 0 0 100 92633 0 161k --:--:-- --:--:-- --:--:-- 161k [2021-03-10T03:46:52.269Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/80a5fc01eef6eda66ac70f2e91be96a417930f70 [Pipeline] } [2021-03-10T03:46:52.317Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:46:54.441Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:46:55.333Z] ---> package-listing.sh [2021-03-10T03:46:55.333Z] ++ facter osfamily [2021-03-10T03:46:55.333Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T03:46:55.333Z] + OS_FAMILY=redhat [2021-03-10T03:46:55.333Z] + workspace=/w/workspace/edgex-go/12 [2021-03-10T03:46:55.333Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T03:46:55.333Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T03:46:55.333Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T03:46:55.333Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T03:46:55.333Z] + '[' /w/workspace/edgex-go/12 ']' [2021-03-10T03:46:55.333Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T03:46:55.333Z] + case "${OS_FAMILY}" in [2021-03-10T03:46:55.333Z] + rpm -qa [2021-03-10T03:46:55.333Z] + sort [2021-03-10T03:47:00.649Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T03:47:00.649Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T03:47:00.649Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T03:47:00.649Z] + '[' /w/workspace/edgex-go/12 ']' [2021-03-10T03:47:00.649Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2021-03-10T03:47:00.649Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2021-03-10T03:47:00.663Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T03:47:00.956Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:47:01.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T03:47:01.265Z] [2021-03-10T03:47:01.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T03:47:01.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T03:47:01.615Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T03:47:01.615Z] df20fa9351a1: Pulling fs layer [2021-03-10T03:47:01.615Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T03:47:01.615Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T03:47:01.615Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T03:47:01.615Z] 93b61091891f: Pulling fs layer [2021-03-10T03:47:01.615Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T03:47:01.615Z] 5e14af77c1be: Pulling fs layer [2021-03-10T03:47:01.615Z] 01666e4c0597: Pulling fs layer [2021-03-10T03:47:01.615Z] aa168da1d23b: Pulling fs layer [2021-03-10T03:47:01.615Z] 46f8f816bc3b: Waiting [2021-03-10T03:47:01.615Z] 93b9cdb0e59b: Waiting [2021-03-10T03:47:01.615Z] 01666e4c0597: Waiting [2021-03-10T03:47:01.615Z] 5e14af77c1be: Waiting [2021-03-10T03:47:01.615Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T03:47:01.615Z] 36b3adc4ff6f: Download complete [2021-03-10T03:47:01.615Z] 46f8f816bc3b: Verifying Checksum [2021-03-10T03:47:01.615Z] 46f8f816bc3b: Download complete [2021-03-10T03:47:01.887Z] df20fa9351a1: Verifying Checksum [2021-03-10T03:47:01.887Z] df20fa9351a1: Download complete [2021-03-10T03:47:01.887Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T03:47:01.887Z] 93b9cdb0e59b: Download complete [2021-03-10T03:47:01.887Z] 5e14af77c1be: Verifying Checksum [2021-03-10T03:47:01.887Z] 5e14af77c1be: Download complete [2021-03-10T03:47:01.887Z] 93b61091891f: Download complete [2021-03-10T03:47:01.887Z] 01666e4c0597: Verifying Checksum [2021-03-10T03:47:01.887Z] 01666e4c0597: Download complete [2021-03-10T03:47:02.154Z] df20fa9351a1: Pull complete [2021-03-10T03:47:02.420Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T03:47:02.420Z] 8ad3a11d3b57: Download complete [2021-03-10T03:47:02.420Z] 36b3adc4ff6f: Pull complete [2021-03-10T03:47:03.008Z] 8ad3a11d3b57: Pull complete [2021-03-10T03:47:03.275Z] 46f8f816bc3b: Pull complete [2021-03-10T03:47:04.232Z] aa168da1d23b: Verifying Checksum [2021-03-10T03:47:04.232Z] aa168da1d23b: Download complete [2021-03-10T03:47:05.178Z] 93b61091891f: Pull complete [2021-03-10T03:47:05.178Z] 93b9cdb0e59b: Pull complete [2021-03-10T03:47:06.126Z] 5e14af77c1be: Pull complete [2021-03-10T03:47:06.126Z] 01666e4c0597: Pull complete [2021-03-10T03:47:21.121Z] aa168da1d23b: Pull complete [2021-03-10T03:47:21.121Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T03:47:21.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T03:47:21.121Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T03:47:21.373Z] prd-centos7-docker-4c-2g-29244 does not seem to be running inside a container [2021-03-10T03:47:21.431Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T03:47:24.428Z] $ docker top be8c8dad612dee7e0ea7edaf29f91259a8025a4557a21af627bab260686e1cd2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T03:47:25.095Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T03:47:25.443Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T03:47:25.743Z] + ls /var/log/sa-host [2021-03-10T03:47:25.743Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T03:47:25.743Z] file_magic: OK [2021-03-10T03:47:25.743Z] HZ: Using current value: 100 [2021-03-10T03:47:25.743Z] file_header: OK [2021-03-10T03:47:25.743Z] 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-03-10T03:47:25.743Z] Statistics: [2021-03-10T03:47:25.743Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T03:47:25.743Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T03:47:25.743Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T03:47:25.743Z] file_magic: OK [2021-03-10T03:47:25.743Z] HZ: Using current value: 100 [2021-03-10T03:47:25.743Z] file_header: OK [2021-03-10T03:47:25.743Z] 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-03-10T03:47:25.743Z] Statistics: [2021-03-10T03:47:25.743Z] Hnuu...uuuununununu... [2021-03-10T03:47:25.743Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T03:47:25.970Z] provisioning config files... [2021-03-10T03:47:25.992Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config2675158565533435154tmp [Pipeline] { [Pipeline] echo [2021-03-10T03:47:26.074Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:47:26.376Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T03:47:26.386Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T03:47:26.481Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:47:26.780Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T03:47:26.791Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:47:27.093Z] ---> sudo-logs.sh [2021-03-10T03:47:27.093Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T03:47:27.164Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:47:27.465Z] ---> job-cost.sh [2021-03-10T03:47:27.465Z] lf-activate-venv: SKIPPING [2021-03-10T03:47:27.465Z] DEBUG: total: 0.20999999344348907 [2021-03-10T03:47:27.465Z] INFO: Retrieving Stack Cost... [2021-03-10T03:47:28.858Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T03:47:29.433Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T03:47:29.447Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T03:47:29.749Z] ---> logs-deploy.sh [2021-03-10T03:47:29.749Z] lf-activate-venv: SKIPPING [2021-03-10T03:47:29.749Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3190/12 [2021-03-10T03:47:29.749Z] INFO: archiving workspace using pattern(s): [2021-03-10T03:47:31.141Z] Archives upload complete. [2021-03-10T03:47:31.403Z] INFO: archiving logs to Nexus