Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac+62a248a5b0afc117ade2468f75438786c02ce52d (768ea15ee09bde9173c5d30499b62d7adf052675) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25836’ Running on prd-centos7-docker-4c-2g-25839 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac Merge succeeded, producing 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac Checking out Revision 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac (PR-3113) > git config core.sparsecheckout # timeout=10 > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # 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 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T19:59:54.818Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T19:59:55.113Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T19:59:55.206Z] ========================================================= [2021-02-09T19:59:55.207Z] EdgeX Global Pipelines Version Info [2021-02-09T19:59:55.207Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c467df140a890797de24ea0a8c39f091848f634e # timeout=10 [2021-02-09T19:59:57.316Z] ------------------- [2021-02-09T19:59:57.316Z] stable info: [2021-02-09T19:59:57.316Z] ------------------- [2021-02-09T19:59:57.316Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T19:59:57.316Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T19:59:57.316Z] Message: update stable to v1.0.179 [2021-02-09T19:59:57.911Z] ------------------- [2021-02-09T19:59:57.911Z] experimental info: [2021-02-09T19:59:57.911Z] ------------------- [2021-02-09T19:59:57.911Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T19:59:57.911Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T19:59:57.911Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T19:59:58.158Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T19:59:58.257Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T19:59:58.347Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T19:59:58.430Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T19:59:58.512Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T19:59:58.597Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T19:59:58.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T19:59:58.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T19:59:58.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T19:59:58.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T19:59:59.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T19:59:59.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T19:59:59.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T19:59:59.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T19:59:59.396Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T19:59:59.491Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T19:59:59.575Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T19:59:59.665Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T19:59:59.751Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T19:59:59.831Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T19:59:59.909Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T19:59:59.997Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T20:00:00.078Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T20:00:00.197Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo [2021-02-09T20:00:00.315Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo [2021-02-09T20:00:00.449Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo [2021-02-09T20:00:00.574Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [Pipeline] echo [2021-02-09T20:00:00.698Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82e3a62 [Pipeline] echo [2021-02-09T20:00:00.781Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T20:00:00.948Z] provisioning config files... [2021-02-09T20:00:01.023Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config7552758740800781941tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:00:01.442Z] ---> docker-login.sh [2021-02-09T20:00:01.442Z] nexus3.edgexfoundry.org:10001 [2021-02-09T20:00:01.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:00:01.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:00:01.973Z] Configure a credential helper to remove this warning. See [2021-02-09T20:00:01.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:00:01.973Z] [2021-02-09T20:00:01.973Z] Login Succeeded [2021-02-09T20:00:01.973Z] nexus3.edgexfoundry.org:10002 [2021-02-09T20:00:02.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:00:02.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:00:02.243Z] Configure a credential helper to remove this warning. See [2021-02-09T20:00:02.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:00:02.243Z] [2021-02-09T20:00:02.243Z] Login Succeeded [2021-02-09T20:00:02.243Z] nexus3.edgexfoundry.org:10003 [2021-02-09T20:00:02.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:00:02.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:00:02.509Z] Configure a credential helper to remove this warning. See [2021-02-09T20:00:02.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:00:02.509Z] [2021-02-09T20:00:02.509Z] Login Succeeded [2021-02-09T20:00:02.509Z] nexus3.edgexfoundry.org:10004 [2021-02-09T20:00:02.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:00:02.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:00:02.777Z] Configure a credential helper to remove this warning. See [2021-02-09T20:00:02.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:00:02.777Z] [2021-02-09T20:00:02.777Z] Login Succeeded [2021-02-09T20:00:02.777Z] docker.io [2021-02-09T20:00:03.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:00:03.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:00:03.309Z] Configure a credential helper to remove this warning. See [2021-02-09T20:00:03.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:00:03.309Z] [2021-02-09T20:00:03.309Z] Login Succeeded [2021-02-09T20:00:03.309Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T20:00:03.323Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T20:00:03.831Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-09T20:00:03.831Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:03.831Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T20:00:03.831Z] ++ cut -d/ -f2 [2021-02-09T20:00:03.831Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T20:00:03.831Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:03.831Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T20:00:03.831Z] ++ cut -d/ -f2 [2021-02-09T20:00:03.831Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T20:00:03.831Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:03.831Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T20:00:03.831Z] ++ cut -d/ -f2 [2021-02-09T20:00:03.831Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T20:00:03.831Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:03.831Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T20:00:03.831Z] ++ cut -d/ -f2 [2021-02-09T20:00:03.831Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T20:00:03.831Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:03.831Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T20:00:03.831Z] ++ cut -d/ -f2 [2021-02-09T20:00:03.831Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T20:00:03.831Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:03.831Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T20:00:03.831Z] ++ cut -d/ -f2 [2021-02-09T20:00:03.831Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T20:00:03.831Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:03.831Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T20:00:03.831Z] ++ cut -d/ -f2 [2021-02-09T20:00:03.831Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T20:00:03.831Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:03.831Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T20:00:03.831Z] ++ cut -d/ -f2 [2021-02-09T20:00:03.831Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T20:00:03.831Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:03.831Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T20:00:03.831Z] ++ cut -d/ -f2 [2021-02-09T20:00:03.831Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T20:00:03.918Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:00:04.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T20:00:04.794Z] [2021-02-09T20:00:04.794Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:00:05.150Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T20:00:05.150Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T20:00:05.150Z] 31603596830f: Pulling fs layer [2021-02-09T20:00:05.150Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T20:00:05.150Z] 6ca5941a6612: Pulling fs layer [2021-02-09T20:00:05.150Z] ecc8261a40a4: Pulling fs layer [2021-02-09T20:00:05.150Z] ecc8261a40a4: Waiting [2021-02-09T20:00:05.150Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T20:00:05.150Z] 2a8b12db71e7: Download complete [2021-02-09T20:00:05.150Z] 31603596830f: Verifying Checksum [2021-02-09T20:00:05.150Z] 31603596830f: Download complete [2021-02-09T20:00:05.414Z] ecc8261a40a4: Verifying Checksum [2021-02-09T20:00:05.414Z] ecc8261a40a4: Download complete [2021-02-09T20:00:05.414Z] 6ca5941a6612: Verifying Checksum [2021-02-09T20:00:05.414Z] 6ca5941a6612: Download complete [2021-02-09T20:00:05.678Z] 31603596830f: Pull complete [2021-02-09T20:00:05.947Z] 2a8b12db71e7: Pull complete [2021-02-09T20:00:06.921Z] 6ca5941a6612: Pull complete [2021-02-09T20:00:06.921Z] ecc8261a40a4: Pull complete [2021-02-09T20:00:06.921Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T20:00:07.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T20:00:07.183Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T20:00:07.302Z] prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container [2021-02-09T20:00:07.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T20:00:09.894Z] $ docker top f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T20:00:10.245Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T20:00:10.245Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T20:00:10.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T20:00:10.534Z] $ docker exec f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 ssh-agent [2021-02-09T20:00:10.769Z] SSH_AUTH_SOCK=/tmp/ssh-e1iNzez2Cmj6/agent.11 [2021-02-09T20:00:10.769Z] SSH_AGENT_PID=17 [2021-02-09T20:00:10.783Z] Running ssh-add (command line suppressed) [2021-02-09T20:00:10.976Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_5368945444411388807.key (/w/workspace/edgex-go/19@tmp/private_key_5368945444411388807.key) [2021-02-09T20:00:11.050Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T20:00:11.409Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T20:00:11.436Z] $ docker exec --env ******** --env ******** f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 ssh-agent -k [2021-02-09T20:00:11.628Z] unset SSH_AUTH_SOCK; [2021-02-09T20:00:11.629Z] unset SSH_AGENT_PID; [2021-02-09T20:00:11.630Z] echo Agent pid 17 killed; [2021-02-09T20:00:11.696Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T20:00:11.842Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T20:00:11.842Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T20:00:12.086Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T20:00:12.089Z] $ docker exec f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 ssh-agent [2021-02-09T20:00:12.317Z] SSH_AUTH_SOCK=/tmp/ssh-GA8AWT9BEJ1J/agent.48 [2021-02-09T20:00:12.317Z] SSH_AGENT_PID=54 [2021-02-09T20:00:12.332Z] Running ssh-add (command line suppressed) [2021-02-09T20:00:12.482Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_503565041490790669.key (/w/workspace/edgex-go/19@tmp/private_key_503565041490790669.key) [2021-02-09T20:00:12.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T20:00:12.910Z] + git semver init [2021-02-09T20:00:12.910Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T20:00:12.910Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2021-02-09T20:00:12.910Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2021-02-09T20:00:12.910Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T20:00:12.910Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T20:00:12.910Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T20:00:12.910Z] # $SEMVER_BRANCH = PR-3113 [2021-02-09T20:00:12.910Z] # $SEMVER_TEMP = /tmp/semver-262030906 [2021-02-09T20:00:12.910Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T20:00:45.325Z] # '/tmp/semver-262030906' -> '/w/workspace/edgex-go/19/.semver' [2021-02-09T20:00:45.325Z] # -> Force: false [2021-02-09T20:00:45.325Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2021-02-09T20:00:45.344Z] $ docker exec --env ******** --env ******** f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 ssh-agent -k [2021-02-09T20:00:45.606Z] unset SSH_AUTH_SOCK; [2021-02-09T20:00:45.606Z] unset SSH_AGENT_PID; [2021-02-09T20:00:45.607Z] echo Agent pid 54 killed; [2021-02-09T20:00:45.731Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T20:00:46.222Z] + git semver [Pipeline] } [2021-02-09T20:00:46.243Z] $ docker stop --time=1 f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 [2021-02-09T20:00:48.078Z] $ docker rm -f f72590a9bf8ef78dcf7faf8eab74b2451dcabfd0464dfe4610627d55fa30ae55 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T20:00:48.679Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T20:00:49.318Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T20:00:49.321Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T20:00:50.263Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:00:50.586Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:00:50.908Z] + sudo service docker restart [2021-02-09T20:00:50.908Z] + true [2021-02-09T20:00:50.908Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T20:00:51.501Z] ========================================================= [2021-02-09T20:00:51.501Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T20:00:51.501Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:00:51.844Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-09T20:00:56.133Z] Sending build context to Docker daemon 327.8MB [2021-02-09T20:00:56.133Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T20:00:56.133Z] Step 2/6 : FROM ${BASE} [2021-02-09T20:00:56.133Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T20:00:56.133Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T20:00:56.133Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T20:00:56.133Z] de9db76c5a1d: Pulling fs layer [2021-02-09T20:00:56.133Z] bca2f99d35d6: Pulling fs layer [2021-02-09T20:00:56.133Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T20:00:56.133Z] bca2f99d35d6: Waiting [2021-02-09T20:00:56.133Z] 7c6f9722023f: Pulling fs layer [2021-02-09T20:00:56.133Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T20:00:56.133Z] 93359f2a8cfa: Waiting [2021-02-09T20:00:56.133Z] a35cf1a2eb13: Waiting [2021-02-09T20:00:56.133Z] 7c6f9722023f: Waiting [2021-02-09T20:00:56.133Z] de9db76c5a1d: Verifying Checksum [2021-02-09T20:00:56.133Z] de9db76c5a1d: Download complete [2021-02-09T20:00:56.133Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T20:00:56.133Z] 0ef7d3d256c8: Download complete [2021-02-09T20:00:56.133Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T20:00:56.133Z] 93359f2a8cfa: Download complete [2021-02-09T20:00:56.133Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T20:00:56.133Z] 188c0c94c7c5: Download complete [2021-02-09T20:00:56.133Z] 7c6f9722023f: Verifying Checksum [2021-02-09T20:00:56.133Z] 7c6f9722023f: Download complete [2021-02-09T20:00:56.133Z] 188c0c94c7c5: Pull complete [2021-02-09T20:00:56.718Z] 0ef7d3d256c8: Pull complete [2021-02-09T20:00:56.994Z] de9db76c5a1d: Pull complete [2021-02-09T20:00:59.601Z] bca2f99d35d6: Verifying Checksum [2021-02-09T20:00:59.601Z] bca2f99d35d6: Download complete [2021-02-09T20:00:59.601Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T20:00:59.601Z] a35cf1a2eb13: Download complete [2021-02-09T20:01:04.700Z] Still waiting to schedule task [2021-02-09T20:01:04.700Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25841’ [2021-02-09T20:01:06.289Z] bca2f99d35d6: Pull complete [2021-02-09T20:01:06.289Z] 93359f2a8cfa: Pull complete [2021-02-09T20:01:06.289Z] 7c6f9722023f: Pull complete [2021-02-09T20:01:10.546Z] a35cf1a2eb13: Pull complete [2021-02-09T20:01:10.546Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T20:01:10.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T20:01:10.546Z] ---> a62c8e92a672 [2021-02-09T20:01:10.546Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-09T20:01:10.546Z] ---> Running in 01e0e67d5df7 [2021-02-09T20:01:11.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:01:11.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:01:12.719Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T20:01:12.719Z] (2/12) Installing file (5.38-r0) [2021-02-09T20:01:12.719Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T20:01:12.983Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T20:01:27.949Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T20:01:27.949Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T20:01:27.949Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T20:01:27.949Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T20:01:27.949Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T20:01:27.949Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T20:01:27.949Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T20:01:27.949Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T20:01:27.949Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:01:27.949Z] OK: 233 MiB in 51 packages [2021-02-09T20:01:29.880Z] Removing intermediate container 01e0e67d5df7 [2021-02-09T20:01:29.880Z] ---> cff39573cc7d [2021-02-09T20:01:29.880Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T20:01:30.147Z] ---> Running in 1e6c74d18883 [2021-02-09T20:01:30.147Z] Removing intermediate container 1e6c74d18883 [2021-02-09T20:01:30.147Z] ---> 48fd48415ed5 [2021-02-09T20:01:30.147Z] Step 5/6 : COPY go.mod . [2021-02-09T20:01:30.434Z] ---> 2f597b880b1c [2021-02-09T20:01:30.434Z] Step 6/6 : RUN go mod download [2021-02-09T20:01:30.434Z] ---> Running in f44ffb7bf4af [2021-02-09T20:01:52.527Z] Removing intermediate container f44ffb7bf4af [2021-02-09T20:01:52.527Z] ---> bc8310b412de [2021-02-09T20:01:52.527Z] Successfully built bc8310b412de [2021-02-09T20:01:52.527Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:01:52.871Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T20:01:52.871Z] . [Pipeline] withDockerContainer [2021-02-09T20:01:53.023Z] prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container [2021-02-09T20:01:53.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-x86_64 cat [2021-02-09T20:01:54.062Z] $ docker top c8771cc59bdcb2d3b23b7ea8e4a8b3eabfc027b72f6cf21efbc4fe72fe805944 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:01:54.576Z] + go version [2021-02-09T20:01:54.576Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T20:01:54.590Z] $ docker stop --time=1 c8771cc59bdcb2d3b23b7ea8e4a8b3eabfc027b72f6cf21efbc4fe72fe805944 [2021-02-09T20:01:57.034Z] $ docker rm -f c8771cc59bdcb2d3b23b7ea8e4a8b3eabfc027b72f6cf21efbc4fe72fe805944 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:01:57.831Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T20:01:57.831Z] . [Pipeline] withDockerContainer [2021-02-09T20:01:57.951Z] prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container [2021-02-09T20:01:57.999Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-x86_64 cat [2021-02-09T20:01:58.753Z] $ docker top 8f5a98d94acf4167ca337fe3eeeb083c522c1a08fd3f3c95b9956da100103015 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T20:01:59.015Z] ========================================================= [2021-02-09T20:01:59.015Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T20:01:59.015Z] ========================================================= [Pipeline] sh [2021-02-09T20:01:59.312Z] + make test [2021-02-09T20:01:59.312Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T20:02:09.424Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T20:02:24.537Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T20:02:32.833Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T20:02:32.833Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T20:02:32.833Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T20:02:34.786Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T20:02:34.786Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T20:02:34.786Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T20:02:34.786Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T20:02:35.063Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T20:02:36.027Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T20:02:38.677Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T20:02:38.677Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T20:02:38.677Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T20:02:40.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.132s coverage: 45.9% of statements [2021-02-09T20:02:40.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T20:02:40.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T20:02:40.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T20:02:40.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T20:02:40.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T20:02:40.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T20:02:40.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T20:02:40.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.087s coverage: 100.0% of statements [2021-02-09T20:02:44.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T20:02:44.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T20:02:44.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T20:02:44.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 65.8% of statements [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T20:02:44.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.136s coverage: 82.3% of statements [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T20:02:44.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T20:02:47.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements [2021-02-09T20:02:47.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T20:02:47.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T20:02:47.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T20:02:47.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T20:02:47.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T20:02:47.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2021-02-09T20:02:47.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T20:02:47.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-02-09T20:02:47.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T20:02:47.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements [2021-02-09T20:02:47.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T20:02:47.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements [2021-02-09T20:02:47.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T20:02:47.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-02-09T20:02:47.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T20:02:47.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T20:02:47.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T20:02:47.839Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T20:02:50.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.514s coverage: 92.8% of statements [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T20:02:50.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T20:02:50.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T20:02:50.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T20:02:50.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements [2021-02-09T20:02:50.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements [2021-02-09T20:02:50.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-02-09T20:02:50.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements [2021-02-09T20:02:51.034Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-02-09T20:03:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements [2021-02-09T20:03:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-02-09T20:03:15.411Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25844 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws [2021-02-09T20:03:15.463Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-02-09T20:03:15.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements [2021-02-09T20:03:15.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 77.8% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.448s coverage: 68.9% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 37.0% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.0% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.166s coverage: 47.0% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.115s coverage: 89.4% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.816s coverage: 29.1% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T20:03:15.732Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-09T20:03:15.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-09T20:03:15.732Z] GO111MODULE=on go vet ./... [2021-02-09T20:03:20.787Z] using credential edgex-jenkins-ssh [2021-02-09T20:03:20.857Z] Cloning the remote Git repository [2021-02-09T20:03:20.923Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:03:21.046Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-02-09T20:03:21.140Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:03:21.141Z] > git --version # timeout=10 [2021-02-09T20:03:21.163Z] > git --version # 'git version 2.17.1' [2021-02-09T20:03:21.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:03:21.256Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T20:03:39.287Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T20:03:39.305Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T20:03:39.333Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T20:03:39.384Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:03:39.385Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:03:39.399Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T20:03:40.179Z] Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:03:40.650Z] Merge succeeded, producing 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:03:40.651Z] Checking out Revision 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac (PR-3113) [2021-02-09T20:03:40.198Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T20:03:40.216Z] > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 [2021-02-09T20:03:40.553Z] > git remote # timeout=10 [2021-02-09T20:03:40.575Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T20:03:40.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:03:40.606Z] > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [2021-02-09T20:03:40.631Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T20:03:40.658Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T20:03:40.674Z] > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 [2021-02-09T20:03:45.364Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T20:03:47.091Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:03:47.513Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:03:47.851Z] + + truesudo [2021-02-09T20:03:47.851Z] service docker restart [2021-02-09T20:03:48.108Z] gofmt -l . [2021-02-09T20:03:48.108Z] [ "`gofmt -l .`" = "" ] [2021-02-09T20:03:48.108Z] ./bin/test-go-mod-tidy.sh [2021-02-09T20:03:48.108Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T20:03:48.759Z] + ls -al . [2021-02-09T20:03:48.760Z] total 700 [2021-02-09T20:03:48.760Z] drwxrwxr-x 10 1001 1001 4096 Feb 9 20:03 . [2021-02-09T20:03:48.760Z] drwxr-xr-x 4 root root 30 Feb 9 20:01 .. [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 19:59 .dockerignore [2021-02-09T20:03:48.760Z] drwxrwxr-x 8 1001 1001 179 Feb 9 19:59 .git [2021-02-09T20:03:48.760Z] drwxrwxr-x 3 1001 1001 125 Feb 9 19:59 .github [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 19:59 .gitignore [2021-02-09T20:03:48.760Z] drwx------ 3 1001 1001 60 Feb 9 20:00 .semver [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 19:59 .sonarcloud.properties [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 19:59 Attribution.txt [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 19:59 CONTRIBUTING.md [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 19:59 Dockerfile.build [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 19:59 Jenkinsfile [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 19:59 LICENSE [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 19:59 Makefile [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 19:59 README.md [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 19:59 SECURITY.md [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 20:00 VERSION [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 19:59 ZMQWindows.md [2021-02-09T20:03:48.760Z] drwxrwxr-x 2 1001 1001 117 Feb 9 19:59 bin [2021-02-09T20:03:48.760Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 19:59 cmd [2021-02-09T20:03:48.760Z] -rw-r--r-- 1 root root 594557 Feb 9 20:03 coverage.out [2021-02-09T20:03:48.760Z] -rw-r--r-- 1 root root 1054 Feb 9 20:03 go.mod [2021-02-09T20:03:48.760Z] -rw-r--r-- 1 root root 19290 Feb 9 20:03 go.sum [2021-02-09T20:03:48.760Z] drwxrwxr-x 8 1001 1001 127 Feb 9 19:59 internal [2021-02-09T20:03:48.760Z] drwxrwxr-x 4 1001 1001 26 Feb 9 19:59 openapi [2021-02-09T20:03:48.760Z] drwxrwxr-x 4 1001 1001 71 Feb 9 19:59 snap [2021-02-09T20:03:48.760Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 19:59 version.go [Pipeline] sh [2021-02-09T20:03:49.073Z] + '[' -e coverage.out ] [2021-02-09T20:03:49.073Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T20:03:49.379Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T20:03:49.689Z] + make build [2021-02-09T20:03:49.689Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T20:03:50.028Z] provisioning config files... [2021-02-09T20:03:50.072Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config3088387968906298856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:03:50.492Z] ---> docker-login.sh [2021-02-09T20:03:50.492Z] nexus3.edgexfoundry.org:10001 [2021-02-09T20:03:51.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:03:51.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:03:51.758Z] Configure a credential helper to remove this warning. See [2021-02-09T20:03:51.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:03:51.758Z] [2021-02-09T20:03:51.758Z] Login Succeeded [2021-02-09T20:03:51.758Z] nexus3.edgexfoundry.org:10002 [2021-02-09T20:03:52.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:03:52.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:03:52.362Z] Configure a credential helper to remove this warning. See [2021-02-09T20:03:52.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:03:52.362Z] [2021-02-09T20:03:52.362Z] Login Succeeded [2021-02-09T20:03:52.362Z] nexus3.edgexfoundry.org:10003 [2021-02-09T20:03:52.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:03:52.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:03:52.963Z] Configure a credential helper to remove this warning. See [2021-02-09T20:03:52.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:03:52.963Z] [2021-02-09T20:03:52.963Z] Login Succeeded [2021-02-09T20:03:52.963Z] nexus3.edgexfoundry.org:10004 [2021-02-09T20:03:53.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:03:53.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:03:53.562Z] Configure a credential helper to remove this warning. See [2021-02-09T20:03:53.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:03:53.562Z] [2021-02-09T20:03:53.562Z] Login Succeeded [2021-02-09T20:03:53.562Z] docker.io [2021-02-09T20:03:54.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:03:54.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:03:54.441Z] Configure a credential helper to remove this warning. See [2021-02-09T20:03:54.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:03:54.441Z] [2021-02-09T20:03:54.441Z] Login Succeeded [2021-02-09T20:03:54.441Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T20:03:54.458Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T20:03:54.913Z] ========================================================= [2021-02-09T20:03:54.913Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T20:03:54.913Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:03:55.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T20:03:55.299Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-09T20:03:57.952Z] Sending build context to Docker daemon 166.3MB [2021-02-09T20:03:57.952Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T20:03:57.952Z] Step 2/6 : FROM ${BASE} [2021-02-09T20:03:57.952Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T20:03:57.952Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T20:03:57.952Z] a4357932f1b6: Pulling fs layer [2021-02-09T20:03:57.952Z] 18c013af1878: Pulling fs layer [2021-02-09T20:03:57.952Z] 00ac8860ef70: Pulling fs layer [2021-02-09T20:03:57.952Z] 63d7cb157983: Pulling fs layer [2021-02-09T20:03:57.952Z] b116817d02f9: Pulling fs layer [2021-02-09T20:03:57.952Z] 745a02a5169b: Pulling fs layer [2021-02-09T20:03:57.952Z] 00ac8860ef70: Waiting [2021-02-09T20:03:57.952Z] 63d7cb157983: Waiting [2021-02-09T20:03:57.952Z] b116817d02f9: Waiting [2021-02-09T20:03:57.952Z] 745a02a5169b: Waiting [2021-02-09T20:03:58.228Z] 18c013af1878: Download complete [2021-02-09T20:03:58.228Z] a4357932f1b6: Verifying Checksum [2021-02-09T20:03:58.228Z] a4357932f1b6: Download complete [2021-02-09T20:03:58.228Z] 63d7cb157983: Verifying Checksum [2021-02-09T20:03:58.228Z] 63d7cb157983: Download complete [2021-02-09T20:03:58.228Z] b116817d02f9: Verifying Checksum [2021-02-09T20:03:58.228Z] b116817d02f9: Download complete [2021-02-09T20:03:58.228Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T20:03:58.228Z] 5f621e34cdf4: Download complete [2021-02-09T20:03:58.836Z] 5f621e34cdf4: Pull complete [2021-02-09T20:03:59.450Z] a4357932f1b6: Pull complete [2021-02-09T20:03:59.731Z] 18c013af1878: Pull complete [2021-02-09T20:04:00.720Z] 745a02a5169b: Verifying Checksum [2021-02-09T20:04:00.720Z] 745a02a5169b: Download complete [2021-02-09T20:04:02.710Z] 00ac8860ef70: Verifying Checksum [2021-02-09T20:04:02.710Z] 00ac8860ef70: Download complete [2021-02-09T20:04:03.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T20:04:04.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T20:04:05.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T20:04:06.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T20:04:07.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T20:04:09.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T20:04:10.499Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T20:04:11.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T20:04:12.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T20:04:12.911Z] 00ac8860ef70: Pull complete [2021-02-09T20:04:12.911Z] 63d7cb157983: Pull complete [2021-02-09T20:04:13.188Z] b116817d02f9: Pull complete [2021-02-09T20:04:14.809Z] 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-02-09T20:04:16.778Z] $ docker stop --time=1 8f5a98d94acf4167ca337fe3eeeb083c522c1a08fd3f3c95b9956da100103015 [2021-02-09T20:04:17.554Z] 745a02a5169b: Pull complete [2021-02-09T20:04:17.555Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T20:04:17.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T20:04:17.555Z] ---> b7e6874047d6 [2021-02-09T20:04:17.555Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-09T20:04:18.563Z] $ docker rm -f 8f5a98d94acf4167ca337fe3eeeb083c522c1a08fd3f3c95b9956da100103015 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:04:20.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T20:04:20.752Z] [2021-02-09T20:04:20.752Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:04:21.019Z] ---> Running in d57f91c00811 [2021-02-09T20:04:21.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T20:04:21.173Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-09T20:04:21.173Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-09T20:04:21.173Z] ca9280d653b3: Pulling fs layer [2021-02-09T20:04:21.173Z] 7e9c9ca2126c: Pulling fs layer [2021-02-09T20:04:21.441Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-09T20:04:21.441Z] cbdbe7a5bc2a: Download complete [2021-02-09T20:04:22.021Z] cbdbe7a5bc2a: Pull complete [2021-02-09T20:04:22.021Z] ca9280d653b3: Verifying Checksum [2021-02-09T20:04:22.022Z] ca9280d653b3: Download complete [2021-02-09T20:04:22.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:04:23.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:04:23.439Z] ca9280d653b3: Pull complete [2021-02-09T20:04:23.704Z] 7e9c9ca2126c: Verifying Checksum [2021-02-09T20:04:23.704Z] 7e9c9ca2126c: Download complete [2021-02-09T20:04:24.494Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T20:04:24.766Z] (2/12) Installing file (5.38-r0) [2021-02-09T20:04:24.766Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T20:04:24.766Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T20:04:31.957Z] 7e9c9ca2126c: Pull complete [2021-02-09T20:04:31.957Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-09T20:04:31.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T20:04:31.957Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-09T20:04:32.237Z] prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container [2021-02-09T20:04:32.325Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-09T20:04:33.471Z] $ docker top 3b8990110d461db113c3521f1106188bdca6f915ec53803940262878cd9c90c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:04:34.010Z] + docker-compose build --help [2021-02-09T20:04:34.011Z] + grep parallel [2021-02-09T20:04:34.957Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T20:04:34.972Z] $ docker stop --time=1 3b8990110d461db113c3521f1106188bdca6f915ec53803940262878cd9c90c1 [2021-02-09T20:04:36.382Z] $ docker rm -f 3b8990110d461db113c3521f1106188bdca6f915ec53803940262878cd9c90c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:04:37.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T20:04:37.223Z] . [Pipeline] withDockerContainer [2021-02-09T20:04:37.403Z] prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container [2021-02-09T20:04:37.496Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-02-09T20:04:38.299Z] $ docker top 8e131e6bcd1f09450f205ed37df5340a3adb40a383660f34b4dac94ed90f6fee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:04:38.922Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T20:04:39.837Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T20:04:39.837Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T20:04:39.837Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T20:04:39.837Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T20:04:39.837Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T20:04:39.837Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T20:04:39.837Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T20:04:39.837Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T20:04:39.837Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:04:39.837Z] OK: 217 MiB in 51 packages [2021-02-09T20:04:39.968Z] Building docker-core-command-go ... [2021-02-09T20:04:39.968Z] Building docker-core-data-go ... [2021-02-09T20:04:39.968Z] Building docker-core-metadata-go ... [2021-02-09T20:04:39.968Z] Building docker-security-bootstrapper-go ... [2021-02-09T20:04:39.968Z] Building docker-security-proxy-setup-go ... [2021-02-09T20:04:39.968Z] Building docker-security-secretstore-setup-go ... [2021-02-09T20:04:39.968Z] Building docker-support-notifications-go ... [2021-02-09T20:04:39.968Z] Building docker-support-scheduler-go ... [2021-02-09T20:04:39.968Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T20:04:39.968Z] Building docker-security-proxy-setup-go [2021-02-09T20:04:39.968Z] Building docker-core-command-go [2021-02-09T20:04:39.968Z] Building docker-security-secretstore-setup-go [2021-02-09T20:04:39.968Z] Building docker-core-data-go [2021-02-09T20:04:39.968Z] Building docker-security-bootstrapper-go [2021-02-09T20:04:44.159Z] Removing intermediate container d57f91c00811 [2021-02-09T20:04:44.159Z] ---> dd6335309760 [2021-02-09T20:04:44.159Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T20:04:44.159Z] ---> Running in 2c9840671f75 [2021-02-09T20:04:44.751Z] Removing intermediate container 2c9840671f75 [2021-02-09T20:04:44.751Z] ---> f415e6a9e020 [2021-02-09T20:04:44.751Z] Step 5/6 : COPY go.mod . [2021-02-09T20:04:45.355Z] ---> b7e4488cb620 [2021-02-09T20:04:45.355Z] Step 6/6 : RUN go mod download [2021-02-09T20:04:45.355Z] ---> Running in cf68d83488bd [2021-02-09T20:05:12.217Z] Removing intermediate container cf68d83488bd [2021-02-09T20:05:12.217Z] ---> 5147c26a3d1f [2021-02-09T20:05:12.217Z] Successfully built 5147c26a3d1f [2021-02-09T20:05:12.217Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:05:12.558Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T20:05:12.558Z] . [Pipeline] withDockerContainer [2021-02-09T20:05:12.846Z] prd-ubuntu18.04-docker-arm64-4c-16g-25844 does not seem to be running inside a container [2021-02-09T20:05:12.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T20:05:14.517Z] $ docker top 877aa9e37e8ad6da026ab5fc1a41f7a5d2401a889c9322e48dad31df27165916 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:05:15.555Z] + go version [2021-02-09T20:05:15.555Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T20:05:15.584Z] $ docker stop --time=1 877aa9e37e8ad6da026ab5fc1a41f7a5d2401a889c9322e48dad31df27165916 [2021-02-09T20:05:17.538Z] $ docker rm -f 877aa9e37e8ad6da026ab5fc1a41f7a5d2401a889c9322e48dad31df27165916 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:05:18.517Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T20:05:18.517Z] . [Pipeline] withDockerContainer [2021-02-09T20:05:18.792Z] prd-ubuntu18.04-docker-arm64-4c-16g-25844 does not seem to be running inside a container [2021-02-09T20:05:18.877Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T20:05:19.009Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:05:19.009Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:05:19.009Z] ---> bc8310b412de [2021-02-09T20:05:19.009Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:05:19.009Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:05:19.009Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:05:19.009Z] ---> bc8310b412de [2021-02-09T20:05:19.009Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T20:05:19.009Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:05:19.009Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:05:19.009Z] ---> bc8310b412de [2021-02-09T20:05:19.009Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T20:05:19.009Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:05:19.009Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:05:19.009Z] ---> bc8310b412de [2021-02-09T20:05:19.009Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T20:05:19.009Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:05:19.009Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:05:19.009Z] ---> bc8310b412de [2021-02-09T20:05:19.009Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:05:19.009Z] ---> Running in 202b4debe0ed [2021-02-09T20:05:19.009Z] ---> Running in d5fe347c578e [2021-02-09T20:05:19.009Z] ---> Running in d839f69b2659 [2021-02-09T20:05:19.009Z] ---> Running in a790dfd14546 [2021-02-09T20:05:19.009Z] ---> Running in 5efa8c8c36ec [2021-02-09T20:05:19.009Z] Removing intermediate container d5fe347c578e [2021-02-09T20:05:19.009Z] ---> cd9ca2425b3c [2021-02-09T20:05:19.009Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:05:19.009Z] Removing intermediate container a790dfd14546 [2021-02-09T20:05:19.009Z] ---> 6ab8a93f4f75 [2021-02-09T20:05:19.009Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:05:19.010Z] Removing intermediate container 202b4debe0ed [2021-02-09T20:05:19.010Z] ---> 3875b17f96d6 [2021-02-09T20:05:19.010Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:05:19.010Z] Removing intermediate container 5efa8c8c36ec [2021-02-09T20:05:19.010Z] ---> 65b562d9109e [2021-02-09T20:05:19.010Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:05:19.010Z] Removing intermediate container d839f69b2659 [2021-02-09T20:05:19.010Z] ---> cb8461e49455 [2021-02-09T20:05:19.010Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:05:19.010Z] ---> Running in 5cc60b862d95 [2021-02-09T20:05:19.010Z] ---> Running in b53774e2e7ff [2021-02-09T20:05:19.010Z] ---> Running in 6790c7c55b56 [2021-02-09T20:05:19.010Z] ---> Running in df818c4f7154 [2021-02-09T20:05:19.010Z] ---> Running in 2ff53e2635c7 [2021-02-09T20:05:19.325Z] Removing intermediate container b53774e2e7ff [2021-02-09T20:05:19.325Z] ---> 1933343e52d0 [2021-02-09T20:05:19.325Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T20:05:19.325Z] Removing intermediate container 5cc60b862d95 [2021-02-09T20:05:19.325Z] ---> c6516e16c7ce [2021-02-09T20:05:19.325Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T20:05:19.325Z] ---> Running in b4913da6a0ac [2021-02-09T20:05:19.591Z] ---> Running in 3054bce94d72 [2021-02-09T20:05:19.591Z] Removing intermediate container 6790c7c55b56 [2021-02-09T20:05:19.591Z] ---> c58ceb282ac1 [2021-02-09T20:05:19.591Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T20:05:19.591Z] ---> Running in ef65be5c3462 [2021-02-09T20:05:19.854Z] Removing intermediate container 2ff53e2635c7 [2021-02-09T20:05:19.854Z] ---> 9016c9170c52 [2021-02-09T20:05:19.854Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T20:05:20.129Z] Removing intermediate container df818c4f7154 [2021-02-09T20:05:20.129Z] ---> 66ce88ff161e [2021-02-09T20:05:20.129Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T20:05:20.129Z] ---> Running in 0eca046bf769 [2021-02-09T20:05:20.129Z] ---> Running in edd4bf17c026 [2021-02-09T20:05:20.321Z] $ docker top bb1639a1ef7db76bbe3ee1fba71930e391f47f5c841ebaf268bb47fbba012848 -eo pid,comm [Pipeline] { [2021-02-09T20:05:20.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo [2021-02-09T20:05:20.771Z] ========================================================= [2021-02-09T20:05:20.771Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T20:05:20.771Z] ========================================================= [Pipeline] sh [2021-02-09T20:05:20.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:21.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:21.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:21.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:21.456Z] + make test [2021-02-09T20:05:21.456Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T20:05:21.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:21.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:21.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:21.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:21.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:22.398Z] OK: 233 MiB in 51 packages [2021-02-09T20:05:22.398Z] OK: 233 MiB in 51 packages [2021-02-09T20:05:22.398Z] OK: 233 MiB in 51 packages [2021-02-09T20:05:22.398Z] OK: 233 MiB in 51 packages [2021-02-09T20:05:22.682Z] OK: 233 MiB in 51 packages [2021-02-09T20:05:23.272Z] Removing intermediate container b4913da6a0ac [2021-02-09T20:05:23.272Z] ---> 87d53a1f6b70 [2021-02-09T20:05:23.272Z] Step 6/21 : COPY go.mod . [2021-02-09T20:05:23.550Z] Removing intermediate container 3054bce94d72 [2021-02-09T20:05:23.550Z] ---> c3d64e59ea73 [2021-02-09T20:05:23.550Z] Step 6/23 : COPY go.mod . [2021-02-09T20:05:23.550Z] Removing intermediate container ef65be5c3462 [2021-02-09T20:05:23.550Z] ---> af366b4c3ebb [2021-02-09T20:05:23.550Z] Step 6/24 : COPY go.mod . [2021-02-09T20:05:23.832Z] ---> b5950bcf7239 [2021-02-09T20:05:23.833Z] Step 7/21 : RUN go mod download [2021-02-09T20:05:23.833Z] Removing intermediate container edd4bf17c026 [2021-02-09T20:05:23.833Z] ---> 9e3b7c3d40d2 [2021-02-09T20:05:23.833Z] Step 6/30 : COPY go.mod . [2021-02-09T20:05:23.833Z] Removing intermediate container 0eca046bf769 [2021-02-09T20:05:23.833Z] ---> 902ce9d0db9f [2021-02-09T20:05:23.833Z] Step 6/23 : COPY go.mod . [2021-02-09T20:05:23.833Z] ---> 2921ae1b3af4 [2021-02-09T20:05:23.833Z] Step 7/23 : RUN go mod download [2021-02-09T20:05:23.833Z] ---> Running in 66298f27b6a7 [2021-02-09T20:05:24.098Z] ---> bb1c75b34386 [2021-02-09T20:05:24.098Z] Step 7/24 : RUN go mod download [2021-02-09T20:05:24.098Z] ---> Running in 10df3b4104ee [2021-02-09T20:05:24.362Z] ---> Running in 3dd6b67bf868 [2021-02-09T20:05:24.362Z] ---> ea58720541ce [2021-02-09T20:05:24.362Z] Step 7/30 : RUN go mod download [2021-02-09T20:05:24.362Z] ---> 3f438155f6a4 [2021-02-09T20:05:24.362Z] Step 7/23 : RUN go mod download [2021-02-09T20:05:24.639Z] ---> Running in 939ae9845b56 [2021-02-09T20:05:24.639Z] ---> Running in 3a4da54802eb [2021-02-09T20:05:27.250Z] Removing intermediate container 66298f27b6a7 [2021-02-09T20:05:27.250Z] ---> 81295bd5cfa8 [2021-02-09T20:05:27.250Z] Step 8/21 : COPY . . [2021-02-09T20:05:27.250Z] Removing intermediate container 3dd6b67bf868 [2021-02-09T20:05:27.250Z] ---> 0900c5421128 [2021-02-09T20:05:27.250Z] Step 8/24 : COPY . . [2021-02-09T20:05:27.250Z] Removing intermediate container 10df3b4104ee [2021-02-09T20:05:27.250Z] ---> de8264be072f [2021-02-09T20:05:27.250Z] Step 8/23 : COPY . . [2021-02-09T20:05:27.250Z] Removing intermediate container 939ae9845b56 [2021-02-09T20:05:27.250Z] ---> 6d853d324269 [2021-02-09T20:05:27.250Z] Step 8/30 : COPY . . [2021-02-09T20:05:29.207Z] Removing intermediate container 3a4da54802eb [2021-02-09T20:05:29.207Z] ---> 038e46dc9835 [2021-02-09T20:05:29.208Z] Step 8/23 : COPY . . [2021-02-09T20:05:48.291Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T20:06:08.319Z] ---> 2fe5e1d498cd [2021-02-09T20:06:08.319Z] ---> 53eaafab8039 [2021-02-09T20:06:08.319Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T20:06:08.319Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T20:06:08.319Z] ---> 10a77921d93b [2021-02-09T20:06:08.319Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T20:06:08.319Z] ---> Running in 1ec23fc3bf70 [2021-02-09T20:06:08.319Z] ---> Running in 4071206ba2ae [2021-02-09T20:06:08.319Z] ---> 413b23d6dee0 [2021-02-09T20:06:08.319Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T20:06:08.319Z] ---> Running in 3afe5c814076 [2021-02-09T20:06:08.319Z] ---> 48a8a22d95d7 [2021-02-09T20:06:08.319Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T20:06:08.319Z] ---> Running in 3c040b094fb6 [2021-02-09T20:06:08.319Z] ---> Running in 7aaedc4e00c6 [2021-02-09T20:06:08.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T20:06:08.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T20:06:08.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T20:06:08.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T20:06:08.319Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T20:06:35.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T20:06:35.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T20:06:43.931Z] Removing intermediate container 7aaedc4e00c6 [2021-02-09T20:06:43.931Z] ---> 619cc0624d8a [2021-02-09T20:06:43.931Z] [2021-02-09T20:06:43.931Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T20:06:43.931Z] Removing intermediate container 4071206ba2ae [2021-02-09T20:06:43.931Z] ---> 2377182ae5e5 [2021-02-09T20:06:43.931Z] [2021-02-09T20:06:43.931Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T20:06:43.931Z] 3.12: Pulling from library/alpine [2021-02-09T20:06:43.931Z] 3.12: Pulling from library/alpine [2021-02-09T20:06:44.952Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T20:06:44.952Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T20:06:45.889Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T20:06:45.889Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T20:06:45.889Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T20:06:45.889Z] ---> 389fef711851 [2021-02-09T20:06:45.889Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T20:06:45.889Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T20:06:45.889Z] ---> 389fef711851 [2021-02-09T20:06:45.889Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T20:06:47.828Z] ---> Running in 2209d37b7a23 [2021-02-09T20:06:47.828Z] ---> Running in 855f225c00df [2021-02-09T20:06:48.097Z] Removing intermediate container 3afe5c814076 [2021-02-09T20:06:48.097Z] ---> 24bafcf2718b [2021-02-09T20:06:48.097Z] [2021-02-09T20:06:48.097Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T20:06:48.097Z] ---> 389fef711851 [2021-02-09T20:06:48.097Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T20:06:48.097Z] Removing intermediate container 1ec23fc3bf70 [2021-02-09T20:06:48.097Z] ---> 61855a35213c [2021-02-09T20:06:48.097Z] [2021-02-09T20:06:48.097Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:06:48.097Z] ---> 389fef711851 [2021-02-09T20:06:48.097Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:06:48.367Z] ---> Running in e07ce99fbe4a [2021-02-09T20:06:48.367Z] ---> Running in 739431daa7bb [2021-02-09T20:06:48.946Z] Removing intermediate container 855f225c00df [2021-02-09T20:06:48.946Z] ---> 399852349a91 [2021-02-09T20:06:48.946Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T20:06:48.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:06:49.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:06:49.209Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T20:06:49.472Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:06:49.472Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T20:06:49.472Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T20:06:49.472Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T20:06:49.472Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:06:49.472Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:06:49.472Z] OK: 7 MiB in 19 packages [2021-02-09T20:06:50.894Z] ---> Running in f4d0d3e549ba [2021-02-09T20:06:50.894Z] Removing intermediate container 3c040b094fb6 [2021-02-09T20:06:50.894Z] ---> 5bd549e71e13 [2021-02-09T20:06:50.894Z] [2021-02-09T20:06:50.894Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:06:50.894Z] ---> 389fef711851 [2021-02-09T20:06:50.894Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T20:06:51.162Z] ---> Running in 7c10b43ba053 [2021-02-09T20:06:51.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:06:51.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:06:51.433Z] Removing intermediate container 7c10b43ba053 [2021-02-09T20:06:51.433Z] ---> 3c2d5dbae192 [2021-02-09T20:06:51.433Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T20:06:51.737Z] ---> Running in e84d65b375a7 [2021-02-09T20:06:51.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:06:51.737Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T20:06:51.737Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:06:51.737Z] OK: 6 MiB in 15 packages [2021-02-09T20:06:51.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:06:52.008Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T20:06:52.008Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:06:52.008Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T20:06:52.008Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T20:06:52.008Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:06:52.008Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:06:52.008Z] OK: 7 MiB in 18 packages [2021-02-09T20:06:52.279Z] Removing intermediate container 2209d37b7a23 [2021-02-09T20:06:52.279Z] ---> 57b430ed955c [2021-02-09T20:06:52.279Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T20:06:52.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:06:52.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:06:52.544Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T20:06:52.544Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T20:06:52.544Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:06:52.544Z] OK: 6 MiB in 16 packages [2021-02-09T20:06:53.121Z] Removing intermediate container e84d65b375a7 [2021-02-09T20:06:53.121Z] ---> b560cd577a3f [2021-02-09T20:06:53.121Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T20:06:53.394Z] ---> Running in f2060cc139ce [2021-02-09T20:06:53.394Z] ---> Running in 0c220d2f03c0 [2021-02-09T20:06:53.672Z] Removing intermediate container f2060cc139ce [2021-02-09T20:06:53.672Z] ---> 39b55254c564 [2021-02-09T20:06:53.672Z] Step 13/24 : WORKDIR / [2021-02-09T20:06:54.259Z] Removing intermediate container 0c220d2f03c0 [2021-02-09T20:06:54.259Z] ---> 6a0b83be2c5a [2021-02-09T20:06:54.259Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:06:54.259Z] Removing intermediate container e07ce99fbe4a [2021-02-09T20:06:54.259Z] ---> 8a8070b5083a [2021-02-09T20:06:54.259Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:06:54.523Z] ---> Running in 411679a3bc31 [2021-02-09T20:06:54.523Z] Removing intermediate container 739431daa7bb [2021-02-09T20:06:54.523Z] ---> 437afe0438ca [2021-02-09T20:06:54.523Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T20:06:54.523Z] ---> Running in 226fe0ecb4bc [2021-02-09T20:06:54.523Z] ---> Running in 1f51551bd1b4 [2021-02-09T20:06:54.523Z] Removing intermediate container f4d0d3e549ba [2021-02-09T20:06:54.523Z] ---> c9e3b6c99c52 [2021-02-09T20:06:54.523Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T20:06:54.792Z] ---> Running in 3b8c937ea3b6 [2021-02-09T20:06:55.055Z] ---> Running in af55461e2a98 [2021-02-09T20:06:55.055Z] Removing intermediate container 411679a3bc31 [2021-02-09T20:06:55.055Z] ---> 26f767a70528 [2021-02-09T20:06:55.055Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-09T20:06:55.055Z] Removing intermediate container 226fe0ecb4bc [2021-02-09T20:06:55.055Z] ---> 994a9634ab35 [2021-02-09T20:06:55.055Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T20:06:55.055Z] Removing intermediate container 3b8c937ea3b6 [2021-02-09T20:06:55.056Z] ---> 5fa01b906490 [2021-02-09T20:06:55.056Z] Step 13/21 : WORKDIR /edgex [2021-02-09T20:06:55.171Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T20:06:55.171Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T20:06:55.325Z] ---> Running in 4aed53b51b0d [2021-02-09T20:06:55.325Z] ---> Running in 37c57cf2e36d [2021-02-09T20:06:55.325Z] Removing intermediate container af55461e2a98 [2021-02-09T20:06:55.325Z] ---> 56d7d41d9d3a [2021-02-09T20:06:55.325Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T20:06:55.587Z] ---> Running in 97cb7bacdbf4 [2021-02-09T20:06:55.587Z] ---> 2f660ca888d1 [2021-02-09T20:06:55.587Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-09T20:06:55.587Z] Removing intermediate container 4aed53b51b0d [2021-02-09T20:06:55.587Z] ---> d8e8143a44f4 [2021-02-09T20:06:55.587Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T20:06:56.164Z] Removing intermediate container 37c57cf2e36d [2021-02-09T20:06:56.164Z] ---> c5844f8daa3f [2021-02-09T20:06:56.164Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T20:06:56.164Z] ---> Running in a692d70a43c5 [2021-02-09T20:06:56.430Z] Removing intermediate container 97cb7bacdbf4 [2021-02-09T20:06:56.430Z] ---> d7393a4fa3c7 [2021-02-09T20:06:56.430Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T20:06:56.430Z] ---> 176a0df8578b [2021-02-09T20:06:56.430Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T20:06:56.430Z] ---> Running in e6f5c0d638d8 [2021-02-09T20:06:56.692Z] Removing intermediate container 1f51551bd1b4 [2021-02-09T20:06:56.692Z] ---> 52775c0be470 [2021-02-09T20:06:56.692Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T20:06:56.692Z] ---> 2aff4a49cdff [2021-02-09T20:06:56.692Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T20:06:56.963Z] Removing intermediate container a692d70a43c5 [2021-02-09T20:06:56.963Z] ---> 76daca7d7bf1 [2021-02-09T20:06:56.963Z] Step 15/23 : WORKDIR / [2021-02-09T20:06:56.963Z] ---> Running in 8d18684dcf97 [2021-02-09T20:06:56.963Z] ---> 9a3c9aa66b55 [2021-02-09T20:06:56.963Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T20:06:57.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T20:06:57.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T20:06:57.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T20:06:57.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T20:06:57.239Z] ---> Running in 134495fdc8c6 [2021-02-09T20:06:57.517Z] Removing intermediate container 134495fdc8c6 [2021-02-09T20:06:57.517Z] ---> 069113c8b4af [2021-02-09T20:06:57.517Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:06:57.786Z] ---> 835b38761fe2 [2021-02-09T20:06:57.786Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T20:06:57.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:06:58.364Z] ---> b88faa9302aa [2021-02-09T20:06:58.364Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T20:06:58.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:06:58.895Z] ---> f8c3cd8d33f3 [2021-02-09T20:06:58.895Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T20:06:58.895Z] ---> 893c071f8aca [2021-02-09T20:06:58.895Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T20:06:58.895Z] ---> Running in ac0579ee5dfc [2021-02-09T20:06:59.160Z] ---> c64cdcf59b25 [2021-02-09T20:06:59.160Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T20:06:59.160Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T20:06:59.160Z] Removing intermediate container e6f5c0d638d8 [2021-02-09T20:06:59.160Z] ---> 76e5c4374670 [2021-02-09T20:06:59.160Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T20:06:59.160Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T20:06:59.426Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T20:06:59.426Z] ---> Running in 6190f182df06 [2021-02-09T20:06:59.426Z] Removing intermediate container ac0579ee5dfc [2021-02-09T20:06:59.426Z] ---> b6545bd3e457 [2021-02-09T20:06:59.426Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T20:06:59.426Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T20:06:59.426Z] ---> 77e0d421d476 [2021-02-09T20:06:59.426Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-09T20:06:59.703Z] ---> Running in 5d890804ea1e [2021-02-09T20:06:59.703Z] ---> Running in 94aab64bf688 [2021-02-09T20:06:59.703Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T20:06:59.703Z] ---> b54612f4d4af [2021-02-09T20:06:59.703Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T20:06:59.703Z] Removing intermediate container 6190f182df06 [2021-02-09T20:06:59.703Z] ---> a4b273d1c9d6 [2021-02-09T20:06:59.703Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T20:06:59.703Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T20:06:59.703Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:06:59.968Z] OK: 8 MiB in 20 packages [2021-02-09T20:06:59.968Z] Removing intermediate container 5d890804ea1e [2021-02-09T20:06:59.968Z] ---> 471d18084520 [2021-02-09T20:06:59.968Z] Step 19/21 : LABEL arch=x86_64 [2021-02-09T20:07:00.231Z] ---> Running in 8cb264632ccb [2021-02-09T20:07:00.231Z] ---> 2609f28c24de [2021-02-09T20:07:00.231Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T20:07:00.231Z] ---> 8180865d1295 [2021-02-09T20:07:00.231Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T20:07:00.498Z] ---> Running in 124f7f6b90d8 [2021-02-09T20:07:00.498Z] ---> Running in c7696b96c58f [2021-02-09T20:07:00.763Z] Removing intermediate container 8cb264632ccb [2021-02-09T20:07:00.763Z] ---> 21642d005984 [2021-02-09T20:07:00.763Z] Step 20/21 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:07:00.763Z] Removing intermediate container 8d18684dcf97 [2021-02-09T20:07:00.763Z] ---> 5a7d331c06b6 [2021-02-09T20:07:00.763Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:07:00.990Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T20:07:01.026Z] ---> Running in dc646f7430a2 [2021-02-09T20:07:01.026Z] Removing intermediate container c7696b96c58f [2021-02-09T20:07:01.026Z] ---> bd6c7d5edeba [2021-02-09T20:07:01.026Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:07:01.297Z] ---> Running in 586705e4c5ca [2021-02-09T20:07:01.297Z] ---> ee0b59b05b01 [2021-02-09T20:07:01.297Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T20:07:01.297Z] Removing intermediate container dc646f7430a2 [2021-02-09T20:07:01.297Z] ---> 175331b2cf02 [2021-02-09T20:07:01.297Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T20:07:01.567Z] ---> Running in 415ba34c2068 [2021-02-09T20:07:01.567Z] Removing intermediate container 586705e4c5ca [2021-02-09T20:07:01.567Z] ---> eb33b4bd241b [2021-02-09T20:07:01.567Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T20:07:01.567Z] Removing intermediate container 94aab64bf688 [2021-02-09T20:07:01.567Z] ---> 2bb6faeac345 [2021-02-09T20:07:01.567Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T20:07:01.838Z] ---> Running in 93f31810f44e [2021-02-09T20:07:01.838Z] ---> Running in 79723fcc1887 [2021-02-09T20:07:01.838Z] Removing intermediate container 415ba34c2068 [2021-02-09T20:07:01.838Z] ---> 3995ce8f623d [2021-02-09T20:07:01.838Z] [2021-02-09T20:07:02.117Z] ---> 148bca85d3aa [2021-02-09T20:07:02.117Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T20:07:02.117Z] Removing intermediate container 79723fcc1887 [2021-02-09T20:07:02.117Z] ---> 49650ff27393 [2021-02-09T20:07:02.117Z] Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:07:02.383Z] Successfully built 3995ce8f623d [2021-02-09T20:07:02.383Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-09T20:07:02.383Z] Removing intermediate container 93f31810f44e [2021-02-09T20:07:02.383Z] ---> 23f8a0b59fd2 [2021-02-09T20:07:02.383Z] Step 22/24 : LABEL arch=x86_64 [2021-02-09T20:07:02.384Z] Building docker-core-metadata-go [2021-02-09T20:07:02.384Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9c017d1f54f1 [2021-02-09T20:07:02.384Z] ---> Running in 26ff458c8595 [2021-02-09T20:07:02.434Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T20:07:02.646Z] ---> 0c2dd4632203 [2021-02-09T20:07:02.646Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T20:07:02.646Z] Removing intermediate container 124f7f6b90d8 [2021-02-09T20:07:02.646Z] ---> 859f1ae8d7c9 [2021-02-09T20:07:02.646Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:07:02.646Z] ---> Running in c9f0086dd5d2 [2021-02-09T20:07:02.916Z] Removing intermediate container 9c017d1f54f1 [2021-02-09T20:07:02.916Z] ---> e976f1be0a4f [2021-02-09T20:07:02.916Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:07:02.916Z] Removing intermediate container 26ff458c8595 [2021-02-09T20:07:02.916Z] ---> af5547ecab79 [2021-02-09T20:07:02.916Z] Step 23/24 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:07:02.916Z] ---> Running in 7a8589e734cc [2021-02-09T20:07:03.184Z] ---> Running in d5b50004140e [2021-02-09T20:07:03.452Z] ---> 355771bf52dd [2021-02-09T20:07:03.452Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T20:07:03.452Z] Removing intermediate container c9f0086dd5d2 [2021-02-09T20:07:03.452Z] ---> 6d0f2a585bfb [2021-02-09T20:07:03.452Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:07:03.452Z] Removing intermediate container 7a8589e734cc [2021-02-09T20:07:03.452Z] ---> ba1e28c47a05 [2021-02-09T20:07:03.452Z] [2021-02-09T20:07:03.716Z] ---> Running in b969e2b303e6 [2021-02-09T20:07:04.305Z] Removing intermediate container d5b50004140e [2021-02-09T20:07:04.305Z] ---> af1245f4ccec [2021-02-09T20:07:04.305Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T20:07:04.305Z] Successfully built ba1e28c47a05 [2021-02-09T20:07:04.571Z] Successfully tagged docker-core-command-go:latest [2021-02-09T20:07:04.571Z] Building docker-support-scheduler-go [2021-02-09T20:07:07.135Z]  Building docker-core-command-go ... done Removing intermediate container b969e2b303e6 [2021-02-09T20:07:07.135Z] ---> b65c12bfa671 [2021-02-09T20:07:07.135Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T20:07:10.500Z] ---> Running in b1c562034ea4 [2021-02-09T20:07:10.500Z] ---> Running in 34a6acaa746c [2021-02-09T20:07:10.500Z] ---> 7dc040f78df7 [2021-02-09T20:07:10.500Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T20:07:10.753Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T20:07:10.753Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T20:07:10.753Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T20:07:12.461Z] Removing intermediate container 34a6acaa746c [2021-02-09T20:07:12.461Z] ---> 304c7fc43409 [2021-02-09T20:07:12.461Z] [2021-02-09T20:07:12.461Z] Removing intermediate container b1c562034ea4 [2021-02-09T20:07:12.461Z] ---> ddf324f55a22 [2021-02-09T20:07:12.461Z] Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:07:12.723Z] Successfully built 304c7fc43409 [2021-02-09T20:07:12.723Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-09T20:07:12.723Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T20:07:13.704Z] ---> 526fbaf74a11 [2021-02-09T20:07:13.704Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T20:07:14.297Z] ---> Running in 0b7fd6964172 [2021-02-09T20:07:15.263Z] Removing intermediate container 0b7fd6964172 [2021-02-09T20:07:15.263Z] ---> 671dd816dcbd [2021-02-09T20:07:15.263Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:07:15.544Z] ---> 682136116bc6 [2021-02-09T20:07:15.544Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T20:07:15.544Z] ---> Running in f1adee822527 [2021-02-09T20:07:16.141Z] ---> Running in 2f0ad1acffc4 [2021-02-09T20:07:17.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.433s coverage: 45.9% of statements [2021-02-09T20:07:17.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T20:07:17.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T20:07:17.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T20:07:17.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T20:07:17.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T20:07:17.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T20:07:17.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T20:07:17.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.278s coverage: 100.0% of statements [2021-02-09T20:07:19.506Z] Removing intermediate container f1adee822527 [2021-02-09T20:07:19.506Z] ---> 7450906137e6 [2021-02-09T20:07:19.506Z] [2021-02-09T20:07:19.779Z] Successfully built 7450906137e6 [2021-02-09T20:07:21.720Z] Successfully tagged docker-core-data-go:latest [2021-02-09T20:07:21.720Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2021-02-09T20:07:23.662Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:07:23.662Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:07:23.662Z] ---> bc8310b412de [2021-02-09T20:07:23.662Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:07:23.662Z] ---> Using cache [2021-02-09T20:07:23.662Z] ---> cb8461e49455 [2021-02-09T20:07:23.662Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:07:23.662Z] ---> Using cache [2021-02-09T20:07:23.662Z] ---> 9016c9170c52 [2021-02-09T20:07:23.662Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T20:07:25.599Z] Removing intermediate container 2f0ad1acffc4 [2021-02-09T20:07:25.599Z] ---> ef42e454a75d [2021-02-09T20:07:25.599Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T20:07:25.599Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:07:25.599Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:07:25.599Z] ---> bc8310b412de [2021-02-09T20:07:25.599Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T20:07:25.599Z] ---> Using cache [2021-02-09T20:07:25.599Z] ---> cb8461e49455 [2021-02-09T20:07:25.599Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:07:25.599Z] ---> Using cache [2021-02-09T20:07:25.599Z] ---> 9016c9170c52 [2021-02-09T20:07:25.599Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T20:07:25.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.592s coverage: 27.1% of statements [2021-02-09T20:07:25.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T20:07:25.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T20:07:25.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T20:07:25.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T20:07:25.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T20:07:25.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T20:07:25.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-02-09T20:07:25.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T20:07:25.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.108s coverage: 100.0% of statements [2021-02-09T20:07:25.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T20:07:25.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T20:07:25.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.242s coverage: 65.8% of statements [2021-02-09T20:07:25.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T20:07:25.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T20:07:27.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.706s coverage: 82.3% of statements [2021-02-09T20:07:27.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T20:07:27.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:07:27.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T20:07:27.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T20:07:28.935Z] ---> Running in 1d99b899c420 [2021-02-09T20:07:30.341Z] ---> Running in 214347b5b150 [2021-02-09T20:07:32.284Z] ---> be9fe13f2ee7 [2021-02-09T20:07:32.284Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T20:07:33.279Z] ---> Running in 91b5f634976c [2021-02-09T20:07:34.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.302s coverage: 28.6% of statements [2021-02-09T20:07:34.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T20:07:34.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T20:07:34.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T20:07:34.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T20:07:34.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T20:07:34.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.164s coverage: 100.0% of statements [2021-02-09T20:07:34.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T20:07:34.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.093s coverage: 100.0% of statements [2021-02-09T20:07:34.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T20:07:34.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.346s coverage: 86.7% of statements [2021-02-09T20:07:34.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T20:07:34.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:34.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:34.527Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:07:34.527Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:07:34.527Z] ---> bc8310b412de [2021-02-09T20:07:34.527Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T20:07:34.527Z] ---> Using cache [2021-02-09T20:07:34.527Z] ---> cb8461e49455 [2021-02-09T20:07:34.527Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:07:34.527Z] ---> Using cache [2021-02-09T20:07:34.527Z] ---> 9016c9170c52 [2021-02-09T20:07:34.527Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T20:07:34.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:34.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:35.295Z] ---> Running in d6d72f1054e3 [2021-02-09T20:07:35.295Z] OK: 233 MiB in 51 packages [2021-02-09T20:07:35.647Z] OK: 233 MiB in 51 packages [2021-02-09T20:07:36.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.328s coverage: 97.5% of statements [2021-02-09T20:07:36.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T20:07:36.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.168s coverage: 78.3% of statements [2021-02-09T20:07:36.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T20:07:36.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T20:07:36.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T20:07:36.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T20:07:36.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:37.229Z] Removing intermediate container 91b5f634976c [2021-02-09T20:07:37.229Z] ---> cee004b8893a [2021-02-09T20:07:37.229Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T20:07:37.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:38.093Z] OK: 233 MiB in 51 packages [2021-02-09T20:07:38.093Z] ---> Running in b607162775a7 [2021-02-09T20:07:38.093Z] Removing intermediate container 1d99b899c420 [2021-02-09T20:07:38.093Z] ---> 32c02f4e4a84 [2021-02-09T20:07:38.093Z] Step 6/23 : COPY go.mod . [2021-02-09T20:07:38.373Z] Removing intermediate container 214347b5b150 [2021-02-09T20:07:38.373Z] ---> 7272fc6dcc4f [2021-02-09T20:07:38.373Z] Step 6/22 : COPY go.mod . [2021-02-09T20:07:39.331Z] ---> e66defa9eb40 [2021-02-09T20:07:39.331Z] Step 7/22 : RUN go mod download [2021-02-09T20:07:39.607Z] ---> 2c9c0175f383 [2021-02-09T20:07:39.607Z] Step 7/23 : RUN go mod download [2021-02-09T20:07:39.607Z] Removing intermediate container b607162775a7 [2021-02-09T20:07:39.607Z] ---> 7107f607da47 [2021-02-09T20:07:39.607Z] Step 27/30 : CMD ["gate"] [2021-02-09T20:07:39.878Z] ---> Running in b3e125137a8b [2021-02-09T20:07:40.141Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:07:40.141Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:07:40.141Z] ---> bc8310b412de [2021-02-09T20:07:40.141Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T20:07:40.141Z] ---> Using cache [2021-02-09T20:07:40.141Z] ---> cb8461e49455 [2021-02-09T20:07:40.141Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:07:40.141Z] ---> Using cache [2021-02-09T20:07:40.141Z] ---> 9016c9170c52 [2021-02-09T20:07:40.141Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T20:07:40.721Z] ---> Running in df37b8e3e8ef [2021-02-09T20:07:40.721Z] ---> Running in 0624ad70d7cb [2021-02-09T20:07:40.993Z] ---> Running in 0644d3bb1273 [2021-02-09T20:07:40.993Z] Removing intermediate container d6d72f1054e3 [2021-02-09T20:07:40.993Z] ---> da6e4d1c9318 [2021-02-09T20:07:40.993Z] Step 6/26 : COPY go.mod . [2021-02-09T20:07:41.265Z] Removing intermediate container 0624ad70d7cb [2021-02-09T20:07:41.265Z] ---> 017ceafb2460 [2021-02-09T20:07:41.265Z] Step 28/30 : LABEL arch=x86_64 [2021-02-09T20:07:41.535Z] ---> bc1b6005b816 [2021-02-09T20:07:41.535Z] Step 7/26 : RUN go mod download [2021-02-09T20:07:41.535Z] ---> Running in add60773b1be [2021-02-09T20:07:41.806Z] ---> Running in ae4c7c639618 [2021-02-09T20:07:42.093Z] Removing intermediate container add60773b1be [2021-02-09T20:07:42.093Z] ---> 59a0029d0f1b [2021-02-09T20:07:42.093Z] Step 29/30 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:07:42.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:42.093Z] ---> Running in 32be3b2e8151 [2021-02-09T20:07:42.674Z] Removing intermediate container 32be3b2e8151 [2021-02-09T20:07:42.674Z] ---> 4fb2b7c82fb0 [2021-02-09T20:07:42.674Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T20:07:42.942Z] ---> Running in e107c0e63ca5 [2021-02-09T20:07:42.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:43.205Z] Removing intermediate container e107c0e63ca5 [2021-02-09T20:07:43.205Z] ---> 390c3032ae00 [2021-02-09T20:07:43.205Z] [2021-02-09T20:07:43.205Z] Successfully built 390c3032ae00 [2021-02-09T20:07:43.205Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-09T20:07:43.468Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container b3e125137a8b [2021-02-09T20:07:43.468Z] ---> 19f70aec51a8 [2021-02-09T20:07:43.468Z] Step 8/22 : COPY . . [2021-02-09T20:07:43.468Z] Removing intermediate container df37b8e3e8ef [2021-02-09T20:07:43.468Z] ---> 5ad2f61ec511 [2021-02-09T20:07:43.468Z] Step 8/23 : COPY . . [2021-02-09T20:07:43.468Z] Removing intermediate container ae4c7c639618 [2021-02-09T20:07:43.468Z] ---> 7867da263348 [2021-02-09T20:07:43.468Z] Step 8/26 : COPY . . [2021-02-09T20:07:44.436Z] OK: 233 MiB in 51 packages [2021-02-09T20:07:47.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.547s coverage: 92.8% of statements [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T20:07:47.020Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T20:07:47.020Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.247s coverage: 0.1% of statements [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T20:07:47.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T20:07:47.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements [2021-02-09T20:07:47.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.100s coverage: 79.5% of statements [2021-02-09T20:07:47.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.098s coverage: 94.1% of statements [2021-02-09T20:07:47.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements [2021-02-09T20:07:47.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-02-09T20:07:56.745Z] Removing intermediate container 0644d3bb1273 [2021-02-09T20:07:56.745Z] ---> 63c8cde8b2f5 [2021-02-09T20:07:56.745Z] Step 6/22 : COPY go.mod . [2021-02-09T20:07:59.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.097s coverage: 94.4% of statements [2021-02-09T20:07:59.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-02-09T20:08:02.087Z] ---> c800adb4c412 [2021-02-09T20:08:02.087Z] Step 7/22 : RUN go mod download [2021-02-09T20:08:03.071Z] ---> Running in e8f1d6eb9274 [2021-02-09T20:08:09.733Z] Removing intermediate container e8f1d6eb9274 [2021-02-09T20:08:09.733Z] ---> 7d5a136c000e [2021-02-09T20:08:09.733Z] Step 8/22 : COPY . . [2021-02-09T20:08:13.994Z] ---> c921fd18ca55 [2021-02-09T20:08:13.994Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T20:08:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T20:08:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.061s coverage: 77.8% of statements [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T20:08:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T20:08:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T20:08:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T20:08:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-02-09T20:08:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements [2021-02-09T20:08:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements [2021-02-09T20:08:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements [2021-02-09T20:08:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T20:08:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.556s coverage: 63.5% of statements [2021-02-09T20:08:14.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T20:08:14.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T20:08:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-02-09T20:08:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-02-09T20:08:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-02-09T20:08:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-02-09T20:08:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-02-09T20:08:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.808s coverage: 68.9% of statements [2021-02-09T20:08:14.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T20:08:14.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T20:08:15.395Z] ---> f526b00137d8 [2021-02-09T20:08:15.395Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T20:08:15.395Z] ---> c052ef90b85d [2021-02-09T20:08:15.395Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T20:08:15.971Z] ---> Running in 56ac2f7c2b12 [2021-02-09T20:08:16.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.455s coverage: 37.0% of statements [2021-02-09T20:08:16.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T20:08:16.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T20:08:16.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.629s coverage: 84.0% of statements [2021-02-09T20:08:16.237Z] ---> Running in 6f9bd350e70b [2021-02-09T20:08:16.237Z] ---> Running in 98610e4851f1 [2021-02-09T20:08:16.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.074s coverage: 100.0% of statements [2021-02-09T20:08:17.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T20:08:17.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T20:08:19.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T20:08:23.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.0% of statements [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T20:08:23.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T20:08:23.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T20:08:23.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.371s coverage: 89.4% of statements [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:08:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T20:08:33.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.247s coverage: 29.1% of statements [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T20:08:33.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.237s coverage: 99.0% of statements [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T20:08:33.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T20:08:33.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.152s coverage: 100.0% of statements [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T20:08:33.210Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T20:08:33.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T20:08:33.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T20:08:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T20:08:33.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-02-09T20:08:33.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-09T20:08:33.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-09T20:08:33.210Z] GO111MODULE=on go vet ./... [2021-02-09T20:08:37.478Z] ---> be25c2ba3f92 [2021-02-09T20:08:37.478Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T20:08:37.478Z] ---> Running in 2fe6284bb3a2 [2021-02-09T20:08:37.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T20:08:47.603Z] Removing intermediate container 56ac2f7c2b12 [2021-02-09T20:08:47.603Z] ---> a713c24968c1 [2021-02-09T20:08:47.603Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T20:08:47.883Z] ---> Running in 20151cbab7a2 [2021-02-09T20:08:48.882Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T20:08:54.256Z] Removing intermediate container 98610e4851f1 [2021-02-09T20:08:54.256Z] ---> 73a8b725b9f8 [2021-02-09T20:08:54.256Z] [2021-02-09T20:08:54.256Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T20:08:54.256Z] ---> 389fef711851 [2021-02-09T20:08:54.256Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:08:54.256Z] Removing intermediate container 6f9bd350e70b [2021-02-09T20:08:54.256Z] ---> e193c15b77cd [2021-02-09T20:08:54.256Z] [2021-02-09T20:08:54.256Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:08:54.256Z] ---> 389fef711851 [2021-02-09T20:08:54.256Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:08:54.256Z] ---> Using cache [2021-02-09T20:08:54.256Z] ---> 8a8070b5083a [2021-02-09T20:08:54.256Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:08:54.256Z] ---> Using cache [2021-02-09T20:08:54.256Z] ---> 8a8070b5083a [2021-02-09T20:08:54.256Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:08:54.256Z] ---> Using cache [2021-02-09T20:08:54.256Z] ---> 994a9634ab35 [2021-02-09T20:08:54.256Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T20:08:54.256Z] ---> Using cache [2021-02-09T20:08:54.256Z] ---> 994a9634ab35 [2021-02-09T20:08:54.256Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T20:08:54.256Z] ---> Running in f851924c86cc [2021-02-09T20:08:54.256Z] ---> Running in 22bb8492ecb3 [2021-02-09T20:08:54.256Z] Removing intermediate container 20151cbab7a2 [2021-02-09T20:08:54.256Z] ---> 4bf08a7cc732 [2021-02-09T20:08:54.256Z] [2021-02-09T20:08:54.256Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T20:08:54.256Z] 20.10.0: Pulling from library/docker [2021-02-09T20:08:54.532Z] Removing intermediate container f851924c86cc [2021-02-09T20:08:54.532Z] ---> b84c7cf1ce9e [2021-02-09T20:08:54.532Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T20:08:54.532Z] Removing intermediate container 22bb8492ecb3 [2021-02-09T20:08:54.532Z] ---> 10b5b5ae3845 [2021-02-09T20:08:54.532Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T20:08:54.815Z] ---> Running in 08caea216a2e [2021-02-09T20:08:54.815Z] ---> Running in 14d03d45e9a5 [2021-02-09T20:08:55.783Z] Removing intermediate container 14d03d45e9a5 [2021-02-09T20:08:55.783Z] ---> a8e56324c0c6 [2021-02-09T20:08:55.783Z] Step 15/23 : WORKDIR / [2021-02-09T20:08:56.062Z] Removing intermediate container 08caea216a2e [2021-02-09T20:08:56.062Z] ---> 2d246ac282e2 [2021-02-09T20:08:56.062Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:08:56.334Z] ---> Running in 30ba0baf1dbd [2021-02-09T20:08:57.299Z] ---> 74dee62e8e33 [2021-02-09T20:08:57.299Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T20:08:57.299Z] Removing intermediate container 30ba0baf1dbd [2021-02-09T20:08:57.299Z] ---> 32401f142958 [2021-02-09T20:08:57.299Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:08:57.891Z] ---> fea11e2380b7 [2021-02-09T20:08:57.891Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T20:08:57.891Z] ---> 6a17a31f983c [2021-02-09T20:08:57.891Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T20:09:02.182Z] ---> 95336681d325 [2021-02-09T20:09:02.182Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T20:09:02.182Z] ---> c20245a85cc5 [2021-02-09T20:09:02.182Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T20:09:02.182Z] ---> Running in dfa9c74b73e9 [2021-02-09T20:09:02.182Z] Removing intermediate container dfa9c74b73e9 [2021-02-09T20:09:02.182Z] ---> 220602f8f725 [2021-02-09T20:09:02.182Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:09:02.182Z] ---> e24cce3e6216 [2021-02-09T20:09:02.182Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T20:09:02.446Z] ---> Running in 8f1df864cb3a [2021-02-09T20:09:03.405Z] ---> Running in caff47cf817f [2021-02-09T20:09:03.405Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T20:09:04.001Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T20:09:04.001Z] ---> aefe523efa57 [2021-02-09T20:09:04.001Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T20:09:04.001Z] Removing intermediate container 8f1df864cb3a [2021-02-09T20:09:04.001Z] ---> 45951f33b25e [2021-02-09T20:09:04.001Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T20:09:04.001Z] Removing intermediate container 2fe6284bb3a2 [2021-02-09T20:09:04.001Z] ---> dcd8985a568f [2021-02-09T20:09:04.001Z] [2021-02-09T20:09:04.001Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T20:09:04.001Z] ---> 389fef711851 [2021-02-09T20:09:04.001Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T20:09:04.001Z] ---> Running in 560f087e1d6a [2021-02-09T20:09:04.001Z] ---> Running in 41be478b54fc [2021-02-09T20:09:04.001Z] Removing intermediate container caff47cf817f [2021-02-09T20:09:04.001Z] ---> d7c177b03391 [2021-02-09T20:09:04.268Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:09:04.268Z] ---> Running in 1e8ef0abaeb7 [2021-02-09T20:09:04.268Z] ---> Running in fb3849a5e5c7 [2021-02-09T20:09:04.533Z] Removing intermediate container 41be478b54fc [2021-02-09T20:09:04.533Z] ---> d1be20a4b19d [2021-02-09T20:09:04.533Z] Step 21/22 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:09:04.798Z] ---> Running in 5bc467a8db38 [2021-02-09T20:09:04.798Z] Removing intermediate container fb3849a5e5c7 [2021-02-09T20:09:04.798Z] ---> f13f59271cdf [2021-02-09T20:09:04.798Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T20:09:04.798Z] ---> Running in 25f8d68ab1fd [2021-02-09T20:09:05.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:05.068Z] Removing intermediate container 5bc467a8db38 [2021-02-09T20:09:05.068Z] ---> aab6eec500b3 [2021-02-09T20:09:05.068Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T20:09:05.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:05.068Z] ---> Running in 014fbb5205bc [2021-02-09T20:09:05.337Z] Removing intermediate container 25f8d68ab1fd [2021-02-09T20:09:05.337Z] ---> da5a9486c300 [2021-02-09T20:09:05.337Z] Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:09:05.337Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T20:09:05.337Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T20:09:05.337Z] Executing bash-5.0.17-r0.post-install [2021-02-09T20:09:05.337Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:09:05.337Z] OK: 12 MiB in 22 packages [2021-02-09T20:09:05.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:05.337Z] ---> Running in 9ccb115211ed [2021-02-09T20:09:05.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:05.337Z] Removing intermediate container 014fbb5205bc [2021-02-09T20:09:05.337Z] ---> ffaeee37eb6e [2021-02-09T20:09:05.337Z] [2021-02-09T20:09:05.601Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T20:09:05.601Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T20:09:05.601Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:09:05.601Z] Removing intermediate container 9ccb115211ed [2021-02-09T20:09:05.601Z] ---> e6981405459a [2021-02-09T20:09:05.601Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:09:05.601Z] Successfully built ffaeee37eb6e [2021-02-09T20:09:05.872Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:09:05.872Z] OK: 6 MiB in 16 packages [2021-02-09T20:09:05.872Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-09T20:09:05.872Z]  Building docker-support-scheduler-go ... done  ---> Running in 7ec31c5ab94f [2021-02-09T20:09:06.451Z] Removing intermediate container 560f087e1d6a [2021-02-09T20:09:06.451Z] ---> 5fe42d61c045 [2021-02-09T20:09:06.451Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T20:09:06.451Z] Removing intermediate container 7ec31c5ab94f [2021-02-09T20:09:06.451Z] ---> a6c3f5a77fb6 [2021-02-09T20:09:06.451Z] [2021-02-09T20:09:06.451Z] ---> Running in 89955618070f [2021-02-09T20:09:06.451Z] Successfully built a6c3f5a77fb6 [2021-02-09T20:09:07.047Z] Successfully tagged docker-core-metadata-go:latest [2021-02-09T20:09:07.629Z]  Building docker-core-metadata-go ... done Removing intermediate container 89955618070f [2021-02-09T20:09:07.629Z] ---> c5bb00120556 [2021-02-09T20:09:07.629Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T20:09:07.629Z] Removing intermediate container 1e8ef0abaeb7 [2021-02-09T20:09:07.629Z] ---> f27dce654c43 [2021-02-09T20:09:07.629Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:09:07.895Z] ---> Running in 1bc87c4ba879 [2021-02-09T20:09:07.895Z] ---> Running in d8d7df87bbb4 [2021-02-09T20:09:08.160Z] Removing intermediate container 1bc87c4ba879 [2021-02-09T20:09:08.160Z] ---> b3528d3b3a94 [2021-02-09T20:09:08.160Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T20:09:08.160Z] Removing intermediate container d8d7df87bbb4 [2021-02-09T20:09:08.160Z] ---> 486eaa1c28d1 [2021-02-09T20:09:08.160Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T20:09:08.160Z] ---> Running in a3eda6d95dbe [2021-02-09T20:09:08.160Z] ---> Running in ce59a719f145 [2021-02-09T20:09:08.424Z] Removing intermediate container a3eda6d95dbe [2021-02-09T20:09:08.424Z] ---> 8db6d348146d [2021-02-09T20:09:08.424Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T20:09:08.424Z] Removing intermediate container ce59a719f145 [2021-02-09T20:09:08.424Z] ---> 95e26e77bd80 [2021-02-09T20:09:08.424Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T20:09:08.424Z] ---> Running in 9c962f847a76 [2021-02-09T20:09:08.688Z] Removing intermediate container 9c962f847a76 [2021-02-09T20:09:08.689Z] ---> 3d59180f1193 [2021-02-09T20:09:08.689Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:09:08.689Z] ---> 78d3ce81eeb2 [2021-02-09T20:09:08.689Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T20:09:08.953Z] ---> 5a3d5681248a [2021-02-09T20:09:08.953Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T20:09:08.953Z] ---> 99cd59eda955 [2021-02-09T20:09:08.953Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T20:09:09.543Z] ---> 91e799585780 [2021-02-09T20:09:09.543Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T20:09:09.543Z] ---> 1c26eb48f59e [2021-02-09T20:09:09.543Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T20:09:09.543Z] ---> Running in b83f7a24da16 [2021-02-09T20:09:09.821Z] ---> 68b4c651b87c [2021-02-09T20:09:09.821Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T20:09:10.087Z] ---> Running in 6fc9baf14027 [2021-02-09T20:09:10.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:10.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:10.087Z] Removing intermediate container 6fc9baf14027 [2021-02-09T20:09:10.087Z] ---> d12552bfb834 [2021-02-09T20:09:10.087Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:09:10.351Z] ---> Running in 25bdd34b5e0c [2021-02-09T20:09:10.351Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T20:09:10.351Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T20:09:10.351Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T20:09:10.351Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T20:09:10.351Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T20:09:10.351Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T20:09:10.351Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T20:09:10.351Z] Removing intermediate container 25bdd34b5e0c [2021-02-09T20:09:10.351Z] ---> 63343c96a0c2 [2021-02-09T20:09:10.351Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T20:09:13.681Z] ---> Running in 55b09fb61192 [2021-02-09T20:09:13.681Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T20:09:13.681Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T20:09:13.681Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T20:09:13.681Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T20:09:13.681Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T20:09:13.681Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T20:09:13.681Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T20:09:14.259Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T20:09:14.259Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T20:09:14.259Z] Removing intermediate container 55b09fb61192 [2021-02-09T20:09:14.259Z] ---> f0e97ce4696d [2021-02-09T20:09:14.259Z] Step 21/22 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:09:14.525Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T20:09:14.790Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T20:09:14.790Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T20:09:14.790Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T20:09:15.063Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T20:09:15.063Z] ---> Running in 4c2a46954afc [2021-02-09T20:09:15.063Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T20:09:15.063Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T20:09:15.328Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T20:09:15.328Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T20:09:15.328Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T20:09:15.328Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T20:09:15.328Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T20:09:15.328Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T20:09:15.328Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T20:09:15.328Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T20:09:15.328Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T20:09:15.328Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T20:09:16.285Z] Removing intermediate container 4c2a46954afc [2021-02-09T20:09:16.285Z] ---> de4b815daee6 [2021-02-09T20:09:16.285Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T20:09:16.285Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:09:16.548Z] OK: 71 MiB in 55 packages [2021-02-09T20:09:16.816Z] ---> Running in 338d6315c608 [2021-02-09T20:09:17.083Z] Removing intermediate container 338d6315c608 [2021-02-09T20:09:17.083Z] ---> b49c0bf5b307 [2021-02-09T20:09:17.083Z] [2021-02-09T20:09:17.355Z] Successfully built b49c0bf5b307 [2021-02-09T20:09:17.355Z] Successfully tagged docker-support-notifications-go:latest [2021-02-09T20:09:22.699Z]  Building docker-support-notifications-go ... done Removing intermediate container b83f7a24da16 [2021-02-09T20:09:22.699Z] ---> bba2f9241c8d [2021-02-09T20:09:22.699Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T20:09:22.699Z] ---> Running in dfc81b3ec17d [2021-02-09T20:09:23.652Z] Collecting docker-compose==1.23.2 [2021-02-09T20:09:23.652Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T20:09:23.652Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T20:09:23.652Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T20:09:23.924Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T20:09:23.924Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T20:09:24.598Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T20:09:24.598Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T20:09:24.598Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T20:09:24.927Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T20:09:25.247Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T20:09:25.247Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T20:09:25.530Z] Collecting PyYAML<4,>=3.10 [2021-02-09T20:09:25.530Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T20:09:26.494Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T20:09:26.494Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T20:09:26.762Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T20:09:26.762Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T20:09:27.343Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-09T20:09:27.343Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T20:09:27.343Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T20:09:27.343Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T20:09:27.608Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T20:09:27.608Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-09T20:09:27.608Z] Collecting idna<2.8,>=2.5 [2021-02-09T20:09:27.608Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T20:09:27.873Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T20:09:27.873Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T20:09:27.873Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-09T20:09:27.873Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T20:09:27.873Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T20:09:27.873Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T20:09:27.873Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T20:09:28.138Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, jsonschema, dockerpty, PyYAML, docopt, cached-property, docker-compose [2021-02-09T20:09:28.138Z] Attempting uninstall: idna [2021-02-09T20:09:28.138Z] Found existing installation: idna 2.9 [2021-02-09T20:09:28.138Z] Uninstalling idna-2.9: [2021-02-09T20:09:28.138Z] Successfully uninstalled idna-2.9 [2021-02-09T20:09:28.403Z] Attempting uninstall: urllib3 [2021-02-09T20:09:28.403Z] Found existing installation: urllib3 1.25.9 [2021-02-09T20:09:28.403Z] Uninstalling urllib3-1.25.9: [2021-02-09T20:09:28.668Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T20:09:29.651Z] Attempting uninstall: requests [2021-02-09T20:09:29.652Z] Found existing installation: requests 2.23.0 [2021-02-09T20:09:29.652Z] Uninstalling requests-2.23.0: [2021-02-09T20:09:29.652Z] Successfully uninstalled requests-2.23.0 [2021-02-09T20:09:29.915Z] Running setup.py install for texttable: started [2021-02-09T20:09:30.493Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T20:09:30.493Z] Running setup.py install for dockerpty: started [2021-02-09T20:09:31.090Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T20:09:31.090Z] Running setup.py install for PyYAML: started [2021-02-09T20:09:31.682Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T20:09:31.682Z] Running setup.py install for docopt: started [2021-02-09T20:09:31.949Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T20:09:32.214Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-09T20:09:35.537Z] Removing intermediate container dfc81b3ec17d [2021-02-09T20:09:35.537Z] ---> 73575b289221 [2021-02-09T20:09:35.537Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T20:09:35.537Z] ---> Running in caca486a6ed0 [2021-02-09T20:09:35.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:35.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:36.063Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:09:36.063Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T20:09:36.063Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T20:09:36.063Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:09:36.063Z] OK: 72 MiB in 58 packages [2021-02-09T20:09:36.643Z] Removing intermediate container caca486a6ed0 [2021-02-09T20:09:36.643Z] ---> 8485513a6cc3 [2021-02-09T20:09:36.643Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T20:09:36.643Z] ---> Running in e2ccfb37ecf8 [2021-02-09T20:09:36.923Z] Removing intermediate container e2ccfb37ecf8 [2021-02-09T20:09:36.923Z] ---> 22e2b1e7550f [2021-02-09T20:09:36.923Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:09:36.923Z] ---> Running in ef2278f47c91 [2021-02-09T20:09:37.189Z] Removing intermediate container ef2278f47c91 [2021-02-09T20:09:37.189Z] ---> ff6502539c35 [2021-02-09T20:09:37.189Z] Step 24/26 : LABEL arch=x86_64 [2021-02-09T20:09:37.189Z] ---> Running in c45c91e711cc [2021-02-09T20:09:37.453Z] Removing intermediate container c45c91e711cc [2021-02-09T20:09:37.453Z] ---> f188653d7180 [2021-02-09T20:09:37.453Z] Step 25/26 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:09:37.453Z] ---> Running in f416e36a78a0 [2021-02-09T20:09:37.716Z] Removing intermediate container f416e36a78a0 [2021-02-09T20:09:37.716Z] ---> 1c04955ac6e2 [2021-02-09T20:09:37.716Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T20:09:37.716Z] ---> Running in 6dff19327b14 [2021-02-09T20:09:37.716Z] Removing intermediate container 6dff19327b14 [2021-02-09T20:09:37.716Z] ---> a06024af42ad [2021-02-09T20:09:37.716Z] [2021-02-09T20:09:37.982Z] Successfully built a06024af42ad [2021-02-09T20:09:37.982Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-09T20:09:38.260Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T20:09:38.269Z] $ docker stop --time=1 8e131e6bcd1f09450f205ed37df5340a3adb40a383660f34b4dac94ed90f6fee [2021-02-09T20:09:39.976Z] $ docker rm -f 8e131e6bcd1f09450f205ed37df5340a3adb40a383660f34b4dac94ed90f6fee [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T20:09:40.584Z] + docker images [2021-02-09T20:09:40.584Z] + grep docker [2021-02-09T20:09:41.157Z] docker-sys-mgmt-agent-go latest a06024af42ad 3 seconds ago 313MB [2021-02-09T20:09:41.157Z] docker-support-notifications-go latest b49c0bf5b307 24 seconds ago 17.6MB [2021-02-09T20:09:41.157Z] docker-core-metadata-go latest a6c3f5a77fb6 34 seconds ago 18.8MB [2021-02-09T20:09:41.157Z] docker-support-scheduler-go latest ffaeee37eb6e 35 seconds ago 17MB [2021-02-09T20:09:41.157Z] docker-security-bootstrapper-go latest 390c3032ae00 About a minute ago 17.9MB [2021-02-09T20:09:41.157Z] docker-core-data-go latest 7450906137e6 2 minutes ago 22.3MB [2021-02-09T20:09:41.157Z] docker-security-secretstore-setup-go latest 304c7fc43409 2 minutes ago 24.6MB [2021-02-09T20:09:41.157Z] docker-core-command-go latest ba1e28c47a05 2 minutes ago 16.9MB [2021-02-09T20:09:41.157Z] docker-security-proxy-setup-go latest 3995ce8f623d 2 minutes ago 24.4MB [2021-02-09T20:09:41.157Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-09T20:09:55.023Z] gofmt -l . [2021-02-09T20:09:55.023Z] [ "`gofmt -l .`" = "" ] [2021-02-09T20:09:55.023Z] ./bin/test-go-mod-tidy.sh [2021-02-09T20:09:55.023Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T20:09:55.623Z] + ls -al . [2021-02-09T20:09:55.899Z] total 728 [2021-02-09T20:09:55.899Z] drwxrwxr-x 9 1001 1001 4096 Feb 9 20:09 . [2021-02-09T20:09:55.899Z] drwxr-xr-x 4 root root 4096 Feb 9 20:05 .. [2021-02-09T20:09:55.899Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 20:03 .dockerignore [2021-02-09T20:09:55.899Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 20:03 .git [2021-02-09T20:09:55.899Z] drwxrwxr-x 3 1001 1001 4096 Feb 9 20:03 .github [2021-02-09T20:09:55.899Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 20:03 .gitignore [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 20:03 .sonarcloud.properties [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 20:03 Attribution.txt [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 20:03 CONTRIBUTING.md [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 20:03 Dockerfile.build [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 20:03 Jenkinsfile [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 20:03 LICENSE [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 20:03 Makefile [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 20:03 README.md [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 20:03 SECURITY.md [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 20:00 VERSION [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 20:03 ZMQWindows.md [2021-02-09T20:09:55.900Z] drwxrwxr-x 2 1001 1001 4096 Feb 9 20:03 bin [2021-02-09T20:09:55.900Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 20:03 cmd [2021-02-09T20:09:55.900Z] -rw-r--r-- 1 root root 594557 Feb 9 20:08 coverage.out [2021-02-09T20:09:55.900Z] -rw-r--r-- 1 root root 1054 Feb 9 20:09 go.mod [2021-02-09T20:09:55.900Z] -rw-r--r-- 1 root root 19290 Feb 9 20:09 go.sum [2021-02-09T20:09:55.900Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 20:03 internal [2021-02-09T20:09:55.900Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 20:03 openapi [2021-02-09T20:09:55.900Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 20:03 snap [2021-02-09T20:09:55.900Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 20:03 version.go [Pipeline] sh [2021-02-09T20:09:56.568Z] + '[' -e coverage.out ] [2021-02-09T20:09:56.568Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T20:09:56.588Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T20:09:56.841Z] Still waiting to schedule task [2021-02-09T20:09:56.841Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-09T20:09:57.807Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T20:09:58.482Z] + make build [2021-02-09T20:09:58.482Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T20:10:09.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T20:10:31.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T20:10:38.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T20:10:43.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T20:10:44.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T20:10:50.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T20:10:54.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T20:10:58.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T20:11:03.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T20:11:07.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T20:11:10.776Z] 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-02-09T20:11:16.204Z] $ docker stop --time=1 bb1639a1ef7db76bbe3ee1fba71930e391f47f5c841ebaf268bb47fbba012848 [2021-02-09T20:11:18.730Z] $ docker rm -f bb1639a1ef7db76bbe3ee1fba71930e391f47f5c841ebaf268bb47fbba012848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:11:20.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T20:11:20.623Z] [2021-02-09T20:11:20.623Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:11:21.012Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T20:11:21.012Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-09T20:11:21.012Z] 29e5d40040c1: Pulling fs layer [2021-02-09T20:11:21.012Z] 1ce36da41761: Pulling fs layer [2021-02-09T20:11:21.012Z] 25b303627fd3: Pulling fs layer [2021-02-09T20:11:21.605Z] 29e5d40040c1: Verifying Checksum [2021-02-09T20:11:21.605Z] 29e5d40040c1: Download complete [2021-02-09T20:11:22.213Z] 29e5d40040c1: Pull complete [2021-02-09T20:11:22.213Z] 1ce36da41761: Verifying Checksum [2021-02-09T20:11:22.213Z] 1ce36da41761: Download complete [2021-02-09T20:11:23.650Z] 1ce36da41761: Pull complete [2021-02-09T20:11:24.248Z] 25b303627fd3: Verifying Checksum [2021-02-09T20:11:24.248Z] 25b303627fd3: Download complete [2021-02-09T20:11:34.407Z] 25b303627fd3: Pull complete [2021-02-09T20:11:34.407Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-09T20:11:34.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T20:11:34.407Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-09T20:11:34.644Z] prd-ubuntu18.04-docker-arm64-4c-16g-25844 does not seem to be running inside a container [2021-02-09T20:11:34.733Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T20:11:35.509Z] Running on prd-ubuntu18.04-docker-8c-8g-25852 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [2021-02-09T20:11:37.767Z] $ docker top 240a2eee84cfeefae39cc712cacf0c59c80ecdbe7b692a2e33d323a73974703c -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-02-09T20:11:38.255Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2021-02-09T20:11:38.852Z] + grep parallel [2021-02-09T20:11:38.852Z] + docker-compose build --help [2021-02-09T20:11:40.698Z] using credential edgex-jenkins-ssh [2021-02-09T20:11:40.746Z] Cloning the remote Git repository [2021-02-09T20:11:40.767Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:11:40.834Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-02-09T20:11:40.858Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:11:40.858Z] > git --version # timeout=10 [2021-02-09T20:11:40.865Z] > git --version # 'git version 2.17.1' [2021-02-09T20:11:40.866Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:11:40.895Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T20:11:42.242Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T20:11:42.268Z] $ docker stop --time=1 240a2eee84cfeefae39cc712cacf0c59c80ecdbe7b692a2e33d323a73974703c [2021-02-09T20:11:44.192Z] $ docker rm -f 240a2eee84cfeefae39cc712cacf0c59c80ecdbe7b692a2e33d323a73974703c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:11:45.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T20:11:45.064Z] . [Pipeline] withDockerContainer [2021-02-09T20:11:45.319Z] prd-ubuntu18.04-docker-arm64-4c-16g-25844 does not seem to be running inside a container [2021-02-09T20:11:45.442Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-02-09T20:11:46.847Z] $ docker top 8a540cf0d33a97b79163afa674b08d5871efc7ff9ff5749f687cd6f226b23e76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:11:47.901Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T20:11:52.189Z] Building docker-core-command-go ... [2021-02-09T20:11:52.189Z] Building docker-core-data-go ... [2021-02-09T20:11:52.189Z] Building docker-core-metadata-go ... [2021-02-09T20:11:52.189Z] Building docker-security-bootstrapper-go ... [2021-02-09T20:11:52.189Z] Building docker-security-proxy-setup-go ... [2021-02-09T20:11:52.189Z] Building docker-security-secretstore-setup-go ... [2021-02-09T20:11:52.189Z] Building docker-support-notifications-go ... [2021-02-09T20:11:52.189Z] Building docker-support-scheduler-go ... [2021-02-09T20:11:52.189Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T20:11:52.189Z] Building docker-sys-mgmt-agent-go [2021-02-09T20:11:52.189Z] Building docker-support-notifications-go [2021-02-09T20:11:52.189Z] Building docker-core-command-go [2021-02-09T20:11:52.189Z] Building docker-core-metadata-go [2021-02-09T20:11:52.189Z] Building docker-security-proxy-setup-go [2021-02-09T20:12:01.902Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T20:12:01.909Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T20:12:01.918Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T20:12:01.931Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:12:01.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:12:01.935Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T20:12:03.305Z] Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:12:03.472Z] Merge succeeded, producing 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:12:03.473Z] Checking out Revision 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac (PR-3113) [2021-02-09T20:12:03.313Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T20:12:03.319Z] > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 [2021-02-09T20:12:03.412Z] > git remote # timeout=10 [2021-02-09T20:12:03.418Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T20:12:03.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:12:03.447Z] > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [2021-02-09T20:12:03.464Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T20:12:03.475Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T20:12:03.479Z] > git checkout -f 82e3a622d3490b4ba7f8f37e6982fed0c953e5ac # timeout=10 [2021-02-09T20:12:07.130Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:12:08.170Z] + echo snap-build.sh [2021-02-09T20:12:08.170Z] snap-build.sh [2021-02-09T20:12:08.170Z] + SNAP_BASE_DIR=. [2021-02-09T20:12:08.170Z] + '[' '!' -z /w/workspace/edgex-go/19 ']' [2021-02-09T20:12:08.170Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/19 [2021-02-09T20:12:08.170Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' [2021-02-09T20:12:08.170Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/19] [2021-02-09T20:12:08.170Z] + cd /w/workspace/edgex-go/19 [2021-02-09T20:12:08.170Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-09T20:12:08.170Z] Reading package lists... [2021-02-09T20:12:08.170Z] Building dependency tree... [2021-02-09T20:12:08.170Z] Reading state information... [2021-02-09T20:12:08.433Z] The following packages were automatically installed and are no longer required: [2021-02-09T20:12:08.433Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-09T20:12:08.433Z] uidmap xdelta3 [2021-02-09T20:12:08.433Z] Use 'sudo apt autoremove' to remove them. [2021-02-09T20:12:08.433Z] The following packages will be REMOVED: [2021-02-09T20:12:08.433Z] lxd* lxd-client* [2021-02-09T20:12:08.695Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-09T20:12:08.695Z] After this operation, 31.7 MB disk space will be freed. [2021-02-09T20:12:09.742Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-09T20:12:09.742Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T20:12:10.689Z] Removing lxd dnsmasq configuration [2021-02-09T20:12:10.689Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T20:12:10.689Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-09T20:12:11.633Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-09T20:12:11.896Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-09T20:12:11.896Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T20:12:12.840Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-09T20:12:13.104Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-09T20:12:14.491Z] + sudo snap remove --purge lxd [2021-02-09T20:12:14.491Z] snap "lxd" is not installed [2021-02-09T20:12:14.491Z] + sudo groupadd --force --system lxd [2021-02-09T20:12:14.491Z] ++ whoami [2021-02-09T20:12:14.491Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-09T20:12:14.491Z] + newgrp - lxd [2021-02-09T20:12:14.491Z] + sudo snap install lxd [2021-02-09T20:12:22.627Z] 2021-02-09T20:12:19Z INFO Waiting for automatic snapd restart... [2021-02-09T20:12:37.592Z] lxd 4.11 from Canonical* installed [2021-02-09T20:12:37.592Z] + sudo lxd init --auto [2021-02-09T20:12:45.750Z] + sudo snap install --classic snapcraft [2021-02-09T20:12:52.338Z] snapcraft 4.5.1 from Canonical* installed [2021-02-09T20:12:52.338Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-09T20:12:52.338Z] + patch --verbose -p1 [2021-02-09T20:12:52.338Z] Hmm... Looks like a unified diff to me... [2021-02-09T20:12:52.338Z] The text leading up to this was: [2021-02-09T20:12:52.338Z] -------------------------- [2021-02-09T20:12:52.338Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-09T20:12:52.338Z] |From: Tony Espy [2021-02-09T20:12:52.338Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-09T20:12:52.338Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-09T20:12:52.338Z] | [2021-02-09T20:12:52.338Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-09T20:12:52.338Z] |optimize the snap CI check run for pull requests. When [2021-02-09T20:12:52.338Z] |applied, it essentially strips out everything (apps and [2021-02-09T20:12:52.338Z] |parts) from the snapcraft.yaml file except those required [2021-02-09T20:12:52.338Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-09T20:12:52.338Z] |catch changes to edgex-go that break the snap build. [2021-02-09T20:12:52.338Z] | [2021-02-09T20:12:52.338Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-09T20:12:52.338Z] |to update this patch file, otherwise it may fail to apply, [2021-02-09T20:12:52.338Z] |resulting in a failed snap build CI check in the associated [2021-02-09T20:12:52.338Z] |pull request. [2021-02-09T20:12:52.338Z] | [2021-02-09T20:12:52.338Z] |Note - in addition to applying this patch, the pipeline also [2021-02-09T20:12:52.338Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-09T20:12:52.338Z] |need to build the finally binary .snap file (and it won't [2021-02-09T20:12:52.338Z] |work with the patch applied). This further reduces the build [2021-02-09T20:12:52.338Z] |time. [2021-02-09T20:12:52.338Z] |--- [2021-02-09T20:12:52.338Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-09T20:12:52.338Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-09T20:12:52.338Z] | [2021-02-09T20:12:52.338Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-09T20:12:52.338Z] |index 1e537489..faf42425 100644 [2021-02-09T20:12:52.338Z] |--- a/snap/snapcraft.yaml [2021-02-09T20:12:52.338Z] |+++ b/snap/snapcraft.yaml [2021-02-09T20:12:52.338Z] -------------------------- [2021-02-09T20:12:52.338Z] patching file snap/snapcraft.yaml [2021-02-09T20:12:52.338Z] Using Plan A... [2021-02-09T20:12:52.338Z] Hunk #1 succeeded at 73. [2021-02-09T20:12:52.338Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-09T20:12:52.338Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-09T20:12:52.338Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-09T20:12:52.338Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-09T20:12:52.338Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-09T20:12:52.338Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-09T20:12:52.338Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-09T20:12:52.338Z] Hmm... Ignoring the trailing garbage. [2021-02-09T20:12:52.338Z] done [2021-02-09T20:12:52.338Z] + sudo snapcraft prime --use-lxd [2021-02-09T20:12:53.722Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-09T20:12:53.722Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-09T20:12:53.722Z] - README.md [2021-02-09T20:12:53.722Z] - snapcraft.yaml.orig [2021-02-09T20:12:53.722Z] [2021-02-09T20:12:53.722Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T20:12:53.982Z] Launching a container. [2021-02-09T20:13:06.221Z] Waiting for container to be ready [2021-02-09T20:13:06.221Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-09T20:13:06.221Z] [2021-02-09T20:13:08.135Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-09T20:13:08.704Z] Waiting for network to be ready... [2021-02-09T20:13:09.278Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T20:13:09.278Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T20:13:09.539Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T20:13:09.539Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T20:13:09.798Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T20:13:10.059Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T20:13:10.059Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T20:13:10.059Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T20:13:10.059Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T20:13:10.059Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T20:13:10.059Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T20:13:10.059Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T20:13:10.059Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T20:13:10.059Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T20:13:10.059Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T20:13:10.059Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T20:13:10.059Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T20:13:10.059Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T20:13:10.319Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T20:13:10.580Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T20:13:10.580Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T20:13:10.841Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T20:13:10.841Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T20:13:10.841Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T20:13:10.841Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T20:13:10.841Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T20:13:10.841Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T20:13:13.384Z] Fetched 23.9 MB in 4s (5808 kB/s) [2021-02-09T20:13:13.954Z] Reading package lists... [2021-02-09T20:13:14.020Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:13:14.020Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:13:14.020Z] ---> 5147c26a3d1f [2021-02-09T20:13:14.020Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T20:13:14.020Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:13:14.020Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:13:14.020Z] ---> 5147c26a3d1f [2021-02-09T20:13:14.020Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T20:13:14.020Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:13:14.020Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:13:14.020Z] ---> 5147c26a3d1f [2021-02-09T20:13:14.020Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:13:14.020Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:13:14.020Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:13:14.020Z] ---> 5147c26a3d1f [2021-02-09T20:13:14.020Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T20:13:14.020Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:13:14.020Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:13:14.020Z] ---> 5147c26a3d1f [2021-02-09T20:13:14.020Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:13:14.020Z] ---> Running in aec68f8e20f1 [2021-02-09T20:13:14.020Z] ---> Running in 56154bc2b0ff [2021-02-09T20:13:14.020Z] ---> Running in e08a13628aa9 [2021-02-09T20:13:14.020Z] ---> Running in 17c727b53f4d [2021-02-09T20:13:14.020Z] ---> Running in 198f350036fb [2021-02-09T20:13:14.020Z] Removing intermediate container aec68f8e20f1 [2021-02-09T20:13:14.020Z] ---> 8ed45e8a4ec0 [2021-02-09T20:13:14.020Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:13:14.020Z] Removing intermediate container 17c727b53f4d [2021-02-09T20:13:14.020Z] ---> 12e990f7d865 [2021-02-09T20:13:14.020Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 56154bc2b0ff [2021-02-09T20:13:14.020Z] ---> 135ca0939eb2 [2021-02-09T20:13:14.021Z] [2021-02-09T20:13:14.021Z] Removing intermediate container 198f350036fb [2021-02-09T20:13:14.021Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:13:14.021Z] ---> 82f48e5c7ed7 [2021-02-09T20:13:14.021Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:13:14.021Z] Removing intermediate container e08a13628aa9 [2021-02-09T20:13:14.021Z] ---> 0f30a62c44fd [2021-02-09T20:13:14.021Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:13:14.021Z] ---> Running in 11a2b309c867 [2021-02-09T20:13:14.021Z] ---> Running in 195175e5bb56 [2021-02-09T20:13:14.021Z] ---> Running in 61b6aca68947 [2021-02-09T20:13:14.021Z] ---> Running in d9855facb4f8 [2021-02-09T20:13:14.021Z] ---> Running in 83afdd202060 [2021-02-09T20:13:14.021Z] Removing intermediate container 11a2b309c867 [2021-02-09T20:13:14.021Z] ---> bee6b4732b09 [2021-02-09T20:13:14.021Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T20:13:14.021Z] ---> Running in 5e1fd302ec4e [2021-02-09T20:13:14.021Z] Removing intermediate container 195175e5bb56 [2021-02-09T20:13:14.021Z] ---> 42df6ddce55e [2021-02-09T20:13:14.021Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T20:13:14.021Z] Removing intermediate container d9855facb4f8 [2021-02-09T20:13:14.021Z] ---> 3b10048a7ac6 [2021-02-09T20:13:14.021Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T20:13:14.021Z] ---> Running in 9eee7979820a [2021-02-09T20:13:14.021Z] Removing intermediate container 83afdd202060 [2021-02-09T20:13:14.021Z] ---> e5add07a314f [2021-02-09T20:13:14.021Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T20:13:14.021Z] ---> Running in 7f9ec8b13ffa [2021-02-09T20:13:14.021Z] ---> Running in 2ea7ab9519db [2021-02-09T20:13:14.021Z] Removing intermediate container 61b6aca68947 [2021-02-09T20:13:14.021Z] ---> efc06c942317 [2021-02-09T20:13:14.021Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T20:13:14.021Z] ---> Running in 7b71c1aa954b [2021-02-09T20:13:14.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:13:14.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:13:14.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:13:14.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:13:14.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:13:14.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:13:14.021Z] OK: 217 MiB in 51 packages [2021-02-09T20:13:14.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:13:14.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:13:14.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:13:14.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:13:14.021Z] OK: 217 MiB in 51 packages [2021-02-09T20:13:14.021Z] OK: 217 MiB in 51 packages [2021-02-09T20:13:14.021Z] Removing intermediate container 5e1fd302ec4e [2021-02-09T20:13:14.021Z] ---> ebdbba78e10c [2021-02-09T20:13:14.021Z] Step 6/21 : COPY go.mod . [2021-02-09T20:13:14.215Z] Reading package lists... [2021-02-09T20:13:14.215Z] Building dependency tree... [2021-02-09T20:13:14.215Z] Reading state information... [2021-02-09T20:13:14.215Z] The following additional packages will be installed: [2021-02-09T20:13:14.215Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T20:13:14.215Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T20:13:14.215Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T20:13:14.215Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-09T20:13:14.215Z] Suggested packages: [2021-02-09T20:13:14.215Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-09T20:13:14.215Z] Recommended packages: [2021-02-09T20:13:14.215Z] gnupg libsasl2-modules [2021-02-09T20:13:14.316Z] OK: 217 MiB in 51 packages [2021-02-09T20:13:14.475Z] The following NEW packages will be installed: [2021-02-09T20:13:14.475Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T20:13:14.475Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T20:13:14.475Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T20:13:14.475Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-09T20:13:14.475Z] The following packages will be upgraded: [2021-02-09T20:13:14.475Z] gpg gpg-agent gpgconf libudev1 [2021-02-09T20:13:14.475Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-09T20:13:14.475Z] Need to get 3532 kB of archives. [2021-02-09T20:13:14.475Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-09T20:13:14.475Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-09T20:13:14.475Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-09T20:13:14.475Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-09T20:13:14.475Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-09T20:13:14.475Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-09T20:13:14.475Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-09T20:13:14.475Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-09T20:13:14.475Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-09T20:13:14.475Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-09T20:13:14.607Z] ---> 4c3d00d6aa8d [2021-02-09T20:13:14.607Z] Step 7/21 : RUN go mod download [2021-02-09T20:13:14.735Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-09T20:13:14.883Z] OK: 217 MiB in 51 packages [2021-02-09T20:13:14.883Z] ---> Running in 1f8fcb5b908c [2021-02-09T20:13:15.168Z] Removing intermediate container 2ea7ab9519db [2021-02-09T20:13:15.168Z] ---> 5658ec4d78bb [2021-02-09T20:13:15.168Z] Step 6/23 : COPY go.mod . [2021-02-09T20:13:15.305Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-09T20:13:15.305Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-09T20:13:15.305Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-09T20:13:15.305Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-09T20:13:15.305Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-09T20:13:15.305Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-09T20:13:15.305Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-09T20:13:15.306Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-09T20:13:15.306Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-09T20:13:15.306Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-09T20:13:15.306Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-09T20:13:15.306Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-09T20:13:15.443Z] Removing intermediate container 7b71c1aa954b [2021-02-09T20:13:15.443Z] ---> 79650990616e [2021-02-09T20:13:15.443Z] Step 6/23 : COPY go.mod . [2021-02-09T20:13:15.564Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T20:13:15.564Z] Fetched 3532 kB in 1s (3481 kB/s) [2021-02-09T20:13:15.564Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T20:13:15.564Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-09T20:13:15.564Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T20:13:15.564Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-09T20:13:15.824Z] Selecting previously unselected package udev. [2021-02-09T20:13:15.824Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T20:13:15.824Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-09T20:13:15.824Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-09T20:13:16.086Z] Selecting previously unselected package libfuse2:amd64. [2021-02-09T20:13:16.086Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T20:13:16.086Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T20:13:16.086Z] Selecting previously unselected package fuse. [2021-02-09T20:13:16.086Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T20:13:16.086Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-09T20:13:16.348Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:16.348Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T20:13:16.348Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:16.348Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T20:13:16.420Z] Removing intermediate container 9eee7979820a [2021-02-09T20:13:16.420Z] ---> 7b749f85ac11 [2021-02-09T20:13:16.420Z] Step 6/22 : COPY go.mod . [2021-02-09T20:13:16.420Z] ---> 28fd10b23697 [2021-02-09T20:13:16.420Z] Step 7/23 : RUN go mod download [2021-02-09T20:13:16.420Z] Removing intermediate container 7f9ec8b13ffa [2021-02-09T20:13:16.420Z] ---> fb6bfc9b65ce [2021-02-09T20:13:16.420Z] Step 6/26 : COPY go.mod . [2021-02-09T20:13:16.609Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:16.609Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T20:13:16.609Z] Selecting previously unselected package libksba8:amd64. [2021-02-09T20:13:16.609Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-09T20:13:16.609Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-09T20:13:16.609Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-09T20:13:16.609Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:13:16.609Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:16.696Z] ---> c5c2a5aace72 [2021-02-09T20:13:16.696Z] Step 7/23 : RUN go mod download [2021-02-09T20:13:16.696Z] ---> Running in 09d34f2cda20 [2021-02-09T20:13:16.869Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-09T20:13:16.870Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:13:16.870Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:16.870Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-09T20:13:16.870Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:13:16.870Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:16.978Z] ---> Running in 50a8f92fcafc [2021-02-09T20:13:17.130Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-09T20:13:17.130Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:13:17.130Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:17.130Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-09T20:13:17.130Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:13:17.130Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:17.130Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-09T20:13:17.130Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:13:17.130Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:17.254Z] ---> 17264645d273 [2021-02-09T20:13:17.254Z] Step 7/22 : RUN go mod download [2021-02-09T20:13:17.402Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-09T20:13:17.402Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:13:17.403Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:17.403Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-09T20:13:17.403Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:13:17.403Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:17.532Z] ---> Running in b5a6a497a342 [2021-02-09T20:13:17.664Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-09T20:13:17.664Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:13:17.664Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:17.664Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-09T20:13:17.664Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T20:13:17.664Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T20:13:17.664Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-09T20:13:17.664Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T20:13:17.664Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T20:13:17.664Z] Selecting previously unselected package libldap-common. [2021-02-09T20:13:17.664Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-09T20:13:17.807Z] ---> d11f76204f90 [2021-02-09T20:13:17.807Z] Step 7/26 : RUN go mod download [2021-02-09T20:13:17.807Z] ---> Running in 76b664bcc789 [2021-02-09T20:13:17.928Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T20:13:17.928Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-09T20:13:17.928Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-09T20:13:17.928Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T20:13:17.928Z] Selecting previously unselected package dirmngr. [2021-02-09T20:13:17.928Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:17.928Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T20:13:18.188Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T20:13:18.188Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-09T20:13:18.188Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T20:13:18.188Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T20:13:18.188Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T20:13:18.188Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-09T20:13:18.188Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:18.450Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-09T20:13:18.450Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T20:13:18.450Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-09T20:13:18.711Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-09T20:13:18.711Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:18.971Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-09T20:13:18.971Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-09T20:13:18.971Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-09T20:13:18.971Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:18.971Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:18.971Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:19.233Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:19.233Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:19.233Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:19.233Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:13:19.233Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T20:13:19.233Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T20:13:19.233Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T20:13:19.257Z] Removing intermediate container 1f8fcb5b908c [2021-02-09T20:13:19.257Z] ---> 6e6b36448540 [2021-02-09T20:13:19.257Z] Step 8/21 : COPY . . [2021-02-09T20:13:19.808Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-09T20:13:19.808Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-09T20:13:19.808Z] This means they are not meant to be enabled using systemctl. [2021-02-09T20:13:19.808Z] Possible reasons for having this kind of units are: [2021-02-09T20:13:19.808Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-09T20:13:19.808Z] .wants/ or .requires/ directory. [2021-02-09T20:13:19.809Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-09T20:13:19.809Z] a requirement dependency on it. [2021-02-09T20:13:19.809Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-09T20:13:19.809Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-09T20:13:19.809Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-09T20:13:19.809Z] instance name specified. [2021-02-09T20:13:20.070Z] Reading package lists... [2021-02-09T20:13:20.070Z] Building dependency tree... [2021-02-09T20:13:20.070Z] Reading state information... [2021-02-09T20:13:20.330Z] The following additional packages will be installed: [2021-02-09T20:13:20.330Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-09T20:13:20.330Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-09T20:13:20.330Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-09T20:13:20.330Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-09T20:13:20.330Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-09T20:13:20.330Z] Suggested packages: [2021-02-09T20:13:20.330Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-09T20:13:20.330Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-09T20:13:20.330Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-09T20:13:20.330Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-09T20:13:20.330Z] systemd-container policykit-1 [2021-02-09T20:13:20.330Z] Recommended packages: [2021-02-09T20:13:20.330Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-09T20:13:20.330Z] The following NEW packages will be installed: [2021-02-09T20:13:20.330Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-09T20:13:20.330Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-09T20:13:20.330Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-09T20:13:20.330Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-09T20:13:20.330Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-09T20:13:20.330Z] The following packages will be upgraded: [2021-02-09T20:13:20.330Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-09T20:13:20.330Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-09T20:13:20.330Z] Need to get 35.2 MB of archives. [2021-02-09T20:13:20.330Z] After this operation, 141 MB of additional disk space will be used. [2021-02-09T20:13:20.330Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-09T20:13:20.590Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-09T20:13:20.590Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-09T20:13:20.590Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-09T20:13:20.590Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-09T20:13:20.590Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-09T20:13:20.590Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-09T20:13:20.590Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-09T20:13:20.590Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-09T20:13:20.590Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-09T20:13:20.590Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-09T20:13:20.590Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-09T20:13:20.590Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-09T20:13:20.590Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-09T20:13:20.590Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-09T20:13:20.590Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-09T20:13:20.590Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-09T20:13:20.590Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-09T20:13:21.160Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-09T20:13:21.266Z] Removing intermediate container 09d34f2cda20 [2021-02-09T20:13:21.266Z] ---> 20221a94ea31 [2021-02-09T20:13:21.266Z] Step 8/23 : COPY . . [2021-02-09T20:13:21.422Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-09T20:13:21.422Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-09T20:13:21.422Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-09T20:13:21.422Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-09T20:13:21.422Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-09T20:13:21.422Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-09T20:13:21.422Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-09T20:13:21.422Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-09T20:13:21.422Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-09T20:13:21.422Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-09T20:13:21.422Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-09T20:13:21.875Z] Removing intermediate container 50a8f92fcafc [2021-02-09T20:13:21.875Z] ---> 8d186260c31c [2021-02-09T20:13:21.875Z] Step 8/23 : COPY . . [2021-02-09T20:13:22.812Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T20:13:22.812Z] Fetched 35.2 MB in 2s (16.1 MB/s) [2021-02-09T20:13:22.812Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T20:13:22.812Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-09T20:13:22.812Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T20:13:23.384Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-09T20:13:23.384Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T20:13:23.384Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-09T20:13:23.644Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T20:13:23.644Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T20:13:23.644Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T20:13:23.644Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-09T20:13:23.857Z] Removing intermediate container b5a6a497a342 [2021-02-09T20:13:23.857Z] ---> a0b8922652a0 [2021-02-09T20:13:23.857Z] Step 8/22 : COPY . . [2021-02-09T20:13:23.857Z] Removing intermediate container 76b664bcc789 [2021-02-09T20:13:23.857Z] ---> e04954d8edcd [2021-02-09T20:13:23.857Z] Step 8/26 : COPY . . [2021-02-09T20:13:23.906Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T20:13:23.906Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T20:13:23.906Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T20:13:24.166Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-09T20:13:24.166Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-09T20:13:24.742Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-09T20:13:24.742Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-09T20:13:24.742Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T20:13:24.742Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T20:13:25.003Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-09T20:13:25.004Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T20:13:25.004Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:13:25.270Z] Selecting previously unselected package libexpat1:amd64. [2021-02-09T20:13:25.270Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-09T20:13:25.270Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T20:13:25.270Z] Selecting previously unselected package python3.6-minimal. [2021-02-09T20:13:25.270Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T20:13:25.270Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:13:25.539Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T20:13:25.539Z] Checking for services that may need to be restarted...done. [2021-02-09T20:13:25.539Z] Checking for services that may need to be restarted...done. [2021-02-09T20:13:25.539Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:13:25.800Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T20:13:25.800Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:13:26.371Z] Selecting previously unselected package python3-minimal. [2021-02-09T20:13:26.371Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-09T20:13:26.371Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-09T20:13:26.632Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-09T20:13:26.632Z] Selecting previously unselected package mime-support. [2021-02-09T20:13:26.632Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-09T20:13:26.632Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-09T20:13:26.632Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-09T20:13:26.632Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-09T20:13:26.632Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T20:13:26.632Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-09T20:13:26.632Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T20:13:26.892Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:13:26.892Z] Selecting previously unselected package python3.6. [2021-02-09T20:13:26.892Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T20:13:26.893Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:13:27.152Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-09T20:13:27.152Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-09T20:13:27.152Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T20:13:27.152Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-09T20:13:27.413Z] Selecting previously unselected package python3. [2021-02-09T20:13:27.413Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-09T20:13:27.413Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-09T20:13:27.413Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-09T20:13:27.413Z] Selecting previously unselected package multiarch-support. [2021-02-09T20:13:27.675Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T20:13:27.675Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T20:13:27.675Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T20:13:27.675Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-09T20:13:27.675Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-09T20:13:27.675Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-09T20:13:27.675Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T20:13:27.936Z] Selecting previously unselected package libbsd0:amd64. [2021-02-09T20:13:27.936Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-09T20:13:27.936Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T20:13:27.936Z] Selecting previously unselected package sudo. [2021-02-09T20:13:27.936Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-09T20:13:27.936Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T20:13:27.936Z] Selecting previously unselected package apparmor. [2021-02-09T20:13:28.197Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T20:13:28.197Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-09T20:13:28.197Z] Selecting previously unselected package libedit2:amd64. [2021-02-09T20:13:28.197Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-09T20:13:28.197Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T20:13:28.197Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-09T20:13:28.197Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T20:13:28.197Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:13:28.458Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-09T20:13:28.458Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T20:13:28.458Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:13:28.458Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-09T20:13:28.458Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-09T20:13:28.458Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T20:13:28.458Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-09T20:13:28.458Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T20:13:28.458Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:13:28.719Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-09T20:13:28.719Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T20:13:28.719Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:13:28.719Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-09T20:13:28.719Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-09T20:13:28.719Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T20:13:28.980Z] Selecting previously unselected package openssh-client. [2021-02-09T20:13:28.980Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-09T20:13:28.980Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T20:13:29.241Z] Selecting previously unselected package squashfs-tools. [2021-02-09T20:13:29.241Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-09T20:13:29.241Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T20:13:29.241Z] Selecting previously unselected package snapd. [2021-02-09T20:13:29.241Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-09T20:13:29.241Z] Unpacking snapd (2.48+18.04) ... [2021-02-09T20:13:31.153Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T20:13:31.153Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T20:13:31.414Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-09T20:13:31.414Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T20:13:31.414Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T20:13:31.414Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:13:31.769Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T20:13:32.030Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-09T20:13:32.030Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-09T20:13:32.603Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T20:13:32.603Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T20:13:32.864Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T20:13:32.864Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:13:32.864Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:13:32.864Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:13:33.447Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T20:13:33.447Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:13:33.447Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T20:13:33.447Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-09T20:13:33.447Z] running python rtupdate hooks for python3.6... [2021-02-09T20:13:33.447Z] running python post-rtupdate hooks for python3.6... [2021-02-09T20:13:33.708Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-09T20:13:35.093Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-09T20:13:35.354Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:13:35.354Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T20:13:35.614Z] Setting up snapd (2.48+18.04) ... [2021-02-09T20:13:35.876Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-09T20:13:36.137Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-09T20:13:36.398Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-09T20:13:36.398Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-09T20:13:36.659Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T20:13:36.659Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T20:13:36.659Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-09T20:13:36.920Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-09T20:13:37.181Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-09T20:13:37.181Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-09T20:13:37.443Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-09T20:13:37.703Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T20:13:37.703Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T20:13:38.647Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T20:13:38.647Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T20:13:38.907Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T20:13:39.739Z] Reading package lists... [2021-02-09T20:13:39.999Z] Reading package lists... [2021-02-09T20:13:40.259Z] Building dependency tree... [2021-02-09T20:13:40.259Z] Reading state information... [2021-02-09T20:13:40.259Z] Calculating upgrade... [2021-02-09T20:13:40.521Z] The following packages will be upgraded: [2021-02-09T20:13:40.521Z] advancecomp base-files bash binutils binutils-common [2021-02-09T20:13:40.521Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-09T20:13:40.521Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-09T20:13:40.521Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-09T20:13:40.521Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-09T20:13:40.521Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-09T20:13:40.521Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-09T20:13:40.521Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-09T20:13:40.521Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-09T20:13:40.521Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-09T20:13:40.521Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-09T20:13:40.521Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-09T20:13:40.521Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-09T20:13:40.521Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-09T20:13:40.521Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-09T20:13:40.521Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T20:13:40.521Z] Need to get 63.8 MB of archives. [2021-02-09T20:13:40.521Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-09T20:13:40.521Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-09T20:13:40.781Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-09T20:13:40.781Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-09T20:13:40.781Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-09T20:13:40.781Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-09T20:13:40.781Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-09T20:13:40.781Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-09T20:13:40.781Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-09T20:13:40.781Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-09T20:13:40.781Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-09T20:13:40.781Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-09T20:13:40.781Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-09T20:13:40.781Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-09T20:13:40.781Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-09T20:13:40.781Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-09T20:13:40.781Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-09T20:13:40.781Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-09T20:13:40.781Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-09T20:13:40.781Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-09T20:13:40.781Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-09T20:13:40.781Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-09T20:13:40.781Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-09T20:13:40.781Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-09T20:13:40.781Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-09T20:13:40.781Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-09T20:13:40.781Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-09T20:13:40.781Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-09T20:13:40.781Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-09T20:13:40.781Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-09T20:13:40.781Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-09T20:13:40.781Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-09T20:13:41.046Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-09T20:13:41.046Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-09T20:13:41.046Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-09T20:13:41.046Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-09T20:13:41.046Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-09T20:13:41.046Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-09T20:13:41.046Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-09T20:13:41.046Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-09T20:13:41.046Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-09T20:13:41.046Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-09T20:13:41.046Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-09T20:13:41.046Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-09T20:13:41.046Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-09T20:13:41.046Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-09T20:13:41.046Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-09T20:13:41.046Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-09T20:13:41.046Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-09T20:13:41.046Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-09T20:13:41.046Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-09T20:13:41.046Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-09T20:13:41.046Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-09T20:13:41.046Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-09T20:13:41.046Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-09T20:13:41.046Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-09T20:13:41.046Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-09T20:13:41.311Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-09T20:13:41.311Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-09T20:13:41.311Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-09T20:13:41.311Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-09T20:13:41.574Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-09T20:13:41.574Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-09T20:13:41.574Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-09T20:13:41.574Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-09T20:13:41.574Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-09T20:13:41.574Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-09T20:13:41.574Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-09T20:13:41.835Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-09T20:13:41.835Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-09T20:13:41.835Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-09T20:13:41.835Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-09T20:13:41.835Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-09T20:13:41.835Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-09T20:13:41.835Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-09T20:13:41.835Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-09T20:13:41.835Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-09T20:13:41.835Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-09T20:13:41.835Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-09T20:13:41.835Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-09T20:13:41.835Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-09T20:13:42.095Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-09T20:13:42.095Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-09T20:13:42.095Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-09T20:13:42.095Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-09T20:13:42.095Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-09T20:13:42.095Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-09T20:13:42.095Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-09T20:13:42.095Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-09T20:13:42.095Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-09T20:13:42.095Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-09T20:13:42.095Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-09T20:13:42.095Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-09T20:13:42.095Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-09T20:13:42.095Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-09T20:13:42.095Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-09T20:13:42.095Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-09T20:13:42.356Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-09T20:13:42.356Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-09T20:13:42.356Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-09T20:13:42.356Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T20:13:42.356Z] Fetched 63.8 MB in 2s (35.3 MB/s) [2021-02-09T20:13:42.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:42.616Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T20:13:42.616Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T20:13:43.560Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T20:13:43.560Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T20:13:43.560Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-09T20:13:43.560Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-09T20:13:44.502Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:44.502Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:13:44.502Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:44.502Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:13:44.762Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:44.762Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:13:44.762Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:44.762Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:13:45.024Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:45.024Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:13:45.024Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:45.024Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:13:45.024Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:45.024Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:13:45.286Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:45.286Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T20:13:45.286Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:45.286Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-09T20:13:45.286Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:45.547Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T20:13:45.547Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:45.547Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:13:45.547Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:45.547Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:13:45.808Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:45.808Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:13:46.075Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:46.075Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T20:13:46.075Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T20:13:46.336Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T20:13:46.596Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T20:13:46.856Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T20:13:46.856Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-09T20:13:46.856Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-09T20:13:46.856Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-09T20:13:46.856Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-09T20:13:47.117Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-09T20:13:47.117Z] Installing new version of config file /etc/issue ... [2021-02-09T20:13:47.117Z] Installing new version of config file /etc/issue.net ... [2021-02-09T20:13:47.117Z] Installing new version of config file /etc/lsb-release ... [2021-02-09T20:13:47.378Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-09T20:13:47.378Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-09T20:13:47.639Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-09T20:13:47.639Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-09T20:13:47.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:47.639Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-09T20:13:47.639Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-09T20:13:47.900Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-09T20:13:47.900Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-09T20:13:47.900Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:47.900Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:48.170Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:48.170Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:48.170Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:48.170Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-09T20:13:48.170Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-09T20:13:48.431Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-09T20:13:48.431Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:48.431Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-09T20:13:48.431Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T20:13:48.692Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-09T20:13:48.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:48.972Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:48.972Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T20:13:48.972Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T20:13:48.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:48.972Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:48.972Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T20:13:49.252Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-09T20:13:49.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:49.252Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-09T20:13:49.252Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-09T20:13:49.517Z] Setting up grep (3.1-2build1) ... [2021-02-09T20:13:49.517Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:49.517Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T20:13:49.517Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T20:13:49.779Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-09T20:13:49.779Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:49.779Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T20:13:49.779Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T20:13:50.045Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-09T20:13:50.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:50.045Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T20:13:50.045Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T20:13:50.617Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T20:13:50.617Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T20:13:50.617Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T20:13:50.617Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T20:13:50.673Z] ---> 7e26e7281a9a [2021-02-09T20:13:50.673Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T20:13:50.673Z] ---> f85f5b162d5a [2021-02-09T20:13:50.673Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T20:13:50.673Z] ---> a1a88f5b1e51 [2021-02-09T20:13:50.673Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T20:13:50.673Z] ---> 2e8aa41d1467 [2021-02-09T20:13:50.673Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T20:13:50.673Z] ---> 2b60b1df1ba6 [2021-02-09T20:13:50.673Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> Running in 91588794195c [2021-02-09T20:13:50.674Z] ---> Running in 67ad72bca750 [2021-02-09T20:13:50.674Z] [2021-02-09T20:13:50.674Z] ---> Running in 73c92745931d [2021-02-09T20:13:50.674Z] ---> Running in 982b605196c7 [2021-02-09T20:13:50.674Z] ---> Running in 2d458b5ab408 [2021-02-09T20:13:50.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T20:13:50.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T20:13:50.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T20:13:50.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T20:13:50.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T20:13:51.190Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-09T20:13:51.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:51.190Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-09T20:13:51.190Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T20:13:52.579Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T20:13:52.579Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T20:13:52.579Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T20:13:52.579Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T20:13:52.579Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T20:13:52.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:52.579Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-09T20:13:52.579Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-09T20:13:52.840Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-09T20:13:52.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:52.840Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:52.840Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:53.101Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:53.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:53.101Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:53.101Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:53.378Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:53.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:53.378Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:53.378Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:53.639Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:53.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:53.639Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:53.639Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:53.639Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:53.902Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:53.902Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T20:13:53.902Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T20:13:53.902Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T20:13:53.902Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T20:13:54.163Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T20:13:54.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:54.163Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T20:13:54.163Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T20:13:54.163Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T20:13:54.426Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:54.426Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:54.426Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:54.426Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:54.686Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:54.686Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:54.686Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:54.686Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:54.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:54.946Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:54.946Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:55.518Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:55.518Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-09T20:13:55.778Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-09T20:13:56.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:56.038Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T20:13:56.038Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T20:13:56.301Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T20:13:56.301Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:56.301Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-09T20:13:56.301Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T20:13:56.561Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-09T20:13:56.561Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:56.561Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-09T20:13:56.561Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-09T20:13:56.822Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-09T20:13:57.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:57.083Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-09T20:13:57.083Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T20:13:57.083Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-09T20:13:57.346Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:57.346Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-09T20:13:57.346Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T20:13:57.346Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-09T20:13:57.608Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:57.608Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T20:13:57.608Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T20:13:57.608Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T20:13:57.872Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:57.873Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T20:13:57.873Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T20:13:58.136Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T20:13:58.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:58.136Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T20:13:58.136Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T20:13:58.396Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T20:13:58.396Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:58.396Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:58.657Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:58.657Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-09T20:13:58.657Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T20:13:58.657Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:58.920Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T20:13:58.920Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T20:13:58.920Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:58.920Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-09T20:13:59.182Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-09T20:13:59.182Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-09T20:13:59.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:59.182Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-09T20:13:59.468Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T20:13:59.468Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T20:13:59.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:59.742Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:59.742Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T20:13:59.742Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T20:13:59.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:59.742Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-09T20:14:00.007Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-09T20:14:00.007Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-09T20:14:00.007Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:14:00.007Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T20:14:00.007Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T20:14:00.592Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-09T20:14:00.592Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:14:00.592Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T20:14:00.592Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T20:14:00.860Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-09T20:14:00.860Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:14:00.860Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-09T20:14:00.860Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-09T20:14:01.122Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-09T20:14:01.122Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:14:01.122Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-09T20:14:01.122Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-09T20:14:01.392Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-09T20:14:01.392Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:14:01.392Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-09T20:14:01.392Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-09T20:14:01.392Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-09T20:14:01.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:14:01.656Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-09T20:14:01.656Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-09T20:14:01.656Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-09T20:14:01.921Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:14:01.921Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T20:14:01.921Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-09T20:14:01.921Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-09T20:14:02.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:14:02.188Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-09T20:14:02.188Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-09T20:14:02.188Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-09T20:14:02.188Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-09T20:14:02.188Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T20:14:02.188Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T20:14:02.455Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T20:14:02.455Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T20:14:02.720Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T20:14:02.720Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T20:14:02.984Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-09T20:14:02.984Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-09T20:14:02.984Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T20:14:03.246Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-09T20:14:03.246Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T20:14:03.246Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-09T20:14:03.246Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-09T20:14:03.246Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-09T20:14:03.506Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-09T20:14:03.506Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-09T20:14:03.506Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-09T20:14:03.767Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-09T20:14:03.767Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-09T20:14:03.767Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-09T20:14:03.767Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-09T20:14:03.767Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-09T20:14:04.033Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-09T20:14:04.295Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-09T20:14:05.239Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-09T20:14:05.239Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-09T20:14:05.239Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-09T20:14:05.239Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-09T20:14:05.239Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T20:14:05.239Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T20:14:05.810Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T20:14:05.810Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T20:14:05.810Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T20:14:05.810Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T20:14:05.810Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T20:14:05.810Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T20:14:06.072Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:14:06.072Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:14:06.072Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:14:06.334Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:14:06.334Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:14:06.334Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:14:06.594Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:14:06.594Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:14:07.536Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:14:07.536Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:14:08.478Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:14:08.478Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:14:09.049Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:14:09.049Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:14:09.308Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:14:09.308Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:14:10.249Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:14:10.249Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:14:10.249Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T20:14:10.249Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T20:14:10.510Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T20:14:10.510Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T20:14:10.510Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T20:14:10.772Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T20:14:10.772Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-09T20:14:10.772Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-09T20:14:10.772Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T20:14:11.032Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T20:14:11.032Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T20:14:11.032Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T20:14:11.295Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-09T20:14:11.295Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-09T20:14:11.295Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:14:11.295Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T20:14:11.295Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:14:11.557Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:14:11.557Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:14:11.557Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-09T20:14:11.557Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-09T20:14:11.557Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-09T20:14:11.557Z] [2021-02-09T20:14:11.557Z] Current default time zone: 'Etc/UTC' [2021-02-09T20:14:11.557Z] Local time is now: Tue Feb 9 20:14:11 UTC 2021. [2021-02-09T20:14:11.557Z] Universal Time is now: Tue Feb 9 20:14:11 UTC 2021. [2021-02-09T20:14:11.557Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-09T20:14:11.557Z] [2021-02-09T20:14:11.557Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-09T20:14:11.819Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:14:11.819Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-09T20:14:11.819Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:14:11.819Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-09T20:14:11.819Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-09T20:14:11.819Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-09T20:14:11.819Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-09T20:14:12.084Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-09T20:14:12.084Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T20:14:12.084Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:14:12.084Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-09T20:14:12.351Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:14:12.351Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T20:14:12.351Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:14:12.351Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-09T20:14:12.351Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-09T20:14:12.351Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-09T20:14:12.351Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T20:14:12.351Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-09T20:14:12.612Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-09T20:14:12.612Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-09T20:14:12.612Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-09T20:14:14.524Z] Updating certificates in /etc/ssl/certs... [2021-02-09T20:14:15.467Z] 23 added, 27 removed; done. [2021-02-09T20:14:15.467Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T20:14:15.467Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:14:15.467Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-09T20:14:15.467Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-09T20:14:15.467Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-09T20:14:15.467Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:14:15.467Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T20:14:15.467Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:14:15.729Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:14:15.729Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:14:15.729Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:14:15.729Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:14:15.729Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-09T20:14:15.729Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-09T20:14:15.729Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-09T20:14:15.729Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-09T20:14:15.729Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-09T20:14:15.729Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:14:15.729Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:14:15.729Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-09T20:14:15.990Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-09T20:14:15.990Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-09T20:14:15.990Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T20:14:15.990Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T20:14:15.990Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-09T20:14:16.252Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-09T20:14:16.252Z] Updating certificates in /etc/ssl/certs... [2021-02-09T20:14:16.827Z] 0 added, 0 removed; done. [2021-02-09T20:14:16.827Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-09T20:14:16.827Z] done. [2021-02-09T20:14:17.089Z] Reading package lists... [2021-02-09T20:14:17.351Z] Building dependency tree... [2021-02-09T20:14:17.351Z] Reading state information... [2021-02-09T20:14:17.351Z] The following NEW packages will be installed: [2021-02-09T20:14:17.351Z] apt-transport-https [2021-02-09T20:14:17.613Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T20:14:17.613Z] Need to get 1696 B of archives. [2021-02-09T20:14:17.613Z] After this operation, 153 kB of additional disk space will be used. [2021-02-09T20:14:17.613Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-09T20:14:17.613Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T20:14:17.613Z] Fetched 1696 B in 0s (48.2 kB/s) [2021-02-09T20:14:17.613Z] Selecting previously unselected package apt-transport-https. [2021-02-09T20:14:17.613Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-09T20:14:17.613Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-09T20:14:17.613Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T20:14:17.613Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T20:14:17.876Z] Waiting for network to be ready... [2021-02-09T20:14:24.462Z] 2021-02-09T20:14:20Z INFO Waiting for automatic snapd restart... [2021-02-09T20:14:24.462Z] snapd 2.48.2.1 from Canonical* installed [2021-02-09T20:14:25.033Z] "snapd" switched to the "latest/stable" channel [2021-02-09T20:14:25.034Z] [2021-02-09T20:14:27.580Z] core18 20210128 from Canonical* installed [2021-02-09T20:14:27.841Z] "core18" switched to the "latest/stable" channel [2021-02-09T20:14:27.841Z] [2021-02-09T20:14:31.147Z] snapcraft 4.5.1 from Canonical* installed [2021-02-09T20:14:31.147Z] "snapcraft" switched to the "latest/stable" channel [2021-02-09T20:14:31.147Z] [2021-02-09T20:14:34.446Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-09T20:14:34.446Z] - README.md [2021-02-09T20:14:34.446Z] - snapcraft.yaml.orig [2021-02-09T20:14:34.446Z] [2021-02-09T20:14:34.446Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T20:14:41.052Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T20:14:41.052Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T20:14:41.052Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T20:14:41.052Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T20:14:41.624Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T20:14:42.196Z] Fetched 2061 kB in 1s (1473 kB/s) [2021-02-09T20:14:43.145Z] Reading package lists... [2021-02-09T20:14:43.407Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-09T20:14:50.005Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T20:14:50.005Z] Reading package lists... [2021-02-09T20:14:50.005Z] Building dependency tree... [2021-02-09T20:14:50.005Z] Reading state information... [2021-02-09T20:14:50.005Z] Suggested packages: [2021-02-09T20:14:50.005Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-09T20:14:50.005Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-09T20:14:50.005Z] Recommended packages: [2021-02-09T20:14:50.005Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-09T20:14:50.005Z] The following NEW packages will be installed: [2021-02-09T20:14:50.005Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-09T20:14:50.005Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-09T20:14:50.005Z] pkg-config zip [2021-02-09T20:14:50.005Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T20:14:50.005Z] Need to get 7655 kB of archives. [2021-02-09T20:14:50.005Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-09T20:14:50.005Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-09T20:14:50.005Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-09T20:14:50.005Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-09T20:14:50.005Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-09T20:14:50.005Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-09T20:14:50.005Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-09T20:14:50.005Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-09T20:14:50.267Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-09T20:14:50.267Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-09T20:14:50.267Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-09T20:14:50.267Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-09T20:14:50.527Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-09T20:14:50.527Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-09T20:14:50.527Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-09T20:14:50.527Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-09T20:14:50.788Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T20:14:50.788Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-02-09T20:14:50.788Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-09T20:14:50.788Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-09T20:14:50.788Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-09T20:14:50.788Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T20:14:51.049Z] Selecting previously unselected package libpsl5:amd64. [2021-02-09T20:14:51.049Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-09T20:14:51.049Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T20:14:51.049Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-09T20:14:51.049Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-09T20:14:51.049Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T20:14:51.049Z] Selecting previously unselected package librtmp1:amd64. [2021-02-09T20:14:51.049Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-09T20:14:51.049Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T20:14:51.310Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-09T20:14:51.310Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-09T20:14:51.310Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T20:14:51.310Z] Selecting previously unselected package liberror-perl. [2021-02-09T20:14:51.310Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-09T20:14:51.310Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-09T20:14:51.310Z] Selecting previously unselected package git-man. [2021-02-09T20:14:51.310Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-09T20:14:51.310Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T20:14:51.570Z] Selecting previously unselected package git. [2021-02-09T20:14:51.570Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-09T20:14:51.570Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T20:14:52.512Z] Selecting previously unselected package libnorm1:amd64. [2021-02-09T20:14:52.512Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-09T20:14:52.512Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T20:14:52.512Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-09T20:14:52.512Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-09T20:14:52.512Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T20:14:52.512Z] Selecting previously unselected package libsodium23:amd64. [2021-02-09T20:14:52.512Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-09T20:14:52.512Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-09T20:14:52.774Z] Selecting previously unselected package libzmq5:amd64. [2021-02-09T20:14:52.774Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T20:14:52.774Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T20:14:52.774Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-09T20:14:52.774Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T20:14:52.774Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T20:14:53.035Z] Selecting previously unselected package pkg-config. [2021-02-09T20:14:53.035Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-09T20:14:53.035Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T20:14:53.035Z] Selecting previously unselected package zip. [2021-02-09T20:14:53.035Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-09T20:14:53.035Z] Unpacking zip (3.0-11build1) ... [2021-02-09T20:14:53.035Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T20:14:53.301Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T20:14:53.301Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T20:14:53.301Z] Setting up liberror-perl (0.17025-1) ... [2021-02-09T20:14:53.301Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T20:14:53.301Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T20:14:53.301Z] No schema files found: doing nothing. [2021-02-09T20:14:53.301Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T20:14:53.301Z] Setting up zip (3.0-11build1) ... [2021-02-09T20:14:53.301Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T20:14:53.301Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-09T20:14:53.301Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T20:14:53.562Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T20:14:53.562Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T20:14:53.562Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T20:14:53.562Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T20:14:53.562Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T20:15:00.205Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T20:15:00.205Z] git set to automatically installed. [2021-02-09T20:15:00.205Z] git-man set to automatically installed. [2021-02-09T20:15:00.206Z] libcurl3-gnutls set to automatically installed. [2021-02-09T20:15:00.206Z] liberror-perl set to automatically installed. [2021-02-09T20:15:00.206Z] libglib2.0-0 set to automatically installed. [2021-02-09T20:15:00.206Z] libnghttp2-14 set to automatically installed. [2021-02-09T20:15:00.206Z] libnorm1 set to automatically installed. [2021-02-09T20:15:00.206Z] libpgm-5.2-0 set to automatically installed. [2021-02-09T20:15:00.206Z] libpsl5 set to automatically installed. [2021-02-09T20:15:00.206Z] librtmp1 set to automatically installed. [2021-02-09T20:15:00.206Z] libsodium23 set to automatically installed. [2021-02-09T20:15:00.206Z] libzmq3-dev set to automatically installed. [2021-02-09T20:15:00.206Z] libzmq5 set to automatically installed. [2021-02-09T20:15:00.206Z] pkg-config set to automatically installed. [2021-02-09T20:15:00.206Z] zip set to automatically installed. [2021-02-09T20:15:04.432Z] snapd is not logged in, snap install commands will use sudo [2021-02-09T20:15:09.732Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T20:15:10.305Z] snap "core18" has no updates available [2021-02-09T20:15:11.250Z] Pulling config-common [2021-02-09T20:15:11.250Z] + snapcraftctl pull [2021-02-09T20:15:12.193Z] Pulling go-build-helper [2021-02-09T20:15:12.193Z] + snapcraftctl pull [2021-02-09T20:15:12.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T20:15:24.915Z] Removing intermediate container 2d458b5ab408 [2021-02-09T20:15:24.915Z] ---> 4b92017b4291 [2021-02-09T20:15:24.915Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T20:15:25.197Z] ---> Running in ea609438ce74 [2021-02-09T20:15:25.474Z] Removing intermediate container 67ad72bca750 [2021-02-09T20:15:25.474Z] ---> bd5325e49c16 [2021-02-09T20:15:25.474Z] [2021-02-09T20:15:25.474Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T20:15:25.474Z] 3.12: Pulling from library/alpine [2021-02-09T20:15:27.474Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T20:15:27.474Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T20:15:27.474Z] ---> afeebe901d6b [2021-02-09T20:15:27.474Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T20:15:27.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T20:15:27.758Z] ---> Running in 085b000b1612 [2021-02-09T20:15:29.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:30.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:30.635Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T20:15:30.914Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:15:30.914Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T20:15:30.914Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T20:15:30.914Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:15:30.914Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:15:31.194Z] OK: 7 MiB in 18 packages [2021-02-09T20:15:34.175Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T20:15:34.175Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T20:15:34.175Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T20:15:34.175Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T20:15:34.175Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T20:15:34.175Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T20:15:34.175Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T20:15:34.175Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T20:15:34.175Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T20:15:34.175Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T20:15:34.175Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T20:15:34.175Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T20:15:34.175Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T20:15:34.175Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T20:15:34.175Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T20:15:34.175Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T20:15:34.175Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T20:15:34.175Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T20:15:34.175Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T20:15:34.175Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T20:15:34.175Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T20:15:34.175Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T20:15:34.175Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T20:15:34.175Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T20:15:34.175Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T20:15:34.175Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T20:15:34.175Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T20:15:34.175Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-09T20:15:34.175Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-09T20:15:34.175Z] Fetched 279 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-09T20:15:34.175Z] Fetched 122 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-09T20:15:34.175Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-09T20:15:34.175Z] Fetched 8848 B in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-09T20:15:34.175Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-09T20:15:34.175Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-09T20:15:34.175Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-09T20:15:34.175Z] Fetched 214 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-09T20:15:34.175Z] Fetched 155 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-09T20:15:34.175Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-09T20:15:34.175Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-09T20:15:34.175Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-09T20:15:34.175Z] Fetched 499 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-09T20:15:34.175Z] Fetched 111 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-09T20:15:34.175Z] Fetched 240 kB in 0s (0 B/s) [2021-02-09T20:15:34.175Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-09T20:15:34.175Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-09T20:15:34.176Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-09T20:15:34.176Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-09T20:15:34.176Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-09T20:15:34.176Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-09T20:15:34.176Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-09T20:15:34.176Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-09T20:15:34.176Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-09T20:15:34.176Z] Fetched 8720 B in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-09T20:15:34.176Z] Fetched 137 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-09T20:15:34.176Z] Fetched 119 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-09T20:15:34.176Z] Fetched 109 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-09T20:15:34.176Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-09T20:15:34.176Z] Fetched 645 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-09T20:15:34.176Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-09T20:15:34.176Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-09T20:15:34.176Z] Fetched 368 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-09T20:15:34.176Z] Fetched 187 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-09T20:15:34.176Z] Fetched 175 kB in 0s (0 B/s) [2021-02-09T20:15:34.176Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-09T20:15:34.630Z] Removing intermediate container ea609438ce74 [2021-02-09T20:15:34.630Z] ---> a8fcac59f3d4 [2021-02-09T20:15:34.630Z] [2021-02-09T20:15:34.630Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T20:15:34.630Z] 20.10.0: Pulling from library/docker [2021-02-09T20:15:34.907Z] Removing intermediate container 085b000b1612 [2021-02-09T20:15:34.907Z] ---> 045c88b0f2b7 [2021-02-09T20:15:34.907Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T20:15:35.503Z] ---> Running in 1e8db803b80f [2021-02-09T20:15:36.488Z] Removing intermediate container 91588794195c [2021-02-09T20:15:36.488Z] ---> 87f4a6661250 [2021-02-09T20:15:36.488Z] [2021-02-09T20:15:36.488Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:15:36.488Z] ---> afeebe901d6b [2021-02-09T20:15:36.488Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:15:36.769Z] Removing intermediate container 1e8db803b80f [2021-02-09T20:15:36.769Z] ---> 8272f7c685f4 [2021-02-09T20:15:36.769Z] Step 13/21 : WORKDIR /edgex [2021-02-09T20:15:36.769Z] ---> Running in ae0fc8053be3 [2021-02-09T20:15:37.371Z] ---> Running in 17f23358c00b [2021-02-09T20:15:37.476Z] Fetched 206 kB in 0s (0 B/s) [2021-02-09T20:15:37.476Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-09T20:15:37.476Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-09T20:15:37.476Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-09T20:15:37.476Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-09T20:15:37.476Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-09T20:15:37.476Z] Fetched 159 kB in 0s (0 B/s) [2021-02-09T20:15:37.476Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-09T20:15:37.476Z] Fetched 107 kB in 0s (0 B/s) [2021-02-09T20:15:37.476Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-09T20:15:37.476Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-09T20:15:37.476Z] Pulling static-packages [2021-02-09T20:15:37.476Z] + snapcraftctl pull [2021-02-09T20:15:38.417Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-09T20:15:38.417Z] Skipping pull go-build-helper (already ran) [2021-02-09T20:15:38.417Z] Skipping pull static-packages (already ran) [2021-02-09T20:15:38.417Z] Building go-build-helper [2021-02-09T20:15:38.417Z] + snapcraftctl build [2021-02-09T20:15:39.356Z] Removing intermediate container 17f23358c00b [2021-02-09T20:15:39.356Z] ---> 8912adb17a06 [2021-02-09T20:15:39.356Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T20:15:39.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:39.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:39.913Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T20:15:40.187Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:15:40.187Z] OK: 5 MiB in 15 packages [2021-02-09T20:15:41.179Z] Removing intermediate container 982b605196c7 [2021-02-09T20:15:41.179Z] ---> 24197e0949e3 [2021-02-09T20:15:41.179Z] [2021-02-09T20:15:41.179Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T20:15:41.179Z] ---> afeebe901d6b [2021-02-09T20:15:41.179Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T20:15:41.179Z] ---> 7ca94957072b [2021-02-09T20:15:41.179Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T20:15:41.454Z] ---> Running in 243484320fa2 [2021-02-09T20:15:41.724Z] Building static-packages [2021-02-09T20:15:41.724Z] + snapcraftctl build [2021-02-09T20:15:42.897Z] Removing intermediate container ae0fc8053be3 [2021-02-09T20:15:42.897Z] ---> f7a24170a72d [2021-02-09T20:15:42.897Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:15:42.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:43.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:43.169Z] ---> 9a49830ef0d8 [2021-02-09T20:15:43.169Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T20:15:43.169Z] ---> Running in 1a8a83610af5 [2021-02-09T20:15:43.641Z] Staging go-build-helper [2021-02-09T20:15:43.641Z] + snapcraftctl stage [2021-02-09T20:15:43.770Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T20:15:43.770Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T20:15:44.111Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:15:44.111Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:15:44.111Z] OK: 6 MiB in 16 packages [2021-02-09T20:15:44.457Z] Removing intermediate container 1a8a83610af5 [2021-02-09T20:15:44.457Z] ---> 447c636f7b95 [2021-02-09T20:15:44.457Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T20:15:44.586Z] Staging static-packages [2021-02-09T20:15:44.586Z] + snapcraftctl stage [2021-02-09T20:15:45.109Z] ---> Running in fa9ef49c4ad4 [2021-02-09T20:15:45.529Z] Pulling go115 [2021-02-09T20:15:45.529Z] + snapcraftctl pull [2021-02-09T20:15:46.149Z] ---> 00c5abd15d5f [2021-02-09T20:15:46.149Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T20:15:46.423Z] Removing intermediate container fa9ef49c4ad4 [2021-02-09T20:15:46.423Z] ---> 987e984b6346 [2021-02-09T20:15:46.423Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T20:15:46.504Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-09T20:15:46.504Z] Skipping pull go115 (already ran) [2021-02-09T20:15:46.504Z] Building go115 [2021-02-09T20:15:46.504Z] + dpkg --print-architecture [2021-02-09T20:15:46.504Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-09T20:15:46.504Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-09T20:15:46.504Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-09T20:15:46.504Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T20:15:46.504Z] Dload Upload Total Spent Left Speed [2021-02-09T20:15:46.711Z] ---> Running in 009334a36e79 [2021-02-09T20:15:46.711Z] ---> Running in 62cfacc0b521 [2021-02-09T20:15:47.315Z] Removing intermediate container 243484320fa2 [2021-02-09T20:15:47.315Z] ---> 5fd4b27f5563 [2021-02-09T20:15:47.315Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:15:47.589Z] Removing intermediate container 009334a36e79 [2021-02-09T20:15:47.589Z] ---> ae04a3ebe1c1 [2021-02-09T20:15:47.589Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T20:15:47.868Z] Removing intermediate container 73c92745931d [2021-02-09T20:15:47.868Z] ---> 8b70c5807456 [2021-02-09T20:15:47.868Z] [2021-02-09T20:15:47.868Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:15:47.868Z] ---> afeebe901d6b [2021-02-09T20:15:47.868Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:15:47.868Z] ---> Using cache [2021-02-09T20:15:47.868Z] ---> f7a24170a72d [2021-02-09T20:15:47.868Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:15:47.868Z] ---> Using cache [2021-02-09T20:15:47.868Z] ---> 447c636f7b95 [2021-02-09T20:15:47.868Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T20:15:47.868Z] ---> Running in dccc69c8d48f [2021-02-09T20:15:48.152Z] Removing intermediate container 62cfacc0b521 [2021-02-09T20:15:48.152Z] ---> c12451b90c41 [2021-02-09T20:15:48.152Z] Step 15/23 : WORKDIR / [2021-02-09T20:15:48.152Z] ---> Running in 6208464c4fc2 [2021-02-09T20:15:48.152Z] ---> Running in 208e887a6ffb [2021-02-09T20:15:48.430Z] ---> Running in 79990a6ea18a [2021-02-09T20:15:48.706Z] Removing intermediate container dccc69c8d48f [2021-02-09T20:15:48.706Z] ---> 88229d0e8419 [2021-02-09T20:15:48.706Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T20:15:48.980Z] ---> Running in 803390c6b422 [2021-02-09T20:15:49.278Z] Removing intermediate container 6208464c4fc2 [2021-02-09T20:15:49.278Z] ---> 3b2c1dc8602b [2021-02-09T20:15:49.278Z] Step 19/21 : LABEL arch=arm64 [2021-02-09T20:15:49.278Z] Removing intermediate container 208e887a6ffb [2021-02-09T20:15:49.278Z] ---> 12f59dcb51ab [2021-02-09T20:15:49.278Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T20:15:49.278Z] Removing intermediate container 79990a6ea18a [2021-02-09T20:15:49.278Z] ---> 25a80e7a6320 [2021-02-09T20:15:49.278Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:15:49.278Z] ---> Running in 8e3ed543c70b [2021-02-09T20:15:49.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.6M 0 0 26.1M 0 0:00:04 --:--:-- 0:00:04 26.1M 56 115M 56 65.7M 0 0 35.2M 0 0:00:03 0:00:01 0:00:02 35.2M 100 115M 100 115M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.3M [2021-02-09T20:15:49.484Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-09T20:15:49.484Z] + sha256sum -c sha256 [2021-02-09T20:15:49.484Z] + grep OK [2021-02-09T20:15:49.555Z] ---> Running in ff796f7f8c9c [2021-02-09T20:15:49.767Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-09T20:15:49.767Z] + mkdir -p /root/stage/go1.15 [2021-02-09T20:15:49.767Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-09T20:15:49.833Z] Removing intermediate container 803390c6b422 [2021-02-09T20:15:49.833Z] ---> 6200bb04f6f4 [2021-02-09T20:15:49.833Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T20:15:49.833Z] Removing intermediate container 8e3ed543c70b [2021-02-09T20:15:49.833Z] ---> 2b7bf7bcf88f [2021-02-09T20:15:50.106Z] Step 20/21 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:15:50.106Z] ---> Running in 096ee1d9acb3 [2021-02-09T20:15:50.106Z] ---> Running in 170c3a95de79 [2021-02-09T20:15:50.390Z] ---> 864c2390a6c0 [2021-02-09T20:15:50.390Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T20:15:50.390Z] Removing intermediate container ff796f7f8c9c [2021-02-09T20:15:50.390Z] ---> 6c4a5242d5e5 [2021-02-09T20:15:50.390Z] Step 15/23 : WORKDIR / [2021-02-09T20:15:50.666Z] ---> Running in 39e4b6a5afb5 [2021-02-09T20:15:50.940Z] Removing intermediate container 096ee1d9acb3 [2021-02-09T20:15:50.940Z] ---> b71635bbe786 [2021-02-09T20:15:50.940Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:15:50.940Z] Removing intermediate container 170c3a95de79 [2021-02-09T20:15:50.940Z] ---> 088f6e9b2a3c [2021-02-09T20:15:50.940Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T20:15:51.212Z] ---> Running in 29cd068b66ba [2021-02-09T20:15:51.487Z] Removing intermediate container 39e4b6a5afb5 [2021-02-09T20:15:51.487Z] ---> 28518b257f91 [2021-02-09T20:15:51.487Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:15:52.091Z] ---> 6ef4a9f092a6 [2021-02-09T20:15:52.091Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T20:15:52.091Z] Removing intermediate container 29cd068b66ba [2021-02-09T20:15:52.091Z] ---> ef1737d6c214 [2021-02-09T20:15:52.091Z] [2021-02-09T20:15:52.365Z] ---> afe502603d66 [2021-02-09T20:15:52.365Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T20:15:52.365Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T20:15:52.365Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T20:15:52.365Z] ---> eeaf43b92773 [2021-02-09T20:15:52.365Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T20:15:52.365Z] ---> 0d42b09cea8a [2021-02-09T20:15:52.366Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T20:15:52.643Z] ---> Running in b0436a7b586b [2021-02-09T20:15:52.919Z] Successfully built ef1737d6c214 [2021-02-09T20:15:52.919Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-09T20:15:52.919Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-09T20:15:53.521Z] ---> ec17d0dd3399 [2021-02-09T20:15:53.521Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T20:15:53.807Z] ---> Running in 6acbadc97f60 [2021-02-09T20:15:53.973Z] Staging go115 [2021-02-09T20:15:53.973Z] + snapcraftctl stage [2021-02-09T20:15:54.095Z] ---> fbb2d2e1c0d3 [2021-02-09T20:15:54.096Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T20:15:54.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:54.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:54.962Z] ---> e31ec79ecdc4 [2021-02-09T20:15:54.962Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T20:15:55.250Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T20:15:55.250Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T20:15:55.250Z] Executing bash-5.0.17-r0.post-install [2021-02-09T20:15:55.250Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:15:55.250Z] OK: 12 MiB in 22 packages [2021-02-09T20:15:55.250Z] Removing intermediate container 6acbadc97f60 [2021-02-09T20:15:55.250Z] ---> db591cdc50f1 [2021-02-09T20:15:55.250Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:15:55.856Z] ---> 688c4edb6c3d [2021-02-09T20:15:55.856Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T20:15:55.856Z] ---> Running in 55464cc1b294 [2021-02-09T20:15:56.141Z] ---> Running in 4d3828396512 [2021-02-09T20:15:56.416Z] ---> 68ab4273bde3 [2021-02-09T20:15:56.416Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T20:15:56.690Z] Removing intermediate container 55464cc1b294 [2021-02-09T20:15:56.690Z] ---> e20005c2442d [2021-02-09T20:15:56.690Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T20:15:56.690Z] ---> Running in 85347d39448d [2021-02-09T20:15:56.965Z] Removing intermediate container 4d3828396512 [2021-02-09T20:15:56.965Z] ---> Running in e3eccf46e029 [2021-02-09T20:15:56.965Z] ---> 8073cd49a5c4 [2021-02-09T20:15:56.965Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:15:57.238Z] ---> Running in 95b355e2e77a [2021-02-09T20:15:57.238Z] Removing intermediate container b0436a7b586b [2021-02-09T20:15:57.238Z] ---> 44a7468d4a3d [2021-02-09T20:15:57.238Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T20:15:57.511Z] Removing intermediate container 85347d39448d [2021-02-09T20:15:57.511Z] ---> 1c13760c1c24 [2021-02-09T20:15:57.511Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:15:57.786Z] ---> Running in 413cdbafe0a8 [2021-02-09T20:15:57.786Z] Removing intermediate container e3eccf46e029 [2021-02-09T20:15:57.786Z] ---> 2a00b9ce6130 [2021-02-09T20:15:57.786Z] Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:15:58.060Z] ---> Running in e456f747c7e3 [2021-02-09T20:15:58.060Z] Removing intermediate container 95b355e2e77a [2021-02-09T20:15:58.060Z] ---> 85b2c3717875 [2021-02-09T20:15:58.060Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T20:15:58.333Z] ---> Running in c2883d04eee0 [2021-02-09T20:15:58.606Z] ---> Running in 210d008c21ca [2021-02-09T20:15:58.885Z] Removing intermediate container 413cdbafe0a8 [2021-02-09T20:15:58.885Z] ---> 3a642c8152d9 [2021-02-09T20:15:58.885Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T20:15:58.885Z] Removing intermediate container e456f747c7e3 [2021-02-09T20:15:58.885Z] ---> 851af8b9a84b [2021-02-09T20:15:58.885Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T20:15:59.170Z] Removing intermediate container c2883d04eee0 [2021-02-09T20:15:59.170Z] ---> 49b8215b1ecd [2021-02-09T20:15:59.170Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:15:59.170Z] ---> Running in ae7ae22e66ec [2021-02-09T20:15:59.170Z] ---> Running in a5eecc0f0756 [2021-02-09T20:15:59.170Z] Removing intermediate container 210d008c21ca [2021-02-09T20:15:59.170Z] ---> 874b979af134 [2021-02-09T20:15:59.170Z] Step 21/22 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:15:59.260Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T20:15:59.260Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T20:15:59.260Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T20:15:59.260Z] Fetched 0 B in 0s (0 B/s) [2021-02-09T20:15:59.260Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-09T20:15:59.260Z] Fetched 224 kB in 0s (0 B/s) [2021-02-09T20:15:59.260Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-09T20:15:59.260Z] Fetched 157 kB in 0s (0 B/s) [2021-02-09T20:15:59.260Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-09T20:15:59.260Z] Fetched 221 kB in 0s (0 B/s) [2021-02-09T20:15:59.260Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-09T20:15:59.260Z] Fetched 143 kB in 0s (0 B/s) [2021-02-09T20:15:59.260Z] Pulling edgex-go [2021-02-09T20:15:59.260Z] + snapcraftctl pull [2021-02-09T20:15:59.443Z] ---> Running in d5adeaa783f0 [2021-02-09T20:15:59.443Z] ---> Running in 085874fe434f [2021-02-09T20:15:59.521Z] Pulling version [2021-02-09T20:15:59.521Z] + cd /root/project [2021-02-09T20:15:59.521Z] + [ -f VERSION ] [2021-02-09T20:15:59.521Z] + PROJECT_VERSION=local-dev [2021-02-09T20:15:59.521Z] + git rev-parse --short HEAD [2021-02-09T20:15:59.521Z] + GIT_REVISION=82e3a622 [2021-02-09T20:15:59.521Z] + snapcraftctl set-version local-dev [2021-02-09T20:15:59.718Z] Removing intermediate container a5eecc0f0756 [2021-02-09T20:15:59.718Z] Removing intermediate container ae7ae22e66ec [2021-02-09T20:15:59.718Z] ---> 7c8565a77d55 [2021-02-09T20:15:59.718Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T20:15:59.718Z] ---> b032023ea85c [2021-02-09T20:15:59.718Z] Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:16:00.001Z] ---> Running in 09a881dcb561 [2021-02-09T20:16:00.001Z] ---> Running in 71dd3f9232f8 [2021-02-09T20:16:00.291Z] Removing intermediate container 085874fe434f [2021-02-09T20:16:00.291Z] ---> 72857ea283bb [2021-02-09T20:16:00.291Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T20:16:00.291Z] Removing intermediate container d5adeaa783f0 [2021-02-09T20:16:00.291Z] ---> 8d3fafc5580a [2021-02-09T20:16:00.291Z] [2021-02-09T20:16:00.291Z] ---> Running in 64f7d88441d8 [2021-02-09T20:16:00.466Z] Building config-common [2021-02-09T20:16:00.466Z] + snapcraftctl build [2021-02-09T20:16:00.892Z] Successfully built 8d3fafc5580a [2021-02-09T20:16:00.892Z] Removing intermediate container 09a881dcb561 [2021-02-09T20:16:00.893Z] Removing intermediate container 71dd3f9232f8 [2021-02-09T20:16:00.893Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-09T20:16:00.893Z] ---> bee6191d91f2 [2021-02-09T20:16:00.893Z] Building docker-security-secretstore-setup-go [2021-02-09T20:16:00.893Z] ---> 03515e5fd2f4 [2021-02-09T20:16:00.893Z]  Building docker-core-command-go ... done Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:16:00.893Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T20:16:01.167Z] ---> Running in aedcc60071fb [2021-02-09T20:16:01.167Z] Removing intermediate container 64f7d88441d8 [2021-02-09T20:16:01.167Z] ---> 174d102e3af3 [2021-02-09T20:16:01.167Z] [2021-02-09T20:16:01.769Z] Successfully built 174d102e3af3 [2021-02-09T20:16:01.769Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-09T20:16:01.769Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-02-09T20:16:01.769Z] Removing intermediate container aedcc60071fb [2021-02-09T20:16:01.769Z] ---> 45ca8abe9fc5 [2021-02-09T20:16:01.769Z] [2021-02-09T20:16:02.382Z] Skipping build go-build-helper (already ran) [2021-02-09T20:16:02.382Z] Skipping build static-packages (already ran) [2021-02-09T20:16:02.382Z] Skipping build go115 (already ran) [2021-02-09T20:16:02.382Z] Building edgex-go [2021-02-09T20:16:02.382Z] Successfully built 45ca8abe9fc5 [2021-02-09T20:16:02.382Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-09T20:16:02.382Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-09T20:16:02.382Z] ---> 66bd524d0415 [2021-02-09T20:16:02.382Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T20:16:02.644Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-09T20:16:02.644Z] + cd /root/parts/edgex-go/src [2021-02-09T20:16:02.644Z] + make build [2021-02-09T20:16:02.644Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T20:16:03.361Z] ---> 7e68ed771ab6 [2021-02-09T20:16:03.361Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T20:16:04.042Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-09T20:16:04.042Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.31 [2021-02-09T20:16:04.042Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-09T20:16:04.042Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-09T20:16:04.042Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-09T20:16:04.042Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-09T20:16:04.042Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-09T20:16:04.042Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-09T20:16:04.042Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-09T20:16:04.042Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-09T20:16:04.042Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-09T20:16:04.042Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-09T20:16:04.042Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-09T20:16:04.042Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-09T20:16:04.042Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-09T20:16:04.042Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-09T20:16:04.042Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-09T20:16:04.042Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-09T20:16:04.042Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-09T20:16:04.042Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-09T20:16:04.042Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-09T20:16:04.042Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-09T20:16:04.326Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-09T20:16:04.326Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-09T20:16:04.326Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-09T20:16:04.338Z] ---> 3d852cf66081 [2021-02-09T20:16:04.338Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T20:16:04.590Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-09T20:16:04.590Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-09T20:16:04.612Z] ---> Running in 7f97fcc12348 [2021-02-09T20:16:06.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:16:06.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:16:06.659Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T20:16:06.659Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T20:16:06.659Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T20:16:06.659Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T20:16:06.659Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T20:16:06.659Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T20:16:06.934Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T20:16:08.910Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T20:16:08.910Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T20:16:08.910Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T20:16:08.910Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T20:16:08.910Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T20:16:08.910Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T20:16:08.910Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T20:16:08.910Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T20:16:08.910Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T20:16:08.911Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T20:16:08.911Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T20:16:08.911Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T20:16:08.911Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T20:16:08.911Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T20:16:08.911Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T20:16:09.186Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T20:16:09.186Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T20:16:09.186Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T20:16:09.186Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T20:16:09.186Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T20:16:09.186Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T20:16:09.186Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T20:16:09.186Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T20:16:09.186Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T20:16:09.186Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T20:16:09.186Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T20:16:09.460Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:16:09.460Z] OK: 71 MiB in 55 packages [2021-02-09T20:16:11.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T20:16:11.172Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-09T20:16:15.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T20:16:16.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T20:16:17.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T20:16:17.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T20:16:17.958Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-09T20:16:18.218Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-09T20:16:18.218Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-09T20:16:18.218Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-09T20:16:19.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T20:16:19.603Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-09T20:16:19.603Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-09T20:16:19.621Z] Removing intermediate container 7f97fcc12348 [2021-02-09T20:16:19.621Z] ---> 8c047040448c [2021-02-09T20:16:19.621Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T20:16:19.621Z] ---> Running in fb059d273184 [2021-02-09T20:16:20.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T20:16:21.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T20:16:21.560Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-09T20:16:22.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T20:16:23.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T20:16:23.776Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-09T20:16:24.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T20:16:24.724Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-09T20:16:25.024Z] Collecting docker-compose==1.23.2 [2021-02-09T20:16:25.024Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T20:16:25.622Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T20:16:25.622Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T20:16:26.598Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T20:16:26.598Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T20:16:26.641Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-09T20:16:26.641Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-09T20:16:26.641Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-09T20:16:26.641Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-09T20:16:26.641Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-09T20:16:26.641Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-09T20:16:26.641Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-09T20:16:26.641Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-09T20:16:26.641Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-09T20:16:26.641Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-09T20:16:26.641Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-09T20:16:26.641Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-09T20:16:26.641Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-09T20:16:26.641Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-09T20:16:26.641Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-09T20:16:27.199Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T20:16:27.474Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T20:16:27.581Z] Building version [2021-02-09T20:16:27.581Z] + snapcraftctl build [2021-02-09T20:16:28.902Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T20:16:28.902Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T20:16:29.494Z] Staging config-common [2021-02-09T20:16:29.494Z] + snapcraftctl stage [2021-02-09T20:16:30.343Z] Collecting PyYAML<4,>=3.10 [2021-02-09T20:16:30.343Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T20:16:30.436Z] Skipping stage go-build-helper (already ran) [2021-02-09T20:16:30.436Z] Skipping stage static-packages (already ran) [2021-02-09T20:16:30.436Z] Skipping stage go115 (already ran) [2021-02-09T20:16:30.436Z] Staging edgex-go [2021-02-09T20:16:30.436Z] + snapcraftctl stage [2021-02-09T20:16:31.378Z] Staging version [2021-02-09T20:16:31.378Z] + snapcraftctl stage [2021-02-09T20:16:32.318Z] Priming config-common [2021-02-09T20:16:32.318Z] + snapcraftctl prime [2021-02-09T20:16:32.890Z] Priming go-build-helper [2021-02-09T20:16:32.890Z] + snapcraftctl prime [2021-02-09T20:16:33.751Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:16:33.751Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:16:33.751Z] ---> 5147c26a3d1f [2021-02-09T20:16:33.751Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T20:16:33.751Z] ---> Using cache [2021-02-09T20:16:33.751Z] ---> 0f30a62c44fd [2021-02-09T20:16:33.751Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:16:33.751Z] ---> Using cache [2021-02-09T20:16:33.751Z] ---> 42df6ddce55e [2021-02-09T20:16:33.751Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T20:16:33.834Z] Priming static-packages [2021-02-09T20:16:33.834Z] + snapcraftctl prime [2021-02-09T20:16:34.433Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T20:16:34.433Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T20:16:35.448Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T20:16:35.735Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T20:16:35.735Z] ---> Running in 95ac4bf4bbe7 [2021-02-09T20:16:36.382Z] Priming go115 [2021-02-09T20:16:36.382Z] + snapcraftctl prime [2021-02-09T20:16:36.954Z] Priming edgex-go [2021-02-09T20:16:37.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:16:37.216Z] + snapcraftctl prime [2021-02-09T20:16:38.162Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T20:16:38.438Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T20:16:38.610Z] Priming version [2021-02-09T20:16:38.610Z] + snapcraftctl prime [2021-02-09T20:16:39.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:16:39.553Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-09T20:16:40.479Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-09T20:16:40.755Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T20:16:40.755Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-02-09T20:16:41.364Z] OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T20:16:44.037Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T20:16:44.038Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T20:16:45.032Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-09T20:16:45.032Z] Collecting idna<2.8,>=2.5 [2021-02-09T20:16:45.309Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T20:16:45.586Z] Removing intermediate container 95ac4bf4bbe7 [2021-02-09T20:16:45.586Z] ---> 8ebbf7dc881b [2021-02-09T20:16:45.586Z] Step 6/30 : COPY go.mod . [2021-02-09T20:16:46.570Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T20:16:46.570Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T20:16:46.862Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-09T20:16:46.862Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T20:16:46.862Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T20:16:46.862Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T20:16:46.862Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T20:16:47.138Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:16:47.138Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:16:47.138Z] ---> 5147c26a3d1f [2021-02-09T20:16:47.138Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T20:16:47.138Z] ---> Using cache [2021-02-09T20:16:47.138Z] ---> 0f30a62c44fd [2021-02-09T20:16:47.138Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:16:47.138Z] ---> Using cache [2021-02-09T20:16:47.138Z] ---> 42df6ddce55e [2021-02-09T20:16:47.138Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T20:16:47.138Z] ---> Using cache [2021-02-09T20:16:47.138Z] ---> 8ebbf7dc881b [2021-02-09T20:16:47.138Z] Step 6/22 : COPY go.mod . [2021-02-09T20:16:47.138Z] ---> Using cache [2021-02-09T20:16:47.138Z] ---> c5a9bc65599a [2021-02-09T20:16:47.138Z] Step 7/22 : RUN go mod download [2021-02-09T20:16:47.138Z] ---> c5a9bc65599a [2021-02-09T20:16:47.138Z] Step 7/30 : RUN go mod download [2021-02-09T20:16:47.138Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:16:47.138Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:16:47.138Z] ---> 5147c26a3d1f [2021-02-09T20:16:47.138Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:16:47.138Z] ---> Using cache [2021-02-09T20:16:47.138Z] ---> 0f30a62c44fd [2021-02-09T20:16:47.138Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:16:47.138Z] ---> Using cache [2021-02-09T20:16:47.138Z] ---> 42df6ddce55e [2021-02-09T20:16:47.139Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T20:16:47.414Z] ---> Running in 2bc2557fc283 [2021-02-09T20:16:47.414Z] ---> Running in d4215c2d66be [2021-02-09T20:16:47.414Z] ---> Running in 3e3dc94092cc [2021-02-09T20:16:47.414Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:16:47.414Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:16:47.414Z] ---> 5147c26a3d1f [2021-02-09T20:16:47.414Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T20:16:47.414Z] ---> Using cache [2021-02-09T20:16:47.414Z] ---> 0f30a62c44fd [2021-02-09T20:16:47.414Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:16:47.414Z] ---> Using cache [2021-02-09T20:16:47.414Z] ---> 42df6ddce55e [2021-02-09T20:16:47.414Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T20:16:47.414Z] ---> Using cache [2021-02-09T20:16:47.414Z] ---> 8ebbf7dc881b [2021-02-09T20:16:47.414Z] Step 6/24 : COPY go.mod . [2021-02-09T20:16:47.414Z] ---> Using cache [2021-02-09T20:16:47.414Z] ---> c5a9bc65599a [2021-02-09T20:16:47.414Z] Step 7/24 : RUN go mod download [2021-02-09T20:16:47.414Z] ---> Running in d2f29da1869c [2021-02-09T20:16:47.690Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, PyYAML, cached-property, docopt, texttable, dockerpty, docker-compose [2021-02-09T20:16:47.690Z] Attempting uninstall: idna [2021-02-09T20:16:47.690Z] Found existing installation: idna 2.9 [2021-02-09T20:16:47.690Z] Uninstalling idna-2.9: [2021-02-09T20:16:47.980Z] Successfully uninstalled idna-2.9 [2021-02-09T20:16:48.970Z] Attempting uninstall: urllib3 [2021-02-09T20:16:48.970Z] Found existing installation: urllib3 1.25.9 [2021-02-09T20:16:48.970Z] Uninstalling urllib3-1.25.9: [2021-02-09T20:16:49.248Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T20:16:49.845Z] Attempting uninstall: requests [2021-02-09T20:16:49.845Z] Found existing installation: requests 2.23.0 [2021-02-09T20:16:49.845Z] Uninstalling requests-2.23.0: [2021-02-09T20:16:49.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:16:50.118Z] Successfully uninstalled requests-2.23.0 [2021-02-09T20:16:50.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:16:51.706Z] Removing intermediate container 2bc2557fc283 [2021-02-09T20:16:51.706Z] ---> d37a965d2a26 [2021-02-09T20:16:51.706Z] Step 8/22 : COPY . . [2021-02-09T20:16:51.706Z] OK: 217 MiB in 51 packages [2021-02-09T20:16:52.312Z] Removing intermediate container d2f29da1869c [2021-02-09T20:16:52.312Z] Removing intermediate container 3e3dc94092cc [2021-02-09T20:16:52.312Z] ---> 4008223b4f21 [2021-02-09T20:16:52.312Z] ---> 86e176fb9f6f [2021-02-09T20:16:52.312Z] Step 8/24 : COPY . . [2021-02-09T20:16:52.312Z] Step 8/30 : COPY . . [2021-02-09T20:16:52.312Z] Running setup.py install for PyYAML: started [2021-02-09T20:16:55.232Z] Removing intermediate container d4215c2d66be [2021-02-09T20:16:55.232Z] ---> 11dd92e1a666 [2021-02-09T20:16:55.232Z] Step 6/23 : COPY go.mod . [2021-02-09T20:16:55.232Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T20:16:55.506Z] Running setup.py install for docopt: started [2021-02-09T20:16:58.156Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T20:16:58.156Z] Running setup.py install for texttable: started [2021-02-09T20:16:58.156Z] ---> e56837ec9084 [2021-02-09T20:16:58.156Z] Step 7/23 : RUN go mod download [2021-02-09T20:16:58.764Z] ---> Running in a289367003f2 [2021-02-09T20:17:00.202Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T20:17:00.202Z] Running setup.py install for dockerpty: started [2021-02-09T20:17:02.901Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T20:17:04.355Z] Removing intermediate container a289367003f2 [2021-02-09T20:17:04.355Z] ---> 7df078e223f9 [2021-02-09T20:17:04.355Z] Step 8/23 : COPY . . [2021-02-09T20:17:04.355Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-09T20:17:12.673Z] Removing intermediate container fb059d273184 [2021-02-09T20:17:12.673Z] ---> 25a5b51d2a0f [2021-02-09T20:17:12.673Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T20:17:14.121Z] ---> Running in fc1f709ae2d3 [2021-02-09T20:17:14.717Z] ---> 83fd3f09c87c [2021-02-09T20:17:14.717Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T20:17:14.990Z] ---> Running in 778f6c52073b [2021-02-09T20:17:14.990Z] ---> 95026905b64b [2021-02-09T20:17:14.990Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T20:17:15.266Z] ---> Running in dee51c17ebd2 [2021-02-09T20:17:15.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:17:15.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:17:16.496Z] ---> b091528d1b8c [2021-02-09T20:17:16.497Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T20:17:16.497Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:17:16.497Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T20:17:16.776Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T20:17:16.776Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:17:16.776Z] OK: 71 MiB in 58 packages [2021-02-09T20:17:16.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T20:17:17.389Z] ---> Running in 0bcf49dddc45 [2021-02-09T20:17:17.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T20:17:20.029Z] Removing intermediate container fc1f709ae2d3 [2021-02-09T20:17:20.029Z] ---> 930e29a6dca2 [2021-02-09T20:17:20.029Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T20:17:20.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T20:17:20.029Z] ---> Running in 47e1ec2a59d9 [2021-02-09T20:17:21.479Z] Removing intermediate container 47e1ec2a59d9 [2021-02-09T20:17:21.479Z] ---> ccee344d0ae6 [2021-02-09T20:17:21.479Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:17:21.752Z] ---> Running in 4cef4cc1c8c7 [2021-02-09T20:17:22.740Z] Removing intermediate container 4cef4cc1c8c7 [2021-02-09T20:17:22.740Z] ---> 178a51a83d1c [2021-02-09T20:17:22.740Z] Step 24/26 : LABEL arch=arm64 [2021-02-09T20:17:23.020Z] ---> Running in 20bb8d6bef6c [2021-02-09T20:17:24.485Z] Removing intermediate container 20bb8d6bef6c [2021-02-09T20:17:24.485Z] ---> 19ca5df77d68 [2021-02-09T20:17:24.485Z] Step 25/26 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:17:25.088Z] ---> Running in 847babeca64c [2021-02-09T20:17:26.528Z] Removing intermediate container 847babeca64c [2021-02-09T20:17:26.528Z] ---> 24ae7b7e1b0a [2021-02-09T20:17:26.528Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T20:17:26.528Z] ---> Running in 7f60a937226d [2021-02-09T20:17:27.128Z] Removing intermediate container 7f60a937226d [2021-02-09T20:17:27.128Z] ---> ebde85cb4ffe [2021-02-09T20:17:27.128Z] [2021-02-09T20:17:27.728Z] ---> 71404ed7f793 [2021-02-09T20:17:27.728Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T20:17:27.728Z] ---> Running in c8dd0efc10f1 [2021-02-09T20:17:28.006Z] Successfully built ebde85cb4ffe [2021-02-09T20:17:28.006Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-09T20:17:30.267Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T20:18:26.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T20:18:30.249Z] Removing intermediate container dee51c17ebd2 [2021-02-09T20:18:30.249Z] ---> a5d1686d8ffe [2021-02-09T20:18:30.249Z] [2021-02-09T20:18:30.249Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T20:18:30.249Z] ---> afeebe901d6b [2021-02-09T20:18:30.249Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T20:18:30.249Z] ---> Running in 78903df397b1 [2021-02-09T20:18:30.849Z] Removing intermediate container 78903df397b1 [2021-02-09T20:18:30.849Z] ---> 5dc6477f97c4 [2021-02-09T20:18:30.849Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T20:18:30.849Z] ---> Running in 7c995e857c3b [2021-02-09T20:18:32.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:18:33.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:18:33.725Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T20:18:33.725Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T20:18:33.725Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:18:33.725Z] OK: 5 MiB in 16 packages [2021-02-09T20:18:35.737Z] Removing intermediate container 0bcf49dddc45 [2021-02-09T20:18:35.737Z] ---> 94d8b612eca3 [2021-02-09T20:18:35.737Z] [2021-02-09T20:18:35.737Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T20:18:35.737Z] ---> afeebe901d6b [2021-02-09T20:18:35.737Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T20:18:36.019Z] ---> Running in 4c65767aedbf [2021-02-09T20:18:36.291Z] Removing intermediate container 7c995e857c3b [2021-02-09T20:18:36.291Z] ---> d76726626714 [2021-02-09T20:18:36.291Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T20:18:36.568Z] ---> Running in b354cc45f74b [2021-02-09T20:18:37.185Z] Removing intermediate container b354cc45f74b [2021-02-09T20:18:37.185Z] ---> 7f3144eec31f [2021-02-09T20:18:37.185Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T20:18:37.459Z] ---> Running in b34e68ba17c9 [2021-02-09T20:18:38.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:18:38.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:18:38.343Z] Removing intermediate container b34e68ba17c9 [2021-02-09T20:18:38.343Z] ---> 218f65891f87 [2021-02-09T20:18:38.343Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T20:18:38.635Z] ---> Running in 0fc584b92005 [2021-02-09T20:18:38.906Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T20:18:38.906Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:18:38.906Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T20:18:38.906Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T20:18:38.906Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T20:18:38.906Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:18:39.182Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:18:39.457Z] OK: 7 MiB in 19 packages [2021-02-09T20:18:42.873Z] Removing intermediate container 4c65767aedbf [2021-02-09T20:18:42.873Z] ---> 7d6bae324b5d [2021-02-09T20:18:42.873Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T20:18:42.873Z] ---> Running in bf9fe82e1464 [2021-02-09T20:18:42.873Z] Removing intermediate container 0fc584b92005 [2021-02-09T20:18:42.873Z] ---> eb87134f43ed [2021-02-09T20:18:42.873Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T20:18:43.481Z] ---> Running in cf031eba3e39 [2021-02-09T20:18:43.759Z] Removing intermediate container bf9fe82e1464 [2021-02-09T20:18:43.759Z] ---> fafc73456239 [2021-02-09T20:18:43.759Z] Step 13/24 : WORKDIR / [2021-02-09T20:18:44.045Z] ---> Running in cdc7972e88ad [2021-02-09T20:18:44.641Z] Removing intermediate container cf031eba3e39 [2021-02-09T20:18:44.641Z] ---> a8da8289a32b [2021-02-09T20:18:44.641Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T20:18:44.933Z] Removing intermediate container cdc7972e88ad [2021-02-09T20:18:44.933Z] ---> 161d089993ae [2021-02-09T20:18:44.933Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-09T20:18:45.914Z] ---> faa33fe8a55c [2021-02-09T20:18:45.914Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T20:18:45.914Z] Removing intermediate container 778f6c52073b [2021-02-09T20:18:45.914Z] ---> 03c731dd62f1 [2021-02-09T20:18:45.914Z] [2021-02-09T20:18:45.914Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T20:18:45.914Z] ---> afeebe901d6b [2021-02-09T20:18:45.914Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:18:45.914Z] ---> Using cache [2021-02-09T20:18:45.914Z] ---> f7a24170a72d [2021-02-09T20:18:45.914Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:18:45.914Z] ---> Using cache [2021-02-09T20:18:45.914Z] ---> 447c636f7b95 [2021-02-09T20:18:45.914Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T20:18:45.914Z] ---> Running in 916c7a63912f [2021-02-09T20:18:45.914Z] ---> Running in b49651ba6e12 [2021-02-09T20:18:46.189Z] ---> c204e154ec02 [2021-02-09T20:18:46.189Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-09T20:18:46.466Z] Removing intermediate container b49651ba6e12 [2021-02-09T20:18:46.466Z] ---> 27cda3508d9a [2021-02-09T20:18:46.466Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T20:18:46.748Z] ---> Running in c799681a400e [2021-02-09T20:18:47.353Z] Removing intermediate container c799681a400e [2021-02-09T20:18:47.353Z] ---> 76b747a1bd11 [2021-02-09T20:18:47.353Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:18:47.631Z] ---> e877564c788b [2021-02-09T20:18:47.631Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T20:18:48.618Z] ---> 5438017bd5af [2021-02-09T20:18:48.618Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T20:18:48.618Z] ---> c0184fd5aefd [2021-02-09T20:18:48.618Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T20:18:49.218Z] Removing intermediate container 916c7a63912f [2021-02-09T20:18:49.218Z] ---> adc27ab0e7d3 [2021-02-09T20:18:49.218Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:18:50.212Z] ---> ba4c33f37f9e [2021-02-09T20:18:50.212Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T20:18:50.212Z] ---> 5822bd19d218 [2021-02-09T20:18:50.212Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T20:18:50.212Z] ---> b89626589242 [2021-02-09T20:18:50.212Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T20:18:52.466Z] ---> a6879aef64b4 [2021-02-09T20:18:52.466Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T20:18:52.756Z] ---> Running in 80f02798f1e8 [2021-02-09T20:18:53.044Z] ---> 808fe562bec6 [2021-02-09T20:18:53.044Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T20:18:53.044Z] ---> 9658e230e01d [2021-02-09T20:18:53.044Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T20:18:53.666Z] Removing intermediate container 80f02798f1e8 [2021-02-09T20:18:53.666Z] ---> 140b98a9d364 [2021-02-09T20:18:53.666Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:18:53.950Z] ---> Running in 1ab5bbf058b7 [2021-02-09T20:18:54.233Z] ---> b0b31e37d394 [2021-02-09T20:18:54.233Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T20:18:54.233Z] ---> 576a16f6e8d0 [2021-02-09T20:18:54.233Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-09T20:18:54.504Z] ---> Running in 04df3880b85c [2021-02-09T20:18:54.504Z] Removing intermediate container 1ab5bbf058b7 [2021-02-09T20:18:54.504Z] ---> 53f684759266 [2021-02-09T20:18:54.504Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T20:18:54.778Z] ---> Running in 9347ff5bc709 [2021-02-09T20:18:55.050Z] ---> c2f531cf939a [2021-02-09T20:18:55.050Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T20:18:55.321Z] Removing intermediate container 9347ff5bc709 [2021-02-09T20:18:55.321Z] ---> c260838cc20a [2021-02-09T20:18:55.321Z] Step 21/22 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:18:55.591Z] ---> Running in 803a7f76df0e [2021-02-09T20:18:55.862Z] ---> Running in 5652f37be06a [2021-02-09T20:18:56.133Z] Removing intermediate container 803a7f76df0e [2021-02-09T20:18:56.133Z] ---> 5100d092eaf2 [2021-02-09T20:18:56.133Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T20:18:56.408Z] Removing intermediate container 5652f37be06a [2021-02-09T20:18:56.408Z] ---> f0684c96e122 [2021-02-09T20:18:56.408Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T20:18:56.679Z] ---> Running in 6edb1ea37858 [2021-02-09T20:18:57.285Z] Removing intermediate container 6edb1ea37858 [2021-02-09T20:18:57.285Z] ---> c9c728239abf [2021-02-09T20:18:57.285Z] [2021-02-09T20:18:57.285Z] ---> d33f8068d48b [2021-02-09T20:18:57.285Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T20:18:57.572Z] Removing intermediate container 04df3880b85c [2021-02-09T20:18:57.572Z] ---> 887b750bf47d [2021-02-09T20:18:57.572Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T20:18:57.572Z] Successfully built c9c728239abf [2021-02-09T20:18:57.848Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-09T20:18:57.848Z]  Building docker-support-scheduler-go ... done  ---> Running in eae4ee8469d6 [2021-02-09T20:18:57.848Z] ---> Running in d49baf9fe4d3 [2021-02-09T20:18:58.450Z] Removing intermediate container d49baf9fe4d3 [2021-02-09T20:18:58.450Z] ---> 8d78728aaa5d [2021-02-09T20:18:58.450Z] Step 22/24 : LABEL arch=arm64 [2021-02-09T20:18:58.725Z] ---> Running in 5fdf66519b20 [2021-02-09T20:18:59.710Z] Removing intermediate container 5fdf66519b20 [2021-02-09T20:18:59.710Z] ---> 75709a87891d [2021-02-09T20:18:59.710Z] Step 23/24 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:18:59.985Z] ---> Running in 72ef922e7a9c [2021-02-09T20:19:00.586Z] Removing intermediate container 72ef922e7a9c [2021-02-09T20:19:00.586Z] ---> 9d6c13c6b0a7 [2021-02-09T20:19:00.586Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T20:19:00.586Z] Removing intermediate container eae4ee8469d6 [2021-02-09T20:19:00.586Z] ---> 0b32becad6cf [2021-02-09T20:19:00.586Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T20:19:00.863Z] Removing intermediate container c8dd0efc10f1 [2021-02-09T20:19:00.863Z] ---> 6b1134226744 [2021-02-09T20:19:00.863Z] [2021-02-09T20:19:00.863Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:19:00.863Z] ---> afeebe901d6b [2021-02-09T20:19:00.863Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T20:19:00.863Z] ---> Running in 090d1f214110 [2021-02-09T20:19:01.138Z] ---> Running in 9c3a5c30f882 [2021-02-09T20:19:01.410Z] ---> Running in 388caa6c0ec9 [2021-02-09T20:19:01.410Z] Removing intermediate container 090d1f214110 [2021-02-09T20:19:01.410Z] ---> f1b657f056d9 [2021-02-09T20:19:01.410Z] [2021-02-09T20:19:01.683Z] Removing intermediate container 9c3a5c30f882 [2021-02-09T20:19:01.683Z] ---> 5836b47036d0 [2021-02-09T20:19:01.683Z] Step 27/30 : CMD ["gate"] [2021-02-09T20:19:01.956Z] Removing intermediate container 388caa6c0ec9 [2021-02-09T20:19:01.956Z] ---> 3bc49c867357 [2021-02-09T20:19:01.956Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T20:19:01.956Z] Successfully built f1b657f056d9 [2021-02-09T20:19:01.956Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-09T20:19:02.233Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in b0f4ca1b45ea [2021-02-09T20:19:02.233Z] ---> Running in ed298d2c9b56 [2021-02-09T20:19:02.515Z] Removing intermediate container b0f4ca1b45ea [2021-02-09T20:19:02.515Z] ---> a79123cc79ef [2021-02-09T20:19:02.515Z] Step 28/30 : LABEL arch=arm64 [2021-02-09T20:19:02.792Z] Removing intermediate container ed298d2c9b56 [2021-02-09T20:19:02.792Z] ---> 26611c2f6941 [2021-02-09T20:19:02.792Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T20:19:03.064Z] ---> Running in a99374994419 [2021-02-09T20:19:03.064Z] ---> Running in 3f6f18a0d931 [2021-02-09T20:19:03.656Z] Removing intermediate container a99374994419 [2021-02-09T20:19:03.656Z] ---> 00823810e2f0 [2021-02-09T20:19:03.656Z] Step 29/30 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:19:03.656Z] Removing intermediate container 3f6f18a0d931 [2021-02-09T20:19:03.656Z] ---> c6ec63caddac [2021-02-09T20:19:03.656Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:19:03.932Z] ---> Running in 51f43c89701e [2021-02-09T20:19:03.932Z] ---> Running in 8f147a1bf054 [2021-02-09T20:19:04.528Z] Removing intermediate container 51f43c89701e [2021-02-09T20:19:04.528Z] ---> ee3b060b0f19 [2021-02-09T20:19:04.528Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T20:19:04.798Z] ---> Running in fbcfd5302867 [2021-02-09T20:19:05.388Z] Removing intermediate container fbcfd5302867 [2021-02-09T20:19:05.388Z] ---> 48fb4ca07739 [2021-02-09T20:19:05.388Z] [2021-02-09T20:19:05.658Z] Successfully built 48fb4ca07739 [2021-02-09T20:19:05.658Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-09T20:19:06.247Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8f147a1bf054 [2021-02-09T20:19:06.247Z] ---> 5cfddbe0169b [2021-02-09T20:19:06.247Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T20:19:06.517Z] ---> Running in a40cfcddafef [2021-02-09T20:19:07.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:19:08.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:19:09.050Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T20:19:09.050Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T20:19:09.050Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T20:19:09.050Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T20:19:09.320Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T20:19:09.591Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T20:19:09.591Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:19:09.591Z] OK: 8 MiB in 20 packages [2021-02-09T20:19:11.022Z] Removing intermediate container a40cfcddafef [2021-02-09T20:19:11.022Z] ---> f5dd9ab79444 [2021-02-09T20:19:11.022Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:19:11.290Z] ---> 1e661cff6bf4 [2021-02-09T20:19:11.290Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T20:19:12.714Z] ---> 0c8366faced8 [2021-02-09T20:19:12.714Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T20:19:13.305Z] ---> 800664c33d04 [2021-02-09T20:19:13.305Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T20:19:13.575Z] ---> Running in e759f0ff7a5a [2021-02-09T20:19:13.847Z] Removing intermediate container e759f0ff7a5a [2021-02-09T20:19:13.847Z] ---> ce39f3126660 [2021-02-09T20:19:13.847Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:19:14.120Z] ---> Running in ecd0660ea612 [2021-02-09T20:19:14.714Z] Removing intermediate container ecd0660ea612 [2021-02-09T20:19:14.714Z] ---> a0618dc2c630 [2021-02-09T20:19:14.714Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T20:19:14.714Z] ---> Running in 5a064dbfde51 [2021-02-09T20:19:14.987Z] Removing intermediate container 5a064dbfde51 [2021-02-09T20:19:14.987Z] ---> dca088c6d0cf [2021-02-09T20:19:14.987Z] Step 22/23 : LABEL git_sha=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [2021-02-09T20:19:15.261Z] ---> Running in 404a62dbbd65 [2021-02-09T20:19:15.536Z] Removing intermediate container 404a62dbbd65 [2021-02-09T20:19:15.536Z] ---> 4e096a1c8188 [2021-02-09T20:19:15.536Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:19:15.806Z] ---> Running in b6183652676b [2021-02-09T20:19:16.075Z] Removing intermediate container b6183652676b [2021-02-09T20:19:16.075Z] ---> f86d12853149 [2021-02-09T20:19:16.075Z] [2021-02-09T20:19:16.665Z] Successfully built f86d12853149 [2021-02-09T20:19:16.665Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-09T20:19:16.952Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-09T20:19:16.968Z] $ docker stop --time=1 8a540cf0d33a97b79163afa674b08d5871efc7ff9ff5749f687cd6f226b23e76 [2021-02-09T20:19:18.875Z] $ docker rm -f 8a540cf0d33a97b79163afa674b08d5871efc7ff9ff5749f687cd6f226b23e76 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T20:19:19.583Z] + + grep docker [2021-02-09T20:19:19.583Z] docker images [2021-02-09T20:19:19.854Z] docker-core-data-go-arm64 latest f86d12853149 4 seconds ago 21MB [2021-02-09T20:19:19.854Z] docker-security-bootstrapper-go-arm64 latest 48fb4ca07739 15 seconds ago 17MB [2021-02-09T20:19:19.854Z] docker-security-secretstore-setup-go-arm64 latest f1b657f056d9 18 seconds ago 23.4MB [2021-02-09T20:19:19.854Z] docker-support-scheduler-go-arm64 latest c9c728239abf 23 seconds ago 16.1MB [2021-02-09T20:19:19.854Z] docker-sys-mgmt-agent-go-arm64 latest ebde85cb4ffe About a minute ago 300MB [2021-02-09T20:19:19.854Z] docker-core-metadata-go-arm64 latest 45ca8abe9fc5 3 minutes ago 17.8MB [2021-02-09T20:19:19.854Z] docker-support-notifications-go-arm64 latest 174d102e3af3 3 minutes ago 16.7MB [2021-02-09T20:19:19.854Z] docker-core-command-go-arm64 latest 8d3fafc5580a 3 minutes ago 16MB [2021-02-09T20:19:19.855Z] docker-security-proxy-setup-go-arm64 latest ef1737d6c214 3 minutes ago 23.2MB [2021-02-09T20:19:19.855Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-09T20:19:23.599Z] provisioning config files... [2021-02-09T20:19:23.618Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config4249337737002957320tmp [Pipeline] { [Pipeline] sh [2021-02-09T20:19:24.000Z] + set +x [2021-02-09T20:19:24.000Z] + curl -s https://codecov.io/bash [2021-02-09T20:19:24.000Z] + bash -s -- [2021-02-09T20:19:24.588Z] [2021-02-09T20:19:24.588Z] _____ _ [2021-02-09T20:19:24.588Z] / ____| | | [2021-02-09T20:19:24.588Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T20:19:24.588Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T20:19:24.588Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T20:19:24.588Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T20:19:24.588Z] Bash-20210129-7c25fce [2021-02-09T20:19:24.588Z] [2021-02-09T20:19:24.588Z] [2021-02-09T20:19:24.588Z] ==> git version 2.24.3 found [2021-02-09T20:19:24.588Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-09T20:19:24.588Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T20:19:24.588Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T20:19:24.588Z] ==> Jenkins CI detected. [2021-02-09T20:19:24.588Z] project root: . [2021-02-09T20:19:24.588Z] --> token set from env [2021-02-09T20:19:24.588Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T20:19:24.588Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T20:19:24.588Z] ==> Python coveragepy not found [2021-02-09T20:19:24.588Z] ==> Searching for coverage reports in: [2021-02-09T20:19:24.588Z] + . [2021-02-09T20:19:24.588Z] -> Found 1 reports [2021-02-09T20:19:24.588Z] ==> Detecting git/mercurial file structure [2021-02-09T20:19:24.588Z] ==> Reading reports [2021-02-09T20:19:24.588Z] + ./coverage.out bytes=594557 [2021-02-09T20:19:24.588Z] ==> Appending adjustments [2021-02-09T20:19:24.588Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T20:19:27.911Z] + Found adjustments [2021-02-09T20:19:27.912Z] ==> Gzipping contents [2021-02-09T20:19:28.173Z] 88K /tmp/codecov.nztIWp.gz [2021-02-09T20:19:28.173Z] ==> Uploading reports [2021-02-09T20:19:28.173Z] url: https://codecov.io [2021-02-09T20:19:28.173Z] query: branch=PR-3113&commit=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-09T20:19:28.173Z] -> Pinging Codecov [2021-02-09T20:19:28.173Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=82e3a622d3490b4ba7f8f37e6982fed0c953e5ac&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= [2021-02-09T20:19:28.747Z] -> Uploading to [2021-02-09T20:19:28.747Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/82e3a622d3490b4ba7f8f37e6982fed0c953e5ac/f8d2f28c-e46b-488a-a160-7c07cd584d65.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T201928Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bc172f80e9eb86c94b5908448604d5c66aeb202280a2cd1675459ba29ebf5fe7 [2021-02-09T20:19:28.747Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T20:19:28.747Z] Dload Upload Total Spent Left Speed [2021-02-09T20:19:29.271Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89238 0 0 100 89238 0 153k --:--:-- --:--:-- --:--:-- 153k [2021-02-09T20:19:29.271Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/82e3a622d3490b4ba7f8f37e6982fed0c953e5ac [Pipeline] } [2021-02-09T20:19:29.281Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:19:31.578Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:19:32.472Z] ---> package-listing.sh [2021-02-09T20:19:32.472Z] ++ facter osfamily [2021-02-09T20:19:32.472Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T20:19:32.472Z] + OS_FAMILY=redhat [2021-02-09T20:19:32.472Z] + workspace=/w/workspace/edgex-go/19 [2021-02-09T20:19:32.472Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T20:19:32.472Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T20:19:32.472Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T20:19:32.472Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T20:19:32.472Z] + '[' /w/workspace/edgex-go/19 ']' [2021-02-09T20:19:32.472Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T20:19:32.472Z] + case "${OS_FAMILY}" in [2021-02-09T20:19:32.472Z] + rpm -qa [2021-02-09T20:19:32.472Z] + sort [2021-02-09T20:19:37.778Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T20:19:37.778Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T20:19:37.778Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T20:19:37.778Z] + '[' /w/workspace/edgex-go/19 ']' [2021-02-09T20:19:37.778Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2021-02-09T20:19:37.779Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2021-02-09T20:19:37.794Z] 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T20:19:38.094Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:19:38.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T20:19:38.672Z] [2021-02-09T20:19:38.672Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:19:39.030Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T20:19:39.030Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T20:19:39.030Z] df20fa9351a1: Pulling fs layer [2021-02-09T20:19:39.030Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T20:19:39.030Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T20:19:39.030Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T20:19:39.030Z] 93b61091891f: Pulling fs layer [2021-02-09T20:19:39.030Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T20:19:39.030Z] 5e14af77c1be: Pulling fs layer [2021-02-09T20:19:39.030Z] 01666e4c0597: Pulling fs layer [2021-02-09T20:19:39.030Z] aa168da1d23b: Pulling fs layer [2021-02-09T20:19:39.030Z] 93b9cdb0e59b: Waiting [2021-02-09T20:19:39.030Z] 5e14af77c1be: Waiting [2021-02-09T20:19:39.030Z] 01666e4c0597: Waiting [2021-02-09T20:19:39.030Z] aa168da1d23b: Waiting [2021-02-09T20:19:39.030Z] 46f8f816bc3b: Waiting [2021-02-09T20:19:39.030Z] 93b61091891f: Waiting [2021-02-09T20:19:39.030Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T20:19:39.030Z] 36b3adc4ff6f: Download complete [2021-02-09T20:19:39.030Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T20:19:39.030Z] 46f8f816bc3b: Download complete [2021-02-09T20:19:39.295Z] df20fa9351a1: Download complete [2021-02-09T20:19:39.295Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T20:19:39.295Z] 93b9cdb0e59b: Download complete [2021-02-09T20:19:39.295Z] 5e14af77c1be: Download complete [2021-02-09T20:19:39.295Z] 93b61091891f: Download complete [2021-02-09T20:19:39.295Z] 01666e4c0597: Verifying Checksum [2021-02-09T20:19:39.295Z] 01666e4c0597: Download complete [2021-02-09T20:19:39.562Z] df20fa9351a1: Pull complete [2021-02-09T20:19:39.824Z] 36b3adc4ff6f: Pull complete [2021-02-09T20:19:40.401Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T20:19:40.401Z] 8ad3a11d3b57: Download complete [2021-02-09T20:19:41.794Z] aa168da1d23b: Verifying Checksum [2021-02-09T20:19:41.794Z] aa168da1d23b: Download complete [2021-02-09T20:19:42.367Z] 8ad3a11d3b57: Pull complete [2021-02-09T20:19:42.367Z] 46f8f816bc3b: Pull complete [2021-02-09T20:19:42.629Z] 93b61091891f: Pull complete [2021-02-09T20:19:42.891Z] 93b9cdb0e59b: Pull complete [2021-02-09T20:19:42.891Z] 5e14af77c1be: Pull complete [2021-02-09T20:19:43.157Z] 01666e4c0597: Pull complete [2021-02-09T20:19:51.449Z] aa168da1d23b: Pull complete [2021-02-09T20:19:51.449Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T20:19:51.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T20:19:51.449Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T20:19:51.645Z] prd-centos7-docker-4c-2g-25839 does not seem to be running inside a container [2021-02-09T20:19:51.698Z] $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-09T20:20:02.260Z] $ docker top 01a5bb4c24a7dc6872337fe07e78a31cb79b7eaafd4c7428191cc640d8730eb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:20:02.972Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T20:20:03.273Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T20:20:03.576Z] + ls /var/log/sa-host [2021-02-09T20:20:03.576Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T20:20:03.576Z] file_magic: OK [2021-02-09T20:20:03.576Z] HZ: Using current value: 100 [2021-02-09T20:20:03.576Z] file_header: OK [2021-02-09T20:20:03.576Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-09T20:20:03.576Z] Statistics: [2021-02-09T20:20:03.576Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-09T20:20:03.576Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T20:20:03.576Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T20:20:03.576Z] file_magic: OK [2021-02-09T20:20:03.576Z] HZ: Using current value: 100 [2021-02-09T20:20:03.576Z] file_header: OK [2021-02-09T20:20:03.576Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-09T20:20:03.576Z] Statistics: [2021-02-09T20:20:03.576Z] Hnuu...uuuununununu... [2021-02-09T20:20:03.576Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T20:20:03.803Z] provisioning config files... [2021-02-09T20:20:03.826Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config8664833699258992057tmp [Pipeline] { [Pipeline] echo [2021-02-09T20:20:03.927Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:20:04.246Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T20:20:04.256Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T20:20:04.384Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:20:04.721Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T20:20:04.740Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:20:05.196Z] ---> sudo-logs.sh [2021-02-09T20:20:05.196Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T20:20:05.231Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:20:05.580Z] ---> job-cost.sh [2021-02-09T20:20:05.580Z] lf-activate-venv: SKIPPING [2021-02-09T20:20:05.580Z] INFO: No Stack... [2021-02-09T20:20:06.529Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T20:20:07.106Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T20:20:07.122Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:20:07.423Z] ---> logs-deploy.sh [2021-02-09T20:20:07.423Z] lf-activate-venv: SKIPPING [2021-02-09T20:20:07.423Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/19 [2021-02-09T20:20:07.423Z] INFO: archiving workspace using pattern(s): [2021-02-09T20:20:09.345Z] Archives upload complete. [2021-02-09T20:20:09.345Z] INFO: archiving logs to Nexus