Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 354513ea476727261fb8f3ec0718bce51a661462+65a1ad8836fac6fe6d7e576d1f355fc517d369bc (947787ff4bf35f75bf739160b649623532d015ca) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cf598ef4eee878cf4fd68936879ff849bf9f782f (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cf598ef4eee878cf4fd68936879ff849bf9f782f # timeout=10 Commit message: "Merge pull request #334 from ernestojeda/archives-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-2304’ is offline Running on prd-centos7-docker-4c-2g-2307 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 65a1ad8836fac6fe6d7e576d1f355fc517d369bc into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 Merge succeeded, producing 79d20967a9d109c3fbee4102c6caac819f357bd5 Checking out Revision 79d20967a9d109c3fbee4102c6caac819f357bd5 (PR-3406) > 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/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # 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 65a1ad8836fac6fe6d7e576d1f355fc517d369bc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79d20967a9d109c3fbee4102c6caac819f357bd5 # timeout=10 Commit message: "Merge commit '65a1ad8836fac6fe6d7e576d1f355fc517d369bc' into HEAD" > git rev-list --no-walk 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-29T08:29:51.263Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-29T08:29:51.373Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-29T08:29:51.406Z] ========================================================= [2021-04-29T08:29:51.406Z] EdgeX Global Pipelines Version Info [2021-04-29T08:29:51.406Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-29T08:29:53.090Z] ------------------- [2021-04-29T08:29:53.090Z] stable info: [2021-04-29T08:29:53.090Z] ------------------- [2021-04-29T08:29:53.090Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-29T08:29:53.090Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-29T08:29:53.090Z] Message: update stable to v1.0.190 [2021-04-29T08:29:54.043Z] ------------------- [2021-04-29T08:29:54.043Z] experimental info: [2021-04-29T08:29:54.043Z] ------------------- [2021-04-29T08:29:54.043Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-29T08:29:54.043Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-29T08:29:54.043Z] Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-29T08:29:54.193Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-29T08:29:54.217Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-29T08:29:54.249Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-29T08:29:54.278Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-29T08:29:54.310Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-29T08:29:54.394Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-29T08:29:54.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-29T08:29:54.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-29T08:29:54.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-29T08:29:54.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-29T08:29:54.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-29T08:29:54.550Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-29T08:29:54.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-29T08:29:54.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-29T08:29:54.624Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-29T08:29:54.648Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-29T08:29:54.673Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-29T08:29:54.696Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-29T08:29:54.719Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-29T08:29:54.743Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-29T08:29:54.767Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-29T08:29:54.808Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-29T08:29:54.831Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3406 [Pipeline] echo [2021-04-29T08:29:54.853Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3406 [Pipeline] echo [2021-04-29T08:29:54.875Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3406 [Pipeline] echo [2021-04-29T08:29:54.898Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79d20967a9d109c3fbee4102c6caac819f357bd5 [Pipeline] echo [2021-04-29T08:29:54.920Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79d2096 [Pipeline] echo [2021-04-29T08:29:54.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-29T08:29:55.017Z] provisioning config files... [2021-04-29T08:29:55.067Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5786233554992508353tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-29T08:29:55.410Z] ---> docker-login.sh [2021-04-29T08:29:55.410Z] nexus3.edgexfoundry.org:10001 [2021-04-29T08:29:56.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T08:29:56.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T08:29:56.281Z] Configure a credential helper to remove this warning. See [2021-04-29T08:29:56.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T08:29:56.281Z] [2021-04-29T08:29:56.281Z] Login Succeeded [2021-04-29T08:29:56.281Z] nexus3.edgexfoundry.org:10002 [2021-04-29T08:29:56.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T08:29:56.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T08:29:56.545Z] Configure a credential helper to remove this warning. See [2021-04-29T08:29:56.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T08:29:56.545Z] [2021-04-29T08:29:56.545Z] Login Succeeded [2021-04-29T08:29:56.545Z] nexus3.edgexfoundry.org:10003 [2021-04-29T08:29:56.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T08:29:56.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T08:29:56.809Z] Configure a credential helper to remove this warning. See [2021-04-29T08:29:56.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T08:29:56.809Z] [2021-04-29T08:29:56.809Z] Login Succeeded [2021-04-29T08:29:56.809Z] nexus3.edgexfoundry.org:10004 [2021-04-29T08:29:56.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T08:29:56.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T08:29:56.809Z] Configure a credential helper to remove this warning. See [2021-04-29T08:29:56.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T08:29:56.809Z] [2021-04-29T08:29:56.809Z] Login Succeeded [2021-04-29T08:29:56.809Z] docker.io [2021-04-29T08:29:57.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T08:29:57.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T08:29:57.341Z] Configure a credential helper to remove this warning. See [2021-04-29T08:29:57.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T08:29:57.341Z] [2021-04-29T08:29:57.341Z] Login Succeeded [2021-04-29T08:29:57.341Z] ---> docker-login.sh ends [Pipeline] } [2021-04-29T08:29:57.353Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-29T08:29:57.710Z] ++ 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-29T08:29:57.710Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-29T08:29:57.710Z] ++ dirname cmd/core-command/Dockerfile [2021-04-29T08:29:57.710Z] ++ cut -d/ -f2 [2021-04-29T08:29:57.710Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-29T08:29:57.710Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-29T08:29:57.710Z] ++ dirname cmd/core-data/Dockerfile [2021-04-29T08:29:57.710Z] ++ cut -d/ -f2 [2021-04-29T08:29:57.710Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-29T08:29:57.710Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-29T08:29:57.710Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-29T08:29:57.710Z] ++ cut -d/ -f2 [2021-04-29T08:29:57.710Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-29T08:29:57.710Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-29T08:29:57.710Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-29T08:29:57.710Z] ++ cut -d/ -f2 [2021-04-29T08:29:57.710Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-29T08:29:57.710Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-29T08:29:57.710Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-29T08:29:57.710Z] ++ cut -d/ -f2 [2021-04-29T08:29:57.710Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-29T08:29:57.710Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-29T08:29:57.710Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-29T08:29:57.710Z] ++ cut -d/ -f2 [2021-04-29T08:29:57.710Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-29T08:29:57.710Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-29T08:29:57.710Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-29T08:29:57.710Z] ++ cut -d/ -f2 [2021-04-29T08:29:57.710Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-29T08:29:57.710Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-29T08:29:57.710Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-29T08:29:57.710Z] ++ cut -d/ -f2 [2021-04-29T08:29:57.710Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-29T08:29:57.710Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-29T08:29:57.710Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-29T08:29:57.710Z] ++ cut -d/ -f2 [2021-04-29T08:29:57.710Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-29T08:29:57.854Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:29:58.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T08:29:58.513Z] [2021-04-29T08:29:58.514Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:29:58.848Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T08:29:58.848Z] latest: Pulling from edgex-devops/git-semver [2021-04-29T08:29:58.848Z] 31603596830f: Pulling fs layer [2021-04-29T08:29:58.848Z] 54011a49482f: Pulling fs layer [2021-04-29T08:29:58.848Z] a6820b24f6d8: Pulling fs layer [2021-04-29T08:29:58.848Z] f581987b2513: Pulling fs layer [2021-04-29T08:29:58.848Z] f581987b2513: Waiting [2021-04-29T08:29:58.848Z] 54011a49482f: Verifying Checksum [2021-04-29T08:29:58.848Z] 54011a49482f: Download complete [2021-04-29T08:29:59.126Z] 31603596830f: Verifying Checksum [2021-04-29T08:29:59.126Z] 31603596830f: Download complete [2021-04-29T08:29:59.126Z] f581987b2513: Verifying Checksum [2021-04-29T08:29:59.126Z] f581987b2513: Download complete [2021-04-29T08:29:59.401Z] a6820b24f6d8: Verifying Checksum [2021-04-29T08:29:59.401Z] a6820b24f6d8: Download complete [2021-04-29T08:29:59.401Z] 31603596830f: Pull complete [2021-04-29T08:29:59.674Z] 54011a49482f: Pull complete [2021-04-29T08:30:01.143Z] a6820b24f6d8: Pull complete [2021-04-29T08:30:01.425Z] f581987b2513: Pull complete [2021-04-29T08:30:01.425Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-29T08:30:01.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T08:30:01.425Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-29T08:30:01.674Z] prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container [2021-04-29T08:30:01.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat [2021-04-29T08:30:04.462Z] $ docker top 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-29T08:30:04.673Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-29T08:30:04.673Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-29T08:30:05.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-29T08:30:05.114Z] $ docker exec 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd ssh-agent [2021-04-29T08:30:05.369Z] SSH_AUTH_SOCK=/tmp/ssh-c1PW5tv0bPZJ/agent.12 [2021-04-29T08:30:05.369Z] SSH_AGENT_PID=18 [2021-04-29T08:30:05.388Z] Running ssh-add (command line suppressed) [2021-04-29T08:30:05.529Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7623130826856751521.key (/w/workspace/edgex-go/2@tmp/private_key_7623130826856751521.key) [2021-04-29T08:30:05.592Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-29T08:30:05.908Z] + git tag --points-at HEAD [Pipeline] } [2021-04-29T08:30:05.935Z] $ docker exec --env ******** --env ******** 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd ssh-agent -k [2021-04-29T08:30:06.083Z] unset SSH_AUTH_SOCK; [2021-04-29T08:30:06.083Z] unset SSH_AGENT_PID; [2021-04-29T08:30:06.083Z] echo Agent pid 18 killed; [2021-04-29T08:30:06.136Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-29T08:30:06.171Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-29T08:30:06.171Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-29T08:30:06.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-29T08:30:06.378Z] $ docker exec 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd ssh-agent [2021-04-29T08:30:06.548Z] SSH_AUTH_SOCK=/tmp/ssh-SRRj6fnvl2Or/agent.49 [2021-04-29T08:30:06.548Z] SSH_AGENT_PID=54 [2021-04-29T08:30:06.557Z] Running ssh-add (command line suppressed) [2021-04-29T08:30:06.685Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1814817617996480443.key (/w/workspace/edgex-go/2@tmp/private_key_1814817617996480443.key) [2021-04-29T08:30:06.743Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-29T08:30:07.068Z] + git semver init [2021-04-29T08:30:07.068Z] # -> Open(): unable to determine branch for HEAD [2021-04-29T08:30:07.068Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-29T08:30:07.068Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-29T08:30:07.068Z] # $SEMVER_REMOTE_NAME = origin [2021-04-29T08:30:07.068Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-29T08:30:07.068Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-29T08:30:07.068Z] # $SEMVER_BRANCH = PR-3406 [2021-04-29T08:30:07.068Z] # $SEMVER_TEMP = /tmp/semver-250338492 [2021-04-29T08:30:07.068Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-29T08:30:33.848Z] # '/tmp/semver-250338492' -> '/w/workspace/edgex-go/2/.semver' [2021-04-29T08:30:33.848Z] # -> Force: false [2021-04-29T08:30:33.848Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-29T08:30:33.872Z] $ docker exec --env ******** --env ******** 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd ssh-agent -k [2021-04-29T08:30:34.096Z] unset SSH_AUTH_SOCK; [2021-04-29T08:30:34.097Z] unset SSH_AGENT_PID; [2021-04-29T08:30:34.097Z] echo Agent pid 54 killed; [2021-04-29T08:30:34.219Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-29T08:30:34.600Z] + git semver [Pipeline] } [2021-04-29T08:30:34.623Z] $ docker stop --time=1 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd [2021-04-29T08:30:36.200Z] $ docker rm -f 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-29T08:30:36.679Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-29T08:30:37.193Z] Stashed 1 file(s) [Pipeline] echo [2021-04-29T08:30:37.196Z] [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-29T08:30:37.780Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-29T08:30:38.091Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-29T08:30:38.406Z] + sudo service docker restart [2021-04-29T08:30:38.406Z] + true [2021-04-29T08:30:38.406Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-29T08:30:38.998Z] ========================================================= [2021-04-29T08:30:38.998Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-29T08:30:38.998Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:30:39.319Z] + 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-29T08:30:43.712Z] Sending build context to Docker daemon 329.7MB [2021-04-29T08:30:43.712Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-29T08:30:43.712Z] Step 2/6 : FROM ${BASE} [2021-04-29T08:30:44.036Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-29T08:30:44.036Z] 188c0c94c7c5: Pulling fs layer [2021-04-29T08:30:44.036Z] 0ef7d3d256c8: Pulling fs layer [2021-04-29T08:30:44.036Z] de9db76c5a1d: Pulling fs layer [2021-04-29T08:30:44.036Z] bca2f99d35d6: Pulling fs layer [2021-04-29T08:30:44.036Z] 93359f2a8cfa: Pulling fs layer [2021-04-29T08:30:44.036Z] 7c6f9722023f: Pulling fs layer [2021-04-29T08:30:44.036Z] a35cf1a2eb13: Pulling fs layer [2021-04-29T08:30:44.036Z] bca2f99d35d6: Waiting [2021-04-29T08:30:44.036Z] 93359f2a8cfa: Waiting [2021-04-29T08:30:44.036Z] 7c6f9722023f: Waiting [2021-04-29T08:30:44.036Z] a35cf1a2eb13: Waiting [2021-04-29T08:30:44.036Z] de9db76c5a1d: Verifying Checksum [2021-04-29T08:30:44.036Z] de9db76c5a1d: Download complete [2021-04-29T08:30:44.036Z] 0ef7d3d256c8: Verifying Checksum [2021-04-29T08:30:44.036Z] 0ef7d3d256c8: Download complete [2021-04-29T08:30:44.036Z] 93359f2a8cfa: Download complete [2021-04-29T08:30:44.036Z] 7c6f9722023f: Verifying Checksum [2021-04-29T08:30:44.036Z] 7c6f9722023f: Download complete [2021-04-29T08:30:44.036Z] 188c0c94c7c5: Verifying Checksum [2021-04-29T08:30:44.036Z] 188c0c94c7c5: Download complete [2021-04-29T08:30:44.352Z] 188c0c94c7c5: Pull complete [2021-04-29T08:30:44.642Z] 0ef7d3d256c8: Pull complete [2021-04-29T08:30:44.642Z] de9db76c5a1d: Pull complete [2021-04-29T08:30:46.116Z] a35cf1a2eb13: Verifying Checksum [2021-04-29T08:30:46.116Z] a35cf1a2eb13: Download complete [2021-04-29T08:30:47.555Z] bca2f99d35d6: Verifying Checksum [2021-04-29T08:30:47.555Z] bca2f99d35d6: Download complete [2021-04-29T08:30:52.338Z] Still waiting to schedule task [2021-04-29T08:30:52.339Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2305’ is offline [2021-04-29T08:30:57.811Z] bca2f99d35d6: Pull complete [2021-04-29T08:30:57.811Z] 93359f2a8cfa: Pull complete [2021-04-29T08:30:57.811Z] 7c6f9722023f: Pull complete [2021-04-29T08:31:02.131Z] a35cf1a2eb13: Pull complete [2021-04-29T08:31:02.131Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-29T08:31:02.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-29T08:31:02.131Z] ---> a62c8e92a672 [2021-04-29T08:31:02.131Z] 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-29T08:31:02.131Z] ---> Running in e20a9c744cb0 [2021-04-29T08:31:02.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:31:03.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:31:04.636Z] (1/12) Installing libmagic (5.38-r0) [2021-04-29T08:31:04.901Z] (2/12) Installing file (5.38-r0) [2021-04-29T08:31:04.901Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-29T08:31:04.901Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-29T08:31:17.222Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-29T08:31:17.222Z] (6/12) Installing patch (2.7.6-r6) [2021-04-29T08:31:17.222Z] (7/12) Installing build-base (0.5-r2) [2021-04-29T08:31:17.222Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-29T08:31:17.222Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-29T08:31:17.222Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-29T08:31:17.222Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-29T08:31:17.222Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-29T08:31:17.222Z] Executing busybox-1.31.1-r19.trigger [2021-04-29T08:31:17.222Z] OK: 233 MiB in 51 packages [2021-04-29T08:31:21.505Z] Removing intermediate container e20a9c744cb0 [2021-04-29T08:31:21.505Z] ---> 6c4746998504 [2021-04-29T08:31:21.505Z] Step 4/6 : WORKDIR /edgex-go [2021-04-29T08:31:21.505Z] ---> Running in 3c9a7be0e28e [2021-04-29T08:31:21.505Z] Removing intermediate container 3c9a7be0e28e [2021-04-29T08:31:21.505Z] ---> c9806e78dd7e [2021-04-29T08:31:21.505Z] Step 5/6 : COPY go.mod . [2021-04-29T08:31:21.790Z] ---> 2154e9aaf653 [2021-04-29T08:31:21.790Z] Step 6/6 : RUN go mod download [2021-04-29T08:31:21.790Z] ---> Running in 86298c0079c5 [2021-04-29T08:31:48.549Z] Removing intermediate container 86298c0079c5 [2021-04-29T08:31:48.549Z] ---> df0fa085fca7 [2021-04-29T08:31:48.549Z] Successfully built df0fa085fca7 [2021-04-29T08:31:48.549Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:31:48.874Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-29T08:31:48.874Z] . [Pipeline] withDockerContainer [2021-04-29T08:31:49.054Z] prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container [2021-04-29T08:31:49.148Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-29T08:31:50.347Z] $ docker top faf4a4f30050f32a22f79866c1b691fc2b4cee33516ff6348d109c40c27c7f85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T08:31:50.824Z] + go version [2021-04-29T08:31:50.825Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-29T08:31:50.846Z] $ docker stop --time=1 faf4a4f30050f32a22f79866c1b691fc2b4cee33516ff6348d109c40c27c7f85 [2021-04-29T08:31:52.310Z] $ docker rm -f faf4a4f30050f32a22f79866c1b691fc2b4cee33516ff6348d109c40c27c7f85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:31:52.879Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-29T08:31:52.879Z] . [Pipeline] withDockerContainer [2021-04-29T08:31:52.994Z] prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container [2021-04-29T08:31:53.051Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-29T08:31:54.503Z] $ docker top 8c483f42e894aede3f385d14ff010a45a843c11c59141cda967213529cbec455 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-29T08:31:54.707Z] ========================================================= [2021-04-29T08:31:54.707Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-29T08:31:54.707Z] ========================================================= [Pipeline] sh [2021-04-29T08:31:55.017Z] + make test [2021-04-29T08:31:55.017Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-29T08:32:05.187Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-29T08:32:27.504Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-29T08:32:34.184Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-29T08:32:34.184Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-29T08:32:34.184Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-29T08:32:36.394Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2313 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws [2021-04-29T08:32:36.413Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-29T08:32:36.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-29T08:32:36.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-29T08:32:36.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-29T08:32:36.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-29T08:32:37.417Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-29T08:32:38.398Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-29T08:32:41.593Z] using credential edgex-jenkins-ssh [2021-04-29T08:32:41.615Z] Cloning the remote Git repository [2021-04-29T08:32:41.834Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-29T08:32:41.834Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-29T08:32:41.834Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-29T08:32:41.665Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-29T08:32:41.780Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-29T08:32:41.847Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-29T08:32:41.848Z] > git --version # timeout=10 [2021-04-29T08:32:41.863Z] > git --version # 'git version 2.17.1' [2021-04-29T08:32:41.864Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T08:32:41.980Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T08:32:45.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.185s coverage: 45.9% of statements [2021-04-29T08:32:45.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-29T08:32:45.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-29T08:32:45.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-29T08:32:45.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-29T08:32:45.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-29T08:32:45.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-29T08:32:45.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.100s coverage: 19.8% of statements [2021-04-29T08:32:45.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.162s coverage: 100.0% of statements [2021-04-29T08:32:47.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.231s coverage: 27.1% of statements [2021-04-29T08:32:47.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-29T08:32:47.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-29T08:32:47.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-29T08:32:47.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-29T08:32:47.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-29T08:32:47.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-29T08:32:47.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-04-29T08:32:47.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-29T08:32:47.273Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements [2021-04-29T08:32:47.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-29T08:32:47.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-29T08:32:48.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 71.3% of statements [2021-04-29T08:32:48.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-29T08:32:48.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-29T08:32:48.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.196s coverage: 87.7% of statements [2021-04-29T08:32:48.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-29T08:32:48.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-29T08:32:48.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.110s coverage: 78.9% of statements [2021-04-29T08:32:48.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-29T08:32:54.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.489s coverage: 28.6% of statements [2021-04-29T08:32:54.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-29T08:32:54.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-29T08:32:54.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-29T08:32:54.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-29T08:32:54.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-29T08:32:54.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements [2021-04-29T08:32:54.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-29T08:32:54.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.319s coverage: 100.0% of statements [2021-04-29T08:32:54.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-29T08:32:54.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.275s coverage: 86.7% of statements [2021-04-29T08:32:54.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-29T08:32:54.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.205s coverage: 97.5% of statements [2021-04-29T08:32:54.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-29T08:32:54.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 78.3% of statements [2021-04-29T08:32:54.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-29T08:32:54.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-29T08:32:54.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-29T08:32:54.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-29T08:32:57.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.700s coverage: 95.1% of statements [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-29T08:32:57.697Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-29T08:32:57.697Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.117s coverage: 0.9% of statements [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-29T08:32:57.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-29T08:32:57.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 47.1% of statements [2021-04-29T08:32:57.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.100s coverage: 79.5% of statements [2021-04-29T08:32:57.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.106s coverage: 94.1% of statements [2021-04-29T08:32:57.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.145s coverage: 96.3% of statements [2021-04-29T08:32:58.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.096s coverage: 87.5% of statements [2021-04-29T08:33:04.547Z] Merging remotes/origin/master commit 65a1ad8836fac6fe6d7e576d1f355fc517d369bc into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 [2021-04-29T08:33:05.250Z] Merge succeeded, producing db78261ed9566530bb0bc0a9d2b7fbcf6e8473bc [2021-04-29T08:33:05.250Z] Checking out Revision db78261ed9566530bb0bc0a9d2b7fbcf6e8473bc (PR-3406) [2021-04-29T08:33:03.224Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-29T08:33:03.244Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T08:33:03.268Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-29T08:33:03.296Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-29T08:33:03.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T08:33:03.307Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-29T08:33:04.567Z] > git config core.sparsecheckout # timeout=10 [2021-04-29T08:33:04.580Z] > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [2021-04-29T08:33:04.893Z] > git remote # timeout=10 [2021-04-29T08:33:04.909Z] > git config --get remote.origin.url # timeout=10 [2021-04-29T08:33:04.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T08:33:04.941Z] > git merge 65a1ad8836fac6fe6d7e576d1f355fc517d369bc # timeout=10 [2021-04-29T08:33:05.235Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-29T08:33:05.256Z] > git config core.sparsecheckout # timeout=10 [2021-04-29T08:33:05.266Z] > git checkout -f db78261ed9566530bb0bc0a9d2b7fbcf6e8473bc # timeout=10 [2021-04-29T08:33:09.415Z] Commit message: "Merge commit '65a1ad8836fac6fe6d7e576d1f355fc517d369bc' into HEAD" [2021-04-29T08:33:09.422Z] > git rev-list --no-walk 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-29T08:33:10.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.184s coverage: 94.4% of statements [2021-04-29T08:33:10.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements [2021-04-29T08:33:10.849Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-29T08:33:11.264Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-29T08:33:11.611Z] + true [2021-04-29T08:33:11.611Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-29T08:33:14.280Z] provisioning config files... [2021-04-29T08:33:14.325Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6433919602816836028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-29T08:33:14.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.643s coverage: 81.8% of statements [2021-04-29T08:33:14.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-29T08:33:14.693Z] ---> docker-login.sh [2021-04-29T08:33:14.693Z] nexus3.edgexfoundry.org:10001 [2021-04-29T08:33:15.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T08:33:15.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T08:33:15.941Z] Configure a credential helper to remove this warning. See [2021-04-29T08:33:15.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T08:33:15.941Z] [2021-04-29T08:33:15.941Z] Login Succeeded [2021-04-29T08:33:15.941Z] nexus3.edgexfoundry.org:10002 [2021-04-29T08:33:16.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T08:33:16.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T08:33:16.484Z] Configure a credential helper to remove this warning. See [2021-04-29T08:33:16.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T08:33:16.484Z] [2021-04-29T08:33:16.484Z] Login Succeeded [2021-04-29T08:33:16.484Z] nexus3.edgexfoundry.org:10003 [2021-04-29T08:33:16.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T08:33:16.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T08:33:16.754Z] Configure a credential helper to remove this warning. See [2021-04-29T08:33:16.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T08:33:16.754Z] [2021-04-29T08:33:16.754Z] Login Succeeded [2021-04-29T08:33:16.754Z] nexus3.edgexfoundry.org:10004 [2021-04-29T08:33:17.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T08:33:17.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T08:33:17.348Z] Configure a credential helper to remove this warning. See [2021-04-29T08:33:17.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T08:33:17.348Z] [2021-04-29T08:33:17.348Z] Login Succeeded [2021-04-29T08:33:17.348Z] docker.io [2021-04-29T08:33:17.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T08:33:17.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T08:33:17.895Z] Configure a credential helper to remove this warning. See [2021-04-29T08:33:17.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T08:33:17.895Z] [2021-04-29T08:33:17.895Z] Login Succeeded [2021-04-29T08:33:17.895Z] ---> docker-login.sh ends [Pipeline] } [2021-04-29T08:33:17.915Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-29T08:33:18.190Z] ========================================================= [2021-04-29T08:33:18.191Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-29T08:33:18.191Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:33:18.525Z] + 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-29T08:33:21.164Z] Sending build context to Docker daemon 167.4MB [2021-04-29T08:33:21.164Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-29T08:33:21.164Z] Step 2/6 : FROM ${BASE} [2021-04-29T08:33:21.164Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-29T08:33:21.164Z] 5f621e34cdf4: Pulling fs layer [2021-04-29T08:33:21.164Z] a4357932f1b6: Pulling fs layer [2021-04-29T08:33:21.164Z] 18c013af1878: Pulling fs layer [2021-04-29T08:33:21.164Z] 00ac8860ef70: Pulling fs layer [2021-04-29T08:33:21.164Z] 63d7cb157983: Pulling fs layer [2021-04-29T08:33:21.164Z] b116817d02f9: Pulling fs layer [2021-04-29T08:33:21.164Z] 745a02a5169b: Pulling fs layer [2021-04-29T08:33:21.164Z] 00ac8860ef70: Waiting [2021-04-29T08:33:21.164Z] 63d7cb157983: Waiting [2021-04-29T08:33:21.164Z] b116817d02f9: Waiting [2021-04-29T08:33:21.164Z] 745a02a5169b: Waiting [2021-04-29T08:33:21.164Z] 18c013af1878: Verifying Checksum [2021-04-29T08:33:21.164Z] a4357932f1b6: Download complete [2021-04-29T08:33:21.164Z] 63d7cb157983: Download complete [2021-04-29T08:33:21.164Z] b116817d02f9: Verifying Checksum [2021-04-29T08:33:21.164Z] b116817d02f9: Download complete [2021-04-29T08:33:21.164Z] 5f621e34cdf4: Verifying Checksum [2021-04-29T08:33:21.164Z] 5f621e34cdf4: Download complete [2021-04-29T08:33:21.774Z] 5f621e34cdf4: Pull complete [2021-04-29T08:33:22.373Z] a4357932f1b6: Pull complete [2021-04-29T08:33:22.646Z] 18c013af1878: Pull complete [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.149s coverage: 92.9% of statements [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.092s coverage: 77.8% of statements [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.107s coverage: 87.2% of statements [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.127s coverage: 75.5% of statements [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 80.8% of statements [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.164s coverage: 87.2% of statements [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.227s coverage: 84.6% of statements [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.496s coverage: 91.6% of statements [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.603s coverage: 64.4% of statements [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-29T08:33:23.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.173s coverage: 100.0% of statements [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.190s coverage: 91.3% of statements [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.102s coverage: 100.0% of statements [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.156s coverage: 73.7% of statements [2021-04-29T08:33:23.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-04-29T08:33:23.622Z] 745a02a5169b: Verifying Checksum [2021-04-29T08:33:23.622Z] 745a02a5169b: Download complete [2021-04-29T08:33:24.602Z] 00ac8860ef70: Verifying Checksum [2021-04-29T08:33:24.602Z] 00ac8860ef70: Download complete [2021-04-29T08:33:26.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.852s coverage: 69.0% of statements [2021-04-29T08:33:26.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-29T08:33:26.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-29T08:33:26.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-29T08:33:26.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.237s coverage: 40.5% of statements [2021-04-29T08:33:26.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-29T08:33:26.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-29T08:33:26.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements [2021-04-29T08:33:26.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-29T08:33:26.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2021-04-29T08:33:29.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.202s coverage: 47.0% of statements [2021-04-29T08:33:29.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-29T08:33:29.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-29T08:33:29.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-29T08:33:29.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-29T08:33:29.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-29T08:33:29.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-04-29T08:33:29.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-29T08:33:29.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements [2021-04-29T08:33:29.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-29T08:33:29.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-29T08:33:29.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.111s coverage: 9.6% of statements [2021-04-29T08:33:29.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-29T08:33:30.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.183s coverage: 92.6% of statements [2021-04-29T08:33:30.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-29T08:33:30.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-29T08:33:30.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-29T08:33:34.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.658s coverage: 28.7% of statements [2021-04-29T08:33:34.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-29T08:33:34.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-29T08:33:34.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-29T08:33:34.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-29T08:33:34.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-29T08:33:34.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements [2021-04-29T08:33:34.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-29T08:33:34.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.149s coverage: 100.0% of statements [2021-04-29T08:33:34.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-29T08:33:34.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-29T08:33:34.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-29T08:33:34.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.136s coverage: 64.6% of statements [2021-04-29T08:33:34.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-29T08:33:34.736Z] 00ac8860ef70: Pull complete [2021-04-29T08:33:34.736Z] 63d7cb157983: Pull complete [2021-04-29T08:33:34.736Z] b116817d02f9: Pull complete [2021-04-29T08:33:35.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.327s coverage: 97.6% of statements [2021-04-29T08:33:35.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-29T08:33:35.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-29T08:33:35.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-29T08:33:35.567Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-04-29T08:33:35.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-29T08:33:35.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-04-29T08:33:35.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-29T08:33:35.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-29T08:33:35.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-29T08:33:35.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-29T08:33:36.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-04-29T08:33:36.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-29T08:33:36.191Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-29T08:33:36.191Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2021-04-29T08:33:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.140s coverage: 28.1% of statements [2021-04-29T08:33:37.085Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.062s coverage: 100.0% of statements [2021-04-29T08:33:37.346Z] 745a02a5169b: Pull complete [2021-04-29T08:33:37.346Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-29T08:33:37.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-29T08:33:37.346Z] ---> b7e6874047d6 [2021-04-29T08:33:37.346Z] 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-29T08:33:37.717Z] GO111MODULE=on go vet ./... [2021-04-29T08:33:41.656Z] ---> Running in c5a926a6986f [2021-04-29T08:33:42.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:33:42.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:33:43.823Z] (1/12) Installing libmagic (5.38-r0) [2021-04-29T08:33:43.823Z] (2/12) Installing file (5.38-r0) [2021-04-29T08:33:44.096Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-29T08:33:44.096Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-29T08:33:48.388Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-29T08:33:48.388Z] (6/12) Installing patch (2.7.6-r6) [2021-04-29T08:33:48.388Z] (7/12) Installing build-base (0.5-r2) [2021-04-29T08:33:48.388Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-29T08:33:48.660Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-29T08:33:48.660Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-29T08:33:48.936Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-29T08:33:48.936Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-29T08:33:48.936Z] Executing busybox-1.31.1-r19.trigger [2021-04-29T08:33:48.936Z] OK: 217 MiB in 51 packages [2021-04-29T08:33:53.251Z] Removing intermediate container c5a926a6986f [2021-04-29T08:33:53.251Z] ---> 4e680de8cc4e [2021-04-29T08:33:53.251Z] Step 4/6 : WORKDIR /edgex-go [2021-04-29T08:33:53.251Z] ---> Running in d576154c738e [2021-04-29T08:33:53.841Z] Removing intermediate container d576154c738e [2021-04-29T08:33:53.841Z] ---> acd26f7bb2ec [2021-04-29T08:33:53.841Z] Step 5/6 : COPY go.mod . [2021-04-29T08:33:54.440Z] ---> 4e3e328d5b1e [2021-04-29T08:33:54.440Z] Step 6/6 : RUN go mod download [2021-04-29T08:33:54.440Z] ---> Running in 83ce945da3be [2021-04-29T08:34:21.292Z] Removing intermediate container 83ce945da3be [2021-04-29T08:34:21.292Z] ---> 16bf5d0065a4 [2021-04-29T08:34:21.292Z] Successfully built 16bf5d0065a4 [2021-04-29T08:34:21.292Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:34:21.632Z] + docker inspect -f . ci-base-image-arm64 [2021-04-29T08:34:21.632Z] . [Pipeline] withDockerContainer [2021-04-29T08:34:21.915Z] prd-ubuntu18.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container [2021-04-29T08:34:21.999Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-29T08:34:23.705Z] $ docker top 9a766f6e904db355732e0dfcccdf6573e272522e4e054eae9c7dfcd32c708bb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T08:34:24.669Z] + go version [2021-04-29T08:34:24.669Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-29T08:34:24.693Z] $ docker stop --time=1 9a766f6e904db355732e0dfcccdf6573e272522e4e054eae9c7dfcd32c708bb2 [2021-04-29T08:34:24.994Z] gofmt -l . [2021-04-29T08:34:24.994Z] [ "`gofmt -l .`" = "" ] [2021-04-29T08:34:24.994Z] ./bin/test-go-mod-tidy.sh [2021-04-29T08:34:24.994Z] ./bin/test-attribution-txt.sh [2021-04-29T08:34:26.595Z] $ docker rm -f 9a766f6e904db355732e0dfcccdf6573e272522e4e054eae9c7dfcd32c708bb2 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:34:27.328Z] + docker inspect -f . ci-base-image-arm64 [2021-04-29T08:34:27.328Z] . [Pipeline] withDockerContainer [2021-04-29T08:34:27.551Z] + ls -al . [2021-04-29T08:34:27.551Z] total 800 [2021-04-29T08:34:27.551Z] drwxrwxr-x 10 1001 1001 4096 Apr 29 08:34 . [2021-04-29T08:34:27.551Z] drwxr-xr-x 4 root root 28 Apr 29 08:31 .. [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 11 Apr 29 08:29 .dockerignore [2021-04-29T08:34:27.551Z] drwxrwxr-x 8 1001 1001 179 Apr 29 08:29 .git [2021-04-29T08:34:27.551Z] drwxrwxr-x 3 1001 1001 125 Apr 29 08:29 .github [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 818 Apr 29 08:29 .gitignore [2021-04-29T08:34:27.551Z] drwx------ 3 1001 1001 60 Apr 29 08:30 .semver [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 166 Apr 29 08:29 .sonarcloud.properties [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 8609 Apr 29 08:29 Attribution.txt [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 3804 Apr 29 08:29 CONTRIBUTING.md [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 931 Apr 29 08:29 Dockerfile.build [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 863 Apr 29 08:29 Jenkinsfile [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 10775 Apr 29 08:29 LICENSE [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 5774 Apr 29 08:29 Makefile [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 7978 Apr 29 08:29 README.md [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 6755 Apr 29 08:29 SECURITY.md [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 5 Apr 29 08:30 VERSION [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 4131 Apr 29 08:29 ZMQWindows.md [2021-04-29T08:34:27.551Z] drwxrwxr-x 2 1001 1001 117 Apr 29 08:29 bin [2021-04-29T08:34:27.551Z] drwxrwxr-x 14 1001 1001 4096 Apr 29 08:29 cmd [2021-04-29T08:34:27.551Z] -rw-r--r-- 1 root root 691485 Apr 29 08:33 coverage.out [2021-04-29T08:34:27.551Z] -rw-r--r-- 1 root root 1060 Apr 29 08:34 go.mod [2021-04-29T08:34:27.551Z] -rw-r--r-- 1 root root 22420 Apr 29 08:34 go.sum [2021-04-29T08:34:27.551Z] drwxrwxr-x 8 1001 1001 127 Apr 29 08:29 internal [2021-04-29T08:34:27.551Z] drwxrwxr-x 4 1001 1001 26 Apr 29 08:29 openapi [2021-04-29T08:34:27.551Z] drwxrwxr-x 4 1001 1001 71 Apr 29 08:29 snap [2021-04-29T08:34:27.551Z] -rw-rw-r-- 1 1001 1001 168 Apr 29 08:29 version.go [2021-04-29T08:34:27.564Z] prd-ubuntu18.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container [2021-04-29T08:34:27.657Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-29T08:34:29.297Z] $ docker top 7358bee9502022c6c1b4520b70a24f842eeb37ee455b7abc2697aa43930c6b49 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-04-29T08:34:29.716Z] ========================================================= [2021-04-29T08:34:29.716Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-29T08:34:29.716Z] ========================================================= [Pipeline] sh [2021-04-29T08:34:30.286Z] + '[' -e coverage.out ] [2021-04-29T08:34:30.286Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-29T08:34:30.362Z] + make test [2021-04-29T08:34:30.362Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-29T08:34:30.749Z] Stashed 1 file(s) [Pipeline] sh [2021-04-29T08:34:31.068Z] + make build [2021-04-29T08:34:31.068Z] 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-29T08:34:37.761Z] 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-29T08:34:53.148Z] 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-29T08:34:53.148Z] 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-29T08:34:56.699Z] 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-29T08:34:57.258Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-29T08:34:57.683Z] 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-29T08:35:00.350Z] 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-29T08:35:03.767Z] 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-29T08:35:05.764Z] 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-29T08:35:07.176Z] 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-29T08:35:08.611Z] 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-29T08:35:10.039Z] 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-29T08:35:12.668Z] $ docker stop --time=1 8c483f42e894aede3f385d14ff010a45a843c11c59141cda967213529cbec455 [2021-04-29T08:35:14.475Z] $ docker rm -f 8c483f42e894aede3f385d14ff010a45a843c11c59141cda967213529cbec455 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:35:16.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-29T08:35:16.159Z] [2021-04-29T08:35:16.159Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:35:16.490Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-29T08:35:16.490Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-29T08:35:16.490Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-29T08:35:16.490Z] ca9280d653b3: Pulling fs layer [2021-04-29T08:35:16.490Z] 7e9c9ca2126c: Pulling fs layer [2021-04-29T08:35:16.759Z] cbdbe7a5bc2a: Download complete [2021-04-29T08:35:17.346Z] cbdbe7a5bc2a: Pull complete [2021-04-29T08:35:17.346Z] ca9280d653b3: Verifying Checksum [2021-04-29T08:35:17.346Z] ca9280d653b3: Download complete [2021-04-29T08:35:18.784Z] ca9280d653b3: Pull complete [2021-04-29T08:35:18.784Z] 7e9c9ca2126c: Verifying Checksum [2021-04-29T08:35:18.784Z] 7e9c9ca2126c: Download complete [2021-04-29T08:35:26.987Z] 7e9c9ca2126c: Pull complete [2021-04-29T08:35:26.987Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-29T08:35:26.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-29T08:35:26.987Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-29T08:35:27.219Z] prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container [2021-04-29T08:35:27.327Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-29T08:35:29.458Z] $ docker top 11acca5f7e347287d7671798ed99374712bdf950dd9bfc8216c689a444a26421 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T08:35:30.014Z] + docker-compose build --help [2021-04-29T08:35:30.014Z] + grep parallel [2021-04-29T08:35:31.425Z] --parallel Build images in parallel. [Pipeline] } [2021-04-29T08:35:31.464Z] $ docker stop --time=1 11acca5f7e347287d7671798ed99374712bdf950dd9bfc8216c689a444a26421 [2021-04-29T08:35:32.989Z] $ docker rm -f 11acca5f7e347287d7671798ed99374712bdf950dd9bfc8216c689a444a26421 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:35:33.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-29T08:35:33.503Z] . [Pipeline] withDockerContainer [2021-04-29T08:35:33.654Z] prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container [2021-04-29T08:35:33.731Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-29T08:35:34.703Z] $ docker top 5339fde5ddad5fc7a47a7a9071cb11a558bdd762ea36458e6aa86b56442f78fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T08:35:35.308Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-29T08:35:36.763Z] Building docker-core-command-go ... [2021-04-29T08:35:36.763Z] Building docker-core-data-go ... [2021-04-29T08:35:36.763Z] Building docker-core-metadata-go ... [2021-04-29T08:35:36.763Z] Building docker-security-bootstrapper-go ... [2021-04-29T08:35:36.763Z] Building docker-security-proxy-setup-go ... [2021-04-29T08:35:36.763Z] Building docker-security-secretstore-setup-go ... [2021-04-29T08:35:36.763Z] Building docker-support-notifications-go ... [2021-04-29T08:35:36.763Z] Building docker-support-scheduler-go ... [2021-04-29T08:35:36.763Z] Building docker-sys-mgmt-agent-go ... [2021-04-29T08:35:36.763Z] Building docker-core-metadata-go [2021-04-29T08:35:36.763Z] Building docker-support-scheduler-go [2021-04-29T08:35:36.763Z] Building docker-security-proxy-setup-go [2021-04-29T08:35:36.763Z] Building docker-security-bootstrapper-go [2021-04-29T08:35:36.763Z] Building docker-sys-mgmt-agent-go [2021-04-29T08:35:44.298Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-29T08:35:52.612Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-29T08:36:00.917Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-29T08:36:00.917Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-29T08:36:03.556Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-29T08:36:03.556Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-29T08:36:03.556Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-29T08:36:03.556Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-29T08:36:06.971Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-29T08:36:07.952Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-29T08:36:16.260Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-29T08:36:16.261Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-29T08:36:16.261Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-29T08:36:24.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.360s coverage: 45.9% of statements [2021-04-29T08:36:24.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-29T08:36:24.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-29T08:36:24.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-29T08:36:24.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-29T08:36:24.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-29T08:36:24.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-29T08:36:24.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.148s coverage: 19.8% of statements [2021-04-29T08:36:24.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.226s coverage: 100.0% of statements [2021-04-29T08:36:31.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.662s coverage: 27.1% of statements [2021-04-29T08:36:31.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-29T08:36:31.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-29T08:36:31.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-29T08:36:31.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-29T08:36:31.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-29T08:36:31.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-29T08:36:31.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.162s coverage: 100.0% of statements [2021-04-29T08:36:31.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-29T08:36:31.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.147s coverage: 100.0% of statements [2021-04-29T08:36:31.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-29T08:36:31.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-29T08:36:34.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.291s coverage: 71.3% of statements [2021-04-29T08:36:34.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-29T08:36:34.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-29T08:36:34.924Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:36:34.924Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:36:34.924Z] ---> df0fa085fca7 [2021-04-29T08:36:34.924Z] Step 3/21 : WORKDIR /edgex-go [2021-04-29T08:36:34.924Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:36:34.924Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:36:34.924Z] ---> df0fa085fca7 [2021-04-29T08:36:34.924Z] Step 3/31 : WORKDIR /edgex-go [2021-04-29T08:36:34.924Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:36:34.924Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:36:34.924Z] ---> df0fa085fca7 [2021-04-29T08:36:34.924Z] Step 3/23 : WORKDIR /edgex-go [2021-04-29T08:36:34.924Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:36:34.924Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:36:34.924Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:36:34.925Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:36:34.925Z] ---> df0fa085fca7 [2021-04-29T08:36:34.925Z] Step 3/23 : WORKDIR /edgex-go [2021-04-29T08:36:34.925Z] ---> df0fa085fca7 [2021-04-29T08:36:34.925Z] Step 3/22 : WORKDIR /edgex-go [2021-04-29T08:36:34.925Z] ---> Running in e7739ac0a10b [2021-04-29T08:36:34.925Z] ---> Running in 6285570f192d [2021-04-29T08:36:34.925Z] ---> Running in 929b133d6120 [2021-04-29T08:36:34.925Z] ---> Running in 83c3faa70f44 [2021-04-29T08:36:34.925Z] ---> Running in e1061563af7e [2021-04-29T08:36:34.925Z] Removing intermediate container 929b133d6120 [2021-04-29T08:36:34.925Z] ---> 93883778a560 [2021-04-29T08:36:34.925Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:36:34.925Z] Removing intermediate container e7739ac0a10b [2021-04-29T08:36:34.925Z] ---> 12871d4a9491 [2021-04-29T08:36:34.925Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:36:34.925Z] Removing intermediate container 83c3faa70f44 [2021-04-29T08:36:34.925Z] ---> d800b736922e [2021-04-29T08:36:34.925Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:36:34.925Z] Removing intermediate container e1061563af7e [2021-04-29T08:36:34.925Z] ---> 2c2e5fa85337 [2021-04-29T08:36:34.925Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:36:34.925Z] Removing intermediate container 6285570f192d [2021-04-29T08:36:34.925Z] ---> a6639f9358a9 [2021-04-29T08:36:34.925Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:36:34.925Z] ---> Running in cb2e2ffa4f13 [2021-04-29T08:36:34.925Z] ---> Running in 41b192018273 [2021-04-29T08:36:34.925Z] ---> Running in 43975db288a0 [2021-04-29T08:36:34.925Z] ---> Running in b777c90ce935 [2021-04-29T08:36:34.925Z] ---> Running in a5bc679f3fc9 [2021-04-29T08:36:34.925Z] Removing intermediate container cb2e2ffa4f13 [2021-04-29T08:36:34.925Z] ---> 61a01f4d8939 [2021-04-29T08:36:34.925Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-29T08:36:34.925Z] Removing intermediate container 43975db288a0 [2021-04-29T08:36:34.925Z] ---> d0de864b8f37 [2021-04-29T08:36:34.925Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-29T08:36:34.925Z] Removing intermediate container 41b192018273 [2021-04-29T08:36:34.925Z] ---> e201b3c92ab1 [2021-04-29T08:36:34.925Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-29T08:36:34.925Z] ---> Running in e205af93e117 [2021-04-29T08:36:34.925Z] ---> Running in eace71df0332 [2021-04-29T08:36:34.925Z] Removing intermediate container b777c90ce935 [2021-04-29T08:36:34.925Z] ---> 2c75671d6c44 [2021-04-29T08:36:34.925Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-29T08:36:34.925Z] ---> Running in 16c4dc807c07 [2021-04-29T08:36:34.925Z] Removing intermediate container a5bc679f3fc9 [2021-04-29T08:36:34.925Z] ---> 2219ab5151ea [2021-04-29T08:36:34.925Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-29T08:36:34.925Z] ---> Running in 7aea8b3794c7 [2021-04-29T08:36:34.925Z] ---> Running in 001a83b3d9ab [2021-04-29T08:36:36.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:36:36.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:36:36.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:36:36.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:36:36.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.717s coverage: 87.7% of statements [2021-04-29T08:36:36.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-29T08:36:36.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-29T08:36:36.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.211s coverage: 78.9% of statements [2021-04-29T08:36:36.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-29T08:36:36.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:36:37.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:36:37.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:36:37.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:36:37.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:36:37.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:36:37.956Z] OK: 233 MiB in 51 packages [2021-04-29T08:36:38.281Z] OK: 233 MiB in 51 packages [2021-04-29T08:36:38.281Z] OK: 233 MiB in 51 packages [2021-04-29T08:36:38.662Z] OK: 233 MiB in 51 packages [2021-04-29T08:36:39.406Z] OK: 233 MiB in 51 packages [2021-04-29T08:36:39.726Z] Removing intermediate container 16c4dc807c07 [2021-04-29T08:36:39.726Z] ---> f863445de90e [2021-04-29T08:36:39.726Z] Step 6/23 : COPY go.mod . [2021-04-29T08:36:40.081Z] Removing intermediate container eace71df0332 [2021-04-29T08:36:40.081Z] ---> 5f74ea90e710 [2021-04-29T08:36:40.081Z] Step 6/21 : COPY go.mod . [2021-04-29T08:36:40.422Z] Removing intermediate container 001a83b3d9ab [2021-04-29T08:36:40.422Z] ---> 0e7738cffbde [2021-04-29T08:36:40.422Z] Step 6/31 : COPY go.mod . [2021-04-29T08:36:40.776Z] Removing intermediate container 7aea8b3794c7 [2021-04-29T08:36:40.776Z] ---> c7e9907e0934 [2021-04-29T08:36:40.776Z] Step 6/22 : COPY go.mod . [2021-04-29T08:36:40.776Z] Removing intermediate container e205af93e117 [2021-04-29T08:36:40.776Z] ---> 06070c0b08e6 [2021-04-29T08:36:40.776Z] Step 6/23 : COPY go.mod . [2021-04-29T08:36:41.121Z] ---> 0c93f214d952 [2021-04-29T08:36:41.121Z] Step 7/23 : RUN go mod download [2021-04-29T08:36:41.121Z] ---> e72679cc4e2f [2021-04-29T08:36:41.121Z] Step 7/21 : RUN go mod download [2021-04-29T08:36:41.121Z] ---> Running in 83db3b7f3c24 [2021-04-29T08:36:41.121Z] ---> Running in bff0982e7433 [2021-04-29T08:36:41.121Z] ---> 124f1984e9ee [2021-04-29T08:36:41.121Z] Step 7/31 : RUN go mod download [2021-04-29T08:36:41.412Z] ---> cf88d32a7840 [2021-04-29T08:36:41.412Z] Step 7/22 : RUN go mod download [2021-04-29T08:36:41.412Z] ---> Running in 878439ccad72 [2021-04-29T08:36:41.412Z] ---> ea09d7fef0be [2021-04-29T08:36:41.412Z] Step 7/23 : RUN go mod download [2021-04-29T08:36:41.720Z] ---> Running in cc79001965ea [2021-04-29T08:36:41.720Z] ---> Running in a21ae90b8d76 [2021-04-29T08:36:46.380Z] Removing intermediate container cc79001965ea [2021-04-29T08:36:46.380Z] ---> b443a89c0265 [2021-04-29T08:36:46.380Z] Step 8/22 : COPY . . [2021-04-29T08:36:47.096Z] Removing intermediate container a21ae90b8d76 [2021-04-29T08:36:47.096Z] ---> 4d77d6a471b5 [2021-04-29T08:36:47.096Z] Step 8/23 : COPY . . [2021-04-29T08:36:47.096Z] Removing intermediate container bff0982e7433 [2021-04-29T08:36:47.096Z] ---> 8d3d6871a92c [2021-04-29T08:36:47.096Z] Step 8/21 : COPY . . [2021-04-29T08:36:47.428Z] Removing intermediate container 83db3b7f3c24 [2021-04-29T08:36:47.428Z] ---> cb23a5d34c0e [2021-04-29T08:36:47.428Z] Step 8/23 : COPY . . [2021-04-29T08:36:47.762Z] Removing intermediate container 878439ccad72 [2021-04-29T08:36:47.762Z] ---> 413e63f5c013 [2021-04-29T08:36:47.762Z] Step 8/31 : COPY . . [2021-04-29T08:36:49.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-29T08:36:49.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.248s coverage: 100.0% of statements [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-29T08:36:49.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.161s coverage: 100.0% of statements [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-29T08:36:49.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.451s coverage: 86.7% of statements [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-29T08:36:49.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.450s coverage: 97.5% of statements [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-29T08:36:49.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.263s coverage: 78.3% of statements [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-29T08:36:49.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-29T08:36:57.513Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.430s coverage: 95.1% of statements [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-29T08:36:57.513Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.146s coverage: 58.8% of statements [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-29T08:36:57.513Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.9% of statements [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-29T08:36:57.513Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-29T08:36:57.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.207s coverage: 47.1% of statements [2021-04-29T08:36:57.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.205s coverage: 79.5% of statements [2021-04-29T08:36:57.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.128s coverage: 94.1% of statements [2021-04-29T08:36:57.797Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.204s coverage: 96.3% of statements [2021-04-29T08:36:58.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.144s coverage: 87.5% of statements [2021-04-29T08:37:10.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.160s coverage: 94.4% of statements [2021-04-29T08:37:10.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.127s coverage: 44.8% of statements [2021-04-29T08:37:17.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.509s coverage: 81.8% of statements [2021-04-29T08:37:17.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-29T08:37:25.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.186s coverage: 92.9% of statements [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-29T08:37:25.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-29T08:37:25.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-29T08:37:25.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-29T08:37:25.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-29T08:37:25.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.149s coverage: 80.8% of statements [2021-04-29T08:37:25.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.231s coverage: 87.2% of statements [2021-04-29T08:37:25.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.222s coverage: 84.6% of statements [2021-04-29T08:37:25.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.6% of statements [2021-04-29T08:37:25.831Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-29T08:37:26.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.853s coverage: 64.4% of statements [2021-04-29T08:37:26.438Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-29T08:37:26.438Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-29T08:37:26.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.134s coverage: 100.0% of statements [2021-04-29T08:37:27.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 91.3% of statements [2021-04-29T08:37:27.649Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements [2021-04-29T08:37:27.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-04-29T08:37:29.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-04-29T08:37:33.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.999s coverage: 69.0% of statements [2021-04-29T08:37:33.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-29T08:37:33.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-29T08:37:33.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-29T08:37:35.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.678s coverage: 40.5% of statements [2021-04-29T08:37:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-29T08:37:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-29T08:37:35.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements [2021-04-29T08:37:35.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-29T08:37:35.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.092s coverage: 84.8% of statements [2021-04-29T08:37:41.893Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.504s coverage: 47.0% of statements [2021-04-29T08:37:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-29T08:37:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-29T08:37:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-29T08:37:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-29T08:37:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-29T08:37:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements [2021-04-29T08:37:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-29T08:37:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements [2021-04-29T08:37:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-29T08:37:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-29T08:37:41.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.122s coverage: 9.6% of statements [2021-04-29T08:37:41.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-29T08:37:43.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.451s coverage: 92.6% of statements [2021-04-29T08:37:43.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-29T08:37:43.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-29T08:37:43.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-29T08:37:45.148Z] ---> 270dc0fde973 [2021-04-29T08:37:45.149Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-29T08:37:45.149Z] ---> 05eb7d9fb2ed [2021-04-29T08:37:45.149Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-29T08:37:45.149Z] ---> d7698a9a1f35 [2021-04-29T08:37:45.149Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-29T08:37:45.149Z] ---> 3ac4d8e95a25 [2021-04-29T08:37:45.149Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-29T08:37:45.149Z] ---> Running in ede0f6c3c581 [2021-04-29T08:37:45.149Z] ---> Running in d00f407f1dde [2021-04-29T08:37:45.149Z] ---> b66731a76295 [2021-04-29T08:37:45.149Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-29T08:37:45.149Z] ---> Running in b364dc1486e1 [2021-04-29T08:37:45.149Z] ---> Running in f7e71cb26951 [2021-04-29T08:37:45.149Z] ---> Running in 9d98cbaa3ba0 [2021-04-29T08:37:45.767Z] 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-29T08:37:45.767Z] 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-29T08:37:45.767Z] 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-29T08:37:45.767Z] 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-29T08:37:45.767Z] 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-29T08:37:53.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.716s coverage: 28.7% of statements [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-29T08:37:53.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-29T08:37:53.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.189s coverage: 100.0% of statements [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-29T08:37:53.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.180s coverage: 64.6% of statements [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-29T08:37:53.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.412s coverage: 97.6% of statements [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-29T08:37:53.774Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-29T08:37:53.774Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-29T08:37:53.774Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-29T08:37:53.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-29T08:37:53.774Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-04-29T08:37:56.406Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.131s coverage: 28.1% of statements [2021-04-29T08:37:56.406Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-04-29T08:37:57.381Z] GO111MODULE=on go vet ./... [2021-04-29T08:38:42.758Z] 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-29T08:38:42.759Z] Removing intermediate container b364dc1486e1 [2021-04-29T08:38:42.759Z] ---> 12fb1f032cb8 [2021-04-29T08:38:42.759Z] [2021-04-29T08:38:42.759Z] Step 10/31 : FROM alpine:3.12 [2021-04-29T08:38:42.759Z] 3.12: Pulling from library/alpine [2021-04-29T08:38:42.759Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-29T08:38:42.759Z] Removing intermediate container 9d98cbaa3ba0 [2021-04-29T08:38:42.759Z] ---> ecacd524f1bd [2021-04-29T08:38:42.759Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-29T08:38:42.759Z] Status: Downloaded newer image for alpine:3.12 [2021-04-29T08:38:42.759Z] ---> 13621d1b12d4 [2021-04-29T08:38:42.759Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-29T08:38:42.759Z] ---> Running in 778981f968d0 [2021-04-29T08:38:42.759Z] ---> Running in 70d2cb89ed6c [2021-04-29T08:38:42.759Z] Removing intermediate container 778981f968d0 [2021-04-29T08:38:42.759Z] ---> b0c798f48494 [2021-04-29T08:38:42.759Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-29T08:38:42.759Z] ---> Running in 49c384690c69 [2021-04-29T08:38:44.192Z] 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-29T08:38:45.696Z] Removing intermediate container d00f407f1dde [2021-04-29T08:38:45.696Z] ---> a15b37ddaf43 [2021-04-29T08:38:45.696Z] [2021-04-29T08:38:45.696Z] Step 10/22 : FROM alpine:3.12 [2021-04-29T08:38:45.696Z] ---> 13621d1b12d4 [2021-04-29T08:38:45.696Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-29T08:38:45.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:38:45.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:38:46.244Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-29T08:38:47.210Z] (2/2) Installing su-exec (0.2-r1) [2021-04-29T08:38:47.210Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:38:47.210Z] OK: 6 MiB in 16 packages [2021-04-29T08:38:47.210Z] ---> Running in d9190d5aaf5b [2021-04-29T08:38:49.162Z] Removing intermediate container f7e71cb26951 [2021-04-29T08:38:49.163Z] ---> d72d1a2dec89 [2021-04-29T08:38:49.163Z] [2021-04-29T08:38:49.163Z] Step 10/21 : FROM alpine:3.12 [2021-04-29T08:38:49.163Z] ---> 13621d1b12d4 [2021-04-29T08:38:49.163Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-29T08:38:49.449Z] ---> Running in d7877e5cf05f [2021-04-29T08:38:49.449Z] Removing intermediate container 70d2cb89ed6c [2021-04-29T08:38:49.449Z] ---> cffc3dc22620 [2021-04-29T08:38:49.449Z] [2021-04-29T08:38:49.449Z] Step 11/23 : FROM docker:20.10.0 [2021-04-29T08:38:49.449Z] 20.10.0: Pulling from library/docker [2021-04-29T08:38:49.449Z] Removing intermediate container ede0f6c3c581 [2021-04-29T08:38:49.449Z] ---> d72bd8d93527 [2021-04-29T08:38:49.449Z] [2021-04-29T08:38:49.449Z] Step 10/23 : FROM alpine:3.12 [2021-04-29T08:38:49.449Z] ---> 13621d1b12d4 [2021-04-29T08:38:49.449Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-29T08:38:49.797Z] ---> Running in 117dad0705a8 [2021-04-29T08:38:49.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:38:49.797Z] Removing intermediate container 49c384690c69 [2021-04-29T08:38:49.797Z] ---> ee53558a872c [2021-04-29T08:38:49.797Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-29T08:38:49.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:38:50.073Z] ---> Running in a3c91e169884 [2021-04-29T08:38:50.073Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-29T08:38:50.073Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:38:50.073Z] OK: 6 MiB in 15 packages [2021-04-29T08:38:50.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:38:50.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:38:50.991Z] Removing intermediate container a3c91e169884 [2021-04-29T08:38:50.991Z] ---> 971ae4401780 [2021-04-29T08:38:50.991Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-29T08:38:50.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:38:50.991Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-29T08:38:50.991Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-29T08:38:50.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:38:50.991Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-29T08:38:50.991Z] (4/4) Installing curl (7.76.1-r0) [2021-04-29T08:38:50.991Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:38:51.275Z] Executing ca-certificates-20191127-r4.trigger [2021-04-29T08:38:51.275Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-29T08:38:51.275Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:38:51.275Z] OK: 6 MiB in 15 packages [2021-04-29T08:38:51.275Z] OK: 7 MiB in 18 packages [2021-04-29T08:38:51.583Z] ---> Running in b10d021908e8 [2021-04-29T08:38:52.185Z] Removing intermediate container b10d021908e8 [2021-04-29T08:38:52.185Z] ---> 02b1ccf3ddd2 [2021-04-29T08:38:52.185Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-29T08:38:52.185Z] Removing intermediate container d9190d5aaf5b [2021-04-29T08:38:52.185Z] ---> 72c032986d7a [2021-04-29T08:38:52.185Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-29T08:38:52.185Z] ---> Running in 78fd1fe8945f [2021-04-29T08:38:52.787Z] ---> Running in c939afbae119 [2021-04-29T08:38:53.767Z] Removing intermediate container 117dad0705a8 [2021-04-29T08:38:53.767Z] ---> a2ced11f468b [2021-04-29T08:38:53.767Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-29T08:38:53.767Z] Removing intermediate container d7877e5cf05f [2021-04-29T08:38:53.767Z] ---> b57f64b014cf [2021-04-29T08:38:53.767Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-29T08:38:53.767Z] Removing intermediate container c939afbae119 [2021-04-29T08:38:53.767Z] ---> 85da57d5972d [2021-04-29T08:38:53.767Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-29T08:38:53.767Z] ---> Running in 3e01e3202d13 [2021-04-29T08:38:54.047Z] ---> Running in 30a121b41b34 [2021-04-29T08:38:54.047Z] ---> Running in bd0052650fe5 [2021-04-29T08:38:54.326Z] Removing intermediate container 3e01e3202d13 [2021-04-29T08:38:54.326Z] ---> 593be0f3c801 [2021-04-29T08:38:54.326Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-29T08:38:54.326Z] Removing intermediate container bd0052650fe5 [2021-04-29T08:38:54.326Z] ---> b3fbad540ffd [2021-04-29T08:38:54.326Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-29T08:38:54.601Z] Removing intermediate container 30a121b41b34 [2021-04-29T08:38:54.601Z] ---> f377255c1d91 [2021-04-29T08:38:54.601Z] Step 13/21 : WORKDIR /edgex [2021-04-29T08:38:54.601Z] ---> Running in 34c1f9df2492 [2021-04-29T08:38:54.601Z] ---> Running in eb47d45ec0d9 [2021-04-29T08:38:54.601Z] ---> Running in 97b9e352b872 [2021-04-29T08:38:55.605Z] Removing intermediate container 34c1f9df2492 [2021-04-29T08:38:55.605Z] ---> 46b99303a660 [2021-04-29T08:38:55.605Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-29T08:38:55.880Z] Removing intermediate container eb47d45ec0d9 [2021-04-29T08:38:55.880Z] ---> 89f42f5512c6 [2021-04-29T08:38:55.880Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:38:55.880Z] Removing intermediate container 97b9e352b872 [2021-04-29T08:38:55.880Z] ---> b2fa9e7b2483 [2021-04-29T08:38:55.880Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-29T08:38:56.163Z] ---> Running in cfaba41780c2 [2021-04-29T08:38:56.163Z] Removing intermediate container 78fd1fe8945f [2021-04-29T08:38:56.163Z] ---> 4a7fd891dc79 [2021-04-29T08:38:56.163Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-29T08:38:56.436Z] ---> Running in 8be094587141 [2021-04-29T08:38:56.733Z] ---> 7b721829d419 [2021-04-29T08:38:56.733Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-29T08:38:56.733Z] ---> 4815fef63835 [2021-04-29T08:38:56.733Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-29T08:38:56.733Z] Removing intermediate container cfaba41780c2 [2021-04-29T08:38:56.733Z] ---> 821b9f9b243d [2021-04-29T08:38:56.733Z] Step 15/23 : WORKDIR / [2021-04-29T08:38:57.027Z] Removing intermediate container 8be094587141 [2021-04-29T08:38:57.027Z] ---> 157257472caf [2021-04-29T08:38:57.027Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-29T08:38:57.027Z] ---> Running in efec363cc0b6 [2021-04-29T08:38:58.093Z] Removing intermediate container efec363cc0b6 [2021-04-29T08:38:58.093Z] ---> 9c8bfce0e3a0 [2021-04-29T08:38:58.093Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:38:58.093Z] ---> 78ff47463aa1 [2021-04-29T08:38:58.093Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-29T08:38:58.093Z] ---> 0ab286135bed [2021-04-29T08:38:58.093Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-29T08:38:58.368Z] ---> 7f280a95e2fc [2021-04-29T08:38:58.368Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-29T08:38:58.368Z] ---> Running in 6641eb7234d1 [2021-04-29T08:38:58.662Z] ---> 0cd82ca4092b [2021-04-29T08:38:58.662Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-29T08:38:58.936Z] ---> 255c9c148b64 [2021-04-29T08:38:58.936Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-29T08:38:59.213Z] ---> Running in 116079534ebd [2021-04-29T08:38:59.213Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-29T08:38:59.213Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-29T08:38:59.213Z] ---> aefe523efa57 [2021-04-29T08:38:59.213Z] 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-29T08:38:59.504Z] ---> 216a94d78f6a [2021-04-29T08:38:59.504Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-29T08:38:59.504Z] ---> Running in 9a7287c82769 [2021-04-29T08:38:59.504Z] ---> Running in 5c6a8fff1ed4 [2021-04-29T08:38:59.504Z] Removing intermediate container 116079534ebd [2021-04-29T08:38:59.504Z] ---> 032aaacb4e9e [2021-04-29T08:38:59.504Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:38:59.775Z] ---> Running in 3d65a8021fab [2021-04-29T08:38:59.775Z] ---> 4505ec47de47 [2021-04-29T08:38:59.775Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-29T08:38:59.775Z] Removing intermediate container 9a7287c82769 [2021-04-29T08:38:59.775Z] ---> 9c3eb002aebc [2021-04-29T08:38:59.775Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-29T08:39:00.040Z] Removing intermediate container 5c6a8fff1ed4 [2021-04-29T08:39:00.040Z] ---> 7af125f06e59 [2021-04-29T08:39:00.040Z] Step 18/21 : CMD ["--init=true"] [2021-04-29T08:39:00.040Z] ---> Running in f230a0197315 [2021-04-29T08:39:00.310Z] ---> Running in 4d5d84227478 [2021-04-29T08:39:00.310Z] Removing intermediate container 3d65a8021fab [2021-04-29T08:39:00.310Z] ---> aca414328978 [2021-04-29T08:39:00.310Z] Step 20/22 : LABEL arch=x86_64 [2021-04-29T08:39:00.582Z] ---> 95983b40042f [2021-04-29T08:39:00.582Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-29T08:39:00.582Z] ---> Running in f5872b01460d [2021-04-29T08:39:00.583Z] ---> Running in 1c26e4f179fa [2021-04-29T08:39:00.583Z] Removing intermediate container 6641eb7234d1 [2021-04-29T08:39:00.583Z] ---> 7dc7f498f2a9 [2021-04-29T08:39:00.583Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:39:00.855Z] Removing intermediate container 4d5d84227478 [2021-04-29T08:39:00.855Z] ---> 7a7352338ae8 [2021-04-29T08:39:00.855Z] Step 19/21 : LABEL arch=x86_64 [2021-04-29T08:39:00.855Z] ---> Running in 846b5b856e9f [2021-04-29T08:39:00.855Z] Removing intermediate container f5872b01460d [2021-04-29T08:39:00.855Z] ---> a5dcc8a14b40 [2021-04-29T08:39:00.855Z] Step 21/22 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:39:01.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:39:01.139Z] ---> Running in 6ff15163ce94 [2021-04-29T08:39:01.139Z] Removing intermediate container 1c26e4f179fa [2021-04-29T08:39:01.139Z] ---> 01df7a259b66 [2021-04-29T08:39:01.139Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:39:01.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:39:01.139Z] ---> b315eead1055 [2021-04-29T08:39:01.139Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-29T08:39:01.450Z] ---> Running in 9c0dbfd33e64 [2021-04-29T08:39:01.450Z] Removing intermediate container 846b5b856e9f [2021-04-29T08:39:01.450Z] ---> a83202248bad [2021-04-29T08:39:01.450Z] Step 20/21 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:39:01.450Z] (1/39) Installing readline (8.0.4-r0) [2021-04-29T08:39:01.450Z] (2/39) Installing bash (5.0.17-r0) [2021-04-29T08:39:01.450Z] Executing bash-5.0.17-r0.post-install [2021-04-29T08:39:01.450Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-29T08:39:01.450Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-29T08:39:01.450Z] (5/39) Installing curl (7.76.1-r0) [2021-04-29T08:39:01.450Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-29T08:39:01.450Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-29T08:39:01.450Z] (8/39) Installing expat (2.2.9-r1) [2021-04-29T08:39:01.450Z] Removing intermediate container 6ff15163ce94 [2021-04-29T08:39:01.450Z] ---> a1ccda335bf4 [2021-04-29T08:39:01.450Z] Step 22/22 : LABEL version=0.0.0(9/39) Installing libffi (3.3-r2) [2021-04-29T08:39:01.450Z] [2021-04-29T08:39:01.450Z] (10/39) Installing gdbm (1.13-r1) [2021-04-29T08:39:01.450Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-29T08:39:01.450Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-29T08:39:01.802Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-29T08:39:01.802Z] ---> Running in 68025da0e55b [2021-04-29T08:39:01.802Z] Removing intermediate container 9c0dbfd33e64 [2021-04-29T08:39:01.802Z] ---> 747337eb1250 [2021-04-29T08:39:01.802Z] Step 21/23 : LABEL arch=x86_64 [2021-04-29T08:39:02.419Z] ---> Running in 79e343b66503 [2021-04-29T08:39:04.372Z] ---> Running in 2c8c9b96afd5 [2021-04-29T08:39:04.965Z] Removing intermediate container 68025da0e55b [2021-04-29T08:39:04.965Z] ---> 8f0b3f6f0180 [2021-04-29T08:39:04.965Z] Step 21/21 : LABEL version=0.0.0 [2021-04-29T08:39:04.965Z] ---> e8a9c40fcacd [2021-04-29T08:39:04.965Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-29T08:39:04.965Z] Removing intermediate container 79e343b66503 [2021-04-29T08:39:04.965Z] ---> df6dd634331c [2021-04-29T08:39:04.965Z] [2021-04-29T08:39:04.965Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-29T08:39:04.965Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-29T08:39:04.965Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-29T08:39:04.965Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-29T08:39:04.965Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-29T08:39:04.965Z] ---> Running in d27f3df5bed9 [2021-04-29T08:39:04.965Z] Removing intermediate container 2c8c9b96afd5 [2021-04-29T08:39:04.965Z] ---> e112e0930c33 [2021-04-29T08:39:04.965Z] Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:39:04.965Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-29T08:39:04.965Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-29T08:39:05.572Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-29T08:39:05.572Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-29T08:39:06.161Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-29T08:39:06.161Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-29T08:39:06.161Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-29T08:39:06.161Z] ---> Running in e7769d274830 [2021-04-29T08:39:06.161Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-29T08:39:06.161Z] Successfully built df6dd634331c [2021-04-29T08:39:06.442Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-29T08:39:06.709Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-29T08:39:06.709Z]  Building docker-support-scheduler-go ... done Removing intermediate container d27f3df5bed9 [2021-04-29T08:39:06.709Z] ---> e08dcf02330a [2021-04-29T08:39:06.709Z] [2021-04-29T08:39:06.709Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-29T08:39:06.709Z] Building docker-core-command-go [2021-04-29T08:39:06.709Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-29T08:39:06.709Z] ---> 3343baa45b87 [2021-04-29T08:39:06.709Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-29T08:39:06.709Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-29T08:39:06.709Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-29T08:39:06.981Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-29T08:39:06.981Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-29T08:39:06.981Z] Removing intermediate container e7769d274830 [2021-04-29T08:39:06.981Z] ---> 92b416ff72ca [2021-04-29T08:39:06.981Z] Step 23/23 : LABEL version=0.0.0 [2021-04-29T08:39:06.981Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-29T08:39:06.981Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-29T08:39:06.981Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-29T08:39:07.249Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-29T08:39:07.249Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-29T08:39:07.249Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-29T08:39:07.249Z] Successfully built e08dcf02330a [2021-04-29T08:39:09.294Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-29T08:39:09.294Z] Building docker-core-data-go [2021-04-29T08:39:09.294Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 0e5b27a54aa8 [2021-04-29T08:39:09.957Z] Executing busybox-1.31.1-r19.trigger [2021-04-29T08:39:09.957Z] OK: 72 MiB in 59 packages [2021-04-29T08:39:10.568Z] ---> 8976e798698e [2021-04-29T08:39:10.568Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-29T08:39:12.592Z] Removing intermediate container 0e5b27a54aa8 [2021-04-29T08:39:12.592Z] ---> cb98b7d6df53 [2021-04-29T08:39:12.592Z] [2021-04-29T08:39:14.578Z] Successfully built cb98b7d6df53 [2021-04-29T08:39:14.578Z] Successfully tagged docker-core-metadata-go:latest [2021-04-29T08:39:14.578Z] Building docker-security-secretstore-setup-go [2021-04-29T08:39:15.204Z]  Building docker-core-metadata-go ... done  ---> aec45f5ae1ba [2021-04-29T08:39:15.204Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-29T08:39:15.929Z] Collecting docker-compose==1.23.2 [2021-04-29T08:39:15.929Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-29T08:39:16.269Z] ---> Running in 3ab52dfc9201 [2021-04-29T08:39:16.543Z] Collecting PyYAML<4,>=3.10 [2021-04-29T08:39:16.543Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-29T08:39:19.201Z] Removing intermediate container 3ab52dfc9201 [2021-04-29T08:39:19.201Z] ---> 33c7e2aeb4fa [2021-04-29T08:39:19.201Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-29T08:39:20.188Z] ---> 6a99da2518b8 [2021-04-29T08:39:20.188Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-29T08:39:20.188Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-29T08:39:20.482Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-29T08:39:20.779Z] ---> Running in f06fe89ed4b5 [2021-04-29T08:39:21.831Z] Collecting cached-property<2,>=1.2.0 [2021-04-29T08:39:21.831Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-29T08:39:21.831Z] Collecting texttable<0.10,>=0.9.0 [2021-04-29T08:39:21.831Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-29T08:39:24.243Z] Collecting jsonschema<3,>=2.5.1 [2021-04-29T08:39:24.243Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-29T08:39:24.524Z] Removing intermediate container f06fe89ed4b5 [2021-04-29T08:39:24.524Z] ---> e80dd4cda7d2 [2021-04-29T08:39:24.524Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-29T08:39:24.838Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-29T08:39:24.838Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-29T08:39:25.180Z] ---> Running in 39062bbd344f [2021-04-29T08:39:25.180Z] Collecting docopt<0.7,>=0.6.1 [2021-04-29T08:39:25.180Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-29T08:39:26.218Z] Removing intermediate container 39062bbd344f [2021-04-29T08:39:26.218Z] ---> 79ad1cea4373 [2021-04-29T08:39:26.218Z] Step 28/31 : CMD ["gate"] [2021-04-29T08:39:26.495Z] Collecting docker<4.0,>=3.6.0 [2021-04-29T08:39:26.495Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-29T08:39:26.791Z] ---> Running in bfabfe919bda [2021-04-29T08:39:27.462Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-29T08:39:27.462Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-29T08:39:27.841Z] 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-29T08:39:27.841Z] Collecting idna<2.8,>=2.5 [2021-04-29T08:39:27.841Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-29T08:39:27.841Z] Removing intermediate container bfabfe919bda [2021-04-29T08:39:27.841Z] ---> ebb6b39988fc [2021-04-29T08:39:27.841Z] Step 29/31 : LABEL arch=x86_64 [2021-04-29T08:39:28.202Z] 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-29T08:39:28.553Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-29T08:39:28.553Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-29T08:39:28.870Z] ---> Running in 03378df25bfe [2021-04-29T08:39:28.870Z] 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-29T08:39:29.177Z] Collecting docker-pycreds>=0.4.0 [2021-04-29T08:39:29.177Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-29T08:39:29.177Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-29T08:39:29.177Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-29T08:39:29.177Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-29T08:39:29.177Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-29T08:39:29.801Z] Installing collected packages: PyYAML, dockerpty, cached-property, texttable, jsonschema, idna, urllib3, requests, docopt, docker-pycreds, websocket-client, docker, docker-compose [2021-04-29T08:39:29.801Z] Running setup.py install for PyYAML: started [2021-04-29T08:39:30.082Z] Removing intermediate container 03378df25bfe [2021-04-29T08:39:30.082Z] ---> ad77ea3dcce1 [2021-04-29T08:39:30.082Z] Step 30/31 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:39:31.537Z] ---> Running in e5f51753f1ff [2021-04-29T08:39:32.068Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-29T08:39:32.565Z] Running setup.py install for dockerpty: started [2021-04-29T08:39:32.565Z] Removing intermediate container e5f51753f1ff [2021-04-29T08:39:32.565Z] ---> 1f7247371bd5 [2021-04-29T08:39:32.565Z] Step 31/31 : LABEL version=0.0.0 [2021-04-29T08:39:33.815Z] ---> Running in 41e48a66ffac [2021-04-29T08:39:33.815Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-29T08:39:33.815Z] Running setup.py install for texttable: started [2021-04-29T08:39:34.242Z] gofmt -l . [2021-04-29T08:39:34.242Z] [ "`gofmt -l .`" = "" ] [2021-04-29T08:39:34.242Z] ./bin/test-go-mod-tidy.sh [2021-04-29T08:39:34.242Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-29T08:39:34.628Z] Removing intermediate container 41e48a66ffac [2021-04-29T08:39:34.628Z] ---> b578cc67b725 [2021-04-29T08:39:34.628Z] [2021-04-29T08:39:34.628Z] Running setup.py install for texttable: finished with status 'done' [2021-04-29T08:39:34.913Z] + ls -al . [2021-04-29T08:39:34.913Z] total 828 [2021-04-29T08:39:34.913Z] drwxrwxr-x 9 1001 1001 4096 Apr 29 08:39 . [2021-04-29T08:39:34.913Z] drwxr-xr-x 4 root root 4096 Apr 29 08:34 .. [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 11 Apr 29 08:33 .dockerignore [2021-04-29T08:39:34.913Z] drwxrwxr-x 8 1001 1001 4096 Apr 29 08:33 .git [2021-04-29T08:39:34.913Z] drwxrwxr-x 3 1001 1001 4096 Apr 29 08:33 .github [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 818 Apr 29 08:33 .gitignore [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 166 Apr 29 08:33 .sonarcloud.properties [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 8609 Apr 29 08:33 Attribution.txt [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 3804 Apr 29 08:33 CONTRIBUTING.md [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 931 Apr 29 08:33 Dockerfile.build [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 863 Apr 29 08:33 Jenkinsfile [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 10775 Apr 29 08:33 LICENSE [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 5774 Apr 29 08:33 Makefile [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 7978 Apr 29 08:33 README.md [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 6755 Apr 29 08:33 SECURITY.md [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 5 Apr 29 08:30 VERSION [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 4131 Apr 29 08:33 ZMQWindows.md [2021-04-29T08:39:34.913Z] drwxrwxr-x 2 1001 1001 4096 Apr 29 08:33 bin [2021-04-29T08:39:34.913Z] drwxrwxr-x 14 1001 1001 4096 Apr 29 08:33 cmd [2021-04-29T08:39:34.913Z] -rw-r--r-- 1 root root 691485 Apr 29 08:37 coverage.out [2021-04-29T08:39:34.913Z] -rw-r--r-- 1 root root 1060 Apr 29 08:39 go.mod [2021-04-29T08:39:34.913Z] -rw-r--r-- 1 root root 22420 Apr 29 08:39 go.sum [2021-04-29T08:39:34.913Z] drwxrwxr-x 8 1001 1001 4096 Apr 29 08:33 internal [2021-04-29T08:39:34.913Z] drwxrwxr-x 4 1001 1001 4096 Apr 29 08:33 openapi [2021-04-29T08:39:34.913Z] drwxrwxr-x 4 1001 1001 4096 Apr 29 08:33 snap [2021-04-29T08:39:34.913Z] -rw-rw-r-- 1 1001 1001 168 Apr 29 08:33 version.go [2021-04-29T08:39:34.922Z] Successfully built b578cc67b725 [Pipeline] sh [2021-04-29T08:39:35.198Z] Attempting uninstall: idna [2021-04-29T08:39:35.198Z] Found existing installation: idna 2.9 [2021-04-29T08:39:35.198Z] Uninstalling idna-2.9: [2021-04-29T08:39:35.198Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-29T08:39:35.198Z] Successfully uninstalled idna-2.9 [2021-04-29T08:39:35.198Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-04-29T08:39:35.580Z] + '[' -e coverage.out ] [2021-04-29T08:39:35.580Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-29T08:39:35.601Z] Warning: overwriting stash ‘coverage-report’ [2021-04-29T08:39:37.048Z] Stashed 1 file(s) [Pipeline] sh [2021-04-29T08:39:37.690Z] + make build [2021-04-29T08:39:37.690Z] 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-29T08:39:37.823Z] Attempting uninstall: urllib3 [2021-04-29T08:39:37.823Z] Found existing installation: urllib3 1.25.9 [2021-04-29T08:39:37.823Z] Uninstalling urllib3-1.25.9: [2021-04-29T08:39:37.823Z] Successfully uninstalled urllib3-1.25.9 [2021-04-29T08:39:38.126Z] Attempting uninstall: requests [2021-04-29T08:39:38.126Z] Found existing installation: requests 2.23.0 [2021-04-29T08:39:38.126Z] Uninstalling requests-2.23.0: [2021-04-29T08:39:38.126Z] Successfully uninstalled requests-2.23.0 [2021-04-29T08:39:40.213Z] Running setup.py install for docopt: started [2021-04-29T08:39:42.837Z] Running setup.py install for docopt: finished with status 'done' [2021-04-29T08:39:44.923Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:39:44.923Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:39:44.923Z] ---> df0fa085fca7 [2021-04-29T08:39:44.923Z] Step 3/23 : WORKDIR /edgex-go [2021-04-29T08:39:44.923Z] ---> Using cache [2021-04-29T08:39:44.923Z] ---> a6639f9358a9 [2021-04-29T08:39:44.923Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:39:45.198Z] ---> Using cache [2021-04-29T08:39:45.198Z] ---> 2219ab5151ea [2021-04-29T08:39:45.198Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-29T08:39:45.198Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:39:45.198Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:39:45.198Z] ---> df0fa085fca7 [2021-04-29T08:39:45.198Z] Step 3/23 : WORKDIR /edgex-go [2021-04-29T08:39:45.198Z] ---> Using cache [2021-04-29T08:39:45.198Z] ---> a6639f9358a9 [2021-04-29T08:39:45.198Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:39:45.198Z] ---> Using cache [2021-04-29T08:39:45.198Z] ---> 2219ab5151ea [2021-04-29T08:39:45.198Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-29T08:39:45.198Z] ---> Using cache [2021-04-29T08:39:45.198Z] ---> 0e7738cffbde [2021-04-29T08:39:45.198Z] Step 6/23 : COPY go.mod . [2021-04-29T08:39:45.198Z] ---> Using cache [2021-04-29T08:39:45.198Z] ---> 124f1984e9ee [2021-04-29T08:39:45.198Z] Step 7/23 : RUN go mod download [2021-04-29T08:39:45.198Z] ---> Using cache [2021-04-29T08:39:45.198Z] ---> 413e63f5c013 [2021-04-29T08:39:45.198Z] Step 8/23 : COPY . . [2021-04-29T08:39:45.781Z] ---> Using cache [2021-04-29T08:39:45.781Z] ---> d7698a9a1f35 [2021-04-29T08:39:45.781Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-29T08:39:46.774Z] ---> Running in 4bf1e52b26ee [2021-04-29T08:39:46.774Z] ---> Running in 1e30edefc38e [2021-04-29T08:39:47.053Z] 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-29T08:39:48.027Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:39:48.027Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:39:48.027Z] ---> df0fa085fca7 [2021-04-29T08:39:48.027Z] Step 3/24 : WORKDIR /edgex-go [2021-04-29T08:39:48.027Z] ---> Using cache [2021-04-29T08:39:48.027Z] ---> a6639f9358a9 [2021-04-29T08:39:48.027Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:39:48.027Z] ---> Using cache [2021-04-29T08:39:48.027Z] ---> 2219ab5151ea [2021-04-29T08:39:48.027Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-29T08:39:48.027Z] ---> Using cache [2021-04-29T08:39:48.027Z] ---> 0e7738cffbde [2021-04-29T08:39:48.027Z] Step 6/24 : COPY go.mod . [2021-04-29T08:39:48.027Z] ---> Using cache [2021-04-29T08:39:48.027Z] ---> 124f1984e9ee [2021-04-29T08:39:48.027Z] Step 7/24 : RUN go mod download [2021-04-29T08:39:48.027Z] ---> Using cache [2021-04-29T08:39:48.027Z] ---> 413e63f5c013 [2021-04-29T08:39:48.027Z] Step 8/24 : COPY . . [2021-04-29T08:39:48.027Z] ---> Using cache [2021-04-29T08:39:48.027Z] ---> d7698a9a1f35 [2021-04-29T08:39:48.027Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-29T08:39:49.496Z] ---> Running in 8783f40db98b [2021-04-29T08:39:50.089Z] 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-29T08:39:50.539Z] 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-29T08:39:50.540Z] 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-29T08:39:50.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:39:51.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:39:53.737Z] OK: 233 MiB in 51 packages [2021-04-29T08:39:56.552Z] Removing intermediate container 1e30edefc38e [2021-04-29T08:39:56.552Z] ---> 8ba6d572252b [2021-04-29T08:39:56.552Z] Step 6/23 : COPY go.mod . [2021-04-29T08:39:58.140Z] ---> b00e14bdb48e [2021-04-29T08:39:58.140Z] Step 7/23 : RUN go mod download [2021-04-29T08:39:58.477Z] ---> Running in 14aa2fdb1d61 [2021-04-29T08:40:09.052Z] Removing intermediate container 14aa2fdb1d61 [2021-04-29T08:40:09.052Z] ---> e5cba6454636 [2021-04-29T08:40:09.052Z] Step 8/23 : COPY . . [2021-04-29T08:40:11.761Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:40:11.761Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:40:11.761Z] ---> df0fa085fca7 [2021-04-29T08:40:11.761Z] Step 3/22 : WORKDIR /edgex-go [2021-04-29T08:40:11.761Z] ---> Using cache [2021-04-29T08:40:11.761Z] ---> a6639f9358a9 [2021-04-29T08:40:11.761Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:40:11.761Z] ---> Using cache [2021-04-29T08:40:11.761Z] ---> 2219ab5151ea [2021-04-29T08:40:11.761Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-29T08:40:13.291Z] ---> Running in a21d381add4e [2021-04-29T08:40:14.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:40:16.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:40:16.923Z] OK: 233 MiB in 51 packages [2021-04-29T08:40:16.944Z] 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-29T08:40:19.707Z] Removing intermediate container a21d381add4e [2021-04-29T08:40:19.707Z] ---> c198ad52544c [2021-04-29T08:40:19.993Z] Step 6/22 : COPY go.mod . [2021-04-29T08:40:22.340Z] 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-29T08:40:22.704Z] ---> df4d207beccf [2021-04-29T08:40:22.704Z] Step 7/22 : RUN go mod download [2021-04-29T08:40:23.701Z] ---> Running in 6ecfcb3df33d [2021-04-29T08:40:29.043Z] 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-29T08:40:30.025Z] 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-29T08:40:32.238Z] 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-29T08:40:32.238Z] Removing intermediate container 6ecfcb3df33d [2021-04-29T08:40:32.238Z] ---> ebf8843974de [2021-04-29T08:40:32.238Z] Step 8/22 : COPY . . [2021-04-29T08:40:32.238Z] Removing intermediate container f230a0197315 [2021-04-29T08:40:32.238Z] ---> c030f000cf98 [2021-04-29T08:40:32.238Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-29T08:40:33.994Z] ---> Running in 6e6be2bc9f28 [2021-04-29T08:40:36.096Z] Removing intermediate container 6e6be2bc9f28 [2021-04-29T08:40:36.096Z] ---> 17fc2dd140fb [2021-04-29T08:40:36.096Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-29T08:40:36.389Z] ---> Running in c6479a817a03 [2021-04-29T08:40:36.743Z] 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-29T08:40:39.050Z] Removing intermediate container c6479a817a03 [2021-04-29T08:40:39.050Z] ---> f80f447d580d [2021-04-29T08:40:39.050Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-29T08:40:43.481Z] 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-29T08:40:44.561Z] ---> 1f360c05b905 [2021-04-29T08:40:44.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-29T08:40:46.544Z] Removing intermediate container 4bf1e52b26ee [2021-04-29T08:40:46.544Z] ---> a53401c899d5 [2021-04-29T08:40:46.544Z] [2021-04-29T08:40:46.544Z] Step 10/23 : FROM alpine:3.12 [2021-04-29T08:40:46.544Z] ---> 13621d1b12d4 [2021-04-29T08:40:46.544Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-29T08:40:46.544Z] ---> Using cache [2021-04-29T08:40:46.544Z] ---> a2ced11f468b [2021-04-29T08:40:46.544Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-29T08:40:46.544Z] ---> Using cache [2021-04-29T08:40:46.544Z] ---> 593be0f3c801 [2021-04-29T08:40:46.544Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-29T08:40:48.000Z] ---> 7b6a7a5ea184 [2021-04-29T08:40:48.000Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-29T08:40:50.201Z] 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-29T08:40:50.712Z] ---> Running in f2676417aef4 [2021-04-29T08:40:52.756Z] ---> c0c9469ef3cf [2021-04-29T08:40:52.756Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-29T08:40:53.418Z] ---> 62183811e637 [2021-04-29T08:40:53.418Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-29T08:40:53.418Z] Removing intermediate container 8783f40db98b [2021-04-29T08:40:53.418Z] ---> ad2bd3a9a5f1 [2021-04-29T08:40:53.418Z] [2021-04-29T08:40:53.418Z] Step 10/24 : FROM alpine:3.12 [2021-04-29T08:40:53.418Z] ---> Running in be13aff81e52 [2021-04-29T08:40:53.706Z] ---> 13621d1b12d4 [2021-04-29T08:40:53.706Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-29T08:40:53.706Z] ---> Running in 966be45cd842 [2021-04-29T08:40:53.706Z] Removing intermediate container f2676417aef4 [2021-04-29T08:40:53.706Z] ---> 3d6a23a27f38 [2021-04-29T08:40:53.706Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-29T08:40:53.996Z] ---> Running in 868e62afce38 [2021-04-29T08:40:54.277Z] ---> Running in 354e4802b8b0 [2021-04-29T08:40:55.744Z] Removing intermediate container 966be45cd842 [2021-04-29T08:40:55.744Z] ---> 26aaa07a0cab [2021-04-29T08:40:55.744Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:40:56.021Z] Removing intermediate container 354e4802b8b0 [2021-04-29T08:40:56.021Z] ---> 450cba64c7b4 [2021-04-29T08:40:56.021Z] Step 15/23 : WORKDIR / [2021-04-29T08:40:56.321Z] ---> Running in eea28019cf0e [2021-04-29T08:40:56.321Z] 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-29T08:40:56.321Z] ---> Running in f5692e4fad66 [2021-04-29T08:40:56.930Z] 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-29T08:40:56.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:40:57.219Z] Removing intermediate container eea28019cf0e [2021-04-29T08:40:57.219Z] ---> 3bb1c0d5e097 [2021-04-29T08:40:57.219Z] Step 21/23 : LABEL arch=x86_64 [2021-04-29T08:40:57.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:40:57.524Z] Removing intermediate container f5692e4fad66 [2021-04-29T08:40:57.524Z] ---> c035b46e8f83 [2021-04-29T08:40:57.524Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:40:57.524Z] ---> Running in 03d2180b9bfb [2021-04-29T08:40:57.524Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-29T08:40:57.803Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-29T08:40:57.803Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-29T08:40:57.803Z] (4/6) Installing curl (7.76.1-r0) [2021-04-29T08:40:57.803Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-29T08:40:57.803Z] (6/6) Installing su-exec (0.2-r1) [2021-04-29T08:40:57.803Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:40:58.157Z] Executing ca-certificates-20191127-r4.trigger [2021-04-29T08:40:58.157Z] OK: 7 MiB in 20 packages [2021-04-29T08:40:59.173Z] Removing intermediate container 03d2180b9bfb [2021-04-29T08:40:59.173Z] ---> 60d6323a7009 [2021-04-29T08:40:59.173Z] Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:41:00.745Z] ---> Running in 0289ac37455e [2021-04-29T08:41:00.746Z] ---> 40f6c5299c90 [2021-04-29T08:41:00.746Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-29T08:41:01.233Z] 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-29T08:41:02.060Z] Removing intermediate container 0289ac37455e [2021-04-29T08:41:02.060Z] ---> 312e65c3e209 [2021-04-29T08:41:02.060Z] Step 23/23 : LABEL version=0.0.0 [2021-04-29T08:41:02.745Z] ---> Running in 2d69991e58dd [2021-04-29T08:41:03.506Z] Removing intermediate container 868e62afce38 [2021-04-29T08:41:03.506Z] ---> c0a2857ea762 [2021-04-29T08:41:03.506Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-29T08:41:04.171Z] ---> e0630272d138 [2021-04-29T08:41:04.171Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-29T08:41:04.171Z] ---> Running in 2c8ee1a534ec [2021-04-29T08:41:04.493Z] Removing intermediate container 2d69991e58dd [2021-04-29T08:41:04.493Z] ---> daf8cb179134 [2021-04-29T08:41:04.493Z] [2021-04-29T08:41:05.715Z] Removing intermediate container 2c8ee1a534ec [2021-04-29T08:41:05.715Z] ---> 9328633ee11d [2021-04-29T08:41:05.715Z] Step 13/24 : WORKDIR / [2021-04-29T08:41:06.132Z] Successfully built daf8cb179134 [2021-04-29T08:41:06.132Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-29T08:41:06.132Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 7cd7f0b8b664 [2021-04-29T08:41:06.132Z] ---> c4e6b3bf5f01 [2021-04-29T08:41:06.132Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-29T08:41:06.594Z] ---> Running in e12ca10d6bad [2021-04-29T08:41:07.359Z] Removing intermediate container 7cd7f0b8b664 [2021-04-29T08:41:07.359Z] ---> e25f188d9607 [2021-04-29T08:41:07.359Z] 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-29T08:41:07.950Z] 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-29T08:41:08.817Z] Removing intermediate container e12ca10d6bad [2021-04-29T08:41:08.817Z] ---> 80964a767ba3 [2021-04-29T08:41:08.817Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:41:08.817Z] ---> Running in 64fbd4846c58 [2021-04-29T08:41:09.604Z] ---> e808380e370e [2021-04-29T08:41:09.604Z] 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-29T08:41:10.354Z] Removing intermediate container 64fbd4846c58 [2021-04-29T08:41:10.354Z] ---> 02ff7879879c [2021-04-29T08:41:10.354Z] Step 21/23 : LABEL arch=x86_64 [2021-04-29T08:41:10.686Z] ---> Running in 50f34655abc4 [2021-04-29T08:41:11.000Z] ---> 21ac93cef4cf [2021-04-29T08:41:11.000Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-29T08:41:12.735Z] ---> 8d98f095dd32 [2021-04-29T08:41:12.735Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-29T08:41:12.735Z] Removing intermediate container 50f34655abc4 [2021-04-29T08:41:12.735Z] ---> 2f74674ba8e6 [2021-04-29T08:41:12.735Z] Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:41:13.501Z] ---> b72b64d416aa [2021-04-29T08:41:13.501Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-29T08:41:13.858Z] ---> Running in acfe3aecb4c4 [2021-04-29T08:41:14.312Z] ---> Running in 5d088cb55870 [2021-04-29T08:41:14.649Z] Removing intermediate container acfe3aecb4c4 [2021-04-29T08:41:14.649Z] ---> dc442807d996 [2021-04-29T08:41:14.649Z] Step 23/23 : LABEL version=0.0.0 [2021-04-29T08:41:15.447Z] ---> 108f4c6acea4 [2021-04-29T08:41:15.447Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-29T08:41:15.447Z] ---> Running in c52fcae78e2c [Pipeline] } [2021-04-29T08:41:16.296Z] $ docker stop --time=1 7358bee9502022c6c1b4520b70a24f842eeb37ee455b7abc2697aa43930c6b49 [2021-04-29T08:41:16.663Z] Removing intermediate container c52fcae78e2c [2021-04-29T08:41:16.663Z] ---> 20d6176ec619 [2021-04-29T08:41:16.663Z] [2021-04-29T08:41:16.985Z] 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-29T08:41:17.650Z] Successfully built 20d6176ec619 [2021-04-29T08:41:17.650Z] ---> c125e36ea4d3 [2021-04-29T08:41:17.650Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-29T08:41:17.650Z] Successfully tagged docker-core-command-go:latest [2021-04-29T08:41:18.699Z]  Building docker-core-command-go ... done  ---> 198e7c5eca2e [2021-04-29T08:41:18.699Z] 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-29T08:41:18.699Z] ---> Running in 115e655f6e5e [2021-04-29T08:41:18.898Z] $ docker rm -f 7358bee9502022c6c1b4520b70a24f842eeb37ee455b7abc2697aa43930c6b49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:41:20.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-29T08:41:21.247Z] [2021-04-29T08:41:21.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:41:21.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-29T08:41:21.878Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-29T08:41:21.878Z] 29e5d40040c1: Pulling fs layer [2021-04-29T08:41:21.878Z] 1ce36da41761: Pulling fs layer [2021-04-29T08:41:21.878Z] 25b303627fd3: Pulling fs layer [2021-04-29T08:41:22.151Z] 29e5d40040c1: Verifying Checksum [2021-04-29T08:41:22.151Z] 29e5d40040c1: Download complete [2021-04-29T08:41:22.752Z] 1ce36da41761: Verifying Checksum [2021-04-29T08:41:22.752Z] 1ce36da41761: Download complete [2021-04-29T08:41:22.752Z] 29e5d40040c1: Pull complete [2021-04-29T08:41:23.483Z] Removing intermediate container 115e655f6e5e [2021-04-29T08:41:23.483Z] ---> ae9dc60c2f00 [2021-04-29T08:41:23.483Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-29T08:41:23.483Z] ---> Running in 18e820d20a6e [2021-04-29T08:41:24.193Z] 1ce36da41761: Pull complete [2021-04-29T08:41:24.315Z] Removing intermediate container 18e820d20a6e [2021-04-29T08:41:24.315Z] ---> 403a935b48af [2021-04-29T08:41:24.315Z] Step 22/24 : LABEL arch=x86_64 [2021-04-29T08:41:24.465Z] 25b303627fd3: Verifying Checksum [2021-04-29T08:41:24.465Z] 25b303627fd3: Download complete [2021-04-29T08:41:24.679Z] ---> Running in 6e58e26138f6 [2021-04-29T08:41:26.810Z] Removing intermediate container 6e58e26138f6 [2021-04-29T08:41:26.810Z] ---> 779373290675 [2021-04-29T08:41:26.810Z] Step 23/24 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:41:27.143Z] ---> Running in 4dc91742dcfb [2021-04-29T08:41:27.438Z] Removing intermediate container 4dc91742dcfb [2021-04-29T08:41:27.439Z] ---> edb3ca299310 [2021-04-29T08:41:27.439Z] Step 24/24 : LABEL version=0.0.0 [2021-04-29T08:41:27.736Z] ---> Running in ef4a76295e81 [2021-04-29T08:41:28.531Z] Removing intermediate container ef4a76295e81 [2021-04-29T08:41:28.531Z] ---> 358fef3ead85 [2021-04-29T08:41:28.531Z] [2021-04-29T08:41:29.671Z] Successfully built 358fef3ead85 [2021-04-29T08:41:29.671Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-29T08:41:34.614Z] 25b303627fd3: Pull complete [2021-04-29T08:41:34.614Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-29T08:41:34.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-29T08:41:34.614Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-29T08:41:34.892Z] prd-ubuntu18.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container [2021-04-29T08:41:34.985Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-29T08:41:38.513Z] $ docker top 2474a6ad03192867767829e8e7d8d97320f087cee336a638194bce06c1ef0060 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T08:41:39.497Z] + docker-compose build --help [2021-04-29T08:41:39.497Z] + grep parallel [2021-04-29T08:41:42.598Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container be13aff81e52 [2021-04-29T08:41:42.598Z] ---> 14d7c11952ca [2021-04-29T08:41:42.598Z] [2021-04-29T08:41:42.598Z] Step 10/23 : FROM alpine:3.12 [2021-04-29T08:41:42.598Z] ---> 13621d1b12d4 [2021-04-29T08:41:42.598Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-29T08:41:42.598Z] ---> Running in 41c1cce2218f [2021-04-29T08:41:42.598Z] Removing intermediate container 41c1cce2218f [2021-04-29T08:41:42.598Z] ---> 55e0005591d2 [2021-04-29T08:41:42.598Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-29T08:41:42.598Z] ---> Running in 096871a9074c [2021-04-29T08:41:42.598Z] Removing intermediate container 096871a9074c [2021-04-29T08:41:42.598Z] ---> 09c01383bdad [2021-04-29T08:41:42.598Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-29T08:41:42.598Z] ---> Running in 873626f4fca5 [2021-04-29T08:41:42.598Z] Removing intermediate container 873626f4fca5 [2021-04-29T08:41:42.598Z] ---> 35f589518681 [2021-04-29T08:41:42.598Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:41:42.598Z] ---> Running in 204a8c81c4c0 [2021-04-29T08:41:44.611Z] Removing intermediate container 204a8c81c4c0 [2021-04-29T08:41:44.611Z] ---> c0f705e6e46d [2021-04-29T08:41:44.611Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-29T08:41:44.611Z] ---> Running in 84dac362b8c2 [2021-04-29T08:41:44.888Z] --parallel Build images in parallel. [Pipeline] } [2021-04-29T08:41:44.920Z] $ docker stop --time=1 2474a6ad03192867767829e8e7d8d97320f087cee336a638194bce06c1ef0060 [2021-04-29T08:41:45.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:41:46.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:41:46.756Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-29T08:41:46.756Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-29T08:41:46.912Z] $ docker rm -f 2474a6ad03192867767829e8e7d8d97320f087cee336a638194bce06c1ef0060 [2021-04-29T08:41:47.020Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-29T08:41:47.020Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-29T08:41:47.020Z] Removing intermediate container 5d088cb55870 [2021-04-29T08:41:47.020Z] ---> 8fa7c381677d [2021-04-29T08:41:47.020Z] [2021-04-29T08:41:47.020Z] Step 10/22 : FROM alpine:3.12 [2021-04-29T08:41:47.020Z] ---> 13621d1b12d4 [2021-04-29T08:41:47.020Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-04-29T08:41:47.285Z] ---> Running in a79481551fa6 [2021-04-29T08:41:47.285Z] (5/6) Installing libzmq (4.3.3-r0) [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:41:47.581Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-29T08:41:47.581Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:41:47.581Z] OK: 8 MiB in 20 packages [2021-04-29T08:41:47.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-29T08:41:47.605Z] . [Pipeline] withDockerContainer [2021-04-29T08:41:47.889Z] prd-ubuntu18.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container [2021-04-29T08:41:47.995Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-29T08:41:48.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T08:41:48.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T08:41:48.459Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-29T08:41:48.459Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-29T08:41:48.459Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:41:48.459Z] Executing ca-certificates-20191127-r4.trigger [2021-04-29T08:41:48.459Z] OK: 6 MiB in 16 packages [2021-04-29T08:41:49.037Z] Removing intermediate container 84dac362b8c2 [2021-04-29T08:41:49.037Z] ---> 60c02b8e5c03 [2021-04-29T08:41:49.037Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:41:49.582Z] $ docker top 639d1fdb02bdc9cd4654fd9463fc48d93bd09ba65d054e57b4bd1264fd986311 -eo pid,comm [2021-04-29T08:41:49.627Z] ---> ee42531fbc99 [2021-04-29T08:41:49.627Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-29T08:41:49.910Z] Removing intermediate container a79481551fa6 [2021-04-29T08:41:49.910Z] ---> 4cab4ee09274 [2021-04-29T08:41:49.910Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-29T08:41:49.910Z] ---> Running in 490d8cfe3cec [Pipeline] { [Pipeline] sh [2021-04-29T08:41:50.181Z] Removing intermediate container 490d8cfe3cec [2021-04-29T08:41:50.181Z] ---> cdec55e849cb [2021-04-29T08:41:50.181Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-29T08:41:50.181Z] ---> 11c757bca680 [2021-04-29T08:41:50.181Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-29T08:41:50.458Z] ---> Running in 81d27a3367f4 [2021-04-29T08:41:50.721Z] Removing intermediate container 81d27a3367f4 [2021-04-29T08:41:50.721Z] ---> 7765dfac2d02 [2021-04-29T08:41:50.721Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-29T08:41:50.732Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-29T08:41:50.985Z] ---> f38410b647d3 [2021-04-29T08:41:50.985Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-29T08:41:51.572Z] ---> Running in 9f070f5506a8 [2021-04-29T08:41:51.572Z] ---> Running in 74e6df6c0d0e [2021-04-29T08:41:51.572Z] Removing intermediate container 74e6df6c0d0e [2021-04-29T08:41:51.572Z] ---> dd4f529b07fe [2021-04-29T08:41:51.572Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:41:51.837Z] Removing intermediate container 9f070f5506a8 [2021-04-29T08:41:51.837Z] ---> 84d489a0ceec [2021-04-29T08:41:51.837Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:41:51.837Z] ---> Running in ffb943cdb9a7 [2021-04-29T08:41:52.140Z] Removing intermediate container ffb943cdb9a7 [2021-04-29T08:41:52.140Z] ---> 3a29a28643bb [2021-04-29T08:41:52.140Z] Step 21/23 : LABEL arch=x86_64 [2021-04-29T08:41:52.140Z] ---> 286ec4a40ec8 [2021-04-29T08:41:52.140Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-29T08:41:52.140Z] ---> Running in 749ac0684683 [2021-04-29T08:41:52.429Z] Removing intermediate container 749ac0684683 [2021-04-29T08:41:52.429Z] ---> 55035dff1f85 [2021-04-29T08:41:52.429Z] Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:41:52.708Z] ---> Running in ec0d79dfda27 [2021-04-29T08:41:52.994Z] ---> 53ba92cbf420 [2021-04-29T08:41:52.994Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-29T08:41:52.994Z] Removing intermediate container ec0d79dfda27 [2021-04-29T08:41:52.994Z] ---> a48dfda6cbae [2021-04-29T08:41:52.994Z] Step 23/23 : LABEL version=0.0.0 [2021-04-29T08:41:53.261Z] ---> Running in b815988a8a27 [2021-04-29T08:41:53.575Z] Removing intermediate container b815988a8a27 [2021-04-29T08:41:53.575Z] ---> ea3b6b4858a5 [2021-04-29T08:41:53.575Z] [2021-04-29T08:41:53.575Z] ---> b242ba4b36d3 [2021-04-29T08:41:53.575Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-29T08:41:53.575Z] ---> Running in 115a18c438ea [2021-04-29T08:41:53.575Z] Successfully built ea3b6b4858a5 [2021-04-29T08:41:53.857Z] Successfully tagged docker-core-data-go:latest [2021-04-29T08:41:53.857Z]  Building docker-core-data-go ... done Removing intermediate container 115a18c438ea [2021-04-29T08:41:53.857Z] ---> 36109b7c35eb [2021-04-29T08:41:53.857Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:41:53.857Z] ---> Running in 14e25acb9ac7 [2021-04-29T08:41:54.140Z] Removing intermediate container 14e25acb9ac7 [2021-04-29T08:41:54.140Z] ---> 3eb5adcc52fb [2021-04-29T08:41:54.140Z] Step 20/22 : LABEL arch=x86_64 [2021-04-29T08:41:54.413Z] ---> Running in f31d78c17445 [2021-04-29T08:41:55.013Z] Removing intermediate container f31d78c17445 [2021-04-29T08:41:55.013Z] ---> 2705a92d9ed7 [2021-04-29T08:41:55.013Z] Step 21/22 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:41:55.013Z] ---> Running in a1c97683afeb [2021-04-29T08:41:55.278Z] Removing intermediate container a1c97683afeb [2021-04-29T08:41:55.278Z] ---> 839f2c981a96 [2021-04-29T08:41:55.278Z] Step 22/22 : LABEL version=0.0.0 [2021-04-29T08:41:55.278Z] ---> Running in 7660e5f83118 [2021-04-29T08:41:55.552Z] Removing intermediate container 7660e5f83118 [2021-04-29T08:41:55.552Z] ---> bf2547e1b488 [2021-04-29T08:41:55.552Z] [2021-04-29T08:41:56.147Z] Building docker-core-command-go ... [2021-04-29T08:41:56.147Z] Building docker-core-data-go ... [2021-04-29T08:41:56.147Z] Building docker-core-metadata-go ... [2021-04-29T08:41:56.147Z] Building docker-security-bootstrapper-go ... [2021-04-29T08:41:56.147Z] Building docker-security-proxy-setup-go ... [2021-04-29T08:41:56.147Z] Building docker-security-secretstore-setup-go ... [2021-04-29T08:41:56.147Z] Building docker-support-notifications-go ... [2021-04-29T08:41:56.147Z] Building docker-support-scheduler-go ... [2021-04-29T08:41:56.147Z] Building docker-sys-mgmt-agent-go ... [2021-04-29T08:41:56.147Z] Building docker-core-data-go [2021-04-29T08:41:56.147Z] Building docker-security-bootstrapper-go [2021-04-29T08:41:56.147Z] Building docker-security-secretstore-setup-go [2021-04-29T08:41:56.147Z] Building docker-sys-mgmt-agent-go [2021-04-29T08:41:56.147Z] Building docker-support-notifications-go [2021-04-29T08:41:56.150Z] Successfully built bf2547e1b488 [2021-04-29T08:41:56.150Z] Successfully tagged docker-support-notifications-go:latest [2021-04-29T08:41:56.762Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-04-29T08:41:56.840Z] $ docker stop --time=1 5339fde5ddad5fc7a47a7a9071cb11a558bdd762ea36458e6aa86b56442f78fd [2021-04-29T08:41:58.874Z] $ docker rm -f 5339fde5ddad5fc7a47a7a9071cb11a558bdd762ea36458e6aa86b56442f78fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-29T08:41:59.438Z] + docker images [2021-04-29T08:41:59.438Z] + grep docker [2021-04-29T08:42:00.020Z] docker-support-notifications-go latest bf2547e1b488 4 seconds ago 18.2MB [2021-04-29T08:42:00.020Z] docker-core-data-go latest ea3b6b4858a5 6 seconds ago 22.9MB [2021-04-29T08:42:00.020Z] docker-security-secretstore-setup-go latest 358fef3ead85 32 seconds ago 26.3MB [2021-04-29T08:42:00.020Z] docker-core-command-go latest 20d6176ec619 43 seconds ago 17.5MB [2021-04-29T08:42:00.020Z] docker-sys-mgmt-agent-go latest daf8cb179134 56 seconds ago 312MB [2021-04-29T08:42:00.020Z] docker-security-bootstrapper-go latest b578cc67b725 2 minutes ago 19.3MB [2021-04-29T08:42:00.020Z] docker-core-metadata-go latest cb98b7d6df53 2 minutes ago 19.2MB [2021-04-29T08:42:00.020Z] docker-security-proxy-setup-go latest e08dcf02330a 2 minutes ago 26MB [2021-04-29T08:42:00.020Z] docker-support-scheduler-go latest df6dd634331c 2 minutes ago 17.7MB [2021-04-29T08:42:00.020Z] 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-29T08:42:15.399Z] Still waiting to schedule task [2021-04-29T08:42:15.400Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-2322’ [2021-04-29T08:43:18.533Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:43:18.533Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:43:18.533Z] ---> 16bf5d0065a4 [2021-04-29T08:43:18.533Z] Step 3/23 : WORKDIR /edgex-go [2021-04-29T08:43:18.534Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:43:18.534Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:43:18.534Z] ---> 16bf5d0065a4 [2021-04-29T08:43:18.534Z] Step 3/23 : WORKDIR /edgex-go [2021-04-29T08:43:18.534Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:43:18.534Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:43:18.534Z] ---> 16bf5d0065a4 [2021-04-29T08:43:18.534Z] Step 3/31 : WORKDIR /edgex-go [2021-04-29T08:43:18.534Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:43:18.534Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:43:18.534Z] ---> 16bf5d0065a4 [2021-04-29T08:43:18.534Z] Step 3/22 : WORKDIR /edgex-go [2021-04-29T08:43:18.534Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:43:18.534Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:43:18.534Z] ---> 16bf5d0065a4 [2021-04-29T08:43:18.534Z] Step 3/24 : WORKDIR /edgex-go [2021-04-29T08:43:18.534Z] ---> Running in 7656178e327f [2021-04-29T08:43:18.534Z] ---> Running in 5b6fe568c94d [2021-04-29T08:43:18.534Z] ---> Running in f975aeebbb22 [2021-04-29T08:43:18.534Z] ---> Running in 56c67ad02ab1 [2021-04-29T08:43:18.534Z] ---> Running in cf78306eaca8 [2021-04-29T08:43:18.534Z] Removing intermediate container 56c67ad02ab1 [2021-04-29T08:43:18.534Z] ---> 4e8472f1d31c [2021-04-29T08:43:18.534Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:43:18.534Z] Removing intermediate container f975aeebbb22 [2021-04-29T08:43:18.534Z] ---> aa1453bbc860 [2021-04-29T08:43:18.534Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:43:18.534Z] Removing intermediate container 5b6fe568c94d [2021-04-29T08:43:18.534Z] ---> 2bde330285be [2021-04-29T08:43:18.534Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:43:18.534Z] Removing intermediate container cf78306eaca8 [2021-04-29T08:43:18.534Z] ---> 8c2b806bbfd1 [2021-04-29T08:43:18.534Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:43:18.534Z] Removing intermediate container 7656178e327f [2021-04-29T08:43:18.534Z] ---> 07da3d9a9e5a [2021-04-29T08:43:18.534Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:43:18.534Z] ---> Running in e9a0f6d7bc95 [2021-04-29T08:43:18.534Z] ---> Running in 1538cc373b6c [2021-04-29T08:43:18.534Z] ---> Running in 73376637c48e [2021-04-29T08:43:18.534Z] ---> Running in 464b602d303a [2021-04-29T08:43:18.534Z] ---> Running in a3862b94b564 [2021-04-29T08:43:18.811Z] Removing intermediate container e9a0f6d7bc95 [2021-04-29T08:43:18.811Z] ---> 0066257aced9 [2021-04-29T08:43:18.811Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-29T08:43:19.091Z] Removing intermediate container 1538cc373b6c [2021-04-29T08:43:19.091Z] ---> 660f58a098a6 [2021-04-29T08:43:19.091Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-29T08:43:19.091Z] ---> Running in a363f8be581e [2021-04-29T08:43:19.367Z] ---> Running in 6608f2b7501a [2021-04-29T08:43:19.367Z] Removing intermediate container 73376637c48e [2021-04-29T08:43:19.367Z] ---> 39f4dec373c5 [2021-04-29T08:43:19.367Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-29T08:43:19.640Z] Removing intermediate container 464b602d303a [2021-04-29T08:43:19.640Z] ---> c27ae35f743f [2021-04-29T08:43:19.640Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-29T08:43:19.640Z] Removing intermediate container a3862b94b564 [2021-04-29T08:43:19.640Z] ---> 82120eb46080 [2021-04-29T08:43:19.640Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-29T08:43:19.929Z] ---> Running in de739456a85f [2021-04-29T08:43:19.929Z] ---> Running in 10a9f4182d14 [2021-04-29T08:43:19.929Z] ---> Running in fa505ced10a5 [2021-04-29T08:43:21.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:43:21.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:43:21.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:43:21.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:43:21.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:43:21.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:43:22.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:43:22.817Z] OK: 217 MiB in 51 packages [2021-04-29T08:43:22.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:43:22.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:43:23.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:43:23.095Z] OK: 217 MiB in 51 packages [2021-04-29T08:43:23.701Z] OK: 217 MiB in 51 packages [2021-04-29T08:43:23.981Z] OK: 217 MiB in 51 packages [2021-04-29T08:43:24.260Z] OK: 217 MiB in 51 packages [2021-04-29T08:43:24.542Z] Removing intermediate container a363f8be581e [2021-04-29T08:43:24.542Z] ---> d66d6df48080 [2021-04-29T08:43:24.542Z] Step 6/24 : COPY go.mod . [2021-04-29T08:43:25.149Z] Removing intermediate container 6608f2b7501a [2021-04-29T08:43:25.149Z] ---> a560e6170510 [2021-04-29T08:43:25.149Z] Step 6/22 : COPY go.mod . [2021-04-29T08:43:25.760Z] Removing intermediate container fa505ced10a5 [2021-04-29T08:43:25.760Z] ---> 1c9598955c61 [2021-04-29T08:43:25.760Z] Step 6/23 : COPY go.mod . [2021-04-29T08:43:25.760Z] ---> 6f64d5382b7b [2021-04-29T08:43:25.760Z] Step 7/24 : RUN go mod download [2021-04-29T08:43:26.039Z] Removing intermediate container de739456a85f [2021-04-29T08:43:26.039Z] ---> 2942b036f92c [2021-04-29T08:43:26.039Z] Step 6/23 : COPY go.mod . [2021-04-29T08:43:26.039Z] ---> Running in 76668d8d24a2 [2021-04-29T08:43:26.318Z] Removing intermediate container 10a9f4182d14 [2021-04-29T08:43:26.318Z] ---> 92bef9bf7c43 [2021-04-29T08:43:26.318Z] Step 6/31 : COPY go.mod . [2021-04-29T08:43:26.318Z] ---> 20ee8af760ed [2021-04-29T08:43:26.318Z] Step 7/22 : RUN go mod download [2021-04-29T08:43:26.594Z] ---> Running in bbed32274f47 [2021-04-29T08:43:26.594Z] ---> cacdc05b2048 [2021-04-29T08:43:26.594Z] Step 7/23 : RUN go mod download [2021-04-29T08:43:26.881Z] ---> Running in e51c2feebdeb [2021-04-29T08:43:27.478Z] ---> 1e474a5a61cc [2021-04-29T08:43:27.478Z] Step 7/23 : RUN go mod download [2021-04-29T08:43:27.478Z] ---> e0284e5e6066 [2021-04-29T08:43:27.478Z] Step 7/31 : RUN go mod download [2021-04-29T08:43:27.478Z] ---> Running in 5761d0ec26e7 [2021-04-29T08:43:27.754Z] ---> Running in a2c033e3a37e [2021-04-29T08:43:31.203Z] Removing intermediate container 76668d8d24a2 [2021-04-29T08:43:31.203Z] ---> b8eb2e04a0be [2021-04-29T08:43:31.203Z] Step 8/24 : COPY . . [2021-04-29T08:43:31.799Z] Removing intermediate container e51c2feebdeb [2021-04-29T08:43:31.799Z] ---> 87a4a4f94050 [2021-04-29T08:43:31.799Z] Step 8/23 : COPY . . [2021-04-29T08:43:32.079Z] Removing intermediate container bbed32274f47 [2021-04-29T08:43:32.079Z] ---> b2af09840f64 [2021-04-29T08:43:32.079Z] Step 8/22 : COPY . . [2021-04-29T08:43:32.356Z] Removing intermediate container 5761d0ec26e7 [2021-04-29T08:43:32.356Z] ---> 3dcf53b44aa9 [2021-04-29T08:43:32.356Z] Step 8/23 : COPY . . [2021-04-29T08:43:32.961Z] Removing intermediate container a2c033e3a37e [2021-04-29T08:43:32.961Z] ---> 6ca08a4bfefb [2021-04-29T08:43:32.961Z] Step 8/31 : COPY . . [2021-04-29T08:43:42.031Z] Running on prd-ubuntu18.04-docker-8c-8g-2325 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws [2021-04-29T08:43:42.049Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-29T08:43:44.293Z] using credential edgex-jenkins-ssh [2021-04-29T08:43:44.309Z] Cloning the remote Git repository [2021-04-29T08:43:44.337Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-29T08:43:44.397Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-29T08:43:44.425Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-29T08:43:44.425Z] > git --version # timeout=10 [2021-04-29T08:43:44.430Z] > git --version # 'git version 2.17.1' [2021-04-29T08:43:44.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T08:43:44.450Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T08:43:50.341Z] Merging remotes/origin/master commit 65a1ad8836fac6fe6d7e576d1f355fc517d369bc into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 [2021-04-29T08:43:49.853Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-29T08:43:49.858Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T08:43:49.866Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-29T08:43:49.875Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-29T08:43:49.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T08:43:49.879Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-29T08:43:50.364Z] > git config core.sparsecheckout # timeout=10 [2021-04-29T08:43:50.368Z] > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [2021-04-29T08:43:50.464Z] > git remote # timeout=10 [2021-04-29T08:43:50.469Z] > git config --get remote.origin.url # timeout=10 [2021-04-29T08:43:50.472Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T08:43:50.475Z] > git merge 65a1ad8836fac6fe6d7e576d1f355fc517d369bc # timeout=10 [2021-04-29T08:43:50.572Z] Merge succeeded, producing 277b398429281d3dee4578e77113b3724e0fd52e [2021-04-29T08:43:50.573Z] Checking out Revision 277b398429281d3dee4578e77113b3724e0fd52e (PR-3406) [2021-04-29T08:43:50.584Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-29T08:43:50.591Z] > git config core.sparsecheckout # timeout=10 [2021-04-29T08:43:50.595Z] > git checkout -f 277b398429281d3dee4578e77113b3724e0fd52e # timeout=10 [2021-04-29T08:43:54.207Z] Commit message: "Merge commit '65a1ad8836fac6fe6d7e576d1f355fc517d369bc' into HEAD" [2021-04-29T08:43:54.230Z] > git rev-list --no-walk 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-29T08:43:55.179Z] + echo snap-build.sh [2021-04-29T08:43:55.179Z] snap-build.sh [2021-04-29T08:43:55.179Z] + SNAP_BASE_DIR=. [2021-04-29T08:43:55.179Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-04-29T08:43:55.179Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-04-29T08:43:55.179Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-04-29T08:43:55.179Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-04-29T08:43:55.179Z] + cd /w/workspace/edgex-go/2 [2021-04-29T08:43:55.179Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-29T08:43:55.179Z] Reading package lists... [2021-04-29T08:43:55.440Z] Building dependency tree... [2021-04-29T08:43:55.440Z] Reading state information... [2021-04-29T08:43:55.440Z] The following packages were automatically installed and are no longer required: [2021-04-29T08:43:55.440Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-29T08:43:55.440Z] uidmap xdelta3 [2021-04-29T08:43:55.440Z] Use 'sudo apt autoremove' to remove them. [2021-04-29T08:43:55.440Z] The following packages will be REMOVED: [2021-04-29T08:43:55.440Z] lxd* lxd-client* [2021-04-29T08:43:56.011Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-29T08:43:56.011Z] After this operation, 31.7 MB disk space will be freed. [2021-04-29T08:43:57.054Z] (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-29T08:43:57.054Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-29T08:43:58.000Z] Removing lxd dnsmasq configuration [2021-04-29T08:43:58.000Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-29T08:43:58.261Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-29T08:43:58.833Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-29T08:43:59.094Z] (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-29T08:43:59.094Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-29T08:43:59.797Z] ---> 35a415d0658b [2021-04-29T08:43:59.797Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-29T08:43:59.797Z] ---> Running in 2e5da7d8d1ca [2021-04-29T08:43:59.797Z] ---> bbdaa0c4a888 [2021-04-29T08:43:59.797Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-29T08:43:59.797Z] ---> 90471afec164 [2021-04-29T08:43:59.797Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-29T08:43:59.797Z] ---> 272ff120e06b [2021-04-29T08:43:59.797Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-29T08:44:00.076Z] ---> Running in dbd76951cde6 [2021-04-29T08:44:00.076Z] ---> Running in 1af7d49c2f4f [2021-04-29T08:44:00.076Z] ---> Running in 947eab4f396f [2021-04-29T08:44:00.076Z] ---> a5303c35a333 [2021-04-29T08:44:00.076Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-29T08:44:00.352Z] ---> Running in 98e4271543b0 [2021-04-29T08:44:00.485Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-29T08:44:00.750Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-29T08:44:01.350Z] 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-29T08:44:02.135Z] + sudo snap remove --purge lxd [2021-04-29T08:44:02.396Z] snap "lxd" is not installed [2021-04-29T08:44:02.397Z] + sudo groupadd --force --system lxd [2021-04-29T08:44:02.397Z] ++ whoami [2021-04-29T08:44:02.397Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-29T08:44:02.397Z] + newgrp - lxd [2021-04-29T08:44:02.397Z] + sudo snap install lxd [2021-04-29T08:44:02.794Z] 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-29T08:44:03.068Z] 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-29T08:44:03.068Z] 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-29T08:44:03.068Z] 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-29T08:44:12.401Z] 2021-04-29T08:44:09Z INFO Waiting for automatic snapd restart... [2021-04-29T08:44:27.316Z] lxd 4.13 from Canonical* installed [2021-04-29T08:44:27.317Z] + sudo lxd init --auto [2021-04-29T08:44:37.331Z] + sudo snap install --classic snapcraft [2021-04-29T08:44:41.542Z] snapcraft 4.6.3 from Canonical* installed [2021-04-29T08:44:41.542Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-29T08:44:41.542Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-29T08:44:41.542Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-29T08:44:41.542Z] Dload Upload Total Spent Left Speed [2021-04-29T08:44:41.542Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5139 0 --:--:-- --:--:-- --:--:-- 5097 [2021-04-29T08:44:41.805Z] 100 3325k 100 3325k 0 0 9.9M 0 --:--:-- --:--:-- --:--:-- 9.9M [2021-04-29T08:44:41.805Z] ./yq_linux_amd64 [2021-04-29T08:44:41.805Z] + sudo snapcraft prime --use-lxd [2021-04-29T08:44:43.717Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-29T08:44:43.717Z] 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-29T08:44:43.717Z] - README.md [2021-04-29T08:44:43.717Z] [2021-04-29T08:44:43.717Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-29T08:44:44.661Z] Launching a container. [2021-04-29T08:44:56.895Z] Waiting for container to be ready [2021-04-29T08:44:56.895Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-29T08:44:56.895Z] [2021-04-29T08:45:01.107Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-29T08:45:01.107Z] Waiting for network to be ready... [2021-04-29T08:45:01.372Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-29T08:45:01.372Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-29T08:45:01.372Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-29T08:45:01.634Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-29T08:45:01.634Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-29T08:45:01.634Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-29T08:45:01.634Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-29T08:45:01.634Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-29T08:45:01.634Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-29T08:45:01.634Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-29T08:45:01.897Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-29T08:45:01.897Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-29T08:45:02.158Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-29T08:45:02.158Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-29T08:45:02.158Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-29T08:45:02.158Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-29T08:45:02.158Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-29T08:45:02.158Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-29T08:45:02.732Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-29T08:45:02.732Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-29T08:45:02.732Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-29T08:45:02.732Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-29T08:45:02.732Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-29T08:45:02.732Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-29T08:45:02.732Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-29T08:45:02.732Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-29T08:45:02.994Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-29T08:45:06.309Z] Fetched 24.4 MB in 5s (4918 kB/s) [2021-04-29T08:45:07.265Z] Reading package lists... [2021-04-29T08:45:07.526Z] Reading package lists... [2021-04-29T08:45:07.788Z] Building dependency tree... [2021-04-29T08:45:07.788Z] Reading state information... [2021-04-29T08:45:08.051Z] The following additional packages will be installed: [2021-04-29T08:45:08.051Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-29T08:45:08.051Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-29T08:45:08.051Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-29T08:45:08.051Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-29T08:45:08.051Z] Suggested packages: [2021-04-29T08:45:08.051Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-29T08:45:08.051Z] Recommended packages: [2021-04-29T08:45:08.051Z] gnupg libsasl2-modules [2021-04-29T08:45:08.051Z] The following NEW packages will be installed: [2021-04-29T08:45:08.051Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-29T08:45:08.051Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-29T08:45:08.051Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-29T08:45:08.051Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-29T08:45:08.051Z] The following packages will be upgraded: [2021-04-29T08:45:08.051Z] gpg gpg-agent gpgconf libudev1 [2021-04-29T08:45:08.317Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-29T08:45:08.317Z] Need to get 3529 kB of archives. [2021-04-29T08:45:08.317Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-29T08:45:08.317Z] 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-29T08:45:08.317Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-29T08:45:08.317Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-29T08:45:08.578Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-29T08:45:08.578Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-29T08:45:08.578Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-29T08:45:08.839Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-29T08:45:08.839Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-29T08:45:08.839Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-29T08:45:08.839Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-29T08:45:08.839Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-29T08:45:08.839Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-29T08:45:08.839Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-29T08:45:08.839Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-29T08:45:08.839Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-29T08:45:08.839Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-29T08:45:09.099Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-29T08:45:09.099Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-29T08:45:09.099Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-29T08:45:09.099Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-29T08:45:09.099Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-29T08:45:09.099Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-29T08:45:09.099Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-29T08:45:09.099Z] Fetched 3529 kB in 1s (3406 kB/s) [2021-04-29T08:45:09.360Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-29T08:45:09.360Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-29T08:45:09.360Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-29T08:45:09.360Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-29T08:45:09.360Z] Selecting previously unselected package udev. [2021-04-29T08:45:09.360Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-29T08:45:09.360Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-29T08:45:09.620Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-29T08:45:09.880Z] Selecting previously unselected package libfuse2:amd64. [2021-04-29T08:45:09.880Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-29T08:45:09.880Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-29T08:45:09.880Z] Selecting previously unselected package fuse. [2021-04-29T08:45:09.880Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-29T08:45:09.880Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-29T08:45:09.880Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-29T08:45:09.880Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-29T08:45:10.140Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-29T08:45:10.140Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-29T08:45:10.140Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-29T08:45:10.140Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-29T08:45:10.400Z] Selecting previously unselected package libksba8:amd64. [2021-04-29T08:45:10.400Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-29T08:45:10.400Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-29T08:45:10.400Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-29T08:45:10.400Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-29T08:45:10.400Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:10.660Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-29T08:45:10.660Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-29T08:45:10.660Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:10.660Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-29T08:45:10.660Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-29T08:45:10.660Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:10.920Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-29T08:45:10.920Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-29T08:45:11.183Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:11.183Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-29T08:45:11.183Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-29T08:45:11.183Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:11.183Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-29T08:45:11.183Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-29T08:45:11.183Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:11.444Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-29T08:45:11.444Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-29T08:45:11.444Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:11.444Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-29T08:45:11.444Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-29T08:45:11.444Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:11.444Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-29T08:45:11.444Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-29T08:45:11.444Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:11.706Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-29T08:45:11.706Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-29T08:45:11.706Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-29T08:45:11.706Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-29T08:45:11.706Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-29T08:45:11.706Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-29T08:45:11.706Z] Selecting previously unselected package libldap-common. [2021-04-29T08:45:11.706Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-29T08:45:11.706Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-29T08:45:11.967Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-29T08:45:11.967Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-29T08:45:11.967Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-29T08:45:11.967Z] Selecting previously unselected package dirmngr. [2021-04-29T08:45:11.967Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-29T08:45:11.967Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-29T08:45:12.228Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-29T08:45:12.228Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-29T08:45:12.228Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-29T08:45:12.228Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-29T08:45:12.228Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-29T08:45:12.228Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-29T08:45:12.488Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:12.488Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-29T08:45:12.488Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-29T08:45:12.489Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-29T08:45:12.749Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-29T08:45:13.009Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:13.009Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-29T08:45:13.009Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-29T08:45:13.009Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-29T08:45:13.270Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:13.270Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:13.270Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:13.270Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:13.270Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:13.270Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:13.270Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-29T08:45:13.270Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-29T08:45:13.270Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-29T08:45:13.531Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-29T08:45:14.104Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-29T08:45:14.104Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-29T08:45:14.104Z] This means they are not meant to be enabled using systemctl. [2021-04-29T08:45:14.104Z] Possible reasons for having this kind of units are: [2021-04-29T08:45:14.104Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-29T08:45:14.104Z] .wants/ or .requires/ directory. [2021-04-29T08:45:14.104Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-29T08:45:14.104Z] a requirement dependency on it. [2021-04-29T08:45:14.104Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-29T08:45:14.104Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-29T08:45:14.104Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-29T08:45:14.104Z] instance name specified. [2021-04-29T08:45:14.365Z] Reading package lists... [2021-04-29T08:45:14.365Z] Building dependency tree... [2021-04-29T08:45:14.365Z] Reading state information... [2021-04-29T08:45:14.627Z] The following additional packages will be installed: [2021-04-29T08:45:14.627Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-29T08:45:14.627Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-29T08:45:14.627Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-29T08:45:14.627Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-29T08:45:14.627Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-29T08:45:14.627Z] Suggested packages: [2021-04-29T08:45:14.627Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-29T08:45:14.627Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-29T08:45:14.627Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-29T08:45:14.627Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-29T08:45:14.627Z] systemd-container policykit-1 [2021-04-29T08:45:14.627Z] Recommended packages: [2021-04-29T08:45:14.627Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-29T08:45:14.627Z] The following NEW packages will be installed: [2021-04-29T08:45:14.627Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-29T08:45:14.627Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-29T08:45:14.627Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-29T08:45:14.627Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-29T08:45:14.627Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-29T08:45:14.627Z] The following packages will be upgraded: [2021-04-29T08:45:14.627Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-29T08:45:14.627Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-29T08:45:14.627Z] Need to get 35.2 MB of archives. [2021-04-29T08:45:14.627Z] After this operation, 141 MB of additional disk space will be used. [2021-04-29T08:45:14.627Z] 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-29T08:45:14.888Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-29T08:45:14.888Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-29T08:45:14.888Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-29T08:45:14.888Z] 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-29T08:45:14.888Z] 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-29T08:45:14.888Z] 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-29T08:45:14.888Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-29T08:45:14.888Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-29T08:45:14.888Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-29T08:45:14.888Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-29T08:45:14.888Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-29T08:45:14.888Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-29T08:45:14.888Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-29T08:45:14.888Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-29T08:45:14.888Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-29T08:45:15.150Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-29T08:45:15.725Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-29T08:45:15.725Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-29T08:45:15.725Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-29T08:45:15.725Z] 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-29T08:45:15.725Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-29T08:45:15.725Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-29T08:45:15.725Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-29T08:45:15.725Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-29T08:45:15.725Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-29T08:45:15.725Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-29T08:45:15.725Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-29T08:45:15.725Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-29T08:45:15.986Z] 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-29T08:45:16.248Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-29T08:45:16.248Z] Fetched 35.2 MB in 1s (26.7 MB/s) [2021-04-29T08:45:16.248Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-29T08:45:16.248Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-29T08:45:16.509Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-29T08:45:17.080Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-29T08:45:17.080Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-29T08:45:17.080Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-29T08:45:17.080Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-29T08:45:17.080Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-29T08:45:17.080Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-29T08:45:17.339Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-29T08:45:17.600Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-29T08:45:17.600Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-29T08:45:17.600Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-29T08:45:17.859Z] Setting up apt (1.6.13) ... [2021-04-29T08:45:17.859Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-29T08:45:18.429Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-29T08:45:18.429Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-29T08:45:18.429Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-29T08:45:18.429Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-29T08:45:18.689Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-29T08:45:18.689Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-29T08:45:18.689Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-29T08:45:18.950Z] Selecting previously unselected package libexpat1:amd64. [2021-04-29T08:45:18.950Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-29T08:45:18.950Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-29T08:45:18.950Z] Selecting previously unselected package python3.6-minimal. [2021-04-29T08:45:18.950Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-29T08:45:18.950Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-29T08:45:19.210Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-29T08:45:19.472Z] Checking for services that may need to be restarted...done. [2021-04-29T08:45:19.472Z] Checking for services that may need to be restarted...done. [2021-04-29T08:45:19.472Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-29T08:45:19.472Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-29T08:45:19.472Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-29T08:45:20.041Z] Selecting previously unselected package python3-minimal. [2021-04-29T08:45:20.041Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-29T08:45:20.041Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-29T08:45:20.041Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-29T08:45:20.301Z] Selecting previously unselected package mime-support. [2021-04-29T08:45:20.301Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-29T08:45:20.301Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-29T08:45:20.301Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-29T08:45:20.301Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-29T08:45:20.301Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-29T08:45:20.301Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-29T08:45:20.301Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-29T08:45:20.560Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-29T08:45:20.820Z] Selecting previously unselected package python3.6. [2021-04-29T08:45:20.820Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-29T08:45:20.820Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-29T08:45:20.820Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-29T08:45:20.820Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-29T08:45:20.820Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-29T08:45:20.820Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-29T08:45:21.081Z] Selecting previously unselected package python3. [2021-04-29T08:45:21.081Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-29T08:45:21.081Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-29T08:45:21.081Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-29T08:45:21.340Z] Selecting previously unselected package multiarch-support. [2021-04-29T08:45:21.340Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-29T08:45:21.340Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-29T08:45:21.340Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-29T08:45:21.341Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-29T08:45:21.341Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-29T08:45:21.341Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-29T08:45:21.341Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-29T08:45:21.602Z] Selecting previously unselected package libbsd0:amd64. [2021-04-29T08:45:21.602Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-29T08:45:21.602Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-29T08:45:21.602Z] Selecting previously unselected package sudo. [2021-04-29T08:45:21.602Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-29T08:45:21.602Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-29T08:45:21.864Z] Selecting previously unselected package apparmor. [2021-04-29T08:45:21.864Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-29T08:45:21.864Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-29T08:45:21.864Z] Selecting previously unselected package libedit2:amd64. [2021-04-29T08:45:21.864Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-29T08:45:21.864Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-29T08:45:22.125Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-29T08:45:22.125Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-29T08:45:22.125Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-29T08:45:22.125Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-29T08:45:22.125Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-29T08:45:22.125Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-29T08:45:22.384Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-29T08:45:22.384Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-29T08:45:22.384Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-29T08:45:22.384Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-29T08:45:22.384Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-29T08:45:22.384Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-29T08:45:22.645Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-29T08:45:22.646Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-29T08:45:22.646Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-29T08:45:22.907Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-29T08:45:22.907Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-29T08:45:22.907Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-29T08:45:22.907Z] Selecting previously unselected package openssh-client. [2021-04-29T08:45:22.907Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-29T08:45:22.907Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-29T08:45:23.166Z] Selecting previously unselected package squashfs-tools. [2021-04-29T08:45:23.166Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-29T08:45:23.166Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-29T08:45:23.166Z] Selecting previously unselected package snapd. [2021-04-29T08:45:23.166Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-29T08:45:23.166Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-29T08:45:25.713Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-29T08:45:25.713Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-29T08:45:25.713Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-29T08:45:25.713Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-29T08:45:25.713Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-29T08:45:25.713Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-29T08:45:25.713Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-29T08:45:25.974Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-29T08:45:25.974Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-29T08:45:27.892Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-29T08:45:27.892Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-29T08:45:27.892Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-29T08:45:27.892Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-29T08:45:27.892Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-29T08:45:27.892Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-29T08:45:28.462Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-29T08:45:28.462Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-29T08:45:28.462Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-29T08:45:28.462Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-29T08:45:28.462Z] running python rtupdate hooks for python3.6... [2021-04-29T08:45:28.462Z] running python post-rtupdate hooks for python3.6... [2021-04-29T08:45:28.726Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-29T08:45:30.638Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-29T08:45:30.638Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-29T08:45:30.639Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-29T08:45:30.639Z] Setting up snapd (2.48.3+18.04) ... [2021-04-29T08:45:31.210Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-29T08:45:31.470Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-29T08:45:31.470Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-29T08:45:31.731Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-29T08:45:31.990Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-29T08:45:31.990Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-29T08:45:32.250Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-29T08:45:32.511Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-29T08:45:32.511Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-29T08:45:32.771Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-29T08:45:33.031Z] /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-29T08:45:33.032Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-29T08:45:33.032Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-29T08:45:34.416Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-29T08:45:34.416Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-29T08:45:34.416Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-29T08:45:35.800Z] Reading package lists... [2021-04-29T08:45:36.060Z] Reading package lists... [2021-04-29T08:45:36.320Z] Building dependency tree... [2021-04-29T08:45:36.320Z] Reading state information... [2021-04-29T08:45:36.320Z] Calculating upgrade... [2021-04-29T08:45:36.580Z] The following packages will be upgraded: [2021-04-29T08:45:36.580Z] advancecomp base-files bash binutils binutils-common [2021-04-29T08:45:36.580Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-29T08:45:36.580Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-29T08:45:36.580Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-29T08:45:36.580Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-29T08:45:36.580Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-29T08:45:36.580Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-29T08:45:36.580Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-29T08:45:36.580Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-29T08:45:36.580Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-29T08:45:36.580Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-29T08:45:36.580Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-29T08:45:36.580Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-29T08:45:36.580Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-29T08:45:36.580Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-29T08:45:36.580Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-29T08:45:36.580Z] Need to get 64.0 MB of archives. [2021-04-29T08:45:36.580Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-29T08:45:36.580Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-29T08:45:36.842Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-29T08:45:36.842Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-29T08:45:36.842Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-29T08:45:36.842Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-29T08:45:36.842Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-29T08:45:36.842Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-29T08:45:36.842Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-29T08:45:36.842Z] 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-29T08:45:36.842Z] 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-29T08:45:36.842Z] 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-29T08:45:36.842Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-29T08:45:36.842Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-29T08:45:36.842Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-29T08:45:36.842Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-29T08:45:36.842Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-29T08:45:36.842Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-29T08:45:36.842Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-29T08:45:36.842Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-29T08:45:36.842Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-29T08:45:36.842Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-29T08:45:37.103Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-29T08:45:37.103Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-29T08:45:37.103Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-29T08:45:37.103Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-29T08:45:37.103Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-29T08:45:37.103Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-29T08:45:37.103Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-29T08:45:37.103Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-29T08:45:37.103Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-29T08:45:37.103Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-29T08:45:37.103Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-29T08:45:37.103Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-29T08:45:37.103Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-29T08:45:37.103Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-29T08:45:37.103Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-29T08:45:37.103Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-29T08:45:37.103Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-29T08:45:37.103Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-29T08:45:37.103Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-29T08:45:37.103Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-29T08:45:37.103Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-29T08:45:37.103Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-29T08:45:37.103Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-29T08:45:37.103Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-29T08:45:37.103Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-29T08:45:37.103Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-29T08:45:37.103Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-29T08:45:37.103Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-29T08:45:37.103Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-29T08:45:37.103Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-29T08:45:37.103Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-29T08:45:37.103Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-29T08:45:37.103Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-29T08:45:37.103Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-29T08:45:37.103Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-29T08:45:37.364Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-29T08:45:37.624Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-29T08:45:37.625Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-29T08:45:37.625Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-29T08:45:37.625Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-29T08:45:37.625Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-29T08:45:37.885Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-29T08:45:37.885Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-29T08:45:37.885Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-29T08:45:37.885Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-29T08:45:37.885Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-29T08:45:37.885Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-29T08:45:37.885Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-29T08:45:37.885Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-29T08:45:37.885Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-29T08:45:37.885Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-29T08:45:37.885Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-29T08:45:37.885Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-29T08:45:37.885Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-29T08:45:37.885Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-29T08:45:37.885Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-29T08:45:37.885Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-29T08:45:37.885Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-29T08:45:37.885Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-29T08:45:37.885Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-29T08:45:38.145Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-29T08:45:38.145Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-29T08:45:38.145Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-29T08:45:38.145Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-29T08:45:38.145Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-29T08:45:38.145Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-29T08:45:38.145Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-29T08:45:38.145Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-29T08:45:38.145Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-29T08:45:38.145Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-29T08:45:38.145Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-29T08:45:38.145Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-29T08:45:38.145Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-29T08:45:38.145Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-29T08:45:38.145Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-29T08:45:38.438Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-29T08:45:38.438Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-29T08:45:38.438Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-29T08:45:38.438Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-29T08:45:38.438Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-29T08:45:38.438Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-29T08:45:38.438Z] Fetched 64.0 MB in 2s (36.0 MB/s) [2021-04-29T08:45:38.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:38.701Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-29T08:45:38.701Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-29T08:45:39.274Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-29T08:45:39.274Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-29T08:45:39.535Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-29T08:45:39.535Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-29T08:45:40.475Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:40.475Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-29T08:45:40.475Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:40.475Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-29T08:45:40.735Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:40.735Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-29T08:45:40.735Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:40.736Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-29T08:45:40.999Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:40.999Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-29T08:45:40.999Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:40.999Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-29T08:45:41.260Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:41.260Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-29T08:45:41.260Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:45:41.523Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-29T08:45:41.523Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:41.523Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-29T08:45:41.523Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:45:41.786Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-29T08:45:41.786Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:41.786Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-29T08:45:41.786Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:41.786Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-29T08:45:42.055Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-29T08:45:42.055Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-29T08:45:42.317Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:45:42.317Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-29T08:45:42.317Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-29T08:45:42.578Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-29T08:45:43.152Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-29T08:45:43.413Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-29T08:45:43.413Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-29T08:45:43.413Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-29T08:45:43.413Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-29T08:45:43.413Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-29T08:45:43.675Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-29T08:45:43.675Z] Installing new version of config file /etc/issue ... [2021-04-29T08:45:43.675Z] Installing new version of config file /etc/issue.net ... [2021-04-29T08:45:43.675Z] Installing new version of config file /etc/lsb-release ... [2021-04-29T08:45:43.675Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-29T08:45:43.935Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-29T08:45:44.197Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-29T08:45:44.197Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-29T08:45:44.197Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:44.197Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-29T08:45:44.197Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-29T08:45:44.458Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-29T08:45:44.458Z] 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-29T08:45:44.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:44.458Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-29T08:45:44.458Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-29T08:45:44.720Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-29T08:45:44.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:44.720Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-29T08:45:44.720Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-29T08:45:44.720Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-29T08:45:44.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:44.982Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-29T08:45:44.982Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-29T08:45:45.243Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-29T08:45:45.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:45.243Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-29T08:45:45.504Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-29T08:45:45.504Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-29T08:45:45.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:45.504Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-29T08:45:45.504Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-29T08:45:45.764Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-29T08:45:45.764Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:45.764Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-29T08:45:45.764Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-29T08:45:46.026Z] Setting up grep (3.1-2build1) ... [2021-04-29T08:45:46.026Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:46.026Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-29T08:45:46.026Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-29T08:45:46.026Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-29T08:45:46.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:46.287Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-29T08:45:46.287Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-29T08:45:46.287Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-29T08:45:46.547Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:46.547Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-29T08:45:46.547Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-29T08:45:47.121Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-29T08:45:47.121Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-29T08:45:47.382Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-29T08:45:47.382Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-29T08:45:47.955Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-29T08:45:47.955Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:47.955Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-29T08:45:47.955Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-29T08:45:48.966Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-29T08:45:49.231Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-29T08:45:49.231Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-29T08:45:49.231Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-29T08:45:49.231Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-29T08:45:49.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:49.521Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-29T08:45:49.521Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-29T08:45:49.521Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-29T08:45:49.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:49.805Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-29T08:45:49.805Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-29T08:45:49.805Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-29T08:45:49.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:49.805Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-29T08:45:50.075Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-29T08:45:50.075Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-29T08:45:50.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:50.075Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-29T08:45:50.075Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-29T08:45:50.347Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-29T08:45:50.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:50.347Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-29T08:45:50.347Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-29T08:45:50.616Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-29T08:45:50.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:50.616Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-29T08:45:50.616Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-29T08:45:50.885Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-29T08:45:50.885Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-29T08:45:50.885Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-29T08:45:50.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:50.885Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-29T08:45:51.150Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-29T08:45:51.150Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-29T08:45:51.150Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:51.150Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-29T08:45:51.150Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-29T08:45:51.412Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-29T08:45:51.412Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:51.412Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-29T08:45:51.412Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-29T08:45:51.412Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-29T08:45:51.677Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:51.677Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-29T08:45:51.678Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-29T08:45:52.253Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-29T08:45:52.513Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-29T08:45:52.773Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-29T08:45:52.773Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:52.773Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-29T08:45:52.773Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-29T08:45:53.035Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-29T08:45:53.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-29T08:45:53.296Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-29T08:45:53.296Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-29T08:45:53.579Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-29T08:45:53.579Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:53.579Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-29T08:45:53.579Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-29T08:45:53.839Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-29T08:45:54.101Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:54.101Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-29T08:45:54.101Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-29T08:45:54.101Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-29T08:45:54.362Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:54.362Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-29T08:45:54.362Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-29T08:45:54.362Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-29T08:45:54.622Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:54.622Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-29T08:45:54.622Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-29T08:45:54.622Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-29T08:45:54.887Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:54.887Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-29T08:45:54.887Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-29T08:45:54.926Z] 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-29T08:45:55.148Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-29T08:45:55.148Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:55.148Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-29T08:45:55.409Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-29T08:45:55.409Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-29T08:45:55.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:55.671Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-29T08:45:55.671Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-29T08:45:55.932Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-29T08:45:55.932Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-29T08:45:55.932Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-29T08:45:55.932Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-29T08:45:56.194Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-29T08:45:56.194Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:56.194Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-29T08:45:56.194Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-29T08:45:56.469Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-29T08:45:56.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:56.469Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-29T08:45:56.469Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-29T08:45:56.730Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-29T08:45:56.990Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:56.990Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-29T08:45:56.990Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-29T08:45:56.990Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-29T08:45:57.250Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:57.250Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-29T08:45:57.250Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-29T08:45:57.250Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-29T08:45:57.563Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:57.563Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-29T08:45:57.563Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-29T08:45:57.824Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-29T08:45:58.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:58.088Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-29T08:45:58.088Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-29T08:45:58.088Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-29T08:45:58.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:58.088Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-29T08:45:58.350Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-29T08:45:58.350Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-29T08:45:58.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:58.922Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-29T08:45:58.922Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-29T08:45:58.922Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-29T08:45:58.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:58.922Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-29T08:45:59.182Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-29T08:45:59.182Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-29T08:45:59.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:59.182Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-29T08:45:59.443Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-29T08:45:59.443Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-29T08:45:59.443Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:59.443Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-29T08:45:59.443Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-29T08:45:59.706Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-29T08:45:59.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:59.706Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-29T08:45:59.706Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-29T08:45:59.968Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-29T08:45:59.968Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:45:59.968Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-29T08:45:59.968Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-29T08:46:00.230Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-29T08:46:00.230Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-29T08:46:00.230Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-29T08:46:00.230Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-29T08:46:00.230Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-29T08:46:00.491Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-29T08:46:00.491Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-29T08:46:00.491Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-29T08:46:00.491Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-29T08:46:00.753Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-29T08:46:00.753Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-29T08:46:00.753Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-29T08:46:01.017Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-29T08:46:01.017Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-29T08:46:01.282Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-29T08:46:01.282Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-29T08:46:01.282Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-29T08:46:01.282Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-29T08:46:01.546Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-29T08:46:01.546Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-29T08:46:01.546Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-29T08:46:01.546Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-29T08:46:01.808Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-29T08:46:01.808Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-29T08:46:01.808Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-29T08:46:01.808Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-29T08:46:02.071Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-29T08:46:02.071Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-29T08:46:02.071Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-29T08:46:02.332Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-29T08:46:03.273Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-29T08:46:03.273Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-29T08:46:03.273Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-29T08:46:03.273Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-29T08:46:03.273Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-29T08:46:03.600Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-29T08:46:03.860Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-29T08:46:03.860Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-29T08:46:04.120Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-29T08:46:04.120Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-29T08:46:04.120Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-29T08:46:04.120Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-29T08:46:04.381Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-29T08:46:04.381Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-29T08:46:04.381Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-29T08:46:04.381Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-29T08:46:04.641Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-29T08:46:04.641Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-29T08:46:04.641Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-29T08:46:04.902Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-29T08:46:05.843Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-29T08:46:05.843Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-29T08:46:06.785Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-29T08:46:06.785Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-29T08:46:07.724Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-29T08:46:07.724Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-29T08:46:07.985Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-29T08:46:07.985Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-29T08:46:08.944Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-29T08:46:08.944Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-29T08:46:09.204Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-29T08:46:09.205Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-29T08:46:09.205Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-29T08:46:09.464Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-29T08:46:09.464Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-29T08:46:09.464Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-29T08:46:09.725Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-29T08:46:09.725Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-29T08:46:09.725Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-29T08:46:09.986Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-29T08:46:09.986Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-29T08:46:09.986Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-29T08:46:10.270Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-29T08:46:10.270Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-29T08:46:10.270Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:46:10.270Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-29T08:46:10.270Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:46:10.531Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:46:10.531Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:46:10.531Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-29T08:46:10.531Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-29T08:46:10.531Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-29T08:46:10.791Z] [2021-04-29T08:46:10.791Z] Current default time zone: 'Etc/UTC' [2021-04-29T08:46:10.791Z] Local time is now: Thu Apr 29 08:46:10 UTC 2021. [2021-04-29T08:46:10.791Z] Universal Time is now: Thu Apr 29 08:46:10 UTC 2021. [2021-04-29T08:46:10.791Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-29T08:46:10.791Z] [2021-04-29T08:46:10.791Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-29T08:46:10.791Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:46:10.791Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-29T08:46:10.791Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-29T08:46:10.791Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-29T08:46:10.791Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-29T08:46:11.051Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-29T08:46:11.051Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-29T08:46:11.051Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-29T08:46:11.051Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-29T08:46:11.051Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:46:11.051Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-29T08:46:11.311Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-29T08:46:11.311Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-29T08:46:11.621Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:46:11.621Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-29T08:46:11.621Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-29T08:46:11.621Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-29T08:46:11.621Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-29T08:46:11.621Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-29T08:46:11.621Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-29T08:46:11.621Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-29T08:46:11.621Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-29T08:46:13.273Z] Removing intermediate container 2e5da7d8d1ca [2021-04-29T08:46:13.273Z] ---> 8b89e0df8c44 [2021-04-29T08:46:13.273Z] [2021-04-29T08:46:13.273Z] Step 10/24 : FROM alpine:3.12 [2021-04-29T08:46:13.273Z] 3.12: Pulling from library/alpine [2021-04-29T08:46:13.531Z] Updating certificates in /etc/ssl/certs... [2021-04-29T08:46:14.107Z] 23 added, 27 removed; done. [2021-04-29T08:46:14.107Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-29T08:46:14.107Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-29T08:46:14.107Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-29T08:46:14.107Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-29T08:46:14.107Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-29T08:46:14.367Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-29T08:46:14.367Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-29T08:46:14.367Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-29T08:46:14.367Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-29T08:46:14.367Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-29T08:46:14.367Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-29T08:46:14.367Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-29T08:46:14.367Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-29T08:46:14.627Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-29T08:46:14.627Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-29T08:46:14.627Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-29T08:46:14.627Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-29T08:46:14.627Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-29T08:46:14.627Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-29T08:46:14.627Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-29T08:46:14.627Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-29T08:46:14.887Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-29T08:46:14.887Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-29T08:46:14.887Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-29T08:46:14.887Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-29T08:46:14.887Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-29T08:46:14.887Z] Updating certificates in /etc/ssl/certs... [2021-04-29T08:46:15.260Z] Removing intermediate container 1af7d49c2f4f [2021-04-29T08:46:15.260Z] ---> 3fe0afeb446a [2021-04-29T08:46:15.260Z] [2021-04-29T08:46:15.260Z] Step 10/31 : FROM alpine:3.12 [2021-04-29T08:46:15.260Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-29T08:46:15.260Z] Status: Downloaded newer image for alpine:3.12 [2021-04-29T08:46:15.260Z] ---> 9852663dfa18 [2021-04-29T08:46:15.260Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-29T08:46:15.260Z] 3.12: Pulling from library/alpine [2021-04-29T08:46:15.260Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-29T08:46:15.260Z] Status: Image is up to date for alpine:3.12 [2021-04-29T08:46:15.260Z] ---> 9852663dfa18 [2021-04-29T08:46:15.260Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-29T08:46:15.457Z] 0 added, 0 removed; done. [2021-04-29T08:46:15.457Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-29T08:46:15.457Z] done. [2021-04-29T08:46:15.867Z] ---> Running in 70fde8fafc19 [2021-04-29T08:46:15.868Z] ---> Running in 1e51ffea18fe [2021-04-29T08:46:16.027Z] Reading package lists... [2021-04-29T08:46:16.287Z] Building dependency tree... [2021-04-29T08:46:16.287Z] Reading state information... [2021-04-29T08:46:16.468Z] Removing intermediate container 98e4271543b0 [2021-04-29T08:46:16.468Z] ---> 03d3b1d3e75a [2021-04-29T08:46:16.468Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-29T08:46:16.547Z] The following NEW packages will be installed: [2021-04-29T08:46:16.547Z] apt-transport-https [2021-04-29T08:46:16.547Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-29T08:46:16.547Z] Need to get 1692 B of archives. [2021-04-29T08:46:16.547Z] After this operation, 154 kB of additional disk space will be used. [2021-04-29T08:46:16.547Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-29T08:46:16.807Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-29T08:46:16.807Z] Fetched 1692 B in 0s (9473 B/s) [2021-04-29T08:46:16.807Z] Selecting previously unselected package apt-transport-https. [2021-04-29T08:46:16.807Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-29T08:46:16.807Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-29T08:46:16.807Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-29T08:46:17.067Z] Setting up apt-transport-https (1.6.13) ... [2021-04-29T08:46:17.071Z] ---> Running in f1805561d2eb [2021-04-29T08:46:17.331Z] Waiting for network to be ready... [2021-04-29T08:46:17.344Z] Removing intermediate container 70fde8fafc19 [2021-04-29T08:46:17.344Z] ---> 615cf9991768 [2021-04-29T08:46:17.344Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-29T08:46:17.620Z] ---> Running in 3f7812880f90 [2021-04-29T08:46:18.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:46:18.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:46:19.309Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-29T08:46:19.309Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-29T08:46:19.309Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-29T08:46:19.309Z] (4/6) Installing curl (7.76.1-r0) [2021-04-29T08:46:19.309Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-29T08:46:19.309Z] (6/6) Installing su-exec (0.2-r1) [2021-04-29T08:46:19.309Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:46:19.309Z] Executing ca-certificates-20191127-r4.trigger [2021-04-29T08:46:19.639Z] 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-29T08:46:19.639Z] OK: 7 MiB in 20 packages [2021-04-29T08:46:20.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:46:21.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:46:21.661Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-29T08:46:21.662Z] (2/2) Installing su-exec (0.2-r1) [2021-04-29T08:46:21.662Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:46:21.662Z] OK: 5 MiB in 16 packages [2021-04-29T08:46:23.642Z] Removing intermediate container 1e51ffea18fe [2021-04-29T08:46:23.642Z] ---> a62d03960835 [2021-04-29T08:46:23.642Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-29T08:46:23.915Z] 2021-04-29T08:46:20Z INFO Waiting for automatic snapd restart... [2021-04-29T08:46:23.916Z] snapd 2.49.2 from Canonical* installed [2021-04-29T08:46:24.247Z] ---> Running in 24b210fa79a6 [2021-04-29T08:46:24.852Z] Removing intermediate container 3f7812880f90 [2021-04-29T08:46:24.852Z] ---> 68c947a232d0 [2021-04-29T08:46:24.852Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-29T08:46:24.852Z] Removing intermediate container 24b210fa79a6 [2021-04-29T08:46:24.852Z] ---> b1304e92685b [2021-04-29T08:46:24.852Z] Step 13/24 : WORKDIR / [2021-04-29T08:46:24.855Z] "snapd" switched to the "latest/stable" channel [2021-04-29T08:46:24.855Z] [2021-04-29T08:46:25.127Z] Removing intermediate container 947eab4f396f [2021-04-29T08:46:25.127Z] ---> 60479bbe0696 [2021-04-29T08:46:25.127Z] [2021-04-29T08:46:25.127Z] Step 10/22 : FROM alpine:3.12 [2021-04-29T08:46:25.127Z] ---> 9852663dfa18 [2021-04-29T08:46:25.127Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-29T08:46:25.127Z] ---> Running in d7f9de23d673 [2021-04-29T08:46:25.407Z] ---> Running in 20275f93af2c [2021-04-29T08:46:25.407Z] ---> Running in 10880a5439d6 [2021-04-29T08:46:25.690Z] Removing intermediate container f1805561d2eb [2021-04-29T08:46:25.690Z] ---> 03b2928b1129 [2021-04-29T08:46:25.690Z] [2021-04-29T08:46:25.690Z] Step 11/23 : FROM docker:20.10.0 [2021-04-29T08:46:25.965Z] 20.10.0: Pulling from library/docker [2021-04-29T08:46:25.965Z] Removing intermediate container d7f9de23d673 [2021-04-29T08:46:25.965Z] ---> 1c298a08af3f [2021-04-29T08:46:25.966Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-29T08:46:26.241Z] ---> Running in ccdf31f76a09 [2021-04-29T08:46:26.241Z] Removing intermediate container 10880a5439d6 [2021-04-29T08:46:26.241Z] ---> 9e908a1c6b42 [2021-04-29T08:46:26.241Z] 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-29T08:46:27.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:46:27.511Z] Removing intermediate container ccdf31f76a09 [2021-04-29T08:46:27.511Z] ---> 540eec2fc6d9 [2021-04-29T08:46:27.511Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-29T08:46:27.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:46:28.114Z] ---> Running in 187d03bebd58 [2021-04-29T08:46:28.114Z] ---> 442cc7f9983d [2021-04-29T08:46:28.114Z] 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-29T08:46:28.114Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-29T08:46:28.396Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-29T08:46:28.396Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:46:28.396Z] Executing ca-certificates-20191127-r4.trigger [2021-04-29T08:46:28.677Z] OK: 6 MiB in 16 packages [2021-04-29T08:46:29.062Z] core18 20210309 from Canonical* installed [2021-04-29T08:46:29.062Z] "core18" switched to the "latest/stable" channel [2021-04-29T08:46:29.062Z] [2021-04-29T08:46:32.110Z] ---> f58a6297506b [2021-04-29T08:46:32.110Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-29T08:46:33.561Z] Removing intermediate container 20275f93af2c [2021-04-29T08:46:33.561Z] ---> 66b525820531 [2021-04-29T08:46:33.561Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-29T08:46:33.836Z] ---> 5d4a837f73f2 [2021-04-29T08:46:33.836Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-29T08:46:34.113Z] ---> Running in a74b7080f939 [2021-04-29T08:46:34.113Z] Removing intermediate container 187d03bebd58 [2021-04-29T08:46:34.113Z] ---> 85781f22fa3a [2021-04-29T08:46:34.113Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-29T08:46:34.345Z] snapcraft 4.6.3 from Canonical* installed [2021-04-29T08:46:34.345Z] "snapcraft" switched to the "latest/stable" channel [2021-04-29T08:46:34.345Z] [2021-04-29T08:46:34.709Z] ---> Running in 2e31d86fc679 [2021-04-29T08:46:35.308Z] Removing intermediate container a74b7080f939 [2021-04-29T08:46:35.308Z] ---> 10d04acde270 [2021-04-29T08:46:35.308Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-29T08:46:36.740Z] ---> Running in 6bbcb7d4f9de [2021-04-29T08:46:37.342Z] ---> 487ba7831d9c [2021-04-29T08:46:37.342Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-29T08:46:37.343Z] Removing intermediate container 2e31d86fc679 [2021-04-29T08:46:37.343Z] ---> 4cb060f28d42 [2021-04-29T08:46:37.343Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-29T08:46:37.950Z] Removing intermediate container 6bbcb7d4f9de [2021-04-29T08:46:37.950Z] ---> ed2e96af82d0 [2021-04-29T08:46:37.950Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-29T08:46:38.548Z] 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-29T08:46:38.548Z] - README.md [2021-04-29T08:46:38.548Z] [2021-04-29T08:46:38.548Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-29T08:46:38.552Z] ---> Running in 24ff434eb86e [2021-04-29T08:46:39.544Z] ---> c7ea818cbe6a [2021-04-29T08:46:39.544Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-29T08:46:40.529Z] ---> Running in 1e057854248f [2021-04-29T08:46:40.529Z] Removing intermediate container 24ff434eb86e [2021-04-29T08:46:40.529Z] ---> 5ca6914b2da8 [2021-04-29T08:46:40.529Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:46:40.807Z] ---> 9b87db13a65f [2021-04-29T08:46:40.807Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-29T08:46:41.812Z] Removing intermediate container dbd76951cde6 [2021-04-29T08:46:41.812Z] ---> 75ff13ff38a2 [2021-04-29T08:46:41.812Z] [2021-04-29T08:46:41.812Z] Step 10/23 : FROM alpine:3.12 [2021-04-29T08:46:41.812Z] ---> 9852663dfa18 [2021-04-29T08:46:41.812Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-29T08:46:41.812Z] ---> e43241c1dfbe [2021-04-29T08:46:41.812Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-29T08:46:42.088Z] ---> Running in 5295d7996bda [2021-04-29T08:46:42.369Z] ---> 4a0d5ec7cbd1 [2021-04-29T08:46:42.369Z] 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-29T08:46:42.644Z] ---> Running in 299a7c6d7b07 [2021-04-29T08:46:42.644Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-29T08:46:42.644Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-29T08:46:42.644Z] ---> eeaf43b92773 [2021-04-29T08:46:42.644Z] 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-29T08:46:43.251Z] Removing intermediate container 5295d7996bda [2021-04-29T08:46:43.251Z] ---> 09f89a03afd8 [2021-04-29T08:46:43.251Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-29T08:46:43.251Z] ---> Running in 480147a4a36f [2021-04-29T08:46:43.524Z] ---> Running in 2f1df908ba72 [2021-04-29T08:46:43.802Z] ---> 4a4498bb337c [2021-04-29T08:46:43.802Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-29T08:46:44.076Z] Removing intermediate container 480147a4a36f [2021-04-29T08:46:44.076Z] ---> 3f2f20d08e9f [2021-04-29T08:46:44.076Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-29T08:46:44.350Z] ---> Running in 4a173331a261 [2021-04-29T08:46:44.350Z] Removing intermediate container 2f1df908ba72 [2021-04-29T08:46:44.350Z] ---> 42960b04876e [2021-04-29T08:46:44.350Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-29T08:46:44.635Z] Removing intermediate container 1e057854248f [2021-04-29T08:46:44.635Z] ---> c64aab1dd478 [2021-04-29T08:46:44.635Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:46:44.635Z] ---> Running in 352a60cf4088 [2021-04-29T08:46:44.915Z] ---> 00c2f5328bdb [2021-04-29T08:46:44.915Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-29T08:46:45.137Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-29T08:46:45.137Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-29T08:46:45.137Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-29T08:46:45.137Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-29T08:46:45.190Z] ---> Running in 39efae76e8c6 [2021-04-29T08:46:45.480Z] Removing intermediate container 352a60cf4088 [2021-04-29T08:46:45.480Z] ---> 5f872b4553ea [2021-04-29T08:46:45.480Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:46:45.480Z] ---> 9beeccfcdbd3 [2021-04-29T08:46:45.480Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-29T08:46:45.480Z] ---> Running in 467a9947ee3d [2021-04-29T08:46:45.773Z] Removing intermediate container 299a7c6d7b07 [2021-04-29T08:46:45.773Z] ---> dcb36ce65c92 [2021-04-29T08:46:45.773Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-29T08:46:46.048Z] Removing intermediate container 39efae76e8c6 [2021-04-29T08:46:46.048Z] ---> 0e351ceac608 [2021-04-29T08:46:46.048Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:46:46.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:46:46.322Z] ---> Running in b953e56d29ee [2021-04-29T08:46:46.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:46:46.597Z] ---> Running in 258d50912b9e [2021-04-29T08:46:46.781Z] Reading package lists... [2021-04-29T08:46:46.877Z] Removing intermediate container b953e56d29ee [2021-04-29T08:46:46.877Z] ---> 4aa9851da67c [2021-04-29T08:46:46.877Z] Step 22/24 : LABEL arch=arm64 [2021-04-29T08:46:47.152Z] (1/39) Installing readline (8.0.4-r0) [2021-04-29T08:46:47.152Z] (2/39) Installing bash (5.0.17-r0) [2021-04-29T08:46:47.368Z] 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-29T08:46:47.427Z] ---> Running in 3b77ad376508 [2021-04-29T08:46:47.428Z] Removing intermediate container 258d50912b9e [2021-04-29T08:46:47.428Z] ---> e2f21af84810 [2021-04-29T08:46:47.428Z] Step 20/22 : LABEL arch=arm64 [2021-04-29T08:46:47.428Z] Executing bash-5.0.17-r0.post-install [2021-04-29T08:46:47.428Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-29T08:46:47.428Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-29T08:46:47.711Z] ---> d1e3397a45b0 [2021-04-29T08:46:47.711Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-29T08:46:47.711Z] (5/39) Installing curl (7.76.1-r0) [2021-04-29T08:46:47.711Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-29T08:46:47.711Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-29T08:46:47.711Z] (8/39) Installing expat (2.2.9-r1) [2021-04-29T08:46:47.711Z] (9/39) Installing libffi (3.3-r2) [2021-04-29T08:46:47.711Z] (10/39) Installing gdbm (1.13-r1) [2021-04-29T08:46:47.711Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-29T08:46:47.711Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-29T08:46:47.711Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-29T08:46:47.711Z] ---> Running in d4ab4edae8be [2021-04-29T08:46:48.308Z] Removing intermediate container 3b77ad376508 [2021-04-29T08:46:48.308Z] ---> 87775ed33859 [2021-04-29T08:46:48.308Z] Step 23/24 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:46:49.282Z] ---> Running in c67834c6286f [2021-04-29T08:46:49.282Z] Removing intermediate container d4ab4edae8be [2021-04-29T08:46:49.282Z] ---> 7183a3a80c1f [2021-04-29T08:46:49.282Z] Step 21/22 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:46:49.565Z] Removing intermediate container 467a9947ee3d [2021-04-29T08:46:49.565Z] ---> 3fd578122352 [2021-04-29T08:46:49.565Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-29T08:46:49.565Z] ---> 4d48ae29e8c5 [2021-04-29T08:46:49.565Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-29T08:46:49.853Z] ---> Running in befbdcc52381 [2021-04-29T08:46:49.853Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-29T08:46:49.853Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-29T08:46:49.853Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-29T08:46:50.126Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-29T08:46:50.126Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-29T08:46:50.126Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-29T08:46:50.126Z] ---> Running in 23db7b70dd98 [2021-04-29T08:46:50.126Z] Removing intermediate container c67834c6286f [2021-04-29T08:46:50.126Z] ---> 6b04fc6d1290 [2021-04-29T08:46:50.126Z] Step 24/24 : LABEL version=0.0.0 [2021-04-29T08:46:50.126Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-29T08:46:50.126Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-29T08:46:50.403Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-29T08:46:50.403Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-29T08:46:50.403Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-29T08:46:50.403Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-29T08:46:50.403Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-29T08:46:50.403Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-29T08:46:50.403Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-29T08:46:50.403Z] ---> Running in bec7b2671711 [2021-04-29T08:46:50.709Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-29T08:46:50.709Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-29T08:46:50.709Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-29T08:46:50.709Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-29T08:46:50.709Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-29T08:46:50.709Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-29T08:46:50.709Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-29T08:46:50.709Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-29T08:46:50.709Z] Removing intermediate container befbdcc52381 [2021-04-29T08:46:50.709Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-29T08:46:50.709Z] ---> b59e1896c3ed [2021-04-29T08:46:50.709Z] Step 22/22 : LABEL version=0.0.0 [2021-04-29T08:46:50.709Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-29T08:46:50.709Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-29T08:46:50.980Z] Executing busybox-1.31.1-r19.trigger [2021-04-29T08:46:50.980Z] OK: 72 MiB in 59 packages [2021-04-29T08:46:50.980Z] ---> 8c5536de358a [2021-04-29T08:46:50.980Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-29T08:46:51.580Z] ---> Running in 35c97a03a46c [2021-04-29T08:46:51.580Z] Removing intermediate container bec7b2671711 [2021-04-29T08:46:51.580Z] ---> 83561bb4b1e3 [2021-04-29T08:46:51.580Z] [2021-04-29T08:46:51.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:46:52.180Z] Successfully built 83561bb4b1e3 [2021-04-29T08:46:52.458Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-29T08:46:52.458Z] Removing intermediate container 35c97a03a46c [2021-04-29T08:46:52.458Z] ---> 5f68d6a50e8d [2021-04-29T08:46:52.458Z] Building docker-support-scheduler-go [2021-04-29T08:46:52.458Z] [2021-04-29T08:46:52.458Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:46:52.740Z] ---> 4817753ed01b [2021-04-29T08:46:52.741Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-29T08:46:53.015Z] Successfully built 5f68d6a50e8d [2021-04-29T08:46:53.015Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-29T08:46:53.015Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-29T08:46:53.290Z] ---> Running in daeeee6e2962 [2021-04-29T08:46:53.290Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-29T08:46:53.574Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-29T08:46:53.574Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-29T08:46:53.574Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-29T08:46:53.847Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-29T08:46:53.847Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-29T08:46:53.847Z] Removing intermediate container daeeee6e2962 [2021-04-29T08:46:53.847Z] ---> 9dde5e5a4c89 [2021-04-29T08:46:53.847Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-29T08:46:54.000Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-29T08:46:54.000Z] Reading package lists... [2021-04-29T08:46:54.000Z] Building dependency tree... [2021-04-29T08:46:54.000Z] Reading state information... [2021-04-29T08:46:54.000Z] Suggested packages: [2021-04-29T08:46:54.000Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-29T08:46:54.000Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-29T08:46:54.000Z] Recommended packages: [2021-04-29T08:46:54.000Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-29T08:46:54.000Z] The following NEW packages will be installed: [2021-04-29T08:46:54.000Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-29T08:46:54.000Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-29T08:46:54.000Z] pkg-config zip [2021-04-29T08:46:54.000Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-29T08:46:54.000Z] Need to get 7663 kB of archives. [2021-04-29T08:46:54.000Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-29T08:46:54.000Z] 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-29T08:46:54.000Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-29T08:46:54.000Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-29T08:46:54.000Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-29T08:46:54.000Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-29T08:46:54.000Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-29T08:46:54.000Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-29T08:46:54.000Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-29T08:46:54.124Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:46:54.124Z] OK: 8 MiB in 20 packages [2021-04-29T08:46:54.260Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-29T08:46:54.260Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-29T08:46:54.260Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-29T08:46:54.520Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-29T08:46:54.520Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-29T08:46:54.520Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-29T08:46:54.520Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-29T08:46:54.779Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-29T08:46:54.779Z] Fetched 7663 kB in 1s (9362 kB/s) [2021-04-29T08:46:54.779Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-29T08:46:55.040Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-29T08:46:55.040Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-29T08:46:55.040Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-29T08:46:55.040Z] Selecting previously unselected package libpsl5:amd64. [2021-04-29T08:46:55.040Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-29T08:46:55.040Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-29T08:46:55.121Z] ---> eab1c49d215b [2021-04-29T08:46:55.121Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-29T08:46:55.299Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-29T08:46:55.299Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-29T08:46:55.299Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-29T08:46:55.299Z] Selecting previously unselected package librtmp1:amd64. [2021-04-29T08:46:55.299Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-29T08:46:55.299Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-29T08:46:55.559Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-29T08:46:55.559Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-29T08:46:55.559Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-29T08:46:55.559Z] Selecting previously unselected package liberror-perl. [2021-04-29T08:46:55.559Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-29T08:46:55.559Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-29T08:46:55.559Z] Selecting previously unselected package git-man. [2021-04-29T08:46:55.559Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-29T08:46:55.559Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-29T08:46:55.820Z] Selecting previously unselected package git. [2021-04-29T08:46:55.820Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-29T08:46:55.820Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-29T08:46:56.110Z] ---> Running in d3a2658a55ce [2021-04-29T08:46:56.717Z] Collecting docker-compose==1.23.2 [2021-04-29T08:46:56.717Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-29T08:46:56.764Z] Selecting previously unselected package libnorm1:amd64. [2021-04-29T08:46:56.764Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-29T08:46:57.037Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-29T08:46:57.037Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-29T08:46:57.037Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-29T08:46:57.037Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-29T08:46:57.300Z] Selecting previously unselected package libsodium23:amd64. [2021-04-29T08:46:57.300Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-29T08:46:57.300Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-29T08:46:57.300Z] Selecting previously unselected package libzmq5:amd64. [2021-04-29T08:46:57.300Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-29T08:46:57.300Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-29T08:46:57.300Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-29T08:46:57.300Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-29T08:46:57.300Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-29T08:46:57.319Z] Removing intermediate container 23db7b70dd98 [2021-04-29T08:46:57.319Z] ---> bfe493005ee1 [2021-04-29T08:46:57.319Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:46:57.561Z] Selecting previously unselected package pkg-config. [2021-04-29T08:46:57.561Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-29T08:46:57.561Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-29T08:46:57.561Z] Selecting previously unselected package zip. [2021-04-29T08:46:57.561Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-29T08:46:57.561Z] Unpacking zip (3.0-11build1) ... [2021-04-29T08:46:57.561Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-29T08:46:57.561Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-29T08:46:57.561Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-29T08:46:57.821Z] Setting up liberror-perl (0.17025-1) ... [2021-04-29T08:46:57.821Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-29T08:46:57.821Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-29T08:46:57.821Z] No schema files found: doing nothing. [2021-04-29T08:46:57.821Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-29T08:46:57.821Z] Setting up zip (3.0-11build1) ... [2021-04-29T08:46:57.821Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-29T08:46:57.821Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-29T08:46:57.821Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-29T08:46:58.082Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-29T08:46:58.082Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-29T08:46:58.082Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-29T08:46:58.082Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-29T08:46:58.082Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-29T08:46:58.313Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-29T08:46:58.313Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-29T08:46:59.749Z] 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-29T08:46:59.749Z] ---> 2f7c02eb3d3a [2021-04-29T08:46:59.749Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-29T08:46:59.749Z] Collecting docopt<0.7,>=0.6.1 [2021-04-29T08:46:59.749Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-29T08:47:03.182Z] Removing intermediate container d3a2658a55ce [2021-04-29T08:47:03.182Z] ---> 43e150e3dedd [2021-04-29T08:47:03.182Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-29T08:47:03.182Z] ---> 3d1347a6702f [2021-04-29T08:47:03.182Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-29T08:47:03.459Z] Collecting jsonschema<3,>=2.5.1 [2021-04-29T08:47:03.459Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-29T08:47:03.733Z] ---> Running in 8ee1213959c4 [2021-04-29T08:47:03.733Z] ---> be555c90a26e [2021-04-29T08:47:03.733Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-29T08:47:04.010Z] ---> Running in 09ad6e272c8e [2021-04-29T08:47:04.289Z] Removing intermediate container 8ee1213959c4 [2021-04-29T08:47:04.289Z] ---> a86f14208f8b [2021-04-29T08:47:04.289Z] Step 28/31 : CMD ["gate"] [2021-04-29T08:47:04.567Z] ---> Running in d7bbc0fa8bac [2021-04-29T08:47:04.567Z] Removing intermediate container 09ad6e272c8e [2021-04-29T08:47:04.567Z] ---> 6c9a112525cd [2021-04-29T08:47:04.567Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:47:04.664Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-29T08:47:04.843Z] Collecting docker<4.0,>=3.6.0 [2021-04-29T08:47:04.843Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-29T08:47:04.843Z] ---> Running in e37cd434db21 [2021-04-29T08:47:04.935Z] git set to automatically installed. [2021-04-29T08:47:04.935Z] git-man set to automatically installed. [2021-04-29T08:47:04.935Z] libcurl3-gnutls set to automatically installed. [2021-04-29T08:47:04.935Z] liberror-perl set to automatically installed. [2021-04-29T08:47:04.935Z] libglib2.0-0 set to automatically installed. [2021-04-29T08:47:04.935Z] libnghttp2-14 set to automatically installed. [2021-04-29T08:47:04.935Z] libnorm1 set to automatically installed. [2021-04-29T08:47:04.935Z] libpgm-5.2-0 set to automatically installed. [2021-04-29T08:47:04.935Z] libpsl5 set to automatically installed. [2021-04-29T08:47:04.935Z] librtmp1 set to automatically installed. [2021-04-29T08:47:04.935Z] libsodium23 set to automatically installed. [2021-04-29T08:47:04.935Z] libzmq3-dev set to automatically installed. [2021-04-29T08:47:04.935Z] libzmq5 set to automatically installed. [2021-04-29T08:47:04.935Z] pkg-config set to automatically installed. [2021-04-29T08:47:04.935Z] zip set to automatically installed. [2021-04-29T08:47:05.448Z] Removing intermediate container d7bbc0fa8bac [2021-04-29T08:47:05.448Z] ---> 960604fde518 [2021-04-29T08:47:05.448Z] Step 29/31 : LABEL arch=arm64 [2021-04-29T08:47:05.448Z] Removing intermediate container e37cd434db21 [2021-04-29T08:47:05.448Z] ---> c26ba3026019 [2021-04-29T08:47:05.448Z] Step 21/23 : LABEL arch=arm64 [2021-04-29T08:47:05.723Z] Collecting texttable<0.10,>=0.9.0 [2021-04-29T08:47:05.723Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-29T08:47:05.723Z] ---> Running in 5f8c2fdffd77 [2021-04-29T08:47:05.723Z] ---> Running in 34e8de5d23b9 [2021-04-29T08:47:06.318Z] Removing intermediate container 5f8c2fdffd77 [2021-04-29T08:47:06.318Z] ---> 9888f0a8a332 [2021-04-29T08:47:06.318Z] Step 30/31 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:47:06.604Z] Removing intermediate container 34e8de5d23b9 [2021-04-29T08:47:06.604Z] ---> 180428860c20 [2021-04-29T08:47:06.604Z] Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:47:06.847Z] snapd is not logged in, snap install commands will use sudo [2021-04-29T08:47:06.881Z] ---> Running in 6243f5654da1 [2021-04-29T08:47:07.158Z] ---> Running in fd357e9231cb [2021-04-29T08:47:07.795Z] Removing intermediate container 6243f5654da1 [2021-04-29T08:47:07.795Z] ---> 29002efebb1f [2021-04-29T08:47:07.795Z] Step 31/31 : LABEL version=0.0.0 [2021-04-29T08:47:08.406Z] Removing intermediate container fd357e9231cb [2021-04-29T08:47:08.406Z] ---> 7f8eb6d9e876 [2021-04-29T08:47:08.406Z] Step 23/23 : LABEL version=0.0.0 [2021-04-29T08:47:08.690Z] ---> Running in d2f6556cd5ef [2021-04-29T08:47:09.298Z] ---> Running in a9164ff866d7 [2021-04-29T08:47:09.298Z] Collecting PyYAML<4,>=3.10 [2021-04-29T08:47:09.575Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-29T08:47:09.575Z] Removing intermediate container d2f6556cd5ef [2021-04-29T08:47:09.575Z] ---> 771181c197df [2021-04-29T08:47:09.575Z] [2021-04-29T08:47:10.183Z] Removing intermediate container a9164ff866d7 [2021-04-29T08:47:10.183Z] ---> 63c550e5946a [2021-04-29T08:47:10.183Z] [2021-04-29T08:47:10.459Z] Successfully built 771181c197df [2021-04-29T08:47:10.459Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-29T08:47:10.459Z] Building docker-core-command-go [2021-04-29T08:47:10.732Z]  Building docker-security-bootstrapper-go ... done Successfully built 63c550e5946a [2021-04-29T08:47:10.732Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-29T08:47:10.732Z] Building docker-security-proxy-setup-go [2021-04-29T08:47:13.427Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-29T08:47:14.125Z]  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 [2021-04-29T08:47:14.126Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-29T08:47:15.575Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-29T08:47:15.575Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-29T08:47:16.555Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-29T08:47:16.555Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-29T08:47:19.176Z] Collecting docker-pycreds>=0.4.0 [2021-04-29T08:47:19.176Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-29T08:47:20.271Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-29T08:47:20.271Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-29T08:47:20.555Z] 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-29T08:47:21.199Z] Collecting idna<2.8,>=2.5 [2021-04-29T08:47:21.199Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-29T08:47:21.199Z] 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-29T08:47:21.199Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-29T08:47:21.199Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-29T08:47:21.199Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-29T08:47:21.199Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-29T08:47:22.642Z] Installing collected packages: websocket-client, docopt, jsonschema, docker-pycreds, urllib3, idna, requests, docker, texttable, PyYAML, cached-property, dockerpty, docker-compose [2021-04-29T08:47:23.239Z] Running setup.py install for docopt: started [2021-04-29T08:47:25.670Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-29T08:47:25.670Z] snapd is not logged in, snap install commands will use sudo [2021-04-29T08:47:25.880Z] Running setup.py install for docopt: finished with status 'done' [2021-04-29T08:47:26.155Z] Attempting uninstall: urllib3 [2021-04-29T08:47:26.155Z] Found existing installation: urllib3 1.25.9 [2021-04-29T08:47:26.155Z] Uninstalling urllib3-1.25.9: [2021-04-29T08:47:26.155Z] Successfully uninstalled urllib3-1.25.9 [2021-04-29T08:47:27.130Z] Attempting uninstall: idna [2021-04-29T08:47:27.130Z] Found existing installation: idna 2.9 [2021-04-29T08:47:27.130Z] Uninstalling idna-2.9: [2021-04-29T08:47:27.130Z] Successfully uninstalled idna-2.9 [2021-04-29T08:47:27.735Z] Attempting uninstall: requests [2021-04-29T08:47:28.010Z] Found existing installation: requests 2.23.0 [2021-04-29T08:47:28.010Z] Uninstalling requests-2.23.0: [2021-04-29T08:47:28.010Z] Successfully uninstalled requests-2.23.0 [2021-04-29T08:47:29.448Z] Running setup.py install for texttable: started [2021-04-29T08:47:32.082Z] Running setup.py install for texttable: finished with status 'done' [2021-04-29T08:47:32.082Z] Running setup.py install for PyYAML: started [2021-04-29T08:47:32.260Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-29T08:47:32.261Z] snap "core18" has no updates available [2021-04-29T08:47:32.522Z] Pulling go-build-helper [2021-04-29T08:47:32.522Z] + snapcraftctl pull [2021-04-29T08:47:33.920Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-29T08:47:33.920Z] Skipping pull go-build-helper (already ran) [2021-04-29T08:47:33.920Z] Building go-build-helper [2021-04-29T08:47:33.920Z] + snapcraftctl build [2021-04-29T08:47:35.488Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-29T08:47:35.488Z] Running setup.py install for dockerpty: started [2021-04-29T08:47:36.489Z] Staging go-build-helper [2021-04-29T08:47:36.489Z] + snapcraftctl stage [2021-04-29T08:47:36.928Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:47:36.928Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:47:36.928Z] ---> 16bf5d0065a4 [2021-04-29T08:47:36.928Z] Step 3/23 : WORKDIR /edgex-go [2021-04-29T08:47:36.928Z] ---> Using cache [2021-04-29T08:47:36.928Z] ---> 07da3d9a9e5a [2021-04-29T08:47:36.928Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:47:36.928Z] ---> Using cache [2021-04-29T08:47:36.928Z] ---> 660f58a098a6 [2021-04-29T08:47:36.928Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-29T08:47:37.919Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-29T08:47:39.910Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:47:39.910Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:47:39.910Z] ---> 16bf5d0065a4 [2021-04-29T08:47:39.910Z] Step 3/22 : WORKDIR /edgex-go [2021-04-29T08:47:39.910Z] ---> Using cache [2021-04-29T08:47:39.910Z] ---> 07da3d9a9e5a [2021-04-29T08:47:39.910Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:47:39.910Z] ---> Using cache [2021-04-29T08:47:39.910Z] ---> 660f58a098a6 [2021-04-29T08:47:39.910Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-29T08:47:40.504Z] 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-29T08:47:44.813Z] ---> Running in ba7dfe715f1b [2021-04-29T08:47:44.813Z] ---> Running in 2df1a782b2a4 [2021-04-29T08:47:46.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:47:46.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:47:47.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:47:47.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:47:48.017Z] OK: 217 MiB in 51 packages [2021-04-29T08:47:48.292Z] OK: 217 MiB in 51 packages [2021-04-29T08:47:48.721Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-29T08:47:48.721Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-29T08:47:48.721Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-29T08:47:48.721Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-29T08:47:48.721Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-29T08:47:48.721Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-29T08:47:48.721Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-29T08:47:48.721Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-29T08:47:48.721Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-29T08:47:48.721Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-29T08:47:48.721Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-29T08:47:48.721Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-29T08:47:48.721Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-29T08:47:48.721Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-29T08:47:48.721Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-29T08:47:48.721Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-29T08:47:48.721Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-29T08:47:48.721Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-29T08:47:48.721Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-29T08:47:48.721Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-29T08:47:48.721Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-29T08:47:48.721Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-29T08:47:48.721Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-29T08:47:48.721Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-29T08:47:48.721Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-29T08:47:48.721Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-29T08:47:48.721Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-29T08:47:48.721Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-29T08:47:48.721Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-29T08:47:48.721Z] Fetched 224 kB in 0s (0 B/s) [2021-04-29T08:47:48.721Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-29T08:47:48.721Z] Fetched 157 kB in 0s (0 B/s) [2021-04-29T08:47:48.721Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-29T08:47:48.721Z] Fetched 221 kB in 0s (0 B/s) [2021-04-29T08:47:48.721Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-29T08:47:48.721Z] Fetched 143 kB in 0s (0 B/s) [2021-04-29T08:47:48.721Z] Pulling app-service-config [2021-04-29T08:47:48.721Z] + snapcraftctl pull [2021-04-29T08:47:48.982Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-29T08:47:49.553Z] Pulling config-common [2021-04-29T08:47:49.553Z] + snapcraftctl pull [2021-04-29T08:47:53.732Z] Removing intermediate container ba7dfe715f1b [2021-04-29T08:47:53.732Z] ---> f4fa9554a115 [2021-04-29T08:47:53.732Z] Step 6/23 : COPY go.mod . [2021-04-29T08:47:53.732Z] Removing intermediate container 2df1a782b2a4 [2021-04-29T08:47:53.732Z] ---> 105f8907e014 [2021-04-29T08:47:53.732Z] Step 6/22 : COPY go.mod . [2021-04-29T08:47:54.723Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:47:54.723Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:47:54.723Z] ---> 16bf5d0065a4 [2021-04-29T08:47:54.723Z] Step 3/21 : WORKDIR /edgex-go [2021-04-29T08:47:54.723Z] ---> Using cache [2021-04-29T08:47:54.723Z] ---> 07da3d9a9e5a [2021-04-29T08:47:54.723Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:47:54.723Z] ---> Using cache [2021-04-29T08:47:54.723Z] ---> 660f58a098a6 [2021-04-29T08:47:54.723Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-29T08:47:54.723Z] ---> Using cache [2021-04-29T08:47:54.723Z] ---> 105f8907e014 [2021-04-29T08:47:54.723Z] Step 6/21 : COPY go.mod . [2021-04-29T08:47:54.723Z] ---> Using cache [2021-04-29T08:47:54.723Z] ---> 35d924a29458 [2021-04-29T08:47:54.723Z] Step 7/21 : RUN go mod download [2021-04-29T08:47:54.723Z] ---> 7cc884843039 [2021-04-29T08:47:54.723Z] Step 7/23 : RUN go mod download [2021-04-29T08:47:54.723Z] ---> 35d924a29458 [2021-04-29T08:47:54.723Z] Step 7/22 : RUN go mod download [2021-04-29T08:47:54.839Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-29T08:47:54.839Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-29T08:47:54.839Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-29T08:47:54.839Z] Fetched 0 B in 0s (0 B/s) [2021-04-29T08:47:54.839Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-29T08:47:54.839Z] Fetched 0 B in 0s (0 B/s) [2021-04-29T08:47:54.839Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-29T08:47:54.839Z] Fetched 0 B in 0s (0 B/s) [2021-04-29T08:47:54.839Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-29T08:47:54.839Z] Fetched 0 B in 0s (0 B/s) [2021-04-29T08:47:54.839Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-29T08:47:54.839Z] Fetched 0 B in 0s (0 B/s) [2021-04-29T08:47:54.839Z] Pulling edgex-go [2021-04-29T08:47:54.839Z] + snapcraftctl pull [2021-04-29T08:47:55.001Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-29T08:47:55.001Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-29T08:47:55.001Z] ---> 16bf5d0065a4 [2021-04-29T08:47:55.001Z] Step 3/23 : WORKDIR /edgex-go [2021-04-29T08:47:55.001Z] ---> Using cache [2021-04-29T08:47:55.001Z] ---> 07da3d9a9e5a [2021-04-29T08:47:55.001Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T08:47:55.001Z] ---> Using cache [2021-04-29T08:47:55.001Z] ---> 660f58a098a6 [2021-04-29T08:47:55.001Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-29T08:47:55.001Z] ---> Using cache [2021-04-29T08:47:55.001Z] ---> 105f8907e014 [2021-04-29T08:47:55.001Z] Step 6/23 : COPY go.mod . [2021-04-29T08:47:55.001Z] ---> Using cache [2021-04-29T08:47:55.001Z] ---> 35d924a29458 [2021-04-29T08:47:55.001Z] Step 7/23 : RUN go mod download [2021-04-29T08:47:55.001Z] ---> Running in 0260f3cd4fa8 [2021-04-29T08:47:55.001Z] ---> Running in fb48d09d05dc [2021-04-29T08:47:55.001Z] ---> Running in d140fc7bf7ad [2021-04-29T08:47:55.001Z] ---> Running in d4a6fdc4f7e1 [2021-04-29T08:47:56.447Z] Removing intermediate container 4a173331a261 [2021-04-29T08:47:56.447Z] ---> cde08af2a9cb [2021-04-29T08:47:56.447Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-29T08:47:56.727Z] ---> Running in b58c203ed8e2 [2021-04-29T08:47:57.719Z] Removing intermediate container b58c203ed8e2 [2021-04-29T08:47:57.719Z] ---> d40d2a8cc3f8 [2021-04-29T08:47:57.719Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-29T08:47:57.719Z] ---> Running in bb9593902e85 [2021-04-29T08:47:58.325Z] Removing intermediate container bb9593902e85 [2021-04-29T08:47:58.325Z] ---> 73c11ec84691 [2021-04-29T08:47:58.325Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-29T08:48:00.312Z] Removing intermediate container 0260f3cd4fa8 [2021-04-29T08:48:00.312Z] ---> 2e7c736729ad [2021-04-29T08:48:00.312Z] Step 8/21 : COPY . . [2021-04-29T08:48:00.312Z] ---> 817200ca81d9 [2021-04-29T08:48:00.312Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-29T08:48:00.312Z] Removing intermediate container fb48d09d05dc [2021-04-29T08:48:00.312Z] ---> 7125a50e73e4 [2021-04-29T08:48:00.312Z] Step 8/23 : COPY . . [2021-04-29T08:48:00.312Z] Removing intermediate container d140fc7bf7ad [2021-04-29T08:48:00.312Z] ---> 4f04c70ec637 [2021-04-29T08:48:00.312Z] Step 8/23 : COPY . . [2021-04-29T08:48:00.588Z] Removing intermediate container d4a6fdc4f7e1 [2021-04-29T08:48:00.588Z] ---> 53aee33509e3 [2021-04-29T08:48:00.588Z] Step 8/22 : COPY . . [2021-04-29T08:48:03.209Z] ---> dfaefdbf9196 [2021-04-29T08:48:03.209Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-29T08:48:09.997Z] ---> 2641d441b2ae [2021-04-29T08:48:09.997Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-29T08:48:09.997Z] ---> Running in 8e3cf9d13c18 [2021-04-29T08:48:10.985Z] Removing intermediate container 8e3cf9d13c18 [2021-04-29T08:48:10.985Z] ---> 7b541de36c56 [2021-04-29T08:48:10.985Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:48:11.980Z] ---> Running in 00fe07dfcf52 [2021-04-29T08:48:13.473Z] Removing intermediate container 00fe07dfcf52 [2021-04-29T08:48:13.473Z] ---> dd000bfc3341 [2021-04-29T08:48:13.473Z] Step 21/23 : LABEL arch=arm64 [2021-04-29T08:48:14.072Z] ---> Running in da6571421beb [2021-04-29T08:48:16.063Z] Removing intermediate container da6571421beb [2021-04-29T08:48:16.063Z] ---> 0692f310a53f [2021-04-29T08:48:16.063Z] Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:48:16.794Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-29T08:48:16.794Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-29T08:48:16.794Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-29T08:48:16.794Z] Fetched 0 B in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-29T08:48:16.794Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-29T08:48:16.794Z] Fetched 279 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-29T08:48:16.794Z] Fetched 122 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-29T08:48:16.794Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-29T08:48:16.794Z] Fetched 8848 B in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-29T08:48:16.794Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-29T08:48:16.794Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-29T08:48:16.794Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-29T08:48:16.794Z] Fetched 219 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-29T08:48:16.794Z] Fetched 154 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-29T08:48:16.794Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-29T08:48:16.794Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-29T08:48:16.794Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-29T08:48:16.794Z] Fetched 499 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-29T08:48:16.794Z] Fetched 111 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-29T08:48:16.794Z] Fetched 240 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-29T08:48:16.794Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-29T08:48:16.794Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-29T08:48:16.794Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-29T08:48:16.794Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-29T08:48:16.794Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-29T08:48:16.794Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-29T08:48:16.794Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-29T08:48:16.794Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-29T08:48:16.794Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-29T08:48:16.795Z] Fetched 8720 B in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-29T08:48:16.795Z] Fetched 137 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-29T08:48:16.795Z] Fetched 119 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-29T08:48:16.795Z] Fetched 110 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-29T08:48:16.795Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-29T08:48:16.795Z] Fetched 645 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-29T08:48:16.795Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-29T08:48:16.795Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-29T08:48:16.795Z] Fetched 368 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-29T08:48:16.795Z] Fetched 187 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-29T08:48:16.795Z] Fetched 175 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-29T08:48:16.795Z] Fetched 206 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-29T08:48:16.795Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-29T08:48:16.795Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-29T08:48:16.795Z] Fetched 159 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-29T08:48:16.795Z] Fetched 107 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-29T08:48:16.795Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-29T08:48:16.795Z] Pulling static-packages [2021-04-29T08:48:16.795Z] + snapcraftctl pull [2021-04-29T08:48:16.795Z] Pulling version [2021-04-29T08:48:16.795Z] + cd /root/project [2021-04-29T08:48:16.795Z] + [ -f VERSION ] [2021-04-29T08:48:16.795Z] + PROJECT_VERSION=local-dev [2021-04-29T08:48:16.795Z] + git rev-parse --short HEAD [2021-04-29T08:48:16.795Z] + GIT_REVISION=277b3984 [2021-04-29T08:48:16.795Z] + snapcraftctl set-version local-dev [2021-04-29T08:48:17.047Z] ---> Running in ee55b0e17351 [2021-04-29T08:48:17.364Z] Skipping build go-build-helper (already ran) [2021-04-29T08:48:17.624Z] Building app-service-config [2021-04-29T08:48:17.624Z] + make build [2021-04-29T08:48:17.624Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-29T08:48:18.495Z] Removing intermediate container ee55b0e17351 [2021-04-29T08:48:18.495Z] ---> c292f7b27bde [2021-04-29T08:48:18.495Z] Step 23/23 : LABEL version=0.0.0 [2021-04-29T08:48:19.539Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-04-29T08:48:19.539Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-29T08:48:19.539Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-04-29T08:48:19.539Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-04-29T08:48:19.539Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-29T08:48:19.539Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-29T08:48:19.798Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-29T08:48:19.798Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-29T08:48:20.058Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-29T08:48:20.319Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-29T08:48:20.319Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-29T08:48:20.319Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-29T08:48:20.319Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-29T08:48:20.319Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-29T08:48:20.319Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-29T08:48:20.319Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-29T08:48:20.319Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-29T08:48:20.319Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-29T08:48:20.319Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-29T08:48:20.319Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-29T08:48:20.319Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-29T08:48:20.499Z] ---> Running in 7f3f1cdb2431 [2021-04-29T08:48:20.586Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-29T08:48:20.586Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-29T08:48:20.586Z] go: downloading golang.org/x/text v0.3.2 [2021-04-29T08:48:20.586Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-29T08:48:20.586Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-29T08:48:20.586Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-29T08:48:20.863Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-29T08:48:20.863Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-29T08:48:20.863Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-29T08:48:20.863Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-29T08:48:20.863Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-29T08:48:20.863Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-29T08:48:20.863Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-29T08:48:20.863Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-29T08:48:20.863Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-29T08:48:20.863Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-29T08:48:20.863Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-29T08:48:20.863Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-29T08:48:20.863Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-29T08:48:20.863Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-29T08:48:21.125Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-29T08:48:21.125Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-29T08:48:21.125Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-29T08:48:21.125Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-29T08:48:21.488Z] Removing intermediate container 7f3f1cdb2431 [2021-04-29T08:48:21.488Z] ---> 7108797e053c [2021-04-29T08:48:21.488Z] [2021-04-29T08:48:22.491Z] Successfully built 7108797e053c [2021-04-29T08:48:22.491Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-29T08:48:22.769Z]  Building docker-sys-mgmt-agent-go ... done  ---> 05d6f2f071fc [2021-04-29T08:48:22.769Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-29T08:48:23.052Z] ---> Running in f086e32da604 [2021-04-29T08:48:23.670Z] ---> 2bad41d584bd [2021-04-29T08:48:23.670Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-29T08:48:23.941Z] ---> 71f83cc0ff1c [2021-04-29T08:48:23.941Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-29T08:48:23.941Z] ---> 41a0c151283e [2021-04-29T08:48:23.941Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-29T08:48:23.941Z] ---> Running in e49b81631a27 [2021-04-29T08:48:23.941Z] ---> Running in c9b6ebc59682 [2021-04-29T08:48:23.941Z] ---> Running in daceccac9518 [2021-04-29T08:48:24.534Z] 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-29T08:48:25.974Z] 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-29T08:48:26.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-29T08:48:26.251Z] 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-29T08:48:33.347Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-29T08:48:33.347Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-29T08:48:33.347Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-29T08:48:33.347Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-29T08:48:33.347Z] Building config-common [2021-04-29T08:48:33.347Z] + snapcraftctl build [2021-04-29T08:48:36.643Z] Building edgex-go [2021-04-29T08:48:36.643Z] + cd /root/parts/edgex-go/src [2021-04-29T08:48:36.643Z] + make build [2021-04-29T08:48:36.643Z] 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-29T08:48:37.214Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-29T08:48:37.214Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-29T08:48:37.214Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-29T08:48:37.214Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-29T08:48:41.413Z] 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-29T08:48:41.413Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-29T08:48:48.009Z] 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-29T08:48:48.949Z] 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-29T08:48:50.861Z] 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-29T08:48:51.121Z] 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-29T08:48:51.121Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-29T08:48:51.381Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-29T08:48:51.381Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-29T08:48:51.381Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-29T08:48:53.296Z] 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-29T08:48:53.296Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-29T08:48:53.296Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-29T08:48:55.221Z] 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-29T08:48:56.661Z] 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-29T08:48:58.128Z] 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-29T08:48:59.511Z] 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-29T08:48:59.511Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-29T08:49:00.896Z] 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-29T08:49:00.897Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-29T08:49:03.438Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-29T08:49:03.438Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-29T08:49:03.438Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-29T08:49:03.438Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-29T08:49:03.438Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-29T08:49:03.438Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-29T08:49:03.438Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-29T08:49:03.438Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-29T08:49:03.438Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-29T08:49:03.438Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-29T08:49:03.438Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-29T08:49:03.438Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-29T08:49:03.438Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-29T08:49:03.438Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-29T08:49:03.438Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-29T08:49:03.438Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-29T08:49:03.438Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-29T08:49:03.438Z] + 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-29T08:49:03.438Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-29T08:49:03.438Z] + 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-29T08:49:03.438Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-29T08:49:03.438Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-29T08:49:03.438Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-29T08:49:03.438Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-29T08:49:03.438Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-29T08:49:03.439Z] + 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-29T08:49:06.731Z] Building static-packages [2021-04-29T08:49:06.731Z] + snapcraftctl build [2021-04-29T08:49:09.278Z] Building version [2021-04-29T08:49:09.278Z] + snapcraftctl build [2021-04-29T08:49:11.838Z] Skipping stage go-build-helper (already ran) [2021-04-29T08:49:11.838Z] Staging app-service-config [2021-04-29T08:49:11.838Z] + snapcraftctl stage [2021-04-29T08:49:12.782Z] Staging config-common [2021-04-29T08:49:12.782Z] + snapcraftctl stage [2021-04-29T08:49:13.727Z] Staging edgex-go [2021-04-29T08:49:13.727Z] + snapcraftctl stage [2021-04-29T08:49:15.117Z] Staging static-packages [2021-04-29T08:49:15.117Z] + snapcraftctl stage [2021-04-29T08:49:16.505Z] Staging version [2021-04-29T08:49:16.505Z] + snapcraftctl stage [2021-04-29T08:49:17.449Z] Priming go-build-helper [2021-04-29T08:49:17.449Z] + snapcraftctl prime [2021-04-29T08:49:18.392Z] Priming app-service-config [2021-04-29T08:49:18.392Z] + snapcraftctl prime [2021-04-29T08:49:19.775Z] Priming config-common [2021-04-29T08:49:19.775Z] + snapcraftctl prime [2021-04-29T08:49:21.160Z] Priming edgex-go [2021-04-29T08:49:21.160Z] + snapcraftctl prime [2021-04-29T08:49:22.547Z] Priming static-packages [2021-04-29T08:49:22.547Z] + snapcraftctl prime [2021-04-29T08:49:25.093Z] Priming version [2021-04-29T08:49:25.093Z] + snapcraftctl prime [2021-04-29T08:49:26.037Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-29T08:50:03.237Z] 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-29T08:50:07.617Z] Removing intermediate container f086e32da604 [2021-04-29T08:50:07.617Z] ---> 9544c2d14270 [2021-04-29T08:50:07.617Z] [2021-04-29T08:50:07.617Z] Step 10/21 : FROM alpine:3.12 [2021-04-29T08:50:07.617Z] ---> 9852663dfa18 [2021-04-29T08:50:07.617Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-29T08:50:07.617Z] ---> Running in 9f140fae8ff5 [2021-04-29T08:50:09.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:50:09.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:50:09.951Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-29T08:50:10.226Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-29T08:50:10.226Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-29T08:50:10.226Z] (4/4) Installing curl (7.76.1-r0) [2021-04-29T08:50:10.226Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:50:10.226Z] Executing ca-certificates-20191127-r4.trigger [2021-04-29T08:50:10.503Z] OK: 7 MiB in 18 packages [2021-04-29T08:50:13.157Z] Removing intermediate container 9f140fae8ff5 [2021-04-29T08:50:13.157Z] ---> 638b2cf49c84 [2021-04-29T08:50:13.157Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-29T08:50:13.463Z] ---> Running in 594d0ed01763 [2021-04-29T08:50:14.471Z] Removing intermediate container 594d0ed01763 [2021-04-29T08:50:14.471Z] ---> 18e3899ae3ac [2021-04-29T08:50:14.471Z] Step 13/21 : WORKDIR /edgex [2021-04-29T08:50:14.471Z] ---> Running in ef0b6feee242 [2021-04-29T08:50:15.474Z] Removing intermediate container ef0b6feee242 [2021-04-29T08:50:15.474Z] ---> 79cc4a5f4e3c [2021-04-29T08:50:15.474Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-29T08:50:17.506Z] ---> 6aa2488a548f [2021-04-29T08:50:17.506Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-29T08:50:18.105Z] Removing intermediate container e49b81631a27 [2021-04-29T08:50:18.106Z] ---> 6113ad950e8a [2021-04-29T08:50:18.106Z] [2021-04-29T08:50:18.106Z] Step 10/23 : FROM alpine:3.12 [2021-04-29T08:50:18.106Z] ---> 9852663dfa18 [2021-04-29T08:50:18.106Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-29T08:50:18.387Z] ---> Running in 2b7f39623298 [2021-04-29T08:50:19.374Z] ---> ec9dd1532e6d [2021-04-29T08:50:19.374Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-29T08:50:19.977Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:50:19.977Z] Removing intermediate container c9b6ebc59682 [2021-04-29T08:50:19.977Z] ---> ba78116a7dae [2021-04-29T08:50:19.977Z] [2021-04-29T08:50:19.977Z] Step 10/22 : FROM alpine:3.12 [2021-04-29T08:50:19.977Z] ---> 9852663dfa18 [2021-04-29T08:50:19.977Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-29T08:50:20.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:50:20.252Z] ---> Running in 8ebbe23b6f47 [2021-04-29T08:50:21.239Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-29T08:50:21.240Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:50:21.240Z] ---> c1a7d97ba3ed [2021-04-29T08:50:21.240Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-29T08:50:21.240Z] OK: 5 MiB in 15 packages [2021-04-29T08:50:21.240Z] ---> Running in a23e443f4c79 [2021-04-29T08:50:21.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T08:50:22.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T08:50:22.120Z] Removing intermediate container a23e443f4c79 [2021-04-29T08:50:22.120Z] ---> d4560ba902db [2021-04-29T08:50:22.120Z] Step 18/21 : CMD ["--init=true"] [2021-04-29T08:50:22.396Z] ---> Running in 7cdb098a4ca6 [2021-04-29T08:50:22.675Z] Removing intermediate container 2b7f39623298 [2021-04-29T08:50:22.675Z] ---> 3a994c895c24 [2021-04-29T08:50:22.675Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-29T08:50:22.675Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-29T08:50:22.675Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T08:50:22.675Z] OK: 5 MiB in 15 packages [2021-04-29T08:50:22.952Z] ---> Running in 4b1e1d198544 [2021-04-29T08:50:23.238Z] Removing intermediate container 7cdb098a4ca6 [2021-04-29T08:50:23.238Z] ---> 8aa6bca64d8a [2021-04-29T08:50:23.238Z] Step 19/21 : LABEL arch=arm64 [2021-04-29T08:50:23.516Z] ---> Running in d3623b872e44 [2021-04-29T08:50:23.516Z] Removing intermediate container 4b1e1d198544 [2021-04-29T08:50:23.516Z] ---> b67f69826941 [2021-04-29T08:50:23.516Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-29T08:50:23.793Z] ---> Running in f51f3b95ae5f [2021-04-29T08:50:24.397Z] Removing intermediate container d3623b872e44 [2021-04-29T08:50:24.397Z] ---> 8534b00b9928 [2021-04-29T08:50:24.397Z] Step 20/21 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:50:24.676Z] Removing intermediate container 8ebbe23b6f47 [2021-04-29T08:50:24.676Z] ---> 6751b47d6936 [2021-04-29T08:50:24.676Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-29T08:50:24.676Z] ---> Running in 7a6eb4056d51 [2021-04-29T08:50:24.676Z] Removing intermediate container f51f3b95ae5f [2021-04-29T08:50:24.676Z] ---> 247c34c1baf2 [2021-04-29T08:50:24.676Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-29T08:50:24.951Z] ---> Running in 96f1b3924be5 [2021-04-29T08:50:24.951Z] ---> Running in ad579f280ba3 [2021-04-29T08:50:25.224Z] Removing intermediate container 7a6eb4056d51 [2021-04-29T08:50:25.224Z] ---> 39eb9d44e881 [2021-04-29T08:50:25.224Z] Step 21/21 : LABEL version=0.0.0 [2021-04-29T08:50:25.508Z] Removing intermediate container 96f1b3924be5 [2021-04-29T08:50:25.508Z] ---> bfbdd45b262a [2021-04-29T08:50:25.508Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-29T08:50:25.508Z] Removing intermediate container daceccac9518 [2021-04-29T08:50:25.508Z] ---> f529cf47b1bc [2021-04-29T08:50:25.508Z] [2021-04-29T08:50:25.508Z] Step 10/23 : FROM alpine:3.12 [2021-04-29T08:50:25.508Z] ---> 9852663dfa18 [2021-04-29T08:50:25.508Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-29T08:50:25.508Z] ---> Using cache [2021-04-29T08:50:25.508Z] ---> 6751b47d6936 [2021-04-29T08:50:25.508Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-29T08:50:25.508Z] ---> Running in 96034c25767b [2021-04-29T08:50:25.508Z] ---> Using cache [2021-04-29T08:50:25.508Z] ---> bfbdd45b262a [2021-04-29T08:50:25.508Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-29T08:50:25.784Z] ---> Running in dd41941840e9 [2021-04-29T08:50:25.784Z] Removing intermediate container ad579f280ba3 [2021-04-29T08:50:25.784Z] ---> b822cee4e83d [2021-04-29T08:50:25.784Z] Step 15/23 : WORKDIR / [2021-04-29T08:50:25.784Z] ---> Running in f0bd93bd7938 [2021-04-29T08:50:26.061Z] ---> Running in f0f4b17591b0 [2021-04-29T08:50:26.061Z] Removing intermediate container 96034c25767b [2021-04-29T08:50:26.061Z] ---> b6b373df7a19 [2021-04-29T08:50:26.061Z] [2021-04-29T08:50:26.335Z] Removing intermediate container dd41941840e9 [2021-04-29T08:50:26.335Z] ---> 0ea396d402be [2021-04-29T08:50:26.335Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-29T08:50:26.609Z] Removing intermediate container f0bd93bd7938 [2021-04-29T08:50:26.609Z] ---> 871f2baeea97 [2021-04-29T08:50:26.609Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-29T08:50:26.609Z] Successfully built b6b373df7a19 [2021-04-29T08:50:26.881Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-29T08:50:26.881Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 66773f51f0e2 [2021-04-29T08:50:26.881Z] Removing intermediate container f0f4b17591b0 [2021-04-29T08:50:26.881Z] ---> 745fc9a77dc0 [2021-04-29T08:50:26.881Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:50:26.881Z] ---> Running in 98aed952cd56 [2021-04-29T08:50:27.164Z] Removing intermediate container 66773f51f0e2 [2021-04-29T08:50:27.164Z] ---> 8d952b0d6cb2 [2021-04-29T08:50:27.164Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:50:27.450Z] Removing intermediate container 98aed952cd56 [2021-04-29T08:50:27.450Z] ---> 09ef5c274da2 [2021-04-29T08:50:27.450Z] Step 15/23 : WORKDIR / [2021-04-29T08:50:27.450Z] ---> Running in 0c4d16d95fd1 [2021-04-29T08:50:27.450Z] ---> c4e936665be1 [2021-04-29T08:50:27.450Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-29T08:50:28.052Z] ---> 1c95c0c4176d [2021-04-29T08:50:28.052Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-29T08:50:28.052Z] Removing intermediate container 0c4d16d95fd1 [2021-04-29T08:50:28.052Z] ---> 3d7872cf9d77 [2021-04-29T08:50:28.052Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-29T08:50:29.045Z] ---> f4c61ff9ac35 [2021-04-29T08:50:29.045Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-29T08:50:29.323Z] ---> 0a0febec80ef [2021-04-29T08:50:29.323Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-29T08:50:29.323Z] ---> 9c44cc0351df [2021-04-29T08:50:29.323Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-29T08:50:30.310Z] ---> 62866b459ee2 [2021-04-29T08:50:30.310Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-29T08:50:30.310Z] ---> Running in f4dd1c49ea17 [2021-04-29T08:50:30.587Z] ---> 5a93c6cd6992 [2021-04-29T08:50:30.587Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-29T08:50:30.587Z] ---> 1bfdd227c48f [2021-04-29T08:50:30.587Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-29T08:50:30.587Z] ---> Running in 4c5e0f609a4a [2021-04-29T08:50:30.876Z] Removing intermediate container f4dd1c49ea17 [2021-04-29T08:50:30.876Z] ---> 442c8d1b97b5 [2021-04-29T08:50:30.876Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:50:31.153Z] ---> Running in b804fd0cf8e7 [2021-04-29T08:50:31.153Z] Removing intermediate container 4c5e0f609a4a [2021-04-29T08:50:31.153Z] ---> 77ed7dd71017 [2021-04-29T08:50:31.153Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:50:31.439Z] ---> 3dd7ba70d211 [2021-04-29T08:50:31.439Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-29T08:50:31.439Z] ---> Running in 57e6deb9a03c [2021-04-29T08:50:31.715Z] ---> Running in 8c5be35b3e35 [2021-04-29T08:50:31.715Z] Removing intermediate container b804fd0cf8e7 [2021-04-29T08:50:31.715Z] ---> bb03fe08d3f7 [2021-04-29T08:50:31.715Z] Step 21/23 : LABEL arch=arm64 [2021-04-29T08:50:31.989Z] ---> Running in c7429745c06e [2021-04-29T08:50:31.989Z] Removing intermediate container 57e6deb9a03c [2021-04-29T08:50:31.989Z] ---> 9f6fa009a37e [2021-04-29T08:50:31.989Z] Step 20/22 : LABEL arch=arm64 [2021-04-29T08:50:32.273Z] ---> Running in 9aa742bc9007 [2021-04-29T08:50:32.273Z] Removing intermediate container 8c5be35b3e35 [2021-04-29T08:50:32.273Z] ---> 10a5dac021c3 [2021-04-29T08:50:32.273Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T08:50:32.273Z] Removing intermediate container c7429745c06e [2021-04-29T08:50:32.273Z] ---> 9b1c1d4d3958 [2021-04-29T08:50:32.273Z] Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:50:32.557Z] ---> Running in 6bdfec68606e [2021-04-29T08:50:32.557Z] ---> Running in b640905382f2 [2021-04-29T08:50:32.557Z] Removing intermediate container 9aa742bc9007 [2021-04-29T08:50:32.557Z] ---> 259aad7d8332 [2021-04-29T08:50:32.835Z] Step 21/22 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:50:32.835Z] ---> Running in 53b604cf3d44 [2021-04-29T08:50:32.835Z] Removing intermediate container 6bdfec68606e [2021-04-29T08:50:32.835Z] ---> 02b6b2d03fff [2021-04-29T08:50:33.114Z] Step 21/23 : LABEL arch=arm64 [2021-04-29T08:50:33.114Z] Removing intermediate container b640905382f2 [2021-04-29T08:50:33.114Z] ---> ccb75d301089 [2021-04-29T08:50:33.114Z] Step 23/23 : LABEL version=0.0.0 [2021-04-29T08:50:33.114Z] ---> Running in 1e8fa34a1bda [2021-04-29T08:50:33.391Z] ---> Running in 90130073d691 [2021-04-29T08:50:33.391Z] Removing intermediate container 53b604cf3d44 [2021-04-29T08:50:33.391Z] ---> d63664ceedca [2021-04-29T08:50:33.391Z] Step 22/22 : LABEL version=0.0.0 [2021-04-29T08:50:33.668Z] ---> Running in 2db49a4d49b2 [2021-04-29T08:50:33.668Z] Removing intermediate container 1e8fa34a1bda [2021-04-29T08:50:33.668Z] ---> b5c5a3a3733e [2021-04-29T08:50:33.668Z] Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 [2021-04-29T08:50:33.668Z] Removing intermediate container 90130073d691 [2021-04-29T08:50:33.668Z] ---> 2dcf85f77829 [2021-04-29T08:50:33.668Z] [2021-04-29T08:50:33.945Z] ---> Running in b96104810b98 [2021-04-29T08:50:33.945Z] Removing intermediate container 2db49a4d49b2 [2021-04-29T08:50:33.945Z] ---> faa058370631 [2021-04-29T08:50:33.945Z] [2021-04-29T08:50:34.222Z] Successfully built 2dcf85f77829 [2021-04-29T08:50:34.222Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-29T08:50:34.498Z]  Building docker-core-command-go ... done Removing intermediate container b96104810b98 [2021-04-29T08:50:34.498Z] ---> 4e2dc51c92b3 [2021-04-29T08:50:34.498Z] Step 23/23 : LABEL version=0.0.0 [2021-04-29T08:50:34.498Z] Successfully built faa058370631 [2021-04-29T08:50:34.774Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-29T08:50:34.774Z]  Building docker-support-scheduler-go ... done  ---> Running in f3f15102b40d [2021-04-29T08:50:35.055Z] Removing intermediate container f3f15102b40d [2021-04-29T08:50:35.055Z] ---> eaecf62d34d3 [2021-04-29T08:50:35.055Z] [2021-04-29T08:50:35.651Z] Successfully built eaecf62d34d3 [2021-04-29T08:50:35.651Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-29T08:50:35.939Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-04-29T08:50:35.958Z] $ docker stop --time=1 639d1fdb02bdc9cd4654fd9463fc48d93bd09ba65d054e57b4bd1264fd986311 [2021-04-29T08:50:37.827Z] $ docker rm -f 639d1fdb02bdc9cd4654fd9463fc48d93bd09ba65d054e57b4bd1264fd986311 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-29T08:50:38.387Z] + grep docker [2021-04-29T08:50:38.387Z] + docker images [2021-04-29T08:50:38.656Z] docker-core-metadata-go-arm64 latest eaecf62d34d3 4 seconds ago 18.1MB [2021-04-29T08:50:38.656Z] docker-core-command-go-arm64 latest 2dcf85f77829 5 seconds ago 16.5MB [2021-04-29T08:50:38.656Z] docker-support-scheduler-go-arm64 latest faa058370631 5 seconds ago 16.6MB [2021-04-29T08:50:38.656Z] docker-security-proxy-setup-go-arm64 latest b6b373df7a19 13 seconds ago 24.6MB [2021-04-29T08:50:38.656Z] docker-sys-mgmt-agent-go-arm64 latest 7108797e053c 2 minutes ago 299MB [2021-04-29T08:50:38.656Z] docker-core-data-go-arm64 latest 63c550e5946a 3 minutes ago 21.6MB [2021-04-29T08:50:38.656Z] docker-security-bootstrapper-go-arm64 latest 771181c197df 3 minutes ago 18.1MB [2021-04-29T08:50:38.656Z] docker-security-secretstore-setup-go-arm64 latest 83561bb4b1e3 3 minutes ago 24.9MB [2021-04-29T08:50:38.656Z] docker-support-notifications-go-arm64 latest 5f68d6a50e8d 3 minutes ago 17.1MB [2021-04-29T08:50:38.656Z] 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-29T08:50:39.304Z] ---> job-cost.sh [2021-04-29T08:50:39.304Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-m3di [2021-04-29T08:51:26.200Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-29T08:53:02.987Z] lf-activate-venv(): INFO: Adding /tmp/venv-m3di/bin to PATH [2021-04-29T08:53:02.987Z] INFO: No Stack... [2021-04-29T08:53:02.987Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-29T08:53:02.987Z] INFO: Archiving Costs [Pipeline] sh [2021-04-29T08:53:03.323Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-04-29T08:53:03.323Z] + cut -d, -f6 [Pipeline] lock [2021-04-29T08:53:03.439Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3406-2-stack-cost] [2021-04-29T08:53:03.452Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3406-2-stack-cost] did not exist. Created. [2021-04-29T08:53:03.452Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3406-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-29T08:53:03.809Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-29T08:53:04.074Z] Stashed 1 file(s) [Pipeline] } [2021-04-29T08:53:04.089Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3406-2-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-29T08:53:05.137Z] provisioning config files... [2021-04-29T08:53:05.151Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config407933678597564261tmp [Pipeline] { [Pipeline] sh [2021-04-29T08:53:05.500Z] + set +x [2021-04-29T08:53:05.501Z] + curl -s https://codecov.io/bash [2021-04-29T08:53:05.501Z] + bash -s -- [2021-04-29T08:53:06.080Z] [2021-04-29T08:53:06.080Z] _____ _ [2021-04-29T08:53:06.080Z] / ____| | | [2021-04-29T08:53:06.080Z] | | ___ __| | ___ ___ _____ __ [2021-04-29T08:53:06.080Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-29T08:53:06.080Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-29T08:53:06.080Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-29T08:53:06.080Z] Bash-1.0.2 [2021-04-29T08:53:06.080Z] [2021-04-29T08:53:06.080Z] [2021-04-29T08:53:06.080Z] ==> git version 2.24.3 found [2021-04-29T08:53:06.080Z] ==> 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-29T08:53:06.080Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-29T08:53:06.080Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-29T08:53:06.080Z] ==> Jenkins CI detected. [2021-04-29T08:53:06.080Z] project root: . [2021-04-29T08:53:06.080Z] --> token set from env [2021-04-29T08:53:06.080Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-29T08:53:06.080Z] ==> Running gcov in . (disable via -X gcov) [2021-04-29T08:53:06.080Z] ==> Python coveragepy not found [2021-04-29T08:53:06.080Z] ==> Searching for coverage reports in: [2021-04-29T08:53:06.080Z] + . [2021-04-29T08:53:06.080Z] -> Found 1 reports [2021-04-29T08:53:06.080Z] ==> Detecting git/mercurial file structure [2021-04-29T08:53:06.344Z] ==> Reading reports [2021-04-29T08:53:06.344Z] + ./coverage.out bytes=691485 [2021-04-29T08:53:06.344Z] ==> Appending adjustments [2021-04-29T08:53:06.344Z] https://docs.codecov.io/docs/fixing-reports [2021-04-29T08:53:10.582Z] + Found adjustments [2021-04-29T08:53:10.582Z] ==> Gzipping contents [2021-04-29T08:53:10.582Z] 100K /tmp/codecov.0c5UtY.gz [2021-04-29T08:53:10.582Z] ==> Uploading reports [2021-04-29T08:53:10.582Z] url: https://codecov.io [2021-04-29T08:53:10.582Z] query: branch=PR-3406&commit=79d20967a9d109c3fbee4102c6caac819f357bd5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3406%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3406&job=&cmd_args= [2021-04-29T08:53:10.582Z] -> Pinging Codecov [2021-04-29T08:53:10.582Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3406&commit=79d20967a9d109c3fbee4102c6caac819f357bd5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3406%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3406&job=&cmd_args= [2021-04-29T08:53:11.161Z] -> Uploading to [2021-04-29T08:53:11.161Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-29/00271124DB129430A58F1EEE437C3FCB/79d20967a9d109c3fbee4102c6caac819f357bd5/10159538-f5e0-48d7-ad18-d57add4be6c7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210429%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210429T085311Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=908712389bb32c55cb2229aae49e2025c20a461ccd87d5a432a2da18414f8d6c [2021-04-29T08:53:11.161Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-29T08:53:11.161Z] Dload Upload Total Spent Left Speed [2021-04-29T08:53:12.004Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99340 0 0 100 99340 0 157k --:--:-- --:--:-- --:--:-- 157k [2021-04-29T08:53:12.004Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/79d20967a9d109c3fbee4102c6caac819f357bd5 [Pipeline] } [2021-04-29T08:53:12.016Z] 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-29T08:53:12.924Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T08:53:13.816Z] ---> package-listing.sh [2021-04-29T08:53:13.816Z] ++ facter osfamily [2021-04-29T08:53:13.816Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-29T08:53:13.816Z] + OS_FAMILY=redhat [2021-04-29T08:53:13.816Z] + workspace=/w/workspace/edgex-go/2 [2021-04-29T08:53:13.816Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-29T08:53:13.816Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-29T08:53:13.816Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-29T08:53:13.816Z] + PACKAGES=/tmp/packages_start.txt [2021-04-29T08:53:13.816Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-29T08:53:13.816Z] + PACKAGES=/tmp/packages_end.txt [2021-04-29T08:53:13.816Z] + case "${OS_FAMILY}" in [2021-04-29T08:53:13.816Z] + rpm -qa [2021-04-29T08:53:13.816Z] + sort [2021-04-29T08:53:19.137Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-29T08:53:19.137Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-29T08:53:19.137Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-29T08:53:19.137Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-29T08:53:19.137Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-29T08:53:19.137Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-29T08:53:19.155Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-29T08:53:19.459Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:53:19.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-29T08:53:20.040Z] [2021-04-29T08:53:20.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-29T08:53:20.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-29T08:53:20.501Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-29T08:53:20.501Z] df20fa9351a1: Pulling fs layer [2021-04-29T08:53:20.501Z] 36b3adc4ff6f: Pulling fs layer [2021-04-29T08:53:20.501Z] 8ad3a11d3b57: Pulling fs layer [2021-04-29T08:53:20.501Z] 46f8f816bc3b: Pulling fs layer [2021-04-29T08:53:20.501Z] 93b61091891f: Pulling fs layer [2021-04-29T08:53:20.501Z] 93b9cdb0e59b: Pulling fs layer [2021-04-29T08:53:20.501Z] 5e14af77c1be: Pulling fs layer [2021-04-29T08:53:20.501Z] 01666e4c0597: Pulling fs layer [2021-04-29T08:53:20.501Z] aa168da1d23b: Pulling fs layer [2021-04-29T08:53:20.501Z] 5e14af77c1be: Waiting [2021-04-29T08:53:20.501Z] 01666e4c0597: Waiting [2021-04-29T08:53:20.501Z] 46f8f816bc3b: Waiting [2021-04-29T08:53:20.501Z] 93b9cdb0e59b: Waiting [2021-04-29T08:53:20.501Z] aa168da1d23b: Waiting [2021-04-29T08:53:20.501Z] 93b61091891f: Waiting [2021-04-29T08:53:20.501Z] 36b3adc4ff6f: Verifying Checksum [2021-04-29T08:53:20.501Z] 36b3adc4ff6f: Download complete [2021-04-29T08:53:20.501Z] 46f8f816bc3b: Verifying Checksum [2021-04-29T08:53:20.501Z] 46f8f816bc3b: Download complete [2021-04-29T08:53:20.829Z] df20fa9351a1: Download complete [2021-04-29T08:53:20.829Z] 93b9cdb0e59b: Verifying Checksum [2021-04-29T08:53:20.829Z] 93b9cdb0e59b: Download complete [2021-04-29T08:53:20.829Z] 5e14af77c1be: Verifying Checksum [2021-04-29T08:53:20.829Z] 5e14af77c1be: Download complete [2021-04-29T08:53:20.829Z] 93b61091891f: Verifying Checksum [2021-04-29T08:53:20.829Z] 93b61091891f: Download complete [2021-04-29T08:53:20.829Z] 01666e4c0597: Verifying Checksum [2021-04-29T08:53:20.829Z] 01666e4c0597: Download complete [2021-04-29T08:53:21.131Z] 8ad3a11d3b57: Verifying Checksum [2021-04-29T08:53:21.131Z] 8ad3a11d3b57: Download complete [2021-04-29T08:53:21.131Z] df20fa9351a1: Pull complete [2021-04-29T08:53:21.885Z] 36b3adc4ff6f: Pull complete [2021-04-29T08:53:22.884Z] 8ad3a11d3b57: Pull complete [2021-04-29T08:53:22.884Z] 46f8f816bc3b: Pull complete [2021-04-29T08:53:23.468Z] 93b61091891f: Pull complete [2021-04-29T08:53:24.435Z] aa168da1d23b: Verifying Checksum [2021-04-29T08:53:24.435Z] aa168da1d23b: Download complete [2021-04-29T08:53:25.021Z] 93b9cdb0e59b: Pull complete [2021-04-29T08:53:25.290Z] 5e14af77c1be: Pull complete [2021-04-29T08:53:25.554Z] 01666e4c0597: Pull complete [2021-04-29T08:53:35.670Z] aa168da1d23b: Pull complete [2021-04-29T08:53:35.670Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-29T08:53:35.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-29T08:53:35.670Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-29T08:53:35.904Z] prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container [2021-04-29T08:53:35.976Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:alpine cat [2021-04-29T08:53:41.462Z] $ docker top d94c3f38d4aa93f55a8770981c963b91dbf2f1cac1e30eacb746d6f0e33213a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T08:53:42.078Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-29T08:53:42.416Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-29T08:53:42.723Z] + ls /var/log/sa-host [2021-04-29T08:53:42.723Z] + sadf -c /var/log/sa-host/sa23 [2021-04-29T08:53:42.723Z] file_magic: OK [2021-04-29T08:53:42.723Z] HZ: Using current value: 100 [2021-04-29T08:53:42.723Z] file_header: OK [2021-04-29T08:53:42.723Z] 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-29T08:53:42.723Z] Statistics: [2021-04-29T08:53:42.723Z] Hnuu...uuuununununu... [2021-04-29T08:53:42.723Z] File successfully converted to sysstat format version 12.2.1 [2021-04-29T08:53:42.723Z] + sadf -c /var/log/sa-host/sa29 [2021-04-29T08:53:42.723Z] file_magic: OK [2021-04-29T08:53:42.723Z] HZ: Using current value: 100 [2021-04-29T08:53:42.723Z] file_header: OK [2021-04-29T08:53:42.723Z] 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-29T08:53:42.723Z] Statistics: [2021-04-29T08:53:42.723Z] 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... [2021-04-29T08:53:42.723Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-29T08:53:42.897Z] provisioning config files... [2021-04-29T08:53:42.916Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4834409766761975001tmp [Pipeline] { [Pipeline] echo [2021-04-29T08:53:42.941Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T08:53:43.244Z] ---> create-netrc.sh [Pipeline] } [2021-04-29T08:53:43.254Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-29T08:53:43.280Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T08:53:43.585Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-29T08:53:43.599Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T08:53:43.905Z] ---> sudo-logs.sh [2021-04-29T08:53:43.906Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-29T08:53:43.945Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T08:53:44.249Z] ---> job-cost.sh [2021-04-29T08:53:44.250Z] lf-activate-venv: SKIPPING [2021-04-29T08:53:44.250Z] DEBUG: total: 0.20999999344348907 [2021-04-29T08:53:44.250Z] INFO: Retrieving Stack Cost... [2021-04-29T08:53:45.642Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-29T08:53:46.217Z] INFO: Archiving Costs [Pipeline] echo [2021-04-29T08:53:46.238Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T08:53:46.548Z] ---> logs-deploy.sh [2021-04-29T08:53:46.548Z] lf-activate-venv: SKIPPING [2021-04-29T08:53:46.548Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3406/2 [2021-04-29T08:53:46.548Z] INFO: archiving workspace using pattern(s): [2021-04-29T08:53:49.128Z] Archives upload complete. [2021-04-29T08:53:49.393Z] INFO: archiving logs to Nexus