Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 435fc41d67987ddff12c535146ad4fc35898d092+d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 (e16991a35cb58dc653eb81afdf6092ecebf56242) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2179 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 Merge succeeded, producing b117e3d8c7cc1fe84e2185adeab542e4b027b3bd Checking out Revision b117e3d8c7cc1fe84e2185adeab542e4b027b3bd (PR-3391) > 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/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # 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 d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b117e3d8c7cc1fe84e2185adeab542e4b027b3bd # timeout=10 Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" > git rev-list --no-walk 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-28T08:30:01.949Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-28T08:30:02.159Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-28T08:30:02.193Z] ========================================================= [2021-04-28T08:30:02.193Z] EdgeX Global Pipelines Version Info [2021-04-28T08:30:02.193Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:30:04.229Z] ------------------- [2021-04-28T08:30:04.229Z] stable info: [2021-04-28T08:30:04.229Z] ------------------- [2021-04-28T08:30:04.229Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-28T08:30:04.229Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-28T08:30:04.229Z] Message: update stable to v1.0.186 [2021-04-28T08:30:04.803Z] ------------------- [2021-04-28T08:30:04.803Z] experimental info: [2021-04-28T08:30:04.803Z] ------------------- [2021-04-28T08:30:04.803Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-28T08:30:04.803Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-28T08:30:04.803Z] Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-28T08:30:04.928Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-28T08:30:04.949Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-28T08:30:04.970Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-28T08:30:04.991Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-28T08:30:05.012Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-28T08:30:05.032Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-28T08:30:05.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-28T08:30:05.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-28T08:30:05.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-28T08:30:05.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-28T08:30:05.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-28T08:30:05.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-28T08:30:05.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-28T08:30:05.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-28T08:30:05.232Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T08:30:05.254Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T08:30:05.276Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-28T08:30:05.317Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-28T08:30:05.339Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-28T08:30:05.360Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-28T08:30:05.381Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-28T08:30:05.402Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-28T08:30:05.423Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo [2021-04-28T08:30:05.450Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo [2021-04-28T08:30:05.472Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo [2021-04-28T08:30:05.494Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [Pipeline] echo [2021-04-28T08:30:05.515Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b117e3d [Pipeline] echo [2021-04-28T08:30:05.537Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T08:30:05.618Z] provisioning config files... [2021-04-28T08:30:05.653Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6342277228949001825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:30:05.975Z] ---> docker-login.sh [2021-04-28T08:30:05.975Z] nexus3.edgexfoundry.org:10001 [2021-04-28T08:30:06.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:30:06.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:30:06.508Z] Configure a credential helper to remove this warning. See [2021-04-28T08:30:06.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:30:06.508Z] [2021-04-28T08:30:06.508Z] Login Succeeded [2021-04-28T08:30:06.508Z] nexus3.edgexfoundry.org:10002 [2021-04-28T08:30:06.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:30:06.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:30:06.508Z] Configure a credential helper to remove this warning. See [2021-04-28T08:30:06.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:30:06.508Z] [2021-04-28T08:30:06.508Z] Login Succeeded [2021-04-28T08:30:06.508Z] nexus3.edgexfoundry.org:10003 [2021-04-28T08:30:06.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:30:06.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:30:06.775Z] Configure a credential helper to remove this warning. See [2021-04-28T08:30:06.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:30:06.776Z] [2021-04-28T08:30:06.776Z] Login Succeeded [2021-04-28T08:30:06.776Z] nexus3.edgexfoundry.org:10004 [2021-04-28T08:30:07.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:30:07.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:30:07.038Z] Configure a credential helper to remove this warning. See [2021-04-28T08:30:07.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:30:07.038Z] [2021-04-28T08:30:07.038Z] Login Succeeded [2021-04-28T08:30:07.038Z] docker.io [2021-04-28T08:30:07.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:30:07.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:30:07.301Z] Configure a credential helper to remove this warning. See [2021-04-28T08:30:07.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:30:07.301Z] [2021-04-28T08:30:07.301Z] Login Succeeded [2021-04-28T08:30:07.301Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T08:30:07.311Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T08:30:07.646Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-28T08:30:07.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:30:07.646Z] ++ dirname cmd/core-command/Dockerfile [2021-04-28T08:30:07.646Z] ++ cut -d/ -f2 [2021-04-28T08:30:07.646Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-28T08:30:07.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:30:07.646Z] ++ dirname cmd/core-data/Dockerfile [2021-04-28T08:30:07.646Z] ++ cut -d/ -f2 [2021-04-28T08:30:07.646Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-28T08:30:07.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:30:07.646Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-28T08:30:07.646Z] ++ cut -d/ -f2 [2021-04-28T08:30:07.646Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-28T08:30:07.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:30:07.646Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-28T08:30:07.646Z] ++ cut -d/ -f2 [2021-04-28T08:30:07.646Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-28T08:30:07.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:30:07.646Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-28T08:30:07.646Z] ++ cut -d/ -f2 [2021-04-28T08:30:07.646Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-28T08:30:07.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:30:07.646Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-28T08:30:07.646Z] ++ cut -d/ -f2 [2021-04-28T08:30:07.646Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-28T08:30:07.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:30:07.646Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-28T08:30:07.646Z] ++ cut -d/ -f2 [2021-04-28T08:30:07.646Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-28T08:30:07.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:30:07.646Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-28T08:30:07.646Z] ++ cut -d/ -f2 [2021-04-28T08:30:07.646Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-28T08:30:07.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:30:07.646Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-28T08:30:07.646Z] ++ cut -d/ -f2 [2021-04-28T08:30:07.646Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-28T08:30:07.747Z] 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-04-28T08:30:09.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T08:30:09.055Z] [2021-04-28T08:30:09.055Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:30:09.380Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T08:30:09.381Z] latest: Pulling from edgex-devops/git-semver [2021-04-28T08:30:09.381Z] 31603596830f: Pulling fs layer [2021-04-28T08:30:09.381Z] 54011a49482f: Pulling fs layer [2021-04-28T08:30:09.381Z] a6820b24f6d8: Pulling fs layer [2021-04-28T08:30:09.381Z] f581987b2513: Pulling fs layer [2021-04-28T08:30:09.381Z] f581987b2513: Waiting [2021-04-28T08:30:09.381Z] 54011a49482f: Verifying Checksum [2021-04-28T08:30:09.381Z] 54011a49482f: Download complete [2021-04-28T08:30:09.381Z] 31603596830f: Verifying Checksum [2021-04-28T08:30:09.381Z] 31603596830f: Download complete [2021-04-28T08:30:09.647Z] f581987b2513: Verifying Checksum [2021-04-28T08:30:09.647Z] f581987b2513: Download complete [2021-04-28T08:30:09.647Z] a6820b24f6d8: Verifying Checksum [2021-04-28T08:30:09.647Z] a6820b24f6d8: Download complete [2021-04-28T08:30:09.915Z] 31603596830f: Pull complete [2021-04-28T08:30:10.182Z] 54011a49482f: Pull complete [2021-04-28T08:30:10.768Z] a6820b24f6d8: Pull complete [2021-04-28T08:30:11.033Z] f581987b2513: Pull complete [2021-04-28T08:30:11.033Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-28T08:30:11.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T08:30:11.033Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-28T08:30:11.166Z] prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container [2021-04-28T08:30:11.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-28T08:30:13.799Z] $ docker top 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-28T08:30:13.965Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T08:30:13.966Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T08:30:14.174Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T08:30:14.179Z] $ docker exec 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 ssh-agent [2021-04-28T08:30:14.346Z] SSH_AUTH_SOCK=/tmp/ssh-pMS93hEltA2N/agent.11 [2021-04-28T08:30:14.346Z] SSH_AGENT_PID=16 [2021-04-28T08:30:14.360Z] Running ssh-add (command line suppressed) [2021-04-28T08:30:14.478Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_8747798779963992092.key (/w/workspace/edgex-go/8@tmp/private_key_8747798779963992092.key) [2021-04-28T08:30:14.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T08:30:14.847Z] + git tag --points-at HEAD [Pipeline] } [2021-04-28T08:30:14.870Z] $ docker exec --env ******** --env ******** 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 ssh-agent -k [2021-04-28T08:30:14.995Z] unset SSH_AUTH_SOCK; [2021-04-28T08:30:14.995Z] unset SSH_AGENT_PID; [2021-04-28T08:30:14.995Z] echo Agent pid 16 killed; [2021-04-28T08:30:15.040Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-28T08:30:15.073Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T08:30:15.073Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T08:30:15.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T08:30:15.245Z] $ docker exec 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 ssh-agent [2021-04-28T08:30:15.402Z] SSH_AUTH_SOCK=/tmp/ssh-70vMQ0ERfMu4/agent.46 [2021-04-28T08:30:15.402Z] SSH_AGENT_PID=51 [2021-04-28T08:30:15.409Z] Running ssh-add (command line suppressed) [2021-04-28T08:30:15.527Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5307859865348754035.key (/w/workspace/edgex-go/8@tmp/private_key_5307859865348754035.key) [2021-04-28T08:30:15.582Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T08:30:15.917Z] + git semver init [2021-04-28T08:30:15.917Z] # -> Open(): unable to determine branch for HEAD [2021-04-28T08:30:15.917Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-04-28T08:30:15.917Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-04-28T08:30:15.917Z] # $SEMVER_REMOTE_NAME = origin [2021-04-28T08:30:15.917Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-28T08:30:15.917Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-28T08:30:15.917Z] # $SEMVER_BRANCH = PR-3391 [2021-04-28T08:30:15.917Z] # $SEMVER_TEMP = /tmp/semver-915604214 [2021-04-28T08:30:15.917Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-28T08:30:37.929Z] # '/tmp/semver-915604214' -> '/w/workspace/edgex-go/8/.semver' [2021-04-28T08:30:37.929Z] # -> Force: false [2021-04-28T08:30:37.929Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-04-28T08:30:37.945Z] $ docker exec --env ******** --env ******** 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 ssh-agent -k [2021-04-28T08:30:38.190Z] unset SSH_AUTH_SOCK; [2021-04-28T08:30:38.191Z] unset SSH_AGENT_PID; [2021-04-28T08:30:38.191Z] echo Agent pid 51 killed; [2021-04-28T08:30:38.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T08:30:38.617Z] + git semver [Pipeline] } [2021-04-28T08:30:38.638Z] $ docker stop --time=1 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 [2021-04-28T08:30:40.692Z] $ docker rm -f 29ca408acbc27b1e05062b7e7937e2150d4991e3ec4b1f20249530a3e72693c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T08:30:41.184Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-28T08:30:41.654Z] Stashed 1 file(s) [Pipeline] echo [2021-04-28T08:30:41.657Z] [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-04-28T08:30:42.180Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-28T08:30:42.480Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T08:30:42.781Z] + sudo service docker restart [2021-04-28T08:30:42.781Z] + true [2021-04-28T08:30:42.781Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-28T08:30:43.373Z] ========================================================= [2021-04-28T08:30:43.373Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-28T08:30:43.373Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:30:43.683Z] + 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-04-28T08:30:47.008Z] Sending build context to Docker daemon 329.9MB [2021-04-28T08:30:47.008Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T08:30:47.008Z] Step 2/6 : FROM ${BASE} [2021-04-28T08:30:47.274Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-28T08:30:47.274Z] 188c0c94c7c5: Pulling fs layer [2021-04-28T08:30:47.274Z] 0ef7d3d256c8: Pulling fs layer [2021-04-28T08:30:47.274Z] de9db76c5a1d: Pulling fs layer [2021-04-28T08:30:47.274Z] bca2f99d35d6: Pulling fs layer [2021-04-28T08:30:47.274Z] 93359f2a8cfa: Pulling fs layer [2021-04-28T08:30:47.274Z] 7c6f9722023f: Pulling fs layer [2021-04-28T08:30:47.274Z] a35cf1a2eb13: Pulling fs layer [2021-04-28T08:30:47.274Z] 93359f2a8cfa: Waiting [2021-04-28T08:30:47.274Z] a35cf1a2eb13: Waiting [2021-04-28T08:30:47.274Z] 7c6f9722023f: Waiting [2021-04-28T08:30:47.274Z] bca2f99d35d6: Waiting [2021-04-28T08:30:47.274Z] de9db76c5a1d: Download complete [2021-04-28T08:30:47.274Z] 0ef7d3d256c8: Download complete [2021-04-28T08:30:47.274Z] 93359f2a8cfa: Verifying Checksum [2021-04-28T08:30:47.274Z] 93359f2a8cfa: Download complete [2021-04-28T08:30:47.274Z] 7c6f9722023f: Verifying Checksum [2021-04-28T08:30:47.274Z] 7c6f9722023f: Download complete [2021-04-28T08:30:47.274Z] 188c0c94c7c5: Download complete [2021-04-28T08:30:47.873Z] 188c0c94c7c5: Pull complete [2021-04-28T08:30:47.873Z] 0ef7d3d256c8: Pull complete [2021-04-28T08:30:48.204Z] de9db76c5a1d: Pull complete [2021-04-28T08:30:49.642Z] a35cf1a2eb13: Verifying Checksum [2021-04-28T08:30:49.642Z] a35cf1a2eb13: Download complete [2021-04-28T08:30:50.219Z] bca2f99d35d6: Verifying Checksum [2021-04-28T08:30:50.219Z] bca2f99d35d6: Download complete [2021-04-28T08:30:55.552Z] bca2f99d35d6: Pull complete [2021-04-28T08:30:55.552Z] 93359f2a8cfa: Pull complete [2021-04-28T08:30:55.552Z] 7c6f9722023f: Pull complete [2021-04-28T08:30:56.806Z] Still waiting to schedule task [2021-04-28T08:30:56.806Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-28T08:30:59.796Z] a35cf1a2eb13: Pull complete [2021-04-28T08:30:59.796Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-28T08:30:59.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-28T08:30:59.796Z] ---> a62c8e92a672 [2021-04-28T08:30:59.796Z] 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-04-28T08:30:59.796Z] ---> Running in 16403c88fa55 [2021-04-28T08:31:00.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:31:00.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:31:01.530Z] (1/12) Installing libmagic (5.38-r0) [2021-04-28T08:31:02.103Z] (2/12) Installing file (5.38-r0) [2021-04-28T08:31:02.103Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-28T08:31:02.103Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-28T08:31:07.410Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-28T08:31:07.410Z] (6/12) Installing patch (2.7.6-r6) [2021-04-28T08:31:07.410Z] (7/12) Installing build-base (0.5-r2) [2021-04-28T08:31:07.410Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-28T08:31:07.410Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-28T08:31:07.410Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-28T08:31:07.410Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-28T08:31:07.674Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-28T08:31:07.674Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T08:31:07.674Z] OK: 233 MiB in 51 packages [2021-04-28T08:31:10.994Z] Removing intermediate container 16403c88fa55 [2021-04-28T08:31:10.994Z] ---> d4308139843c [2021-04-28T08:31:10.994Z] Step 4/6 : WORKDIR /edgex-go [2021-04-28T08:31:10.994Z] ---> Running in 82b0eb05ec18 [2021-04-28T08:31:11.264Z] Removing intermediate container 82b0eb05ec18 [2021-04-28T08:31:11.264Z] ---> 6b7996b9d944 [2021-04-28T08:31:11.264Z] Step 5/6 : COPY go.mod . [2021-04-28T08:31:11.532Z] ---> 7e4b3c3ea41f [2021-04-28T08:31:11.532Z] Step 6/6 : RUN go mod download [2021-04-28T08:31:11.532Z] ---> Running in 4230ba3c120c [2021-04-28T08:31:33.565Z] Removing intermediate container 4230ba3c120c [2021-04-28T08:31:33.565Z] ---> f0abdf2857d0 [2021-04-28T08:31:33.565Z] Successfully built f0abdf2857d0 [2021-04-28T08:31:33.565Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:31:33.881Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T08:31:33.881Z] . [Pipeline] withDockerContainer [2021-04-28T08:31:33.988Z] prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container [2021-04-28T08:31:34.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-28T08:31:34.926Z] $ docker top 6ca607ec7e300bbd0cd3ae2694e3c7c8d53a59ff97b9e947f7b27a1d974259c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:31:35.418Z] + go version [2021-04-28T08:31:35.418Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-28T08:31:35.435Z] $ docker stop --time=1 6ca607ec7e300bbd0cd3ae2694e3c7c8d53a59ff97b9e947f7b27a1d974259c1 [2021-04-28T08:31:36.865Z] $ docker rm -f 6ca607ec7e300bbd0cd3ae2694e3c7c8d53a59ff97b9e947f7b27a1d974259c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:31:37.377Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T08:31:37.377Z] . [Pipeline] withDockerContainer [2021-04-28T08:31:37.484Z] prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container [2021-04-28T08:31:37.536Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-28T08:31:38.263Z] $ docker top 31abc2801693d06196188053bb9920d7b5e3505337330cf7024b165c5caa71d0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-28T08:31:38.382Z] ========================================================= [2021-04-28T08:31:38.382Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-28T08:31:38.382Z] ========================================================= [Pipeline] sh [2021-04-28T08:31:38.674Z] + make test [2021-04-28T08:31:38.674Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-28T08:31:46.865Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-28T08:32:05.138Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-28T08:32:09.438Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-28T08:32:10.018Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-28T08:32:10.018Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-28T08:32:11.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-28T08:32:11.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-28T08:32:11.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-28T08:32:12.027Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-28T08:32:12.610Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-28T08:32:13.204Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-28T08:32:16.556Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-28T08:32:16.556Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-28T08:32:16.556Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-28T08:32:18.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 45.9% of statements [2021-04-28T08:32:18.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-28T08:32:18.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-28T08:32:18.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-28T08:32:18.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-28T08:32:18.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-28T08:32:18.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-28T08:32:18.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.065s coverage: 19.8% of statements [2021-04-28T08:32:18.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements [2021-04-28T08:32:21.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.225s coverage: 27.1% of statements [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-28T08:32:21.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-28T08:32:21.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-28T08:32:21.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 71.3% of statements [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-28T08:32:21.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-28T08:32:22.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.140s coverage: 87.7% of statements [2021-04-28T08:32:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-28T08:32:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:32:22.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements [2021-04-28T08:32:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-28T08:32:26.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.438s coverage: 28.6% of statements [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-28T08:32:26.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-28T08:32:26.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-28T08:32:26.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.167s coverage: 86.7% of statements [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-28T08:32:26.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.188s coverage: 97.5% of statements [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-28T08:32:26.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-28T08:32:26.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-28T08:32:28.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.395s coverage: 95.1% of statements [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-28T08:32:28.183Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-28T08:32:28.183Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.9% of statements [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-28T08:32:28.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-28T08:32:28.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements [2021-04-28T08:32:28.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.062s coverage: 79.5% of statements [2021-04-28T08:32:28.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2021-04-28T08:32:28.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-04-28T08:32:28.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-04-28T08:32:41.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.062s coverage: 94.4% of statements [2021-04-28T08:32:41.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-04-28T08:32:43.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.223s coverage: 81.8% of statements [2021-04-28T08:32:43.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-28T08:32:50.911Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2181 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-28T08:32:50.929Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-04-28T08:32:53.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.096s coverage: 92.9% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 79.1% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 85.4% of statements [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.107s coverage: 91.2% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 66.9% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 41.5% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.0% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 9.6% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.150s coverage: 92.6% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.752s coverage: 28.7% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-28T08:32:53.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.061s coverage: 64.6% of statements [2021-04-28T08:32:53.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-28T08:32:53.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 97.6% of statements [2021-04-28T08:32:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-28T08:32:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:32:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-28T08:32:53.987Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-28T08:32:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-28T08:32:53.987Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-04-28T08:32:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-28T08:32:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-28T08:32:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-28T08:32:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-28T08:32:53.987Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-04-28T08:32:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-28T08:32:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-28T08:32:53.987Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-04-28T08:32:54.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements [2021-04-28T08:32:54.822Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-04-28T08:32:55.085Z] GO111MODULE=on go vet ./... [2021-04-28T08:32:56.812Z] using credential edgex-jenkins-ssh [2021-04-28T08:32:56.828Z] Cloning the remote Git repository [2021-04-28T08:32:56.886Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:32:56.985Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-04-28T08:32:57.063Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:32:57.064Z] > git --version # timeout=10 [2021-04-28T08:32:57.080Z] > git --version # 'git version 2.17.1' [2021-04-28T08:32:57.082Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:32:57.149Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T08:33:13.149Z] Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-28T08:33:12.093Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T08:33:12.106Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T08:33:12.130Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T08:33:12.159Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:33:12.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:33:12.172Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T08:33:13.170Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T08:33:13.186Z] > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [2021-04-28T08:33:13.931Z] Merge succeeded, producing 32a7eb15db79d08e4fdac65aa026b01364907b7c [2021-04-28T08:33:13.931Z] Checking out Revision 32a7eb15db79d08e4fdac65aa026b01364907b7c (PR-3391) [2021-04-28T08:33:13.510Z] > git remote # timeout=10 [2021-04-28T08:33:13.535Z] > git config --get remote.origin.url # timeout=10 [2021-04-28T08:33:13.552Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:33:13.562Z] > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 [2021-04-28T08:33:13.920Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-28T08:33:13.941Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T08:33:13.952Z] > git checkout -f 32a7eb15db79d08e4fdac65aa026b01364907b7c # timeout=10 [2021-04-28T08:33:18.330Z] Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" [2021-04-28T08:33:18.341Z] > git rev-list --no-walk 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-28T08:33:19.811Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-28T08:33:20.216Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T08:33:20.556Z] + true [2021-04-28T08:33:20.556Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T08:33:22.584Z] provisioning config files... [2021-04-28T08:33:22.645Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config1070744597588171679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:33:23.022Z] ---> docker-login.sh [2021-04-28T08:33:23.022Z] nexus3.edgexfoundry.org:10001 [2021-04-28T08:33:24.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:33:24.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:33:24.283Z] Configure a credential helper to remove this warning. See [2021-04-28T08:33:24.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:33:24.283Z] [2021-04-28T08:33:24.283Z] Login Succeeded [2021-04-28T08:33:24.283Z] nexus3.edgexfoundry.org:10002 [2021-04-28T08:33:24.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:33:24.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:33:24.840Z] Configure a credential helper to remove this warning. See [2021-04-28T08:33:24.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:33:24.840Z] [2021-04-28T08:33:24.840Z] Login Succeeded [2021-04-28T08:33:24.840Z] nexus3.edgexfoundry.org:10003 [2021-04-28T08:33:25.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:33:25.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:33:25.388Z] Configure a credential helper to remove this warning. See [2021-04-28T08:33:25.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:33:25.388Z] [2021-04-28T08:33:25.388Z] Login Succeeded [2021-04-28T08:33:25.388Z] nexus3.edgexfoundry.org:10004 [2021-04-28T08:33:25.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:33:25.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:33:25.661Z] Configure a credential helper to remove this warning. See [2021-04-28T08:33:25.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:33:25.661Z] [2021-04-28T08:33:25.661Z] Login Succeeded [2021-04-28T08:33:25.661Z] docker.io [2021-04-28T08:33:26.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:33:26.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:33:26.530Z] Configure a credential helper to remove this warning. See [2021-04-28T08:33:26.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:33:26.530Z] [2021-04-28T08:33:26.530Z] Login Succeeded [2021-04-28T08:33:26.530Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T08:33:26.545Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-28T08:33:26.840Z] ========================================================= [2021-04-28T08:33:26.841Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-28T08:33:26.841Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:33:27.187Z] + 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-04-28T08:33:27.377Z] gofmt -l . [2021-04-28T08:33:27.377Z] [ "`gofmt -l .`" = "" ] [2021-04-28T08:33:27.377Z] ./bin/test-go-mod-tidy.sh [2021-04-28T08:33:27.377Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-28T08:33:27.687Z] + ls -al . [2021-04-28T08:33:27.687Z] total 808 [2021-04-28T08:33:27.687Z] drwxrwxr-x 10 1001 1001 4096 Apr 28 08:33 . [2021-04-28T08:33:27.687Z] drwxr-xr-x 4 root root 28 Apr 28 08:31 .. [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 11 Apr 28 08:29 .dockerignore [2021-04-28T08:33:27.687Z] drwxrwxr-x 8 1001 1001 179 Apr 28 08:30 .git [2021-04-28T08:33:27.687Z] drwxrwxr-x 3 1001 1001 125 Apr 28 08:29 .github [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 818 Apr 28 08:29 .gitignore [2021-04-28T08:33:27.687Z] drwx------ 3 1001 1001 60 Apr 28 08:30 .semver [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 166 Apr 28 08:29 .sonarcloud.properties [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 8609 Apr 28 08:29 Attribution.txt [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 3804 Apr 28 08:29 CONTRIBUTING.md [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 931 Apr 28 08:29 Dockerfile.build [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 863 Apr 28 08:29 Jenkinsfile [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 10775 Apr 28 08:29 LICENSE [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 5774 Apr 28 08:29 Makefile [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 7978 Apr 28 08:29 README.md [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 6755 Apr 28 08:29 SECURITY.md [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 5 Apr 28 08:30 VERSION [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 4131 Apr 28 08:29 ZMQWindows.md [2021-04-28T08:33:27.687Z] drwxrwxr-x 2 1001 1001 117 Apr 28 08:29 bin [2021-04-28T08:33:27.687Z] drwxrwxr-x 14 1001 1001 4096 Apr 28 08:29 cmd [2021-04-28T08:33:27.687Z] -rw-r--r-- 1 root root 697939 Apr 28 08:32 coverage.out [2021-04-28T08:33:27.687Z] -rw-r--r-- 1 root root 1060 Apr 28 08:33 go.mod [2021-04-28T08:33:27.687Z] -rw-r--r-- 1 root root 22420 Apr 28 08:33 go.sum [2021-04-28T08:33:27.687Z] drwxrwxr-x 8 1001 1001 127 Apr 28 08:29 internal [2021-04-28T08:33:27.687Z] drwxrwxr-x 4 1001 1001 26 Apr 28 08:29 openapi [2021-04-28T08:33:27.687Z] drwxrwxr-x 4 1001 1001 71 Apr 28 08:29 snap [2021-04-28T08:33:27.687Z] -rw-rw-r-- 1 1001 1001 168 Apr 28 08:29 version.go [Pipeline] sh [2021-04-28T08:33:28.007Z] + '[' -e coverage.out ] [2021-04-28T08:33:28.007Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-28T08:33:28.246Z] Stashed 1 file(s) [Pipeline] sh [2021-04-28T08:33:28.577Z] + make build [2021-04-28T08:33:28.577Z] 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-04-28T08:33:29.835Z] Sending build context to Docker daemon 167.6MB [2021-04-28T08:33:29.835Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T08:33:29.835Z] Step 2/6 : FROM ${BASE} [2021-04-28T08:33:29.835Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-28T08:33:29.835Z] 5f621e34cdf4: Pulling fs layer [2021-04-28T08:33:29.835Z] a4357932f1b6: Pulling fs layer [2021-04-28T08:33:29.835Z] 18c013af1878: Pulling fs layer [2021-04-28T08:33:29.835Z] 00ac8860ef70: Pulling fs layer [2021-04-28T08:33:29.835Z] 63d7cb157983: Pulling fs layer [2021-04-28T08:33:29.835Z] b116817d02f9: Pulling fs layer [2021-04-28T08:33:29.835Z] 745a02a5169b: Pulling fs layer [2021-04-28T08:33:29.835Z] 63d7cb157983: Waiting [2021-04-28T08:33:29.835Z] b116817d02f9: Waiting [2021-04-28T08:33:29.835Z] 745a02a5169b: Waiting [2021-04-28T08:33:29.835Z] 00ac8860ef70: Waiting [2021-04-28T08:33:29.835Z] 18c013af1878: Verifying Checksum [2021-04-28T08:33:29.835Z] 18c013af1878: Download complete [2021-04-28T08:33:29.835Z] a4357932f1b6: Verifying Checksum [2021-04-28T08:33:29.835Z] a4357932f1b6: Download complete [2021-04-28T08:33:29.835Z] 63d7cb157983: Verifying Checksum [2021-04-28T08:33:29.835Z] 63d7cb157983: Download complete [2021-04-28T08:33:29.835Z] b116817d02f9: Verifying Checksum [2021-04-28T08:33:29.835Z] b116817d02f9: Download complete [2021-04-28T08:33:29.835Z] 5f621e34cdf4: Download complete [2021-04-28T08:33:30.838Z] 5f621e34cdf4: Pull complete [2021-04-28T08:33:31.437Z] a4357932f1b6: Pull complete [2021-04-28T08:33:31.711Z] 18c013af1878: Pull complete [2021-04-28T08:33:31.986Z] 745a02a5169b: Verifying Checksum [2021-04-28T08:33:31.986Z] 745a02a5169b: Download complete [2021-04-28T08:33:33.426Z] 00ac8860ef70: Download complete [2021-04-28T08:33:34.059Z] 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-04-28T08:33:42.311Z] 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-04-28T08:33:43.605Z] 00ac8860ef70: Pull complete [2021-04-28T08:33:43.703Z] 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-04-28T08:33:43.880Z] 63d7cb157983: Pull complete [2021-04-28T08:33:44.155Z] b116817d02f9: Pull complete [2021-04-28T08:33:45.110Z] 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-04-28T08:33:45.686Z] 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-04-28T08:33:47.096Z] 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-04-28T08:33:48.484Z] 745a02a5169b: Pull complete [2021-04-28T08:33:48.484Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-28T08:33:48.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-28T08:33:48.484Z] ---> b7e6874047d6 [2021-04-28T08:33:48.484Z] 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-04-28T08:33:49.046Z] 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-04-28T08:33:50.009Z] 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-04-28T08:33:51.107Z] ---> Running in 61e6ec3ac326 [2021-04-28T08:33:51.409Z] 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-04-28T08:33:52.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:33:52.814Z] 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-04-28T08:33:53.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:33:53.734Z] (1/12) Installing libmagic (5.38-r0) [2021-04-28T08:33:53.789Z] 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-04-28T08:33:54.007Z] (2/12) Installing file (5.38-r0) [2021-04-28T08:33:54.007Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-28T08:33:54.280Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] } [2021-04-28T08:33:56.392Z] $ docker stop --time=1 31abc2801693d06196188053bb9920d7b5e3505337330cf7024b165c5caa71d0 [2021-04-28T08:33:58.107Z] $ docker rm -f 31abc2801693d06196188053bb9920d7b5e3505337330cf7024b165c5caa71d0 [2021-04-28T08:33:58.574Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-28T08:33:58.574Z] (6/12) Installing patch (2.7.6-r6) [2021-04-28T08:33:58.574Z] (7/12) Installing build-base (0.5-r2) [2021-04-28T08:33:58.574Z] (8/12) Installing libsodium (1.0.18-r0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-28T08:33:58.845Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-28T08:33:58.846Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-28T08:33:58.846Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-28T08:33:59.473Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-28T08:33:59.473Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T08:33:59.473Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:34:01.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T08:34:01.327Z] [2021-04-28T08:34:01.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:34:01.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T08:34:01.645Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-28T08:34:01.645Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-28T08:34:01.645Z] ca9280d653b3: Pulling fs layer [2021-04-28T08:34:01.645Z] 7e9c9ca2126c: Pulling fs layer [2021-04-28T08:34:01.909Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-28T08:34:01.909Z] cbdbe7a5bc2a: Download complete [2021-04-28T08:34:02.175Z] ca9280d653b3: Verifying Checksum [2021-04-28T08:34:02.175Z] ca9280d653b3: Download complete [2021-04-28T08:34:02.440Z] cbdbe7a5bc2a: Pull complete [2021-04-28T08:34:03.396Z] ca9280d653b3: Pull complete [2021-04-28T08:34:03.779Z] Removing intermediate container 61e6ec3ac326 [2021-04-28T08:34:03.780Z] ---> d9fe31d451f8 [2021-04-28T08:34:03.780Z] Step 4/6 : WORKDIR /edgex-go [2021-04-28T08:34:03.780Z] ---> Running in ab5accc0bb3a [2021-04-28T08:34:03.780Z] Removing intermediate container ab5accc0bb3a [2021-04-28T08:34:03.780Z] ---> 39e67e2fb64b [2021-04-28T08:34:03.780Z] Step 5/6 : COPY go.mod . [2021-04-28T08:34:04.764Z] ---> 7d27bc0d6d5d [2021-04-28T08:34:04.764Z] Step 6/6 : RUN go mod download [2021-04-28T08:34:04.764Z] ---> Running in e1eccb6a4eba [2021-04-28T08:34:13.463Z] 7e9c9ca2126c: Pull complete [2021-04-28T08:34:13.463Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-28T08:34:13.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T08:34:13.463Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-28T08:34:13.700Z] prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container [2021-04-28T08:34:13.751Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-04-28T08:34:15.100Z] $ docker top 12d0dc1439e6dc4e571b78ccb328c47bc91e6b36fd721e7c79fc7fc2e8f9103d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:34:15.516Z] + docker-compose build --help [2021-04-28T08:34:15.516Z] + grep parallel [2021-04-28T08:34:16.461Z] --parallel Build images in parallel. [Pipeline] } [2021-04-28T08:34:16.479Z] $ docker stop --time=1 12d0dc1439e6dc4e571b78ccb328c47bc91e6b36fd721e7c79fc7fc2e8f9103d [2021-04-28T08:34:17.836Z] $ docker rm -f 12d0dc1439e6dc4e571b78ccb328c47bc91e6b36fd721e7c79fc7fc2e8f9103d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:34:18.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T08:34:18.335Z] . [Pipeline] withDockerContainer [2021-04-28T08:34:18.446Z] prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container [2021-04-28T08:34:18.498Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-28T08:34:19.235Z] $ docker top a66014707469bb940ace3dd94f2d845d83de291c9007e592dba04bb048a2aa3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:34:19.711Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-28T08:34:20.662Z] Building docker-core-command-go ... [2021-04-28T08:34:20.662Z] Building docker-core-data-go ... [2021-04-28T08:34:20.662Z] Building docker-core-metadata-go ... [2021-04-28T08:34:20.662Z] Building docker-security-bootstrapper-go ... [2021-04-28T08:34:20.662Z] Building docker-security-proxy-setup-go ... [2021-04-28T08:34:20.662Z] Building docker-security-secretstore-setup-go ... [2021-04-28T08:34:20.662Z] Building docker-support-notifications-go ... [2021-04-28T08:34:20.662Z] Building docker-support-scheduler-go ... [2021-04-28T08:34:20.662Z] Building docker-sys-mgmt-agent-go ... [2021-04-28T08:34:20.662Z] Building docker-security-bootstrapper-go [2021-04-28T08:34:20.662Z] Building docker-security-secretstore-setup-go [2021-04-28T08:34:20.662Z] Building docker-sys-mgmt-agent-go [2021-04-28T08:34:20.662Z] Building docker-security-proxy-setup-go [2021-04-28T08:34:20.662Z] Building docker-support-scheduler-go [2021-04-28T08:34:31.597Z] Removing intermediate container e1eccb6a4eba [2021-04-28T08:34:31.597Z] ---> 08ffbd325d91 [2021-04-28T08:34:31.597Z] Successfully built 08ffbd325d91 [2021-04-28T08:34:31.597Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:34:31.942Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T08:34:31.943Z] . [Pipeline] withDockerContainer [2021-04-28T08:34:32.176Z] prd-ubuntu18.04-docker-arm64-4c-16g-2181 does not seem to be running inside a container [2021-04-28T08:34:32.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-28T08:34:33.608Z] $ docker top 57b2aa114a669a0f606b2c13f4f295845eea22794370ce8b55119d865ce30d55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:34:34.501Z] + go version [2021-04-28T08:34:34.501Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-28T08:34:34.527Z] $ docker stop --time=1 57b2aa114a669a0f606b2c13f4f295845eea22794370ce8b55119d865ce30d55 [2021-04-28T08:34:36.428Z] $ docker rm -f 57b2aa114a669a0f606b2c13f4f295845eea22794370ce8b55119d865ce30d55 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:34:37.190Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T08:34:37.191Z] . [Pipeline] withDockerContainer [2021-04-28T08:34:37.465Z] prd-ubuntu18.04-docker-arm64-4c-16g-2181 does not seem to be running inside a container [2021-04-28T08:34:37.581Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-28T08:34:39.076Z] $ docker top f7428af70b0cbecbdaf6c801dd7d1ff8d4f95d1ef65347baddce11f7e1f2452b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-28T08:34:39.392Z] ========================================================= [2021-04-28T08:34:39.392Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-28T08:34:39.392Z] ========================================================= [Pipeline] sh [2021-04-28T08:34:40.035Z] + make test [2021-04-28T08:34:40.035Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-28T08:34:59.569Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:34:59.569Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:34:59.569Z] ---> f0abdf2857d0 [2021-04-28T08:34:59.569Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:34:59.569Z] [2021-04-28T08:34:59.569Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:34:59.569Z] ---> f0abdf2857d0 [2021-04-28T08:34:59.569Z] Step 3/31 : WORKDIR /edgex-go [2021-04-28T08:34:59.569Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:34:59.569Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:34:59.569Z] ---> f0abdf2857d0 [2021-04-28T08:34:59.569Z] Step 3/21 : WORKDIR /edgex-go [2021-04-28T08:34:59.569Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:34:59.569Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:34:59.569Z] ---> f0abdf2857d0 [2021-04-28T08:34:59.569Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T08:34:59.569Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:34:59.569Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:34:59.569Z] ---> f0abdf2857d0 [2021-04-28T08:34:59.569Z] Step 3/25 : WORKDIR /edgex-go [2021-04-28T08:34:59.569Z] ---> Running in b6a74c6143a4 [2021-04-28T08:34:59.569Z] ---> Running in 77089aa5c8a2 [2021-04-28T08:34:59.569Z] ---> Running in 13e06d3162e2 [2021-04-28T08:34:59.569Z] ---> Running in e28cb7768409 [2021-04-28T08:34:59.569Z] ---> Running in 3b9fd8b49e73 [2021-04-28T08:34:59.569Z] Removing intermediate container 3b9fd8b49e73 [2021-04-28T08:34:59.569Z] ---> 7a6b13ce4dad [2021-04-28T08:34:59.569Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:34:59.569Z] Removing intermediate container e28cb7768409 [2021-04-28T08:34:59.569Z] ---> 251a3f4d7e48 [2021-04-28T08:34:59.569Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:34:59.569Z] Removing intermediate container 77089aa5c8a2 [2021-04-28T08:34:59.569Z] ---> c717459a9027 [2021-04-28T08:34:59.569Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:34:59.569Z] Removing intermediate container b6a74c6143a4 [2021-04-28T08:34:59.569Z] ---> 90c7a49637a7 [2021-04-28T08:34:59.569Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:34:59.569Z] Removing intermediate container 13e06d3162e2 [2021-04-28T08:34:59.569Z] ---> 195175b85fae [2021-04-28T08:34:59.569Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:34:59.569Z] ---> Running in dfb27d13f5dc [2021-04-28T08:34:59.569Z] ---> Running in 48a20f5a3513 [2021-04-28T08:34:59.569Z] ---> Running in f471a1737b57 [2021-04-28T08:34:59.569Z] ---> Running in a924492727f9 [2021-04-28T08:34:59.569Z] ---> Running in 74c9a3717ce7 [2021-04-28T08:35:00.166Z] Removing intermediate container f471a1737b57 [2021-04-28T08:35:00.166Z] ---> d5685e87fae6 [2021-04-28T08:35:00.166Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-28T08:35:00.166Z] Removing intermediate container 48a20f5a3513 [2021-04-28T08:35:00.166Z] ---> b8dd703741e3 [2021-04-28T08:35:00.166Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-28T08:35:00.166Z] Removing intermediate container dfb27d13f5dc [2021-04-28T08:35:00.166Z] ---> ee0065281630 [2021-04-28T08:35:00.166Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-28T08:35:00.166Z] ---> Running in 4e3b95ff4a96 [2021-04-28T08:35:00.166Z] Removing intermediate container 74c9a3717ce7 [2021-04-28T08:35:00.166Z] ---> 645ded799a7d [2021-04-28T08:35:00.166Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-28T08:35:00.166Z] ---> Running in a719ceacc37a [2021-04-28T08:35:00.431Z] Removing intermediate container a924492727f9 [2021-04-28T08:35:00.431Z] ---> ff40c7c4c69d [2021-04-28T08:35:00.431Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-28T08:35:00.431Z] ---> Running in ee927e3fd3ef [2021-04-28T08:35:00.431Z] ---> Running in a0e47bc52c17 [2021-04-28T08:35:00.698Z] ---> Running in 6a0f43b2f560 [2021-04-28T08:35:01.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:35:01.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:35:01.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:35:01.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:35:01.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:35:02.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:35:02.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:35:02.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:35:02.203Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-28T08:35:02.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:35:02.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:35:02.717Z] OK: 233 MiB in 51 packages [2021-04-28T08:35:02.984Z] OK: 233 MiB in 51 packages [2021-04-28T08:35:02.984Z] OK: 233 MiB in 51 packages [2021-04-28T08:35:02.984Z] OK: 233 MiB in 51 packages [2021-04-28T08:35:02.984Z] OK: 233 MiB in 51 packages [2021-04-28T08:35:03.683Z] Removing intermediate container ee927e3fd3ef [2021-04-28T08:35:03.683Z] ---> b44467aece4d [2021-04-28T08:35:03.683Z] Step 6/31 : COPY go.mod . [2021-04-28T08:35:04.755Z] Removing intermediate container a719ceacc37a [2021-04-28T08:35:04.755Z] ---> df5bef5a9770 [2021-04-28T08:35:04.755Z] Step 6/21 : COPY go.mod . [2021-04-28T08:35:04.755Z] ---> efc3d23f486d [2021-04-28T08:35:04.755Z] Step 7/31 : RUN go mod download [2021-04-28T08:35:04.755Z] Removing intermediate container a0e47bc52c17 [2021-04-28T08:35:04.755Z] ---> 3fc4c1e04c50 [2021-04-28T08:35:04.755Z] Step 6/22 : COPY go.mod . [2021-04-28T08:35:04.755Z] Removing intermediate container 6a0f43b2f560 [2021-04-28T08:35:04.755Z] ---> 6185d40d879d [2021-04-28T08:35:04.755Z] Step 6/23 : COPY go.mod . [2021-04-28T08:35:04.755Z] ---> Running in d5d09bd647f8 [2021-04-28T08:35:04.755Z] Removing intermediate container 4e3b95ff4a96 [2021-04-28T08:35:04.755Z] ---> 11532052fd3d [2021-04-28T08:35:04.755Z] Step 6/25 : COPY go.mod . [2021-04-28T08:35:05.025Z] ---> af02a2db3949 [2021-04-28T08:35:05.025Z] Step 7/21 : RUN go mod download [2021-04-28T08:35:05.025Z] ---> 7e2ac20e05ce [2021-04-28T08:35:05.025Z] Step 7/22 : RUN go mod download [2021-04-28T08:35:05.288Z] ---> f628adc28967 [2021-04-28T08:35:05.288Z] Step 7/23 : RUN go mod download [2021-04-28T08:35:05.288Z] ---> Running in b878a71ff19c [2021-04-28T08:35:05.288Z] ---> Running in ead4f895e2fb [2021-04-28T08:35:05.288Z] ---> 9b62654df851 [2021-04-28T08:35:05.288Z] Step 7/25 : RUN go mod download [2021-04-28T08:35:05.552Z] ---> Running in 759b2c58b3e5 [2021-04-28T08:35:05.552Z] ---> Running in da2703dcf235 [2021-04-28T08:35:07.539Z] Removing intermediate container d5d09bd647f8 [2021-04-28T08:35:07.539Z] ---> 54a2382f0495 [2021-04-28T08:35:07.539Z] Step 8/31 : COPY . . [2021-04-28T08:35:07.539Z] Removing intermediate container b878a71ff19c [2021-04-28T08:35:07.539Z] ---> e0ec4073e20c [2021-04-28T08:35:07.539Z] Step 8/21 : COPY . . [2021-04-28T08:35:07.539Z] Removing intermediate container ead4f895e2fb [2021-04-28T08:35:07.539Z] ---> c75482468052 [2021-04-28T08:35:07.539Z] Step 8/22 : COPY . . [2021-04-28T08:35:08.506Z] Removing intermediate container da2703dcf235 [2021-04-28T08:35:08.506Z] ---> f4ac29741888 [2021-04-28T08:35:08.506Z] Step 8/25 : COPY . . [2021-04-28T08:35:13.834Z] Removing intermediate container 759b2c58b3e5 [2021-04-28T08:35:13.834Z] ---> 14cc328ded2a [2021-04-28T08:35:13.834Z] Step 8/23 : COPY . . [2021-04-28T08:35:49.224Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-28T08:35:52.860Z] ---> b887b2c8266e [2021-04-28T08:35:52.860Z] ---> f3072858b4f4 [2021-04-28T08:35:52.860Z] ---> f5a491edbd79 [2021-04-28T08:35:52.861Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-28T08:35:52.861Z] [2021-04-28T08:35:52.861Z] [2021-04-28T08:35:52.861Z] ---> Running in c938abc5b591 [2021-04-28T08:35:52.861Z] ---> Running in 661bb8dad9f1 [2021-04-28T08:35:52.861Z] ---> 83ccbac181ac [2021-04-28T08:35:52.861Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-28T08:35:52.861Z] ---> 57803c43e7a3 [2021-04-28T08:35:52.861Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-28T08:35:52.861Z] ---> Running in 185e40b18c79 [2021-04-28T08:35:52.861Z] ---> Running in 48a2498a5b5a [2021-04-28T08:35:52.861Z] ---> Running in 1c256f886b06 [2021-04-28T08:35:52.861Z] 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-04-28T08:35:52.861Z] 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-04-28T08:35:52.861Z] 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-04-28T08:35:52.861Z] 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-04-28T08:35:52.861Z] 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-04-28T08:35:57.526Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-28T08:36:04.284Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-28T08:36:04.284Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-28T08:36:06.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-28T08:36:06.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-28T08:36:06.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-28T08:36:07.920Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-28T08:36:11.343Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-28T08:36:11.625Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-28T08:36:19.932Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-28T08:36:19.932Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-28T08:36:19.932Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-28T08:36:25.125Z] 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-04-28T08:36:25.125Z] 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-04-28T08:36:25.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 45.9% of statements [2021-04-28T08:36:25.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-28T08:36:25.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-28T08:36:25.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-28T08:36:25.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-28T08:36:25.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-28T08:36:25.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-28T08:36:25.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.156s coverage: 19.8% of statements [2021-04-28T08:36:25.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.254s coverage: 100.0% of statements [2021-04-28T08:36:28.507Z] Removing intermediate container 185e40b18c79 [2021-04-28T08:36:28.507Z] ---> aea3d33bc25b [2021-04-28T08:36:28.507Z] [2021-04-28T08:36:28.507Z] Step 10/31 : FROM alpine:3.12 [2021-04-28T08:36:28.507Z] 3.12: Pulling from library/alpine [2021-04-28T08:36:29.092Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T08:36:29.092Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T08:36:29.092Z] ---> 13621d1b12d4 [2021-04-28T08:36:29.092Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-28T08:36:31.675Z] ---> Running in 355127f91d3f [2021-04-28T08:36:32.635Z] Removing intermediate container 661bb8dad9f1 [2021-04-28T08:36:32.635Z] ---> fb7236e2a1c0 [2021-04-28T08:36:32.635Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-28T08:36:33.214Z] Removing intermediate container 355127f91d3f [2021-04-28T08:36:33.214Z] ---> 4e630664e2de [2021-04-28T08:36:33.214Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-28T08:36:33.214Z] Removing intermediate container 48a2498a5b5a [2021-04-28T08:36:33.214Z] ---> 3dc46a8eb9e5 [2021-04-28T08:36:33.214Z] [2021-04-28T08:36:33.214Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T08:36:33.214Z] ---> 13621d1b12d4 [2021-04-28T08:36:33.214Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:36:33.214Z] ---> Running in 396cfa9dddf0 [2021-04-28T08:36:33.214Z] ---> Running in 2690824f8a5d [2021-04-28T08:36:33.214Z] ---> Running in daf0b053a1c0 [2021-04-28T08:36:33.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.475s coverage: 27.1% of statements [2021-04-28T08:36:33.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-28T08:36:33.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-28T08:36:33.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-28T08:36:33.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-28T08:36:33.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-28T08:36:33.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-28T08:36:33.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.145s coverage: 100.0% of statements [2021-04-28T08:36:33.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-28T08:36:33.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.141s coverage: 100.0% of statements [2021-04-28T08:36:33.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-28T08:36:33.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-28T08:36:34.186Z] 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-04-28T08:36:34.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.325s coverage: 71.3% of statements [2021-04-28T08:36:34.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-28T08:36:34.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-28T08:36:34.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.456s coverage: 87.7% of statements [2021-04-28T08:36:34.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-28T08:36:34.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:36:34.892Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.154s coverage: 78.9% of statements [2021-04-28T08:36:34.892Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-28T08:36:37.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:36:37.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:36:37.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:36:37.502Z] Removing intermediate container 1c256f886b06 [2021-04-28T08:36:37.503Z] ---> a681818f718d [2021-04-28T08:36:37.503Z] [2021-04-28T08:36:37.503Z] Step 10/25 : FROM alpine:3.12 [2021-04-28T08:36:37.503Z] ---> 13621d1b12d4 [2021-04-28T08:36:37.503Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-28T08:36:37.503Z] Removing intermediate container c938abc5b591 [2021-04-28T08:36:37.503Z] ---> 8d8fd0cad95e [2021-04-28T08:36:37.503Z] [2021-04-28T08:36:37.503Z] Step 10/21 : FROM alpine:3.12 [2021-04-28T08:36:37.503Z] ---> 13621d1b12d4 [2021-04-28T08:36:37.503Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-28T08:36:37.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:36:37.776Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-28T08:36:37.776Z] (2/2) Installing su-exec (0.2-r1) [2021-04-28T08:36:37.776Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:36:37.776Z] ---> Running in f744c87b63e5 [2021-04-28T08:36:37.776Z] OK: 6 MiB in 16 packages [2021-04-28T08:36:37.776Z] ---> Running in a1e070382c85 [2021-04-28T08:36:37.776Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-28T08:36:37.776Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:36:37.776Z] OK: 6 MiB in 15 packages [2021-04-28T08:36:38.363Z] Removing intermediate container 396cfa9dddf0 [2021-04-28T08:36:38.363Z] ---> dce093cf041d [2021-04-28T08:36:38.363Z] [2021-04-28T08:36:38.363Z] Step 11/23 : FROM docker:20.10.0 [2021-04-28T08:36:38.363Z] 20.10.0: Pulling from library/docker [2021-04-28T08:36:38.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:36:38.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:36:38.910Z] Removing intermediate container daf0b053a1c0 [2021-04-28T08:36:38.910Z] ---> 840c12839331 [2021-04-28T08:36:38.910Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-28T08:36:38.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:36:38.910Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-28T08:36:38.910Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:36:38.910Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-28T08:36:38.910Z] (4/6) Installing curl (7.76.1-r0) [2021-04-28T08:36:38.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:36:38.910Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-28T08:36:38.910Z] (6/6) Installing su-exec (0.2-r1) [2021-04-28T08:36:38.910Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:36:38.910Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:36:39.184Z] ---> Running in 327b8130230c [2021-04-28T08:36:39.184Z] Removing intermediate container 2690824f8a5d [2021-04-28T08:36:39.184Z] ---> 47f151b4eb5e [2021-04-28T08:36:39.184Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:36:39.184Z] OK: 7 MiB in 20 packages [2021-04-28T08:36:39.184Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-28T08:36:39.184Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:36:39.184Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-28T08:36:39.184Z] (4/4) Installing curl (7.76.1-r0) [2021-04-28T08:36:39.184Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:36:39.185Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:36:39.185Z] OK: 7 MiB in 18 packages [2021-04-28T08:36:40.581Z] ---> Running in fa7c68f48386 [2021-04-28T08:36:40.844Z] Removing intermediate container 327b8130230c [2021-04-28T08:36:40.844Z] ---> 1f9e6ab515fa [2021-04-28T08:36:40.844Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-28T08:36:41.107Z] Removing intermediate container fa7c68f48386 [2021-04-28T08:36:41.107Z] ---> 3fad4044efdb [2021-04-28T08:36:41.107Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-28T08:36:41.372Z] ---> Running in 10ab9bc0dc55 [2021-04-28T08:36:41.372Z] ---> Running in 7cbb84aad260 [2021-04-28T08:36:41.948Z] Removing intermediate container 10ab9bc0dc55 [2021-04-28T08:36:41.948Z] ---> 77d5d718250f [2021-04-28T08:36:41.948Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-28T08:36:42.904Z] ---> Running in 927f3a03d30c [2021-04-28T08:36:42.904Z] Removing intermediate container f744c87b63e5 [2021-04-28T08:36:42.904Z] ---> 517cf14feee9 [2021-04-28T08:36:42.904Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T08:36:42.904Z] Removing intermediate container 7cbb84aad260 [2021-04-28T08:36:42.904Z] ---> 7c467a569156 [2021-04-28T08:36:42.904Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T08:36:43.481Z] Removing intermediate container a1e070382c85 [2021-04-28T08:36:43.481Z] ---> a4c1e9b8a9c5 [2021-04-28T08:36:43.481Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T08:36:44.066Z] ---> Running in 18fb6898fff5 [2021-04-28T08:36:44.331Z] ---> Running in d4a6012b7df9 [2021-04-28T08:36:44.331Z] ---> Running in 3d3bc095b89f [2021-04-28T08:36:44.331Z] Removing intermediate container 18fb6898fff5 [2021-04-28T08:36:44.331Z] ---> 2cc0e349797b [2021-04-28T08:36:44.331Z] Step 13/25 : WORKDIR / [2021-04-28T08:36:44.599Z] ---> Running in 8667f0ce7732 [2021-04-28T08:36:44.599Z] Removing intermediate container 3d3bc095b89f [2021-04-28T08:36:44.599Z] ---> be9a9295f3cb [2021-04-28T08:36:44.599Z] Step 13/21 : WORKDIR /edgex [2021-04-28T08:36:44.599Z] Removing intermediate container d4a6012b7df9 [2021-04-28T08:36:44.599Z] ---> b3641d903276 [2021-04-28T08:36:44.599Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:36:44.599Z] ---> Running in 666d7d31c98a [2021-04-28T08:36:44.866Z] Removing intermediate container 8667f0ce7732 [2021-04-28T08:36:44.866Z] ---> 851af994621a [2021-04-28T08:36:44.866Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-28T08:36:45.135Z] ---> 4ddba17ce8e6 [2021-04-28T08:36:45.135Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-28T08:36:45.135Z] Removing intermediate container 666d7d31c98a [2021-04-28T08:36:45.135Z] ---> 81770baaf44e [2021-04-28T08:36:45.135Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-28T08:36:45.135Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-28T08:36:45.135Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-28T08:36:45.135Z] ---> aefe523efa57 [2021-04-28T08:36:45.135Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:36:45.404Z] ---> Running in 3767e2c11447 [2021-04-28T08:36:45.668Z] ---> bd3dc3ac2b15 [2021-04-28T08:36:45.668Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-28T08:36:45.668Z] Removing intermediate container 927f3a03d30c [2021-04-28T08:36:45.668Z] ---> edddd1915567 [2021-04-28T08:36:45.668Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-28T08:36:45.668Z] ---> 0c1317357005 [2021-04-28T08:36:45.668Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-28T08:36:45.668Z] ---> Running in 7af4aba5d837 [2021-04-28T08:36:45.937Z] ---> e9f819c4f9b5 [2021-04-28T08:36:45.937Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-28T08:36:45.937Z] Removing intermediate container 3767e2c11447 [2021-04-28T08:36:45.937Z] ---> 87be4ee5d596 [2021-04-28T08:36:45.937Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-28T08:36:46.201Z] ---> Running in d9f97c1f2aac [2021-04-28T08:36:46.201Z] ---> ebd59786b462 [2021-04-28T08:36:46.201Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-28T08:36:46.477Z] Removing intermediate container 7af4aba5d837 [2021-04-28T08:36:46.477Z] ---> c87e14282093 [2021-04-28T08:36:46.477Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-28T08:36:46.477Z] ---> 38ce6e602f80 [2021-04-28T08:36:46.477Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-28T08:36:46.748Z] ---> 036d2329700c [2021-04-28T08:36:46.748Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-28T08:36:46.748Z] ---> Running in 3af53dcec7c9 [2021-04-28T08:36:47.011Z] ---> f164b020375d [2021-04-28T08:36:47.011Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-04-28T08:36:47.011Z] ---> 72a1b5eb7256 [2021-04-28T08:36:47.011Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-28T08:36:47.275Z] ---> Running in 12e93af38ad8 [2021-04-28T08:36:47.275Z] ---> 8bc140289e2c [2021-04-28T08:36:47.275Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-28T08:36:47.275Z] Removing intermediate container 3af53dcec7c9 [2021-04-28T08:36:47.275Z] ---> 6bd7d3ad701f [2021-04-28T08:36:47.275Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:36:47.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:36:47.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:36:47.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.154s coverage: 28.6% of statements [2021-04-28T08:36:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-28T08:36:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-28T08:36:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-28T08:36:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-28T08:36:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-28T08:36:47.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.238s coverage: 100.0% of statements [2021-04-28T08:36:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-28T08:36:47.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.159s coverage: 100.0% of statements [2021-04-28T08:36:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-28T08:36:47.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.450s coverage: 86.7% of statements [2021-04-28T08:36:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-28T08:36:47.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements [2021-04-28T08:36:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-28T08:36:47.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.240s coverage: 78.3% of statements [2021-04-28T08:36:47.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-28T08:36:47.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-28T08:36:47.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-28T08:36:47.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-28T08:36:47.538Z] (1/39) Installing readline (8.0.4-r0) [2021-04-28T08:36:47.538Z] (2/39) Installing bash (5.0.17-r0) [2021-04-28T08:36:47.538Z] ---> Running in 372304b80b78 [2021-04-28T08:36:47.538Z] Executing bash-5.0.17-r0.post-install [2021-04-28T08:36:47.538Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:36:47.538Z] ---> Running in 3265bdfbe46b [2021-04-28T08:36:47.538Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-28T08:36:47.538Z] (5/39) Installing curl (7.76.1-r0) [2021-04-28T08:36:47.538Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-28T08:36:47.538Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-28T08:36:47.538Z] (8/39) Installing expat (2.2.9-r1) [2021-04-28T08:36:47.538Z] (9/39) Installing libffi (3.3-r2) [2021-04-28T08:36:47.538Z] (10/39) Installing gdbm (1.13-r1) [2021-04-28T08:36:47.538Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-28T08:36:47.538Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-28T08:36:47.538Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-28T08:36:47.806Z] ---> 854e49caa278 [2021-04-28T08:36:47.806Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-28T08:36:48.768Z] Removing intermediate container 3265bdfbe46b [2021-04-28T08:36:48.768Z] ---> ee518b3c9587 [2021-04-28T08:36:48.768Z] Step 18/21 : CMD ["--init=true"] [2021-04-28T08:36:50.690Z] Removing intermediate container 372304b80b78 [2021-04-28T08:36:50.690Z] ---> 0f929af7a431 [2021-04-28T08:36:50.690Z] Step 20/22 : LABEL arch=x86_64 [2021-04-28T08:36:50.955Z] ---> Running in dddace2edb49 [2021-04-28T08:36:50.955Z] ---> c5989280616d [2021-04-28T08:36:50.955Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-28T08:36:50.955Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-28T08:36:50.955Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-28T08:36:50.955Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-28T08:36:50.955Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-28T08:36:50.955Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-28T08:36:50.955Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-28T08:36:50.955Z] ---> Running in cf0a19bdfcdf [2021-04-28T08:36:50.955Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-28T08:36:50.955Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-28T08:36:51.533Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-28T08:36:51.795Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-28T08:36:51.795Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-28T08:36:51.795Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-28T08:36:51.795Z] Removing intermediate container dddace2edb49 [2021-04-28T08:36:51.795Z] ---> fb721849ae9b [2021-04-28T08:36:51.795Z] Step 19/21 : LABEL arch=x86_64 [2021-04-28T08:36:51.795Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-28T08:36:52.368Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-28T08:36:52.368Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-28T08:36:52.630Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-28T08:36:52.892Z] ---> Running in ea1d85d43841 [2021-04-28T08:36:52.892Z] Removing intermediate container cf0a19bdfcdf [2021-04-28T08:36:52.892Z] ---> 1f74609da9cd [2021-04-28T08:36:52.892Z] Step 21/22 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:36:52.892Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-28T08:36:52.892Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-28T08:36:53.155Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-28T08:36:53.155Z] ---> 6c027514e32d [2021-04-28T08:36:53.155Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-28T08:36:53.155Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-28T08:36:53.418Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-28T08:36:53.418Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-28T08:36:53.418Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-28T08:36:53.680Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-28T08:36:53.680Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-28T08:36:53.680Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-28T08:36:53.942Z] ---> Running in e766c30116f3 [2021-04-28T08:36:53.942Z] Removing intermediate container ea1d85d43841 [2021-04-28T08:36:53.942Z] ---> c5c5ec27a717 [2021-04-28T08:36:53.942Z] Step 20/21 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:36:54.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.178s coverage: 95.1% of statements [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-28T08:36:54.114Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.109s coverage: 58.8% of statements [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-28T08:36:54.114Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.227s coverage: 0.9% of statements [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-28T08:36:54.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-28T08:36:54.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.162s coverage: 47.1% of statements [2021-04-28T08:36:54.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.186s coverage: 79.5% of statements [2021-04-28T08:36:54.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.132s coverage: 94.1% of statements [2021-04-28T08:36:54.395Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.142s coverage: 96.3% of statements [2021-04-28T08:36:54.517Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T08:36:54.518Z] OK: 72 MiB in 59 packages [2021-04-28T08:36:54.518Z] ---> 96c4b5b45b91 [2021-04-28T08:36:54.518Z] Step 21/25 : 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-04-28T08:36:54.518Z] Removing intermediate container 12e93af38ad8 [2021-04-28T08:36:54.518Z] ---> a5e3e40b7f21 [2021-04-28T08:36:54.518Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:36:54.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.144s coverage: 87.5% of statements [2021-04-28T08:36:54.780Z] ---> Running in f506f6aeaea1 [2021-04-28T08:36:54.780Z] ---> Running in 27b08013270f [2021-04-28T08:36:54.780Z] Removing intermediate container e766c30116f3 [2021-04-28T08:36:54.780Z] ---> 36cb265dd743 [2021-04-28T08:36:54.780Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T08:36:55.053Z] ---> Running in d097f4dbed01 [2021-04-28T08:36:55.053Z] ---> 3aacb0c79749 [2021-04-28T08:36:55.053Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-28T08:36:55.053Z] Removing intermediate container f506f6aeaea1 [2021-04-28T08:36:55.053Z] ---> 84c112b322ab [2021-04-28T08:36:55.053Z] Step 21/21 : LABEL version=0.0.0 [2021-04-28T08:36:55.329Z] ---> Running in f43032d702a2 [2021-04-28T08:36:56.285Z] Removing intermediate container d097f4dbed01 [2021-04-28T08:36:56.285Z] ---> d36a807a9696 [2021-04-28T08:36:56.285Z] [2021-04-28T08:36:56.285Z] Collecting docker-compose==1.23.2 [2021-04-28T08:36:56.552Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-28T08:36:56.552Z] ---> d1e70a635eab [2021-04-28T08:36:56.552Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-28T08:36:56.552Z] Removing intermediate container f43032d702a2 [2021-04-28T08:36:56.552Z] ---> 76ea426a6eaa [2021-04-28T08:36:56.552Z] [2021-04-28T08:36:56.820Z] Successfully built d36a807a9696 [2021-04-28T08:36:56.820Z] Collecting PyYAML<4,>=3.10 [2021-04-28T08:36:56.820Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-28T08:36:56.820Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-28T08:36:56.820Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-04-28T08:36:56.820Z] Successfully built 76ea426a6eaa [2021-04-28T08:36:57.087Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-28T08:36:57.087Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-04-28T08:36:57.087Z] ---> 76ee3cc6ae1c [2021-04-28T08:36:57.087Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-28T08:36:57.672Z] Removing intermediate container 27b08013270f [2021-04-28T08:36:57.672Z] ---> d98374680dce [2021-04-28T08:36:57.672Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-28T08:36:57.935Z] Collecting texttable<0.10,>=0.9.0 [2021-04-28T08:36:57.935Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-28T08:36:58.200Z] ---> 3f2d9942b0a3 [2021-04-28T08:36:58.200Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-28T08:36:58.200Z] ---> Running in 70827a5667c5 [2021-04-28T08:37:00.780Z] Collecting jsonschema<3,>=2.5.1 [2021-04-28T08:37:00.780Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-28T08:37:00.780Z] ---> 20bb8355efd0 [2021-04-28T08:37:00.780Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-28T08:37:01.045Z] Removing intermediate container 70827a5667c5 [2021-04-28T08:37:01.045Z] ---> 2c44461e49f6 [2021-04-28T08:37:01.045Z] Step 23/25 : LABEL arch=x86_64 [2021-04-28T08:37:01.309Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-28T08:37:01.309Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-28T08:37:05.613Z] ---> Running in 9a2ffa932b59 [2021-04-28T08:37:05.613Z] Collecting docker<4.0,>=3.6.0 [2021-04-28T08:37:05.613Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-28T08:37:05.613Z] ---> Running in b81c5b6c9f93 [2021-04-28T08:37:05.885Z] Removing intermediate container 9a2ffa932b59 [2021-04-28T08:37:05.885Z] ---> a07500ee4827 [2021-04-28T08:37:05.885Z] Step 24/25 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:37:06.148Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-28T08:37:06.148Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-28T08:37:06.148Z] ---> Running in 967fa1bc6e88 [2021-04-28T08:37:06.148Z] Removing intermediate container b81c5b6c9f93 [2021-04-28T08:37:06.148Z] ---> 5ad6f815b330 [2021-04-28T08:37:06.148Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-28T08:37:06.148Z] 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-04-28T08:37:06.418Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-28T08:37:06.418Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-28T08:37:06.995Z] Collecting docopt<0.7,>=0.6.1 [2021-04-28T08:37:06.995Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-28T08:37:07.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.152s coverage: 94.4% of statements [2021-04-28T08:37:07.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.114s coverage: 44.8% of statements [2021-04-28T08:37:08.404Z] Removing intermediate container 967fa1bc6e88 [2021-04-28T08:37:08.405Z] ---> 4a89dd14d8d9 [2021-04-28T08:37:08.405Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-28T08:37:08.405Z] ---> 75182f35d4eb [2021-04-28T08:37:08.405Z] Step 25/25 : LABEL version=0.0.0 [2021-04-28T08:37:08.986Z] Collecting cached-property<2,>=1.2.0 [2021-04-28T08:37:09.575Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-28T08:37:11.559Z] Collecting docker-pycreds>=0.4.0 [2021-04-28T08:37:11.559Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-28T08:37:13.521Z] ---> Running in b5a90b754cc0 [2021-04-28T08:37:13.521Z] 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-04-28T08:37:13.791Z] Collecting idna<2.8,>=2.5 [2021-04-28T08:37:13.791Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-28T08:37:13.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.481s coverage: 81.8% of statements [2021-04-28T08:37:13.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-28T08:37:14.750Z] ---> Running in a56462aa986e [2021-04-28T08:37:14.750Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-28T08:37:14.750Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-28T08:37:15.717Z] 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-04-28T08:37:15.717Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-28T08:37:15.717Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-28T08:37:15.717Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-28T08:37:15.717Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-28T08:37:15.717Z] Removing intermediate container b5a90b754cc0 [2021-04-28T08:37:15.717Z] ---> bc986701d2fc [2021-04-28T08:37:15.717Z] [2021-04-28T08:37:15.995Z] Installing collected packages: PyYAML, texttable, jsonschema, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, cached-property, docker-compose [2021-04-28T08:37:15.995Z] Running setup.py install for PyYAML: started [2021-04-28T08:37:17.419Z] Successfully built bc986701d2fc [2021-04-28T08:37:17.420Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-28T08:37:17.420Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-04-28T08:37:18.868Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-28T08:37:18.868Z] Running setup.py install for texttable: started [2021-04-28T08:37:19.455Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:37:19.455Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:37:19.455Z] ---> f0abdf2857d0 [2021-04-28T08:37:19.455Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:37:19.455Z] ---> Using cache [2021-04-28T08:37:19.455Z] ---> 195175b85fae [2021-04-28T08:37:19.455Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:37:19.455Z] ---> Using cache [2021-04-28T08:37:19.455Z] ---> 645ded799a7d [2021-04-28T08:37:19.455Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T08:37:19.455Z] ---> Using cache [2021-04-28T08:37:19.455Z] ---> b44467aece4d [2021-04-28T08:37:19.455Z] Step 6/23 : COPY go.mod . [2021-04-28T08:37:19.455Z] ---> Using cache [2021-04-28T08:37:19.455Z] ---> efc3d23f486d [2021-04-28T08:37:19.455Z] Step 7/23 : RUN go mod download [2021-04-28T08:37:19.729Z] ---> Using cache [2021-04-28T08:37:19.729Z] ---> 54a2382f0495 [2021-04-28T08:37:19.729Z] Step 8/23 : COPY . . [2021-04-28T08:37:19.729Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:37:19.729Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:37:19.729Z] ---> f0abdf2857d0 [2021-04-28T08:37:19.729Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T08:37:19.729Z] ---> Using cache [2021-04-28T08:37:19.729Z] ---> 195175b85fae [2021-04-28T08:37:19.729Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:37:19.729Z] ---> Using cache [2021-04-28T08:37:19.729Z] ---> 645ded799a7d [2021-04-28T08:37:19.729Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-28T08:37:19.729Z] Running setup.py install for texttable: finished with status 'done' [2021-04-28T08:37:19.729Z] ---> Using cache [2021-04-28T08:37:19.729Z] ---> b887b2c8266e [2021-04-28T08:37:19.729Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-28T08:37:21.666Z] Running setup.py install for dockerpty: started [2021-04-28T08:37:21.666Z] ---> Running in 5566a7e3cd26 [2021-04-28T08:37:21.666Z] ---> Running in 134c6688985c [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.183s coverage: 92.9% of statements [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 65.1% of statements [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.128s coverage: 79.1% of statements [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 80.0% of statements [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.200s coverage: 87.2% of statements [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.228s coverage: 85.4% of statements [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.218s coverage: 91.2% of statements [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.588s coverage: 64.4% of statements [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-28T08:37:22.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-28T08:37:22.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements [2021-04-28T08:37:22.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements [2021-04-28T08:37:22.623Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-28T08:37:22.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-04-28T08:37:24.041Z] Attempting uninstall: idna [2021-04-28T08:37:24.041Z] Found existing installation: idna 2.9 [2021-04-28T08:37:24.041Z] Uninstalling idna-2.9: [2021-04-28T08:37:24.041Z] Removing intermediate container a56462aa986e [2021-04-28T08:37:24.041Z] ---> 689fad57706b [2021-04-28T08:37:24.041Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] Successfully uninstalled idna-2.9 [2021-04-28T08:37:24.041Z] [2021-04-28T08:37:24.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-04-28T08:37:24.633Z] Attempting uninstall: urllib3 [2021-04-28T08:37:24.633Z] Found existing installation: urllib3 1.25.9 [2021-04-28T08:37:24.633Z] Uninstalling urllib3-1.25.9: [2021-04-28T08:37:24.633Z] Successfully uninstalled urllib3-1.25.9 [2021-04-28T08:37:25.101Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-04-28T08:37:25.219Z] ---> Running in e2950cf13c47 [2021-04-28T08:37:25.488Z] Attempting uninstall: requests [2021-04-28T08:37:25.488Z] Found existing installation: requests 2.23.0 [2021-04-28T08:37:25.488Z] Uninstalling requests-2.23.0: [2021-04-28T08:37:25.488Z] 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-04-28T08:37:25.488Z] Successfully uninstalled requests-2.23.0 [2021-04-28T08:37:25.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:37:26.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:37:26.741Z] Removing intermediate container e2950cf13c47 [2021-04-28T08:37:26.741Z] ---> eebef89716ba [2021-04-28T08:37:26.741Z] Step 28/31 : CMD ["gate"] [2021-04-28T08:37:27.723Z] OK: 233 MiB in 51 packages [2021-04-28T08:37:28.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.021s coverage: 66.9% of statements [2021-04-28T08:37:28.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-28T08:37:28.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-28T08:37:28.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-28T08:37:29.334Z] ---> Running in 7b71b01814bb [2021-04-28T08:37:29.334Z] Running setup.py install for docopt: started [2021-04-28T08:37:29.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.555s coverage: 41.5% of statements [2021-04-28T08:37:29.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-28T08:37:29.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-28T08:37:29.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.089s coverage: 89.5% of statements [2021-04-28T08:37:29.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-28T08:37:29.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements [2021-04-28T08:37:30.140Z] Removing intermediate container 7b71b01814bb [2021-04-28T08:37:30.141Z] ---> d6dbe822bec6 [2021-04-28T08:37:30.141Z] Step 29/31 : LABEL arch=x86_64 [2021-04-28T08:37:31.515Z] Removing intermediate container 5566a7e3cd26 [2021-04-28T08:37:31.515Z] ---> 07b36ac3c62f [2021-04-28T08:37:31.515Z] Step 6/22 : COPY go.mod . [2021-04-28T08:37:31.515Z] ---> Running in c8a7b3d80e89 [2021-04-28T08:37:31.515Z] Running setup.py install for docopt: finished with status 'done' [2021-04-28T08:37:32.539Z] Removing intermediate container c8a7b3d80e89 [2021-04-28T08:37:32.539Z] ---> 8b577f0ef7aa [2021-04-28T08:37:32.539Z] Step 30/31 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:37:32.539Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-28T08:37:32.817Z] ---> 638c780edbff [2021-04-28T08:37:32.817Z] Step 7/22 : RUN go mod download [2021-04-28T08:37:33.120Z] ---> Running in a0a44af3281d [2021-04-28T08:37:33.713Z] ---> Running in 4a6c1cb72e18 [2021-04-28T08:37:35.140Z] Removing intermediate container a0a44af3281d [2021-04-28T08:37:35.140Z] ---> b522aee73cd7 [2021-04-28T08:37:35.140Z] Step 31/31 : LABEL version=0.0.0 [2021-04-28T08:37:36.138Z] ---> Running in f810221d6264 [2021-04-28T08:37:36.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.0% of statements [2021-04-28T08:37:36.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-28T08:37:36.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-28T08:37:36.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-28T08:37:36.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-28T08:37:36.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-28T08:37:36.727Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements [2021-04-28T08:37:36.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-28T08:37:36.727Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-04-28T08:37:36.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-28T08:37:36.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-28T08:37:36.727Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.170s coverage: 9.6% of statements [2021-04-28T08:37:36.727Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-28T08:37:36.751Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:37:36.751Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:37:36.751Z] ---> f0abdf2857d0 [2021-04-28T08:37:36.751Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:37:36.751Z] ---> Using cache [2021-04-28T08:37:36.751Z] ---> 195175b85fae [2021-04-28T08:37:36.751Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:37:36.751Z] ---> Using cache [2021-04-28T08:37:36.751Z] ---> 645ded799a7d [2021-04-28T08:37:36.751Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T08:37:36.751Z] ---> Using cache [2021-04-28T08:37:36.751Z] ---> b44467aece4d [2021-04-28T08:37:36.751Z] Step 6/23 : COPY go.mod . [2021-04-28T08:37:36.751Z] ---> Using cache [2021-04-28T08:37:36.751Z] ---> efc3d23f486d [2021-04-28T08:37:36.751Z] Step 7/23 : RUN go mod download [2021-04-28T08:37:36.751Z] ---> Using cache [2021-04-28T08:37:36.751Z] ---> 54a2382f0495 [2021-04-28T08:37:36.751Z] Step 8/23 : COPY . . [2021-04-28T08:37:37.038Z] ---> Using cache [2021-04-28T08:37:37.038Z] ---> b887b2c8266e [2021-04-28T08:37:37.038Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-28T08:37:38.020Z] Removing intermediate container f810221d6264 [2021-04-28T08:37:38.020Z] ---> 46b5e83c3d33 [2021-04-28T08:37:38.020Z] [2021-04-28T08:37:38.020Z] ---> Running in 2d2347a117ee [2021-04-28T08:37:38.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.442s coverage: 92.6% of statements [2021-04-28T08:37:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-28T08:37:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:37:38.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-28T08:37:38.318Z] Successfully built 46b5e83c3d33 [2021-04-28T08:37:38.318Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-28T08:37:38.318Z] Building docker-core-data-go [2021-04-28T08:37:39.311Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-28T08:37:40.301Z] Removing intermediate container 4a6c1cb72e18 [2021-04-28T08:37:40.301Z] ---> 42ed76fa81f5 [2021-04-28T08:37:40.301Z] Step 8/22 : COPY . . [2021-04-28T08:37:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.146s coverage: 28.7% of statements [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-28T08:37:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-28T08:37:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.180s coverage: 100.0% of statements [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-28T08:37:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.171s coverage: 64.6% of statements [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-28T08:37:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.369s coverage: 97.6% of statements [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-28T08:37:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-28T08:37:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-28T08:37:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-28T08:37:46.523Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-28T08:37:46.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-04-28T08:37:48.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements [2021-04-28T08:37:48.511Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-04-28T08:37:49.106Z] GO111MODULE=on go vet ./... [2021-04-28T08:38:07.236Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:38:07.236Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:38:07.236Z] ---> f0abdf2857d0 [2021-04-28T08:38:07.236Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:38:07.506Z] ---> Using cache [2021-04-28T08:38:07.506Z] ---> 195175b85fae [2021-04-28T08:38:07.506Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:38:07.506Z] ---> Using cache [2021-04-28T08:38:07.506Z] ---> 645ded799a7d [2021-04-28T08:38:07.506Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-28T08:38:08.494Z] ---> Running in 59d77e3332c1 [2021-04-28T08:38:09.091Z] Removing intermediate container d9f97c1f2aac [2021-04-28T08:38:09.091Z] ---> edafd00d071d [2021-04-28T08:38:09.091Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-28T08:38:13.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:38:13.352Z] ---> Running in 139390a166a3 [2021-04-28T08:38:13.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:38:13.964Z] OK: 233 MiB in 51 packages [2021-04-28T08:38:14.231Z] ---> 5e13105ad30e [2021-04-28T08:38:14.231Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-28T08:38:14.843Z] Removing intermediate container 139390a166a3 [2021-04-28T08:38:14.843Z] ---> 693009ba7a8a [2021-04-28T08:38:14.843Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-28T08:38:14.843Z] Removing intermediate container 134c6688985c [2021-04-28T08:38:14.843Z] ---> a0561145b6bf [2021-04-28T08:38:14.843Z] [2021-04-28T08:38:14.843Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:38:14.843Z] ---> 13621d1b12d4 [2021-04-28T08:38:14.843Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:38:14.843Z] ---> Using cache [2021-04-28T08:38:14.843Z] ---> 47f151b4eb5e [2021-04-28T08:38:14.843Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:38:14.843Z] ---> Using cache [2021-04-28T08:38:14.843Z] ---> 3fad4044efdb [2021-04-28T08:38:14.843Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-28T08:38:14.843Z] ---> Running in 0a1af0088d94 [2021-04-28T08:38:15.108Z] ---> Running in 1d767356c0aa [2021-04-28T08:38:15.108Z] ---> Running in 0af066e9ca16 [2021-04-28T08:38:16.067Z] Removing intermediate container 59d77e3332c1 [2021-04-28T08:38:16.067Z] ---> e8ebb2a0c152 [2021-04-28T08:38:16.067Z] Step 6/23 : COPY go.mod . [2021-04-28T08:38:16.067Z] 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-04-28T08:38:16.657Z] Removing intermediate container 1d767356c0aa [2021-04-28T08:38:16.657Z] ---> 4bfbb943ee0e [2021-04-28T08:38:16.657Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-28T08:38:16.657Z] Removing intermediate container 0af066e9ca16 [2021-04-28T08:38:16.657Z] ---> a6d69c54dad0 [2021-04-28T08:38:16.657Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T08:38:17.629Z] ---> Running in a15a807383b1 [2021-04-28T08:38:17.629Z] ---> 59d1557c8a22 [2021-04-28T08:38:17.629Z] Step 7/23 : RUN go mod download [2021-04-28T08:38:17.629Z] Removing intermediate container 2d2347a117ee [2021-04-28T08:38:17.629Z] ---> 6ce3f5f6be3c [2021-04-28T08:38:17.629Z] [2021-04-28T08:38:17.629Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:38:17.629Z] ---> 13621d1b12d4 [2021-04-28T08:38:17.629Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:38:17.629Z] ---> Using cache [2021-04-28T08:38:17.629Z] ---> 47f151b4eb5e [2021-04-28T08:38:17.629Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:38:17.629Z] ---> Using cache [2021-04-28T08:38:17.629Z] ---> 3fad4044efdb [2021-04-28T08:38:17.629Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-28T08:38:17.906Z] ---> 9fbeed494e84 [2021-04-28T08:38:17.906Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-28T08:38:18.873Z] ---> Running in 5b99644a6232 [2021-04-28T08:38:18.873Z] ---> Running in 39602549178b [2021-04-28T08:38:19.142Z] Removing intermediate container a15a807383b1 [2021-04-28T08:38:19.142Z] ---> d3f3b596d67b [2021-04-28T08:38:19.142Z] Step 15/23 : WORKDIR / [2021-04-28T08:38:19.408Z] ---> Running in 5d3b8c711dc7 [2021-04-28T08:38:19.680Z] ---> ec3cddcc131e [2021-04-28T08:38:19.680Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-28T08:38:19.680Z] Removing intermediate container 39602549178b [2021-04-28T08:38:19.680Z] ---> a4bff15e7e6b [2021-04-28T08:38:19.680Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T08:38:19.954Z] ---> Running in 6f0d677dc23a [2021-04-28T08:38:19.954Z] Removing intermediate container 5d3b8c711dc7 [2021-04-28T08:38:19.954Z] ---> 55fe47ad642a [2021-04-28T08:38:19.954Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:38:20.228Z] Removing intermediate container 6f0d677dc23a [2021-04-28T08:38:20.228Z] ---> f1e4ed643b82 [2021-04-28T08:38:20.228Z] Step 15/23 : WORKDIR / [2021-04-28T08:38:20.506Z] ---> Running in 17517116692c [2021-04-28T08:38:20.506Z] ---> d0b0cfb00570 [2021-04-28T08:38:20.506Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-28T08:38:20.506Z] ---> 88d89e955db5 [2021-04-28T08:38:20.506Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-28T08:38:20.777Z] ---> Running in 99d7b58bd288 [2021-04-28T08:38:20.777Z] Removing intermediate container 17517116692c [2021-04-28T08:38:20.777Z] ---> df51f33860c0 [2021-04-28T08:38:20.777Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:38:21.048Z] Removing intermediate container 99d7b58bd288 [2021-04-28T08:38:21.048Z] ---> 7f1169f952cb [2021-04-28T08:38:21.048Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:38:21.321Z] ---> Running in 22bfbbbf8670 [2021-04-28T08:38:21.935Z] ---> 4d0bca601a07 [2021-04-28T08:38:21.935Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-28T08:38:21.935Z] ---> 14b5de1d31fc [2021-04-28T08:38:21.935Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-28T08:38:21.935Z] Removing intermediate container 22bfbbbf8670 [2021-04-28T08:38:21.935Z] ---> e49e3e94d185 [2021-04-28T08:38:21.935Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T08:38:22.215Z] ---> Running in bd9d9d9655d0 [2021-04-28T08:38:22.814Z] Removing intermediate container bd9d9d9655d0 [2021-04-28T08:38:22.814Z] ---> cdf6a35c122a [2021-04-28T08:38:22.814Z] Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:38:22.814Z] ---> 8af3e5106880 [2021-04-28T08:38:22.814Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-28T08:38:23.097Z] ---> Running in f80a8f2083f4 [2021-04-28T08:38:23.097Z] Removing intermediate container 5b99644a6232 [2021-04-28T08:38:23.097Z] ---> 4512f9efe73b [2021-04-28T08:38:23.097Z] Step 8/23 : COPY . . [2021-04-28T08:38:23.097Z] ---> ab9af0600f6c [2021-04-28T08:38:23.097Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-28T08:38:23.097Z] ---> Running in 5154515b5fd9 [2021-04-28T08:38:23.381Z] Removing intermediate container f80a8f2083f4 [2021-04-28T08:38:23.381Z] ---> b80c602537db [2021-04-28T08:38:23.381Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:38:23.381Z] ---> Running in aeefe5f0fcd1 [2021-04-28T08:38:23.662Z] Removing intermediate container 5154515b5fd9 [2021-04-28T08:38:23.662Z] ---> e6db4eb240b9 [2021-04-28T08:38:23.662Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:38:26.268Z] ---> Running in aa6bc3e84766 [2021-04-28T08:38:26.544Z] Removing intermediate container aeefe5f0fcd1 [2021-04-28T08:38:26.544Z] ---> cc455ded2a04 [2021-04-28T08:38:26.544Z] [2021-04-28T08:38:26.820Z] Successfully built cc455ded2a04 [2021-04-28T08:38:27.101Z] ---> 8d17397a53b8 [2021-04-28T08:38:27.101Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-28T08:38:27.391Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-28T08:38:30.016Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container aa6bc3e84766 [2021-04-28T08:38:30.016Z] ---> d3d16863ce22 [2021-04-28T08:38:30.016Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T08:38:31.972Z] ---> Running in 84e05687be38 [2021-04-28T08:38:32.946Z] ---> Running in 0eeb798ce792 [2021-04-28T08:38:33.535Z] Removing intermediate container 84e05687be38 [2021-04-28T08:38:33.535Z] ---> 36c262c2db4e [2021-04-28T08:38:33.535Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:38:36.878Z] Removing intermediate container 0eeb798ce792 [2021-04-28T08:38:36.878Z] ---> 0c92fdd40630 [2021-04-28T08:38:36.878Z] Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:38:36.878Z] ---> Running in 215459d1f64e [2021-04-28T08:38:37.843Z] ---> Running in 6cbd79ecba17 [2021-04-28T08:38:38.109Z] Removing intermediate container 215459d1f64e [2021-04-28T08:38:38.109Z] ---> 59767d54e6f9 [2021-04-28T08:38:38.109Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T08:38:40.068Z] ---> Running in 8a1d889a4f99 [2021-04-28T08:38:40.068Z] Removing intermediate container 6cbd79ecba17 [2021-04-28T08:38:40.068Z] ---> 0092927f5efc [2021-04-28T08:38:40.068Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:38:41.015Z] ---> Running in eedab389a559 [2021-04-28T08:38:42.458Z] Removing intermediate container 8a1d889a4f99 [2021-04-28T08:38:42.458Z] ---> 511d726f57aa [2021-04-28T08:38:42.458Z] Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:38:43.884Z] Removing intermediate container eedab389a559 [2021-04-28T08:38:43.884Z] ---> 6dc29c77b896 [2021-04-28T08:38:43.884Z] [2021-04-28T08:38:43.884Z] ---> Running in 94af06143295 [2021-04-28T08:38:44.480Z] Successfully built 6dc29c77b896 [2021-04-28T08:38:44.481Z] Successfully tagged docker-core-metadata-go:latest [2021-04-28T08:38:47.072Z]  Building docker-core-metadata-go ... done Removing intermediate container 94af06143295 [2021-04-28T08:38:47.072Z] ---> 77c30ca92f3b [2021-04-28T08:38:47.072Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:38:47.674Z] ---> Running in 5f5df541bee8 [2021-04-28T08:38:47.936Z] Removing intermediate container 0a1af0088d94 [2021-04-28T08:38:47.936Z] ---> 45484c781868 [2021-04-28T08:38:47.936Z] [2021-04-28T08:38:47.936Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T08:38:47.936Z] ---> 13621d1b12d4 [2021-04-28T08:38:47.936Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-28T08:38:47.936Z] ---> 56cb0579ae26 [2021-04-28T08:38:47.936Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-28T08:38:47.936Z] ---> Running in f77897eff2ed [2021-04-28T08:38:48.215Z] ---> Running in a41b2bcff3fc [2021-04-28T08:38:48.215Z] Removing intermediate container 5f5df541bee8 [2021-04-28T08:38:48.215Z] ---> aee437122ee1 [2021-04-28T08:38:48.215Z] [2021-04-28T08:38:48.480Z] Successfully built aee437122ee1 [2021-04-28T08:38:48.480Z] Successfully tagged docker-core-command-go:latest [2021-04-28T08:38:49.074Z]  Building docker-core-command-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-04-28T08:38:49.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:38:49.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:38:49.340Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-28T08:38:49.340Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-28T08:38:49.340Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:38:49.340Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:38:49.340Z] OK: 6 MiB in 16 packages [2021-04-28T08:38:51.290Z] Removing intermediate container f77897eff2ed [2021-04-28T08:38:51.290Z] ---> 7526004e8309 [2021-04-28T08:38:51.290Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:38:51.290Z] ---> Running in 7571ceb3f515 [2021-04-28T08:38:51.569Z] Removing intermediate container 7571ceb3f515 [2021-04-28T08:38:51.569Z] ---> ebb646b2c4ce [2021-04-28T08:38:51.569Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-28T08:38:51.569Z] ---> Running in 306cd9670856 [2021-04-28T08:38:51.841Z] Removing intermediate container 306cd9670856 [2021-04-28T08:38:51.841Z] ---> 96a2dc37a27d [2021-04-28T08:38:51.841Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T08:38:53.177Z] ---> Running in 87730e2f334d [2021-04-28T08:38:53.177Z] Removing intermediate container 87730e2f334d [2021-04-28T08:38:53.177Z] ---> fc1ef71ab28d [2021-04-28T08:38:53.177Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:38:53.177Z] ---> 3e7de578148e [2021-04-28T08:38:53.177Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-28T08:38:53.776Z] ---> 6aa717ace02d [2021-04-28T08:38:53.776Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-28T08:38:54.053Z] ---> 4a824d6ac366 [2021-04-28T08:38:54.053Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-28T08:38:55.066Z] ---> Running in 17de71605ce8 [2021-04-28T08:38:55.352Z] Removing intermediate container 17de71605ce8 [2021-04-28T08:38:55.352Z] ---> a684c933e746 [2021-04-28T08:38:55.352Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:38:55.644Z] ---> Running in 0b58f020569d [2021-04-28T08:38:56.024Z] Removing intermediate container 0b58f020569d [2021-04-28T08:38:56.024Z] ---> 99bcfffdffbc [2021-04-28T08:38:56.024Z] Step 20/22 : LABEL arch=x86_64 [2021-04-28T08:38:56.024Z] ---> Running in 65e7a255152d [2021-04-28T08:38:56.464Z] Removing intermediate container 65e7a255152d [2021-04-28T08:38:56.464Z] ---> 969e7475538f [2021-04-28T08:38:56.464Z] Step 21/22 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:38:56.464Z] ---> Running in 6a42a0d78d82 [2021-04-28T08:38:56.850Z] Removing intermediate container 6a42a0d78d82 [2021-04-28T08:38:56.850Z] ---> f19ec076c295 [2021-04-28T08:38:56.850Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T08:38:56.850Z] ---> Running in fd1c9ec81f8a [2021-04-28T08:38:57.247Z] Removing intermediate container fd1c9ec81f8a [2021-04-28T08:38:57.247Z] ---> 09d117cadb68 [2021-04-28T08:38:57.247Z] [2021-04-28T08:38:57.247Z] Successfully built 09d117cadb68 [2021-04-28T08:38:57.247Z] Successfully tagged docker-support-notifications-go:latest [2021-04-28T08:39:09.591Z]  Building docker-support-notifications-go ... done Removing intermediate container a41b2bcff3fc [2021-04-28T08:39:09.592Z] ---> 89529b6726b8 [2021-04-28T08:39:09.592Z] [2021-04-28T08:39:09.592Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:39:09.592Z] ---> 13621d1b12d4 [2021-04-28T08:39:09.592Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-28T08:39:09.592Z] ---> Running in 3c52a301192b [2021-04-28T08:39:09.592Z] Removing intermediate container 3c52a301192b [2021-04-28T08:39:09.592Z] ---> f344b7625348 [2021-04-28T08:39:09.592Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-28T08:39:09.592Z] ---> Running in f55b89fe1e36 [2021-04-28T08:39:09.592Z] Removing intermediate container f55b89fe1e36 [2021-04-28T08:39:09.592Z] ---> 8a56d9984096 [2021-04-28T08:39:09.592Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-28T08:39:09.592Z] ---> Running in b7ee9fa0d76d [2021-04-28T08:39:09.592Z] Removing intermediate container b7ee9fa0d76d [2021-04-28T08:39:09.592Z] ---> 5d7df685114f [2021-04-28T08:39:09.592Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:39:09.592Z] ---> Running in 3eb4495e1df8 [2021-04-28T08:39:09.592Z] Removing intermediate container 3eb4495e1df8 [2021-04-28T08:39:09.592Z] ---> ca7f3d689e50 [2021-04-28T08:39:09.592Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-28T08:39:09.592Z] ---> Running in 08578c501e44 [2021-04-28T08:39:10.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:39:10.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:39:10.952Z] gofmt -l . [2021-04-28T08:39:10.952Z] [ "`gofmt -l .`" = "" ] [2021-04-28T08:39:10.952Z] ./bin/test-go-mod-tidy.sh [2021-04-28T08:39:10.952Z] ./bin/test-attribution-txt.sh [2021-04-28T08:39:11.323Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-28T08:39:11.324Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-28T08:39:11.585Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-28T08:39:11.585Z] (4/6) Installing libstdc++ (9.3.0-r2) [Pipeline] sh [2021-04-28T08:39:12.539Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-28T08:39:12.539Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-28T08:39:12.539Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:39:12.539Z] OK: 8 MiB in 20 packages [2021-04-28T08:39:13.048Z] + ls -al . [2021-04-28T08:39:13.048Z] total 836 [2021-04-28T08:39:13.048Z] drwxrwxr-x 9 1001 1001 4096 Apr 28 08:39 . [2021-04-28T08:39:13.048Z] drwxr-xr-x 4 root root 4096 Apr 28 08:34 .. [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 11 Apr 28 08:33 .dockerignore [2021-04-28T08:39:13.048Z] drwxrwxr-x 8 1001 1001 4096 Apr 28 08:33 .git [2021-04-28T08:39:13.048Z] drwxrwxr-x 3 1001 1001 4096 Apr 28 08:33 .github [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 818 Apr 28 08:33 .gitignore [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 166 Apr 28 08:33 .sonarcloud.properties [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 8609 Apr 28 08:33 Attribution.txt [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 3804 Apr 28 08:33 CONTRIBUTING.md [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 931 Apr 28 08:33 Dockerfile.build [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 863 Apr 28 08:33 Jenkinsfile [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 10775 Apr 28 08:33 LICENSE [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 5774 Apr 28 08:33 Makefile [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 7978 Apr 28 08:33 README.md [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 6755 Apr 28 08:33 SECURITY.md [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 5 Apr 28 08:30 VERSION [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 4131 Apr 28 08:33 ZMQWindows.md [2021-04-28T08:39:13.048Z] drwxrwxr-x 2 1001 1001 4096 Apr 28 08:33 bin [2021-04-28T08:39:13.048Z] drwxrwxr-x 14 1001 1001 4096 Apr 28 08:33 cmd [2021-04-28T08:39:13.048Z] -rw-r--r-- 1 root root 697939 Apr 28 08:37 coverage.out [2021-04-28T08:39:13.048Z] -rw-r--r-- 1 root root 1060 Apr 28 08:39 go.mod [2021-04-28T08:39:13.048Z] -rw-r--r-- 1 root root 22420 Apr 28 08:39 go.sum [2021-04-28T08:39:13.048Z] drwxrwxr-x 8 1001 1001 4096 Apr 28 08:33 internal [2021-04-28T08:39:13.048Z] drwxrwxr-x 4 1001 1001 4096 Apr 28 08:33 openapi [2021-04-28T08:39:13.048Z] drwxrwxr-x 4 1001 1001 4096 Apr 28 08:33 snap [2021-04-28T08:39:13.048Z] -rw-rw-r-- 1 1001 1001 168 Apr 28 08:33 version.go [Pipeline] sh [2021-04-28T08:39:13.123Z] Removing intermediate container 08578c501e44 [2021-04-28T08:39:13.123Z] ---> 57c65bb2fb2b [2021-04-28T08:39:13.123Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:39:13.389Z] ---> 8d6f1f4a449b [2021-04-28T08:39:13.389Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-28T08:39:13.718Z] + '[' -e coverage.out ] [2021-04-28T08:39:13.718Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-28T08:39:13.752Z] Warning: overwriting stash ‘coverage-report’ [2021-04-28T08:39:14.346Z] ---> ebf7f3c3f073 [2021-04-28T08:39:14.346Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-28T08:39:14.607Z] ---> ce258b5651f8 [2021-04-28T08:39:14.607Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-28T08:39:14.607Z] ---> Running in ea5beffec9f8 [2021-04-28T08:39:14.870Z] Removing intermediate container ea5beffec9f8 [2021-04-28T08:39:14.870Z] ---> 309a91bf146c [2021-04-28T08:39:14.870Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:39:14.870Z] ---> Running in 264ce3ce42f6 [2021-04-28T08:39:15.107Z] Stashed 1 file(s) [Pipeline] sh [2021-04-28T08:39:15.134Z] Removing intermediate container 264ce3ce42f6 [2021-04-28T08:39:15.134Z] ---> b23a8f6ac425 [2021-04-28T08:39:15.134Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T08:39:15.134Z] ---> Running in 56edfe0c0f2e [2021-04-28T08:39:15.134Z] Removing intermediate container 56edfe0c0f2e [2021-04-28T08:39:15.134Z] ---> 958c88f8bcab [2021-04-28T08:39:15.134Z] Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:39:15.402Z] ---> Running in 6f68f48d337d [2021-04-28T08:39:15.402Z] Removing intermediate container 6f68f48d337d [2021-04-28T08:39:15.402Z] ---> 3ccb1c7c5c3b [2021-04-28T08:39:15.402Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:39:15.665Z] ---> Running in f5bc79c416e0 [2021-04-28T08:39:15.665Z] Removing intermediate container f5bc79c416e0 [2021-04-28T08:39:15.665Z] ---> 022b76e372ce [2021-04-28T08:39:15.665Z] [2021-04-28T08:39:15.809Z] + make build [2021-04-28T08:39:15.809Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-28T08:39:15.935Z] Successfully built 022b76e372ce [2021-04-28T08:39:15.935Z] Successfully tagged docker-core-data-go:latest [2021-04-28T08:39:16.210Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-28T08:39:16.239Z] $ docker stop --time=1 a66014707469bb940ace3dd94f2d845d83de291c9007e592dba04bb048a2aa3b [2021-04-28T08:39:17.909Z] $ docker rm -f a66014707469bb940ace3dd94f2d845d83de291c9007e592dba04bb048a2aa3b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T08:39:18.364Z] + docker images [2021-04-28T08:39:18.364Z] + grep docker [2021-04-28T08:39:18.625Z] docker-core-data-go latest 022b76e372ce 3 seconds ago 22.9MB [2021-04-28T08:39:18.625Z] docker-support-notifications-go latest 09d117cadb68 22 seconds ago 18.2MB [2021-04-28T08:39:18.625Z] docker-core-command-go latest aee437122ee1 31 seconds ago 17.5MB [2021-04-28T08:39:18.625Z] docker-core-metadata-go latest 6dc29c77b896 36 seconds ago 19.2MB [2021-04-28T08:39:18.625Z] docker-sys-mgmt-agent-go latest cc455ded2a04 53 seconds ago 312MB [2021-04-28T08:39:18.625Z] docker-security-bootstrapper-go latest 46b5e83c3d33 About a minute ago 19.3MB [2021-04-28T08:39:18.625Z] docker-security-secretstore-setup-go latest bc986701d2fc 2 minutes ago 26.5MB [2021-04-28T08:39:18.625Z] docker-security-proxy-setup-go latest 76ea426a6eaa 2 minutes ago 26.1MB [2021-04-28T08:39:18.625Z] docker-support-scheduler-go latest d36a807a9696 2 minutes ago 17.7MB [2021-04-28T08:39:18.625Z] docker 20.10.0 aefe523efa57 4 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-04-28T08:39:26.131Z] 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-04-28T08:39:33.991Z] Still waiting to schedule task [2021-04-28T08:39:33.991Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-28T08:39:52.945Z] 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-04-28T08:39:53.554Z] 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-04-28T08:39:58.971Z] 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-04-28T08:40:00.410Z] 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-04-28T08:40:05.815Z] 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-04-28T08:40:11.210Z] 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-04-28T08:40:16.613Z] 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-04-28T08:40:20.917Z] 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-04-28T08:40:25.224Z] 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-04-28T08:40:29.536Z] 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-04-28T08:40:29.931Z] Running on prd-ubuntu18.04-docker-8c-8g-2183 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-28T08:40:29.950Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-04-28T08:40:32.214Z] using credential edgex-jenkins-ssh [2021-04-28T08:40:32.227Z] Cloning the remote Git repository [2021-04-28T08:40:32.257Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:40:32.327Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-04-28T08:40:32.351Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:40:32.351Z] > git --version # timeout=10 [2021-04-28T08:40:32.360Z] > git --version # 'git version 2.17.1' [2021-04-28T08:40:32.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:40:32.390Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-04-28T08:40:34.980Z] $ docker stop --time=1 f7428af70b0cbecbdaf6c801dd7d1ff8d4f95d1ef65347baddce11f7e1f2452b [2021-04-28T08:40:37.477Z] $ docker rm -f f7428af70b0cbecbdaf6c801dd7d1ff8d4f95d1ef65347baddce11f7e1f2452b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:40:39.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T08:40:39.167Z] [2021-04-28T08:40:39.167Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:40:39.444Z] Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-28T08:40:39.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T08:40:39.516Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-28T08:40:39.516Z] 29e5d40040c1: Pulling fs layer [2021-04-28T08:40:39.516Z] 1ce36da41761: Pulling fs layer [2021-04-28T08:40:39.516Z] 25b303627fd3: Pulling fs layer [2021-04-28T08:40:39.633Z] Merge succeeded, producing e20b03fc91e1c79c6ab6e00982128154b0568862 [2021-04-28T08:40:39.634Z] Checking out Revision e20b03fc91e1c79c6ab6e00982128154b0568862 (PR-3391) [2021-04-28T08:40:39.787Z] 29e5d40040c1: Verifying Checksum [2021-04-28T08:40:39.787Z] 29e5d40040c1: Download complete [2021-04-28T08:40:38.767Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T08:40:38.775Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T08:40:38.786Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T08:40:38.812Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:40:38.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:40:38.817Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T08:40:39.457Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T08:40:39.464Z] > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [2021-04-28T08:40:39.542Z] > git remote # timeout=10 [2021-04-28T08:40:39.549Z] > git config --get remote.origin.url # timeout=10 [2021-04-28T08:40:39.555Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:40:39.559Z] > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 [2021-04-28T08:40:39.631Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-28T08:40:39.641Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T08:40:39.655Z] > git checkout -f e20b03fc91e1c79c6ab6e00982128154b0568862 # timeout=10 [2021-04-28T08:40:40.061Z] 1ce36da41761: Download complete [2021-04-28T08:40:40.658Z] 29e5d40040c1: Pull complete [2021-04-28T08:40:42.093Z] 1ce36da41761: Pull complete [2021-04-28T08:40:42.093Z] 25b303627fd3: Verifying Checksum [2021-04-28T08:40:42.093Z] 25b303627fd3: Download complete [2021-04-28T08:40:43.261Z] Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" [2021-04-28T08:40:43.269Z] > git rev-list --no-walk 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:40:44.414Z] + echo snap-build.sh [2021-04-28T08:40:44.414Z] snap-build.sh [2021-04-28T08:40:44.414Z] + SNAP_BASE_DIR=. [2021-04-28T08:40:44.414Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-04-28T08:40:44.414Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-04-28T08:40:44.414Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-04-28T08:40:44.414Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-04-28T08:40:44.414Z] + cd /w/workspace/edgex-go/8 [2021-04-28T08:40:44.414Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-28T08:40:44.414Z] Reading package lists... [2021-04-28T08:40:44.679Z] Building dependency tree... [2021-04-28T08:40:44.679Z] Reading state information... [2021-04-28T08:40:44.679Z] The following packages were automatically installed and are no longer required: [2021-04-28T08:40:44.679Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-28T08:40:44.679Z] uidmap xdelta3 [2021-04-28T08:40:44.679Z] Use 'sudo apt autoremove' to remove them. [2021-04-28T08:40:44.679Z] The following packages will be REMOVED: [2021-04-28T08:40:44.679Z] lxd* lxd-client* [2021-04-28T08:40:45.252Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-28T08:40:45.252Z] After this operation, 31.7 MB disk space will be freed. [2021-04-28T08:40:46.305Z] (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-04-28T08:40:46.305Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-28T08:40:47.251Z] Removing lxd dnsmasq configuration [2021-04-28T08:40:47.251Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-28T08:40:47.512Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-28T08:40:48.459Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-28T08:40:48.723Z] (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-04-28T08:40:48.723Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-28T08:40:50.113Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-28T08:40:50.113Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-28T08:40:51.501Z] + sudo snap remove --purge lxd [2021-04-28T08:40:51.769Z] snap "lxd" is not installed [2021-04-28T08:40:51.769Z] + sudo groupadd --force --system lxd [2021-04-28T08:40:51.769Z] ++ whoami [2021-04-28T08:40:51.769Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-28T08:40:51.769Z] + newgrp - lxd [2021-04-28T08:40:51.769Z] + sudo snap install lxd [2021-04-28T08:40:54.494Z] 25b303627fd3: Pull complete [2021-04-28T08:40:54.495Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-28T08:40:54.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T08:40:54.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-28T08:40:54.760Z] prd-ubuntu18.04-docker-arm64-4c-16g-2181 does not seem to be running inside a container [2021-04-28T08:40:54.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-28T08:40:58.118Z] $ docker top 61cdd746a3d2f39e65bd1e9aed2b396112379363eb89c01e1f46a560025fd1b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:40:59.080Z] + grep parallel [2021-04-28T08:40:59.080Z] + docker-compose build --help [2021-04-28T08:41:01.783Z] 2021-04-28T08:40:59Z INFO Waiting for automatic snapd restart... [2021-04-28T08:41:02.445Z] --parallel Build images in parallel. [Pipeline] } [2021-04-28T08:41:02.736Z] $ docker stop --time=1 61cdd746a3d2f39e65bd1e9aed2b396112379363eb89c01e1f46a560025fd1b3 [2021-04-28T08:41:04.683Z] $ docker rm -f 61cdd746a3d2f39e65bd1e9aed2b396112379363eb89c01e1f46a560025fd1b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:41:05.344Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T08:41:05.344Z] . [Pipeline] withDockerContainer [2021-04-28T08:41:05.616Z] prd-ubuntu18.04-docker-arm64-4c-16g-2181 does not seem to be running inside a container [2021-04-28T08:41:05.692Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-28T08:41:07.174Z] $ docker top 13a1e71fb14a93ea257eb947fbf46d9f68454e038c36269509e757b84731f3fb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:41:08.138Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-28T08:41:12.419Z] Building docker-core-command-go ... [2021-04-28T08:41:12.419Z] Building docker-core-data-go ... [2021-04-28T08:41:12.419Z] Building docker-core-metadata-go ... [2021-04-28T08:41:12.419Z] Building docker-security-bootstrapper-go ... [2021-04-28T08:41:12.419Z] Building docker-security-proxy-setup-go ... [2021-04-28T08:41:12.419Z] Building docker-security-secretstore-setup-go ... [2021-04-28T08:41:12.419Z] Building docker-support-notifications-go ... [2021-04-28T08:41:12.419Z] Building docker-support-scheduler-go ... [2021-04-28T08:41:12.419Z] Building docker-sys-mgmt-agent-go ... [2021-04-28T08:41:12.419Z] Building docker-core-data-go [2021-04-28T08:41:12.419Z] Building docker-security-bootstrapper-go [2021-04-28T08:41:12.419Z] Building docker-core-command-go [2021-04-28T08:41:12.419Z] Building docker-security-secretstore-setup-go [2021-04-28T08:41:12.419Z] Building docker-security-proxy-setup-go [2021-04-28T08:41:16.702Z] lxd 4.13 from Canonical* installed [2021-04-28T08:41:16.703Z] + sudo lxd init --auto [2021-04-28T08:41:24.901Z] + sudo snap install --classic snapcraft [2021-04-28T08:41:33.042Z] snapcraft 4.6.2 from Canonical* installed [2021-04-28T08:41:33.043Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-28T08:41:33.043Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-28T08:41:33.043Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-28T08:41:33.043Z] Dload Upload Total Spent Left Speed [2021-04-28T08:41:33.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 1632 0 --:--:-- --:--:-- --:--:-- 1632 [2021-04-28T08:41:33.043Z] 100 3325k 100 3325k 0 0 6369k 0 --:--:-- --:--:-- --:--:-- 6369k [2021-04-28T08:41:33.043Z] ./yq_linux_amd64 [2021-04-28T08:41:33.043Z] + sudo snapcraft prime --use-lxd [2021-04-28T08:41:34.430Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-28T08:41:34.430Z] 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-04-28T08:41:34.430Z] - README.md [2021-04-28T08:41:34.430Z] [2021-04-28T08:41:34.430Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-28T08:41:34.690Z] Launching a container. [2021-04-28T08:41:46.933Z] Waiting for container to be ready [2021-04-28T08:41:46.933Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-28T08:41:46.933Z] [2021-04-28T08:41:49.477Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-28T08:41:50.051Z] Waiting for network to be ready... [2021-04-28T08:41:50.313Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-28T08:41:50.313Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-28T08:41:50.575Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-28T08:41:50.575Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-28T08:41:50.575Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-28T08:41:50.575Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-28T08:41:50.575Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-28T08:41:50.575Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-28T08:41:50.575Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-28T08:41:50.575Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-28T08:41:50.835Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-28T08:41:51.096Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-28T08:41:51.356Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-28T08:41:51.356Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-28T08:41:51.356Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-28T08:41:51.356Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-28T08:41:51.356Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-28T08:41:51.356Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-28T08:41:51.616Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-28T08:41:52.192Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-28T08:41:52.192Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-28T08:41:52.192Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-28T08:41:52.192Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-28T08:41:52.192Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-28T08:41:52.192Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-28T08:41:52.192Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-28T08:41:52.192Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-28T08:41:54.109Z] Fetched 24.4 MB in 4s (6150 kB/s) [2021-04-28T08:41:55.051Z] Reading package lists... [2021-04-28T08:41:55.313Z] Reading package lists... [2021-04-28T08:41:55.313Z] Building dependency tree... [2021-04-28T08:41:55.313Z] Reading state information... [2021-04-28T08:41:55.313Z] The following additional packages will be installed: [2021-04-28T08:41:55.313Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-28T08:41:55.313Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-28T08:41:55.313Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-28T08:41:55.313Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-28T08:41:55.313Z] Suggested packages: [2021-04-28T08:41:55.313Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-28T08:41:55.313Z] Recommended packages: [2021-04-28T08:41:55.313Z] gnupg libsasl2-modules [2021-04-28T08:41:55.574Z] The following NEW packages will be installed: [2021-04-28T08:41:55.574Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-28T08:41:55.574Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-28T08:41:55.574Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-28T08:41:55.574Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-28T08:41:55.574Z] The following packages will be upgraded: [2021-04-28T08:41:55.574Z] gpg gpg-agent gpgconf libudev1 [2021-04-28T08:41:55.574Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-28T08:41:55.574Z] Need to get 3529 kB of archives. [2021-04-28T08:41:55.574Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-28T08:41:55.574Z] Get:1 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-04-28T08:41:55.835Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-28T08:41:55.835Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-28T08:41:55.835Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-28T08:41:55.835Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-28T08:41:56.135Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-28T08:41:56.395Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-28T08:41:56.663Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-28T08:41:56.663Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-28T08:41:56.663Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-28T08:41:56.663Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-28T08:41:56.663Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-28T08:41:56.663Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-28T08:41:56.663Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-28T08:41:56.663Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-28T08:41:56.663Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-28T08:41:56.663Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-28T08:41:56.663Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-28T08:41:56.663Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-28T08:41:56.663Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-28T08:41:56.663Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-28T08:41:56.663Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-28T08:41:56.663Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T08:41:56.924Z] Fetched 3529 kB in 1s (2850 kB/s) [2021-04-28T08:41:56.924Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-28T08:41:56.924Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-28T08:41:56.924Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T08:41:56.924Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-28T08:41:57.185Z] Selecting previously unselected package udev. [2021-04-28T08:41:57.185Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-28T08:41:57.185Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-28T08:41:57.185Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-28T08:41:57.446Z] Selecting previously unselected package libfuse2:amd64. [2021-04-28T08:41:57.446Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-28T08:41:57.446Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-28T08:41:57.446Z] Selecting previously unselected package fuse. [2021-04-28T08:41:57.446Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-28T08:41:57.446Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-28T08:41:57.446Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T08:41:57.446Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T08:41:57.707Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T08:41:57.707Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T08:41:57.707Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T08:41:57.707Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T08:41:57.969Z] Selecting previously unselected package libksba8:amd64. [2021-04-28T08:41:57.969Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-28T08:41:57.969Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-28T08:41:57.969Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-28T08:41:57.969Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:41:57.969Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:41:58.230Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-28T08:41:58.231Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:41:58.231Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:41:58.231Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-28T08:41:58.231Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:41:58.231Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:41:58.491Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-28T08:41:58.491Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:41:58.491Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:41:58.491Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-28T08:41:58.491Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:41:58.491Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:41:58.491Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-28T08:41:58.491Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:41:58.491Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:41:58.750Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-28T08:41:58.750Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:41:58.750Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:41:58.750Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-28T08:41:58.750Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:41:58.750Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:41:59.012Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-28T08:41:59.012Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:41:59.012Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:41:59.273Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-28T08:41:59.273Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-28T08:41:59.273Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T08:41:59.273Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-28T08:41:59.273Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-28T08:41:59.273Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T08:41:59.534Z] Selecting previously unselected package libldap-common. [2021-04-28T08:41:59.535Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-28T08:41:59.535Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T08:41:59.535Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-28T08:41:59.535Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-28T08:41:59.535Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T08:41:59.535Z] Selecting previously unselected package dirmngr. [2021-04-28T08:41:59.535Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T08:41:59.795Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-28T08:41:59.795Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T08:41:59.795Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-28T08:41:59.795Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-28T08:41:59.795Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T08:41:59.795Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T08:42:00.056Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-28T08:42:00.056Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:42:00.056Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-28T08:42:00.056Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T08:42:00.056Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-28T08:42:00.317Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-28T08:42:00.577Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:42:01.518Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-28T08:42:01.518Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-28T08:42:01.518Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-28T08:42:01.518Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:42:01.518Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:42:01.518Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:42:01.518Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:42:01.518Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:42:01.778Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:42:01.779Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:42:01.779Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T08:42:01.779Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-28T08:42:01.779Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T08:42:02.351Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-28T08:42:02.351Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-28T08:42:02.351Z] This means they are not meant to be enabled using systemctl. [2021-04-28T08:42:02.351Z] Possible reasons for having this kind of units are: [2021-04-28T08:42:02.351Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-28T08:42:02.351Z] .wants/ or .requires/ directory. [2021-04-28T08:42:02.351Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-28T08:42:02.351Z] a requirement dependency on it. [2021-04-28T08:42:02.351Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-28T08:42:02.351Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-28T08:42:02.351Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-28T08:42:02.351Z] instance name specified. [2021-04-28T08:42:02.619Z] Reading package lists... [2021-04-28T08:42:02.619Z] Building dependency tree... [2021-04-28T08:42:02.619Z] Reading state information... [2021-04-28T08:42:02.880Z] The following additional packages will be installed: [2021-04-28T08:42:02.880Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-28T08:42:02.880Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-28T08:42:02.880Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-28T08:42:02.880Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-28T08:42:02.880Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-28T08:42:02.880Z] Suggested packages: [2021-04-28T08:42:02.880Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-28T08:42:02.880Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-28T08:42:02.880Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-28T08:42:02.880Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-28T08:42:02.880Z] systemd-container policykit-1 [2021-04-28T08:42:02.880Z] Recommended packages: [2021-04-28T08:42:02.880Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-28T08:42:02.880Z] The following NEW packages will be installed: [2021-04-28T08:42:02.880Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-28T08:42:02.880Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-28T08:42:02.880Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-28T08:42:02.880Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-28T08:42:02.880Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-28T08:42:02.880Z] The following packages will be upgraded: [2021-04-28T08:42:02.880Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-28T08:42:02.880Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-28T08:42:02.880Z] Need to get 35.2 MB of archives. [2021-04-28T08:42:02.880Z] After this operation, 141 MB of additional disk space will be used. [2021-04-28T08:42:02.880Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-28T08:42:02.880Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-28T08:42:02.880Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-28T08:42:03.141Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-28T08:42:03.141Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-28T08:42:03.141Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-28T08:42:03.141Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-28T08:42:03.141Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-28T08:42:03.141Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-28T08:42:03.141Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-28T08:42:03.141Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-28T08:42:03.141Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-28T08:42:03.141Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-28T08:42:03.141Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-28T08:42:03.141Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-28T08:42:03.141Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-28T08:42:03.141Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-28T08:42:03.710Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-28T08:42:03.710Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-28T08:42:03.971Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-28T08:42:03.971Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-28T08:42:03.971Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-28T08:42:03.971Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-28T08:42:03.971Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-28T08:42:03.971Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-28T08:42:03.971Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-28T08:42:03.971Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-28T08:42:03.971Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-28T08:42:03.971Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-28T08:42:03.971Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-28T08:42:04.235Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T08:42:04.235Z] Fetched 35.2 MB in 1s (29.2 MB/s) [2021-04-28T08:42:04.235Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-28T08:42:04.235Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-28T08:42:04.497Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T08:42:05.070Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-28T08:42:05.070Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T08:42:05.070Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-28T08:42:05.332Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-28T08:42:05.332Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-28T08:42:05.332Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-28T08:42:05.332Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-28T08:42:05.596Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-28T08:42:05.596Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-28T08:42:05.596Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-28T08:42:05.858Z] Setting up apt (1.6.13) ... [2021-04-28T08:42:05.858Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-28T08:42:06.436Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-28T08:42:06.436Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-28T08:42:06.436Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-28T08:42:06.436Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-28T08:42:06.702Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-28T08:42:06.702Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T08:42:06.702Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:42:06.962Z] Selecting previously unselected package libexpat1:amd64. [2021-04-28T08:42:06.962Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-28T08:42:06.962Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-28T08:42:06.962Z] Selecting previously unselected package python3.6-minimal. [2021-04-28T08:42:06.962Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T08:42:06.963Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:42:08.876Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-28T08:42:08.876Z] Checking for services that may need to be restarted...done. [2021-04-28T08:42:08.876Z] Checking for services that may need to be restarted...done. [2021-04-28T08:42:08.876Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:42:08.876Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-28T08:42:08.876Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:42:09.447Z] Selecting previously unselected package python3-minimal. [2021-04-28T08:42:09.447Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-28T08:42:09.447Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-28T08:42:09.447Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-28T08:42:09.447Z] Selecting previously unselected package mime-support. [2021-04-28T08:42:09.447Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-28T08:42:09.447Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-28T08:42:09.707Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-28T08:42:09.707Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-28T08:42:09.707Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-28T08:42:09.707Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-28T08:42:09.707Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T08:42:09.707Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:42:09.968Z] Selecting previously unselected package python3.6. [2021-04-28T08:42:09.968Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T08:42:09.968Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:42:09.968Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-28T08:42:09.968Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-28T08:42:09.968Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-28T08:42:10.229Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-28T08:42:10.491Z] Selecting previously unselected package python3. [2021-04-28T08:42:10.491Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-28T08:42:10.491Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-28T08:42:10.491Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-28T08:42:10.491Z] Selecting previously unselected package multiarch-support. [2021-04-28T08:42:10.491Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T08:42:10.491Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-28T08:42:10.491Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-28T08:42:10.752Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-28T08:42:10.752Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-28T08:42:10.752Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-28T08:42:10.752Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-28T08:42:10.752Z] Selecting previously unselected package libbsd0:amd64. [2021-04-28T08:42:10.752Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-28T08:42:10.752Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-28T08:42:10.752Z] Selecting previously unselected package sudo. [2021-04-28T08:42:10.752Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-28T08:42:10.752Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-28T08:42:11.014Z] Selecting previously unselected package apparmor. [2021-04-28T08:42:11.014Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-28T08:42:11.014Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-28T08:42:11.014Z] Selecting previously unselected package libedit2:amd64. [2021-04-28T08:42:11.014Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-28T08:42:11.014Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-28T08:42:11.275Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-28T08:42:11.275Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T08:42:11.275Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:42:11.275Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-28T08:42:11.275Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T08:42:11.275Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:42:11.275Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-28T08:42:11.275Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-28T08:42:11.275Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-28T08:42:11.541Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-28T08:42:11.541Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T08:42:11.541Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:42:11.541Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-28T08:42:11.541Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T08:42:11.541Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:42:11.541Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-28T08:42:11.541Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-28T08:42:11.802Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-28T08:42:11.802Z] Selecting previously unselected package openssh-client. [2021-04-28T08:42:11.802Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-28T08:42:11.802Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-28T08:42:12.064Z] Selecting previously unselected package squashfs-tools. [2021-04-28T08:42:12.064Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-28T08:42:12.064Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-28T08:42:12.064Z] Selecting previously unselected package snapd. [2021-04-28T08:42:12.064Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-28T08:42:12.064Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-28T08:42:14.019Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-28T08:42:14.279Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-28T08:42:14.279Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-28T08:42:14.279Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-28T08:42:14.540Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-28T08:42:14.540Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:42:14.540Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T08:42:14.540Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-28T08:42:14.540Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-28T08:42:15.121Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-28T08:42:15.382Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-28T08:42:15.382Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-28T08:42:15.382Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:42:15.382Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:42:15.382Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:42:15.954Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-28T08:42:15.954Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:42:15.954Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-28T08:42:16.215Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-28T08:42:16.215Z] running python rtupdate hooks for python3.6... [2021-04-28T08:42:16.215Z] running python post-rtupdate hooks for python3.6... [2021-04-28T08:42:16.215Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-28T08:42:17.613Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-28T08:42:17.613Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:42:17.613Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-28T08:42:17.874Z] Setting up snapd (2.48.3+18.04) ... [2021-04-28T08:42:18.450Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-28T08:42:18.451Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-28T08:42:18.711Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-28T08:42:18.711Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-28T08:42:18.972Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-28T08:42:18.972Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-28T08:42:19.233Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-28T08:42:19.233Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-28T08:42:19.494Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-28T08:42:19.495Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-28T08:42:19.756Z] /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-04-28T08:42:19.756Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T08:42:19.756Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-28T08:42:20.699Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T08:42:20.699Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-28T08:42:20.699Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T08:42:21.271Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-28T08:42:21.842Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-28T08:42:22.103Z] Fetched 2909 kB in 2s (1910 kB/s) [2021-04-28T08:42:23.046Z] Reading package lists... [2021-04-28T08:42:23.306Z] Reading package lists... [2021-04-28T08:42:23.306Z] Building dependency tree... [2021-04-28T08:42:23.306Z] Reading state information... [2021-04-28T08:42:23.566Z] Calculating upgrade... [2021-04-28T08:42:23.828Z] The following packages will be upgraded: [2021-04-28T08:42:23.828Z] advancecomp base-files bash binutils binutils-common [2021-04-28T08:42:23.828Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-28T08:42:23.828Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-28T08:42:23.828Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-28T08:42:23.828Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-28T08:42:23.828Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-28T08:42:23.828Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-28T08:42:23.828Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-28T08:42:23.828Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-28T08:42:23.828Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-28T08:42:23.828Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-28T08:42:23.828Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-28T08:42:23.828Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-28T08:42:23.828Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-28T08:42:23.828Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-28T08:42:23.828Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-28T08:42:23.828Z] Need to get 64.0 MB of archives. [2021-04-28T08:42:23.828Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-28T08:42:23.828Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-28T08:42:23.828Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-28T08:42:23.828Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-28T08:42:23.828Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-28T08:42:23.828Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-28T08:42:23.828Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-28T08:42:23.828Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-28T08:42:23.828Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-28T08:42:23.828Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-28T08:42:23.828Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-28T08:42:23.828Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-28T08:42:24.089Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-28T08:42:24.089Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-28T08:42:24.089Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-28T08:42:24.089Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-28T08:42:24.089Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-28T08:42:24.089Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-28T08:42:24.089Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-28T08:42:24.089Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-28T08:42:24.089Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-28T08:42:24.089Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-28T08:42:24.089Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-28T08:42:24.089Z] 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-04-28T08:42:24.089Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-28T08:42:24.089Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-28T08:42:24.089Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-28T08:42:24.089Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-28T08:42:24.353Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-28T08:42:24.353Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-28T08:42:24.353Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-28T08:42:24.353Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-28T08:42:24.353Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-28T08:42:24.353Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-28T08:42:24.353Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-28T08:42:24.353Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-28T08:42:24.353Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-28T08:42:24.353Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-28T08:42:24.353Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-28T08:42:24.353Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-28T08:42:24.353Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-28T08:42:24.353Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-28T08:42:24.353Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-28T08:42:24.353Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-28T08:42:24.353Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-28T08:42:24.353Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-28T08:42:24.353Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-28T08:42:24.353Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-28T08:42:24.353Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-28T08:42:24.353Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-28T08:42:24.353Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-28T08:42:24.353Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-28T08:42:24.353Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-28T08:42:24.353Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-28T08:42:24.353Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-28T08:42:24.353Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-28T08:42:24.353Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-28T08:42:24.616Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-28T08:42:24.616Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-28T08:42:24.877Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-28T08:42:24.877Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-28T08:42:24.877Z] 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-04-28T08:42:24.877Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-28T08:42:24.877Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-28T08:42:24.877Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-28T08:42:24.877Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-28T08:42:25.137Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-28T08:42:25.137Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-28T08:42:25.137Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-28T08:42:25.137Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-28T08:42:25.137Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-28T08:42:25.397Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-28T08:42:25.397Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-28T08:42:25.397Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-28T08:42:25.397Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-28T08:42:25.398Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-28T08:42:25.398Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-28T08:42:25.398Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-28T08:42:25.398Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-28T08:42:25.398Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-28T08:42:25.398Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-28T08:42:25.398Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-28T08:42:25.398Z] 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-04-28T08:42:25.398Z] 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-04-28T08:42:25.398Z] 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-04-28T08:42:25.658Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-28T08:42:25.658Z] 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-04-28T08:42:25.658Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-28T08:42:25.658Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-28T08:42:25.658Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-28T08:42:25.658Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-28T08:42:25.658Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-28T08:42:25.658Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-28T08:42:25.658Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-28T08:42:25.658Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-28T08:42:25.658Z] Get:95 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-04-28T08:42:25.658Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-28T08:42:25.658Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-28T08:42:25.658Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-28T08:42:25.658Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-28T08:42:25.658Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-28T08:42:25.918Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-28T08:42:25.918Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T08:42:25.918Z] Fetched 64.0 MB in 2s (30.2 MB/s) [2021-04-28T08:42:25.918Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:25.918Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T08:42:26.179Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T08:42:26.750Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T08:42:26.750Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T08:42:27.012Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-28T08:42:27.012Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-28T08:42:27.583Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:27.844Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:42:27.844Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:27.844Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:42:28.109Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:28.109Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:42:28.109Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:28.109Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:42:28.369Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:28.369Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:42:28.369Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:28.369Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:42:28.630Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:28.630Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:42:28.630Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:42:28.893Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T08:42:28.893Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:28.893Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-28T08:42:29.152Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:42:29.152Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T08:42:29.152Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:29.152Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:42:29.412Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:29.412Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:42:29.412Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:29.412Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:42:29.671Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:42:29.931Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T08:42:29.931Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T08:42:29.931Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T08:42:30.502Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-28T08:42:30.767Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T08:42:30.767Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-28T08:42:30.767Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-28T08:42:30.767Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-28T08:42:30.767Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-28T08:42:31.033Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-28T08:42:31.311Z] Installing new version of config file /etc/issue ... [2021-04-28T08:42:31.311Z] Installing new version of config file /etc/issue.net ... [2021-04-28T08:42:31.311Z] Installing new version of config file /etc/lsb-release ... [2021-04-28T08:42:31.311Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-28T08:42:31.590Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-28T08:42:31.590Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-28T08:42:31.590Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-28T08:42:31.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:31.590Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-28T08:42:31.857Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-28T08:42:31.857Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-28T08:42:31.857Z] 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-04-28T08:42:32.118Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:32.118Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:42:32.118Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-28T08:42:32.118Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:42:32.379Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:32.379Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-28T08:42:32.379Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-28T08:42:32.379Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-28T08:42:32.640Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:32.640Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-28T08:42:32.640Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-28T08:42:32.901Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-28T08:42:33.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:33.163Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T08:42:33.163Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T08:42:33.424Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-28T08:42:33.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:33.424Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T08:42:33.424Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T08:42:33.685Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-28T08:42:33.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:33.685Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-28T08:42:33.685Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-28T08:42:33.948Z] Setting up grep (3.1-2build1) ... [2021-04-28T08:42:33.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:33.948Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-28T08:42:33.948Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-28T08:42:34.170Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:42:34.171Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:42:34.171Z] ---> 08ffbd325d91 [2021-04-28T08:42:34.171Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:42:34.171Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:42:34.171Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:42:34.171Z] ---> 08ffbd325d91 [2021-04-28T08:42:34.171Z] Step 3/31 : WORKDIR /edgex-go [2021-04-28T08:42:34.171Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:42:34.171Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:42:34.171Z] ---> 08ffbd325d91 [2021-04-28T08:42:34.171Z] Step 3/21 : WORKDIR /edgex-go [2021-04-28T08:42:34.171Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:42:34.171Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:42:34.171Z] ---> 08ffbd325d91 [2021-04-28T08:42:34.171Z] Step 3/25 : WORKDIR /edgex-go [2021-04-28T08:42:34.171Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:42:34.171Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:42:34.171Z] ---> 08ffbd325d91 [2021-04-28T08:42:34.171Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:42:34.171Z] ---> Running in bf87a07bebaf [2021-04-28T08:42:34.171Z] ---> Running in da369dbb877c [2021-04-28T08:42:34.171Z] ---> Running in 205a8c5d64f2 [2021-04-28T08:42:34.171Z] ---> Running in a74f24b9a7f9 [2021-04-28T08:42:34.171Z] ---> Running in f37dc315f028 [2021-04-28T08:42:34.171Z] Removing intermediate container da369dbb877c [2021-04-28T08:42:34.171Z] ---> 0b2190c79fac [2021-04-28T08:42:34.171Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:42:34.171Z] Removing intermediate container f37dc315f028 [2021-04-28T08:42:34.171Z] ---> bbcc07707b29 [2021-04-28T08:42:34.171Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:42:34.171Z] ---> Running in 76fad20834b1 [2021-04-28T08:42:34.171Z] Removing intermediate container 205a8c5d64f2 [2021-04-28T08:42:34.171Z] ---> 2de155db373c [2021-04-28T08:42:34.171Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:42:34.171Z] Removing intermediate container a74f24b9a7f9 [2021-04-28T08:42:34.171Z] ---> 0ebf95eb6b46 [2021-04-28T08:42:34.171Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:42:34.171Z] Removing intermediate container bf87a07bebaf [2021-04-28T08:42:34.171Z] ---> bdace7f69caa [2021-04-28T08:42:34.171Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:42:34.171Z] ---> Running in 610fbbbcff76 [2021-04-28T08:42:34.171Z] ---> Running in 5f81db3ba8ac [2021-04-28T08:42:34.171Z] ---> Running in f6f53d01dd62 [2021-04-28T08:42:34.171Z] ---> Running in 9630d2e9d4e8 [2021-04-28T08:42:34.171Z] Removing intermediate container 76fad20834b1 [2021-04-28T08:42:34.171Z] ---> 79d666fb9865 [2021-04-28T08:42:34.171Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-28T08:42:34.171Z] Removing intermediate container 610fbbbcff76 [2021-04-28T08:42:34.171Z] ---> 3a0d293d97a8 [2021-04-28T08:42:34.171Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-28T08:42:34.171Z] ---> Running in 0b224c00ba1f [2021-04-28T08:42:34.171Z] ---> Running in f29e1df4bdd2 [2021-04-28T08:42:34.220Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-28T08:42:34.445Z] Removing intermediate container 5f81db3ba8ac [2021-04-28T08:42:34.445Z] ---> c56d0e862130 [2021-04-28T08:42:34.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:34.481Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T08:42:34.481Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T08:42:34.481Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-28T08:42:34.716Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-28T08:42:34.716Z] Removing intermediate container f6f53d01dd62 [2021-04-28T08:42:34.716Z] ---> 57634f3ca842 [2021-04-28T08:42:34.716Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T08:42:34.716Z] Removing intermediate container 9630d2e9d4e8 [2021-04-28T08:42:34.716Z] ---> 1583c0a125a9 [2021-04-28T08:42:34.716Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-28T08:42:34.716Z] ---> Running in 36b35bbffb40 [2021-04-28T08:42:34.741Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:34.741Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-28T08:42:34.741Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T08:42:35.336Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-28T08:42:35.336Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T08:42:35.336Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-28T08:42:35.336Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T08:42:35.352Z] ---> Running in 175122f13fe7 [2021-04-28T08:42:35.352Z] ---> Running in 309df44cfd9d [2021-04-28T08:42:35.925Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-28T08:42:35.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:35.925Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-28T08:42:35.925Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T08:42:36.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:42:36.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:42:36.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:42:36.873Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-28T08:42:36.873Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-28T08:42:37.137Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-28T08:42:37.137Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-28T08:42:37.137Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-28T08:42:37.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:37.400Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-28T08:42:37.400Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-28T08:42:37.400Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-28T08:42:37.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:42:37.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:42:37.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:42:37.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:42:37.672Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:37.672Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:42:37.672Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:42:37.672Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:42:37.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:42:37.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:37.934Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:42:37.934Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:42:37.934Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:42:38.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:42:38.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:42:38.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:38.198Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:42:38.198Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:42:38.198Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:42:38.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:38.198Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:42:38.283Z] OK: 217 MiB in 51 packages [2021-04-28T08:42:38.284Z] OK: 217 MiB in 51 packages [2021-04-28T08:42:38.460Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:42:38.461Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:42:38.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:38.461Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T08:42:38.461Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T08:42:38.562Z] OK: 217 MiB in 51 packages [2021-04-28T08:42:38.723Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T08:42:38.724Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T08:42:38.724Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-28T08:42:38.842Z] OK: 217 MiB in 51 packages [2021-04-28T08:42:38.842Z] OK: 217 MiB in 51 packages [2021-04-28T08:42:38.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:38.987Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T08:42:38.987Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T08:42:38.987Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-28T08:42:38.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:38.987Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:42:38.987Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:42:39.250Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:42:39.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:39.250Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:42:39.250Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:42:39.250Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:42:39.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:39.512Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:42:39.512Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:42:40.090Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:42:40.352Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-28T08:42:40.614Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-28T08:42:40.614Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:40.614Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T08:42:40.614Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T08:42:40.815Z] Removing intermediate container 0b224c00ba1f [2021-04-28T08:42:40.815Z] ---> f6807960ba6e [2021-04-28T08:42:40.815Z] Step 6/31 : COPY go.mod . [2021-04-28T08:42:40.875Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-28T08:42:40.875Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:42:40.875Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-28T08:42:41.097Z] Removing intermediate container f29e1df4bdd2 [2021-04-28T08:42:41.098Z] ---> 26ad9c1115f2 [2021-04-28T08:42:41.098Z] Step 6/21 : COPY go.mod . [2021-04-28T08:42:41.137Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T08:42:41.137Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-28T08:42:41.137Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:41.137Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-28T08:42:41.400Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-28T08:42:41.400Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-28T08:42:41.662Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:41.662Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-28T08:42:41.662Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-28T08:42:41.662Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-28T08:42:41.694Z] Removing intermediate container 36b35bbffb40 [2021-04-28T08:42:41.694Z] ---> 322de87148f9 [2021-04-28T08:42:41.694Z] Step 6/23 : COPY go.mod . [2021-04-28T08:42:41.694Z] Removing intermediate container 175122f13fe7 [2021-04-28T08:42:41.694Z] ---> 3b74ac48d69b [2021-04-28T08:42:41.694Z] Step 6/23 : COPY go.mod . [2021-04-28T08:42:41.924Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:41.924Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-28T08:42:41.924Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-28T08:42:41.924Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-28T08:42:41.966Z] Removing intermediate container 309df44cfd9d [2021-04-28T08:42:41.966Z] ---> 428cec0b6cd7 [2021-04-28T08:42:41.966Z] Step 6/25 : COPY go.mod . [2021-04-28T08:42:41.966Z] ---> fa926c9341fe [2021-04-28T08:42:41.966Z] Step 7/31 : RUN go mod download [2021-04-28T08:42:42.186Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:42.187Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-28T08:42:42.187Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T08:42:42.187Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T08:42:42.241Z] ---> Running in 8f244ec7ab2f [2021-04-28T08:42:42.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:42.449Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-28T08:42:42.449Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T08:42:42.449Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T08:42:42.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:42.449Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-28T08:42:42.517Z] ---> 0d295edc3632 [2021-04-28T08:42:42.517Z] Step 7/21 : RUN go mod download [2021-04-28T08:42:42.711Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T08:42:42.712Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T08:42:42.787Z] ---> Running in cdfb5013ad8d [2021-04-28T08:42:42.787Z] ---> a0ac7b438f27 [2021-04-28T08:42:42.787Z] Step 7/23 : RUN go mod download [2021-04-28T08:42:42.974Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:42.974Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:42:42.974Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:42:43.096Z] ---> 49c3945bb888 [2021-04-28T08:42:43.096Z] Step 7/23 : RUN go mod download [2021-04-28T08:42:43.237Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-28T08:42:43.238Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T08:42:43.238Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T08:42:43.238Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T08:42:43.392Z] ---> Running in 1f0b0f6596cd [2021-04-28T08:42:43.392Z] ---> Running in 52e49ba8f195 [2021-04-28T08:42:43.392Z] ---> f424d8dddcff [2021-04-28T08:42:43.392Z] Step 7/25 : RUN go mod download [2021-04-28T08:42:43.500Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-28T08:42:43.500Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:43.500Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-28T08:42:43.500Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-28T08:42:43.500Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-28T08:42:43.763Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:43.763Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-28T08:42:43.763Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T08:42:43.763Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T08:42:43.995Z] ---> Running in 5abf1fee00dd [2021-04-28T08:42:44.025Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:44.025Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T08:42:44.286Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T08:42:44.286Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-28T08:42:44.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:44.549Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-28T08:42:44.549Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-28T08:42:44.549Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-28T08:42:44.811Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:44.811Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-28T08:42:44.811Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-28T08:42:45.073Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-28T08:42:45.336Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:45.336Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T08:42:45.336Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T08:42:45.336Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-28T08:42:45.599Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:45.599Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-28T08:42:45.599Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-28T08:42:45.599Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-28T08:42:45.861Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:45.861Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-28T08:42:45.861Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-28T08:42:45.861Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-28T08:42:46.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:46.123Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-28T08:42:46.123Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-28T08:42:47.069Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-28T08:42:47.330Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:47.330Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-28T08:42:47.330Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-28T08:42:47.330Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-28T08:42:47.593Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:47.593Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-28T08:42:47.593Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-28T08:42:47.856Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-28T08:42:47.856Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:47.856Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-28T08:42:47.856Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-28T08:42:48.118Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-28T08:42:48.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:48.118Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-28T08:42:48.118Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-28T08:42:48.381Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-28T08:42:48.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:42:48.381Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-28T08:42:48.381Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-28T08:42:48.644Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-28T08:42:48.644Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-28T08:42:48.644Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-28T08:42:48.644Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-28T08:42:48.906Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-28T08:42:48.906Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-28T08:42:49.169Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-28T08:42:49.169Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-28T08:42:49.169Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-28T08:42:49.169Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-28T08:42:49.425Z] Removing intermediate container 8f244ec7ab2f [2021-04-28T08:42:49.425Z] ---> ea571b4daa2a [2021-04-28T08:42:49.425Z] Step 8/31 : COPY . . [2021-04-28T08:42:49.425Z] Removing intermediate container cdfb5013ad8d [2021-04-28T08:42:49.425Z] ---> 1308114fdd58 [2021-04-28T08:42:49.425Z] Step 8/21 : COPY . . [2021-04-28T08:42:49.425Z] Removing intermediate container 1f0b0f6596cd [2021-04-28T08:42:49.425Z] ---> d70196bd6599 [2021-04-28T08:42:49.425Z] Step 8/23 : COPY . . [2021-04-28T08:42:49.432Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-28T08:42:49.432Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-28T08:42:49.432Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-28T08:42:49.432Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-28T08:42:49.693Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-28T08:42:49.703Z] Removing intermediate container 52e49ba8f195 [2021-04-28T08:42:49.703Z] ---> 0e39496203ba [2021-04-28T08:42:49.703Z] Step 8/23 : COPY . . [2021-04-28T08:42:49.703Z] Removing intermediate container 5abf1fee00dd [2021-04-28T08:42:49.703Z] ---> dce545d247a0 [2021-04-28T08:42:49.703Z] Step 8/25 : COPY . . [2021-04-28T08:42:49.955Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-28T08:42:50.218Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-28T08:42:50.218Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-28T08:42:50.218Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-28T08:42:50.488Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-28T08:42:50.488Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-28T08:42:50.488Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-28T08:42:50.488Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-28T08:42:50.749Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-28T08:42:50.749Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-28T08:42:50.749Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-28T08:42:51.693Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-28T08:42:51.693Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-28T08:42:51.693Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-28T08:42:51.956Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-28T08:42:51.956Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T08:42:51.956Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T08:42:52.220Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T08:42:52.483Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T08:42:52.483Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T08:42:52.483Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T08:42:52.746Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T08:42:52.746Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T08:42:52.746Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:52.746Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:42:53.008Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:53.008Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:42:53.008Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:53.274Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:42:53.274Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:53.274Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:42:54.221Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:54.221Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:42:55.169Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:55.169Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:42:55.745Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:55.745Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:42:56.008Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:56.008Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:42:56.956Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:42:56.956Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:42:56.956Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-28T08:42:56.956Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-28T08:42:56.956Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-28T08:42:57.222Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-28T08:42:57.222Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-28T08:42:57.222Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-28T08:42:57.484Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-28T08:42:57.484Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-28T08:42:57.484Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-28T08:42:57.484Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-28T08:42:57.746Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-28T08:42:57.747Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-28T08:42:57.747Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-28T08:42:57.747Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-28T08:42:58.009Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:42:58.009Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-28T08:42:58.009Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:42:58.009Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:42:58.009Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:42:58.009Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-28T08:42:58.009Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-28T08:42:58.299Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-28T08:42:58.299Z] [2021-04-28T08:42:58.299Z] Current default time zone: 'Etc/UTC' [2021-04-28T08:42:58.299Z] Local time is now: Wed Apr 28 08:42:58 UTC 2021. [2021-04-28T08:42:58.299Z] Universal Time is now: Wed Apr 28 08:42:58 UTC 2021. [2021-04-28T08:42:58.299Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-28T08:42:58.299Z] [2021-04-28T08:42:58.299Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-28T08:42:58.299Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:42:58.299Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-28T08:42:58.299Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:42:58.299Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-28T08:42:58.299Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-28T08:42:58.561Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-28T08:42:58.561Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-28T08:42:58.561Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-28T08:42:58.561Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-28T08:42:58.561Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:42:58.561Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-28T08:42:58.827Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:42:58.827Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-28T08:42:58.827Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:42:58.827Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-28T08:42:58.827Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-28T08:42:58.827Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-28T08:42:59.089Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-28T08:42:59.089Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-28T08:42:59.089Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-28T08:42:59.089Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-28T08:42:59.089Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-28T08:43:01.013Z] Updating certificates in /etc/ssl/certs... [2021-04-28T08:43:01.588Z] 23 added, 27 removed; done. [2021-04-28T08:43:01.861Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-28T08:43:01.861Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:43:01.861Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-28T08:43:01.861Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-28T08:43:01.861Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-28T08:43:01.861Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:43:01.861Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-28T08:43:01.861Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:43:02.128Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:43:02.128Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:43:02.128Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:43:02.128Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:43:02.128Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-28T08:43:02.128Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-28T08:43:02.128Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-28T08:43:02.128Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-28T08:43:02.392Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-28T08:43:02.392Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:43:02.392Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:43:02.392Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-28T08:43:02.392Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-28T08:43:02.392Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-28T08:43:02.656Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-28T08:43:02.656Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-28T08:43:02.656Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-28T08:43:02.656Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-28T08:43:02.656Z] Updating certificates in /etc/ssl/certs... [2021-04-28T08:43:03.233Z] 0 added, 0 removed; done. [2021-04-28T08:43:03.233Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-28T08:43:03.233Z] done. [2021-04-28T08:43:03.806Z] Reading package lists... [2021-04-28T08:43:03.806Z] Building dependency tree... [2021-04-28T08:43:03.806Z] Reading state information... [2021-04-28T08:43:04.075Z] The following NEW packages will be installed: [2021-04-28T08:43:04.075Z] apt-transport-https [2021-04-28T08:43:04.337Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-28T08:43:04.337Z] Need to get 1692 B of archives. [2021-04-28T08:43:04.337Z] After this operation, 154 kB of additional disk space will be used. [2021-04-28T08:43:04.337Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-28T08:43:04.337Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T08:43:04.337Z] Fetched 1692 B in 0s (8522 B/s) [2021-04-28T08:43:04.337Z] Selecting previously unselected package apt-transport-https. [2021-04-28T08:43:04.337Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-28T08:43:04.337Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-28T08:43:04.337Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-28T08:43:04.599Z] Setting up apt-transport-https (1.6.13) ... [2021-04-28T08:43:04.862Z] Waiting for network to be ready... [2021-04-28T08:43:11.471Z] 2021-04-28T08:43:08Z INFO Waiting for automatic snapd restart... [2021-04-28T08:43:13.387Z] snapd 2.49.2 from Canonical* installed [2021-04-28T08:43:14.327Z] "snapd" switched to the "latest/stable" channel [2021-04-28T08:43:14.327Z] [2021-04-28T08:43:16.870Z] core18 20210309 from Canonical* installed [2021-04-28T08:43:16.870Z] "core18" switched to the "latest/stable" channel [2021-04-28T08:43:16.870Z] [2021-04-28T08:43:20.176Z] snapcraft 4.6.2 from Canonical* installed [2021-04-28T08:43:20.438Z] "snapcraft" switched to the "latest/stable" channel [2021-04-28T08:43:20.438Z] [2021-04-28T08:43:22.073Z] ---> c0c555a59959 [2021-04-28T08:43:22.073Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-28T08:43:22.073Z] ---> d92925de2289 [2021-04-28T08:43:22.073Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-28T08:43:22.073Z] ---> f800ed4b8a76 [2021-04-28T08:43:22.073Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-28T08:43:22.073Z] ---> 2661b253773b [2021-04-28T08:43:22.073Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-28T08:43:22.073Z] ---> Running in 83a888a908be [2021-04-28T08:43:22.073Z] ---> Running in 83d98b3a6e1a [2021-04-28T08:43:22.073Z] ---> Running in d86762d10d10 [2021-04-28T08:43:22.073Z] ---> Running in 338d778f6e13 [2021-04-28T08:43:22.073Z] ---> 9b07b9074b15 [2021-04-28T08:43:22.073Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-28T08:43:22.073Z] ---> Running in a3c86b4ff918 [2021-04-28T08:43:22.073Z] 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-04-28T08:43:22.073Z] 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-04-28T08:43:22.073Z] 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-04-28T08:43:22.073Z] 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-04-28T08:43:22.073Z] 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-04-28T08:43:24.650Z] 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-04-28T08:43:24.650Z] - README.md [2021-04-28T08:43:24.650Z] [2021-04-28T08:43:24.650Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-28T08:43:31.243Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T08:43:31.244Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-28T08:43:31.244Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T08:43:31.244Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T08:43:31.504Z] Reading package lists... [2021-04-28T08:43:32.073Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-04-28T08:43:38.661Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T08:43:38.661Z] Reading package lists... [2021-04-28T08:43:38.661Z] Building dependency tree... [2021-04-28T08:43:38.661Z] Reading state information... [2021-04-28T08:43:38.661Z] Suggested packages: [2021-04-28T08:43:38.661Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-28T08:43:38.661Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-28T08:43:38.661Z] Recommended packages: [2021-04-28T08:43:38.661Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-28T08:43:38.661Z] The following NEW packages will be installed: [2021-04-28T08:43:38.661Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-28T08:43:38.661Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-28T08:43:38.661Z] pkg-config zip [2021-04-28T08:43:38.661Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-28T08:43:38.661Z] Need to get 7663 kB of archives. [2021-04-28T08:43:38.661Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-28T08:43:38.661Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-28T08:43:38.661Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-28T08:43:38.661Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-28T08:43:38.923Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-28T08:43:38.923Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-28T08:43:38.923Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-28T08:43:38.923Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-28T08:43:38.923Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-28T08:43:39.187Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-28T08:43:39.187Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-28T08:43:39.187Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-28T08:43:39.187Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-28T08:43:39.187Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-28T08:43:39.449Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-28T08:43:39.449Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-28T08:43:39.449Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T08:43:39.449Z] Fetched 7663 kB in 1s (7175 kB/s) [2021-04-28T08:43:39.709Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-28T08:43:39.709Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-28T08:43:39.709Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-28T08:43:39.709Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-28T08:43:39.971Z] Selecting previously unselected package libpsl5:amd64. [2021-04-28T08:43:39.971Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-28T08:43:39.971Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-28T08:43:39.971Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-28T08:43:39.971Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-28T08:43:39.971Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-28T08:43:39.971Z] Selecting previously unselected package librtmp1:amd64. [2021-04-28T08:43:39.971Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-28T08:43:39.971Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-28T08:43:40.240Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-28T08:43:40.240Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-28T08:43:40.240Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-28T08:43:40.240Z] Selecting previously unselected package liberror-perl. [2021-04-28T08:43:40.240Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-28T08:43:40.240Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-28T08:43:40.240Z] Selecting previously unselected package git-man. [2021-04-28T08:43:40.240Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-28T08:43:40.240Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-28T08:43:40.501Z] Selecting previously unselected package git. [2021-04-28T08:43:40.501Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-28T08:43:40.501Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-28T08:43:41.091Z] Selecting previously unselected package libnorm1:amd64. [2021-04-28T08:43:41.091Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-28T08:43:41.091Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-28T08:43:41.356Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-28T08:43:41.356Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-28T08:43:41.356Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-28T08:43:41.356Z] Selecting previously unselected package libsodium23:amd64. [2021-04-28T08:43:41.356Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-28T08:43:41.356Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-28T08:43:41.618Z] Selecting previously unselected package libzmq5:amd64. [2021-04-28T08:43:41.618Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-28T08:43:41.618Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T08:43:41.618Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-28T08:43:41.618Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-28T08:43:41.618Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T08:43:41.880Z] Selecting previously unselected package pkg-config. [2021-04-28T08:43:41.880Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-28T08:43:41.880Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-28T08:43:41.880Z] Selecting previously unselected package zip. [2021-04-28T08:43:41.880Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-28T08:43:41.880Z] Unpacking zip (3.0-11build1) ... [2021-04-28T08:43:41.880Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-28T08:43:41.880Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-28T08:43:42.142Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-28T08:43:42.142Z] Setting up liberror-perl (0.17025-1) ... [2021-04-28T08:43:42.142Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-28T08:43:42.142Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-28T08:43:42.142Z] No schema files found: doing nothing. [2021-04-28T08:43:42.142Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-28T08:43:42.142Z] Setting up zip (3.0-11build1) ... [2021-04-28T08:43:42.142Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-28T08:43:42.142Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-28T08:43:42.142Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-28T08:43:42.402Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T08:43:42.402Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-28T08:43:42.402Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T08:43:42.402Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-28T08:43:42.402Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-28T08:43:48.992Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T08:43:48.992Z] git set to automatically installed. [2021-04-28T08:43:48.992Z] git-man set to automatically installed. [2021-04-28T08:43:48.992Z] libcurl3-gnutls set to automatically installed. [2021-04-28T08:43:48.992Z] liberror-perl set to automatically installed. [2021-04-28T08:43:48.992Z] libglib2.0-0 set to automatically installed. [2021-04-28T08:43:48.992Z] libnghttp2-14 set to automatically installed. [2021-04-28T08:43:48.992Z] libnorm1 set to automatically installed. [2021-04-28T08:43:48.992Z] libpgm-5.2-0 set to automatically installed. [2021-04-28T08:43:48.992Z] libpsl5 set to automatically installed. [2021-04-28T08:43:48.992Z] librtmp1 set to automatically installed. [2021-04-28T08:43:48.992Z] libsodium23 set to automatically installed. [2021-04-28T08:43:48.992Z] libzmq3-dev set to automatically installed. [2021-04-28T08:43:48.992Z] libzmq5 set to automatically installed. [2021-04-28T08:43:48.992Z] pkg-config set to automatically installed. [2021-04-28T08:43:48.992Z] zip set to automatically installed. [2021-04-28T08:43:50.905Z] snapd is not logged in, snap install commands will use sudo [2021-04-28T08:43:57.493Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T08:43:57.493Z] snap "core18" has no updates available [2021-04-28T08:43:58.065Z] snapd is not logged in, snap install commands will use sudo [2021-04-28T08:44:04.652Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T08:44:15.681Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-28T08:44:16.624Z] Pulling go-build-helper [2021-04-28T08:44:16.624Z] + snapcraftctl pull [2021-04-28T08:44:17.567Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-28T08:44:17.568Z] Skipping pull go-build-helper (already ran) [2021-04-28T08:44:17.568Z] Building go-build-helper [2021-04-28T08:44:17.568Z] + snapcraftctl build [2021-04-28T08:44:19.496Z] Staging go-build-helper [2021-04-28T08:44:19.496Z] + snapcraftctl stage [2021-04-28T08:44:29.497Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-28T08:44:29.497Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-28T08:44:29.497Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-28T08:44:29.497Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-28T08:44:29.497Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-28T08:44:29.497Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-28T08:44:29.497Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-28T08:44:29.497Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-28T08:44:29.497Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-28T08:44:29.497Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-28T08:44:29.497Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-28T08:44:29.497Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-28T08:44:29.497Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-28T08:44:29.498Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-28T08:44:29.498Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-28T08:44:29.498Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-28T08:44:29.498Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-28T08:44:29.498Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-28T08:44:29.498Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-28T08:44:29.498Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-28T08:44:29.498Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-28T08:44:29.498Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-28T08:44:29.498Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-28T08:44:29.498Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-28T08:44:29.498Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-28T08:44:29.498Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-28T08:44:29.498Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-28T08:44:29.498Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-28T08:44:29.498Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-28T08:44:29.498Z] Fetched 224 kB in 0s (0 B/s) [2021-04-28T08:44:29.498Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-28T08:44:29.498Z] Fetched 157 kB in 0s (0 B/s) [2021-04-28T08:44:29.498Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-28T08:44:29.498Z] Fetched 221 kB in 0s (0 B/s) [2021-04-28T08:44:29.498Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-28T08:44:29.498Z] Fetched 143 kB in 0s (0 B/s) [2021-04-28T08:44:29.498Z] Pulling app-service-config [2021-04-28T08:44:29.498Z] + snapcraftctl pull [2021-04-28T08:44:29.763Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-28T08:44:30.707Z] Pulling config-common [2021-04-28T08:44:30.707Z] + snapcraftctl pull [2021-04-28T08:44:34.911Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-28T08:44:34.911Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T08:44:34.911Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T08:44:34.911Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:44:34.911Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-28T08:44:34.911Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:44:34.911Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-28T08:44:34.911Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:44:34.911Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-28T08:44:34.911Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:44:34.911Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-28T08:44:34.912Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:44:34.912Z] Pulling edgex-go [2021-04-28T08:44:34.912Z] + snapcraftctl pull [2021-04-28T08:44:56.935Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-28T08:44:56.935Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T08:44:56.935Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T08:44:56.935Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:44:56.935Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-28T08:44:56.935Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-28T08:44:56.935Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-28T08:44:56.936Z] Fetched 279 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-28T08:44:56.936Z] Fetched 122 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-28T08:44:56.936Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-28T08:44:56.936Z] Fetched 8848 B in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-28T08:44:56.936Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-28T08:44:56.936Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-28T08:44:56.936Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-28T08:44:56.936Z] Fetched 219 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-28T08:44:56.936Z] Fetched 154 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-28T08:44:56.936Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-28T08:44:56.936Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-28T08:44:56.936Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-28T08:44:56.936Z] Fetched 499 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-28T08:44:56.936Z] Fetched 111 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-28T08:44:56.936Z] Fetched 240 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-28T08:44:56.936Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-28T08:44:56.936Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-28T08:44:56.936Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-28T08:44:56.936Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-28T08:44:56.936Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-28T08:44:56.936Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-28T08:44:56.936Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-28T08:44:56.936Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-28T08:44:56.936Z] Fetched 8720 B in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-28T08:44:56.936Z] Fetched 137 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-28T08:44:56.936Z] Fetched 119 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-28T08:44:56.936Z] Fetched 110 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-28T08:44:56.936Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-28T08:44:56.936Z] Fetched 645 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-28T08:44:56.936Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-28T08:44:56.936Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-28T08:44:56.936Z] Fetched 368 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-28T08:44:56.936Z] Fetched 187 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-28T08:44:56.936Z] Fetched 175 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-28T08:44:56.936Z] Fetched 206 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-28T08:44:56.936Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-28T08:44:56.936Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-28T08:44:56.936Z] Fetched 159 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-28T08:44:56.936Z] Fetched 107 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-28T08:44:56.936Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-28T08:44:56.936Z] Pulling static-packages [2021-04-28T08:44:56.936Z] + snapcraftctl pull [2021-04-28T08:44:56.936Z] Pulling version [2021-04-28T08:44:56.936Z] + cd /root/project [2021-04-28T08:44:56.936Z] + [ -f VERSION ] [2021-04-28T08:44:56.936Z] + PROJECT_VERSION=local-dev [2021-04-28T08:44:56.936Z] + git rev-parse --short HEAD [2021-04-28T08:44:56.936Z] + GIT_REVISION=e20b03fc [2021-04-28T08:44:56.936Z] + snapcraftctl set-version local-dev [2021-04-28T08:44:56.936Z] Skipping build go-build-helper (already ran) [2021-04-28T08:44:56.936Z] Building app-service-config [2021-04-28T08:44:56.936Z] + make build [2021-04-28T08:44:56.936Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-28T08:44:58.859Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-28T08:44:58.859Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-28T08:44:59.005Z] 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-04-28T08:44:59.005Z] 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-04-28T08:44:59.121Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-28T08:44:59.121Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-28T08:44:59.121Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-28T08:44:59.121Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-28T08:44:59.121Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-28T08:44:59.121Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-28T08:44:59.121Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-28T08:44:59.382Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-28T08:44:59.382Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-28T08:44:59.382Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-28T08:44:59.382Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-28T08:44:59.644Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-28T08:44:59.644Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-28T08:44:59.644Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-28T08:44:59.644Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-28T08:44:59.644Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-28T08:44:59.644Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-28T08:44:59.644Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-28T08:44:59.644Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-28T08:44:59.907Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-28T08:44:59.907Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-28T08:45:00.167Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-28T08:45:00.168Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-28T08:45:00.168Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-28T08:45:00.168Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-28T08:45:00.168Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-28T08:45:00.168Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-28T08:45:00.168Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-28T08:45:00.430Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-28T08:45:00.431Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-28T08:45:00.431Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-28T08:45:00.431Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-28T08:45:00.431Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-28T08:45:00.431Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-28T08:45:00.431Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-28T08:45:00.431Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-28T08:45:00.431Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-28T08:45:00.431Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-28T08:45:00.431Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-28T08:45:00.694Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-28T08:45:00.694Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-28T08:45:00.694Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-28T08:45:00.694Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-28T08:45:10.720Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-28T08:45:10.720Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-28T08:45:10.720Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-28T08:45:10.720Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-28T08:45:10.720Z] Building config-common [2021-04-28T08:45:10.720Z] + snapcraftctl build [2021-04-28T08:45:11.472Z] Removing intermediate container 83d98b3a6e1a [2021-04-28T08:45:11.472Z] ---> 9e66f19ed96a [2021-04-28T08:45:11.472Z] [2021-04-28T08:45:11.472Z] Step 10/31 : FROM alpine:3.12 [2021-04-28T08:45:11.472Z] 3.12: Pulling from library/alpine [2021-04-28T08:45:13.275Z] Building edgex-go [2021-04-28T08:45:13.275Z] + cd /root/parts/edgex-go/src [2021-04-28T08:45:13.275Z] + make build [2021-04-28T08:45:13.275Z] 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-04-28T08:45:13.275Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-28T08:45:13.275Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-04-28T08:45:13.275Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-28T08:45:13.552Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-28T08:45:13.552Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-28T08:45:13.552Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-28T08:45:13.552Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-28T08:45:13.552Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-28T08:45:13.552Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-28T08:45:13.552Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-28T08:45:13.552Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-28T08:45:13.552Z] go: downloading golang.org/x/text v0.3.2 [2021-04-28T08:45:14.133Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T08:45:14.133Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T08:45:14.133Z] ---> 9852663dfa18 [2021-04-28T08:45:14.133Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-28T08:45:15.175Z] ---> Running in c403a1b08b6a [2021-04-28T08:45:16.419Z] Removing intermediate container c403a1b08b6a [2021-04-28T08:45:16.419Z] ---> 997f388e3ea2 [2021-04-28T08:45:16.419Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-28T08:45:16.722Z] ---> Running in 32d22d221d1f [2021-04-28T08:45:18.276Z] Removing intermediate container 338d778f6e13 [2021-04-28T08:45:18.276Z] ---> cd25fe7bf63e [2021-04-28T08:45:18.276Z] [2021-04-28T08:45:18.276Z] Step 10/21 : FROM alpine:3.12 [2021-04-28T08:45:18.276Z] ---> 9852663dfa18 [2021-04-28T08:45:18.276Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-28T08:45:18.582Z] Removing intermediate container a3c86b4ff918 [2021-04-28T08:45:18.582Z] ---> a7f11dd667b4 [2021-04-28T08:45:18.582Z] [2021-04-28T08:45:18.582Z] Step 10/25 : FROM alpine:3.12 [2021-04-28T08:45:18.582Z] ---> 9852663dfa18 [2021-04-28T08:45:18.582Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-28T08:45:18.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-28T08:45:18.862Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-28T08:45:18.913Z] ---> Running in a0c18183bc38 [2021-04-28T08:45:18.913Z] ---> Running in 7c9974115424 [2021-04-28T08:45:19.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:20.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:20.466Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-28T08:45:20.745Z] (2/2) Installing su-exec (0.2-r1) [2021-04-28T08:45:20.745Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:45:20.745Z] OK: 5 MiB in 16 packages [2021-04-28T08:45:21.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:21.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:22.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:22.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:22.632Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-28T08:45:22.632Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-28T08:45:22.632Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:45:22.632Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-28T08:45:22.632Z] (4/6) Installing curl (7.76.1-r0) [2021-04-28T08:45:22.632Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:45:22.632Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-28T08:45:22.632Z] (6/6) Installing su-exec (0.2-r1) [2021-04-28T08:45:22.632Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:45:22.632Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-28T08:45:22.632Z] (4/4) Installing curl (7.76.1-r0) [2021-04-28T08:45:22.632Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:45:22.632Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:45:22.632Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:45:22.632Z] Removing intermediate container 83a888a908be [2021-04-28T08:45:22.632Z] ---> d10112bcf150 [2021-04-28T08:45:22.632Z] [2021-04-28T08:45:22.632Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:45:22.632Z] ---> 9852663dfa18 [2021-04-28T08:45:22.632Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:45:22.911Z] OK: 7 MiB in 18 packages [2021-04-28T08:45:22.911Z] OK: 7 MiB in 20 packages [2021-04-28T08:45:23.076Z] 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-04-28T08:45:23.524Z] ---> Running in 7bab115b853a [2021-04-28T08:45:23.525Z] Removing intermediate container 32d22d221d1f [2021-04-28T08:45:23.525Z] ---> a11dae01de91 [2021-04-28T08:45:23.525Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-28T08:45:23.801Z] ---> Running in 60c6944d42fe [2021-04-28T08:45:24.405Z] Removing intermediate container 60c6944d42fe [2021-04-28T08:45:24.405Z] ---> 5583ad648fa0 [2021-04-28T08:45:24.405Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-28T08:45:24.466Z] 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-04-28T08:45:24.682Z] ---> Running in c27001fbf81a [2021-04-28T08:45:25.856Z] 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-04-28T08:45:26.169Z] Removing intermediate container 7c9974115424 [2021-04-28T08:45:26.169Z] ---> 92f984d0d50c [2021-04-28T08:45:26.169Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T08:45:26.169Z] Removing intermediate container a0c18183bc38 [2021-04-28T08:45:26.169Z] ---> 0d2440240e33 [2021-04-28T08:45:26.169Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T08:45:26.169Z] Removing intermediate container c27001fbf81a [2021-04-28T08:45:26.169Z] ---> 00f1bed1bdb4 [2021-04-28T08:45:26.169Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-28T08:45:26.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:26.429Z] 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-04-28T08:45:26.429Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-28T08:45:26.448Z] ---> Running in 3e93eb6e54f6 [2021-04-28T08:45:26.448Z] ---> Running in 103f95ac9fd7 [2021-04-28T08:45:26.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:26.691Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-28T08:45:26.691Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-28T08:45:26.691Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-28T08:45:26.724Z] ---> Running in 588a923b296d [2021-04-28T08:45:27.006Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-28T08:45:27.006Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:45:27.006Z] OK: 5 MiB in 15 packages [2021-04-28T08:45:27.006Z] Removing intermediate container 3e93eb6e54f6 [2021-04-28T08:45:27.006Z] ---> c53fd64f6f6a [2021-04-28T08:45:27.006Z] Step 13/21 : WORKDIR /edgex [2021-04-28T08:45:27.329Z] Removing intermediate container 103f95ac9fd7 [2021-04-28T08:45:27.329Z] ---> 06bb274372e5 [2021-04-28T08:45:27.329Z] Step 13/25 : WORKDIR / [2021-04-28T08:45:27.329Z] ---> Running in 785e268c2108 [2021-04-28T08:45:27.608Z] ---> Running in cc6a25cf2a84 [2021-04-28T08:45:28.626Z] Removing intermediate container 785e268c2108 [2021-04-28T08:45:28.626Z] ---> c08d5a3caa27 [2021-04-28T08:45:28.626Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-28T08:45:28.626Z] Removing intermediate container cc6a25cf2a84 [2021-04-28T08:45:28.626Z] ---> bbedcc610256 [2021-04-28T08:45:28.626Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-28T08:45:28.684Z] 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-04-28T08:45:28.684Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-28T08:45:28.684Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-28T08:45:29.233Z] Removing intermediate container 7bab115b853a [2021-04-28T08:45:29.233Z] ---> cb06b60e011e [2021-04-28T08:45:29.233Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:45:29.512Z] ---> Running in 9779190c4d85 [2021-04-28T08:45:29.793Z] ---> b95134eb1bcf [2021-04-28T08:45:29.793Z] ---> 7678f06cab76 [2021-04-28T08:45:29.793Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-28T08:45:29.793Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-28T08:45:30.162Z] 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-04-28T08:45:30.426Z] Removing intermediate container 9779190c4d85 [2021-04-28T08:45:30.426Z] ---> 968069924719 [2021-04-28T08:45:30.426Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-28T08:45:30.426Z] ---> Running in 8893efe936f2 [2021-04-28T08:45:30.426Z] Removing intermediate container 588a923b296d [2021-04-28T08:45:30.426Z] ---> ffd8a286bf5d [2021-04-28T08:45:30.426Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-28T08:45:31.034Z] ---> Running in a391a2f70410 [2021-04-28T08:45:31.309Z] ---> 127c52583877 [2021-04-28T08:45:31.309Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-28T08:45:31.309Z] Removing intermediate container 8893efe936f2 [2021-04-28T08:45:31.309Z] ---> c5c9991fca1a [2021-04-28T08:45:31.309Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T08:45:31.587Z] ---> e3da5356cafe [2021-04-28T08:45:31.587Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-28T08:45:31.587Z] ---> Running in 780b7830916b [2021-04-28T08:45:31.810Z] 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-04-28T08:45:31.810Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-28T08:45:31.864Z] Removing intermediate container a391a2f70410 [2021-04-28T08:45:31.864Z] ---> 15a53b712f88 [2021-04-28T08:45:31.864Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-28T08:45:32.151Z] Removing intermediate container 780b7830916b [2021-04-28T08:45:32.151Z] ---> b531d326c35f [2021-04-28T08:45:32.151Z] Step 15/23 : WORKDIR / [2021-04-28T08:45:32.425Z] ---> Running in cc0ff9792688 [2021-04-28T08:45:32.699Z] ---> 221642a1be00 [2021-04-28T08:45:32.699Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-04-28T08:45:32.981Z] ---> 09b3305d8958 [2021-04-28T08:45:32.981Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-28T08:45:33.438Z] 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-04-28T08:45:33.573Z] ---> Running in 733715b4e650 [2021-04-28T08:45:33.573Z] Removing intermediate container cc0ff9792688 [2021-04-28T08:45:33.573Z] ---> a973b31fd3d0 [2021-04-28T08:45:33.573Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> 873a971b1703 [2021-04-28T08:45:33.573Z] [2021-04-28T08:45:33.573Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-28T08:45:33.847Z] ---> cae18040b34c [2021-04-28T08:45:33.847Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-28T08:45:33.847Z] ---> Running in e8159336b37d [2021-04-28T08:45:34.820Z] 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-04-28T08:45:34.829Z] Removing intermediate container e8159336b37d [2021-04-28T08:45:34.829Z] ---> c7e40348a26c [2021-04-28T08:45:34.829Z] Step 18/21 : CMD ["--init=true"] [2021-04-28T08:45:34.829Z] ---> 2d9e7d0cca6a [2021-04-28T08:45:34.829Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-28T08:45:35.107Z] ---> Running in 1ec1d55d4ade [2021-04-28T08:45:35.711Z] ---> 88f5850883f9 [2021-04-28T08:45:35.711Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-28T08:45:35.761Z] 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-04-28T08:45:35.985Z] Removing intermediate container 1ec1d55d4ade [2021-04-28T08:45:35.985Z] ---> 450197e16eac [2021-04-28T08:45:35.985Z] Step 19/21 : LABEL arch=arm64 [2021-04-28T08:45:36.023Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-28T08:45:37.415Z] ---> Running in 19ea5caa8ea9 [2021-04-28T08:45:37.415Z] ---> 8fe9600cacf1 [2021-04-28T08:45:37.415Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-28T08:45:37.685Z] ---> bdea04a467f1 [2021-04-28T08:45:37.685Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-28T08:45:37.931Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-28T08:45:37.931Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-28T08:45:37.931Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-28T08:45:37.932Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-28T08:45:37.932Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-28T08:45:37.932Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-28T08:45:37.932Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-28T08:45:37.932Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-28T08:45:37.932Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-28T08:45:37.932Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-28T08:45:37.932Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-28T08:45:37.932Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-28T08:45:37.932Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-28T08:45:37.932Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-28T08:45:37.932Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-28T08:45:37.932Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-28T08:45:37.932Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-28T08:45:37.932Z] + 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-04-28T08:45:37.932Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-28T08:45:37.932Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-28T08:45:37.932Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-28T08:45:37.932Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-28T08:45:37.932Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-28T08:45:37.932Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-28T08:45:37.932Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-28T08:45:37.932Z] + 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-04-28T08:45:37.955Z] Removing intermediate container 19ea5caa8ea9 [2021-04-28T08:45:37.955Z] ---> 87ca9b842ec8 [2021-04-28T08:45:37.955Z] Step 20/21 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:45:37.955Z] Removing intermediate container d86762d10d10 [2021-04-28T08:45:37.955Z] ---> dc341e398663 [2021-04-28T08:45:37.955Z] [2021-04-28T08:45:37.955Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:45:37.955Z] ---> 9852663dfa18 [2021-04-28T08:45:37.955Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-28T08:45:38.226Z] Removing intermediate container 733715b4e650 [2021-04-28T08:45:38.226Z] ---> 520b6cf5df38 [2021-04-28T08:45:38.226Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:45:38.226Z] ---> Running in cc495df7db11 [2021-04-28T08:45:38.226Z] ---> Running in 08846df8e308 [2021-04-28T08:45:38.498Z] ---> f056742d5c86 [2021-04-28T08:45:38.498Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-28T08:45:38.498Z] ---> 0ca857162a59 [2021-04-28T08:45:38.498Z] Step 21/25 : 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-04-28T08:45:38.498Z] ---> Running in 8d926a3a6660 [2021-04-28T08:45:38.771Z] ---> Running in f2bf19a5c784 [2021-04-28T08:45:39.042Z] Removing intermediate container 08846df8e308 [2021-04-28T08:45:39.042Z] ---> 084485274de7 [2021-04-28T08:45:39.042Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-28T08:45:39.042Z] Removing intermediate container cc495df7db11 [2021-04-28T08:45:39.042Z] ---> 41ee18b03676 [2021-04-28T08:45:39.042Z] Step 21/21 : LABEL version=0.0.0 [2021-04-28T08:45:39.042Z] ---> 3e6c6bb6c29a [2021-04-28T08:45:39.042Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-28T08:45:39.320Z] ---> Running in ff9bb8fc4208 [2021-04-28T08:45:39.320Z] ---> Running in 2f917f6500f9 [2021-04-28T08:45:39.320Z] Removing intermediate container 8d926a3a6660 [2021-04-28T08:45:39.320Z] ---> 1073a1d6fb5e [2021-04-28T08:45:39.320Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:45:39.593Z] ---> Running in ad797b71ba85 [2021-04-28T08:45:39.878Z] Removing intermediate container ff9bb8fc4208 [2021-04-28T08:45:39.878Z] ---> 1a1634a37c03 [2021-04-28T08:45:39.878Z] [2021-04-28T08:45:39.878Z] Removing intermediate container 2f917f6500f9 [2021-04-28T08:45:39.878Z] ---> da1de078257c [2021-04-28T08:45:39.878Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-28T08:45:40.485Z] ---> Running in f16e2b6bed1d [2021-04-28T08:45:40.485Z] Removing intermediate container ad797b71ba85 [2021-04-28T08:45:40.485Z] ---> f0d82632012e [2021-04-28T08:45:40.485Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T08:45:40.485Z] Successfully built 1a1634a37c03 [2021-04-28T08:45:40.485Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-28T08:45:40.485Z] Building docker-sys-mgmt-agent-go [2021-04-28T08:45:40.756Z]  Building docker-security-proxy-setup-go ... done  ---> Running in a2f9af698569 [2021-04-28T08:45:41.027Z] Removing intermediate container f16e2b6bed1d [2021-04-28T08:45:41.027Z] ---> 506a72618a7c [2021-04-28T08:45:41.027Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:45:41.028Z] ---> 6bbc68fed72e [2021-04-28T08:45:41.028Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-28T08:45:41.229Z] Building static-packages [2021-04-28T08:45:41.229Z] + snapcraftctl build [2021-04-28T08:45:41.303Z] ---> Running in 3f7f4456dcb6 [2021-04-28T08:45:41.579Z] Removing intermediate container a2f9af698569 [2021-04-28T08:45:41.579Z] ---> 6c54163c8dce [2021-04-28T08:45:41.579Z] Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:45:41.854Z] ---> Running in 3a9eb50dbff1 [2021-04-28T08:45:41.854Z] Removing intermediate container f2bf19a5c784 [2021-04-28T08:45:41.854Z] ---> dcabbb5330a6 [2021-04-28T08:45:41.854Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-28T08:45:42.135Z] ---> Running in de0601eb35cf [2021-04-28T08:45:42.136Z] ---> 15e74420cb69 [2021-04-28T08:45:42.136Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-28T08:45:42.428Z] Removing intermediate container 3a9eb50dbff1 [2021-04-28T08:45:42.428Z] ---> 9608bf282110 [2021-04-28T08:45:42.428Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:45:42.614Z] Building version [2021-04-28T08:45:42.614Z] + snapcraftctl build [2021-04-28T08:45:43.028Z] ---> Running in cdbe943afce9 [2021-04-28T08:45:43.028Z] Removing intermediate container de0601eb35cf [2021-04-28T08:45:43.028Z] ---> b44dbbe18c34 [2021-04-28T08:45:43.028Z] Step 23/25 : LABEL arch=arm64 [2021-04-28T08:45:44.012Z] ---> 436d157e3d35 [2021-04-28T08:45:44.012Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-28T08:45:44.524Z] Skipping stage go-build-helper (already ran) [2021-04-28T08:45:44.524Z] Staging app-service-config [2021-04-28T08:45:44.524Z] + snapcraftctl stage [2021-04-28T08:45:44.612Z] ---> Running in 55d0fbce63a8 [2021-04-28T08:45:44.612Z] Removing intermediate container cdbe943afce9 [2021-04-28T08:45:44.612Z] ---> dbeec5e32f8b [2021-04-28T08:45:44.612Z] [2021-04-28T08:45:45.210Z] ---> 5f536b356c98 [2021-04-28T08:45:45.210Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-28T08:45:45.210Z] Removing intermediate container 55d0fbce63a8 [2021-04-28T08:45:45.210Z] ---> 4be2862f6aa5 [2021-04-28T08:45:45.210Z] Step 24/25 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:45:45.210Z] Successfully built dbeec5e32f8b [2021-04-28T08:45:45.467Z] Staging config-common [2021-04-28T08:45:45.467Z] + snapcraftctl stage [2021-04-28T08:45:45.487Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-28T08:45:45.487Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-04-28T08:45:45.487Z] ---> Running in 68b84c1bbd7f [2021-04-28T08:45:45.487Z] Removing intermediate container 3f7f4456dcb6 [2021-04-28T08:45:45.487Z] ---> 64092f012fe7 [2021-04-28T08:45:45.487Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-28T08:45:45.487Z] ---> Running in 561d5a67ab42 [2021-04-28T08:45:45.762Z] ---> Running in 58717394f522 [2021-04-28T08:45:46.050Z] Removing intermediate container 68b84c1bbd7f [2021-04-28T08:45:46.050Z] ---> 28387d743a2f [2021-04-28T08:45:46.050Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-28T08:45:46.329Z] Removing intermediate container 561d5a67ab42 [2021-04-28T08:45:46.329Z] ---> e881ab40ab78 [2021-04-28T08:45:46.329Z] Step 25/25 : LABEL version=0.0.0 [2021-04-28T08:45:46.604Z] ---> Running in 3f74a71e57ee [2021-04-28T08:45:46.847Z] Staging edgex-go [2021-04-28T08:45:46.847Z] + snapcraftctl stage [2021-04-28T08:45:47.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:47.211Z] Removing intermediate container 3f74a71e57ee [2021-04-28T08:45:47.211Z] ---> e90a1f05fd79 [2021-04-28T08:45:47.211Z] [2021-04-28T08:45:47.211Z] ---> dab96778b957 [2021-04-28T08:45:47.211Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-28T08:45:47.787Z] Staging static-packages [2021-04-28T08:45:47.787Z] + snapcraftctl stage [2021-04-28T08:45:47.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:47.809Z] Successfully built e90a1f05fd79 [2021-04-28T08:45:48.089Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-28T08:45:48.089Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-04-28T08:45:48.089Z] ---> Running in 0a4f3d6e51aa [2021-04-28T08:45:48.690Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-28T08:45:48.690Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-28T08:45:48.690Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-28T08:45:48.726Z] Staging version [2021-04-28T08:45:48.726Z] + snapcraftctl stage [2021-04-28T08:45:48.970Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-28T08:45:48.970Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-28T08:45:49.246Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-28T08:45:49.246Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:45:49.246Z] OK: 8 MiB in 20 packages [2021-04-28T08:45:49.666Z] Priming go-build-helper [2021-04-28T08:45:49.666Z] + snapcraftctl prime [2021-04-28T08:45:50.606Z] Priming app-service-config [2021-04-28T08:45:50.606Z] + snapcraftctl prime [2021-04-28T08:45:51.876Z] Removing intermediate container 0a4f3d6e51aa [2021-04-28T08:45:51.876Z] ---> 8d846d79b3f0 [2021-04-28T08:45:51.876Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-28T08:45:51.989Z] Priming config-common [2021-04-28T08:45:51.989Z] + snapcraftctl prime [2021-04-28T08:45:52.150Z] Removing intermediate container 58717394f522 [2021-04-28T08:45:52.150Z] ---> c81f9f1d5c88 [2021-04-28T08:45:52.150Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:45:52.746Z] ---> Running in 5f15ff9d569c [2021-04-28T08:45:52.930Z] Priming edgex-go [2021-04-28T08:45:52.930Z] + snapcraftctl prime [2021-04-28T08:45:53.366Z] ---> 6c9766301116 [2021-04-28T08:45:53.366Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-28T08:45:53.642Z] Removing intermediate container 5f15ff9d569c [2021-04-28T08:45:53.642Z] ---> 0f1d15d50613 [2021-04-28T08:45:53.642Z] Step 28/31 : CMD ["gate"] [2021-04-28T08:45:53.869Z] Priming static-packages [2021-04-28T08:45:53.869Z] + snapcraftctl prime [2021-04-28T08:45:54.641Z] ---> Running in fea9ae9db4a8 [2021-04-28T08:45:55.241Z] ---> 420910ac22ae [2021-04-28T08:45:55.241Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-28T08:45:55.522Z] Removing intermediate container fea9ae9db4a8 [2021-04-28T08:45:55.522Z] ---> 653a73ce5be2 [2021-04-28T08:45:55.522Z] Step 29/31 : LABEL arch=arm64 [2021-04-28T08:45:56.412Z] Priming version [2021-04-28T08:45:56.412Z] + snapcraftctl prime [2021-04-28T08:45:56.512Z] ---> Running in 7267938980aa [2021-04-28T08:45:56.512Z] ---> 5d69ea3ba626 [2021-04-28T08:45:56.512Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-28T08:45:56.794Z] ---> Running in b46dbc31b3a5 [2021-04-28T08:45:56.983Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-28T08:45:57.076Z] Removing intermediate container 7267938980aa [2021-04-28T08:45:57.076Z] ---> 1c0df1337168 [2021-04-28T08:45:57.076Z] Step 30/31 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:45:58.070Z] ---> Running in 85c7ab35fb3c [2021-04-28T08:45:58.070Z] Removing intermediate container b46dbc31b3a5 [2021-04-28T08:45:58.070Z] ---> 0b407184653e [2021-04-28T08:45:58.070Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:45:58.347Z] ---> Running in ec9b6c76ff81 [Pipeline] } [Pipeline] // withEnv [2021-04-28T08:45:58.947Z] Removing intermediate container 85c7ab35fb3c [2021-04-28T08:45:58.947Z] ---> 01f51e1a2557 [2021-04-28T08:45:58.947Z] Step 31/31 : LABEL version=0.0.0 [2021-04-28T08:45:58.947Z] Removing intermediate container ec9b6c76ff81 [2021-04-28T08:45:58.947Z] ---> e44c6f0ff019 [2021-04-28T08:45:58.947Z] Step 21/23 : LABEL arch=arm64 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-28T08:45:59.248Z] ---> Running in b003b4487d94 [2021-04-28T08:45:59.523Z] ---> Running in c66ba2fccb81 [2021-04-28T08:46:00.123Z] Removing intermediate container b003b4487d94 [2021-04-28T08:46:00.124Z] ---> 8d69b0974079 [2021-04-28T08:46:00.124Z] [2021-04-28T08:46:00.400Z] Removing intermediate container c66ba2fccb81 [2021-04-28T08:46:00.400Z] ---> 239fb41361ca [2021-04-28T08:46:00.400Z] Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:46:00.694Z] Successfully built 8d69b0974079 [2021-04-28T08:46:00.694Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-28T08:46:00.694Z] Building docker-core-metadata-go [2021-04-28T08:46:00.970Z]  Building docker-security-bootstrapper-go ... done  ---> Running in d906bd434f88 [2021-04-28T08:46:01.572Z] Removing intermediate container d906bd434f88 [2021-04-28T08:46:01.572Z] ---> 3d6e9d62822f [2021-04-28T08:46:01.572Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:46:01.847Z] ---> Running in d89740422627 [2021-04-28T08:46:02.446Z] Removing intermediate container d89740422627 [2021-04-28T08:46:02.446Z] ---> 86d5627b5efd [2021-04-28T08:46:02.446Z] [2021-04-28T08:46:02.720Z] Successfully built 86d5627b5efd [2021-04-28T08:46:02.994Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-28T08:46:35.391Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:46:35.391Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:46:35.391Z] ---> 08ffbd325d91 [2021-04-28T08:46:35.391Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:46:35.391Z] ---> Using cache [2021-04-28T08:46:35.391Z] ---> 2de155db373c [2021-04-28T08:46:35.391Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:46:35.391Z] ---> Using cache [2021-04-28T08:46:35.391Z] ---> 1583c0a125a9 [2021-04-28T08:46:35.391Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-28T08:46:40.828Z] ---> Running in 70f9b4d7cf85 [2021-04-28T08:46:41.112Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:46:41.112Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:46:41.112Z] ---> 08ffbd325d91 [2021-04-28T08:46:41.112Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T08:46:41.112Z] ---> Using cache [2021-04-28T08:46:41.112Z] ---> 2de155db373c [2021-04-28T08:46:41.112Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:46:41.112Z] ---> Using cache [2021-04-28T08:46:41.112Z] ---> 1583c0a125a9 [2021-04-28T08:46:41.112Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-28T08:46:41.714Z] ---> Running in 34592c1023cc [2021-04-28T08:46:41.986Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:46:41.986Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:46:41.986Z] ---> 08ffbd325d91 [2021-04-28T08:46:41.986Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T08:46:41.986Z] ---> Using cache [2021-04-28T08:46:41.986Z] ---> 2de155db373c [2021-04-28T08:46:41.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:46:41.986Z] ---> Using cache [2021-04-28T08:46:41.986Z] ---> 1583c0a125a9 [2021-04-28T08:46:41.986Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-28T08:46:41.986Z] ---> Using cache [2021-04-28T08:46:41.986Z] ---> 428cec0b6cd7 [2021-04-28T08:46:41.986Z] Step 6/22 : COPY go.mod . [2021-04-28T08:46:41.986Z] ---> Using cache [2021-04-28T08:46:41.986Z] ---> f424d8dddcff [2021-04-28T08:46:41.986Z] Step 7/22 : RUN go mod download [2021-04-28T08:46:41.986Z] ---> Using cache [2021-04-28T08:46:41.986Z] ---> dce545d247a0 [2021-04-28T08:46:41.986Z] Step 8/22 : COPY . . [2021-04-28T08:46:42.263Z] ---> Using cache [2021-04-28T08:46:42.263Z] ---> 9b07b9074b15 [2021-04-28T08:46:42.263Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-28T08:46:42.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:46:42.809Z] ---> Running in 52691cd8616f [2021-04-28T08:46:43.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:46:43.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:46:44.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:46:44.293Z] OK: 217 MiB in 51 packages [2021-04-28T08:46:44.293Z] 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-04-28T08:46:44.900Z] OK: 217 MiB in 51 packages [2021-04-28T08:46:46.346Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:46:46.346Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:46:46.346Z] ---> 08ffbd325d91 [2021-04-28T08:46:46.346Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:46:46.346Z] ---> Using cache [2021-04-28T08:46:46.346Z] ---> 2de155db373c [2021-04-28T08:46:46.346Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:46:46.346Z] ---> Using cache [2021-04-28T08:46:46.346Z] ---> 1583c0a125a9 [2021-04-28T08:46:46.346Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T08:46:46.346Z] ---> Using cache [2021-04-28T08:46:46.346Z] ---> 428cec0b6cd7 [2021-04-28T08:46:46.346Z] Step 6/23 : COPY go.mod . [2021-04-28T08:46:46.346Z] ---> Using cache [2021-04-28T08:46:46.346Z] ---> f424d8dddcff [2021-04-28T08:46:46.346Z] Step 7/23 : RUN go mod download [2021-04-28T08:46:46.346Z] ---> Using cache [2021-04-28T08:46:46.346Z] ---> dce545d247a0 [2021-04-28T08:46:46.346Z] Step 8/23 : COPY . . [2021-04-28T08:46:46.628Z] ---> Using cache [2021-04-28T08:46:46.628Z] ---> 9b07b9074b15 [2021-04-28T08:46:46.628Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-28T08:46:46.628Z] Removing intermediate container 70f9b4d7cf85 [2021-04-28T08:46:46.628Z] ---> 7fbd91e0113a [2021-04-28T08:46:46.628Z] Step 6/23 : COPY go.mod . [2021-04-28T08:46:46.905Z] ---> Running in 21c63747926d [2021-04-28T08:46:47.181Z] Removing intermediate container 34592c1023cc [2021-04-28T08:46:47.181Z] ---> 26eaa6c15711 [2021-04-28T08:46:47.181Z] Step 6/22 : COPY go.mod . [2021-04-28T08:46:48.171Z] ---> 4aebda4e5f0d [2021-04-28T08:46:48.171Z] Step 7/23 : RUN go mod download [2021-04-28T08:46:48.443Z] ---> Running in 0a826858e0ca [2021-04-28T08:46:49.044Z] ---> 2afab1224b70 [2021-04-28T08:46:49.044Z] Step 7/22 : RUN go mod download [2021-04-28T08:46:49.044Z] 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-04-28T08:46:49.319Z] ---> Running in 84a58207a2e8 [2021-04-28T08:46:53.627Z] Removing intermediate container 0a826858e0ca [2021-04-28T08:46:53.627Z] ---> 7e88e393cd3a [2021-04-28T08:46:53.627Z] Step 8/23 : COPY . . [2021-04-28T08:46:53.909Z] Removing intermediate container 84a58207a2e8 [2021-04-28T08:46:53.909Z] ---> d0ae8c691665 [2021-04-28T08:46:53.909Z] Step 8/22 : COPY . . [2021-04-28T08:47:32.918Z] ---> 14a38b320051 [2021-04-28T08:47:32.918Z] ---> d4c82e8f5cca [2021-04-28T08:47:32.918Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-28T08:47:32.918Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-28T08:47:32.918Z] ---> Running in 651ec3f1593a [2021-04-28T08:47:32.918Z] ---> Running in 78528e2a280a [2021-04-28T08:47:32.918Z] 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-04-28T08:47:32.918Z] 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-04-28T08:48:11.971Z] Removing intermediate container 52691cd8616f [2021-04-28T08:48:11.971Z] ---> 136c7e97b336 [2021-04-28T08:48:11.971Z] [2021-04-28T08:48:11.971Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T08:48:11.971Z] ---> 9852663dfa18 [2021-04-28T08:48:11.971Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:48:11.971Z] ---> Using cache [2021-04-28T08:48:11.971Z] ---> cb06b60e011e [2021-04-28T08:48:11.972Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:48:11.972Z] ---> Using cache [2021-04-28T08:48:11.972Z] ---> 968069924719 [2021-04-28T08:48:11.972Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-28T08:48:11.972Z] ---> Running in 4646df280375 [2021-04-28T08:48:11.972Z] Removing intermediate container 4646df280375 [2021-04-28T08:48:11.972Z] ---> 90e00a4e6eae [2021-04-28T08:48:11.972Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T08:48:11.972Z] ---> Running in 97bd8ff2b49e [2021-04-28T08:48:11.972Z] Removing intermediate container 97bd8ff2b49e [2021-04-28T08:48:11.972Z] ---> a190ab73fd12 [2021-04-28T08:48:11.972Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:48:13.070Z] ---> c30e985406a9 [2021-04-28T08:48:13.070Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-28T08:48:14.520Z] ---> d0d9004582c1 [2021-04-28T08:48:14.520Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-28T08:48:15.512Z] ---> 9fe9fedbb230 [2021-04-28T08:48:15.512Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-28T08:48:15.787Z] ---> Running in 17005ab5483e [2021-04-28T08:48:16.384Z] Removing intermediate container 17005ab5483e [2021-04-28T08:48:16.384Z] ---> 5bcd668f9ef6 [2021-04-28T08:48:16.384Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:48:16.662Z] ---> Running in 5070873081d0 [2021-04-28T08:48:17.262Z] Removing intermediate container 5070873081d0 [2021-04-28T08:48:17.262Z] ---> 2fd29b9f5d3a [2021-04-28T08:48:17.262Z] Step 20/22 : LABEL arch=arm64 [2021-04-28T08:48:17.539Z] ---> Running in ecd0f8f50276 [2021-04-28T08:48:18.143Z] Removing intermediate container ecd0f8f50276 [2021-04-28T08:48:18.143Z] ---> 2888e54f46df [2021-04-28T08:48:18.143Z] Step 21/22 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:48:18.425Z] ---> Running in 42c8856cfc73 [2021-04-28T08:48:19.022Z] Removing intermediate container 42c8856cfc73 [2021-04-28T08:48:19.022Z] ---> 5ba0009d7e9f [2021-04-28T08:48:19.022Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T08:48:19.022Z] ---> Running in 6fe951eca595 [2021-04-28T08:48:19.620Z] Removing intermediate container 6fe951eca595 [2021-04-28T08:48:19.620Z] ---> d6851437bdda [2021-04-28T08:48:19.620Z] [2021-04-28T08:48:20.217Z] Successfully built d6851437bdda [2021-04-28T08:48:20.489Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-28T08:48:28.777Z]  Building docker-support-scheduler-go ... done Removing intermediate container 21c63747926d [2021-04-28T08:48:28.777Z] ---> 38056c59b63a [2021-04-28T08:48:28.777Z] [2021-04-28T08:48:28.777Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:48:28.777Z] ---> 9852663dfa18 [2021-04-28T08:48:28.777Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:48:28.777Z] ---> Using cache [2021-04-28T08:48:28.777Z] ---> cb06b60e011e [2021-04-28T08:48:28.777Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:48:28.777Z] ---> Using cache [2021-04-28T08:48:28.777Z] ---> 968069924719 [2021-04-28T08:48:28.777Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-28T08:48:28.777Z] ---> Running in 8c0cca0e6ff1 [2021-04-28T08:48:29.379Z] Removing intermediate container 8c0cca0e6ff1 [2021-04-28T08:48:29.379Z] ---> a22d43b627e8 [2021-04-28T08:48:29.379Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T08:48:29.379Z] ---> Running in 89149f0cd933 [2021-04-28T08:48:30.360Z] Removing intermediate container 89149f0cd933 [2021-04-28T08:48:30.360Z] ---> 2b955e5aebde [2021-04-28T08:48:30.360Z] Step 15/23 : WORKDIR / [2021-04-28T08:48:30.360Z] ---> Running in f68177fe80fe [2021-04-28T08:48:31.341Z] Removing intermediate container f68177fe80fe [2021-04-28T08:48:31.341Z] ---> bb3598b3cdcc [2021-04-28T08:48:31.341Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:48:32.330Z] ---> 728ad5bf1d07 [2021-04-28T08:48:32.330Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-28T08:48:34.978Z] ---> 42b7d84a016d [2021-04-28T08:48:34.978Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-28T08:48:35.577Z] ---> d2978061ed4c [2021-04-28T08:48:35.577Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-28T08:48:35.853Z] ---> Running in e6e39ac6fb3b [2021-04-28T08:48:36.449Z] Removing intermediate container e6e39ac6fb3b [2021-04-28T08:48:36.449Z] ---> 491505c132af [2021-04-28T08:48:36.449Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:48:36.724Z] ---> Running in 0ff4db2f2448 [2021-04-28T08:48:37.323Z] Removing intermediate container 0ff4db2f2448 [2021-04-28T08:48:37.323Z] ---> c1c8ddea7580 [2021-04-28T08:48:37.323Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T08:48:37.600Z] ---> Running in e3f05e27efe2 [2021-04-28T08:48:38.200Z] Removing intermediate container e3f05e27efe2 [2021-04-28T08:48:38.200Z] ---> fb370c0ad01b [2021-04-28T08:48:38.200Z] Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:48:38.476Z] ---> Running in b7f3868515fe [2021-04-28T08:48:39.080Z] Removing intermediate container b7f3868515fe [2021-04-28T08:48:39.080Z] ---> a96fae6e3cb8 [2021-04-28T08:48:39.080Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:48:39.080Z] ---> Running in d5c7af9bdefa [2021-04-28T08:48:40.071Z] Removing intermediate container d5c7af9bdefa [2021-04-28T08:48:40.071Z] ---> 71f40a95a32a [2021-04-28T08:48:40.071Z] [2021-04-28T08:48:40.669Z] Successfully built 71f40a95a32a [2021-04-28T08:48:40.669Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-28T08:48:47.375Z]  Building docker-core-metadata-go ... done Removing intermediate container 78528e2a280a [2021-04-28T08:48:47.375Z] ---> c68eb41c46d2 [2021-04-28T08:48:47.375Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-28T08:48:47.375Z] ---> Running in b8cb1680e1a6 [2021-04-28T08:48:47.986Z] 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-04-28T08:48:49.445Z] Removing intermediate container 651ec3f1593a [2021-04-28T08:48:49.445Z] ---> c894242e3fb6 [2021-04-28T08:48:49.445Z] [2021-04-28T08:48:49.445Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T08:48:49.445Z] ---> 9852663dfa18 [2021-04-28T08:48:49.445Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-28T08:48:49.445Z] ---> Running in 1bac0f7824ef [2021-04-28T08:48:50.871Z] Removing intermediate container b8cb1680e1a6 [2021-04-28T08:48:50.871Z] ---> ea6eb5b3140c [2021-04-28T08:48:50.871Z] [2021-04-28T08:48:50.871Z] Step 11/23 : FROM docker:20.10.0 [2021-04-28T08:48:50.871Z] 20.10.0: Pulling from library/docker [2021-04-28T08:48:50.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:48:50.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:48:51.471Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-28T08:48:51.471Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-28T08:48:51.471Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:48:51.471Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:48:51.745Z] OK: 6 MiB in 16 packages [2021-04-28T08:48:54.372Z] Removing intermediate container 1bac0f7824ef [2021-04-28T08:48:54.372Z] ---> a94e43c38b8c [2021-04-28T08:48:54.372Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:48:54.372Z] ---> Running in 8f1e397afb84 [2021-04-28T08:48:55.349Z] Removing intermediate container 8f1e397afb84 [2021-04-28T08:48:55.349Z] ---> f16de20005b1 [2021-04-28T08:48:55.349Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-28T08:48:55.941Z] ---> Running in d4a191188d39 [2021-04-28T08:48:56.535Z] Removing intermediate container d4a191188d39 [2021-04-28T08:48:56.535Z] ---> 9b798fb3e61b [2021-04-28T08:48:56.535Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T08:48:57.128Z] ---> Running in f35fe018e3ac [2021-04-28T08:48:57.720Z] Removing intermediate container f35fe018e3ac [2021-04-28T08:48:57.720Z] ---> b7b45fafba1d [2021-04-28T08:48:57.720Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:48:58.698Z] ---> 6a491b1ed30e [2021-04-28T08:48:58.698Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-28T08:48:59.686Z] ---> becf8d6a035c [2021-04-28T08:48:59.686Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-28T08:48:59.686Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-28T08:48:59.686Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-28T08:48:59.686Z] ---> eeaf43b92773 [2021-04-28T08:48:59.686Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:48:59.960Z] ---> Running in c1442b34c753 [2021-04-28T08:49:00.551Z] Removing intermediate container c1442b34c753 [2021-04-28T08:49:00.551Z] ---> d2b8aab851be [2021-04-28T08:49:00.551Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-28T08:49:00.551Z] ---> b38983b1a80c [2021-04-28T08:49:00.551Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-28T08:49:00.551Z] ---> Running in d8885f3d97b0 [2021-04-28T08:49:00.827Z] ---> Running in aa9e1813e054 [2021-04-28T08:49:01.099Z] Removing intermediate container aa9e1813e054 [2021-04-28T08:49:01.099Z] ---> 69b23ac3e089 [2021-04-28T08:49:01.099Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:49:01.372Z] ---> Running in 24c9bc39c0f9 [2021-04-28T08:49:01.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:49:01.970Z] Removing intermediate container 24c9bc39c0f9 [2021-04-28T08:49:01.970Z] ---> 6ba0f67bec25 [2021-04-28T08:49:01.970Z] Step 20/22 : LABEL arch=arm64 [2021-04-28T08:49:01.970Z] ---> Running in cfd84d1f8a20 [2021-04-28T08:49:01.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:49:02.564Z] Removing intermediate container cfd84d1f8a20 [2021-04-28T08:49:02.564Z] ---> 0cb1e6307af5 [2021-04-28T08:49:02.564Z] Step 21/22 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:49:02.564Z] ---> Running in e8bf5665d3c8 [2021-04-28T08:49:02.564Z] (1/39) Installing readline (8.0.4-r0) [2021-04-28T08:49:02.564Z] (2/39) Installing bash (5.0.17-r0) [2021-04-28T08:49:02.838Z] Executing bash-5.0.17-r0.post-install [2021-04-28T08:49:02.838Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:49:02.838Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-28T08:49:02.838Z] (5/39) Installing curl (7.76.1-r0) [2021-04-28T08:49:02.838Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-28T08:49:02.838Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-28T08:49:02.838Z] (8/39) Installing expat (2.2.9-r1) [2021-04-28T08:49:02.838Z] (9/39) Installing libffi (3.3-r2) [2021-04-28T08:49:02.838Z] (10/39) Installing gdbm (1.13-r1) [2021-04-28T08:49:02.838Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-28T08:49:02.838Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-28T08:49:02.838Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-28T08:49:03.112Z] Removing intermediate container e8bf5665d3c8 [2021-04-28T08:49:03.112Z] ---> c8a40a4c4dc0 [2021-04-28T08:49:03.112Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T08:49:03.707Z] ---> Running in 1918c230d717 [2021-04-28T08:49:04.300Z] Removing intermediate container 1918c230d717 [2021-04-28T08:49:04.300Z] ---> f545fa231a2c [2021-04-28T08:49:04.300Z] [2021-04-28T08:49:04.575Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-28T08:49:04.575Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-28T08:49:04.575Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-28T08:49:04.575Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-28T08:49:04.575Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-28T08:49:04.575Z] Successfully built f545fa231a2c [2021-04-28T08:49:04.575Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-28T08:49:04.845Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-28T08:49:04.845Z]  Building docker-support-notifications-go ... done (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-28T08:49:04.845Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-28T08:49:04.845Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-28T08:49:04.845Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-28T08:49:04.845Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-28T08:49:04.845Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-28T08:49:04.845Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-28T08:49:04.845Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-28T08:49:05.116Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-28T08:49:05.116Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-28T08:49:05.116Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-28T08:49:05.116Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-28T08:49:05.116Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-28T08:49:05.116Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-28T08:49:05.116Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-28T08:49:05.116Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-28T08:49:05.116Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-28T08:49:05.116Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-28T08:49:05.116Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-28T08:49:05.116Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-28T08:49:05.389Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T08:49:05.389Z] OK: 72 MiB in 59 packages [2021-04-28T08:49:09.665Z] Collecting docker-compose==1.23.2 [2021-04-28T08:49:09.665Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-28T08:49:09.665Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-28T08:49:09.665Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-28T08:49:10.255Z] Collecting texttable<0.10,>=0.9.0 [2021-04-28T08:49:10.255Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-28T08:49:12.221Z] Collecting jsonschema<3,>=2.5.1 [2021-04-28T08:49:12.221Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-28T08:49:12.811Z] Collecting docker<4.0,>=3.6.0 [2021-04-28T08:49:12.811Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-28T08:49:13.402Z] Collecting cached-property<2,>=1.2.0 [2021-04-28T08:49:13.402Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-28T08:49:13.672Z] Collecting docopt<0.7,>=0.6.1 [2021-04-28T08:49:13.672Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-28T08:49:16.275Z] Collecting PyYAML<4,>=3.10 [2021-04-28T08:49:16.275Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-28T08:49:19.636Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-28T08:49:19.636Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-28T08:49:20.227Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-28T08:49:20.227Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-28T08:49:22.256Z] 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-04-28T08:49:22.256Z] Collecting docker-pycreds>=0.4.0 [2021-04-28T08:49:22.546Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-28T08:49:23.174Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-28T08:49:23.174Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-28T08:49:23.456Z] 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-04-28T08:49:23.456Z] 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-04-28T08:49:23.730Z] Collecting idna<2.8,>=2.5 [2021-04-28T08:49:23.730Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-28T08:49:23.730Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-28T08:49:23.730Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-28T08:49:23.730Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-28T08:49:23.730Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-28T08:49:24.714Z] Installing collected packages: websocket-client, texttable, jsonschema, docker-pycreds, urllib3, idna, requests, docker, cached-property, docopt, PyYAML, dockerpty, docker-compose [2021-04-28T08:49:24.989Z] Running setup.py install for texttable: started [2021-04-28T08:49:26.977Z] Running setup.py install for texttable: finished with status 'done' [2021-04-28T08:49:27.248Z] Attempting uninstall: urllib3 [2021-04-28T08:49:27.248Z] Found existing installation: urllib3 1.25.9 [2021-04-28T08:49:27.518Z] Uninstalling urllib3-1.25.9: [2021-04-28T08:49:27.518Z] Successfully uninstalled urllib3-1.25.9 [2021-04-28T08:49:28.112Z] Attempting uninstall: idna [2021-04-28T08:49:28.112Z] Found existing installation: idna 2.9 [2021-04-28T08:49:28.112Z] Uninstalling idna-2.9: [2021-04-28T08:49:28.112Z] Successfully uninstalled idna-2.9 [2021-04-28T08:49:28.703Z] Attempting uninstall: requests [2021-04-28T08:49:28.703Z] Found existing installation: requests 2.23.0 [2021-04-28T08:49:28.703Z] Uninstalling requests-2.23.0: [2021-04-28T08:49:28.703Z] Successfully uninstalled requests-2.23.0 [2021-04-28T08:49:29.674Z] Running setup.py install for docopt: started [2021-04-28T08:49:31.635Z] Running setup.py install for docopt: finished with status 'done' [2021-04-28T08:49:31.635Z] Running setup.py install for PyYAML: started [2021-04-28T08:49:33.592Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-28T08:49:33.592Z] Running setup.py install for dockerpty: started [2021-04-28T08:49:35.550Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-28T08:49:36.524Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-28T08:49:44.961Z] Removing intermediate container d8885f3d97b0 [2021-04-28T08:49:44.961Z] ---> 35155cb16c02 [2021-04-28T08:49:44.961Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-28T08:49:44.961Z] ---> Running in bc61d3f654fc [2021-04-28T08:49:44.961Z] Removing intermediate container bc61d3f654fc [2021-04-28T08:49:44.961Z] ---> de93608181c9 [2021-04-28T08:49:44.961Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-28T08:49:44.961Z] ---> Running in 47797b554c16 [2021-04-28T08:49:45.555Z] Removing intermediate container 47797b554c16 [2021-04-28T08:49:45.555Z] ---> fde877deb39f [2021-04-28T08:49:45.555Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-28T08:49:46.533Z] ---> d23306b72835 [2021-04-28T08:49:46.533Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-28T08:49:47.508Z] ---> cc129f7c1808 [2021-04-28T08:49:47.508Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-28T08:49:48.104Z] ---> 89de189ee8ee [2021-04-28T08:49:48.104Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-28T08:49:48.383Z] ---> Running in d113eb1e1c5d [2021-04-28T08:49:48.975Z] Removing intermediate container d113eb1e1c5d [2021-04-28T08:49:48.975Z] ---> d5aef4d32993 [2021-04-28T08:49:48.975Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:49:48.975Z] ---> Running in 770170bc8147 [2021-04-28T08:49:49.567Z] Removing intermediate container 770170bc8147 [2021-04-28T08:49:49.567Z] ---> 57e5cff78f7a [2021-04-28T08:49:49.567Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T08:49:49.567Z] ---> Running in 561bada06335 [2021-04-28T08:49:50.160Z] Removing intermediate container 561bada06335 [2021-04-28T08:49:50.160Z] ---> 8e1c57280a70 [2021-04-28T08:49:50.160Z] Step 22/23 : LABEL git_sha=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [2021-04-28T08:49:50.160Z] ---> Running in 94860e2f1332 [2021-04-28T08:49:50.434Z] Removing intermediate container 94860e2f1332 [2021-04-28T08:49:50.434Z] ---> fa40e76953bf [2021-04-28T08:49:50.434Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:49:50.708Z] ---> Running in 9094890614c2 [2021-04-28T08:49:50.980Z] Removing intermediate container 9094890614c2 [2021-04-28T08:49:50.980Z] ---> 78255f647f67 [2021-04-28T08:49:50.980Z] [2021-04-28T08:49:51.573Z] Successfully built 78255f647f67 [2021-04-28T08:49:51.573Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-28T08:49:51.859Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-28T08:49:51.861Z] $ docker stop --time=1 13a1e71fb14a93ea257eb947fbf46d9f68454e038c36269509e757b84731f3fb [2021-04-28T08:49:53.774Z] $ docker rm -f 13a1e71fb14a93ea257eb947fbf46d9f68454e038c36269509e757b84731f3fb [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T08:49:54.378Z] + grep docker [2021-04-28T08:49:54.378Z] + docker images [2021-04-28T08:49:54.650Z] docker-sys-mgmt-agent-go-arm64 latest 78255f647f67 4 seconds ago 299MB [2021-04-28T08:49:54.650Z] docker-support-notifications-go-arm64 latest f545fa231a2c 51 seconds ago 17.1MB [2021-04-28T08:49:54.650Z] docker-core-metadata-go-arm64 latest 71f40a95a32a About a minute ago 18.1MB [2021-04-28T08:49:54.650Z] docker-support-scheduler-go-arm64 latest d6851437bdda About a minute ago 16.6MB [2021-04-28T08:49:54.650Z] docker-core-data-go-arm64 latest 86d5627b5efd 3 minutes ago 21.6MB [2021-04-28T08:49:54.650Z] docker-security-bootstrapper-go-arm64 latest 8d69b0974079 3 minutes ago 18.2MB [2021-04-28T08:49:54.650Z] docker-security-secretstore-setup-go-arm64 latest e90a1f05fd79 4 minutes ago 25MB [2021-04-28T08:49:54.650Z] docker-core-command-go-arm64 latest dbeec5e32f8b 4 minutes ago 16.5MB [2021-04-28T08:49:54.650Z] docker-security-proxy-setup-go-arm64 latest 1a1634a37c03 4 minutes ago 24.7MB [2021-04-28T08:49:54.650Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:49:55.336Z] ---> job-cost.sh [2021-04-28T08:49:55.337Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EKJQ [2021-04-28T08:50:34.262Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-28T08:52:10.985Z] lf-activate-venv(): INFO: Adding /tmp/venv-EKJQ/bin to PATH [2021-04-28T08:52:10.985Z] INFO: No Stack... [2021-04-28T08:52:10.985Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-28T08:52:10.985Z] INFO: Archiving Costs [Pipeline] sh [2021-04-28T08:52:11.323Z] + cat /w/workspace/edgex-go/8/archives/cost.csv [2021-04-28T08:52:11.323Z] + cut -d, -f6 [Pipeline] lock [2021-04-28T08:52:11.433Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-8-stack-cost] [2021-04-28T08:52:11.442Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3391-8-stack-cost] did not exist. Created. [2021-04-28T08:52:11.442Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-28T08:52:11.794Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-28T08:52:12.081Z] Stashed 1 file(s) [Pipeline] } [2021-04-28T08:52:12.092Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-8-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-28T08:52:12.930Z] provisioning config files... [2021-04-28T08:52:12.942Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config5227982295241966007tmp [Pipeline] { [Pipeline] sh [2021-04-28T08:52:13.269Z] + set +x [2021-04-28T08:52:13.269Z] + curl -s https://codecov.io/bash [2021-04-28T08:52:13.269Z] + bash -s -- [2021-04-28T08:52:13.844Z] [2021-04-28T08:52:13.844Z] _____ _ [2021-04-28T08:52:13.844Z] / ____| | | [2021-04-28T08:52:13.844Z] | | ___ __| | ___ ___ _____ __ [2021-04-28T08:52:13.844Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-28T08:52:13.844Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-28T08:52:13.844Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-28T08:52:13.844Z] Bash-1.0.2 [2021-04-28T08:52:13.844Z] [2021-04-28T08:52:13.844Z] [2021-04-28T08:52:13.844Z] ==> git version 2.24.3 found [2021-04-28T08:52:13.844Z] ==> 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-04-28T08:52:13.844Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-28T08:52:13.844Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-28T08:52:13.844Z] ==> Jenkins CI detected. [2021-04-28T08:52:13.844Z] project root: . [2021-04-28T08:52:13.844Z] --> token set from env [2021-04-28T08:52:13.844Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-28T08:52:13.844Z] ==> Running gcov in . (disable via -X gcov) [2021-04-28T08:52:14.107Z] ==> Python coveragepy not found [2021-04-28T08:52:14.107Z] ==> Searching for coverage reports in: [2021-04-28T08:52:14.107Z] + . [2021-04-28T08:52:14.107Z] -> Found 1 reports [2021-04-28T08:52:14.107Z] ==> Detecting git/mercurial file structure [2021-04-28T08:52:14.107Z] ==> Reading reports [2021-04-28T08:52:14.107Z] + ./coverage.out bytes=697939 [2021-04-28T08:52:14.107Z] ==> Appending adjustments [2021-04-28T08:52:14.107Z] https://docs.codecov.io/docs/fixing-reports [2021-04-28T08:52:18.328Z] + Found adjustments [2021-04-28T08:52:18.329Z] ==> Gzipping contents [2021-04-28T08:52:18.329Z] 100K /tmp/codecov.vilAjM.gz [2021-04-28T08:52:18.329Z] ==> Uploading reports [2021-04-28T08:52:18.329Z] url: https://codecov.io [2021-04-28T08:52:18.329Z] query: branch=PR-3391&commit=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-28T08:52:18.329Z] -> Pinging Codecov [2021-04-28T08:52:18.329Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=b117e3d8c7cc1fe84e2185adeab542e4b027b3bd&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-28T08:52:18.329Z] -> Uploading to [2021-04-28T08:52:18.329Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-28/00271124DB129430A58F1EEE437C3FCB/b117e3d8c7cc1fe84e2185adeab542e4b027b3bd/0cdd635e-d89b-4fbb-a15b-4169e8725bd1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210428T085217Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f452a73f38186ab60dd41f2605ae8617b4b2cffac0e2b9f0705b0997c4dd994c [2021-04-28T08:52:18.329Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-28T08:52:18.329Z] Dload Upload Total Spent Left Speed [2021-04-28T08:52:18.590Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 227k --:--:-- --:--:-- --:--:-- 228k [2021-04-28T08:52:18.590Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b117e3d8c7cc1fe84e2185adeab542e4b027b3bd [Pipeline] } [2021-04-28T08:52:18.601Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:52:19.686Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:52:20.568Z] ---> package-listing.sh [2021-04-28T08:52:20.568Z] ++ facter osfamily [2021-04-28T08:52:20.568Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-28T08:52:20.568Z] + OS_FAMILY=redhat [2021-04-28T08:52:20.568Z] + workspace=/w/workspace/edgex-go/8 [2021-04-28T08:52:20.568Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-28T08:52:20.568Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-28T08:52:20.568Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-28T08:52:20.568Z] + PACKAGES=/tmp/packages_start.txt [2021-04-28T08:52:20.568Z] + '[' /w/workspace/edgex-go/8 ']' [2021-04-28T08:52:20.568Z] + PACKAGES=/tmp/packages_end.txt [2021-04-28T08:52:20.568Z] + case "${OS_FAMILY}" in [2021-04-28T08:52:20.568Z] + rpm -qa [2021-04-28T08:52:20.568Z] + sort [2021-04-28T08:52:25.872Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-28T08:52:25.872Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-28T08:52:25.872Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-28T08:52:25.872Z] + '[' /w/workspace/edgex-go/8 ']' [2021-04-28T08:52:25.872Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-04-28T08:52:25.872Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-04-28T08:52:25.885Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-28T08:52:26.178Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:52:26.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T08:52:26.490Z] [2021-04-28T08:52:26.490Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:52:26.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T08:52:26.816Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-28T08:52:26.816Z] df20fa9351a1: Pulling fs layer [2021-04-28T08:52:26.816Z] 36b3adc4ff6f: Pulling fs layer [2021-04-28T08:52:26.816Z] 8ad3a11d3b57: Pulling fs layer [2021-04-28T08:52:26.816Z] 46f8f816bc3b: Pulling fs layer [2021-04-28T08:52:26.816Z] 93b61091891f: Pulling fs layer [2021-04-28T08:52:26.816Z] 93b9cdb0e59b: Pulling fs layer [2021-04-28T08:52:26.816Z] 5e14af77c1be: Pulling fs layer [2021-04-28T08:52:26.816Z] 01666e4c0597: Pulling fs layer [2021-04-28T08:52:26.816Z] aa168da1d23b: Pulling fs layer [2021-04-28T08:52:26.816Z] 93b9cdb0e59b: Waiting [2021-04-28T08:52:26.816Z] 01666e4c0597: Waiting [2021-04-28T08:52:26.816Z] 5e14af77c1be: Waiting [2021-04-28T08:52:26.816Z] 46f8f816bc3b: Waiting [2021-04-28T08:52:26.816Z] aa168da1d23b: Waiting [2021-04-28T08:52:26.816Z] 93b61091891f: Waiting [2021-04-28T08:52:26.816Z] 36b3adc4ff6f: Verifying Checksum [2021-04-28T08:52:26.816Z] 36b3adc4ff6f: Download complete [2021-04-28T08:52:26.816Z] 46f8f816bc3b: Verifying Checksum [2021-04-28T08:52:26.816Z] 46f8f816bc3b: Download complete [2021-04-28T08:52:27.081Z] df20fa9351a1: Verifying Checksum [2021-04-28T08:52:27.081Z] df20fa9351a1: Download complete [2021-04-28T08:52:27.081Z] 93b61091891f: Verifying Checksum [2021-04-28T08:52:27.081Z] 93b61091891f: Download complete [2021-04-28T08:52:27.081Z] 93b9cdb0e59b: Verifying Checksum [2021-04-28T08:52:27.081Z] 93b9cdb0e59b: Download complete [2021-04-28T08:52:27.346Z] 5e14af77c1be: Verifying Checksum [2021-04-28T08:52:27.346Z] 5e14af77c1be: Download complete [2021-04-28T08:52:27.346Z] 01666e4c0597: Verifying Checksum [2021-04-28T08:52:27.346Z] 01666e4c0597: Download complete [2021-04-28T08:52:27.346Z] 8ad3a11d3b57: Verifying Checksum [2021-04-28T08:52:27.346Z] 8ad3a11d3b57: Download complete [2021-04-28T08:52:27.346Z] df20fa9351a1: Pull complete [2021-04-28T08:52:27.617Z] 36b3adc4ff6f: Pull complete [2021-04-28T08:52:28.589Z] 8ad3a11d3b57: Pull complete [2021-04-28T08:52:29.549Z] aa168da1d23b: Verifying Checksum [2021-04-28T08:52:29.549Z] aa168da1d23b: Download complete [2021-04-28T08:52:30.122Z] 46f8f816bc3b: Pull complete [2021-04-28T08:52:32.675Z] 93b61091891f: Pull complete [2021-04-28T08:52:32.675Z] 93b9cdb0e59b: Pull complete [2021-04-28T08:52:32.675Z] 5e14af77c1be: Pull complete [2021-04-28T08:52:32.675Z] 01666e4c0597: Pull complete [2021-04-28T08:52:40.848Z] aa168da1d23b: Pull complete [2021-04-28T08:52:40.848Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-28T08:52:41.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T08:52:41.795Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-28T08:52:42.015Z] prd-centos7-docker-4c-2g-2179 does not seem to be running inside a container [2021-04-28T08:52:42.070Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-28T08:52:47.427Z] $ docker top d00873ebf5eb4418a9300a8c56f9a9981811e84736c20cf2c1487861ec775b89 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:52:47.944Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-28T08:52:48.267Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-28T08:52:48.568Z] + ls /var/log/sa-host [2021-04-28T08:52:48.568Z] + sadf -c /var/log/sa-host/sa23 [2021-04-28T08:52:48.568Z] file_magic: OK [2021-04-28T08:52:48.568Z] HZ: Using current value: 100 [2021-04-28T08:52:48.568Z] file_header: OK [2021-04-28T08:52:48.568Z] 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-04-28T08:52:48.568Z] Statistics: [2021-04-28T08:52:48.568Z] Hnuu...uuuununununu... [2021-04-28T08:52:48.568Z] File successfully converted to sysstat format version 12.2.1 [2021-04-28T08:52:48.568Z] + sadf -c /var/log/sa-host/sa28 [2021-04-28T08:52:48.568Z] file_magic: OK [2021-04-28T08:52:48.568Z] HZ: Using current value: 100 [2021-04-28T08:52:48.568Z] file_header: OK [2021-04-28T08:52:48.568Z] 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-04-28T08:52:48.568Z] Statistics: [2021-04-28T08:52:48.568Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-28T08:52:48.568Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-28T08:52:49.159Z] provisioning config files... [2021-04-28T08:52:49.200Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config5269845683902291781tmp [Pipeline] { [Pipeline] echo [2021-04-28T08:52:49.248Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:52:49.568Z] ---> create-netrc.sh [Pipeline] } [2021-04-28T08:52:49.578Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-28T08:52:49.605Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:52:49.939Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-28T08:52:49.951Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:52:50.257Z] ---> sudo-logs.sh [2021-04-28T08:52:50.257Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-28T08:52:50.283Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:52:50.583Z] ---> job-cost.sh [2021-04-28T08:52:50.583Z] lf-activate-venv: SKIPPING [2021-04-28T08:52:50.583Z] DEBUG: total: 0.20999999344348907 [2021-04-28T08:52:50.583Z] INFO: Retrieving Stack Cost... [2021-04-28T08:52:51.530Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-28T08:52:51.792Z] INFO: Archiving Costs [Pipeline] echo [2021-04-28T08:52:51.806Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:52:52.107Z] ---> logs-deploy.sh [2021-04-28T08:52:52.107Z] lf-activate-venv: SKIPPING [2021-04-28T08:52:52.107Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/8 [2021-04-28T08:52:52.107Z] INFO: archiving workspace using pattern(s): [2021-04-28T08:52:53.501Z] Archives upload complete. [2021-04-28T08:52:53.763Z] INFO: archiving logs to Nexus