Pull request #3404 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3718f1804264b4d9eff5b8dceaa8090d27be1d0a+d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 (76a509636108f02c9b20473d9d193f9552d20c30) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3404/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3404/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 ‘prd-centos7-docker-4c-2g-2152’ is offline; ‘prd-centos7-docker-4c-2g-2156’ is offline Running on prd-centos7-docker-4c-2g-2158 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 3718f1804264b4d9eff5b8dceaa8090d27be1d0a Merge succeeded, producing 3718f1804264b4d9eff5b8dceaa8090d27be1d0a Checking out Revision 3718f1804264b4d9eff5b8dceaa8090d27be1d0a (PR-3404) > 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/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # 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 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-28T06:05:22.333Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-28T06:05:22.527Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-28T06:05:22.639Z] ========================================================= [2021-04-28T06:05:22.639Z] EdgeX Global Pipelines Version Info [2021-04-28T06:05:22.639Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-28T06:05:24.276Z] ------------------- [2021-04-28T06:05:24.276Z] stable info: [2021-04-28T06:05:24.276Z] ------------------- [2021-04-28T06:05:24.276Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-28T06:05:24.276Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-28T06:05:24.276Z] Message: update stable to v1.0.186 [2021-04-28T06:05:25.225Z] ------------------- [2021-04-28T06:05:25.225Z] experimental info: [2021-04-28T06:05:25.225Z] ------------------- [2021-04-28T06:05:25.225Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-28T06:05:25.225Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-28T06:05:25.225Z] Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-28T06:05:25.446Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-28T06:05:25.499Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-28T06:05:25.552Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-28T06:05:25.605Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-28T06:05:25.661Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-28T06:05:25.714Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-28T06:05:25.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-28T06:05:25.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-28T06:05:25.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-28T06:05:25.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-28T06:05:26.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-28T06:05:26.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-28T06:05:26.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-28T06:05:26.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-28T06:05:26.233Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T06:05:26.292Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T06:05:26.347Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-28T06:05:26.404Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-28T06:05:26.460Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-28T06:05:26.523Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-28T06:05:26.578Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-28T06:05:26.670Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-28T06:05:26.729Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3404 [Pipeline] echo [2021-04-28T06:05:26.782Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3404 [Pipeline] echo [2021-04-28T06:05:26.857Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3404 [Pipeline] echo [2021-04-28T06:05:26.910Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3718f1804264b4d9eff5b8dceaa8090d27be1d0a [Pipeline] echo [2021-04-28T06:05:26.966Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3718f18 [Pipeline] echo [2021-04-28T06:05:27.022Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T06:05:27.166Z] provisioning config files... [2021-04-28T06:05:27.202Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4156858990030566969tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T06:05:27.582Z] ---> docker-login.sh [2021-04-28T06:05:27.582Z] nexus3.edgexfoundry.org:10001 [2021-04-28T06:05:27.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T06:05:28.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T06:05:28.116Z] Configure a credential helper to remove this warning. See [2021-04-28T06:05:28.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T06:05:28.116Z] [2021-04-28T06:05:28.116Z] Login Succeeded [2021-04-28T06:05:28.116Z] nexus3.edgexfoundry.org:10002 [2021-04-28T06:05:28.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T06:05:28.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T06:05:28.116Z] Configure a credential helper to remove this warning. See [2021-04-28T06:05:28.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T06:05:28.116Z] [2021-04-28T06:05:28.116Z] Login Succeeded [2021-04-28T06:05:28.116Z] nexus3.edgexfoundry.org:10003 [2021-04-28T06:05:28.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T06:05:28.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T06:05:28.380Z] Configure a credential helper to remove this warning. See [2021-04-28T06:05:28.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T06:05:28.380Z] [2021-04-28T06:05:28.380Z] Login Succeeded [2021-04-28T06:05:28.380Z] nexus3.edgexfoundry.org:10004 [2021-04-28T06:05:28.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T06:05:28.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T06:05:28.647Z] Configure a credential helper to remove this warning. See [2021-04-28T06:05:28.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T06:05:28.647Z] [2021-04-28T06:05:28.647Z] Login Succeeded [2021-04-28T06:05:28.647Z] docker.io [2021-04-28T06:05:28.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T06:05:29.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T06:05:29.175Z] Configure a credential helper to remove this warning. See [2021-04-28T06:05:29.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T06:05:29.175Z] [2021-04-28T06:05:29.175Z] Login Succeeded [2021-04-28T06:05:29.175Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T06:05:29.198Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T06:05:29.638Z] ++ 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-28T06:05:29.638Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T06:05:29.638Z] ++ dirname cmd/core-command/Dockerfile [2021-04-28T06:05:29.638Z] ++ cut -d/ -f2 [2021-04-28T06:05:29.638Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-28T06:05:29.638Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T06:05:29.638Z] ++ dirname cmd/core-data/Dockerfile [2021-04-28T06:05:29.638Z] ++ cut -d/ -f2 [2021-04-28T06:05:29.638Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-28T06:05:29.638Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T06:05:29.638Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-28T06:05:29.638Z] ++ cut -d/ -f2 [2021-04-28T06:05:29.638Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-28T06:05:29.638Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T06:05:29.638Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-28T06:05:29.638Z] ++ cut -d/ -f2 [2021-04-28T06:05:29.638Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-28T06:05:29.638Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T06:05:29.638Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-28T06:05:29.638Z] ++ cut -d/ -f2 [2021-04-28T06:05:29.638Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-28T06:05:29.638Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T06:05:29.638Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-28T06:05:29.638Z] ++ cut -d/ -f2 [2021-04-28T06:05:29.638Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-28T06:05:29.638Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T06:05:29.638Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-28T06:05:29.638Z] ++ cut -d/ -f2 [2021-04-28T06:05:29.638Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-28T06:05:29.638Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T06:05:29.638Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-28T06:05:29.638Z] ++ cut -d/ -f2 [2021-04-28T06:05:29.638Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-28T06:05:29.638Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T06:05:29.638Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-28T06:05:29.638Z] ++ cut -d/ -f2 [2021-04-28T06:05:29.638Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-28T06:05:29.739Z] 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-28T06:05:30.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T06:05:30.558Z] [2021-04-28T06:05:30.558Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:05:30.926Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T06:05:30.926Z] latest: Pulling from edgex-devops/git-semver [2021-04-28T06:05:30.926Z] 31603596830f: Pulling fs layer [2021-04-28T06:05:30.926Z] 54011a49482f: Pulling fs layer [2021-04-28T06:05:30.926Z] a6820b24f6d8: Pulling fs layer [2021-04-28T06:05:30.926Z] f581987b2513: Pulling fs layer [2021-04-28T06:05:30.926Z] f581987b2513: Waiting [2021-04-28T06:05:30.926Z] 54011a49482f: Verifying Checksum [2021-04-28T06:05:30.926Z] 54011a49482f: Download complete [2021-04-28T06:05:31.200Z] 31603596830f: Verifying Checksum [2021-04-28T06:05:31.201Z] 31603596830f: Download complete [2021-04-28T06:05:31.201Z] f581987b2513: Verifying Checksum [2021-04-28T06:05:31.201Z] f581987b2513: Download complete [2021-04-28T06:05:31.201Z] a6820b24f6d8: Verifying Checksum [2021-04-28T06:05:31.201Z] a6820b24f6d8: Download complete [2021-04-28T06:05:31.469Z] 31603596830f: Pull complete [2021-04-28T06:05:31.469Z] 54011a49482f: Pull complete [2021-04-28T06:05:32.422Z] a6820b24f6d8: Pull complete [2021-04-28T06:05:32.686Z] f581987b2513: Pull complete [2021-04-28T06:05:32.687Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-28T06:05:32.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T06:05:32.687Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-28T06:05:32.812Z] prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container [2021-04-28T06:05:32.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-28T06:05:35.609Z] $ docker top 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-28T06:05:35.966Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T06:05:35.966Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T06:05:36.210Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T06:05:36.214Z] $ docker exec 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 ssh-agent [2021-04-28T06:05:36.403Z] SSH_AUTH_SOCK=/tmp/ssh-wSA1kmauUkvD/agent.11 [2021-04-28T06:05:36.403Z] SSH_AGENT_PID=17 [2021-04-28T06:05:36.420Z] Running ssh-add (command line suppressed) [2021-04-28T06:05:36.550Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6915644563058494162.key (/w/workspace/edgex-go/1@tmp/private_key_6915644563058494162.key) [2021-04-28T06:05:36.605Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T06:05:36.967Z] + git tag --points-at HEAD [Pipeline] } [2021-04-28T06:05:36.998Z] $ docker exec --env ******** --env ******** 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 ssh-agent -k [2021-04-28T06:05:37.123Z] unset SSH_AUTH_SOCK; [2021-04-28T06:05:37.124Z] unset SSH_AGENT_PID; [2021-04-28T06:05:37.124Z] echo Agent pid 17 killed; [2021-04-28T06:05:37.190Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-28T06:05:37.276Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T06:05:37.276Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T06:05:37.453Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T06:05:37.458Z] $ docker exec 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 ssh-agent [2021-04-28T06:05:37.650Z] SSH_AUTH_SOCK=/tmp/ssh-wOcohG1miYbq/agent.46 [2021-04-28T06:05:37.650Z] SSH_AGENT_PID=51 [2021-04-28T06:05:37.657Z] Running ssh-add (command line suppressed) [2021-04-28T06:05:37.838Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2348246191779345398.key (/w/workspace/edgex-go/1@tmp/private_key_2348246191779345398.key) [2021-04-28T06:05:37.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T06:05:38.266Z] + git semver init [2021-04-28T06:05:38.266Z] # -> Open(): unable to determine branch for HEAD [2021-04-28T06:05:38.266Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-04-28T06:05:38.266Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-04-28T06:05:38.266Z] # $SEMVER_REMOTE_NAME = origin [2021-04-28T06:05:38.266Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-28T06:05:38.266Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-28T06:05:38.266Z] # $SEMVER_BRANCH = PR-3404 [2021-04-28T06:05:38.266Z] # $SEMVER_TEMP = /tmp/semver-584397593 [2021-04-28T06:05:38.266Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-28T06:06:00.353Z] # '/tmp/semver-584397593' -> '/w/workspace/edgex-go/1/.semver' [2021-04-28T06:06:00.353Z] # -> Force: false [2021-04-28T06:06:00.353Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-04-28T06:06:00.381Z] $ docker exec --env ******** --env ******** 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 ssh-agent -k [2021-04-28T06:06:00.736Z] unset SSH_AUTH_SOCK; [2021-04-28T06:06:00.737Z] unset SSH_AGENT_PID; [2021-04-28T06:06:00.737Z] echo Agent pid 51 killed; [2021-04-28T06:06:00.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T06:06:01.317Z] + git semver [Pipeline] } [2021-04-28T06:06:01.353Z] $ docker stop --time=1 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 [2021-04-28T06:06:03.451Z] $ docker rm -f 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T06:06:04.024Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-28T06:06:04.593Z] Stashed 1 file(s) [Pipeline] echo [2021-04-28T06:06:04.613Z] [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-28T06:06:05.580Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-28T06:06:05.904Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T06:06:06.239Z] + sudo service docker restart [2021-04-28T06:06:06.239Z] + true [2021-04-28T06:06:06.239Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-28T06:06:07.229Z] ========================================================= [2021-04-28T06:06:07.229Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-28T06:06:07.229Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:06:07.585Z] + 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-28T06:06:11.924Z] Sending build context to Docker daemon 329.6MB [2021-04-28T06:06:11.924Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T06:06:11.924Z] Step 2/6 : FROM ${BASE} [2021-04-28T06:06:11.924Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-28T06:06:11.924Z] 188c0c94c7c5: Pulling fs layer [2021-04-28T06:06:11.924Z] 0ef7d3d256c8: Pulling fs layer [2021-04-28T06:06:11.924Z] de9db76c5a1d: Pulling fs layer [2021-04-28T06:06:11.924Z] bca2f99d35d6: Pulling fs layer [2021-04-28T06:06:11.924Z] 93359f2a8cfa: Pulling fs layer [2021-04-28T06:06:11.924Z] 7c6f9722023f: Pulling fs layer [2021-04-28T06:06:11.924Z] a35cf1a2eb13: Pulling fs layer [2021-04-28T06:06:11.924Z] 93359f2a8cfa: Waiting [2021-04-28T06:06:11.924Z] 7c6f9722023f: Waiting [2021-04-28T06:06:11.924Z] bca2f99d35d6: Waiting [2021-04-28T06:06:11.924Z] de9db76c5a1d: Verifying Checksum [2021-04-28T06:06:11.924Z] de9db76c5a1d: Download complete [2021-04-28T06:06:11.924Z] 0ef7d3d256c8: Verifying Checksum [2021-04-28T06:06:11.924Z] 0ef7d3d256c8: Download complete [2021-04-28T06:06:11.924Z] 93359f2a8cfa: Verifying Checksum [2021-04-28T06:06:11.924Z] 93359f2a8cfa: Download complete [2021-04-28T06:06:11.924Z] 7c6f9722023f: Verifying Checksum [2021-04-28T06:06:11.924Z] 7c6f9722023f: Download complete [2021-04-28T06:06:12.218Z] 188c0c94c7c5: Download complete [2021-04-28T06:06:12.848Z] 188c0c94c7c5: Pull complete [2021-04-28T06:06:12.848Z] 0ef7d3d256c8: Pull complete [2021-04-28T06:06:13.118Z] de9db76c5a1d: Pull complete [2021-04-28T06:06:14.520Z] a35cf1a2eb13: Verifying Checksum [2021-04-28T06:06:14.520Z] a35cf1a2eb13: Download complete [2021-04-28T06:06:15.096Z] bca2f99d35d6: Verifying Checksum [2021-04-28T06:06:15.096Z] bca2f99d35d6: Download complete [2021-04-28T06:06:20.044Z] Still waiting to schedule task [2021-04-28T06:06:20.044Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-28T06:06:21.747Z] bca2f99d35d6: Pull complete [2021-04-28T06:06:21.747Z] 93359f2a8cfa: Pull complete [2021-04-28T06:06:22.028Z] 7c6f9722023f: Pull complete [2021-04-28T06:06:26.314Z] a35cf1a2eb13: Pull complete [2021-04-28T06:06:26.314Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-28T06:06:26.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-28T06:06:26.314Z] ---> a62c8e92a672 [2021-04-28T06:06:26.314Z] 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-28T06:06:26.580Z] ---> Running in fa4b2f21c84b [2021-04-28T06:06:27.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:06:28.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:06:28.693Z] (1/12) Installing libmagic (5.38-r0) [2021-04-28T06:06:29.641Z] (2/12) Installing file (5.38-r0) [2021-04-28T06:06:29.641Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-28T06:06:29.641Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-28T06:06:33.865Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-28T06:06:33.865Z] (6/12) Installing patch (2.7.6-r6) [2021-04-28T06:06:34.127Z] (7/12) Installing build-base (0.5-r2) [2021-04-28T06:06:34.127Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-28T06:06:34.127Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-28T06:06:34.389Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-28T06:06:34.389Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-28T06:06:34.653Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-28T06:06:34.653Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T06:06:34.653Z] OK: 233 MiB in 51 packages [2021-04-28T06:06:38.902Z] Removing intermediate container fa4b2f21c84b [2021-04-28T06:06:38.902Z] ---> 539d54ac7fca [2021-04-28T06:06:38.902Z] Step 4/6 : WORKDIR /edgex-go [2021-04-28T06:06:38.902Z] ---> Running in 9f2ce2b7c342 [2021-04-28T06:06:38.902Z] Removing intermediate container 9f2ce2b7c342 [2021-04-28T06:06:38.902Z] ---> ce99b78a96d6 [2021-04-28T06:06:38.902Z] Step 5/6 : COPY go.mod . [2021-04-28T06:06:39.190Z] ---> f723c8a50f51 [2021-04-28T06:06:39.190Z] Step 6/6 : RUN go mod download [2021-04-28T06:06:39.190Z] ---> Running in ceb66b2608d0 [2021-04-28T06:07:01.247Z] Removing intermediate container ceb66b2608d0 [2021-04-28T06:07:01.247Z] ---> 1189524a43fe [2021-04-28T06:07:01.247Z] Successfully built 1189524a43fe [2021-04-28T06:07:01.247Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:07:01.615Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T06:07:01.615Z] . [Pipeline] withDockerContainer [2021-04-28T06:07:01.796Z] prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container [2021-04-28T06:07:01.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-04-28T06:07:02.946Z] $ docker top 17aba64ddcdc21b61ceb8bb9f34fc5f621ea8cd7112787e754d67a2024b66133 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T06:07:03.560Z] + go version [2021-04-28T06:07:03.560Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-28T06:07:03.591Z] $ docker stop --time=1 17aba64ddcdc21b61ceb8bb9f34fc5f621ea8cd7112787e754d67a2024b66133 [2021-04-28T06:07:04.977Z] $ docker rm -f 17aba64ddcdc21b61ceb8bb9f34fc5f621ea8cd7112787e754d67a2024b66133 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:07:05.862Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T06:07:05.862Z] . [Pipeline] withDockerContainer [2021-04-28T06:07:05.996Z] prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container [2021-04-28T06:07:06.047Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-04-28T06:07:07.188Z] $ docker top 1e046ef9245df4bbf81806686d5777cd809b0f2315777397ebe40c10cf91ffd5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-28T06:07:07.393Z] ========================================================= [2021-04-28T06:07:07.393Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-28T06:07:07.393Z] ========================================================= [Pipeline] sh [2021-04-28T06:07:07.716Z] + make test [2021-04-28T06:07:07.716Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-28T06:07:18.076Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-28T06:07:40.198Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-28T06:07:40.198Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-28T06:07:42.799Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-28T06:07:42.799Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-28T06:07:44.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-28T06:07:44.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-28T06:07:44.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-28T06:07:44.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-28T06:07:45.237Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-28T06:07:45.833Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-28T06:07:49.191Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-28T06:07:49.191Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-28T06:07:49.191Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-28T06:07:51.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements [2021-04-28T06:07:51.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-28T06:07:51.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-28T06:07:51.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-28T06:07:51.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-28T06:07:51.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-28T06:07:51.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-28T06:07:51.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.059s coverage: 19.8% of statements [2021-04-28T06:07:51.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements [2021-04-28T06:07:56.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-28T06:07:56.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.111s coverage: 100.0% of statements [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-28T06:07:56.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-28T06:07:56.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 71.3% of statements [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-28T06:07:56.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-28T06:07:56.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.195s coverage: 87.7% of statements [2021-04-28T06:07:56.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-28T06:07:56.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T06:07:56.137Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements [2021-04-28T06:07:56.137Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-28T06:07:59.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.385s coverage: 28.6% of statements [2021-04-28T06:07:59.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-28T06:07:59.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-28T06:07:59.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-28T06:07:59.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-28T06:07:59.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-28T06:07:59.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements [2021-04-28T06:07:59.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-28T06:07:59.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-04-28T06:07:59.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-28T06:07:59.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.156s coverage: 86.7% of statements [2021-04-28T06:07:59.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-28T06:07:59.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements [2021-04-28T06:07:59.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-28T06:07:59.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-04-28T06:07:59.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-28T06:07:59.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-28T06:07:59.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-28T06:07:59.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-28T06:08:02.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.473s coverage: 95.1% of statements [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-28T06:08:02.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-28T06:08:02.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.118s coverage: 0.9% of statements [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-28T06:08:02.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-28T06:08:02.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements [2021-04-28T06:08:02.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements [2021-04-28T06:08:02.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements [2021-04-28T06:08:03.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.181s coverage: 96.3% of statements [2021-04-28T06:08:03.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements [2021-04-28T06:08:15.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.105s coverage: 94.4% of statements [2021-04-28T06:08:15.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.073s coverage: 44.8% of statements [2021-04-28T06:08:19.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.297s coverage: 81.8% of statements [2021-04-28T06:08:19.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.116s coverage: 92.9% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.076s coverage: 84.6% of statements [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.6% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.224s coverage: 64.4% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.367s coverage: 69.0% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 38.4% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.057s coverage: 9.6% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-28T06:08:27.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 92.6% of statements [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T06:08:27.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-28T06:08:28.858Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.851s coverage: 28.7% of statements [2021-04-28T06:08:28.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-28T06:08:28.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-28T06:08:28.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-28T06:08:28.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-28T06:08:28.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-28T06:08:28.858Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-04-28T06:08:28.858Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-28T06:08:28.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2021-04-28T06:08:28.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-28T06:08:28.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-28T06:08:28.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-28T06:08:28.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.088s coverage: 64.6% of statements [2021-04-28T06:08:28.859Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-28T06:08:29.141Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.163s coverage: 97.6% of statements [2021-04-28T06:08:29.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-28T06:08:29.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T06:08:29.141Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-28T06:08:29.141Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-04-28T06:08:29.141Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-28T06:08:29.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-04-28T06:08:29.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-28T06:08:29.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-28T06:08:29.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-28T06:08:29.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-28T06:08:29.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-04-28T06:08:29.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-28T06:08:29.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-28T06:08:29.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-04-28T06:08:30.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 28.1% of statements [2021-04-28T06:08:30.525Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-04-28T06:08:30.799Z] GO111MODULE=on go vet ./... [2021-04-28T06:08:56.435Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2165 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws [2021-04-28T06:08:56.502Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-04-28T06:09:02.502Z] using credential edgex-jenkins-ssh [2021-04-28T06:09:02.524Z] Cloning the remote Git repository [2021-04-28T06:09:02.587Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-28T06:09:02.723Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-04-28T06:09:02.814Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T06:09:02.815Z] > git --version # timeout=10 [2021-04-28T06:09:02.836Z] > git --version # 'git version 2.17.1' [2021-04-28T06:09:02.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T06:09:03.129Z] gofmt -l . [2021-04-28T06:09:03.129Z] [ "`gofmt -l .`" = "" ] [2021-04-28T06:09:03.129Z] ./bin/test-go-mod-tidy.sh [2021-04-28T06:09:03.129Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-28T06:09:03.596Z] + ls -al . [2021-04-28T06:09:03.596Z] total 800 [2021-04-28T06:09:03.596Z] drwxrwxr-x 10 1001 1001 4096 Apr 28 06:09 . [2021-04-28T06:09:03.596Z] drwxr-xr-x 4 root root 28 Apr 28 06:07 .. [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 11 Apr 28 06:05 .dockerignore [2021-04-28T06:09:03.596Z] drwxrwxr-x 8 1001 1001 179 Apr 28 06:05 .git [2021-04-28T06:09:03.596Z] drwxrwxr-x 3 1001 1001 125 Apr 28 06:05 .github [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 818 Apr 28 06:05 .gitignore [2021-04-28T06:09:03.596Z] drwx------ 3 1001 1001 60 Apr 28 06:05 .semver [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 166 Apr 28 06:05 .sonarcloud.properties [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 8609 Apr 28 06:05 Attribution.txt [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 3804 Apr 28 06:05 CONTRIBUTING.md [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 931 Apr 28 06:05 Dockerfile.build [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 863 Apr 28 06:05 Jenkinsfile [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 10775 Apr 28 06:05 LICENSE [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 5774 Apr 28 06:05 Makefile [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 7978 Apr 28 06:05 README.md [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 6755 Apr 28 06:05 SECURITY.md [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 5 Apr 28 06:06 VERSION [2021-04-28T06:09:03.596Z] -rw-rw-r-- 1 1001 1001 4131 Apr 28 06:05 ZMQWindows.md [2021-04-28T06:09:03.596Z] drwxrwxr-x 2 1001 1001 117 Apr 28 06:05 bin [2021-04-28T06:09:03.596Z] drwxrwxr-x 14 1001 1001 4096 Apr 28 06:05 cmd [2021-04-28T06:09:03.596Z] -rw-r--r-- 1 root root 689628 Apr 28 06:08 coverage.out [2021-04-28T06:09:03.596Z] -rw-r--r-- 1 root root 1060 Apr 28 06:09 go.mod [2021-04-28T06:09:03.596Z] -rw-r--r-- 1 root root 21862 Apr 28 06:09 go.sum [2021-04-28T06:09:03.597Z] drwxrwxr-x 8 1001 1001 127 Apr 28 06:05 internal [2021-04-28T06:09:03.597Z] drwxrwxr-x 4 1001 1001 26 Apr 28 06:05 openapi [2021-04-28T06:09:03.597Z] drwxrwxr-x 4 1001 1001 71 Apr 28 06:05 snap [2021-04-28T06:09:03.597Z] -rw-rw-r-- 1 1001 1001 168 Apr 28 06:05 version.go [Pipeline] sh [2021-04-28T06:09:04.101Z] + '[' -e coverage.out ] [2021-04-28T06:09:04.101Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-28T06:09:02.891Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T06:09:04.405Z] Stashed 1 file(s) [Pipeline] sh [2021-04-28T06:09:04.734Z] + make build [2021-04-28T06:09:04.735Z] 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-28T06:09:10.090Z] 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-28T06:09:20.271Z] 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-28T06:09:20.862Z] 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-28T06:09:22.803Z] 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-28T06:09:23.070Z] 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-28T06:09:25.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-28T06:09:26.966Z] 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-28T06:09:28.912Z] 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-28T06:09:30.317Z] 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-28T06:09:31.324Z] 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-28T06:09:32.725Z] 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-28T06:09:33.824Z] Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:09:34.226Z] Merge succeeded, producing 3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:09:34.227Z] Checking out Revision 3718f1804264b4d9eff5b8dceaa8090d27be1d0a (PR-3404) [Pipeline] } [2021-04-28T06:09:35.355Z] $ docker stop --time=1 1e046ef9245df4bbf81806686d5777cd809b0f2315777397ebe40c10cf91ffd5 [2021-04-28T06:09:33.046Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T06:09:33.064Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T06:09:33.095Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T06:09:33.130Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T06:09:33.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T06:09:33.141Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T06:09:33.843Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T06:09:33.854Z] > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 [2021-04-28T06:09:34.157Z] > git remote # timeout=10 [2021-04-28T06:09:34.171Z] > git config --get remote.origin.url # timeout=10 [2021-04-28T06:09:34.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T06:09:34.194Z] > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 [2021-04-28T06:09:34.216Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-28T06:09:34.236Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T06:09:34.252Z] > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 [2021-04-28T06:09:37.149Z] $ docker rm -f 1e046ef9245df4bbf81806686d5777cd809b0f2315777397ebe40c10cf91ffd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-28T06:09:38.614Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-04-28T06:09:38.670Z] > git --version # timeout=10 [2021-04-28T06:09:38.679Z] > git --version # 'git version 2.17.1' [2021-04-28T06:09:38.690Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-28T06:09:40.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T06:09:40.203Z] [2021-04-28T06:09:40.203Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:09:41.242Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-04-28T06:09:41.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T06:09:41.318Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-28T06:09:41.318Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-28T06:09:41.318Z] ca9280d653b3: Pulling fs layer [2021-04-28T06:09:41.318Z] 7e9c9ca2126c: Pulling fs layer [2021-04-28T06:09:41.318Z] cbdbe7a5bc2a: Download complete [Pipeline] sh [2021-04-28T06:09:41.672Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T06:09:41.898Z] cbdbe7a5bc2a: Pull complete [2021-04-28T06:09:42.029Z] + + true [2021-04-28T06:09:42.029Z] sudo service docker restart [2021-04-28T06:09:42.161Z] ca9280d653b3: Verifying Checksum [2021-04-28T06:09:42.161Z] ca9280d653b3: Download complete [2021-04-28T06:09:43.115Z] 7e9c9ca2126c: Download complete [2021-04-28T06:09:43.385Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T06:09:44.110Z] provisioning config files... [2021-04-28T06:09:44.155Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1591037991623540482tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T06:09:44.613Z] ---> docker-login.sh [2021-04-28T06:09:44.613Z] nexus3.edgexfoundry.org:10001 [2021-04-28T06:09:45.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T06:09:45.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T06:09:45.872Z] Configure a credential helper to remove this warning. See [2021-04-28T06:09:45.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T06:09:45.872Z] [2021-04-28T06:09:45.872Z] Login Succeeded [2021-04-28T06:09:45.872Z] nexus3.edgexfoundry.org:10002 [2021-04-28T06:09:46.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T06:09:46.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T06:09:46.425Z] Configure a credential helper to remove this warning. See [2021-04-28T06:09:46.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T06:09:46.425Z] [2021-04-28T06:09:46.425Z] Login Succeeded [2021-04-28T06:09:46.425Z] nexus3.edgexfoundry.org:10003 [2021-04-28T06:09:46.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T06:09:46.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T06:09:46.972Z] Configure a credential helper to remove this warning. See [2021-04-28T06:09:46.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T06:09:46.972Z] [2021-04-28T06:09:46.972Z] Login Succeeded [2021-04-28T06:09:46.972Z] nexus3.edgexfoundry.org:10004 [2021-04-28T06:09:47.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T06:09:47.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T06:09:47.521Z] Configure a credential helper to remove this warning. See [2021-04-28T06:09:47.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T06:09:47.521Z] [2021-04-28T06:09:47.521Z] Login Succeeded [2021-04-28T06:09:47.521Z] docker.io [2021-04-28T06:09:47.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T06:09:48.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T06:09:48.076Z] Configure a credential helper to remove this warning. See [2021-04-28T06:09:48.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T06:09:48.076Z] [2021-04-28T06:09:48.076Z] Login Succeeded [2021-04-28T06:09:48.076Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T06:09:48.106Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-28T06:09:48.523Z] ========================================================= [2021-04-28T06:09:48.523Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-28T06:09:48.523Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:09:48.909Z] + 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-28T06:09:51.555Z] Sending build context to Docker daemon 167.4MB [2021-04-28T06:09:51.555Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T06:09:51.555Z] Step 2/6 : FROM ${BASE} [2021-04-28T06:09:51.555Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-28T06:09:51.555Z] 5f621e34cdf4: Pulling fs layer [2021-04-28T06:09:51.555Z] a4357932f1b6: Pulling fs layer [2021-04-28T06:09:51.555Z] 18c013af1878: Pulling fs layer [2021-04-28T06:09:51.555Z] 00ac8860ef70: Pulling fs layer [2021-04-28T06:09:51.555Z] 63d7cb157983: Pulling fs layer [2021-04-28T06:09:51.555Z] b116817d02f9: Pulling fs layer [2021-04-28T06:09:51.555Z] 745a02a5169b: Pulling fs layer [2021-04-28T06:09:51.555Z] 00ac8860ef70: Waiting [2021-04-28T06:09:51.555Z] 63d7cb157983: Waiting [2021-04-28T06:09:51.555Z] b116817d02f9: Waiting [2021-04-28T06:09:51.555Z] 745a02a5169b: Waiting [2021-04-28T06:09:51.555Z] 18c013af1878: Verifying Checksum [2021-04-28T06:09:51.555Z] 18c013af1878: Download complete [2021-04-28T06:09:51.555Z] a4357932f1b6: Download complete [2021-04-28T06:09:51.555Z] 63d7cb157983: Verifying Checksum [2021-04-28T06:09:51.555Z] 63d7cb157983: Download complete [2021-04-28T06:09:51.555Z] b116817d02f9: Verifying Checksum [2021-04-28T06:09:51.555Z] b116817d02f9: Download complete [2021-04-28T06:09:51.555Z] 5f621e34cdf4: Verifying Checksum [2021-04-28T06:09:51.555Z] 5f621e34cdf4: Download complete [2021-04-28T06:09:51.586Z] 7e9c9ca2126c: Pull complete [2021-04-28T06:09:51.586Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-28T06:09:51.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T06:09:51.586Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-28T06:09:51.751Z] prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container [2021-04-28T06:09:51.806Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-28T06:09:52.156Z] 5f621e34cdf4: Pull complete [2021-04-28T06:09:52.434Z] a4357932f1b6: Pull complete [2021-04-28T06:09:53.045Z] 18c013af1878: Pull complete [2021-04-28T06:09:54.026Z] 745a02a5169b: Verifying Checksum [2021-04-28T06:09:54.026Z] 745a02a5169b: Download complete [2021-04-28T06:09:54.620Z] 00ac8860ef70: Verifying Checksum [2021-04-28T06:09:54.620Z] 00ac8860ef70: Download complete [2021-04-28T06:09:54.815Z] $ docker top 6e6072dba4464148f819af6d4995eec491b5260468eeb61d821c4d641d794fdd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T06:09:55.441Z] + docker-compose build --help [2021-04-28T06:09:55.441Z] + grep parallel [2021-04-28T06:09:56.390Z] --parallel Build images in parallel. [Pipeline] } [2021-04-28T06:09:56.683Z] $ docker stop --time=1 6e6072dba4464148f819af6d4995eec491b5260468eeb61d821c4d641d794fdd [2021-04-28T06:09:58.602Z] $ docker rm -f 6e6072dba4464148f819af6d4995eec491b5260468eeb61d821c4d641d794fdd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:09:59.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T06:09:59.324Z] . [Pipeline] withDockerContainer [2021-04-28T06:09:59.462Z] prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container [2021-04-28T06:09:59.528Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-28T06:10:00.419Z] $ docker top 2dc102d3bed3ec5e0b80f802e19ef36cd5c2441af731d7f7ff035cc9a16b633c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T06:10:00.952Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-28T06:10:01.903Z] Building docker-core-command-go ... [2021-04-28T06:10:01.903Z] Building docker-core-data-go ... [2021-04-28T06:10:01.903Z] Building docker-core-metadata-go ... [2021-04-28T06:10:01.903Z] Building docker-security-bootstrapper-go ... [2021-04-28T06:10:01.903Z] Building docker-security-proxy-setup-go ... [2021-04-28T06:10:01.903Z] Building docker-security-secretstore-setup-go ... [2021-04-28T06:10:01.903Z] Building docker-support-notifications-go ... [2021-04-28T06:10:01.903Z] Building docker-support-scheduler-go ... [2021-04-28T06:10:01.903Z] Building docker-sys-mgmt-agent-go ... [2021-04-28T06:10:01.903Z] Building docker-core-data-go [2021-04-28T06:10:01.903Z] Building docker-security-bootstrapper-go [2021-04-28T06:10:01.903Z] Building docker-security-secretstore-setup-go [2021-04-28T06:10:01.903Z] Building docker-security-proxy-setup-go [2021-04-28T06:10:01.903Z] Building docker-sys-mgmt-agent-go [2021-04-28T06:10:04.792Z] 00ac8860ef70: Pull complete [2021-04-28T06:10:05.066Z] 63d7cb157983: Pull complete [2021-04-28T06:10:05.338Z] b116817d02f9: Pull complete [2021-04-28T06:10:09.662Z] 745a02a5169b: Pull complete [2021-04-28T06:10:09.662Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-28T06:10:09.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-28T06:10:09.662Z] ---> b7e6874047d6 [2021-04-28T06:10:09.662Z] 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-28T06:10:12.314Z] ---> Running in 82f6e796341d [2021-04-28T06:10:13.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:10:14.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:10:15.084Z] (1/12) Installing libmagic (5.38-r0) [2021-04-28T06:10:15.084Z] (2/12) Installing file (5.38-r0) [2021-04-28T06:10:15.356Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-28T06:10:15.356Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-28T06:10:20.752Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-28T06:10:20.752Z] (6/12) Installing patch (2.7.6-r6) [2021-04-28T06:10:20.752Z] (7/12) Installing build-base (0.5-r2) [2021-04-28T06:10:20.752Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-28T06:10:20.752Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-28T06:10:20.752Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-28T06:10:20.752Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-28T06:10:20.752Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-28T06:10:20.752Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T06:10:20.752Z] OK: 217 MiB in 51 packages [2021-04-28T06:10:25.081Z] Removing intermediate container 82f6e796341d [2021-04-28T06:10:25.081Z] ---> 48fd80fdbb39 [2021-04-28T06:10:25.081Z] Step 4/6 : WORKDIR /edgex-go [2021-04-28T06:10:25.081Z] ---> Running in 5e23caa7e8a1 [2021-04-28T06:10:25.355Z] Removing intermediate container 5e23caa7e8a1 [2021-04-28T06:10:25.355Z] ---> e98e45b4ef38 [2021-04-28T06:10:25.355Z] Step 5/6 : COPY go.mod . [2021-04-28T06:10:25.962Z] ---> 3fd593d2e5b7 [2021-04-28T06:10:25.962Z] Step 6/6 : RUN go mod download [2021-04-28T06:10:26.235Z] ---> Running in 6526cd1d706d [2021-04-28T06:10:40.900Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:10:40.900Z] [2021-04-28T06:10:40.900Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:10:40.900Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:10:40.900Z] ---> 1189524a43fe [2021-04-28T06:10:40.900Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T06:10:40.900Z] ---> 1189524a43fe [2021-04-28T06:10:40.900Z] Step 3/21 : WORKDIR /edgex-go [2021-04-28T06:10:40.900Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:10:40.900Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:10:40.900Z] ---> 1189524a43fe [2021-04-28T06:10:40.900Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T06:10:40.900Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:10:40.900Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:10:40.900Z] ---> 1189524a43fe [2021-04-28T06:10:40.900Z] Step 3/24 : WORKDIR /edgex-go [2021-04-28T06:10:40.900Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:10:40.900Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:10:40.900Z] ---> 1189524a43fe [2021-04-28T06:10:40.900Z] Step 3/31 : WORKDIR /edgex-go [2021-04-28T06:10:41.218Z] ---> Running in f8b7cac32e08 [2021-04-28T06:10:41.218Z] ---> Running in d555360441fb [2021-04-28T06:10:41.218Z] ---> Running in 8268c87fd937 [2021-04-28T06:10:41.218Z] ---> Running in 5e869c86941a [2021-04-28T06:10:41.218Z] ---> Running in 78ef1f113b8b [2021-04-28T06:10:41.810Z] Removing intermediate container 5e869c86941a [2021-04-28T06:10:41.810Z] ---> e04c75d65203 [2021-04-28T06:10:41.810Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:10:41.810Z] Removing intermediate container f8b7cac32e08 [2021-04-28T06:10:41.810Z] ---> b947e71d13cf [2021-04-28T06:10:41.810Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:10:41.810Z] Removing intermediate container 78ef1f113b8b [2021-04-28T06:10:41.810Z] ---> 6fca0287d829 [2021-04-28T06:10:41.810Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:10:41.810Z] Removing intermediate container 8268c87fd937 [2021-04-28T06:10:41.810Z] ---> d6b9231acaf4 [2021-04-28T06:10:41.810Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:10:41.810Z] Removing intermediate container d555360441fb [2021-04-28T06:10:41.810Z] ---> 988c62694632 [2021-04-28T06:10:41.810Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:10:42.074Z] ---> Running in 946fe6f1e5d9 [2021-04-28T06:10:42.074Z] ---> Running in 56b4468222f0 [2021-04-28T06:10:42.074Z] ---> Running in cd2e1a04bbe5 [2021-04-28T06:10:42.074Z] ---> Running in a9a4c1ccd521 [2021-04-28T06:10:42.074Z] ---> Running in 63df3cbaa5e7 [2021-04-28T06:10:44.703Z] Removing intermediate container 56b4468222f0 [2021-04-28T06:10:44.703Z] ---> 34f899b334a4 [2021-04-28T06:10:44.703Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-28T06:10:44.703Z] Removing intermediate container cd2e1a04bbe5 [2021-04-28T06:10:44.703Z] ---> fb0ecbaeb3e7 [2021-04-28T06:10:44.703Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-28T06:10:44.703Z] Removing intermediate container 946fe6f1e5d9 [2021-04-28T06:10:44.703Z] ---> d259d660b70a [2021-04-28T06:10:44.703Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-28T06:10:45.012Z] ---> Running in 9957be58ccec [2021-04-28T06:10:45.012Z] ---> Running in 866f597cad1d [2021-04-28T06:10:45.012Z] Removing intermediate container a9a4c1ccd521 [2021-04-28T06:10:45.012Z] ---> f9b25b6a0451 [2021-04-28T06:10:45.012Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-28T06:10:45.012Z] ---> Running in 570b05ced3ee [2021-04-28T06:10:45.012Z] Removing intermediate container 63df3cbaa5e7 [2021-04-28T06:10:45.012Z] ---> d62516661fc5 [2021-04-28T06:10:45.012Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-28T06:10:45.344Z] ---> Running in 94113968c5e2 [2021-04-28T06:10:45.344Z] ---> Running in 731819bba7df [2021-04-28T06:10:46.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:10:46.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:10:46.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:10:46.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:10:46.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:10:46.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:10:46.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:10:47.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:10:47.337Z] OK: 233 MiB in 51 packages [2021-04-28T06:10:47.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:10:47.610Z] OK: 233 MiB in 51 packages [2021-04-28T06:10:47.610Z] OK: 233 MiB in 51 packages [2021-04-28T06:10:47.876Z] OK: 233 MiB in 51 packages [2021-04-28T06:10:47.876Z] Removing intermediate container 9957be58ccec [2021-04-28T06:10:47.876Z] ---> 2e4615e5cb2c [2021-04-28T06:10:47.876Z] Step 6/23 : COPY go.mod . [2021-04-28T06:10:48.472Z] ---> 35dbb799913c [2021-04-28T06:10:48.472Z] Step 7/23 : RUN go mod download [2021-04-28T06:10:48.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:10:48.472Z] ---> Running in cff742a31343 [2021-04-28T06:10:48.749Z] Removing intermediate container 570b05ced3ee [2021-04-28T06:10:48.749Z] ---> f2be0e29bfdb [2021-04-28T06:10:48.749Z] Step 6/21 : COPY go.mod . [2021-04-28T06:10:48.749Z] Removing intermediate container 866f597cad1d [2021-04-28T06:10:48.749Z] ---> 3c675869a5f9 [2021-04-28T06:10:48.749Z] Step 6/23 : COPY go.mod . [2021-04-28T06:10:49.022Z] Removing intermediate container 94113968c5e2 [2021-04-28T06:10:49.022Z] ---> cd4973ce0267 [2021-04-28T06:10:49.022Z] Step 6/31 : COPY go.mod . [2021-04-28T06:10:49.022Z] OK: 233 MiB in 51 packages [2021-04-28T06:10:49.022Z] ---> 72bf7c0e01b7 [2021-04-28T06:10:49.022Z] Step 7/21 : RUN go mod download [2021-04-28T06:10:49.022Z] ---> 4843703a2f3d [2021-04-28T06:10:49.022Z] Step 7/23 : RUN go mod download [2021-04-28T06:10:49.022Z] ---> Running in 774ddf7f870c [2021-04-28T06:10:49.289Z] ---> Running in 2e1232caf6e5 [2021-04-28T06:10:49.289Z] ---> 575e4dcc3f9e [2021-04-28T06:10:49.289Z] Step 7/31 : RUN go mod download [2021-04-28T06:10:49.566Z] ---> Running in 5debaade2f43 [2021-04-28T06:10:50.168Z] Removing intermediate container 731819bba7df [2021-04-28T06:10:50.168Z] ---> aa5bb9dea07f [2021-04-28T06:10:50.168Z] Step 6/24 : COPY go.mod . [2021-04-28T06:10:50.785Z] ---> 6d930f3768fb [2021-04-28T06:10:50.785Z] Step 7/24 : RUN go mod download [2021-04-28T06:10:50.785Z] ---> Running in d42d8b648cf4 [2021-04-28T06:10:51.053Z] Removing intermediate container cff742a31343 [2021-04-28T06:10:51.053Z] ---> 10d69641c52f [2021-04-28T06:10:51.053Z] Step 8/23 : COPY . . [2021-04-28T06:10:51.319Z] Removing intermediate container 774ddf7f870c [2021-04-28T06:10:51.319Z] ---> 961066d4367d [2021-04-28T06:10:51.319Z] Step 8/21 : COPY . . [2021-04-28T06:10:53.054Z] Removing intermediate container 6526cd1d706d [2021-04-28T06:10:53.054Z] ---> a6894bab5b6b [2021-04-28T06:10:53.054Z] Successfully built a6894bab5b6b [2021-04-28T06:10:53.054Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:10:53.430Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T06:10:53.430Z] . [Pipeline] withDockerContainer [2021-04-28T06:10:53.746Z] prd-ubuntu18.04-docker-arm64-4c-16g-2165 does not seem to be running inside a container [2021-04-28T06:10:53.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-04-28T06:10:54.693Z] Removing intermediate container 2e1232caf6e5 [2021-04-28T06:10:54.693Z] ---> c0d333bb14ed [2021-04-28T06:10:54.693Z] Step 8/23 : COPY . . [2021-04-28T06:10:55.302Z] $ docker top 7c4a8a47d4ca3495b8fc99d4d9bfb3d3ee527bed10b515207b5cee0514b6903e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T06:10:56.133Z] Removing intermediate container 5debaade2f43 [2021-04-28T06:10:56.133Z] ---> b8b2ec64fed7 [2021-04-28T06:10:56.133Z] Step 8/31 : COPY . . [2021-04-28T06:10:56.318Z] + go version [2021-04-28T06:10:56.318Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-28T06:10:56.357Z] $ docker stop --time=1 7c4a8a47d4ca3495b8fc99d4d9bfb3d3ee527bed10b515207b5cee0514b6903e [2021-04-28T06:10:58.215Z] $ docker rm -f 7c4a8a47d4ca3495b8fc99d4d9bfb3d3ee527bed10b515207b5cee0514b6903e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:10:59.159Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T06:10:59.159Z] . [Pipeline] withDockerContainer [2021-04-28T06:10:59.436Z] prd-ubuntu18.04-docker-arm64-4c-16g-2165 does not seem to be running inside a container [2021-04-28T06:10:59.516Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-04-28T06:11:00.943Z] $ docker top 9bbfc8b7f5cda55033257bb36406cd6c56cc715182d08d0647b0d14644bbc571 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-28T06:11:01.313Z] ========================================================= [2021-04-28T06:11:01.313Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-28T06:11:01.313Z] ========================================================= [Pipeline] sh [2021-04-28T06:11:01.984Z] + make test [2021-04-28T06:11:01.984Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-28T06:11:04.359Z] Removing intermediate container d42d8b648cf4 [2021-04-28T06:11:04.359Z] ---> 2f241f815158 [2021-04-28T06:11:04.359Z] Step 8/24 : COPY . . [2021-04-28T06:11:24.299Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-28T06:11:37.234Z] ---> e6d00be3ddcb [2021-04-28T06:11:37.234Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> acaceec0acec [2021-04-28T06:11:37.234Z] [2021-04-28T06:11:37.234Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-28T06:11:37.234Z] ---> Running in 378dd51537e0 [2021-04-28T06:11:37.234Z] ---> Running in 0bf75991c4db [2021-04-28T06:11:37.234Z] ---> 81bcbf8ecc34 [2021-04-28T06:11:37.234Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-28T06:11:37.509Z] ---> 1b25854eb45b [2021-04-28T06:11:37.509Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-28T06:11:38.103Z] ---> Running in 49382b0711a4 [2021-04-28T06:11:38.374Z] ---> Running in 95bff79e79f9 [2021-04-28T06:11:38.374Z] ---> 9752220733b7 [2021-04-28T06:11:38.374Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-28T06:11:38.650Z] ---> Running in 5ae844092363 [2021-04-28T06:11:39.240Z] 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-28T06:11:39.240Z] 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-28T06:11:39.240Z] 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-28T06:11:39.240Z] 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-28T06:11:39.516Z] 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-28T06:12:18.489Z] 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-28T06:12:18.489Z] 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-28T06:12:20.913Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-28T06:12:20.913Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-28T06:12:22.800Z] Removing intermediate container 0bf75991c4db [2021-04-28T06:12:22.800Z] ---> 5871b549cd19 [2021-04-28T06:12:22.800Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-28T06:12:23.394Z] Removing intermediate container 95bff79e79f9 [2021-04-28T06:12:23.394Z] ---> 48bda6ab8550 [2021-04-28T06:12:23.394Z] [2021-04-28T06:12:23.394Z] Step 10/31 : FROM alpine:3.12 [2021-04-28T06:12:23.661Z] 3.12: Pulling from library/alpine [2021-04-28T06:12:23.661Z] ---> Running in 0d276ce9b3f1 [2021-04-28T06:12:26.232Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T06:12:26.232Z] 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-28T06:12:26.232Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T06:12:26.232Z] ---> 13621d1b12d4 [2021-04-28T06:12:26.232Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-28T06:12:27.655Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-28T06:12:27.655Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-28T06:12:28.818Z] ---> Running in 545f13f84858 [2021-04-28T06:12:28.818Z] Removing intermediate container 378dd51537e0 [2021-04-28T06:12:28.818Z] ---> 0a75dd4377be [2021-04-28T06:12:28.818Z] [2021-04-28T06:12:28.818Z] Step 10/21 : FROM alpine:3.12 [2021-04-28T06:12:28.818Z] ---> 13621d1b12d4 [2021-04-28T06:12:28.818Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-28T06:12:28.818Z] Removing intermediate container 5ae844092363 [2021-04-28T06:12:28.818Z] ---> 24271574bc3a [2021-04-28T06:12:28.818Z] [2021-04-28T06:12:28.818Z] Step 10/24 : FROM alpine:3.12 [2021-04-28T06:12:28.818Z] ---> 13621d1b12d4 [2021-04-28T06:12:28.818Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-28T06:12:28.818Z] ---> Running in 2ecdb82730d4 [2021-04-28T06:12:28.818Z] ---> Running in 7699f4e4112e [2021-04-28T06:12:28.818Z] Removing intermediate container 545f13f84858 [2021-04-28T06:12:28.818Z] ---> 83e8fa3f29a5 [2021-04-28T06:12:28.818Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-28T06:12:29.645Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-28T06:12:29.645Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-28T06:12:29.645Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-28T06:12:30.248Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-28T06:12:31.388Z] ---> Running in b9aff1723f21 [2021-04-28T06:12:32.368Z] Removing intermediate container 0d276ce9b3f1 [2021-04-28T06:12:32.368Z] ---> 82e195481313 [2021-04-28T06:12:32.368Z] [2021-04-28T06:12:32.368Z] Step 11/23 : FROM docker:20.10.0 [2021-04-28T06:12:32.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:12:32.368Z] 20.10.0: Pulling from library/docker [2021-04-28T06:12:32.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:12:32.368Z] Removing intermediate container 49382b0711a4 [2021-04-28T06:12:32.368Z] ---> 22fa222c8cff [2021-04-28T06:12:32.368Z] [2021-04-28T06:12:32.368Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T06:12:32.368Z] ---> 13621d1b12d4 [2021-04-28T06:12:32.368Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-28T06:12:32.695Z] ---> Running in 31da694fcf35 [2021-04-28T06:12:32.695Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-28T06:12:32.695Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T06:12:32.695Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-28T06:12:32.695Z] (4/6) Installing curl (7.76.1-r0) [2021-04-28T06:12:32.695Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-28T06:12:32.695Z] (6/6) Installing su-exec (0.2-r1) [2021-04-28T06:12:32.695Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:12:32.695Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T06:12:32.887Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-28T06:12:32.976Z] OK: 7 MiB in 20 packages [2021-04-28T06:12:32.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:12:32.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:12:33.248Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-28T06:12:33.248Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T06:12:33.248Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-28T06:12:33.248Z] (4/4) Installing curl (7.76.1-r0) [2021-04-28T06:12:33.248Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:12:33.248Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T06:12:33.248Z] Removing intermediate container 31da694fcf35 [2021-04-28T06:12:33.248Z] ---> 04675fb3e027 [2021-04-28T06:12:33.248Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-28T06:12:33.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:12:33.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:12:33.512Z] OK: 7 MiB in 18 packages [2021-04-28T06:12:33.780Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-28T06:12:33.781Z] (2/2) Installing su-exec (0.2-r1) [2021-04-28T06:12:33.781Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:12:33.781Z] OK: 6 MiB in 16 packages [2021-04-28T06:12:33.781Z] ---> Running in b1fcb6376e8f [2021-04-28T06:12:33.881Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-28T06:12:35.196Z] Removing intermediate container b1fcb6376e8f [2021-04-28T06:12:35.196Z] ---> 96b9cbd9a6f2 [2021-04-28T06:12:35.196Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-28T06:12:35.196Z] Removing intermediate container 2ecdb82730d4 [2021-04-28T06:12:35.196Z] ---> 869c59166f35 [2021-04-28T06:12:35.196Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T06:12:35.196Z] Removing intermediate container 7699f4e4112e [2021-04-28T06:12:35.196Z] ---> b25c0338c3ca [2021-04-28T06:12:35.196Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T06:12:35.196Z] ---> Running in 6296a00dfcbb [2021-04-28T06:12:35.196Z] ---> Running in cb1ab7980ef8 [2021-04-28T06:12:35.197Z] Removing intermediate container b9aff1723f21 [2021-04-28T06:12:35.197Z] ---> 57e09685fe9b [2021-04-28T06:12:35.197Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-28T06:12:35.466Z] ---> Running in b38e59b81dde [2021-04-28T06:12:35.466Z] ---> Running in 74ab18e2a266 [2021-04-28T06:12:35.736Z] Removing intermediate container 6296a00dfcbb [2021-04-28T06:12:35.736Z] ---> 651a758f1ec4 [2021-04-28T06:12:35.736Z] Step 13/24 : WORKDIR / [2021-04-28T06:12:35.736Z] Removing intermediate container cb1ab7980ef8 [2021-04-28T06:12:35.736Z] ---> bc2033d8c5fc [2021-04-28T06:12:35.736Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:12:35.736Z] ---> Running in 32094eab7db6 [2021-04-28T06:12:36.005Z] Removing intermediate container b38e59b81dde [2021-04-28T06:12:36.005Z] ---> 24a517a04545 [2021-04-28T06:12:36.005Z] Step 13/21 : WORKDIR /edgex [2021-04-28T06:12:36.005Z] Removing intermediate container 74ab18e2a266 [2021-04-28T06:12:36.005Z] ---> 27301da4b38e [2021-04-28T06:12:36.005Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-28T06:12:36.005Z] ---> Running in 45b17e720672 [2021-04-28T06:12:36.005Z] ---> Running in c9081e840541 [2021-04-28T06:12:36.277Z] ---> Running in b228d36765fd [2021-04-28T06:12:36.547Z] Removing intermediate container 32094eab7db6 [2021-04-28T06:12:36.547Z] ---> d89ddfd4e7bc [2021-04-28T06:12:36.547Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-28T06:12:36.547Z] Removing intermediate container c9081e840541 [2021-04-28T06:12:36.547Z] ---> b2c3e834aca8 [2021-04-28T06:12:36.547Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-28T06:12:36.547Z] Removing intermediate container b228d36765fd [2021-04-28T06:12:36.547Z] ---> 85d1dcca8c12 [2021-04-28T06:12:36.547Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-28T06:12:36.817Z] ---> Running in a72daf027de0 [2021-04-28T06:12:37.085Z] ---> 3c2c3730cb2d [2021-04-28T06:12:37.085Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-28T06:12:37.358Z] ---> 32221e9f8658 [2021-04-28T06:12:37.358Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-28T06:12:37.947Z] ---> 124420a34303 [2021-04-28T06:12:37.947Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-28T06:12:38.227Z] ---> 32b7d6736573 [2021-04-28T06:12:38.227Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-28T06:12:38.826Z] Removing intermediate container 45b17e720672 [2021-04-28T06:12:38.826Z] ---> 184d16af13de [2021-04-28T06:12:38.826Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-28T06:12:38.826Z] ---> 9308e78151c2 [2021-04-28T06:12:38.826Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-28T06:12:38.826Z] Removing intermediate container a72daf027de0 [2021-04-28T06:12:38.826Z] ---> f88712fb3d44 [2021-04-28T06:12:38.826Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-28T06:12:38.826Z] ---> Running in ded2a81b8ec3 [2021-04-28T06:12:39.111Z] ---> Running in 0dabacdb6988 [2021-04-28T06:12:39.111Z] ---> 91181e098df7 [2021-04-28T06:12:39.111Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-28T06:12:39.387Z] ---> Running in 5ee0670d3d7e [2021-04-28T06:12:39.658Z] ---> 1dc7cd0aa422 [2021-04-28T06:12:39.658Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-28T06:12:39.658Z] Removing intermediate container 0dabacdb6988 [2021-04-28T06:12:39.658Z] ---> 59a62c446c58 [2021-04-28T06:12:39.658Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-28T06:12:39.658Z] Removing intermediate container 5ee0670d3d7e [2021-04-28T06:12:39.658Z] ---> bd1e6849a0c8 [2021-04-28T06:12:39.658Z] Step 18/21 : CMD ["--init=true"] [2021-04-28T06:12:40.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:12:40.886Z] ---> Running in c0bcbe1b0519 [2021-04-28T06:12:40.887Z] ---> 20a6372aadde [2021-04-28T06:12:40.887Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-28T06:12:40.887Z] ---> 687ce7199089 [2021-04-28T06:12:40.887Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-28T06:12:40.887Z] ---> Running in 547c145baeb4 [2021-04-28T06:12:41.155Z] Removing intermediate container c0bcbe1b0519 [2021-04-28T06:12:41.155Z] ---> 89c258473882 [2021-04-28T06:12:41.155Z] Step 19/21 : LABEL arch=x86_64 [2021-04-28T06:12:41.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:12:41.428Z] ---> Running in bc7bfbcb5e70 [2021-04-28T06:12:41.428Z] ---> a44231d1bb9d [2021-04-28T06:12:41.428Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-28T06:12:41.428Z] ---> Running in 49407978dcd8 [2021-04-28T06:12:41.701Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-28T06:12:41.701Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-28T06:12:41.701Z] ---> aefe523efa57 [2021-04-28T06:12:41.701Z] 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-28T06:12:41.701Z] Removing intermediate container bc7bfbcb5e70 [2021-04-28T06:12:41.701Z] ---> fbe66d5cdbb2 [2021-04-28T06:12:41.701Z] Step 20/21 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:12:41.701Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-28T06:12:41.996Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-28T06:12:41.996Z] ---> Running in 5fce44eea969 [2021-04-28T06:12:41.996Z] ---> Running in 382fab3aab3b [2021-04-28T06:12:41.996Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-28T06:12:42.195Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-28T06:12:42.195Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-28T06:12:42.195Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-28T06:12:42.267Z] Removing intermediate container 5fce44eea969 [2021-04-28T06:12:42.267Z] ---> ad608315f089 [2021-04-28T06:12:42.267Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-28T06:12:42.267Z] Removing intermediate container 382fab3aab3b [2021-04-28T06:12:42.267Z] ---> d14aad84ff46 [2021-04-28T06:12:42.267Z] Step 21/21 : LABEL version=0.0.0 [2021-04-28T06:12:42.538Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-28T06:12:42.538Z] ---> Running in 5eda64e6a1f5 [2021-04-28T06:12:42.538Z] ---> Running in 153459d0fefd [2021-04-28T06:12:42.804Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-28T06:12:42.804Z] Removing intermediate container 153459d0fefd [2021-04-28T06:12:42.804Z] ---> c09ed71bdc9f [2021-04-28T06:12:42.804Z] [2021-04-28T06:12:43.091Z] Removing intermediate container 547c145baeb4 [2021-04-28T06:12:43.091Z] ---> a961ed223cf0 [2021-04-28T06:12:43.091Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:12:43.091Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-28T06:12:43.375Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:12:43.375Z] OK: 8 MiB in 20 packages [2021-04-28T06:12:43.375Z] Removing intermediate container 49407978dcd8 [2021-04-28T06:12:43.375Z] Successfully built c09ed71bdc9f [2021-04-28T06:12:43.375Z] ---> e5155239e554 [2021-04-28T06:12:43.375Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-28T06:12:43.375Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-28T06:12:43.375Z] Building docker-support-scheduler-go [2021-04-28T06:12:43.375Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:12:43.375Z] ---> 3656ac658af1 [2021-04-28T06:12:43.375Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-28T06:12:43.375Z] ---> Running in 5b23576a3b37 [2021-04-28T06:12:43.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:12:43.651Z] (1/39) Installing readline (8.0.4-r0) [2021-04-28T06:12:43.651Z] (2/39) Installing bash (5.0.17-r0) [2021-04-28T06:12:43.651Z] Executing bash-5.0.17-r0.post-install [2021-04-28T06:12:43.651Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T06:12:43.651Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-28T06:12:43.927Z] (5/39) Installing curl (7.76.1-r0) [2021-04-28T06:12:43.927Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-28T06:12:43.927Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-28T06:12:43.927Z] (8/39) Installing expat (2.2.9-r1) [2021-04-28T06:12:43.927Z] Removing intermediate container 5b23576a3b37 [2021-04-28T06:12:43.927Z] ---> 97f3f57aed29 [2021-04-28T06:12:43.927Z] Step 22/24 : LABEL arch=x86_64 [2021-04-28T06:12:43.927Z] (9/39) Installing libffi (3.3-r2) [2021-04-28T06:12:43.927Z] (10/39) Installing gdbm (1.13-r1) [2021-04-28T06:12:43.927Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-28T06:12:43.927Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-28T06:12:43.927Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-28T06:12:44.201Z] ---> Running in 98c552d0f79c [2021-04-28T06:12:47.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.329s coverage: 45.9% of statements [2021-04-28T06:12:47.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-28T06:12:47.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-28T06:12:47.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-28T06:12:47.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-28T06:12:47.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-28T06:12:47.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-28T06:12:47.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.131s coverage: 19.8% of statements [2021-04-28T06:12:47.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.262s coverage: 100.0% of statements [2021-04-28T06:12:50.821Z] Removing intermediate container ded2a81b8ec3 [2021-04-28T06:12:50.821Z] ---> a9caa3f9708d [2021-04-28T06:12:50.821Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:12:50.821Z] ---> 0adca1a9a6fa [2021-04-28T06:12:50.821Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-28T06:12:50.821Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-28T06:12:51.089Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-28T06:12:51.089Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-28T06:12:51.089Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-28T06:12:51.355Z] Removing intermediate container 98c552d0f79c [2021-04-28T06:12:51.355Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-28T06:12:51.355Z] ---> d803cdddcfa7 [2021-04-28T06:12:51.355Z] Step 23/24 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:12:51.355Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-28T06:12:51.621Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-28T06:12:53.015Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-28T06:12:53.015Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-28T06:12:53.281Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-28T06:12:53.547Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-28T06:12:53.547Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-28T06:12:53.818Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-28T06:12:53.818Z] ---> Running in 35cccecd9958 [2021-04-28T06:12:53.818Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-28T06:12:54.084Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-28T06:12:54.084Z] ---> 35e77e33f2a1 [2021-04-28T06:12:54.084Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-28T06:12:54.084Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-28T06:12:54.353Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-28T06:12:54.353Z] ---> 0baa033e36ff [2021-04-28T06:12:54.353Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-28T06:12:54.353Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-28T06:12:54.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.584s coverage: 27.1% of statements [2021-04-28T06:12:54.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-28T06:12:54.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-28T06:12:54.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-28T06:12:54.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-28T06:12:54.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-28T06:12:54.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-28T06:12:54.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.184s coverage: 100.0% of statements [2021-04-28T06:12:54.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-28T06:12:54.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.285s coverage: 100.0% of statements [2021-04-28T06:12:54.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-28T06:12:54.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-28T06:12:54.618Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-28T06:12:54.887Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-28T06:12:55.152Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-28T06:12:55.730Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-28T06:12:55.730Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-28T06:12:56.007Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-28T06:12:56.007Z] Removing intermediate container 35cccecd9958 [2021-04-28T06:12:56.007Z] ---> 0f5b0a2ec6d9 [2021-04-28T06:12:56.007Z] Step 24/24 : LABEL version=0.0.0 [2021-04-28T06:12:56.007Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-28T06:12:56.007Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-28T06:12:56.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.282s coverage: 71.3% of statements [2021-04-28T06:12:56.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-28T06:12:56.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-28T06:12:57.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.495s coverage: 87.7% of statements [2021-04-28T06:12:57.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-28T06:12:57.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T06:12:57.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.145s coverage: 78.9% of statements [2021-04-28T06:12:57.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-28T06:12:57.948Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T06:12:57.949Z] OK: 72 MiB in 59 packages [2021-04-28T06:12:58.217Z] ---> Running in 9a92abac51bf [2021-04-28T06:12:58.798Z] ---> f318c1e79ed4 [2021-04-28T06:12:58.798Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-28T06:12:58.798Z] ---> de4ac34e237d [2021-04-28T06:12:58.798Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-28T06:13:00.248Z] Removing intermediate container 9a92abac51bf [2021-04-28T06:13:00.248Z] ---> e1b2f6adfde7 [2021-04-28T06:13:00.248Z] [2021-04-28T06:13:00.515Z] ---> a4f7776013c9 [2021-04-28T06:13:00.515Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-28T06:13:00.515Z] ---> 62b8745cc823 [2021-04-28T06:13:00.515Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-28T06:13:01.103Z] Successfully built e1b2f6adfde7 [2021-04-28T06:13:01.380Z] ---> Running in 3e6767ed28e4 [2021-04-28T06:13:01.972Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-28T06:13:01.973Z] Building docker-support-notifications-go [2021-04-28T06:13:02.245Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2021-04-28T06:13:02.509Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-28T06:13:04.467Z] ---> Running in 5c1b31b5e905 [2021-04-28T06:13:04.467Z] Removing intermediate container 3e6767ed28e4 [2021-04-28T06:13:04.467Z] ---> de1b33971b2c [2021-04-28T06:13:04.467Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:13:05.053Z] Collecting PyYAML<4,>=3.10 [2021-04-28T06:13:05.053Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-28T06:13:05.322Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:13:05.322Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:13:05.322Z] ---> 1189524a43fe [2021-04-28T06:13:05.322Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T06:13:05.322Z] ---> Using cache [2021-04-28T06:13:05.322Z] ---> 988c62694632 [2021-04-28T06:13:05.322Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:13:05.322Z] ---> Using cache [2021-04-28T06:13:05.322Z] ---> d62516661fc5 [2021-04-28T06:13:05.322Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-28T06:13:05.322Z] ---> Using cache [2021-04-28T06:13:05.322Z] ---> aa5bb9dea07f [2021-04-28T06:13:05.322Z] Step 6/22 : COPY go.mod . [2021-04-28T06:13:05.322Z] ---> Using cache [2021-04-28T06:13:05.322Z] ---> 6d930f3768fb [2021-04-28T06:13:05.322Z] Step 7/22 : RUN go mod download [2021-04-28T06:13:05.322Z] ---> Using cache [2021-04-28T06:13:05.322Z] ---> 2f241f815158 [2021-04-28T06:13:05.322Z] Step 8/22 : COPY . . [2021-04-28T06:13:05.322Z] ---> Using cache [2021-04-28T06:13:05.322Z] ---> 9752220733b7 [2021-04-28T06:13:05.322Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-28T06:13:06.287Z] ---> Running in 7c24b4f7f29d [2021-04-28T06:13:06.287Z] Removing intermediate container 5c1b31b5e905 [2021-04-28T06:13:06.287Z] ---> 2261feb46e99 [2021-04-28T06:13:06.287Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-28T06:13:07.692Z] ---> Running in 3d57b178b710 [2021-04-28T06:13:07.692Z] Collecting jsonschema<3,>=2.5.1 [2021-04-28T06:13:07.692Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-28T06:13:08.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.131s coverage: 28.6% of statements [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-28T06:13:08.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.218s coverage: 100.0% of statements [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-28T06:13:08.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.136s coverage: 100.0% of statements [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-28T06:13:08.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.526s coverage: 86.7% of statements [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-28T06:13:08.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.414s coverage: 97.5% of statements [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-28T06:13:08.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.193s coverage: 78.3% of statements [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-28T06:13:08.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-28T06:13:08.650Z] ---> d83fabb9ce81 [2021-04-28T06:13:08.650Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-28T06:13:08.650Z] Collecting docopt<0.7,>=0.6.1 [2021-04-28T06:13:08.650Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-28T06:13:08.650Z] Removing intermediate container 7c24b4f7f29d [2021-04-28T06:13:08.650Z] ---> cb817e234422 [2021-04-28T06:13:08.650Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T06:13:10.070Z] ---> Running in 5eef41d6533b [2021-04-28T06:13:10.070Z] ---> Running in 3c180af1e703 [2021-04-28T06:13:10.070Z] Collecting docker<4.0,>=3.6.0 [2021-04-28T06:13:10.070Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-28T06:13:10.070Z] 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-28T06:13:10.341Z] Removing intermediate container 3c180af1e703 [2021-04-28T06:13:10.341Z] ---> 32b1cdffc66d [2021-04-28T06:13:10.341Z] Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:13:10.341Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-28T06:13:10.341Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-28T06:13:10.953Z] ---> Running in feea5a1f3bbb [2021-04-28T06:13:11.219Z] 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-28T06:13:11.821Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-28T06:13:11.821Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-28T06:13:11.821Z] Removing intermediate container feea5a1f3bbb [2021-04-28T06:13:11.821Z] ---> af2eccbea25c [2021-04-28T06:13:11.821Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T06:13:12.087Z] Collecting texttable<0.10,>=0.9.0 [2021-04-28T06:13:12.087Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-28T06:13:13.079Z] ---> Running in 687fe1de28e0 [2021-04-28T06:13:13.079Z] Collecting cached-property<2,>=1.2.0 [2021-04-28T06:13:13.079Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-28T06:13:13.688Z] Removing intermediate container 687fe1de28e0 [2021-04-28T06:13:13.688Z] ---> 17e0096f8c9c [2021-04-28T06:13:13.688Z] [2021-04-28T06:13:13.964Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-28T06:13:14.240Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-28T06:13:14.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.212s coverage: 95.1% of statements [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-28T06:13:14.755Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.109s coverage: 58.8% of statements [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-28T06:13:14.755Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.228s coverage: 0.9% of statements [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-28T06:13:14.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-28T06:13:14.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.173s coverage: 47.1% of statements [2021-04-28T06:13:14.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.153s coverage: 79.5% of statements [2021-04-28T06:13:14.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.146s coverage: 94.1% of statements [2021-04-28T06:13:14.827Z] Successfully built 17e0096f8c9c [2021-04-28T06:13:14.828Z] Removing intermediate container 5eef41d6533b [2021-04-28T06:13:14.828Z] ---> 77bb6c7ad0ff [2021-04-28T06:13:14.828Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-28T06:13:14.828Z] Successfully tagged docker-core-data-go:latest [2021-04-28T06:13:14.828Z] Collecting docker-pycreds>=0.4.0 [2021-04-28T06:13:14.828Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-04-28T06:13:14.828Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-28T06:13:15.420Z] Collecting idna<2.8,>=2.5 [2021-04-28T06:13:15.420Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-28T06:13:15.420Z] 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-28T06:13:15.420Z] 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-28T06:13:16.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.161s coverage: 96.3% of statements [2021-04-28T06:13:16.725Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-28T06:13:16.999Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-28T06:13:17.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.132s coverage: 87.5% of statements [2021-04-28T06:13:17.981Z] ---> Running in 89cab4d8baa5 [2021-04-28T06:13:18.258Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-28T06:13:18.258Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-28T06:13:18.258Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-28T06:13:18.258Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-28T06:13:18.532Z] Installing collected packages: PyYAML, jsonschema, docopt, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, texttable, cached-property, docker-compose [2021-04-28T06:13:18.532Z] Running setup.py install for PyYAML: started [2021-04-28T06:13:19.337Z] Removing intermediate container 89cab4d8baa5 [2021-04-28T06:13:19.337Z] ---> cacc3f27f09f [2021-04-28T06:13:19.337Z] Step 28/31 : CMD ["gate"] [2021-04-28T06:13:21.330Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-28T06:13:21.712Z] ---> Running in b19c547bb2b3 [2021-04-28T06:13:21.712Z] Running setup.py install for docopt: started [2021-04-28T06:13:22.007Z] Removing intermediate container b19c547bb2b3 [2021-04-28T06:13:22.007Z] ---> 839f29a4b5df [2021-04-28T06:13:22.007Z] Step 29/31 : LABEL arch=x86_64 [2021-04-28T06:13:22.596Z] ---> Running in 01bf782bf3aa [2021-04-28T06:13:22.596Z] Running setup.py install for docopt: finished with status 'done' [2021-04-28T06:13:22.864Z] Attempting uninstall: idna [2021-04-28T06:13:22.864Z] Found existing installation: idna 2.9 [2021-04-28T06:13:22.864Z] Uninstalling idna-2.9: [2021-04-28T06:13:22.864Z] Successfully uninstalled idna-2.9 [2021-04-28T06:13:22.864Z] Removing intermediate container 01bf782bf3aa [2021-04-28T06:13:22.864Z] ---> 5129735b2eee [2021-04-28T06:13:22.864Z] Step 30/31 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:13:23.132Z] Attempting uninstall: urllib3 [2021-04-28T06:13:23.132Z] Found existing installation: urllib3 1.25.9 [2021-04-28T06:13:23.132Z] Uninstalling urllib3-1.25.9: [2021-04-28T06:13:23.132Z] Successfully uninstalled urllib3-1.25.9 [2021-04-28T06:13:23.402Z] ---> Running in 5e0e46d8c346 [2021-04-28T06:13:26.029Z] Attempting uninstall: requests [2021-04-28T06:13:26.029Z] Found existing installation: requests 2.23.0 [2021-04-28T06:13:26.029Z] Uninstalling requests-2.23.0: [2021-04-28T06:13:26.029Z] Successfully uninstalled requests-2.23.0 [2021-04-28T06:13:26.029Z] Removing intermediate container 5e0e46d8c346 [2021-04-28T06:13:26.029Z] ---> 34975b8b42ab [2021-04-28T06:13:26.029Z] Step 31/31 : LABEL version=0.0.0 [2021-04-28T06:13:26.297Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:13:26.297Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:13:26.297Z] ---> 1189524a43fe [2021-04-28T06:13:26.297Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T06:13:26.297Z] ---> Using cache [2021-04-28T06:13:26.297Z] ---> 988c62694632 [2021-04-28T06:13:26.297Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:13:26.297Z] ---> Using cache [2021-04-28T06:13:26.297Z] ---> d62516661fc5 [2021-04-28T06:13:26.297Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-28T06:13:27.746Z] ---> Running in 826d59819f32 [2021-04-28T06:13:27.746Z] ---> Running in 1b36445894db [2021-04-28T06:13:28.018Z] Running setup.py install for dockerpty: started [2021-04-28T06:13:28.618Z] Removing intermediate container 1b36445894db [2021-04-28T06:13:28.618Z] ---> 7079533fa1e2 [2021-04-28T06:13:28.618Z] [2021-04-28T06:13:28.893Z] Successfully built 7079533fa1e2 [2021-04-28T06:13:29.161Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-28T06:13:29.161Z] Running setup.py install for texttable: started [2021-04-28T06:13:29.161Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-28T06:13:29.161Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-04-28T06:13:29.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:13:29.711Z] Running setup.py install for texttable: finished with status 'done' [2021-04-28T06:13:30.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.140s coverage: 94.4% of statements [2021-04-28T06:13:30.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements [2021-04-28T06:13:30.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:13:31.250Z] OK: 233 MiB in 51 packages [2021-04-28T06:13:34.678Z] 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-28T06:13:35.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.620s coverage: 81.8% of statements [2021-04-28T06:13:35.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-28T06:13:37.313Z] Removing intermediate container 826d59819f32 [2021-04-28T06:13:37.314Z] ---> b01b3b66b287 [2021-04-28T06:13:37.314Z] Step 6/22 : COPY go.mod . [2021-04-28T06:13:39.342Z] ---> 30eb80ce951a [2021-04-28T06:13:39.342Z] Step 7/22 : RUN go mod download [2021-04-28T06:13:39.618Z] ---> Running in 211f29fc8470 [2021-04-28T06:13:45.077Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:13:45.077Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:13:45.077Z] ---> 1189524a43fe [2021-04-28T06:13:45.077Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T06:13:45.077Z] ---> Using cache [2021-04-28T06:13:45.077Z] ---> 988c62694632 [2021-04-28T06:13:45.077Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:13:45.077Z] ---> Using cache [2021-04-28T06:13:45.077Z] ---> d62516661fc5 [2021-04-28T06:13:45.077Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T06:13:45.077Z] ---> Using cache [2021-04-28T06:13:45.077Z] ---> aa5bb9dea07f [2021-04-28T06:13:45.077Z] Step 6/23 : COPY go.mod . [2021-04-28T06:13:45.077Z] ---> Using cache [2021-04-28T06:13:45.077Z] ---> 6d930f3768fb [2021-04-28T06:13:45.077Z] Step 7/23 : RUN go mod download [2021-04-28T06:13:45.077Z] ---> Using cache [2021-04-28T06:13:45.077Z] ---> 2f241f815158 [2021-04-28T06:13:45.077Z] Step 8/23 : COPY . . [2021-04-28T06:13:45.077Z] ---> Using cache [2021-04-28T06:13:45.077Z] ---> 9752220733b7 [2021-04-28T06:13:45.077Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-28T06:13:45.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.199s coverage: 92.9% of statements [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.159s coverage: 75.5% of statements [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.121s coverage: 80.8% of statements [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.188s coverage: 87.2% of statements [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.219s coverage: 84.6% of statements [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.276s coverage: 91.6% of statements [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.541s coverage: 64.4% of statements [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-28T06:13:45.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.069s coverage: 91.3% of statements [2021-04-28T06:13:45.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-04-28T06:13:46.067Z] ---> Running in e9535c39e287 [2021-04-28T06:13:46.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-04-28T06:13:46.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-04-28T06:13:47.067Z] Removing intermediate container 211f29fc8470 [2021-04-28T06:13:47.068Z] ---> 09232a9eb8d7 [2021-04-28T06:13:47.068Z] Step 8/22 : COPY . . [2021-04-28T06:13:49.042Z] 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-28T06:13:50.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.898s coverage: 69.0% of statements [2021-04-28T06:13:50.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-28T06:13:50.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-28T06:13:50.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-28T06:13:51.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.561s coverage: 38.4% of statements [2021-04-28T06:13:51.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-28T06:13:51.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-28T06:13:51.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements [2021-04-28T06:13:51.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-28T06:13:51.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements [2021-04-28T06:13:52.452Z] Removing intermediate container 3d57b178b710 [2021-04-28T06:13:52.452Z] ---> fabebb8aa7bc [2021-04-28T06:13:52.452Z] [2021-04-28T06:13:52.452Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T06:13:52.452Z] ---> 13621d1b12d4 [2021-04-28T06:13:52.452Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-28T06:13:56.778Z] ---> Running in 07c643f0ae91 [2021-04-28T06:13:58.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements [2021-04-28T06:13:58.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-28T06:13:58.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-28T06:13:58.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-28T06:13:58.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-28T06:13:58.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-28T06:13:58.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-04-28T06:13:58.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-28T06:13:58.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2021-04-28T06:13:58.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-28T06:13:58.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-28T06:13:58.046Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.150s coverage: 9.6% of statements [2021-04-28T06:13:58.046Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-28T06:14:00.682Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.479s coverage: 92.6% of statements [2021-04-28T06:14:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-28T06:14:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T06:14:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-28T06:14:01.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:14:01.117Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:14:01.117Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:14:01.117Z] ---> 1189524a43fe [2021-04-28T06:14:01.117Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T06:14:01.117Z] ---> Using cache [2021-04-28T06:14:01.117Z] ---> 988c62694632 [2021-04-28T06:14:01.117Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:14:01.117Z] ---> Using cache [2021-04-28T06:14:01.117Z] ---> d62516661fc5 [2021-04-28T06:14:01.117Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T06:14:01.117Z] ---> Using cache [2021-04-28T06:14:01.117Z] ---> aa5bb9dea07f [2021-04-28T06:14:01.117Z] Step 6/23 : COPY go.mod . [2021-04-28T06:14:01.117Z] ---> Using cache [2021-04-28T06:14:01.117Z] ---> 6d930f3768fb [2021-04-28T06:14:01.117Z] Step 7/23 : RUN go mod download [2021-04-28T06:14:01.117Z] ---> Using cache [2021-04-28T06:14:01.117Z] ---> 2f241f815158 [2021-04-28T06:14:01.117Z] Step 8/23 : COPY . . [2021-04-28T06:14:01.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:14:01.117Z] ---> Using cache [2021-04-28T06:14:01.117Z] ---> 9752220733b7 [2021-04-28T06:14:01.117Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-28T06:14:01.117Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-28T06:14:01.117Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:14:01.117Z] OK: 6 MiB in 15 packages [2021-04-28T06:14:02.122Z] ---> Running in 796684ea661c [2021-04-28T06:14:05.552Z] 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-28T06:14:05.552Z] Removing intermediate container 07c643f0ae91 [2021-04-28T06:14:05.552Z] ---> 601e45df6c7d [2021-04-28T06:14:05.552Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T06:14:07.004Z] ---> Running in 7e0cbb29f403 [2021-04-28T06:14:07.420Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.192s coverage: 28.7% of statements [2021-04-28T06:14:07.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-28T06:14:07.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-28T06:14:07.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-28T06:14:07.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-28T06:14:07.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-28T06:14:07.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.161s coverage: 100.0% of statements [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-28T06:14:07.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.160s coverage: 64.6% of statements [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-28T06:14:07.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.332s coverage: 97.6% of statements [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-28T06:14:07.421Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-28T06:14:07.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-28T06:14:07.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-28T06:14:07.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.134s coverage: 87.9% of statements [2021-04-28T06:14:07.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-28T06:14:07.696Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-28T06:14:07.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.092s coverage: 100.0% of statements [2021-04-28T06:14:07.999Z] Removing intermediate container 7e0cbb29f403 [2021-04-28T06:14:07.999Z] ---> 720f4af4d34a [2021-04-28T06:14:07.999Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-28T06:14:09.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements [2021-04-28T06:14:09.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-28T06:14:10.630Z] ---> Running in a669712ebd34 [2021-04-28T06:14:10.650Z] GO111MODULE=on go vet ./... [2021-04-28T06:14:12.627Z] Removing intermediate container a669712ebd34 [2021-04-28T06:14:12.627Z] ---> 08f4b7132577 [2021-04-28T06:14:12.627Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T06:14:12.627Z] Removing intermediate container 5eda64e6a1f5 [2021-04-28T06:14:12.627Z] ---> ece1aaee3384 [2021-04-28T06:14:12.627Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-28T06:14:15.264Z] ---> Running in 5b31080677b8 [2021-04-28T06:14:15.264Z] ---> Running in 2152543b4e02 [2021-04-28T06:14:17.226Z] Removing intermediate container 2152543b4e02 [2021-04-28T06:14:17.226Z] ---> eee148c0f51b [2021-04-28T06:14:17.226Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:14:17.226Z] Removing intermediate container 5b31080677b8 [2021-04-28T06:14:17.226Z] ---> f5fafba52967 [2021-04-28T06:14:17.226Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-28T06:14:18.223Z] ---> Running in 41e22ffda92a [2021-04-28T06:14:19.676Z] ---> 94e4e87a9b3f [2021-04-28T06:14:19.676Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-28T06:14:21.606Z] Removing intermediate container 41e22ffda92a [2021-04-28T06:14:21.606Z] ---> 94d5c26d3898 [2021-04-28T06:14:21.606Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-28T06:14:22.192Z] ---> 556266836ca8 [2021-04-28T06:14:22.192Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-28T06:14:22.192Z] ---> 9db8fb79e347 [2021-04-28T06:14:22.192Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-28T06:14:22.467Z] ---> 1ae983eecec9 [2021-04-28T06:14:22.467Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-28T06:14:22.467Z] ---> Running in d151e31edb8a [2021-04-28T06:14:22.755Z] ---> 8a72742d5463 [2021-04-28T06:14:22.755Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-28T06:14:23.026Z] ---> Running in c6fb58605db2 [2021-04-28T06:14:23.328Z] ---> 852a5a122808 [2021-04-28T06:14:23.328Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-28T06:14:23.328Z] Removing intermediate container c6fb58605db2 [2021-04-28T06:14:23.328Z] ---> 30aacca40ee9 [2021-04-28T06:14:23.329Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:14:23.601Z] ---> Running in f5a0be1235b4 [2021-04-28T06:14:23.887Z] 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-28T06:14:23.887Z] Removing intermediate container f5a0be1235b4 [2021-04-28T06:14:23.887Z] ---> 5fb607c78f59 [2021-04-28T06:14:23.887Z] Step 20/22 : LABEL arch=x86_64 [2021-04-28T06:14:23.887Z] ---> ad73c7bee93b [2021-04-28T06:14:23.887Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-28T06:14:24.159Z] ---> Running in 779fc79cad8e [2021-04-28T06:14:24.159Z] ---> Running in 07413f27087a [2021-04-28T06:14:24.436Z] Removing intermediate container 779fc79cad8e [2021-04-28T06:14:24.436Z] ---> 217cff6e84c2 [2021-04-28T06:14:24.436Z] Step 21/22 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:14:24.436Z] Removing intermediate container 07413f27087a [2021-04-28T06:14:24.436Z] ---> a8c37b483f22 [2021-04-28T06:14:24.436Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:14:24.436Z] ---> Running in 310faf18d063 [2021-04-28T06:14:24.704Z] ---> Running in 334c677f63b2 [2021-04-28T06:14:24.973Z] Removing intermediate container 310faf18d063 [2021-04-28T06:14:24.973Z] ---> 6cae1b9a9f06 [2021-04-28T06:14:24.973Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T06:14:25.246Z] ---> Running in 353855965bfd [2021-04-28T06:14:25.246Z] Removing intermediate container 334c677f63b2 [2021-04-28T06:14:25.246Z] ---> 825332c19e97 [2021-04-28T06:14:25.246Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T06:14:25.246Z] ---> Running in 43d5509fa4b7 [2021-04-28T06:14:25.522Z] Removing intermediate container 353855965bfd [2021-04-28T06:14:25.522Z] ---> b29cf8a3d536 [2021-04-28T06:14:25.522Z] [2021-04-28T06:14:25.804Z] Removing intermediate container 43d5509fa4b7 [2021-04-28T06:14:25.804Z] ---> 80c4e1456a4f [2021-04-28T06:14:25.804Z] Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:14:25.804Z] Successfully built b29cf8a3d536 [2021-04-28T06:14:25.804Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-28T06:14:26.082Z]  Building docker-support-scheduler-go ... done  ---> Running in 893108fd0305 [2021-04-28T06:14:28.078Z] Removing intermediate container 893108fd0305 [2021-04-28T06:14:28.078Z] ---> 1948da3888ff [2021-04-28T06:14:28.078Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T06:14:29.069Z] ---> Running in 88edb4ded8a3 [2021-04-28T06:14:31.679Z] Removing intermediate container e9535c39e287 [2021-04-28T06:14:31.679Z] ---> 007c249e2657 [2021-04-28T06:14:31.679Z] [2021-04-28T06:14:31.679Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T06:14:31.679Z] ---> 13621d1b12d4 [2021-04-28T06:14:31.679Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T06:14:31.679Z] ---> Using cache [2021-04-28T06:14:31.679Z] ---> 601e45df6c7d [2021-04-28T06:14:31.679Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T06:14:31.679Z] ---> Using cache [2021-04-28T06:14:31.679Z] ---> 720f4af4d34a [2021-04-28T06:14:31.679Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-28T06:14:31.679Z] Removing intermediate container 88edb4ded8a3 [2021-04-28T06:14:31.679Z] ---> 678dd53b6d8c [2021-04-28T06:14:31.679Z] [2021-04-28T06:14:31.679Z] ---> Running in d517c438f11d [2021-04-28T06:14:31.960Z] Successfully built 678dd53b6d8c [2021-04-28T06:14:31.960Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-28T06:14:31.960Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d517c438f11d [2021-04-28T06:14:31.960Z] ---> 9de22dcd4834 [2021-04-28T06:14:31.960Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T06:14:32.253Z] ---> Running in a268ad773cd8 [2021-04-28T06:14:32.537Z] Removing intermediate container a268ad773cd8 [2021-04-28T06:14:32.537Z] ---> f87e31339ccf [2021-04-28T06:14:32.537Z] Step 15/23 : WORKDIR / [2021-04-28T06:14:32.537Z] ---> Running in 10e93e0bc278 [2021-04-28T06:14:32.804Z] Removing intermediate container 10e93e0bc278 [2021-04-28T06:14:32.804Z] ---> 411a4ba9c877 [2021-04-28T06:14:32.804Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:14:33.418Z] ---> 6da6ed0863a5 [2021-04-28T06:14:33.418Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-28T06:14:34.887Z] ---> 84654f99e1ec [2021-04-28T06:14:34.887Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-28T06:14:36.318Z] ---> ec3371a4522b [2021-04-28T06:14:36.318Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-28T06:14:37.284Z] ---> Running in a3e160b30568 [2021-04-28T06:14:37.284Z] Removing intermediate container 796684ea661c [2021-04-28T06:14:37.284Z] ---> 9110c4fe473b [2021-04-28T06:14:37.284Z] [2021-04-28T06:14:37.284Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T06:14:37.284Z] ---> 13621d1b12d4 [2021-04-28T06:14:37.284Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T06:14:37.284Z] ---> Using cache [2021-04-28T06:14:37.284Z] ---> 601e45df6c7d [2021-04-28T06:14:37.284Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T06:14:37.284Z] ---> Using cache [2021-04-28T06:14:37.284Z] ---> 720f4af4d34a [2021-04-28T06:14:37.284Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-28T06:14:37.555Z] Removing intermediate container a3e160b30568 [2021-04-28T06:14:37.555Z] ---> d7af255d7e56 [2021-04-28T06:14:37.555Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:14:37.555Z] ---> Running in a62e71917598 [2021-04-28T06:14:37.555Z] ---> Running in a03e0e34cb46 [2021-04-28T06:14:37.824Z] Removing intermediate container a62e71917598 [2021-04-28T06:14:37.824Z] ---> 104362e42b64 [2021-04-28T06:14:37.824Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T06:14:38.406Z] ---> Running in b4e354bdb95c [2021-04-28T06:14:38.406Z] Removing intermediate container a03e0e34cb46 [2021-04-28T06:14:38.406Z] ---> d257f94349ed [2021-04-28T06:14:38.406Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T06:14:38.406Z] ---> Running in 27af97599018 [2021-04-28T06:14:38.406Z] Removing intermediate container b4e354bdb95c [2021-04-28T06:14:38.406Z] ---> 3d8068f148b7 [2021-04-28T06:14:38.406Z] Step 15/23 : WORKDIR / [2021-04-28T06:14:38.406Z] ---> Running in 07b18e371bff [2021-04-28T06:14:38.931Z] Removing intermediate container 27af97599018 [2021-04-28T06:14:38.931Z] ---> da5cfe2c95d6 [2021-04-28T06:14:38.931Z] Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:14:38.931Z] ---> Running in 91cd8f0858b3 [2021-04-28T06:14:38.931Z] Removing intermediate container 07b18e371bff [2021-04-28T06:14:38.931Z] ---> 1f0d67c8946f [2021-04-28T06:14:38.931Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:14:39.941Z] ---> 90c21dc070a2 [2021-04-28T06:14:39.941Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-28T06:14:39.941Z] Removing intermediate container 91cd8f0858b3 [2021-04-28T06:14:39.941Z] ---> 0e56939736b5 [2021-04-28T06:14:39.941Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T06:14:40.222Z] ---> Running in 54d99c19ee1e [2021-04-28T06:14:40.495Z] Removing intermediate container 54d99c19ee1e [2021-04-28T06:14:40.495Z] ---> 7af471bfe99d [2021-04-28T06:14:40.495Z] [2021-04-28T06:14:40.763Z] Successfully built 7af471bfe99d [2021-04-28T06:14:41.711Z] Successfully tagged docker-core-metadata-go:latest [2021-04-28T06:14:41.711Z] ---> d4f3b21e97b6 [2021-04-28T06:14:41.711Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-28T06:14:41.974Z]  Building docker-core-metadata-go ... done  ---> e99aae542ed0 [2021-04-28T06:14:41.974Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-28T06:14:41.974Z] ---> Running in 633f061d5e87 [2021-04-28T06:14:42.237Z] Removing intermediate container 633f061d5e87 [2021-04-28T06:14:42.237Z] ---> 4e69649d75ea [2021-04-28T06:14:42.237Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:14:42.237Z] ---> Running in ef1c046438aa [2021-04-28T06:14:42.501Z] Removing intermediate container ef1c046438aa [2021-04-28T06:14:42.501Z] ---> bd8cf1a4290b [2021-04-28T06:14:42.501Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T06:14:42.501Z] ---> Running in 3c102071e167 [2021-04-28T06:14:42.771Z] Removing intermediate container 3c102071e167 [2021-04-28T06:14:42.771Z] ---> 79db2fc15353 [2021-04-28T06:14:42.771Z] Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:14:42.771Z] ---> Running in 39ba5e074d97 [2021-04-28T06:14:43.031Z] Removing intermediate container 39ba5e074d97 [2021-04-28T06:14:43.032Z] ---> 8ac8470e6191 [2021-04-28T06:14:43.032Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T06:14:43.300Z] ---> Running in 426d88cdab88 [2021-04-28T06:14:43.300Z] Removing intermediate container 426d88cdab88 [2021-04-28T06:14:43.300Z] ---> d968e0837ef6 [2021-04-28T06:14:43.300Z] [2021-04-28T06:14:43.565Z] Successfully built d968e0837ef6 [2021-04-28T06:14:43.565Z] Successfully tagged docker-core-command-go:latest [2021-04-28T06:14:46.123Z]  Building docker-core-command-go ... done Removing intermediate container d151e31edb8a [2021-04-28T06:14:46.123Z] ---> de6338e6dbd2 [2021-04-28T06:14:46.123Z] [2021-04-28T06:14:46.123Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T06:14:46.123Z] ---> 13621d1b12d4 [2021-04-28T06:14:46.123Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-28T06:14:46.390Z] ---> Running in 2665d16e23d1 [2021-04-28T06:14:46.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T06:14:46.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T06:14:47.237Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-28T06:14:47.237Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-28T06:14:47.237Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:14:47.237Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T06:14:47.237Z] OK: 6 MiB in 16 packages [2021-04-28T06:14:48.635Z] Removing intermediate container 2665d16e23d1 [2021-04-28T06:14:48.635Z] ---> 209d81e2a97a [2021-04-28T06:14:48.635Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T06:14:48.897Z] ---> Running in 3469876fc81f [2021-04-28T06:14:48.897Z] Removing intermediate container 3469876fc81f [2021-04-28T06:14:48.897Z] ---> 908f4169cc8c [2021-04-28T06:14:48.897Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-28T06:14:49.160Z] ---> Running in 24c6ad8c11a3 [2021-04-28T06:14:49.160Z] Removing intermediate container 24c6ad8c11a3 [2021-04-28T06:14:49.160Z] ---> de9a9f46a5df [2021-04-28T06:14:49.160Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T06:14:49.425Z] ---> Running in 82cab64f763c [2021-04-28T06:14:49.425Z] Removing intermediate container 82cab64f763c [2021-04-28T06:14:49.425Z] ---> 59b1241854d9 [2021-04-28T06:14:49.425Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:14:50.005Z] ---> 88fb64369820 [2021-04-28T06:14:50.005Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-28T06:14:50.584Z] ---> 27b7f7905669 [2021-04-28T06:14:50.584Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-28T06:14:50.849Z] ---> b430ef58d1bd [2021-04-28T06:14:50.849Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-28T06:14:50.849Z] ---> Running in f7090440771f [2021-04-28T06:14:51.115Z] Removing intermediate container f7090440771f [2021-04-28T06:14:51.115Z] ---> 9de56bcae689 [2021-04-28T06:14:51.115Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:14:51.115Z] ---> Running in d4355b0a05c1 [2021-04-28T06:14:51.692Z] Removing intermediate container d4355b0a05c1 [2021-04-28T06:14:51.692Z] ---> 2ef9d88d3bee [2021-04-28T06:14:51.692Z] Step 20/22 : LABEL arch=x86_64 [2021-04-28T06:14:51.692Z] ---> Running in 4c4189cdb770 [2021-04-28T06:14:51.692Z] Removing intermediate container 4c4189cdb770 [2021-04-28T06:14:51.692Z] ---> 02b74db63faf [2021-04-28T06:14:51.692Z] Step 21/22 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:14:51.958Z] ---> Running in b2496bb47d88 [2021-04-28T06:14:51.958Z] Removing intermediate container b2496bb47d88 [2021-04-28T06:14:51.958Z] ---> a4c7c1838556 [2021-04-28T06:14:51.958Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T06:14:51.958Z] ---> Running in 594002bf8a36 [2021-04-28T06:14:52.225Z] Removing intermediate container 594002bf8a36 [2021-04-28T06:14:52.225Z] ---> d14aa47f87c6 [2021-04-28T06:14:52.225Z] [2021-04-28T06:14:52.492Z] Successfully built d14aa47f87c6 [2021-04-28T06:14:52.492Z] Successfully tagged docker-support-notifications-go:latest [2021-04-28T06:14:52.772Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-04-28T06:14:52.812Z] $ docker stop --time=1 2dc102d3bed3ec5e0b80f802e19ef36cd5c2441af731d7f7ff035cc9a16b633c [2021-04-28T06:14:54.489Z] $ docker rm -f 2dc102d3bed3ec5e0b80f802e19ef36cd5c2441af731d7f7ff035cc9a16b633c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T06:14:55.012Z] + docker images [2021-04-28T06:14:55.013Z] + grep docker [2021-04-28T06:14:55.275Z] docker-support-notifications-go latest d14aa47f87c6 3 seconds ago 18.2MB [2021-04-28T06:14:55.275Z] docker-core-command-go latest d968e0837ef6 12 seconds ago 17.5MB [2021-04-28T06:14:55.275Z] docker-core-metadata-go latest 7af471bfe99d 15 seconds ago 19.2MB [2021-04-28T06:14:55.275Z] docker-sys-mgmt-agent-go latest 678dd53b6d8c 24 seconds ago 312MB [2021-04-28T06:14:55.275Z] docker-support-scheduler-go latest b29cf8a3d536 30 seconds ago 17.7MB [2021-04-28T06:14:55.275Z] docker-security-bootstrapper-go latest 7079533fa1e2 About a minute ago 19.3MB [2021-04-28T06:14:55.275Z] docker-core-data-go latest 17e0096f8c9c About a minute ago 22.9MB [2021-04-28T06:14:55.275Z] docker-security-secretstore-setup-go latest e1b2f6adfde7 About a minute ago 26.3MB [2021-04-28T06:14:55.275Z] docker-security-proxy-setup-go latest c09ed71bdc9f 2 minutes ago 26MB [2021-04-28T06:14:55.275Z] 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-28T06:15:10.975Z] Still waiting to schedule task [2021-04-28T06:15:10.975Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-28T06:15:32.491Z] gofmt -l . [2021-04-28T06:15:32.491Z] [ "`gofmt -l .`" = "" ] [2021-04-28T06:15:32.491Z] ./bin/test-go-mod-tidy.sh [2021-04-28T06:15:32.491Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-28T06:15:35.165Z] + ls -al . [2021-04-28T06:15:35.165Z] total 828 [2021-04-28T06:15:35.165Z] drwxrwxr-x 9 1001 1001 4096 Apr 28 06:15 . [2021-04-28T06:15:35.165Z] drwxr-xr-x 4 root root 4096 Apr 28 06:11 .. [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 11 Apr 28 06:09 .dockerignore [2021-04-28T06:15:35.165Z] drwxrwxr-x 8 1001 1001 4096 Apr 28 06:09 .git [2021-04-28T06:15:35.165Z] drwxrwxr-x 3 1001 1001 4096 Apr 28 06:09 .github [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 818 Apr 28 06:09 .gitignore [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 166 Apr 28 06:09 .sonarcloud.properties [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 8609 Apr 28 06:09 Attribution.txt [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 3804 Apr 28 06:09 CONTRIBUTING.md [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 931 Apr 28 06:09 Dockerfile.build [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 863 Apr 28 06:09 Jenkinsfile [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 10775 Apr 28 06:09 LICENSE [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 5774 Apr 28 06:09 Makefile [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 7978 Apr 28 06:09 README.md [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 6755 Apr 28 06:09 SECURITY.md [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 5 Apr 28 06:06 VERSION [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 4131 Apr 28 06:09 ZMQWindows.md [2021-04-28T06:15:35.165Z] drwxrwxr-x 2 1001 1001 4096 Apr 28 06:09 bin [2021-04-28T06:15:35.165Z] drwxrwxr-x 14 1001 1001 4096 Apr 28 06:09 cmd [2021-04-28T06:15:35.165Z] -rw-r--r-- 1 root root 689628 Apr 28 06:14 coverage.out [2021-04-28T06:15:35.165Z] -rw-r--r-- 1 root root 1060 Apr 28 06:15 go.mod [2021-04-28T06:15:35.165Z] -rw-r--r-- 1 root root 21862 Apr 28 06:15 go.sum [2021-04-28T06:15:35.165Z] drwxrwxr-x 8 1001 1001 4096 Apr 28 06:09 internal [2021-04-28T06:15:35.165Z] drwxrwxr-x 4 1001 1001 4096 Apr 28 06:09 openapi [2021-04-28T06:15:35.165Z] drwxrwxr-x 4 1001 1001 4096 Apr 28 06:09 snap [2021-04-28T06:15:35.165Z] -rw-rw-r-- 1 1001 1001 168 Apr 28 06:09 version.go [Pipeline] sh [2021-04-28T06:15:35.844Z] + '[' -e coverage.out ] [2021-04-28T06:15:35.844Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-28T06:15:35.990Z] Warning: overwriting stash ‘coverage-report’ [2021-04-28T06:15:36.916Z] Stashed 1 file(s) [Pipeline] sh [2021-04-28T06:15:37.600Z] + make build [2021-04-28T06:15:37.600Z] 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-28T06:15:47.765Z] 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-28T06:16:04.736Z] Running on prd-ubuntu18.04-docker-8c-8g-2168 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws [2021-04-28T06:16:04.812Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-04-28T06:16:07.226Z] using credential edgex-jenkins-ssh [2021-04-28T06:16:07.242Z] Cloning the remote Git repository [2021-04-28T06:16:07.270Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-28T06:16:07.344Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-04-28T06:16:07.371Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T06:16:07.371Z] > git --version # timeout=10 [2021-04-28T06:16:07.376Z] > git --version # 'git version 2.17.1' [2021-04-28T06:16:07.377Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T06:16:07.400Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T06:16:14.605Z] 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-28T06:16:16.085Z] Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:16:16.241Z] Merge succeeded, producing 3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:16:16.242Z] Checking out Revision 3718f1804264b4d9eff5b8dceaa8090d27be1d0a (PR-3404) [2021-04-28T06:16:15.513Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T06:16:15.520Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T06:16:15.568Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T06:16:15.585Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T06:16:15.586Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T06:16:15.594Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T06:16:16.099Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T06:16:16.103Z] > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 [2021-04-28T06:16:16.213Z] > git remote # timeout=10 [2021-04-28T06:16:16.219Z] > git config --get remote.origin.url # timeout=10 [2021-04-28T06:16:16.230Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T06:16:16.234Z] > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 [2021-04-28T06:16:16.242Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-28T06:16:16.249Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T06:16:16.251Z] > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 [2021-04-28T06:16:16.608Z] 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-28T06:16:19.920Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-04-28T06:16:19.953Z] > git --version # timeout=10 [2021-04-28T06:16:19.959Z] > git --version # 'git version 2.17.1' [2021-04-28T06:16:19.962Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T06:16:21.043Z] + echo snap-build.sh [2021-04-28T06:16:21.043Z] snap-build.sh [2021-04-28T06:16:21.043Z] + SNAP_BASE_DIR=. [2021-04-28T06:16:21.043Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-04-28T06:16:21.043Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-04-28T06:16:21.043Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-04-28T06:16:21.043Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-04-28T06:16:21.043Z] + cd /w/workspace/edgex-go/1 [2021-04-28T06:16:21.043Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-28T06:16:21.043Z] Reading package lists... [2021-04-28T06:16:21.306Z] Building dependency tree... [2021-04-28T06:16:21.306Z] Reading state information... [2021-04-28T06:16:21.306Z] The following packages were automatically installed and are no longer required: [2021-04-28T06:16:21.306Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-28T06:16:21.306Z] uidmap xdelta3 [2021-04-28T06:16:21.306Z] Use 'sudo apt autoremove' to remove them. [2021-04-28T06:16:21.306Z] The following packages will be REMOVED: [2021-04-28T06:16:21.306Z] lxd* lxd-client* [2021-04-28T06:16:21.879Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-28T06:16:21.879Z] After this operation, 31.7 MB disk space will be freed. [2021-04-28T06:16:22.023Z] 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-28T06:16:23.190Z] (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-28T06:16:23.190Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-28T06:16:23.457Z] 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-28T06:16:24.135Z] Removing lxd dnsmasq configuration [2021-04-28T06:16:24.135Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-28T06:16:24.135Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-28T06:16:25.086Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-28T06:16:25.086Z] (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-28T06:16:25.086Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-28T06:16:26.476Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-28T06:16:26.476Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-28T06:16:27.861Z] + sudo snap remove --purge lxd [2021-04-28T06:16:28.122Z] snap "lxd" is not installed [2021-04-28T06:16:28.122Z] + sudo groupadd --force --system lxd [2021-04-28T06:16:28.122Z] ++ whoami [2021-04-28T06:16:28.122Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-28T06:16:28.122Z] + newgrp - lxd [2021-04-28T06:16:28.122Z] + sudo snap install lxd [2021-04-28T06:16:28.875Z] 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-28T06:16:34.283Z] 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-28T06:16:36.300Z] 2021-04-28T06:16:34Z INFO Waiting for automatic snapd restart... [2021-04-28T06:16:37.701Z] 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-28T06:16:42.035Z] 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-28T06:16:45.449Z] 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-28T06:16:48.547Z] lxd 4.13 from Canonical* installed [2021-04-28T06:16:48.547Z] + sudo lxd init --auto [2021-04-28T06:16:49.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 [Pipeline] } [2021-04-28T06:16:56.536Z] $ docker stop --time=1 9bbfc8b7f5cda55033257bb36406cd6c56cc715182d08d0647b0d14644bbc571 [2021-04-28T06:16:56.712Z] + sudo snap install --classic snapcraft [2021-04-28T06:16:59.011Z] $ docker rm -f 9bbfc8b7f5cda55033257bb36406cd6c56cc715182d08d0647b0d14644bbc571 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:17:00.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T06:17:00.911Z] [2021-04-28T06:17:00.911Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:17:01.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T06:17:01.590Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-28T06:17:01.590Z] 29e5d40040c1: Pulling fs layer [2021-04-28T06:17:01.590Z] 1ce36da41761: Pulling fs layer [2021-04-28T06:17:01.590Z] 25b303627fd3: Pulling fs layer [2021-04-28T06:17:02.001Z] snapcraft 4.6.2 from Canonical* installed [2021-04-28T06:17:02.001Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-28T06:17:02.001Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-28T06:17:02.001Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-28T06:17:02.001Z] Dload Upload Total Spent Left Speed [2021-04-28T06:17:02.001Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4576 0 --:--:-- --:--:-- --:--:-- 4543 [2021-04-28T06:17:02.001Z] 100 3325k 100 3325k 0 0 6855k 0 --:--:-- --:--:-- --:--:-- 6855k [2021-04-28T06:17:02.001Z] ./yq_linux_amd64 [2021-04-28T06:17:02.001Z] + sudo snapcraft prime --use-lxd [2021-04-28T06:17:03.017Z] 29e5d40040c1: Verifying Checksum [2021-04-28T06:17:03.017Z] 29e5d40040c1: Download complete [2021-04-28T06:17:03.616Z] 1ce36da41761: Verifying Checksum [2021-04-28T06:17:03.616Z] 1ce36da41761: Download complete [2021-04-28T06:17:03.616Z] 29e5d40040c1: Pull complete [2021-04-28T06:17:03.911Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-28T06:17:03.911Z] 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-28T06:17:03.911Z] - README.md [2021-04-28T06:17:03.911Z] [2021-04-28T06:17:03.911Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-28T06:17:04.592Z] 1ce36da41761: Pull complete [2021-04-28T06:17:04.857Z] Launching a container. [2021-04-28T06:17:05.566Z] 25b303627fd3: Verifying Checksum [2021-04-28T06:17:05.566Z] 25b303627fd3: Download complete [2021-04-28T06:17:15.718Z] 25b303627fd3: Pull complete [2021-04-28T06:17:15.718Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-28T06:17:15.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T06:17:15.718Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-28T06:17:15.963Z] prd-ubuntu18.04-docker-arm64-4c-16g-2165 does not seem to be running inside a container [2021-04-28T06:17:16.044Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-28T06:17:17.110Z] Waiting for container to be ready [2021-04-28T06:17:17.371Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-28T06:17:17.371Z] [2021-04-28T06:17:19.073Z] $ docker top 6e4640779dca98c7a65df4d7b04510e9308769baff23158f12c7cdd1344bf2ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T06:17:20.119Z] + docker-compose build --help [2021-04-28T06:17:20.119Z] + grep parallel [2021-04-28T06:17:21.591Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-28T06:17:21.591Z] Waiting for network to be ready... [2021-04-28T06:17:21.852Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-28T06:17:22.114Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-28T06:17:22.114Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-28T06:17:22.114Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-28T06:17:22.114Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-28T06:17:22.114Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-28T06:17:22.114Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-28T06:17:22.114Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-28T06:17:22.114Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-28T06:17:22.114Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-28T06:17:22.693Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-28T06:17:22.693Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-28T06:17:22.957Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-28T06:17:22.957Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-28T06:17:22.957Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-28T06:17:22.957Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-28T06:17:22.957Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-28T06:17:22.957Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-28T06:17:23.498Z] --parallel Build images in parallel. [2021-04-28T06:17:23.531Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-28T06:17:23.532Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-28T06:17:23.532Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-28T06:17:23.532Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-28T06:17:23.532Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-28T06:17:23.532Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-28T06:17:23.532Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-28T06:17:23.532Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-28T06:17:23.794Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [Pipeline] } [2021-04-28T06:17:23.803Z] $ docker stop --time=1 6e4640779dca98c7a65df4d7b04510e9308769baff23158f12c7cdd1344bf2ca [2021-04-28T06:17:25.719Z] $ docker rm -f 6e4640779dca98c7a65df4d7b04510e9308769baff23158f12c7cdd1344bf2ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:17:27.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T06:17:27.391Z] . [Pipeline] withDockerContainer [2021-04-28T06:17:27.560Z] Fetched 24.4 MB in 5s (4691 kB/s) [2021-04-28T06:17:27.717Z] prd-ubuntu18.04-docker-arm64-4c-16g-2165 does not seem to be running inside a container [2021-04-28T06:17:27.799Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-28T06:17:28.509Z] Reading package lists... [2021-04-28T06:17:28.780Z] Reading package lists... [2021-04-28T06:17:28.780Z] Building dependency tree... [2021-04-28T06:17:28.780Z] Reading state information... [2021-04-28T06:17:29.042Z] The following additional packages will be installed: [2021-04-28T06:17:29.042Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-28T06:17:29.042Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-28T06:17:29.042Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-28T06:17:29.042Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-28T06:17:29.042Z] Suggested packages: [2021-04-28T06:17:29.042Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-28T06:17:29.042Z] Recommended packages: [2021-04-28T06:17:29.042Z] gnupg libsasl2-modules [2021-04-28T06:17:29.042Z] The following NEW packages will be installed: [2021-04-28T06:17:29.042Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-28T06:17:29.042Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-28T06:17:29.042Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-28T06:17:29.042Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-28T06:17:29.042Z] The following packages will be upgraded: [2021-04-28T06:17:29.042Z] gpg gpg-agent gpgconf libudev1 [2021-04-28T06:17:29.252Z] $ docker top e0b0dfc439838810b556742803c17031b47fe4c3a98bfb40bce6c12693a1b5d2 -eo pid,comm [2021-04-28T06:17:29.304Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-28T06:17:29.304Z] Need to get 3529 kB of archives. [2021-04-28T06:17:29.304Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-28T06:17:29.304Z] 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-28T06:17:29.304Z] Get:2 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-28T06:17:29.304Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-28T06:17:29.304Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-28T06:17:29.304Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-28T06:17:29.566Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [Pipeline] { [Pipeline] sh [2021-04-28T06:17:30.141Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-28T06:17:30.141Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-28T06:17:30.141Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-28T06:17:30.141Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-28T06:17:30.141Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-28T06:17:30.141Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-28T06:17:30.141Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-28T06:17:30.141Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-28T06:17:30.141Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-28T06:17:30.141Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-28T06:17:30.141Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-28T06:17:30.141Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-28T06:17:30.141Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-28T06:17:30.141Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-28T06:17:30.141Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-28T06:17:30.141Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-28T06:17:30.329Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-28T06:17:30.404Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T06:17:30.404Z] Fetched 3529 kB in 1s (3159 kB/s) [2021-04-28T06:17:30.404Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-28T06:17:30.404Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-28T06:17:30.665Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T06:17:30.665Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-28T06:17:30.665Z] Selecting previously unselected package udev. [2021-04-28T06:17:30.665Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-28T06:17:30.665Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-28T06:17:30.665Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-28T06:17:31.240Z] Selecting previously unselected package libfuse2:amd64. [2021-04-28T06:17:31.240Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-28T06:17:31.240Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-28T06:17:31.240Z] Selecting previously unselected package fuse. [2021-04-28T06:17:31.240Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-28T06:17:31.240Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-28T06:17:31.501Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T06:17:31.501Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T06:17:31.501Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T06:17:31.501Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T06:17:31.763Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T06:17:31.763Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T06:17:31.763Z] Selecting previously unselected package libksba8:amd64. [2021-04-28T06:17:31.763Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-28T06:17:31.763Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-28T06:17:32.027Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-28T06:17:32.027Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T06:17:32.027Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:32.027Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-28T06:17:32.027Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T06:17:32.027Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:32.027Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-28T06:17:32.027Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T06:17:32.027Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:32.290Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-28T06:17:32.290Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T06:17:32.290Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:32.290Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-28T06:17:32.290Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T06:17:32.290Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:32.552Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-28T06:17:32.552Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T06:17:32.552Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:32.552Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-28T06:17:32.552Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T06:17:32.552Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:32.814Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-28T06:17:32.814Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T06:17:32.814Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:32.814Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-28T06:17:32.814Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T06:17:32.814Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:32.814Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-28T06:17:32.814Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-28T06:17:32.814Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T06:17:33.076Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-28T06:17:33.076Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-28T06:17:33.076Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T06:17:33.076Z] Selecting previously unselected package libldap-common. [2021-04-28T06:17:33.076Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-28T06:17:33.076Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T06:17:33.339Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-28T06:17:33.339Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-28T06:17:33.339Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T06:17:33.339Z] Selecting previously unselected package dirmngr. [2021-04-28T06:17:33.339Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T06:17:33.339Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-28T06:17:33.339Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T06:17:33.601Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-28T06:17:33.601Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-28T06:17:33.601Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T06:17:33.601Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T06:17:33.601Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-28T06:17:33.601Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:33.601Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-28T06:17:33.601Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T06:17:33.863Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-28T06:17:34.125Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-28T06:17:34.387Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:34.387Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-28T06:17:34.387Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-28T06:17:34.387Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-28T06:17:34.387Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:34.387Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:34.387Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:34.650Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:34.650Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:34.650Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:34.650Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T06:17:34.650Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T06:17:34.650Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-28T06:17:34.650Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T06:17:34.836Z] Building docker-core-command-go ... [2021-04-28T06:17:34.836Z] Building docker-core-data-go ... [2021-04-28T06:17:34.836Z] Building docker-core-metadata-go ... [2021-04-28T06:17:34.836Z] Building docker-security-bootstrapper-go ... [2021-04-28T06:17:34.836Z] Building docker-security-proxy-setup-go ... [2021-04-28T06:17:34.836Z] Building docker-security-secretstore-setup-go ... [2021-04-28T06:17:34.836Z] Building docker-support-notifications-go ... [2021-04-28T06:17:34.836Z] Building docker-support-scheduler-go ... [2021-04-28T06:17:34.836Z] Building docker-sys-mgmt-agent-go ... [2021-04-28T06:17:34.836Z] Building docker-core-data-go [2021-04-28T06:17:34.836Z] Building docker-security-bootstrapper-go [2021-04-28T06:17:34.836Z] Building docker-support-notifications-go [2021-04-28T06:17:34.836Z] Building docker-core-metadata-go [2021-04-28T06:17:34.836Z] Building docker-security-proxy-setup-go [2021-04-28T06:17:35.225Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-28T06:17:35.225Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-28T06:17:35.225Z] This means they are not meant to be enabled using systemctl. [2021-04-28T06:17:35.225Z] Possible reasons for having this kind of units are: [2021-04-28T06:17:35.225Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-28T06:17:35.225Z] .wants/ or .requires/ directory. [2021-04-28T06:17:35.225Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-28T06:17:35.225Z] a requirement dependency on it. [2021-04-28T06:17:35.225Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-28T06:17:35.225Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-28T06:17:35.225Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-28T06:17:35.225Z] instance name specified. [2021-04-28T06:17:35.487Z] Reading package lists... [2021-04-28T06:17:35.757Z] Building dependency tree... [2021-04-28T06:17:35.757Z] Reading state information... [2021-04-28T06:17:35.757Z] The following additional packages will be installed: [2021-04-28T06:17:35.757Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-28T06:17:35.757Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-28T06:17:35.757Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-28T06:17:35.757Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-28T06:17:35.757Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-28T06:17:35.757Z] Suggested packages: [2021-04-28T06:17:35.757Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-28T06:17:35.757Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-28T06:17:35.757Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-28T06:17:35.757Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-28T06:17:35.757Z] systemd-container policykit-1 [2021-04-28T06:17:35.757Z] Recommended packages: [2021-04-28T06:17:35.757Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-28T06:17:36.024Z] The following NEW packages will be installed: [2021-04-28T06:17:36.024Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-28T06:17:36.024Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-28T06:17:36.024Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-28T06:17:36.024Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-28T06:17:36.024Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-28T06:17:36.024Z] The following packages will be upgraded: [2021-04-28T06:17:36.024Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-28T06:17:36.024Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-28T06:17:36.024Z] Need to get 35.2 MB of archives. [2021-04-28T06:17:36.024Z] After this operation, 141 MB of additional disk space will be used. [2021-04-28T06:17:36.024Z] 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-28T06:17:36.024Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-28T06:17:36.024Z] 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-28T06:17:36.024Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-28T06:17:36.024Z] 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-28T06:17:36.286Z] 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-28T06:17:36.286Z] 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-28T06:17:36.286Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-28T06:17:36.286Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-28T06:17:36.286Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-28T06:17:36.286Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-28T06:17:36.286Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-28T06:17:36.286Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-28T06:17:36.286Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-28T06:17:36.286Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-28T06:17:36.286Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-28T06:17:36.286Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-28T06:17:37.234Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-28T06:17:37.234Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-28T06:17:37.234Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-28T06:17:37.234Z] 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-28T06:17:37.234Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-28T06:17:37.234Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-28T06:17:37.234Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-28T06:17:37.234Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-28T06:17:37.234Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-28T06:17:37.234Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-28T06:17:37.234Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-28T06:17:37.234Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-28T06:17:37.234Z] 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-28T06:17:37.495Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T06:17:37.495Z] Fetched 35.2 MB in 1s (26.6 MB/s) [2021-04-28T06:17:37.756Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-28T06:17:37.756Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-28T06:17:38.018Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T06:17:38.591Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-28T06:17:38.591Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T06:17:38.851Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-28T06:17:38.851Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-28T06:17:38.851Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-28T06:17:38.851Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-28T06:17:39.112Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-28T06:17:39.112Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-28T06:17:39.112Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-28T06:17:39.374Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-28T06:17:39.635Z] Setting up apt (1.6.13) ... [2021-04-28T06:17:39.635Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-28T06:17:40.207Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-28T06:17:40.207Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-28T06:17:40.207Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-28T06:17:40.207Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-28T06:17:40.475Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-28T06:17:40.475Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T06:17:40.475Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T06:17:40.737Z] Selecting previously unselected package libexpat1:amd64. [2021-04-28T06:17:40.737Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-28T06:17:40.737Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-28T06:17:40.737Z] Selecting previously unselected package python3.6-minimal. [2021-04-28T06:17:40.737Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T06:17:40.737Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T06:17:41.000Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-28T06:17:41.264Z] Checking for services that may need to be restarted...done. [2021-04-28T06:17:41.264Z] Checking for services that may need to be restarted...done. [2021-04-28T06:17:41.264Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T06:17:41.264Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-28T06:17:41.264Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T06:17:41.836Z] Selecting previously unselected package python3-minimal. [2021-04-28T06:17:41.836Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-28T06:17:41.836Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-28T06:17:41.836Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-28T06:17:42.098Z] Selecting previously unselected package mime-support. [2021-04-28T06:17:42.098Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-28T06:17:42.098Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-28T06:17:42.098Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-28T06:17:42.098Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-28T06:17:42.098Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-28T06:17:42.098Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-28T06:17:42.098Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T06:17:42.098Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T06:17:42.670Z] Selecting previously unselected package python3.6. [2021-04-28T06:17:42.670Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T06:17:42.670Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T06:17:42.670Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-28T06:17:42.670Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-28T06:17:42.670Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-28T06:17:42.670Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-28T06:17:43.613Z] Selecting previously unselected package python3. [2021-04-28T06:17:43.614Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-28T06:17:43.614Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-28T06:17:43.614Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-28T06:17:43.614Z] Selecting previously unselected package multiarch-support. [2021-04-28T06:17:43.614Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T06:17:43.614Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-28T06:17:43.614Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-28T06:17:43.614Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-28T06:17:43.614Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-28T06:17:43.614Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-28T06:17:43.614Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-28T06:17:43.877Z] Selecting previously unselected package libbsd0:amd64. [2021-04-28T06:17:43.877Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-28T06:17:43.877Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-28T06:17:43.877Z] Selecting previously unselected package sudo. [2021-04-28T06:17:43.877Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-28T06:17:43.877Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-28T06:17:44.138Z] Selecting previously unselected package apparmor. [2021-04-28T06:17:44.138Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-28T06:17:44.138Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-28T06:17:44.138Z] Selecting previously unselected package libedit2:amd64. [2021-04-28T06:17:44.138Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-28T06:17:44.138Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-28T06:17:44.399Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-28T06:17:44.399Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T06:17:44.399Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T06:17:44.399Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-28T06:17:44.399Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T06:17:44.399Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T06:17:44.662Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-28T06:17:44.662Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-28T06:17:44.662Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-28T06:17:44.662Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-28T06:17:44.662Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T06:17:44.662Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T06:17:44.662Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-28T06:17:44.662Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T06:17:44.923Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T06:17:44.923Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-28T06:17:44.923Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-28T06:17:44.923Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-28T06:17:45.186Z] Selecting previously unselected package openssh-client. [2021-04-28T06:17:45.186Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-28T06:17:45.186Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-28T06:17:45.186Z] Selecting previously unselected package squashfs-tools. [2021-04-28T06:17:45.186Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-28T06:17:45.186Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-28T06:17:45.447Z] Selecting previously unselected package snapd. [2021-04-28T06:17:45.447Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-28T06:17:45.447Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-28T06:17:47.994Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-28T06:17:47.994Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-28T06:17:47.994Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-28T06:17:47.994Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-28T06:17:47.994Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-28T06:17:47.994Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T06:17:47.994Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T06:17:47.994Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-28T06:17:47.994Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-28T06:17:49.390Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-28T06:17:49.390Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-28T06:17:49.390Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-28T06:17:49.390Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T06:17:49.390Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T06:17:49.390Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T06:17:50.333Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-28T06:17:50.333Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T06:17:50.333Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-28T06:17:50.333Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-28T06:17:50.333Z] running python rtupdate hooks for python3.6... [2021-04-28T06:17:50.333Z] running python post-rtupdate hooks for python3.6... [2021-04-28T06:17:50.333Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-28T06:17:52.255Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-28T06:17:52.255Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T06:17:52.255Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-28T06:17:52.255Z] Setting up snapd (2.48.3+18.04) ... [2021-04-28T06:17:52.827Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-28T06:17:53.105Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-28T06:17:53.105Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-28T06:17:53.367Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-28T06:17:53.628Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-28T06:17:53.628Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-28T06:17:53.894Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-28T06:17:53.894Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-28T06:17:54.155Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-28T06:17:54.420Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-28T06:17:54.420Z] /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-28T06:17:54.682Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T06:17:54.682Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-28T06:17:56.070Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T06:17:56.070Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-28T06:17:56.070Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T06:17:56.070Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-28T06:17:56.644Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-28T06:17:57.217Z] Fetched 2909 kB in 1s (1943 kB/s) [2021-04-28T06:17:58.621Z] Reading package lists... [2021-04-28T06:17:58.884Z] Reading package lists... [2021-04-28T06:17:59.148Z] Building dependency tree... [2021-04-28T06:17:59.148Z] Reading state information... [2021-04-28T06:17:59.148Z] Calculating upgrade... [2021-04-28T06:17:59.410Z] The following packages will be upgraded: [2021-04-28T06:17:59.410Z] advancecomp base-files bash binutils binutils-common [2021-04-28T06:17:59.410Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-28T06:17:59.410Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-28T06:17:59.410Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-28T06:17:59.410Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-28T06:17:59.410Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-28T06:17:59.410Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-28T06:17:59.410Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-28T06:17:59.410Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-28T06:17:59.410Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-28T06:17:59.410Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-28T06:17:59.410Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-28T06:17:59.410Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-28T06:17:59.410Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-28T06:17:59.410Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-28T06:17:59.671Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-28T06:17:59.671Z] Need to get 64.0 MB of archives. [2021-04-28T06:17:59.671Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-28T06:17:59.671Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-28T06:17:59.671Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-28T06:18:00.247Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-28T06:18:00.247Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-28T06:18:00.247Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-28T06:18:00.247Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-28T06:18:00.247Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-28T06:18:00.247Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-28T06:18:00.247Z] 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-28T06:18:00.247Z] 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-28T06:18:00.247Z] 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-28T06:18:00.247Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-28T06:18:00.247Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-28T06:18:00.247Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-28T06:18:00.509Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-28T06:18:00.509Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-28T06:18:00.509Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-28T06:18:00.509Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-28T06:18:00.509Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-28T06:18:00.509Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-28T06:18:00.509Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-28T06:18:00.509Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-28T06:18:00.509Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-28T06:18:00.509Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-28T06:18:00.509Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-28T06:18:00.509Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-28T06:18:00.509Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-28T06:18:00.509Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-28T06:18:00.509Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-28T06:18:00.509Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-28T06:18:00.509Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-28T06:18:00.509Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-28T06:18:00.509Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-28T06:18:00.771Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-28T06:18:00.771Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-28T06:18:00.771Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-28T06:18:00.771Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-28T06:18:00.771Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-28T06:18:00.771Z] Get:39 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-28T06:18:00.771Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-28T06:18:00.771Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-28T06:18:00.771Z] Get:42 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-28T06:18:00.771Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-28T06:18:00.771Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-28T06:18:00.771Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-28T06:18:00.771Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-28T06:18:00.771Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-28T06:18:00.771Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-28T06:18:00.771Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-28T06:18:00.771Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-28T06:18:00.771Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-28T06:18:00.771Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-28T06:18:00.771Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-28T06:18:00.771Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-28T06:18:00.771Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-28T06:18:00.771Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-28T06:18:00.771Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-28T06:18:01.034Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-28T06:18:01.034Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-28T06:18:01.034Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-28T06:18:01.034Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-28T06:18:01.034Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-28T06:18:01.034Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-28T06:18:01.034Z] Get:64 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-28T06:18:01.034Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-28T06:18:01.034Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-28T06:18:01.034Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-28T06:18:01.034Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-28T06:18:01.034Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-28T06:18:01.034Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-28T06:18:01.034Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-28T06:18:01.034Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-28T06:18:01.034Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-28T06:18:01.034Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-28T06:18:01.034Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-28T06:18:01.034Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-28T06:18:01.034Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-28T06:18:01.034Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-28T06:18:01.034Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-28T06:18:01.034Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-28T06:18:01.299Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-28T06:18:01.299Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-28T06:18:01.299Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-28T06:18:01.299Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-28T06:18:01.299Z] Get:85 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-28T06:18:01.299Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-28T06:18:01.299Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-28T06:18:01.299Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-28T06:18:01.299Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-28T06:18:01.299Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-28T06:18:01.299Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-28T06:18:01.299Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-28T06:18:01.871Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-28T06:18:02.134Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-28T06:18:02.134Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-28T06:18:02.397Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-28T06:18:02.659Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-28T06:18:02.659Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-28T06:18:02.659Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-28T06:18:02.659Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-28T06:18:02.659Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-28T06:18:02.919Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T06:18:02.919Z] Fetched 64.0 MB in 3s (19.7 MB/s) [2021-04-28T06:18:02.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:02.919Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T06:18:02.919Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T06:18:03.861Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T06:18:03.861Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T06:18:03.861Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-28T06:18:03.861Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-28T06:18:04.835Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:04.835Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T06:18:04.835Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:04.836Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T06:18:05.098Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:05.098Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T06:18:05.360Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:05.360Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T06:18:05.360Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:05.360Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T06:18:05.623Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:05.623Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T06:18:05.623Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:05.884Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T06:18:05.884Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:05.884Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T06:18:05.884Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:05.884Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-28T06:18:06.146Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:06.146Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T06:18:06.146Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:06.146Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T06:18:06.409Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:06.409Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T06:18:06.409Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:06.409Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T06:18:06.670Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:06.670Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T06:18:06.670Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T06:18:06.931Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T06:18:07.512Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-28T06:18:07.774Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T06:18:07.774Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-28T06:18:07.774Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-28T06:18:07.774Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-28T06:18:07.774Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-28T06:18:08.037Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-28T06:18:08.037Z] Installing new version of config file /etc/issue ... [2021-04-28T06:18:08.037Z] Installing new version of config file /etc/issue.net ... [2021-04-28T06:18:08.037Z] Installing new version of config file /etc/lsb-release ... [2021-04-28T06:18:08.037Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-28T06:18:08.298Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-28T06:18:08.560Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-28T06:18:08.560Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-28T06:18:08.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:08.560Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-28T06:18:08.560Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-28T06:18:08.822Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-28T06:18:08.822Z] 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-28T06:18:09.084Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:09.084Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T06:18:09.084Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-28T06:18:09.084Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-28T06:18:09.084Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:09.084Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-28T06:18:09.084Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-28T06:18:09.345Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-28T06:18:09.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:09.607Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-28T06:18:09.607Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-28T06:18:09.872Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-28T06:18:09.872Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:09.872Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T06:18:09.872Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T06:18:10.134Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-28T06:18:10.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:10.134Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T06:18:10.134Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T06:18:10.395Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-28T06:18:10.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:10.395Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-28T06:18:10.395Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-28T06:18:10.395Z] Setting up grep (3.1-2build1) ... [2021-04-28T06:18:10.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:10.655Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-28T06:18:10.655Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-28T06:18:10.655Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-28T06:18:10.916Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:10.916Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T06:18:10.916Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T06:18:10.916Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-28T06:18:11.179Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:11.179Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-28T06:18:11.179Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T06:18:11.752Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-28T06:18:11.752Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T06:18:12.015Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-28T06:18:12.015Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T06:18:12.592Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-28T06:18:12.592Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:12.592Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-28T06:18:12.592Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T06:18:13.977Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-28T06:18:13.977Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-28T06:18:13.977Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-28T06:18:13.977Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-28T06:18:13.977Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-28T06:18:13.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:13.977Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-28T06:18:13.977Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-28T06:18:14.240Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-28T06:18:14.240Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:14.240Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T06:18:14.240Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T06:18:14.501Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T06:18:14.501Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:14.501Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T06:18:14.501Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T06:18:14.762Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T06:18:14.762Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:14.762Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T06:18:14.762Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T06:18:14.762Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T06:18:15.023Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:15.023Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T06:18:15.023Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T06:18:15.023Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T06:18:15.289Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:15.289Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T06:18:15.289Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T06:18:15.289Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T06:18:15.289Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T06:18:15.551Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-28T06:18:15.551Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:15.551Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T06:18:15.551Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T06:18:15.811Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-28T06:18:15.811Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:15.811Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T06:18:15.811Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T06:18:16.077Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T06:18:16.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:16.077Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T06:18:16.077Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T06:18:16.077Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-28T06:18:16.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:16.339Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T06:18:16.339Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T06:18:16.601Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-28T06:18:16.863Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-28T06:18:17.437Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-28T06:18:17.437Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:17.437Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T06:18:17.437Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T06:18:17.699Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-28T06:18:17.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T06:18:17.699Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-28T06:18:17.962Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T06:18:17.962Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-28T06:18:17.962Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:17.962Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-28T06:18:17.962Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-28T06:18:18.226Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-28T06:18:18.487Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:18.487Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-28T06:18:18.487Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-28T06:18:18.748Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-28T06:18:18.748Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:18.748Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-28T06:18:18.748Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-28T06:18:18.748Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-28T06:18:19.009Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:19.009Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-28T06:18:19.009Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T06:18:19.009Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T06:18:19.271Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:19.272Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-28T06:18:19.272Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T06:18:19.272Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T06:18:19.533Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:19.533Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-28T06:18:19.798Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T06:18:20.059Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T06:18:20.321Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:20.321Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T06:18:20.321Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T06:18:20.321Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-28T06:18:20.584Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T06:18:20.584Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T06:18:20.584Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T06:18:20.584Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-28T06:18:20.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:20.847Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-28T06:18:20.847Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-28T06:18:20.847Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-28T06:18:21.107Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:21.107Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-28T06:18:21.107Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T06:18:21.107Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T06:18:21.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:21.369Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T06:18:21.369Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T06:18:21.369Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-28T06:18:21.630Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:21.630Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-28T06:18:21.630Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-28T06:18:21.630Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-28T06:18:21.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:21.891Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-28T06:18:21.891Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-28T06:18:22.160Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-28T06:18:22.422Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:22.422Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T06:18:22.422Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T06:18:22.684Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-28T06:18:22.684Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:22.684Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-28T06:18:22.684Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-28T06:18:22.945Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-28T06:18:22.945Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:22.945Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-28T06:18:22.945Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-28T06:18:23.206Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-28T06:18:23.206Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:23.206Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-28T06:18:23.206Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-28T06:18:23.485Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-28T06:18:23.485Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:23.485Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-28T06:18:23.485Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-28T06:18:23.485Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-28T06:18:23.746Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:23.746Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-28T06:18:23.746Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-28T06:18:23.746Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-28T06:18:24.009Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:24.009Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-28T06:18:24.009Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-28T06:18:24.009Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-28T06:18:24.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:24.272Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-28T06:18:24.272Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-28T06:18:24.272Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-28T06:18:24.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T06:18:24.272Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-28T06:18:24.272Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-28T06:18:24.533Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-28T06:18:24.533Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-28T06:18:24.533Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-28T06:18:24.533Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-28T06:18:24.794Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-28T06:18:24.794Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-28T06:18:24.794Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-28T06:18:25.055Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-28T06:18:25.318Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-28T06:18:25.318Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-28T06:18:25.580Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-28T06:18:25.580Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-28T06:18:25.580Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-28T06:18:25.580Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-28T06:18:25.841Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-28T06:18:25.841Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-28T06:18:25.841Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-28T06:18:25.841Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-28T06:18:26.103Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-28T06:18:26.103Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-28T06:18:26.103Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-28T06:18:26.103Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-28T06:18:26.103Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-28T06:18:26.364Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-28T06:18:26.364Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-28T06:18:26.364Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-28T06:18:27.306Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-28T06:18:27.306Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-28T06:18:27.567Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-28T06:18:27.567Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-28T06:18:27.567Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T06:18:27.567Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T06:18:28.143Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T06:18:28.143Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T06:18:28.404Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T06:18:28.404Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T06:18:28.404Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T06:18:28.664Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T06:18:28.664Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:28.664Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T06:18:28.933Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:28.933Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T06:18:28.933Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:28.933Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T06:18:29.194Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:29.194Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T06:18:30.589Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:30.589Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T06:18:31.534Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:31.534Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T06:18:32.110Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:32.110Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T06:18:32.689Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:32.689Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T06:18:33.635Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T06:18:33.635Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T06:18:33.635Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-28T06:18:33.635Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-28T06:18:33.635Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-28T06:18:33.635Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-28T06:18:33.899Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-28T06:18:33.899Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-28T06:18:34.160Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-28T06:18:34.160Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-28T06:18:34.160Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-28T06:18:34.160Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-28T06:18:34.423Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-28T06:18:34.423Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-28T06:18:34.423Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-28T06:18:34.423Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-28T06:18:34.711Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:34.711Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-28T06:18:34.711Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:34.712Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:34.712Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:34.972Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-28T06:18:34.972Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-28T06:18:34.972Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-28T06:18:34.972Z] [2021-04-28T06:18:34.972Z] Current default time zone: 'Etc/UTC' [2021-04-28T06:18:34.972Z] Local time is now: Wed Apr 28 06:18:34 UTC 2021. [2021-04-28T06:18:34.972Z] Universal Time is now: Wed Apr 28 06:18:34 UTC 2021. [2021-04-28T06:18:34.972Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-28T06:18:34.972Z] [2021-04-28T06:18:35.233Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-28T06:18:35.233Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:35.233Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-28T06:18:35.233Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-28T06:18:35.233Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-28T06:18:35.233Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-28T06:18:35.493Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-28T06:18:35.493Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-28T06:18:35.493Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-28T06:18:35.493Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-28T06:18:35.493Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:35.493Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-28T06:18:35.754Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T06:18:36.022Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-28T06:18:36.022Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:36.022Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-28T06:18:36.022Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-28T06:18:36.022Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-28T06:18:36.022Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-28T06:18:36.022Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-28T06:18:36.022Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-28T06:18:36.022Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-28T06:18:36.022Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-28T06:18:37.938Z] Updating certificates in /etc/ssl/certs... [2021-04-28T06:18:38.204Z] 23 added, 27 removed; done. [2021-04-28T06:18:38.465Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-28T06:18:38.465Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T06:18:38.465Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-28T06:18:38.465Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-28T06:18:38.465Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-28T06:18:38.465Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T06:18:38.465Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-28T06:18:38.465Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T06:18:38.726Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T06:18:38.726Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T06:18:38.726Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T06:18:38.726Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T06:18:38.726Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-28T06:18:38.726Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-28T06:18:38.726Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-28T06:18:38.726Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-28T06:18:38.726Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-28T06:18:38.987Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T06:18:38.987Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T06:18:38.987Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-28T06:18:38.987Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-28T06:18:38.987Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-28T06:18:38.987Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-28T06:18:38.987Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-28T06:18:39.248Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-28T06:18:39.248Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-28T06:18:39.248Z] Updating certificates in /etc/ssl/certs... [2021-04-28T06:18:39.825Z] 0 added, 0 removed; done. [2021-04-28T06:18:39.825Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-28T06:18:39.825Z] done. [2021-04-28T06:18:40.396Z] Reading package lists... [2021-04-28T06:18:40.658Z] Building dependency tree... [2021-04-28T06:18:40.658Z] Reading state information... [2021-04-28T06:18:40.918Z] The following NEW packages will be installed: [2021-04-28T06:18:40.918Z] apt-transport-https [2021-04-28T06:18:40.918Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-28T06:18:40.918Z] Need to get 1692 B of archives. [2021-04-28T06:18:40.918Z] After this operation, 154 kB of additional disk space will be used. [2021-04-28T06:18:40.918Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-28T06:18:41.181Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T06:18:41.181Z] Fetched 1692 B in 0s (8496 B/s) [2021-04-28T06:18:41.181Z] Selecting previously unselected package apt-transport-https. [2021-04-28T06:18:41.444Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-28T06:18:41.444Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-28T06:18:41.444Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-28T06:18:41.444Z] Setting up apt-transport-https (1.6.13) ... [2021-04-28T06:18:41.705Z] Waiting for network to be ready... [2021-04-28T06:18:49.854Z] 2021-04-28T06:18:46Z INFO Waiting for automatic snapd restart... [2021-04-28T06:18:50.797Z] snapd 2.49.2 from Canonical* installed [2021-04-28T06:18:52.211Z] "snapd" switched to the "latest/stable" channel [2021-04-28T06:18:52.211Z] [2021-04-28T06:18:56.414Z] core18 20210309 from Canonical* installed [2021-04-28T06:18:56.414Z] "core18" switched to the "latest/stable" channel [2021-04-28T06:18:56.414Z] [2021-04-28T06:18:56.697Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:18:56.697Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:18:56.697Z] ---> a6894bab5b6b [2021-04-28T06:18:56.697Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T06:18:56.697Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:18:56.697Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:18:56.697Z] ---> a6894bab5b6b [2021-04-28T06:18:56.697Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T06:18:56.697Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:18:56.697Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:18:56.697Z] ---> a6894bab5b6b [2021-04-28T06:18:56.697Z] Step 3/21 : WORKDIR /edgex-go [2021-04-28T06:18:56.697Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:18:56.697Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:18:56.697Z] ---> a6894bab5b6b [2021-04-28T06:18:56.697Z] Step 3/31 : WORKDIR /edgex-go [2021-04-28T06:18:56.697Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:18:56.697Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:18:56.697Z] ---> a6894bab5b6b [2021-04-28T06:18:56.697Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T06:18:56.697Z] ---> Running in 63259fb76320 [2021-04-28T06:18:56.697Z] ---> Running in 3e2f7b0a95b9 [2021-04-28T06:18:56.697Z] ---> Running in 45d9565c0d0d [2021-04-28T06:18:56.697Z] ---> Running in 6d75ab15d9f6 [2021-04-28T06:18:56.697Z] ---> Running in e9592f7a09fe [2021-04-28T06:18:56.697Z] Removing intermediate container e9592f7a09fe [2021-04-28T06:18:56.697Z] ---> 8fb198c44636 [2021-04-28T06:18:56.697Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:18:56.697Z] Removing intermediate container 45d9565c0d0d [2021-04-28T06:18:56.697Z] ---> 93f399d45a75 [2021-04-28T06:18:56.697Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:18:56.697Z] Removing intermediate container 63259fb76320 [2021-04-28T06:18:56.697Z] ---> 82fb712851be [2021-04-28T06:18:56.698Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:18:56.698Z] Removing intermediate container 3e2f7b0a95b9 [2021-04-28T06:18:56.698Z] ---> b801bfa64a7e [2021-04-28T06:18:56.698Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:18:56.698Z] Removing intermediate container 6d75ab15d9f6 [2021-04-28T06:18:56.698Z] ---> 2264a43a4fce [2021-04-28T06:18:56.698Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:18:56.698Z] ---> Running in 755061698df2 [2021-04-28T06:18:56.698Z] ---> Running in da9dac683a07 [2021-04-28T06:18:56.698Z] ---> Running in 2b51422ecbce [2021-04-28T06:18:56.698Z] ---> Running in ba0707e885d9 [2021-04-28T06:18:56.698Z] ---> Running in 9d42ef38dd53 [2021-04-28T06:18:56.698Z] Removing intermediate container 755061698df2 [2021-04-28T06:18:56.698Z] ---> c451389899e3 [2021-04-28T06:18:56.698Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-28T06:18:56.698Z] ---> Running in 4119e9430b76 [2021-04-28T06:18:56.698Z] Removing intermediate container da9dac683a07 [2021-04-28T06:18:56.698Z] ---> ea6ba57b278f [2021-04-28T06:18:56.698Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-28T06:18:56.698Z] Removing intermediate container 9d42ef38dd53 [2021-04-28T06:18:56.698Z] ---> 2c54f406b1e9 [2021-04-28T06:18:56.698Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-28T06:18:56.698Z] ---> Running in 941701dce83f [2021-04-28T06:18:56.698Z] ---> Running in 5c5cb3e6fa5c [2021-04-28T06:18:56.698Z] Removing intermediate container ba0707e885d9 [2021-04-28T06:18:56.698Z] ---> 757c507a3346 [2021-04-28T06:18:56.698Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T06:18:56.698Z] Removing intermediate container 2b51422ecbce [2021-04-28T06:18:56.698Z] ---> 99b9651cb614 [2021-04-28T06:18:56.698Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-28T06:18:56.698Z] ---> Running in 0a9884938508 [2021-04-28T06:18:56.698Z] ---> Running in ee8abf71e5cb [2021-04-28T06:18:56.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:18:56.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:18:57.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:18:57.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:18:57.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:18:57.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:18:57.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:18:58.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:18:58.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:18:58.354Z] OK: 217 MiB in 51 packages [2021-04-28T06:18:58.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:18:58.354Z] OK: 217 MiB in 51 packages [2021-04-28T06:18:58.970Z] OK: 217 MiB in 51 packages [2021-04-28T06:18:59.247Z] OK: 217 MiB in 51 packages [2021-04-28T06:18:59.247Z] OK: 217 MiB in 51 packages [2021-04-28T06:19:00.236Z] Removing intermediate container 4119e9430b76 [2021-04-28T06:19:00.236Z] ---> b39599b1a2f1 [2021-04-28T06:19:00.236Z] Step 6/31 : COPY go.mod . [2021-04-28T06:19:00.514Z] Removing intermediate container 941701dce83f [2021-04-28T06:19:00.514Z] ---> 5145692745d2 [2021-04-28T06:19:00.514Z] Step 6/21 : COPY go.mod . [2021-04-28T06:19:00.789Z] Removing intermediate container 5c5cb3e6fa5c [2021-04-28T06:19:00.789Z] ---> 4333dc11e332 [2021-04-28T06:19:00.789Z] Step 6/22 : COPY go.mod . [2021-04-28T06:19:00.789Z] Removing intermediate container ee8abf71e5cb [2021-04-28T06:19:00.789Z] ---> d6a89b9bc721 [2021-04-28T06:19:00.789Z] Step 6/23 : COPY go.mod . [2021-04-28T06:19:01.082Z] Removing intermediate container 0a9884938508 [2021-04-28T06:19:01.082Z] ---> 009b38a6224c [2021-04-28T06:19:01.082Z] Step 6/23 : COPY go.mod . [2021-04-28T06:19:01.082Z] ---> da802a0f2167 [2021-04-28T06:19:01.082Z] Step 7/31 : RUN go mod download [2021-04-28T06:19:01.359Z] ---> Running in 2e21b9ab0476 [2021-04-28T06:19:01.648Z] ---> 879b809617d6 [2021-04-28T06:19:01.648Z] Step 7/21 : RUN go mod download [2021-04-28T06:19:01.648Z] ---> Running in f589a505bf8d [2021-04-28T06:19:01.705Z] snapcraft 4.6.2 from Canonical* installed [2021-04-28T06:19:01.705Z] "snapcraft" switched to the "latest/stable" channel [2021-04-28T06:19:01.705Z] [2021-04-28T06:19:01.927Z] ---> 10de1dbff765 [2021-04-28T06:19:01.927Z] Step 7/22 : RUN go mod download [2021-04-28T06:19:01.927Z] ---> e2426f1ac974 [2021-04-28T06:19:01.927Z] Step 7/23 : RUN go mod download [2021-04-28T06:19:03.364Z] ---> Running in 83d79246101d [2021-04-28T06:19:03.365Z] ---> Running in 47f82fcffa9a [2021-04-28T06:19:03.365Z] ---> 2b1004a7d1c1 [2021-04-28T06:19:03.365Z] Step 7/23 : RUN go mod download [2021-04-28T06:19:03.966Z] ---> Running in 5b9ced3d70b2 [2021-04-28T06:19:05.930Z] 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-28T06:19:05.930Z] - README.md [2021-04-28T06:19:05.930Z] [2021-04-28T06:19:05.930Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-28T06:19:05.973Z] Removing intermediate container 2e21b9ab0476 [2021-04-28T06:19:05.973Z] ---> d44d090b836e [2021-04-28T06:19:05.974Z] Step 8/31 : COPY . . [2021-04-28T06:19:07.970Z] Removing intermediate container f589a505bf8d [2021-04-28T06:19:07.970Z] ---> ceb512c8f469 [2021-04-28T06:19:07.970Z] Step 8/21 : COPY . . [2021-04-28T06:19:08.571Z] Removing intermediate container 83d79246101d [2021-04-28T06:19:08.571Z] ---> 14d4b9476914 [2021-04-28T06:19:08.571Z] Step 8/22 : COPY . . [2021-04-28T06:19:08.845Z] Removing intermediate container 47f82fcffa9a [2021-04-28T06:19:08.845Z] ---> 00e5f01add25 [2021-04-28T06:19:08.845Z] Step 8/23 : COPY . . [2021-04-28T06:19:09.134Z] Removing intermediate container 5b9ced3d70b2 [2021-04-28T06:19:09.134Z] ---> a718d1fb10a7 [2021-04-28T06:19:09.134Z] Step 8/23 : COPY . . [2021-04-28T06:19:12.523Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T06:19:12.523Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T06:19:12.523Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-28T06:19:12.523Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T06:19:13.908Z] Reading package lists... [2021-04-28T06:19:14.176Z] 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-28T06:19:20.762Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T06:19:20.762Z] Reading package lists... [2021-04-28T06:19:20.762Z] Building dependency tree... [2021-04-28T06:19:20.762Z] Reading state information... [2021-04-28T06:19:20.762Z] Suggested packages: [2021-04-28T06:19:20.762Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-28T06:19:20.762Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-28T06:19:20.762Z] Recommended packages: [2021-04-28T06:19:20.762Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-28T06:19:20.762Z] The following NEW packages will be installed: [2021-04-28T06:19:20.762Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-28T06:19:20.762Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-28T06:19:20.762Z] pkg-config zip [2021-04-28T06:19:20.762Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-28T06:19:20.762Z] Need to get 7663 kB of archives. [2021-04-28T06:19:20.762Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-28T06:19:20.762Z] 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-28T06:19:20.762Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-28T06:19:21.022Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-28T06:19:21.022Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-28T06:19:21.285Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-28T06:19:21.285Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-28T06:19:21.285Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-28T06:19:21.285Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-28T06:19:21.285Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-28T06:19:21.285Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-28T06:19:21.549Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-28T06:19:21.549Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-28T06:19:21.549Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-28T06:19:21.814Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-28T06:19:21.814Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-28T06:19:22.075Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T06:19:22.075Z] Fetched 7663 kB in 1s (6680 kB/s) [2021-04-28T06:19:22.075Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-28T06:19:22.075Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-28T06:19:22.075Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-28T06:19:22.075Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-28T06:19:22.336Z] Selecting previously unselected package libpsl5:amd64. [2021-04-28T06:19:22.336Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-28T06:19:22.336Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-28T06:19:22.336Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-28T06:19:22.336Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-28T06:19:22.336Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-28T06:19:22.597Z] Selecting previously unselected package librtmp1:amd64. [2021-04-28T06:19:22.597Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-28T06:19:22.597Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-28T06:19:22.597Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-28T06:19:22.597Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-28T06:19:22.597Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-28T06:19:22.597Z] Selecting previously unselected package liberror-perl. [2021-04-28T06:19:22.597Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-28T06:19:22.597Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-28T06:19:22.859Z] Selecting previously unselected package git-man. [2021-04-28T06:19:22.859Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-28T06:19:22.859Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-28T06:19:22.859Z] Selecting previously unselected package git. [2021-04-28T06:19:22.859Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-28T06:19:22.859Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-28T06:19:23.803Z] Selecting previously unselected package libnorm1:amd64. [2021-04-28T06:19:23.803Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-28T06:19:23.803Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-28T06:19:24.064Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-28T06:19:24.064Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-28T06:19:24.064Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-28T06:19:24.064Z] Selecting previously unselected package libsodium23:amd64. [2021-04-28T06:19:24.064Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-28T06:19:24.064Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-28T06:19:24.064Z] Selecting previously unselected package libzmq5:amd64. [2021-04-28T06:19:24.064Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-28T06:19:24.064Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T06:19:24.324Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-28T06:19:24.325Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-28T06:19:24.325Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T06:19:24.585Z] Selecting previously unselected package pkg-config. [2021-04-28T06:19:24.585Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-28T06:19:24.585Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-28T06:19:24.585Z] Selecting previously unselected package zip. [2021-04-28T06:19:24.585Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-28T06:19:24.585Z] Unpacking zip (3.0-11build1) ... [2021-04-28T06:19:24.585Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-28T06:19:24.585Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-28T06:19:24.585Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-28T06:19:24.848Z] Setting up liberror-perl (0.17025-1) ... [2021-04-28T06:19:24.848Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-28T06:19:24.848Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-28T06:19:24.848Z] No schema files found: doing nothing. [2021-04-28T06:19:24.848Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-28T06:19:24.848Z] Setting up zip (3.0-11build1) ... [2021-04-28T06:19:24.848Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-28T06:19:24.848Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-28T06:19:24.848Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-28T06:19:25.110Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T06:19:25.110Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-28T06:19:25.110Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T06:19:25.110Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-28T06:19:25.110Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-28T06:19:31.690Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T06:19:31.951Z] git set to automatically installed. [2021-04-28T06:19:31.951Z] git-man set to automatically installed. [2021-04-28T06:19:31.951Z] libcurl3-gnutls set to automatically installed. [2021-04-28T06:19:31.951Z] liberror-perl set to automatically installed. [2021-04-28T06:19:31.951Z] libglib2.0-0 set to automatically installed. [2021-04-28T06:19:31.951Z] libnghttp2-14 set to automatically installed. [2021-04-28T06:19:31.951Z] libnorm1 set to automatically installed. [2021-04-28T06:19:31.951Z] libpgm-5.2-0 set to automatically installed. [2021-04-28T06:19:31.951Z] libpsl5 set to automatically installed. [2021-04-28T06:19:31.951Z] librtmp1 set to automatically installed. [2021-04-28T06:19:31.951Z] libsodium23 set to automatically installed. [2021-04-28T06:19:31.951Z] libzmq3-dev set to automatically installed. [2021-04-28T06:19:31.951Z] libzmq5 set to automatically installed. [2021-04-28T06:19:31.951Z] pkg-config set to automatically installed. [2021-04-28T06:19:31.951Z] zip set to automatically installed. [2021-04-28T06:19:33.862Z] snapd is not logged in, snap install commands will use sudo [2021-04-28T06:19:35.971Z] ---> b1d4f17df572 [2021-04-28T06:19:35.971Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-28T06:19:35.971Z] ---> c726121b25f2 [2021-04-28T06:19:35.971Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-28T06:19:35.971Z] ---> Running in 7398b20b50fc [2021-04-28T06:19:35.971Z] ---> bbd15bb2ad42 [2021-04-28T06:19:35.971Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-28T06:19:35.971Z] ---> 7b918c03db2f [2021-04-28T06:19:35.971Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-28T06:19:35.971Z] ---> Running in e7d72b0a51ba [2021-04-28T06:19:35.971Z] ---> 5a0e88de0166 [2021-04-28T06:19:35.971Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-28T06:19:35.971Z] ---> Running in 4436259b8311 [2021-04-28T06:19:35.971Z] ---> Running in cc418bb50d50 [2021-04-28T06:19:35.971Z] ---> Running in 18c09e6c404a [2021-04-28T06:19:35.971Z] 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-28T06:19:35.971Z] 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-28T06:19:35.971Z] 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-28T06:19:35.971Z] 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-28T06:19:35.971Z] 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-28T06:19:40.442Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T06:19:55.359Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-28T06:19:55.359Z] snapd is not logged in, snap install commands will use sudo [2021-04-28T06:20:01.955Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T06:20:01.955Z] snap "core18" has no updates available [2021-04-28T06:20:02.896Z] Pulling go-build-helper [2021-04-28T06:20:02.896Z] + snapcraftctl pull [2021-04-28T06:20:04.287Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-28T06:20:04.287Z] Skipping pull go-build-helper (already ran) [2021-04-28T06:20:04.287Z] Building go-build-helper [2021-04-28T06:20:04.287Z] + snapcraftctl build [2021-04-28T06:20:06.829Z] Staging go-build-helper [2021-04-28T06:20:06.829Z] + snapcraftctl stage [2021-04-28T06:20:21.752Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-28T06:20:21.752Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-28T06:20:21.752Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-28T06:20:21.752Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-28T06:20:21.752Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-28T06:20:21.752Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-28T06:20:21.752Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-28T06:20:21.752Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-28T06:20:21.752Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-28T06:20:21.752Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-28T06:20:21.752Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-28T06:20:21.752Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-28T06:20:21.752Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-28T06:20:21.752Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-28T06:20:21.752Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-28T06:20:21.752Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-28T06:20:21.752Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-28T06:20:21.752Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-28T06:20:21.752Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-28T06:20:21.752Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-28T06:20:21.752Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-28T06:20:21.752Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-28T06:20:21.752Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-28T06:20:21.752Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-28T06:20:21.752Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-28T06:20:21.752Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-28T06:20:21.752Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-28T06:20:21.752Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-28T06:20:21.752Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-28T06:20:21.752Z] Fetched 224 kB in 0s (0 B/s) [2021-04-28T06:20:21.752Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-28T06:20:21.752Z] Fetched 157 kB in 0s (0 B/s) [2021-04-28T06:20:21.752Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-28T06:20:21.752Z] Fetched 221 kB in 0s (0 B/s) [2021-04-28T06:20:21.752Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-28T06:20:21.752Z] Fetched 143 kB in 0s (0 B/s) [2021-04-28T06:20:21.752Z] Pulling app-service-config [2021-04-28T06:20:21.752Z] + snapcraftctl pull [2021-04-28T06:20:21.752Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-28T06:20:21.752Z] Pulling config-common [2021-04-28T06:20:21.752Z] + snapcraftctl pull [2021-04-28T06:20:25.950Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-28T06:20:25.950Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T06:20:25.950Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T06:20:25.950Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T06:20:25.950Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-28T06:20:25.950Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T06:20:25.950Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-28T06:20:25.950Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T06:20:25.950Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-28T06:20:25.950Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T06:20:25.950Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-28T06:20:25.950Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T06:20:25.950Z] Pulling edgex-go [2021-04-28T06:20:25.950Z] + snapcraftctl pull [2021-04-28T06:20:47.950Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-28T06:20:47.950Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T06:20:47.950Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T06:20:47.950Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-28T06:20:47.950Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-28T06:20:47.950Z] Fetched 279 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-28T06:20:47.950Z] Fetched 122 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-28T06:20:47.950Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-28T06:20:47.950Z] Fetched 8848 B in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-28T06:20:47.950Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-28T06:20:47.950Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-28T06:20:47.950Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-28T06:20:47.950Z] Fetched 219 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-28T06:20:47.950Z] Fetched 154 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-28T06:20:47.950Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-28T06:20:47.950Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-28T06:20:47.950Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-28T06:20:47.950Z] Fetched 499 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-28T06:20:47.950Z] Fetched 111 kB in 0s (0 B/s) [2021-04-28T06:20:47.950Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-28T06:20:47.950Z] Fetched 240 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-28T06:20:47.951Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-28T06:20:47.951Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-28T06:20:47.951Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-28T06:20:47.951Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-28T06:20:47.951Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-28T06:20:47.951Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-28T06:20:47.951Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-28T06:20:47.951Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-28T06:20:47.951Z] Fetched 8720 B in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-28T06:20:47.951Z] Fetched 137 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-28T06:20:47.951Z] Fetched 119 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-28T06:20:47.951Z] Fetched 110 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-28T06:20:47.951Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-28T06:20:47.951Z] Fetched 645 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-28T06:20:47.951Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-28T06:20:47.951Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-28T06:20:47.951Z] Fetched 368 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-28T06:20:47.951Z] Fetched 187 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-28T06:20:47.951Z] Fetched 175 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-28T06:20:47.951Z] Fetched 206 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-28T06:20:47.951Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-28T06:20:47.951Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-28T06:20:47.951Z] Fetched 159 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-28T06:20:47.951Z] Fetched 107 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-28T06:20:47.951Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-28T06:20:47.951Z] Pulling static-packages [2021-04-28T06:20:47.951Z] + snapcraftctl pull [2021-04-28T06:20:48.893Z] Pulling version [2021-04-28T06:20:48.893Z] + cd /root/project [2021-04-28T06:20:48.893Z] + [ -f VERSION ] [2021-04-28T06:20:48.893Z] + PROJECT_VERSION=local-dev [2021-04-28T06:20:48.893Z] + git rev-parse --short HEAD [2021-04-28T06:20:48.893Z] + GIT_REVISION=3718f180 [2021-04-28T06:20:48.893Z] + snapcraftctl set-version local-dev [2021-04-28T06:20:49.843Z] Skipping build go-build-helper (already ran) [2021-04-28T06:20:50.107Z] Building app-service-config [2021-04-28T06:20:50.107Z] + make build [2021-04-28T06:20:50.107Z] 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-28T06:20:52.650Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-28T06:20:52.911Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-28T06:20:52.911Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-28T06:20:52.911Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-28T06:20:52.911Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-28T06:20:52.911Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-28T06:20:53.173Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-28T06:20:53.173Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-28T06:20:53.173Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-28T06:20:53.173Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-28T06:20:53.173Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-28T06:20:53.173Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-28T06:20:53.436Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-28T06:20:53.436Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-28T06:20:53.436Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-28T06:20:53.436Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-28T06:20:53.436Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-28T06:20:53.436Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-28T06:20:53.436Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-28T06:20:53.436Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-28T06:20:53.436Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-28T06:20:53.436Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-28T06:20:53.697Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-28T06:20:53.697Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-28T06:20:53.697Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-28T06:20:53.697Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-28T06:20:53.697Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-28T06:20:53.697Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-28T06:20:53.697Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-28T06:20:53.697Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-28T06:20:53.697Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-28T06:20:53.697Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-28T06:20:53.697Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-28T06:20:53.697Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-28T06:20:53.697Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-28T06:20:53.697Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-28T06:20:53.958Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-28T06:20:53.958Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-28T06:20:53.958Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-28T06:20:53.958Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-28T06:20:53.958Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-28T06:20:53.958Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-28T06:20:53.958Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-28T06:20:53.958Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-28T06:20:54.220Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-28T06:21:06.508Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-28T06:21:06.508Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-28T06:21:06.508Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-28T06:21:06.508Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-28T06:21:07.457Z] Building config-common [2021-04-28T06:21:07.719Z] + snapcraftctl build [2021-04-28T06:21:10.262Z] Building edgex-go [2021-04-28T06:21:11.201Z] + cd /root/parts/edgex-go/src [2021-04-28T06:21:11.201Z] + make build [2021-04-28T06:21:11.201Z] 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-28T06:21:11.770Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-28T06:21:11.770Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-04-28T06:21:11.770Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-28T06:21:11.770Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.77 [2021-04-28T06:21:11.770Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-28T06:21:11.770Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-28T06:21:11.770Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-28T06:21:11.770Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-28T06:21:11.770Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-28T06:21:11.770Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-28T06:21:11.770Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-28T06:21:12.094Z] go: downloading golang.org/x/text v0.3.2 [2021-04-28T06:21:12.880Z] 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-28T06:21:18.797Z] 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-28T06:21:18.797Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-28T06:21:24.205Z] 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-28T06:21:25.610Z] 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-28T06:21:27.527Z] 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-28T06:21:28.107Z] 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-28T06:21:28.368Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-28T06:21:28.629Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-28T06:21:28.629Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-28T06:21:28.629Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-28T06:21:30.548Z] 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-28T06:21:30.809Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-28T06:21:30.809Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-28T06:21:32.724Z] 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-28T06:21:33.667Z] 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-28T06:21:35.126Z] Removing intermediate container 7398b20b50fc [2021-04-28T06:21:35.126Z] ---> 18321e5275ce [2021-04-28T06:21:35.126Z] [2021-04-28T06:21:35.126Z] Step 10/31 : FROM alpine:3.12 [2021-04-28T06:21:35.126Z] Removing intermediate container e7d72b0a51ba [2021-04-28T06:21:35.126Z] ---> 00488c3aa491 [2021-04-28T06:21:35.126Z] [2021-04-28T06:21:35.126Z] Step 10/21 : FROM alpine:3.12 [2021-04-28T06:21:35.126Z] 3.12: Pulling from library/alpine [2021-04-28T06:21:35.126Z] 3.12: Pulling from library/alpine [2021-04-28T06:21:35.126Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T06:21:35.126Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T06:21:35.126Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T06:21:35.126Z] Status: Image is up to date for alpine:3.12 [2021-04-28T06:21:35.126Z] ---> 9852663dfa18 [2021-04-28T06:21:35.126Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-28T06:21:35.126Z] ---> 9852663dfa18 [2021-04-28T06:21:35.126Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-28T06:21:35.126Z] ---> Running in 10d5cd4f1de9 [2021-04-28T06:21:35.126Z] ---> Running in 0412d9383c11 [2021-04-28T06:21:35.370Z] 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-28T06:21:35.407Z] Removing intermediate container 10d5cd4f1de9 [2021-04-28T06:21:35.407Z] ---> 7f2e3ff375d8 [2021-04-28T06:21:35.407Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-28T06:21:35.687Z] ---> Running in 693893748e1c [2021-04-28T06:21:36.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:21:36.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:21:36.756Z] 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-28T06:21:36.756Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-28T06:21:37.187Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-28T06:21:37.466Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T06:21:37.466Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-28T06:21:37.466Z] (4/4) Installing curl (7.76.1-r0) [2021-04-28T06:21:37.466Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:21:37.466Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T06:21:37.743Z] OK: 7 MiB in 18 packages [2021-04-28T06:21:37.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:21:38.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:21:38.156Z] 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-28T06:21:38.156Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-28T06:21:38.649Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-28T06:21:38.649Z] (2/2) Installing su-exec (0.2-r1) [2021-04-28T06:21:38.649Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:21:38.649Z] OK: 5 MiB in 16 packages [2021-04-28T06:21:40.713Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-28T06:21:40.713Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-28T06:21:40.713Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-28T06:21:40.713Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-28T06:21:40.713Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-28T06:21:40.713Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-28T06:21:40.713Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-28T06:21:40.713Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-28T06:21:40.713Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-28T06:21:40.713Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-28T06:21:40.713Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-28T06:21:40.713Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-28T06:21:40.713Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-28T06:21:40.713Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-28T06:21:40.713Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-28T06:21:40.713Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-28T06:21:40.713Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-28T06:21:40.713Z] + 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-28T06:21:40.713Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-28T06:21:40.714Z] + 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-28T06:21:40.714Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-28T06:21:40.714Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-28T06:21:40.714Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-28T06:21:40.714Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-28T06:21:40.714Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-28T06:21:40.714Z] + 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-28T06:21:41.328Z] Removing intermediate container 693893748e1c [2021-04-28T06:21:41.328Z] ---> 449d024cab7d [2021-04-28T06:21:41.328Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-28T06:21:41.328Z] Removing intermediate container 0412d9383c11 [2021-04-28T06:21:41.328Z] ---> 42e2bcaa54fc [2021-04-28T06:21:41.328Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T06:21:41.608Z] ---> Running in 3928dcf7c751 [2021-04-28T06:21:41.885Z] ---> Running in f9e2b3e68df9 [2021-04-28T06:21:41.885Z] Removing intermediate container 4436259b8311 [2021-04-28T06:21:41.885Z] ---> 820715834265 [2021-04-28T06:21:41.885Z] [2021-04-28T06:21:41.885Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T06:21:41.885Z] ---> 9852663dfa18 [2021-04-28T06:21:41.885Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-28T06:21:42.160Z] ---> Running in 86ef4c97afdb [2021-04-28T06:21:42.438Z] Removing intermediate container 3928dcf7c751 [2021-04-28T06:21:42.438Z] ---> f8ec3c9c1221 [2021-04-28T06:21:42.438Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-28T06:21:42.438Z] Removing intermediate container f9e2b3e68df9 [2021-04-28T06:21:42.438Z] ---> 241a67bb4a72 [2021-04-28T06:21:42.438Z] Step 13/21 : WORKDIR /edgex [2021-04-28T06:21:42.714Z] ---> Running in 30586e01fce4 [2021-04-28T06:21:42.714Z] ---> Running in fb8741ade425 [2021-04-28T06:21:43.705Z] Removing intermediate container 30586e01fce4 [2021-04-28T06:21:43.705Z] ---> 6eff88f4cb51 [2021-04-28T06:21:43.705Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-28T06:21:43.705Z] Removing intermediate container fb8741ade425 [2021-04-28T06:21:43.705Z] ---> fb30313b6824 [2021-04-28T06:21:43.705Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-28T06:21:43.705Z] ---> Running in a099cfe024e4 [2021-04-28T06:21:43.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:21:44.033Z] Building static-packages [2021-04-28T06:21:44.033Z] + snapcraftctl build [2021-04-28T06:21:44.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:21:44.549Z] ---> 9a398383821c [2021-04-28T06:21:44.549Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-28T06:21:44.834Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-28T06:21:45.127Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-28T06:21:45.127Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:21:45.127Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T06:21:45.409Z] OK: 6 MiB in 16 packages [2021-04-28T06:21:46.587Z] Building version [2021-04-28T06:21:46.588Z] + snapcraftctl build [2021-04-28T06:21:47.414Z] ---> 579e1546d0ad [2021-04-28T06:21:47.414Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-28T06:21:47.710Z] Removing intermediate container 86ef4c97afdb [2021-04-28T06:21:47.710Z] ---> d1ca2caf3419 [2021-04-28T06:21:47.710Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T06:21:48.310Z] ---> Running in d8f9fb3174ce [2021-04-28T06:21:48.310Z] Removing intermediate container a099cfe024e4 [2021-04-28T06:21:48.310Z] ---> 471a2565bea0 [2021-04-28T06:21:48.310Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-28T06:21:48.942Z] ---> Running in 303788b0979a [2021-04-28T06:21:49.221Z] Removing intermediate container d8f9fb3174ce [2021-04-28T06:21:49.221Z] ---> e4d4f8969abf [2021-04-28T06:21:49.221Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-28T06:21:49.221Z] ---> 786cc3993946 [2021-04-28T06:21:49.221Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-28T06:21:49.496Z] ---> Running in c5d32b437e7c [2021-04-28T06:21:49.781Z] ---> Running in 3fcfa5ece51d [2021-04-28T06:21:49.781Z] Removing intermediate container 303788b0979a [2021-04-28T06:21:49.781Z] ---> 92cf7df803b9 [2021-04-28T06:21:49.781Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-28T06:21:49.781Z] Removing intermediate container cc418bb50d50 [2021-04-28T06:21:49.781Z] ---> 9d3c5d225f75 [2021-04-28T06:21:49.781Z] [2021-04-28T06:21:49.781Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T06:21:49.781Z] ---> 9852663dfa18 [2021-04-28T06:21:49.781Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T06:21:49.903Z] Skipping stage go-build-helper (already ran) [2021-04-28T06:21:49.903Z] Staging app-service-config [2021-04-28T06:21:49.903Z] + snapcraftctl stage [2021-04-28T06:21:50.064Z] Removing intermediate container c5d32b437e7c [2021-04-28T06:21:50.064Z] ---> f2ab8ed2a3e1 [2021-04-28T06:21:50.065Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T06:21:50.065Z] ---> Running in 17406d9727a4 [2021-04-28T06:21:50.344Z] ---> Running in c70458cdb321 [2021-04-28T06:21:50.344Z] Removing intermediate container 3fcfa5ece51d [2021-04-28T06:21:50.344Z] ---> c64bb967b38d [2021-04-28T06:21:50.344Z] Step 18/21 : CMD ["--init=true"] [2021-04-28T06:21:50.952Z] ---> Running in cb6a676e0549 [2021-04-28T06:21:50.952Z] ---> becaf615e35d [2021-04-28T06:21:50.952Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-28T06:21:51.237Z] ---> Running in 044344136a0a [2021-04-28T06:21:51.237Z] Removing intermediate container c70458cdb321 [2021-04-28T06:21:51.237Z] ---> b0be8c8ed765 [2021-04-28T06:21:51.237Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:21:51.294Z] Staging config-common [2021-04-28T06:21:51.294Z] + snapcraftctl stage [2021-04-28T06:21:51.511Z] Removing intermediate container cb6a676e0549 [2021-04-28T06:21:51.511Z] ---> 8c721f85cad1 [2021-04-28T06:21:51.511Z] Step 19/21 : LABEL arch=arm64 [2021-04-28T06:21:51.793Z] ---> Running in f823764de950 [2021-04-28T06:21:51.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:21:52.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:21:52.241Z] Staging edgex-go [2021-04-28T06:21:52.241Z] + snapcraftctl stage [2021-04-28T06:21:52.676Z] Removing intermediate container f823764de950 [2021-04-28T06:21:52.676Z] ---> 2850f458677f [2021-04-28T06:21:52.676Z] Step 20/21 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:21:52.676Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-28T06:21:52.676Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:21:52.949Z] ---> 2527618a0ee1 [2021-04-28T06:21:52.949Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications /OK: 5 MiB in 15 packages [2021-04-28T06:21:52.949Z] [2021-04-28T06:21:52.949Z] ---> Running in a021620d1a9d [2021-04-28T06:21:53.634Z] Staging static-packages [2021-04-28T06:21:53.634Z] + snapcraftctl stage [2021-04-28T06:21:53.943Z] Removing intermediate container a021620d1a9d [2021-04-28T06:21:53.943Z] ---> 700f1a516cff [2021-04-28T06:21:53.943Z] Step 21/21 : LABEL version=0.0.0 [2021-04-28T06:21:53.943Z] ---> Running in f14684fa02c4 [2021-04-28T06:21:54.583Z] Staging version [2021-04-28T06:21:54.583Z] + snapcraftctl stage [2021-04-28T06:21:55.385Z] ---> 21045d9e6a10 [2021-04-28T06:21:55.386Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-28T06:21:55.386Z] Removing intermediate container f14684fa02c4 [2021-04-28T06:21:55.386Z] Removing intermediate container 044344136a0a [2021-04-28T06:21:55.386Z] ---> b7c761efebbf [2021-04-28T06:21:55.386Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:21:55.386Z] ---> 28f92f5c31d4 [2021-04-28T06:21:55.386Z] [2021-04-28T06:21:55.530Z] Priming go-build-helper [2021-04-28T06:21:55.530Z] + snapcraftctl prime [2021-04-28T06:21:55.667Z] Removing intermediate container 17406d9727a4 [2021-04-28T06:21:55.667Z] ---> 858cd10fd65f [2021-04-28T06:21:55.667Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T06:21:55.964Z] ---> Running in f705de61f2ae [2021-04-28T06:21:56.238Z] Successfully built 28f92f5c31d4 [2021-04-28T06:21:56.238Z] ---> 05611f76a5c6 [2021-04-28T06:21:56.238Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-28T06:21:56.514Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-28T06:21:56.514Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-04-28T06:21:56.790Z] Removing intermediate container f705de61f2ae [2021-04-28T06:21:56.790Z] ---> 059cbe8b71e0 [2021-04-28T06:21:56.790Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-28T06:21:56.790Z] ---> Running in fbf454d5af6f [2021-04-28T06:21:56.790Z] ---> 00e0923edc50 [2021-04-28T06:21:56.790Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-28T06:21:56.925Z] Priming app-service-config [2021-04-28T06:21:56.926Z] + snapcraftctl prime [2021-04-28T06:21:57.071Z] ---> Running in 496940a061c8 [2021-04-28T06:21:57.348Z] Removing intermediate container 18c09e6c404a [2021-04-28T06:21:57.348Z] ---> 0552cb66ac51 [2021-04-28T06:21:57.348Z] [2021-04-28T06:21:57.348Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T06:21:57.348Z] ---> 9852663dfa18 [2021-04-28T06:21:57.348Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-28T06:21:57.348Z] Removing intermediate container fbf454d5af6f [2021-04-28T06:21:57.348Z] ---> 92932553a6bb [2021-04-28T06:21:57.348Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:21:57.650Z] ---> Running in b8136bf151d1 [2021-04-28T06:21:57.650Z] ---> Running in 96cc34164f41 [2021-04-28T06:21:58.256Z] Removing intermediate container 496940a061c8 [2021-04-28T06:21:58.256Z] ---> 01c1899e306b [2021-04-28T06:21:58.256Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T06:21:58.319Z] Priming config-common [2021-04-28T06:21:58.319Z] + snapcraftctl prime [2021-04-28T06:21:58.855Z] ---> Running in 1157c57ab64d [2021-04-28T06:21:59.265Z] Priming edgex-go [2021-04-28T06:21:59.265Z] + snapcraftctl prime [2021-04-28T06:21:59.839Z] Removing intermediate container b8136bf151d1 [2021-04-28T06:21:59.839Z] ---> afdbe155cdf1 [2021-04-28T06:21:59.839Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-28T06:21:59.839Z] Removing intermediate container 96cc34164f41 [2021-04-28T06:21:59.839Z] ---> 318ee913127b [2021-04-28T06:21:59.839Z] Step 20/22 : LABEL arch=arm64 [2021-04-28T06:21:59.839Z] ---> 9d984d8e5c2c [2021-04-28T06:21:59.839Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-28T06:22:00.118Z] ---> Running in 78b0240a0977 [2021-04-28T06:22:00.118Z] ---> Running in 3b1c414aa751 [2021-04-28T06:22:00.118Z] Removing intermediate container 1157c57ab64d [2021-04-28T06:22:00.118Z] ---> d0e71a8bd3fe [2021-04-28T06:22:00.118Z] Step 15/23 : WORKDIR / [2021-04-28T06:22:00.399Z] ---> Running in db53fc011bf6 [2021-04-28T06:22:00.659Z] Priming static-packages [2021-04-28T06:22:00.659Z] + snapcraftctl prime [2021-04-28T06:22:01.397Z] Removing intermediate container 3b1c414aa751 [2021-04-28T06:22:01.398Z] ---> 74cd243a49f3 [2021-04-28T06:22:01.398Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-28T06:22:01.398Z] Removing intermediate container 78b0240a0977 [2021-04-28T06:22:01.398Z] ---> 0bab94f2a584 [2021-04-28T06:22:01.398Z] Step 21/22 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:22:01.398Z] ---> cc9ff3033a97 [2021-04-28T06:22:01.398Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-28T06:22:01.999Z] ---> Running in bbe52f42e29d [2021-04-28T06:22:01.999Z] ---> Running in b1e2260de8e7 [2021-04-28T06:22:01.999Z] Removing intermediate container db53fc011bf6 [2021-04-28T06:22:01.999Z] ---> c5809ffe9d83 [2021-04-28T06:22:01.999Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:22:02.617Z] ---> 37165e85a868 [2021-04-28T06:22:02.617Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-28T06:22:02.893Z] Removing intermediate container bbe52f42e29d [2021-04-28T06:22:02.893Z] Removing intermediate container b1e2260de8e7 [2021-04-28T06:22:02.893Z] ---> 6ff0d8fcbf4b [2021-04-28T06:22:02.893Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:22:02.893Z] ---> 570e47ea195e [2021-04-28T06:22:02.893Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T06:22:03.186Z] ---> Running in 930da2aa1942 [2021-04-28T06:22:03.186Z] ---> Running in 01f0ffde51ac [2021-04-28T06:22:03.186Z] ---> 58e6bd8d1126 [2021-04-28T06:22:03.186Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-28T06:22:03.221Z] Priming version [2021-04-28T06:22:03.221Z] + snapcraftctl prime [2021-04-28T06:22:03.793Z] Removing intermediate container 01f0ffde51ac [2021-04-28T06:22:03.793Z] ---> d8a7d4183cc1 [2021-04-28T06:22:03.793Z] [2021-04-28T06:22:03.793Z] ---> a81b9e72e539 [2021-04-28T06:22:03.793Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-28T06:22:04.400Z] Successfully built d8a7d4183cc1 [2021-04-28T06:22:04.613Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-28T06:22:04.677Z] ---> Running in d037d0e88c04 [2021-04-28T06:22:04.677Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-28T06:22:04.677Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-04-28T06:22:05.677Z] Removing intermediate container d037d0e88c04 [2021-04-28T06:22:05.677Z] ---> 392c09a5a5a7 [2021-04-28T06:22:05.677Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-28T06:22:05.962Z] ---> 691d10c2228d [2021-04-28T06:22:05.962Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-28T06:22:06.954Z] Removing intermediate container 930da2aa1942 [2021-04-28T06:22:06.954Z] ---> 69aadf54ec1d [2021-04-28T06:22:06.954Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-28T06:22:07.285Z] ---> 57938c96aa6c [2021-04-28T06:22:07.285Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-28T06:22:07.878Z] ---> Running in 9e6880952085 [2021-04-28T06:22:08.489Z] ---> 30e5347883d6 [2021-04-28T06:22:08.489Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-28T06:22:08.489Z] ---> Running in f71caf86d3d6 [2021-04-28T06:22:09.932Z] ---> Running in 07e5defee7a0 [2021-04-28T06:22:10.924Z] Removing intermediate container 07e5defee7a0 [2021-04-28T06:22:10.924Z] ---> 5a2269b4e7d3 [2021-04-28T06:22:10.924Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:22:10.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:22:11.200Z] ---> Running in 24425b46039b [2021-04-28T06:22:11.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:22:12.085Z] Removing intermediate container 24425b46039b [2021-04-28T06:22:12.085Z] ---> 3cec930e277b [2021-04-28T06:22:12.085Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T06:22:12.685Z] ---> Running in 05f1865fdc1b [2021-04-28T06:22:12.959Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-28T06:22:12.959Z] Removing intermediate container f71caf86d3d6 [2021-04-28T06:22:12.959Z] ---> 994c724ec1a5 [2021-04-28T06:22:12.959Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-28T06:22:12.959Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-28T06:22:13.247Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-28T06:22:13.247Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-28T06:22:13.533Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-28T06:22:13.533Z] Removing intermediate container 05f1865fdc1b [2021-04-28T06:22:13.533Z] ---> c68f8c3b2027 [2021-04-28T06:22:13.533Z] Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:22:13.533Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-28T06:22:13.807Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:22:13.807Z] OK: 8 MiB in 20 packages [2021-04-28T06:22:14.080Z] ---> Running in 8c13680b94c3 [2021-04-28T06:22:14.689Z] ---> Running in 79c38ceea1c9 [2021-04-28T06:22:15.289Z] Removing intermediate container 8c13680b94c3 [2021-04-28T06:22:15.289Z] ---> 2f88c61adc7d [2021-04-28T06:22:15.289Z] Step 28/31 : CMD ["gate"] [2021-04-28T06:22:15.564Z] Removing intermediate container 79c38ceea1c9 [2021-04-28T06:22:15.564Z] ---> 815f6ac4ab0d [2021-04-28T06:22:15.564Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T06:22:15.837Z] ---> Running in faa7815874a3 [2021-04-28T06:22:16.114Z] ---> Running in b1612925c52e [2021-04-28T06:22:16.387Z] Removing intermediate container 9e6880952085 [2021-04-28T06:22:16.387Z] ---> 171e053f29c0 [2021-04-28T06:22:16.387Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:22:16.660Z] Removing intermediate container faa7815874a3 [2021-04-28T06:22:16.660Z] ---> 60e08b66db30 [2021-04-28T06:22:16.660Z] Step 29/31 : LABEL arch=arm64 [2021-04-28T06:22:16.660Z] Removing intermediate container b1612925c52e [2021-04-28T06:22:16.660Z] ---> f21685868188 [2021-04-28T06:22:16.660Z] [2021-04-28T06:22:17.256Z] ---> Running in a3a01d3ac608 [2021-04-28T06:22:17.256Z] Successfully built f21685868188 [2021-04-28T06:22:17.538Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-28T06:22:17.538Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-28T06:22:17.538Z] ---> 14ae89455674 [2021-04-28T06:22:17.538Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-28T06:22:17.814Z] Removing intermediate container a3a01d3ac608 [2021-04-28T06:22:17.814Z] ---> 449c68fef826 [2021-04-28T06:22:17.814Z] Step 30/31 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:22:18.420Z] ---> Running in 13b838310147 [2021-04-28T06:22:19.397Z] Removing intermediate container 13b838310147 [2021-04-28T06:22:19.397Z] ---> 00e3456bcd62 [2021-04-28T06:22:19.397Z] Step 31/31 : LABEL version=0.0.0 [2021-04-28T06:22:19.397Z] ---> c155b1c08bb3 [2021-04-28T06:22:19.397Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-28T06:22:20.390Z] ---> Running in 697686fb0b35 [2021-04-28T06:22:20.987Z] ---> fa0605cb7ba3 [2021-04-28T06:22:20.987Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-28T06:22:21.585Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:22:21.585Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:22:21.585Z] ---> a6894bab5b6b [2021-04-28T06:22:21.585Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T06:22:21.585Z] ---> Using cache [2021-04-28T06:22:21.585Z] ---> b801bfa64a7e [2021-04-28T06:22:21.585Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:22:21.585Z] ---> Using cache [2021-04-28T06:22:21.585Z] ---> 2c54f406b1e9 [2021-04-28T06:22:21.585Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-28T06:22:21.585Z] Removing intermediate container 697686fb0b35 [2021-04-28T06:22:21.585Z] ---> 35e03cb05daf [2021-04-28T06:22:21.585Z] [2021-04-28T06:22:21.859Z] ---> Running in d9a844cb55e0 [2021-04-28T06:22:21.859Z] ---> Running in bdb82fba83b2 [2021-04-28T06:22:22.136Z] Successfully built 35e03cb05daf [2021-04-28T06:22:22.452Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-28T06:22:22.452Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-04-28T06:22:23.052Z] Removing intermediate container bdb82fba83b2 [2021-04-28T06:22:23.052Z] ---> 9178be5782b3 [2021-04-28T06:22:23.052Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:22:23.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:22:23.330Z] ---> Running in f7c732db70ce [2021-04-28T06:22:23.928Z] Removing intermediate container f7c732db70ce [2021-04-28T06:22:23.928Z] ---> 604c801cc864 [2021-04-28T06:22:23.928Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T06:22:24.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:22:24.476Z] ---> Running in 7df9b5574eb6 [2021-04-28T06:22:25.106Z] OK: 217 MiB in 51 packages [2021-04-28T06:22:25.710Z] Removing intermediate container 7df9b5574eb6 [2021-04-28T06:22:25.710Z] ---> 491e8cd291f1 [2021-04-28T06:22:25.710Z] Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:22:26.700Z] ---> Running in ae7f373ed692 [2021-04-28T06:22:26.970Z] Removing intermediate container ae7f373ed692 [2021-04-28T06:22:26.970Z] ---> 8f2f5decb18d [2021-04-28T06:22:26.970Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T06:22:27.241Z] Removing intermediate container d9a844cb55e0 [2021-04-28T06:22:27.241Z] ---> 04735301de46 [2021-04-28T06:22:27.241Z] Step 6/22 : COPY go.mod . [2021-04-28T06:22:27.513Z] ---> Running in 1b30b134f77a [2021-04-28T06:22:28.490Z] Removing intermediate container 1b30b134f77a [2021-04-28T06:22:28.490Z] ---> e2030679c891 [2021-04-28T06:22:28.490Z] [2021-04-28T06:22:29.085Z] Successfully built e2030679c891 [2021-04-28T06:22:29.085Z] ---> 32efe9254944 [2021-04-28T06:22:29.085Z] Step 7/22 : RUN go mod download [2021-04-28T06:22:29.085Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-28T06:22:30.065Z]  Building docker-core-data-go ... done  ---> Running in 5eafa36face6 [2021-04-28T06:22:34.376Z] Removing intermediate container 5eafa36face6 [2021-04-28T06:22:34.376Z] ---> 4a43e799b0f2 [2021-04-28T06:22:34.376Z] Step 8/22 : COPY . . [2021-04-28T06:22:39.783Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:22:39.783Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:22:39.783Z] ---> a6894bab5b6b [2021-04-28T06:22:39.783Z] Step 3/24 : WORKDIR /edgex-go [2021-04-28T06:22:39.783Z] ---> Using cache [2021-04-28T06:22:39.783Z] ---> b801bfa64a7e [2021-04-28T06:22:39.783Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:22:39.783Z] ---> Using cache [2021-04-28T06:22:39.783Z] ---> 2c54f406b1e9 [2021-04-28T06:22:39.783Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-28T06:22:39.783Z] ---> Using cache [2021-04-28T06:22:39.783Z] ---> 04735301de46 [2021-04-28T06:22:39.783Z] Step 6/24 : COPY go.mod . [2021-04-28T06:22:39.783Z] ---> Using cache [2021-04-28T06:22:39.783Z] ---> 32efe9254944 [2021-04-28T06:22:39.783Z] Step 7/24 : RUN go mod download [2021-04-28T06:22:39.783Z] ---> Using cache [2021-04-28T06:22:39.783Z] ---> 4a43e799b0f2 [2021-04-28T06:22:39.783Z] Step 8/24 : COPY . . [2021-04-28T06:22:52.198Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:22:52.198Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:22:52.198Z] ---> a6894bab5b6b [2021-04-28T06:22:52.198Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T06:22:52.198Z] ---> Using cache [2021-04-28T06:22:52.198Z] ---> b801bfa64a7e [2021-04-28T06:22:52.198Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:22:52.198Z] ---> Using cache [2021-04-28T06:22:52.198Z] ---> 2c54f406b1e9 [2021-04-28T06:22:52.198Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-28T06:22:52.198Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T06:22:52.198Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T06:22:52.198Z] ---> a6894bab5b6b [2021-04-28T06:22:52.198Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T06:22:52.198Z] ---> Using cache [2021-04-28T06:22:52.198Z] ---> b801bfa64a7e [2021-04-28T06:22:52.198Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T06:22:52.198Z] ---> Using cache [2021-04-28T06:22:52.198Z] ---> 2c54f406b1e9 [2021-04-28T06:22:52.198Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T06:22:52.198Z] ---> Using cache [2021-04-28T06:22:52.198Z] ---> 04735301de46 [2021-04-28T06:22:52.198Z] Step 6/23 : COPY go.mod . [2021-04-28T06:22:52.198Z] ---> Using cache [2021-04-28T06:22:52.198Z] ---> 32efe9254944 [2021-04-28T06:22:52.198Z] Step 7/23 : RUN go mod download [2021-04-28T06:22:52.198Z] ---> Using cache [2021-04-28T06:22:52.198Z] ---> 4a43e799b0f2 [2021-04-28T06:22:52.198Z] Step 8/23 : COPY . . [2021-04-28T06:22:52.198Z] ---> Using cache [2021-04-28T06:22:52.198Z] ---> e8c58b2fbc2e [2021-04-28T06:22:52.198Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-28T06:22:58.894Z] ---> Running in e2e7b80f57a1 [2021-04-28T06:22:58.894Z] ---> Running in 3fc04c975fd5 [2021-04-28T06:22:59.489Z] ---> e8c58b2fbc2e [2021-04-28T06:22:59.489Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-28T06:22:59.490Z] ---> 59ee1cbd9ffb [2021-04-28T06:22:59.490Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-28T06:22:59.490Z] ---> Running in d081067535b6 [2021-04-28T06:22:59.763Z] ---> Running in 4f2e5f08f693 [2021-04-28T06:23:00.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:23:00.632Z] 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-28T06:23:01.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:23:01.237Z] 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-28T06:23:01.517Z] 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-28T06:23:02.115Z] OK: 217 MiB in 51 packages [2021-04-28T06:23:04.109Z] Removing intermediate container e2e7b80f57a1 [2021-04-28T06:23:04.109Z] ---> d7b3d4e4d2a0 [2021-04-28T06:23:04.109Z] Step 6/23 : COPY go.mod . [2021-04-28T06:23:04.716Z] ---> 4f29faf1d8f0 [2021-04-28T06:23:04.716Z] Step 7/23 : RUN go mod download [2021-04-28T06:23:04.993Z] ---> Running in e45fdbd85a93 [2021-04-28T06:23:09.325Z] Removing intermediate container e45fdbd85a93 [2021-04-28T06:23:09.325Z] ---> 012a83d2be01 [2021-04-28T06:23:09.325Z] Step 8/23 : COPY . . [2021-04-28T06:23:31.654Z] ---> fca72f108108 [2021-04-28T06:23:31.654Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-28T06:23:31.654Z] ---> Running in d6a3160ee55b [2021-04-28T06:23:31.654Z] 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-28T06:24:28.268Z] 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-28T06:24:36.625Z] Removing intermediate container 4f2e5f08f693 [2021-04-28T06:24:36.625Z] ---> df5c467883ec [2021-04-28T06:24:36.625Z] [2021-04-28T06:24:36.625Z] Step 10/24 : FROM alpine:3.12 [2021-04-28T06:24:36.625Z] ---> 9852663dfa18 [2021-04-28T06:24:36.625Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-28T06:24:36.625Z] ---> Running in f622abf4b2cb [2021-04-28T06:24:38.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:24:38.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:24:39.544Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-28T06:24:39.834Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T06:24:39.834Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-28T06:24:39.834Z] (4/6) Installing curl (7.76.1-r0) [2021-04-28T06:24:39.834Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-28T06:24:39.834Z] (6/6) Installing su-exec (0.2-r1) [2021-04-28T06:24:39.834Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T06:24:39.834Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T06:24:40.118Z] OK: 7 MiB in 20 packages [2021-04-28T06:24:40.399Z] Removing intermediate container 3fc04c975fd5 [2021-04-28T06:24:40.399Z] ---> 043ff12d15c1 [2021-04-28T06:24:40.399Z] [2021-04-28T06:24:40.399Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T06:24:40.399Z] ---> 9852663dfa18 [2021-04-28T06:24:40.399Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T06:24:40.399Z] ---> Using cache [2021-04-28T06:24:40.399Z] ---> 858cd10fd65f [2021-04-28T06:24:40.399Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T06:24:40.399Z] ---> Using cache [2021-04-28T06:24:40.399Z] ---> 059cbe8b71e0 [2021-04-28T06:24:40.399Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-28T06:24:40.676Z] ---> Running in 6a8853d28610 [2021-04-28T06:24:41.675Z] Removing intermediate container 6a8853d28610 [2021-04-28T06:24:41.675Z] ---> db826ccf3995 [2021-04-28T06:24:41.675Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T06:24:42.281Z] ---> Running in 9060e55f1cac [2021-04-28T06:24:43.285Z] Removing intermediate container 9060e55f1cac [2021-04-28T06:24:43.285Z] ---> 4d7d5c341ff4 [2021-04-28T06:24:43.285Z] Step 15/23 : WORKDIR / [2021-04-28T06:24:43.285Z] Removing intermediate container f622abf4b2cb [2021-04-28T06:24:43.285Z] ---> 0cd4e618ce0b [2021-04-28T06:24:43.285Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T06:24:43.560Z] ---> Running in 9b4059e8e298 [2021-04-28T06:24:43.560Z] ---> Running in 76ea1347affe [2021-04-28T06:24:44.160Z] Removing intermediate container d081067535b6 [2021-04-28T06:24:44.160Z] ---> f49e330593f6 [2021-04-28T06:24:44.161Z] [2021-04-28T06:24:44.161Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T06:24:44.161Z] ---> 9852663dfa18 [2021-04-28T06:24:44.161Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-28T06:24:44.161Z] ---> Using cache [2021-04-28T06:24:44.161Z] ---> 858cd10fd65f [2021-04-28T06:24:44.161Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T06:24:44.161Z] ---> Using cache [2021-04-28T06:24:44.161Z] ---> 059cbe8b71e0 [2021-04-28T06:24:44.161Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-28T06:24:44.161Z] ---> Running in d64924bf490b [2021-04-28T06:24:44.437Z] Removing intermediate container 9b4059e8e298 [2021-04-28T06:24:44.437Z] ---> cdaede8821ca [2021-04-28T06:24:44.437Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:24:44.437Z] Removing intermediate container 76ea1347affe [2021-04-28T06:24:44.437Z] ---> fc57e22fa249 [2021-04-28T06:24:44.437Z] Step 13/24 : WORKDIR / [2021-04-28T06:24:44.724Z] ---> Running in 20f877581e0a [2021-04-28T06:24:44.724Z] Removing intermediate container d64924bf490b [2021-04-28T06:24:44.724Z] ---> aa2c551858b5 [2021-04-28T06:24:44.724Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T06:24:45.000Z] ---> Running in eae7bc187485 [2021-04-28T06:24:45.277Z] Removing intermediate container 20f877581e0a [2021-04-28T06:24:45.277Z] ---> 7cd62f52682d [2021-04-28T06:24:45.277Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-28T06:24:45.277Z] ---> b7d8b69a0fd0 [2021-04-28T06:24:45.277Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-28T06:24:45.578Z] Removing intermediate container eae7bc187485 [2021-04-28T06:24:45.578Z] ---> 78fe059d85c5 [2021-04-28T06:24:45.578Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T06:24:46.579Z] ---> 68171373f266 [2021-04-28T06:24:46.579Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-28T06:24:46.579Z] ---> 3294ff0d7124 [2021-04-28T06:24:46.579Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-28T06:24:47.573Z] ---> 6547ac175d59 [2021-04-28T06:24:47.573Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-28T06:24:47.573Z] ---> 26c1f8cae7da [2021-04-28T06:24:47.573Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-28T06:24:48.567Z] ---> 0b6b354e914e [2021-04-28T06:24:48.567Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-28T06:24:48.567Z] ---> 0212266469f5 [2021-04-28T06:24:48.567Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-28T06:24:48.567Z] ---> Running in 218209aedf8d [2021-04-28T06:24:48.844Z] ---> 18bd2aa6b349 [2021-04-28T06:24:48.844Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-28T06:24:49.462Z] Removing intermediate container 218209aedf8d [2021-04-28T06:24:49.462Z] ---> 64d03bddd430 [2021-04-28T06:24:49.462Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:24:49.735Z] ---> c453c54e4d4b [2021-04-28T06:24:49.735Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-28T06:24:50.341Z] ---> Running in 46331e61a207 [2021-04-28T06:24:50.341Z] ---> Running in 71f5b5b6ad94 [2021-04-28T06:24:50.618Z] ---> de05680abe25 [2021-04-28T06:24:50.618Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-28T06:24:50.892Z] Removing intermediate container d6a3160ee55b [2021-04-28T06:24:50.892Z] ---> 436829441bb1 [2021-04-28T06:24:50.892Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-28T06:24:50.892Z] Removing intermediate container 46331e61a207 [2021-04-28T06:24:50.892Z] ---> ee22b07901ae [2021-04-28T06:24:50.892Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T06:24:51.178Z] ---> Running in 74710e17af0b [2021-04-28T06:24:51.178Z] Removing intermediate container 71f5b5b6ad94 [2021-04-28T06:24:51.178Z] ---> 4d1d91af4f96 [2021-04-28T06:24:51.178Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:24:51.178Z] ---> Running in bdaa24ba1f14 [2021-04-28T06:24:51.456Z] ---> Running in 92754dba99be [2021-04-28T06:24:52.060Z] Removing intermediate container bdaa24ba1f14 [2021-04-28T06:24:52.060Z] ---> f682626d1257 [2021-04-28T06:24:52.060Z] Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:24:52.339Z] ---> Running in 907a55ba9985 [2021-04-28T06:24:52.339Z] Removing intermediate container 92754dba99be [2021-04-28T06:24:52.339Z] ---> 33267cf2dbba [2021-04-28T06:24:52.339Z] Step 20/22 : LABEL arch=arm64 [2021-04-28T06:24:52.339Z] ---> d4abb05f77c2 [2021-04-28T06:24:52.339Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-28T06:24:52.339Z] ---> Running in 25a5bd036c97 [2021-04-28T06:24:52.635Z] 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-28T06:24:52.912Z] Removing intermediate container 907a55ba9985 [2021-04-28T06:24:52.912Z] ---> ea5bda8bfeb1 [2021-04-28T06:24:52.912Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T06:24:53.189Z] ---> Running in ce8f3045255a [2021-04-28T06:24:53.189Z] Removing intermediate container 25a5bd036c97 [2021-04-28T06:24:53.189Z] ---> b095663d5bd9 [2021-04-28T06:24:53.189Z] Step 21/22 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:24:53.189Z] ---> 756093625bac [2021-04-28T06:24:53.189Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-28T06:24:53.464Z] ---> Running in a6327f008293 [2021-04-28T06:24:53.465Z] ---> Running in 7ff0e3e98bc6 [2021-04-28T06:24:53.741Z] Removing intermediate container ce8f3045255a [2021-04-28T06:24:53.741Z] ---> 70e8842cb24d [2021-04-28T06:24:53.741Z] [2021-04-28T06:24:54.034Z] Removing intermediate container a6327f008293 [2021-04-28T06:24:54.034Z] ---> b7e1d35eb15e [2021-04-28T06:24:54.034Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T06:24:54.316Z] ---> Running in 3fe5994d6e24 [2021-04-28T06:24:54.316Z] Successfully built 70e8842cb24d [2021-04-28T06:24:54.592Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-28T06:24:55.195Z]  Building docker-core-command-go ... done Removing intermediate container 3fe5994d6e24 [2021-04-28T06:24:55.195Z] ---> 72a3c7417076 [2021-04-28T06:24:55.195Z] [2021-04-28T06:24:55.483Z] Successfully built 72a3c7417076 [2021-04-28T06:24:55.483Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-28T06:24:56.083Z]  Building docker-support-scheduler-go ... done Removing intermediate container 74710e17af0b [2021-04-28T06:24:56.083Z] ---> 950da1cd72af [2021-04-28T06:24:56.083Z] [2021-04-28T06:24:56.083Z] Step 11/23 : FROM docker:20.10.0 [2021-04-28T06:24:56.372Z] 20.10.0: Pulling from library/docker [2021-04-28T06:24:56.648Z] Removing intermediate container 7ff0e3e98bc6 [2021-04-28T06:24:56.648Z] ---> e908ef2eeef4 [2021-04-28T06:24:56.648Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-28T06:24:57.254Z] ---> Running in 810e596d60f8 [2021-04-28T06:24:57.851Z] Removing intermediate container 810e596d60f8 [2021-04-28T06:24:57.851Z] ---> 550037343295 [2021-04-28T06:24:57.851Z] Step 22/24 : LABEL arch=arm64 [2021-04-28T06:24:58.451Z] ---> Running in 34f56a77aa2a [2021-04-28T06:24:59.047Z] Removing intermediate container 34f56a77aa2a [2021-04-28T06:24:59.047Z] ---> 1ab9c7c09e58 [2021-04-28T06:24:59.047Z] Step 23/24 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:24:59.047Z] ---> Running in 1d717f364c78 [2021-04-28T06:25:00.020Z] Removing intermediate container 1d717f364c78 [2021-04-28T06:25:00.020Z] ---> 73030e256de7 [2021-04-28T06:25:00.020Z] Step 24/24 : LABEL version=0.0.0 [2021-04-28T06:25:00.291Z] ---> Running in 0bf20fce2629 [2021-04-28T06:25:00.890Z] Removing intermediate container 0bf20fce2629 [2021-04-28T06:25:00.890Z] ---> 44523281fd5a [2021-04-28T06:25:00.890Z] [2021-04-28T06:25:01.486Z] Successfully built 44523281fd5a [2021-04-28T06:25:01.486Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-28T06:25:05.798Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-28T06:25:05.798Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-28T06:25:05.798Z] ---> eeaf43b92773 [2021-04-28T06:25:05.799Z] 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-28T06:25:06.403Z] ---> Running in 00bece2352f0 [2021-04-28T06:25:06.680Z] Removing intermediate container 00bece2352f0 [2021-04-28T06:25:06.680Z] ---> 8fdb7225c338 [2021-04-28T06:25:06.680Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-28T06:25:06.953Z] ---> Running in 67cc3373ad41 [2021-04-28T06:25:07.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T06:25:08.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T06:25:09.212Z] (1/39) Installing readline (8.0.4-r0) [2021-04-28T06:25:09.212Z] (2/39) Installing bash (5.0.17-r0) [2021-04-28T06:25:09.212Z] Executing bash-5.0.17-r0.post-install [2021-04-28T06:25:09.212Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T06:25:09.212Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-28T06:25:09.212Z] (5/39) Installing curl (7.76.1-r0) [2021-04-28T06:25:09.212Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-28T06:25:09.212Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-28T06:25:09.212Z] (8/39) Installing expat (2.2.9-r1) [2021-04-28T06:25:09.212Z] (9/39) Installing libffi (3.3-r2) [2021-04-28T06:25:09.212Z] (10/39) Installing gdbm (1.13-r1) [2021-04-28T06:25:09.212Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-28T06:25:09.212Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-28T06:25:09.212Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-28T06:25:11.198Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-28T06:25:11.198Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-28T06:25:11.198Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-28T06:25:11.198Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-28T06:25:11.198Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-28T06:25:11.199Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-28T06:25:11.473Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-28T06:25:11.473Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-28T06:25:11.473Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-28T06:25:11.473Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-28T06:25:11.473Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-28T06:25:11.473Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-28T06:25:11.749Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-28T06:25:11.749Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-28T06:25:11.749Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-28T06:25:11.749Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-28T06:25:11.749Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-28T06:25:11.749Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-28T06:25:11.749Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-28T06:25:11.749Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-28T06:25:11.749Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-28T06:25:11.749Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-28T06:25:11.749Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-28T06:25:11.749Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-28T06:25:11.749Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-28T06:25:11.749Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-28T06:25:12.035Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T06:25:12.035Z] OK: 72 MiB in 59 packages [2021-04-28T06:25:18.777Z] Collecting docker-compose==1.23.2 [2021-04-28T06:25:18.777Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-28T06:25:19.059Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-28T06:25:19.059Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-28T06:25:19.330Z] Collecting docopt<0.7,>=0.6.1 [2021-04-28T06:25:19.331Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-28T06:25:23.964Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-28T06:25:23.964Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-28T06:25:23.964Z] 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-28T06:25:24.564Z] Collecting jsonschema<3,>=2.5.1 [2021-04-28T06:25:24.564Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-28T06:25:25.997Z] Collecting PyYAML<4,>=3.10 [2021-04-28T06:25:25.997Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-28T06:25:31.408Z] Collecting cached-property<2,>=1.2.0 [2021-04-28T06:25:31.408Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-28T06:25:31.408Z] Collecting texttable<0.10,>=0.9.0 [2021-04-28T06:25:31.408Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-28T06:25:34.038Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-28T06:25:34.038Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-28T06:25:37.434Z] Collecting docker<4.0,>=3.6.0 [2021-04-28T06:25:37.435Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-28T06:25:38.418Z] Collecting idna<2.8,>=2.5 [2021-04-28T06:25:38.418Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-28T06:25:39.401Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-28T06:25:39.401Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-28T06:25:39.401Z] 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-28T06:25:39.401Z] 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-28T06:25:39.678Z] Collecting docker-pycreds>=0.4.0 [2021-04-28T06:25:39.678Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-28T06:25:39.954Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-28T06:25:39.954Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-28T06:25:39.954Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-28T06:25:39.954Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-28T06:25:41.398Z] Installing collected packages: websocket-client, docopt, idna, urllib3, requests, jsonschema, PyYAML, cached-property, texttable, dockerpty, docker-pycreds, docker, docker-compose [2021-04-28T06:25:41.672Z] Running setup.py install for docopt: started [2021-04-28T06:25:44.304Z] Running setup.py install for docopt: finished with status 'done' [2021-04-28T06:25:44.304Z] Attempting uninstall: idna [2021-04-28T06:25:44.304Z] Found existing installation: idna 2.9 [2021-04-28T06:25:44.304Z] Uninstalling idna-2.9: [2021-04-28T06:25:44.304Z] Successfully uninstalled idna-2.9 [2021-04-28T06:25:45.326Z] Attempting uninstall: urllib3 [2021-04-28T06:25:45.326Z] Found existing installation: urllib3 1.25.9 [2021-04-28T06:25:45.326Z] Uninstalling urllib3-1.25.9: [2021-04-28T06:25:45.326Z] Successfully uninstalled urllib3-1.25.9 [2021-04-28T06:25:45.929Z] Attempting uninstall: requests [2021-04-28T06:25:45.929Z] Found existing installation: requests 2.23.0 [2021-04-28T06:25:45.929Z] Uninstalling requests-2.23.0: [2021-04-28T06:25:46.206Z] Successfully uninstalled requests-2.23.0 [2021-04-28T06:25:46.811Z] Running setup.py install for PyYAML: started [2021-04-28T06:25:50.228Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-28T06:25:50.228Z] Running setup.py install for texttable: started [2021-04-28T06:25:52.874Z] Running setup.py install for texttable: finished with status 'done' [2021-04-28T06:25:52.874Z] Running setup.py install for dockerpty: started [2021-04-28T06:25:55.517Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-28T06:25:58.172Z] 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-28T06:26:08.378Z] Removing intermediate container 67cc3373ad41 [2021-04-28T06:26:08.378Z] ---> 80c152b38351 [2021-04-28T06:26:08.378Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-28T06:26:08.378Z] ---> Running in cb13e3fe90a3 [2021-04-28T06:26:08.979Z] Removing intermediate container cb13e3fe90a3 [2021-04-28T06:26:08.979Z] ---> d053671f053a [2021-04-28T06:26:08.979Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-28T06:26:08.979Z] ---> Running in b8dc713963bc [2021-04-28T06:26:09.624Z] Removing intermediate container b8dc713963bc [2021-04-28T06:26:09.624Z] ---> 9b23d72f6279 [2021-04-28T06:26:09.624Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-28T06:26:10.648Z] ---> 1a6680a31a27 [2021-04-28T06:26:10.648Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-28T06:26:11.637Z] ---> 17d46b38d188 [2021-04-28T06:26:11.637Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-28T06:26:12.625Z] ---> f6c22b1c5b6b [2021-04-28T06:26:12.625Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-28T06:26:12.625Z] ---> Running in 8175c606f932 [2021-04-28T06:26:13.238Z] Removing intermediate container 8175c606f932 [2021-04-28T06:26:13.238Z] ---> 2774e9c57919 [2021-04-28T06:26:13.238Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T06:26:13.517Z] ---> Running in 49fb6de0249b [2021-04-28T06:26:13.795Z] Removing intermediate container 49fb6de0249b [2021-04-28T06:26:13.795Z] ---> 5fc584fcdbe3 [2021-04-28T06:26:14.076Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T06:26:14.076Z] ---> Running in d6587e63ec8e [2021-04-28T06:26:14.683Z] Removing intermediate container d6587e63ec8e [2021-04-28T06:26:14.683Z] ---> d80d583b620c [2021-04-28T06:26:14.683Z] Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-28T06:26:14.961Z] ---> Running in 614f32c23069 [2021-04-28T06:26:15.567Z] Removing intermediate container 614f32c23069 [2021-04-28T06:26:15.567Z] ---> 90aad4016b58 [2021-04-28T06:26:15.567Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T06:26:15.567Z] ---> Running in c2ae01651f34 [2021-04-28T06:26:16.174Z] Removing intermediate container c2ae01651f34 [2021-04-28T06:26:16.174Z] ---> e9538d4a55e8 [2021-04-28T06:26:16.174Z] [2021-04-28T06:26:16.451Z] Successfully built e9538d4a55e8 [2021-04-28T06:26:16.451Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-28T06:26:17.069Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-28T06:26:17.087Z] $ docker stop --time=1 e0b0dfc439838810b556742803c17031b47fe4c3a98bfb40bce6c12693a1b5d2 [2021-04-28T06:26:19.126Z] $ docker rm -f e0b0dfc439838810b556742803c17031b47fe4c3a98bfb40bce6c12693a1b5d2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T06:26:19.868Z] + + docker images [2021-04-28T06:26:19.868Z] grep docker [2021-04-28T06:26:20.141Z] docker-sys-mgmt-agent-go-arm64 latest e9538d4a55e8 5 seconds ago 299MB [2021-04-28T06:26:20.141Z] docker-security-secretstore-setup-go-arm64 latest 44523281fd5a About a minute ago 24.9MB [2021-04-28T06:26:20.141Z] docker-support-scheduler-go-arm64 latest 72a3c7417076 About a minute ago 16.6MB [2021-04-28T06:26:20.141Z] docker-core-command-go-arm64 latest 70e8842cb24d About a minute ago 16.5MB [2021-04-28T06:26:20.141Z] docker-core-data-go-arm64 latest e2030679c891 3 minutes ago 21.6MB [2021-04-28T06:26:20.141Z] docker-security-bootstrapper-go-arm64 latest 35e03cb05daf 4 minutes ago 18.1MB [2021-04-28T06:26:20.141Z] docker-core-metadata-go-arm64 latest f21685868188 4 minutes ago 18.1MB [2021-04-28T06:26:20.141Z] docker-support-notifications-go-arm64 latest d8a7d4183cc1 4 minutes ago 17.1MB [2021-04-28T06:26:20.141Z] docker-security-proxy-setup-go-arm64 latest 28f92f5c31d4 4 minutes ago 24.6MB [2021-04-28T06:26:20.141Z] 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-28T06:26:21.175Z] ---> job-cost.sh [2021-04-28T06:26:21.175Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TAIh [2021-04-28T06:27:17.808Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-28T06:28:39.529Z] lf-activate-venv(): INFO: Adding /tmp/venv-TAIh/bin to PATH [2021-04-28T06:28:39.529Z] INFO: No Stack... [2021-04-28T06:28:39.529Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-28T06:28:39.529Z] INFO: Archiving Costs [Pipeline] sh [2021-04-28T06:28:39.919Z] + cut -d, -f6 [2021-04-28T06:28:39.919Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2021-04-28T06:28:40.059Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3404-1-stack-cost] [2021-04-28T06:28:40.065Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3404-1-stack-cost] did not exist. Created. [2021-04-28T06:28:40.066Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3404-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-28T06:28:40.507Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-28T06:28:40.841Z] Stashed 1 file(s) [Pipeline] } [2021-04-28T06:28:40.861Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3404-1-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-28T06:28:42.260Z] provisioning config files... [2021-04-28T06:28:42.274Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6909320352451897809tmp [Pipeline] { [Pipeline] sh [2021-04-28T06:28:42.640Z] + set +x [2021-04-28T06:28:42.640Z] + curl -s https://codecov.io/bash [2021-04-28T06:28:42.640Z] + bash -s -- [2021-04-28T06:28:43.217Z] [2021-04-28T06:28:43.217Z] _____ _ [2021-04-28T06:28:43.217Z] / ____| | | [2021-04-28T06:28:43.217Z] | | ___ __| | ___ ___ _____ __ [2021-04-28T06:28:43.217Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-28T06:28:43.217Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-28T06:28:43.217Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-28T06:28:43.217Z] Bash-1.0.2 [2021-04-28T06:28:43.217Z] [2021-04-28T06:28:43.217Z] [2021-04-28T06:28:43.217Z] ==> git version 2.24.3 found [2021-04-28T06:28:43.217Z] ==> 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-28T06:28:43.217Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-28T06:28:43.217Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-28T06:28:43.217Z] ==> Jenkins CI detected. [2021-04-28T06:28:43.217Z] project root: . [2021-04-28T06:28:43.217Z] --> token set from env [2021-04-28T06:28:43.217Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-28T06:28:43.217Z] ==> Running gcov in . (disable via -X gcov) [2021-04-28T06:28:43.217Z] ==> Python coveragepy not found [2021-04-28T06:28:43.217Z] ==> Searching for coverage reports in: [2021-04-28T06:28:43.217Z] + . [2021-04-28T06:28:43.217Z] -> Found 1 reports [2021-04-28T06:28:43.217Z] ==> Detecting git/mercurial file structure [2021-04-28T06:28:43.479Z] ==> Reading reports [2021-04-28T06:28:43.479Z] + ./coverage.out bytes=689628 [2021-04-28T06:28:43.479Z] ==> Appending adjustments [2021-04-28T06:28:43.479Z] https://docs.codecov.io/docs/fixing-reports [2021-04-28T06:28:47.705Z] + Found adjustments [2021-04-28T06:28:47.705Z] ==> Gzipping contents [2021-04-28T06:28:47.705Z] 100K /tmp/codecov.tuMsdh.gz [2021-04-28T06:28:47.705Z] ==> Uploading reports [2021-04-28T06:28:47.705Z] url: https://codecov.io [2021-04-28T06:28:47.705Z] query: branch=PR-3404&commit=3718f1804264b4d9eff5b8dceaa8090d27be1d0a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3404%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3404&job=&cmd_args= [2021-04-28T06:28:47.705Z] -> Pinging Codecov [2021-04-28T06:28:47.705Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3404&commit=3718f1804264b4d9eff5b8dceaa8090d27be1d0a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3404%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3404&job=&cmd_args= [2021-04-28T06:28:47.705Z] -> Uploading to [2021-04-28T06:28:47.705Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-28/00271124DB129430A58F1EEE437C3FCB/3718f1804264b4d9eff5b8dceaa8090d27be1d0a/92d8704c-37fc-47d1-ad1d-b20098e08e5b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210428T062847Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ba70403f9e0015dde6ba72e0012c343c3a495c8e49008504812b8b8592f8e6aa [2021-04-28T06:28:47.705Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-28T06:28:47.705Z] Dload Upload Total Spent Left Speed [2021-04-28T06:28:48.280Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99141 0 0 100 99141 0 204k --:--:-- --:--:-- --:--:-- 204k [2021-04-28T06:28:48.280Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3718f1804264b4d9eff5b8dceaa8090d27be1d0a [Pipeline] } [2021-04-28T06:28:48.308Z] 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-28T06:28:50.082Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T06:28:51.007Z] ---> package-listing.sh [2021-04-28T06:28:51.007Z] ++ facter osfamily [2021-04-28T06:28:51.007Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-28T06:28:51.007Z] + OS_FAMILY=redhat [2021-04-28T06:28:51.007Z] + workspace=/w/workspace/edgex-go/1 [2021-04-28T06:28:51.007Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-28T06:28:51.007Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-28T06:28:51.007Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-28T06:28:51.007Z] + PACKAGES=/tmp/packages_start.txt [2021-04-28T06:28:51.007Z] + '[' /w/workspace/edgex-go/1 ']' [2021-04-28T06:28:51.007Z] + PACKAGES=/tmp/packages_end.txt [2021-04-28T06:28:51.007Z] + case "${OS_FAMILY}" in [2021-04-28T06:28:51.007Z] + rpm -qa [2021-04-28T06:28:51.007Z] + sort [2021-04-28T06:28:56.326Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-28T06:28:56.326Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-28T06:28:56.326Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-28T06:28:56.326Z] + '[' /w/workspace/edgex-go/1 ']' [2021-04-28T06:28:56.326Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-04-28T06:28:56.326Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-04-28T06:28:56.377Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-28T06:28:56.700Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:28:57.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T06:28:57.057Z] [2021-04-28T06:28:57.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-28T06:28:57.428Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T06:28:57.428Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-28T06:28:57.428Z] df20fa9351a1: Pulling fs layer [2021-04-28T06:28:57.428Z] 36b3adc4ff6f: Pulling fs layer [2021-04-28T06:28:57.428Z] 8ad3a11d3b57: Pulling fs layer [2021-04-28T06:28:57.428Z] 46f8f816bc3b: Pulling fs layer [2021-04-28T06:28:57.428Z] 93b61091891f: Pulling fs layer [2021-04-28T06:28:57.428Z] 93b9cdb0e59b: Pulling fs layer [2021-04-28T06:28:57.428Z] 5e14af77c1be: Pulling fs layer [2021-04-28T06:28:57.428Z] 01666e4c0597: Pulling fs layer [2021-04-28T06:28:57.428Z] aa168da1d23b: Pulling fs layer [2021-04-28T06:28:57.428Z] 93b9cdb0e59b: Waiting [2021-04-28T06:28:57.428Z] 5e14af77c1be: Waiting [2021-04-28T06:28:57.428Z] 01666e4c0597: Waiting [2021-04-28T06:28:57.428Z] 46f8f816bc3b: Waiting [2021-04-28T06:28:57.428Z] aa168da1d23b: Waiting [2021-04-28T06:28:57.428Z] 93b61091891f: Waiting [2021-04-28T06:28:57.428Z] 36b3adc4ff6f: Verifying Checksum [2021-04-28T06:28:57.428Z] 36b3adc4ff6f: Download complete [2021-04-28T06:28:57.428Z] 46f8f816bc3b: Verifying Checksum [2021-04-28T06:28:57.428Z] 46f8f816bc3b: Download complete [2021-04-28T06:28:57.696Z] df20fa9351a1: Download complete [2021-04-28T06:28:57.696Z] 93b9cdb0e59b: Verifying Checksum [2021-04-28T06:28:57.696Z] 93b9cdb0e59b: Download complete [2021-04-28T06:28:57.696Z] 5e14af77c1be: Verifying Checksum [2021-04-28T06:28:57.696Z] 5e14af77c1be: Download complete [2021-04-28T06:28:57.696Z] 93b61091891f: Verifying Checksum [2021-04-28T06:28:57.696Z] 93b61091891f: Download complete [2021-04-28T06:28:57.696Z] 01666e4c0597: Verifying Checksum [2021-04-28T06:28:57.696Z] 01666e4c0597: Download complete [2021-04-28T06:28:57.959Z] df20fa9351a1: Pull complete [2021-04-28T06:28:58.556Z] 8ad3a11d3b57: Verifying Checksum [2021-04-28T06:28:58.556Z] 8ad3a11d3b57: Download complete [2021-04-28T06:28:58.556Z] 36b3adc4ff6f: Pull complete [2021-04-28T06:28:59.139Z] 8ad3a11d3b57: Pull complete [2021-04-28T06:28:59.408Z] 46f8f816bc3b: Pull complete [2021-04-28T06:29:00.356Z] aa168da1d23b: Verifying Checksum [2021-04-28T06:29:00.356Z] aa168da1d23b: Download complete [2021-04-28T06:29:01.314Z] 93b61091891f: Pull complete [2021-04-28T06:29:01.578Z] 93b9cdb0e59b: Pull complete [2021-04-28T06:29:01.578Z] 5e14af77c1be: Pull complete [2021-04-28T06:29:01.840Z] 01666e4c0597: Pull complete [2021-04-28T06:29:11.912Z] aa168da1d23b: Pull complete [2021-04-28T06:29:11.912Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-28T06:29:11.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T06:29:11.912Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-28T06:29:12.152Z] prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container [2021-04-28T06:29:12.207Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-28T06:29:17.869Z] $ docker top b076f9fddb62610ab714b0a60a9eb66c2fc4eb114987e571d4bdfb7f040d2b7d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T06:29:18.429Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-28T06:29:18.756Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-28T06:29:19.097Z] + ls /var/log/sa-host [2021-04-28T06:29:19.097Z] + sadf -c /var/log/sa-host/sa23 [2021-04-28T06:29:19.097Z] file_magic: OK [2021-04-28T06:29:19.097Z] HZ: Using current value: 100 [2021-04-28T06:29:19.097Z] file_header: OK [2021-04-28T06:29:19.097Z] 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-28T06:29:19.097Z] Statistics: [2021-04-28T06:29:19.097Z] Hnuu...uuuununununu... [2021-04-28T06:29:19.097Z] File successfully converted to sysstat format version 12.2.1 [2021-04-28T06:29:19.097Z] + sadf -c /var/log/sa-host/sa28 [2021-04-28T06:29:19.097Z] file_magic: OK [2021-04-28T06:29:19.097Z] HZ: Using current value: 100 [2021-04-28T06:29:19.097Z] file_header: OK [2021-04-28T06:29:19.097Z] 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-28T06:29:19.097Z] Statistics: [2021-04-28T06:29:19.097Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-28T06:29:19.097Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-28T06:29:19.739Z] provisioning config files... [2021-04-28T06:29:19.758Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8056784617278103166tmp [Pipeline] { [Pipeline] echo [2021-04-28T06:29:19.810Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T06:29:20.229Z] ---> create-netrc.sh [Pipeline] } [2021-04-28T06:29:20.254Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-28T06:29:20.336Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T06:29:20.724Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-28T06:29:20.759Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T06:29:21.103Z] ---> sudo-logs.sh [2021-04-28T06:29:21.103Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-28T06:29:21.179Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T06:29:21.512Z] ---> job-cost.sh [2021-04-28T06:29:21.512Z] lf-activate-venv: SKIPPING [2021-04-28T06:29:21.512Z] DEBUG: total: 0.20999999344348907 [2021-04-28T06:29:21.512Z] INFO: Retrieving Stack Cost... [2021-04-28T06:29:22.905Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-28T06:29:23.168Z] INFO: Archiving Costs [Pipeline] echo [2021-04-28T06:29:23.208Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T06:29:23.548Z] ---> logs-deploy.sh [2021-04-28T06:29:23.548Z] lf-activate-venv: SKIPPING [2021-04-28T06:29:23.548Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3404/1 [2021-04-28T06:29:23.548Z] INFO: archiving workspace using pattern(s): [2021-04-28T06:29:24.940Z] Archives upload complete. [2021-04-28T06:29:25.204Z] INFO: archiving logs to Nexus