Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 58f175f39c326a963567c19064a72a1694fab97f rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 58f175f39c326a963567c19064a72a1694fab97f 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3185 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/114 [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/114 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 58f175f39c326a963567c19064a72a1694fab97f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 51d360c7c4cebab8d333c2625d71fbe42797a194 Checking out Revision 51d360c7c4cebab8d333c2625d71fbe42797a194 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 58f175f39c326a963567c19064a72a1694fab97f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 51d360c7c4cebab8d333c2625d71fbe42797a194 # timeout=10 Commit message: "Merge commit '58f175f39c326a963567c19064a72a1694fab97f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T08:30:50.057Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T08:30:50.162Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T08:30:50.188Z] ========================================================= [2021-05-06T08:30:50.188Z] EdgeX Global Pipelines Version Info [2021-05-06T08:30:50.188Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5ca66f3e5f50b6b704d32fd95851e73d01959cda # timeout=10 [2021-05-06T08:30:51.769Z] ------------------- [2021-05-06T08:30:51.769Z] stable info: [2021-05-06T08:30:51.769Z] ------------------- [2021-05-06T08:30:51.769Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T08:30:51.769Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T08:30:51.769Z] Message: update stable to v1.0.191 [2021-05-06T08:30:52.717Z] ------------------- [2021-05-06T08:30:52.717Z] experimental info: [2021-05-06T08:30:52.717Z] ------------------- [2021-05-06T08:30:52.717Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T08:30:52.717Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T08:30:52.717Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T08:30:52.840Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-06T08:30:52.861Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-06T08:30:52.882Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T08:30:52.903Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T08:30:52.925Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T08:30:52.946Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T08:30:52.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T08:30:53.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-06T08:30:53.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-06T08:30:53.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-06T08:30:53.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T08:30:53.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T08:30:53.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T08:30:53.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T08:30:53.174Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T08:30:53.196Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T08:30:53.218Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T08:30:53.264Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T08:30:53.287Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-06T08:30:53.309Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-06T08:30:53.332Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-06T08:30:53.365Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T08:30:53.390Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-05-06T08:30:53.414Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-05-06T08:30:53.436Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-05-06T08:30:53.459Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 51d360c7c4cebab8d333c2625d71fbe42797a194 [Pipeline] echo [2021-05-06T08:30:53.481Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 51d360c [Pipeline] echo [2021-05-06T08:30:53.503Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T08:30:53.575Z] provisioning config files... [2021-05-06T08:30:53.610Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/114@tmp/config8590920269314757691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T08:30:53.928Z] ---> docker-login.sh [2021-05-06T08:30:53.928Z] nexus3.edgexfoundry.org:10001 [2021-05-06T08:30:54.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T08:30:54.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T08:30:54.192Z] Configure a credential helper to remove this warning. See [2021-05-06T08:30:54.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T08:30:54.192Z] [2021-05-06T08:30:54.192Z] Login Succeeded [2021-05-06T08:30:54.192Z] nexus3.edgexfoundry.org:10002 [2021-05-06T08:30:54.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T08:30:54.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T08:30:54.464Z] Configure a credential helper to remove this warning. See [2021-05-06T08:30:54.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T08:30:54.464Z] [2021-05-06T08:30:54.464Z] Login Succeeded [2021-05-06T08:30:54.464Z] nexus3.edgexfoundry.org:10003 [2021-05-06T08:30:54.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T08:30:54.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T08:30:54.725Z] Configure a credential helper to remove this warning. See [2021-05-06T08:30:54.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T08:30:54.725Z] [2021-05-06T08:30:54.725Z] Login Succeeded [2021-05-06T08:30:54.725Z] nexus3.edgexfoundry.org:10004 [2021-05-06T08:30:54.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T08:30:54.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T08:30:54.725Z] Configure a credential helper to remove this warning. See [2021-05-06T08:30:54.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T08:30:54.726Z] [2021-05-06T08:30:54.726Z] Login Succeeded [2021-05-06T08:30:54.726Z] docker.io [2021-05-06T08:30:54.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T08:30:55.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T08:30:55.250Z] Configure a credential helper to remove this warning. See [2021-05-06T08:30:55.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T08:30:55.250Z] [2021-05-06T08:30:55.250Z] Login Succeeded [2021-05-06T08:30:55.250Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T08:30:55.260Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T08:30:55.591Z] ++ 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-05-06T08:30:55.591Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T08:30:55.591Z] ++ dirname cmd/core-command/Dockerfile [2021-05-06T08:30:55.591Z] ++ cut -d/ -f2 [2021-05-06T08:30:55.591Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-06T08:30:55.591Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T08:30:55.591Z] ++ dirname cmd/core-data/Dockerfile [2021-05-06T08:30:55.591Z] ++ cut -d/ -f2 [2021-05-06T08:30:55.591Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-06T08:30:55.591Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T08:30:55.591Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-06T08:30:55.591Z] ++ cut -d/ -f2 [2021-05-06T08:30:55.591Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-06T08:30:55.591Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T08:30:55.591Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-06T08:30:55.591Z] ++ cut -d/ -f2 [2021-05-06T08:30:55.591Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-06T08:30:55.591Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T08:30:55.591Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-06T08:30:55.591Z] ++ cut -d/ -f2 [2021-05-06T08:30:55.591Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-06T08:30:55.591Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T08:30:55.591Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-06T08:30:55.591Z] ++ cut -d/ -f2 [2021-05-06T08:30:55.591Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-06T08:30:55.591Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T08:30:55.591Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-06T08:30:55.591Z] ++ cut -d/ -f2 [2021-05-06T08:30:55.591Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-06T08:30:55.591Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T08:30:55.591Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-06T08:30:55.591Z] ++ cut -d/ -f2 [2021-05-06T08:30:55.591Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-06T08:30:55.591Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T08:30:55.591Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-06T08:30:55.591Z] ++ cut -d/ -f2 [2021-05-06T08:30:55.591Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-06T08:30:55.686Z] 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-05-06T08:30:56.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T08:30:56.333Z] [2021-05-06T08:30:56.333Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:30:56.663Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T08:30:56.663Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T08:30:56.663Z] 31603596830f: Pulling fs layer [2021-05-06T08:30:56.663Z] 54011a49482f: Pulling fs layer [2021-05-06T08:30:56.663Z] a6820b24f6d8: Pulling fs layer [2021-05-06T08:30:56.663Z] f581987b2513: Pulling fs layer [2021-05-06T08:30:56.663Z] f581987b2513: Waiting [2021-05-06T08:30:56.663Z] 54011a49482f: Verifying Checksum [2021-05-06T08:30:56.663Z] 54011a49482f: Download complete [2021-05-06T08:30:56.663Z] 31603596830f: Verifying Checksum [2021-05-06T08:30:56.663Z] 31603596830f: Download complete [2021-05-06T08:30:56.928Z] a6820b24f6d8: Verifying Checksum [2021-05-06T08:30:56.928Z] a6820b24f6d8: Download complete [2021-05-06T08:30:56.928Z] f581987b2513: Verifying Checksum [2021-05-06T08:30:56.928Z] f581987b2513: Download complete [2021-05-06T08:30:57.191Z] 31603596830f: Pull complete [2021-05-06T08:30:57.191Z] 54011a49482f: Pull complete [2021-05-06T08:30:58.144Z] a6820b24f6d8: Pull complete [2021-05-06T08:30:58.144Z] f581987b2513: Pull complete [2021-05-06T08:30:58.144Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T08:30:58.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T08:30:58.406Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T08:30:58.509Z] prd-centos7-docker-4c-2g-3185 does not seem to be running inside a container [2021-05-06T08:30:58.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/114 -v /w/workspace/edgex-go/114:/w/workspace/edgex-go/114:rw,z -v /w/workspace/edgex-go/114@tmp:/w/workspace/edgex-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T08:31:01.018Z] $ docker top fa55cecfa460b830fb7cd3d619641409fb9da445ee1ea75ba9f033a5b3d50191 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T08:31:01.174Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T08:31:01.174Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T08:31:01.484Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T08:31:01.490Z] $ docker exec fa55cecfa460b830fb7cd3d619641409fb9da445ee1ea75ba9f033a5b3d50191 ssh-agent [2021-05-06T08:31:01.661Z] SSH_AUTH_SOCK=/tmp/ssh-u7bByQeUNoXb/agent.12 [2021-05-06T08:31:01.661Z] SSH_AGENT_PID=17 [2021-05-06T08:31:01.672Z] Running ssh-add (command line suppressed) [2021-05-06T08:31:01.797Z] Identity added: /w/workspace/edgex-go/114@tmp/private_key_6017427376691654075.key (/w/workspace/edgex-go/114@tmp/private_key_6017427376691654075.key) [2021-05-06T08:31:01.851Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T08:31:02.156Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T08:31:02.180Z] $ docker exec --env ******** --env ******** fa55cecfa460b830fb7cd3d619641409fb9da445ee1ea75ba9f033a5b3d50191 ssh-agent -k [2021-05-06T08:31:02.301Z] unset SSH_AUTH_SOCK; [2021-05-06T08:31:02.302Z] unset SSH_AGENT_PID; [2021-05-06T08:31:02.302Z] echo Agent pid 17 killed; [2021-05-06T08:31:02.348Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T08:31:02.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T08:31:02.395Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T08:31:02.571Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T08:31:02.577Z] $ docker exec fa55cecfa460b830fb7cd3d619641409fb9da445ee1ea75ba9f033a5b3d50191 ssh-agent [2021-05-06T08:31:02.747Z] SSH_AUTH_SOCK=/tmp/ssh-czDhjU1KqVUD/agent.46 [2021-05-06T08:31:02.747Z] SSH_AGENT_PID=51 [2021-05-06T08:31:02.754Z] Running ssh-add (command line suppressed) [2021-05-06T08:31:02.907Z] Identity added: /w/workspace/edgex-go/114@tmp/private_key_5521205366985570344.key (/w/workspace/edgex-go/114@tmp/private_key_5521205366985570344.key) [2021-05-06T08:31:02.969Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T08:31:03.275Z] + git semver init [2021-05-06T08:31:03.275Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T08:31:03.275Z] # $GIT_DIR = /w/workspace/edgex-go/114/.git [2021-05-06T08:31:03.275Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/114 [2021-05-06T08:31:03.275Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T08:31:03.275Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T08:31:03.275Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T08:31:03.275Z] # $SEMVER_BRANCH = PR-2858 [2021-05-06T08:31:03.275Z] # $SEMVER_TEMP = /tmp/semver-682918064 [2021-05-06T08:31:03.275Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-06T08:31:25.281Z] # '/tmp/semver-682918064' -> '/w/workspace/edgex-go/114/.semver' [2021-05-06T08:31:25.281Z] # -> Force: false [2021-05-06T08:31:25.281Z] # $SEMVER_DIR = /w/workspace/edgex-go/114/.semver [Pipeline] } [2021-05-06T08:31:25.298Z] $ docker exec --env ******** --env ******** fa55cecfa460b830fb7cd3d619641409fb9da445ee1ea75ba9f033a5b3d50191 ssh-agent -k [2021-05-06T08:31:25.494Z] unset SSH_AUTH_SOCK; [2021-05-06T08:31:25.494Z] unset SSH_AGENT_PID; [2021-05-06T08:31:25.494Z] echo Agent pid 51 killed; [2021-05-06T08:31:25.577Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T08:31:25.910Z] + git semver [Pipeline] } [2021-05-06T08:31:25.930Z] $ docker stop --time=1 fa55cecfa460b830fb7cd3d619641409fb9da445ee1ea75ba9f033a5b3d50191 [2021-05-06T08:31:27.539Z] $ docker rm -f fa55cecfa460b830fb7cd3d619641409fb9da445ee1ea75ba9f033a5b3d50191 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T08:31:27.992Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T08:31:28.419Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T08:31:28.423Z] [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-05-06T08:31:28.977Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T08:31:29.278Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T08:31:29.577Z] + sudo service docker restart [2021-05-06T08:31:29.577Z] + true [2021-05-06T08:31:29.577Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-06T08:31:30.213Z] ========================================================= [2021-05-06T08:31:30.213Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T08:31:30.213Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:31:30.563Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-06T08:31:33.977Z] Sending build context to Docker daemon 330MB [2021-05-06T08:31:33.977Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T08:31:33.977Z] Step 2/6 : FROM ${BASE} [2021-05-06T08:31:33.977Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-06T08:31:33.977Z] 540db60ca938: Pulling fs layer [2021-05-06T08:31:33.977Z] adcc1eea9eea: Pulling fs layer [2021-05-06T08:31:33.977Z] 4c4ab2625f07: Pulling fs layer [2021-05-06T08:31:33.977Z] 0510c868ecb4: Pulling fs layer [2021-05-06T08:31:33.977Z] afea3b2eda06: Pulling fs layer [2021-05-06T08:31:33.977Z] 7809a108b3ef: Pulling fs layer [2021-05-06T08:31:33.977Z] f706445af74f: Pulling fs layer [2021-05-06T08:31:33.977Z] 0510c868ecb4: Waiting [2021-05-06T08:31:33.977Z] afea3b2eda06: Waiting [2021-05-06T08:31:33.977Z] 7809a108b3ef: Waiting [2021-05-06T08:31:33.977Z] f706445af74f: Waiting [2021-05-06T08:31:33.977Z] 4c4ab2625f07: Verifying Checksum [2021-05-06T08:31:33.977Z] 4c4ab2625f07: Download complete [2021-05-06T08:31:33.977Z] adcc1eea9eea: Verifying Checksum [2021-05-06T08:31:33.977Z] adcc1eea9eea: Download complete [2021-05-06T08:31:33.977Z] afea3b2eda06: Verifying Checksum [2021-05-06T08:31:33.977Z] afea3b2eda06: Download complete [2021-05-06T08:31:33.977Z] 7809a108b3ef: Verifying Checksum [2021-05-06T08:31:33.977Z] 7809a108b3ef: Download complete [2021-05-06T08:31:33.977Z] 540db60ca938: Verifying Checksum [2021-05-06T08:31:33.977Z] 540db60ca938: Download complete [2021-05-06T08:31:34.554Z] 540db60ca938: Pull complete [2021-05-06T08:31:34.554Z] adcc1eea9eea: Pull complete [2021-05-06T08:31:34.817Z] 4c4ab2625f07: Pull complete [2021-05-06T08:31:35.763Z] f706445af74f: Verifying Checksum [2021-05-06T08:31:35.763Z] f706445af74f: Download complete [2021-05-06T08:31:36.718Z] 0510c868ecb4: Verifying Checksum [2021-05-06T08:31:36.718Z] 0510c868ecb4: Download complete [2021-05-06T08:31:42.055Z] 0510c868ecb4: Pull complete [2021-05-06T08:31:42.320Z] afea3b2eda06: Pull complete [2021-05-06T08:31:42.320Z] 7809a108b3ef: Pull complete [2021-05-06T08:31:43.592Z] Still waiting to schedule task [2021-05-06T08:31:43.592Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-06T08:31:47.652Z] f706445af74f: Pull complete [2021-05-06T08:31:47.652Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-06T08:31:47.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-06T08:31:47.652Z] ---> b068be0155e3 [2021-05-06T08:31:47.652Z] 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-05-06T08:31:47.914Z] ---> Running in 6b645244481f [2021-05-06T08:31:48.488Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:31:49.434Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:31:50.007Z] (1/12) Installing libmagic (5.39-r0) [2021-05-06T08:31:50.269Z] (2/12) Installing file (5.39-r0) [2021-05-06T08:31:50.269Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-06T08:31:50.531Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-06T08:31:55.836Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-06T08:31:55.836Z] (6/12) Installing patch (2.7.6-r6) [2021-05-06T08:31:55.836Z] (7/12) Installing build-base (0.5-r2) [2021-05-06T08:31:55.836Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-06T08:31:55.836Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-06T08:31:55.836Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-06T08:31:56.098Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-06T08:31:56.098Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-06T08:31:56.361Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T08:31:56.361Z] OK: 219 MiB in 52 packages [2021-05-06T08:31:59.696Z] Removing intermediate container 6b645244481f [2021-05-06T08:31:59.696Z] ---> c5e2fd44c568 [2021-05-06T08:31:59.696Z] Step 4/6 : WORKDIR /edgex-go [2021-05-06T08:31:59.958Z] ---> Running in 8d2e8ee6698f [2021-05-06T08:31:59.958Z] Removing intermediate container 8d2e8ee6698f [2021-05-06T08:31:59.958Z] ---> 05c109587029 [2021-05-06T08:31:59.958Z] Step 5/6 : COPY go.mod . [2021-05-06T08:32:00.220Z] ---> abb4d91a5d6e [2021-05-06T08:32:00.220Z] Step 6/6 : RUN go mod download [2021-05-06T08:32:00.487Z] ---> Running in a552b0fbda46 [2021-05-06T08:32:22.495Z] Removing intermediate container a552b0fbda46 [2021-05-06T08:32:22.496Z] ---> 24003b3aa101 [2021-05-06T08:32:22.496Z] Successfully built 24003b3aa101 [2021-05-06T08:32:22.496Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:32:22.811Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T08:32:22.811Z] . [Pipeline] withDockerContainer [2021-05-06T08:32:22.936Z] prd-centos7-docker-4c-2g-3185 does not seem to be running inside a container [2021-05-06T08:32:22.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/114 -v /w/workspace/edgex-go/114:/w/workspace/edgex-go/114:rw,z -v /w/workspace/edgex-go/114@tmp:/w/workspace/edgex-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-06T08:32:23.872Z] $ docker top a7d218c92ab868b84174e58d8db5e1628dca80cb32ee1c4d2abe0ac601cdeab2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T08:32:24.351Z] + go version [2021-05-06T08:32:24.351Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-06T08:32:24.369Z] $ docker stop --time=1 a7d218c92ab868b84174e58d8db5e1628dca80cb32ee1c4d2abe0ac601cdeab2 [2021-05-06T08:32:25.764Z] $ docker rm -f a7d218c92ab868b84174e58d8db5e1628dca80cb32ee1c4d2abe0ac601cdeab2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:32:26.296Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T08:32:26.296Z] . [Pipeline] withDockerContainer [2021-05-06T08:32:26.392Z] prd-centos7-docker-4c-2g-3185 does not seem to be running inside a container [2021-05-06T08:32:26.443Z] $ 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/114 -v /w/workspace/edgex-go/114:/w/workspace/edgex-go/114:rw,z -v /w/workspace/edgex-go/114@tmp:/w/workspace/edgex-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-06T08:32:27.171Z] $ docker top 355b4f08deb77ca502e6c87b2f23b529f64fd1870975ce5f2084ba50fee814d1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T08:32:27.295Z] ========================================================= [2021-05-06T08:32:27.295Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-06T08:32:27.295Z] ========================================================= [Pipeline] sh [2021-05-06T08:32:27.602Z] + go mod tidy [Pipeline] sh [2021-05-06T08:32:28.854Z] + make test [2021-05-06T08:32:28.854Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T08:32:37.050Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-06T08:32:55.287Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-06T08:33:03.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-06T08:33:03.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-06T08:33:03.530Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-06T08:33:06.896Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-06T08:33:06.896Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-06T08:33:06.896Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-06T08:33:06.896Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-06T08:33:07.863Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-06T08:33:08.841Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-06T08:33:11.437Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-06T08:33:11.437Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-06T08:33:11.437Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-06T08:33:13.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 45.9% of statements [2021-05-06T08:33:13.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-06T08:33:13.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-06T08:33:13.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-06T08:33:13.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-06T08:33:13.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-06T08:33:13.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-06T08:33:13.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.063s coverage: 19.8% of statements [2021-05-06T08:33:13.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements [2021-05-06T08:33:17.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.216s coverage: 27.1% of statements [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-06T08:33:17.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-06T08:33:17.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-06T08:33:17.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-06T08:33:17.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.150s coverage: 87.7% of statements [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T08:33:17.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.053s coverage: 78.9% of statements [2021-05-06T08:33:17.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-06T08:33:20.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-06T08:33:20.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-06T08:33:20.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-06T08:33:20.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-06T08:33:20.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-06T08:33:20.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-06T08:33:20.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-06T08:33:23.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.450s coverage: 95.1% of statements [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-06T08:33:23.629Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-06T08:33:23.629Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.092s coverage: 0.9% of statements [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-06T08:33:23.629Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.058s coverage: 22.6% of statements [2021-05-06T08:33:23.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-06T08:33:23.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements [2021-05-06T08:33:23.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.081s coverage: 79.5% of statements [2021-05-06T08:33:23.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-05-06T08:33:23.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-05-06T08:33:24.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-05-06T08:33:36.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2021-05-06T08:33:36.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-05-06T08:33:38.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.249s coverage: 81.8% of statements [2021-05-06T08:33:38.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.097s coverage: 92.9% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 85.4% of statements [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.2% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 64.4% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 66.9% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.172s coverage: 43.4% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 9.6% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.152s coverage: 92.6% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.791s coverage: 28.7% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.066s coverage: 64.6% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.120s coverage: 97.6% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-06T08:33:48.476Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.067s coverage: 87.9% of statements [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-06T08:33:48.476Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-06T08:33:48.751Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-05-06T08:33:49.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 28.1% of statements [2021-05-06T08:33:49.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-06T08:33:49.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-06T08:33:49.538Z] GO111MODULE=on go vet ./... [2021-05-06T08:34:11.134Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3188 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-05-06T08:34:11.157Z] Running in /w/workspace/edgex-go/114 [Pipeline] { [Pipeline] checkout [2021-05-06T08:34:17.268Z] using credential edgex-jenkins-ssh [2021-05-06T08:34:17.286Z] Cloning the remote Git repository [2021-05-06T08:34:17.347Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-06T08:34:17.451Z] > git init /w/workspace/edgex-go/114 # timeout=10 [2021-05-06T08:34:17.521Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T08:34:17.522Z] > git --version # timeout=10 [2021-05-06T08:34:17.543Z] > git --version # 'git version 2.17.1' [2021-05-06T08:34:17.544Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T08:34:17.630Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T08:34:21.973Z] gofmt -l . [2021-05-06T08:34:22.573Z] [ "`gofmt -l .`" = "" ] [2021-05-06T08:34:23.181Z] ./bin/test-go-mod-tidy.sh [2021-05-06T08:34:23.818Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-06T08:34:25.089Z] + ls -al . [2021-05-06T08:34:25.089Z] total 816 [2021-05-06T08:34:25.089Z] drwxrwxr-x 10 1001 1001 4096 May 6 08:34 . [2021-05-06T08:34:25.089Z] drwxr-xr-x 4 root root 32 May 6 08:32 .. [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 11 May 6 08:30 .dockerignore [2021-05-06T08:34:25.089Z] drwxrwxr-x 8 1001 1001 179 May 6 08:30 .git [2021-05-06T08:34:25.089Z] drwxrwxr-x 3 1001 1001 125 May 6 08:30 .github [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 818 May 6 08:30 .gitignore [2021-05-06T08:34:25.089Z] drwx------ 3 1001 1001 60 May 6 08:31 .semver [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 166 May 6 08:30 .sonarcloud.properties [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 8609 May 6 08:30 Attribution.txt [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 3804 May 6 08:30 CONTRIBUTING.md [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 931 May 6 08:30 Dockerfile.build [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 863 May 6 08:30 Jenkinsfile [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 10775 May 6 08:30 LICENSE [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 5774 May 6 08:30 Makefile [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 7978 May 6 08:30 README.md [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 6755 May 6 08:30 SECURITY.md [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 5 May 6 08:31 VERSION [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 4131 May 6 08:30 ZMQWindows.md [2021-05-06T08:34:25.089Z] drwxrwxr-x 2 1001 1001 117 May 6 08:30 bin [2021-05-06T08:34:25.089Z] drwxrwxr-x 14 1001 1001 4096 May 6 08:30 cmd [2021-05-06T08:34:25.089Z] -rw-r--r-- 1 root root 705232 May 6 08:33 coverage.out [2021-05-06T08:34:25.089Z] -rw-r--r-- 1 root root 1060 May 6 08:34 go.mod [2021-05-06T08:34:25.089Z] -rw-r--r-- 1 root root 22091 May 6 08:32 go.sum [2021-05-06T08:34:25.089Z] drwxrwxr-x 8 1001 1001 127 May 6 08:30 internal [2021-05-06T08:34:25.089Z] drwxrwxr-x 4 1001 1001 26 May 6 08:30 openapi [2021-05-06T08:34:25.089Z] drwxrwxr-x 4 1001 1001 71 May 6 08:30 snap [2021-05-06T08:34:25.089Z] -rw-rw-r-- 1 1001 1001 168 May 6 08:30 version.go [Pipeline] sh [2021-05-06T08:34:25.390Z] + '[' -e coverage.out ] [2021-05-06T08:34:25.390Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-06T08:34:25.600Z] Stashed 1 file(s) [Pipeline] sh [2021-05-06T08:34:25.905Z] + make build [2021-05-06T08:34:25.905Z] 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-05-06T08:34:27.834Z] 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-05-06T08:34:33.232Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T08:34:33.255Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T08:34:33.276Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T08:34:33.313Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T08:34:33.314Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T08:34:33.323Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T08:34:34.269Z] Merging remotes/origin/master commit 58f175f39c326a963567c19064a72a1694fab97f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-05-06T08:34:34.292Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T08:34:34.315Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-05-06T08:34:34.635Z] > git remote # timeout=10 [2021-05-06T08:34:34.654Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T08:34:34.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T08:34:34.678Z] > git merge 58f175f39c326a963567c19064a72a1694fab97f # timeout=10 [2021-05-06T08:34:35.740Z] Merge succeeded, producing 2c6a6cafc72f5ed3be0a4b08ce53526a4057d8a5 [2021-05-06T08:34:35.741Z] Checking out Revision 2c6a6cafc72f5ed3be0a4b08ce53526a4057d8a5 (PR-2858) [2021-05-06T08:34:35.708Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T08:34:35.748Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T08:34:35.777Z] > git checkout -f 2c6a6cafc72f5ed3be0a4b08ce53526a4057d8a5 # timeout=10 [2021-05-06T08:34:37.954Z] 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-05-06T08:34:38.905Z] 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-05-06T08:34:40.280Z] Commit message: "Merge commit '58f175f39c326a963567c19064a72a1694fab97f' into HEAD" [2021-05-06T08:34:40.309Z] First time build. Skipping changelog. [2021-05-06T08:34:40.314Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T08:34:40.894Z] 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-05-06T08:34:41.754Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T08:34:42.172Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T08:34:42.302Z] 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-05-06T08:34:40.288Z] > git rev-list --no-walk 5ca66f3e5f50b6b704d32fd95851e73d01959cda # timeout=10 [2021-05-06T08:34:42.521Z] + true [2021-05-06T08:34:42.521Z] + sudo service docker restart [2021-05-06T08:34:43.716Z] 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-05-06T08:34:44.669Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T08:34:45.186Z] provisioning config files... [2021-05-06T08:34:45.233Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/114@tmp/config273292321751875262tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T08:34:45.623Z] ---> docker-login.sh [2021-05-06T08:34:45.623Z] nexus3.edgexfoundry.org:10001 [2021-05-06T08:34:46.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T08:34:46.620Z] 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-05-06T08:34:46.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T08:34:46.836Z] Configure a credential helper to remove this warning. See [2021-05-06T08:34:46.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T08:34:46.836Z] [2021-05-06T08:34:46.836Z] Login Succeeded [2021-05-06T08:34:46.836Z] nexus3.edgexfoundry.org:10002 [2021-05-06T08:34:47.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T08:34:47.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T08:34:47.398Z] Configure a credential helper to remove this warning. See [2021-05-06T08:34:47.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T08:34:47.398Z] [2021-05-06T08:34:47.398Z] Login Succeeded [2021-05-06T08:34:47.398Z] nexus3.edgexfoundry.org:10003 [2021-05-06T08:34:47.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T08:34:47.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T08:34:47.947Z] Configure a credential helper to remove this warning. See [2021-05-06T08:34:47.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T08:34:47.947Z] [2021-05-06T08:34:47.947Z] Login Succeeded [2021-05-06T08:34:47.947Z] nexus3.edgexfoundry.org:10004 [2021-05-06T08:34:48.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T08:34:48.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T08:34:48.493Z] Configure a credential helper to remove this warning. See [2021-05-06T08:34:48.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T08:34:48.493Z] [2021-05-06T08:34:48.493Z] Login Succeeded [2021-05-06T08:34:48.493Z] docker.io [2021-05-06T08:34:48.554Z] 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-05-06T08:34:48.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T08:34:49.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T08:34:49.041Z] Configure a credential helper to remove this warning. See [2021-05-06T08:34:49.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T08:34:49.041Z] [2021-05-06T08:34:49.041Z] Login Succeeded [2021-05-06T08:34:49.041Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T08:34:49.061Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T08:34:49.358Z] ========================================================= [2021-05-06T08:34:49.358Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T08:34:49.358Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:34:49.509Z] 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-05-06T08:34:49.705Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [Pipeline] } [2021-05-06T08:34:51.493Z] $ docker stop --time=1 355b4f08deb77ca502e6c87b2f23b529f64fd1870975ce5f2084ba50fee814d1 [2021-05-06T08:34:52.345Z] Sending build context to Docker daemon 167.6MB [2021-05-06T08:34:52.345Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T08:34:52.345Z] Step 2/6 : FROM ${BASE} [2021-05-06T08:34:52.345Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-06T08:34:52.345Z] 595b0fe564bb: Pulling fs layer [2021-05-06T08:34:52.345Z] 7186ed65a4f7: Pulling fs layer [2021-05-06T08:34:52.345Z] 316046926c0a: Pulling fs layer [2021-05-06T08:34:52.345Z] 4ebd0625c992: Pulling fs layer [2021-05-06T08:34:52.345Z] 207e8628e3a3: Pulling fs layer [2021-05-06T08:34:52.345Z] c791037a9be2: Pulling fs layer [2021-05-06T08:34:52.345Z] ffd874e62e21: Pulling fs layer [2021-05-06T08:34:52.345Z] 4ebd0625c992: Waiting [2021-05-06T08:34:52.345Z] c791037a9be2: Waiting [2021-05-06T08:34:52.345Z] ffd874e62e21: Waiting [2021-05-06T08:34:52.345Z] 207e8628e3a3: Waiting [2021-05-06T08:34:52.345Z] 316046926c0a: Verifying Checksum [2021-05-06T08:34:52.345Z] 316046926c0a: Download complete [2021-05-06T08:34:52.345Z] 7186ed65a4f7: Verifying Checksum [2021-05-06T08:34:52.345Z] 7186ed65a4f7: Download complete [2021-05-06T08:34:52.345Z] 207e8628e3a3: Verifying Checksum [2021-05-06T08:34:52.345Z] 207e8628e3a3: Download complete [2021-05-06T08:34:52.345Z] c791037a9be2: Verifying Checksum [2021-05-06T08:34:52.345Z] c791037a9be2: Download complete [2021-05-06T08:34:52.345Z] 595b0fe564bb: Verifying Checksum [2021-05-06T08:34:52.952Z] 595b0fe564bb: Pull complete [2021-05-06T08:34:53.555Z] 7186ed65a4f7: Pull complete [2021-05-06T08:34:53.831Z] 316046926c0a: Pull complete [2021-05-06T08:34:53.839Z] $ docker rm -f 355b4f08deb77ca502e6c87b2f23b529f64fd1870975ce5f2084ba50fee814d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [2021-05-06T08:34:54.478Z] ffd874e62e21: Download complete [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-06T08:34:55.913Z] 4ebd0625c992: Verifying Checksum [2021-05-06T08:34:55.913Z] 4ebd0625c992: Download complete [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:34:57.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T08:34:57.085Z] [2021-05-06T08:34:57.085Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:34:57.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T08:34:57.403Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-06T08:34:57.403Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-06T08:34:57.403Z] ca9280d653b3: Pulling fs layer [2021-05-06T08:34:57.403Z] 7e9c9ca2126c: Pulling fs layer [2021-05-06T08:34:57.672Z] cbdbe7a5bc2a: Download complete [2021-05-06T08:34:57.937Z] ca9280d653b3: Verifying Checksum [2021-05-06T08:34:57.937Z] ca9280d653b3: Download complete [2021-05-06T08:34:57.937Z] cbdbe7a5bc2a: Pull complete [2021-05-06T08:34:58.890Z] 7e9c9ca2126c: Download complete [2021-05-06T08:34:59.152Z] ca9280d653b3: Pull complete [2021-05-06T08:35:05.768Z] 7e9c9ca2126c: Pull complete [2021-05-06T08:35:05.768Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-06T08:35:05.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T08:35:05.768Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-06T08:35:06.003Z] prd-centos7-docker-4c-2g-3185 does not seem to be running inside a container [2021-05-06T08:35:06.054Z] 4ebd0625c992: Pull complete [2021-05-06T08:35:06.054Z] 207e8628e3a3: Pull complete [2021-05-06T08:35:06.054Z] c791037a9be2: Pull complete [2021-05-06T08:35:06.058Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/114 -v /w/workspace/edgex-go/114:/w/workspace/edgex-go/114:rw,z -v /w/workspace/edgex-go/114@tmp:/w/workspace/edgex-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-06T08:35:08.834Z] $ docker top 84deee5c268b47e4fb3c1cb4c50732dc947e28109b7b8452dab09386e266a8b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T08:35:09.278Z] + docker-compose build --help [2021-05-06T08:35:09.278Z] + grep parallel [2021-05-06T08:35:09.468Z] ffd874e62e21: Pull complete [2021-05-06T08:35:09.468Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-06T08:35:09.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-06T08:35:09.468Z] ---> cfc18b08335c [2021-05-06T08:35:09.468Z] 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-05-06T08:35:10.241Z] --parallel Build images in parallel. [Pipeline] } [2021-05-06T08:35:10.259Z] $ docker stop --time=1 84deee5c268b47e4fb3c1cb4c50732dc947e28109b7b8452dab09386e266a8b9 [2021-05-06T08:35:11.625Z] $ docker rm -f 84deee5c268b47e4fb3c1cb4c50732dc947e28109b7b8452dab09386e266a8b9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:35:12.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T08:35:12.107Z] . [Pipeline] withDockerContainer [2021-05-06T08:35:12.212Z] prd-centos7-docker-4c-2g-3185 does not seem to be running inside a container [2021-05-06T08:35:12.260Z] $ 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/114 -v /w/workspace/edgex-go/114:/w/workspace/edgex-go/114:rw,z -v /w/workspace/edgex-go/114@tmp:/w/workspace/edgex-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-06T08:35:12.878Z] $ docker top d3bc96ac2a493c7b050d67514f7d7348f353ec6430d389037b18552344a194f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T08:35:13.297Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-06T08:35:13.809Z] ---> Running in a16a29f9f7ed [2021-05-06T08:35:14.243Z] Building docker-core-command-go ... [2021-05-06T08:35:14.244Z] Building docker-core-data-go ... [2021-05-06T08:35:14.244Z] Building docker-core-metadata-go ... [2021-05-06T08:35:14.244Z] Building docker-security-bootstrapper-go ... [2021-05-06T08:35:14.244Z] Building docker-security-proxy-setup-go ... [2021-05-06T08:35:14.244Z] Building docker-security-secretstore-setup-go ... [2021-05-06T08:35:14.244Z] Building docker-support-notifications-go ... [2021-05-06T08:35:14.244Z] Building docker-support-scheduler-go ... [2021-05-06T08:35:14.244Z] Building docker-sys-mgmt-agent-go ... [2021-05-06T08:35:14.244Z] Building docker-core-metadata-go [2021-05-06T08:35:14.244Z] Building docker-security-proxy-setup-go [2021-05-06T08:35:14.244Z] Building docker-support-scheduler-go [2021-05-06T08:35:14.244Z] Building docker-sys-mgmt-agent-go [2021-05-06T08:35:14.244Z] Building docker-security-bootstrapper-go [2021-05-06T08:35:14.407Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:35:15.840Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:35:17.279Z] (1/12) Installing libmagic (5.39-r0) [2021-05-06T08:35:17.551Z] (2/12) Installing file (5.39-r0) [2021-05-06T08:35:17.551Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-06T08:35:17.551Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-06T08:35:22.940Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-06T08:35:22.940Z] (6/12) Installing patch (2.7.6-r6) [2021-05-06T08:35:22.940Z] (7/12) Installing build-base (0.5-r2) [2021-05-06T08:35:22.940Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-06T08:35:22.940Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-06T08:35:22.940Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-06T08:35:22.940Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-06T08:35:22.940Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-06T08:35:23.213Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T08:35:23.213Z] OK: 218 MiB in 52 packages [2021-05-06T08:35:27.540Z] Removing intermediate container a16a29f9f7ed [2021-05-06T08:35:27.540Z] ---> 059093d82cbf [2021-05-06T08:35:27.540Z] Step 4/6 : WORKDIR /edgex-go [2021-05-06T08:35:27.540Z] ---> Running in 47f0c21094fd [2021-05-06T08:35:27.820Z] Removing intermediate container 47f0c21094fd [2021-05-06T08:35:27.820Z] ---> cefcf93d7430 [2021-05-06T08:35:27.820Z] Step 5/6 : COPY go.mod . [2021-05-06T08:35:28.417Z] ---> 3da4ad1db9e5 [2021-05-06T08:35:28.417Z] Step 6/6 : RUN go mod download [2021-05-06T08:35:28.690Z] ---> Running in b434a02200c8 [2021-05-06T08:35:46.553Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:35:46.553Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:35:46.553Z] ---> 24003b3aa101 [2021-05-06T08:35:46.553Z] Step 3/21 : WORKDIR /edgex-go [2021-05-06T08:35:46.553Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:35:46.553Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:35:46.553Z] ---> 24003b3aa101 [2021-05-06T08:35:46.553Z] Step 3/31 : WORKDIR /edgex-go [2021-05-06T08:35:46.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:35:46.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:35:46.553Z] ---> 24003b3aa101 [2021-05-06T08:35:46.553Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T08:35:46.553Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:35:46.553Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:35:46.553Z] ---> 24003b3aa101 [2021-05-06T08:35:46.553Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T08:35:46.553Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:35:46.553Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:35:46.553Z] ---> 24003b3aa101 [2021-05-06T08:35:46.553Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T08:35:48.040Z] ---> Running in 04febf7c3c7a [2021-05-06T08:35:48.040Z] ---> Running in df652f2d4d15 [2021-05-06T08:35:48.040Z] ---> Running in e702589a6f57 [2021-05-06T08:35:48.040Z] ---> Running in bde5d68cc2b8 [2021-05-06T08:35:48.040Z] ---> Running in bb9bb7e3eb87 [2021-05-06T08:35:48.303Z] Removing intermediate container 04febf7c3c7a [2021-05-06T08:35:48.303Z] ---> 612fcabb9258 [2021-05-06T08:35:48.303Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:35:48.303Z] Removing intermediate container df652f2d4d15 [2021-05-06T08:35:48.303Z] ---> ecdf5ebf0126 [2021-05-06T08:35:48.303Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:35:48.303Z] Removing intermediate container bde5d68cc2b8 [2021-05-06T08:35:48.303Z] ---> 0617012bb4ce [2021-05-06T08:35:48.303Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:35:48.303Z] Removing intermediate container e702589a6f57 [2021-05-06T08:35:48.303Z] ---> 78a235bdae49 [2021-05-06T08:35:48.303Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:35:48.566Z] Removing intermediate container bb9bb7e3eb87 [2021-05-06T08:35:48.566Z] ---> 9a2a08dbbf51 [2021-05-06T08:35:48.566Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:35:48.566Z] ---> Running in d084195cd4fe [2021-05-06T08:35:48.566Z] ---> Running in 4bc9049de3b3 [2021-05-06T08:35:48.566Z] ---> Running in c8f6c7e9adb8 [2021-05-06T08:35:48.566Z] ---> Running in ea4a408b3767 [2021-05-06T08:35:48.566Z] ---> Running in 4f3d3555f43b [2021-05-06T08:35:50.743Z] Removing intermediate container 4bc9049de3b3 [2021-05-06T08:35:50.743Z] ---> 9aab7d7f88a3 [2021-05-06T08:35:50.743Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T08:35:50.743Z] Removing intermediate container d084195cd4fe [2021-05-06T08:35:50.743Z] ---> 454dbda600f9 [2021-05-06T08:35:50.743Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-06T08:35:51.005Z] Removing intermediate container c8f6c7e9adb8 [2021-05-06T08:35:51.005Z] ---> 8b4f3d2d193c [2021-05-06T08:35:51.005Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-06T08:35:51.005Z] ---> Running in c7a96d8bb93f [2021-05-06T08:35:51.005Z] ---> Running in 197d5c4c3f60 [2021-05-06T08:35:51.267Z] ---> Running in 7c5606f97542 [2021-05-06T08:35:51.267Z] Removing intermediate container 4f3d3555f43b [2021-05-06T08:35:51.267Z] ---> 862a0386a41e [2021-05-06T08:35:51.267Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-06T08:35:51.267Z] Removing intermediate container ea4a408b3767 [2021-05-06T08:35:51.267Z] ---> 8d2fee005482 [2021-05-06T08:35:51.267Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-06T08:35:51.267Z] ---> Running in 63e0c197a39f [2021-05-06T08:35:51.530Z] ---> Running in 6cac36ec554a [2021-05-06T08:35:52.492Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:35:52.492Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:35:52.492Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:35:52.492Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:35:52.492Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:35:53.441Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:35:53.441Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:35:53.441Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:35:53.441Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:35:53.710Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:35:53.979Z] OK: 219 MiB in 52 packages [2021-05-06T08:35:53.979Z] OK: 219 MiB in 52 packages [2021-05-06T08:35:54.244Z] OK: 219 MiB in 52 packages [2021-05-06T08:35:54.244Z] OK: 219 MiB in 52 packages [2021-05-06T08:35:54.827Z] Removing intermediate container 7c5606f97542 [2021-05-06T08:35:54.827Z] ---> 5209eb4e0f05 [2021-05-06T08:35:54.827Z] Step 6/22 : COPY go.mod . [2021-05-06T08:35:54.827Z] Removing intermediate container 197d5c4c3f60 [2021-05-06T08:35:54.827Z] ---> e1e7fef0f4c6 [2021-05-06T08:35:54.827Z] Step 6/21 : COPY go.mod . [2021-05-06T08:35:55.089Z] ---> af979fadb929 [2021-05-06T08:35:55.089Z] Step 7/22 : RUN go mod download [2021-05-06T08:35:55.089Z] Removing intermediate container 63e0c197a39f [2021-05-06T08:35:55.089Z] ---> f2ab0620dc68 [2021-05-06T08:35:55.089Z] Step 6/23 : COPY go.mod . [2021-05-06T08:35:55.352Z] ---> Running in 057067c86ece [2021-05-06T08:35:55.352Z] Removing intermediate container 6cac36ec554a [2021-05-06T08:35:55.352Z] ---> df48e457c9bb [2021-05-06T08:35:55.352Z] Step 6/31 : COPY go.mod . [2021-05-06T08:35:55.352Z] ---> 493affd06131 [2021-05-06T08:35:55.352Z] Step 7/21 : RUN go mod download [2021-05-06T08:35:55.352Z] OK: 219 MiB in 52 packages [2021-05-06T08:35:55.490Z] Removing intermediate container b434a02200c8 [2021-05-06T08:35:55.491Z] ---> b51b0e0ec670 [2021-05-06T08:35:55.491Z] Successfully built b51b0e0ec670 [2021-05-06T08:35:55.491Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:35:55.617Z] ---> Running in badc7f8c61f1 [2021-05-06T08:35:55.617Z] ---> 8f8518d6dd28 [2021-05-06T08:35:55.617Z] Step 7/23 : RUN go mod download [2021-05-06T08:35:55.835Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T08:35:55.835Z] . [Pipeline] withDockerContainer [2021-05-06T08:35:55.882Z] ---> 5f71a64aae5b [2021-05-06T08:35:55.882Z] Step 7/31 : RUN go mod download [2021-05-06T08:35:55.882Z] ---> Running in 2f1b67d7b040 [2021-05-06T08:35:55.882Z] ---> Running in d8a5a4682ad6 [2021-05-06T08:35:56.073Z] prd-ubuntu18.04-docker-arm64-4c-16g-3188 does not seem to be running inside a container [2021-05-06T08:35:56.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/114 -v /w/workspace/edgex-go/114:/w/workspace/edgex-go/114:rw,z -v /w/workspace/edgex-go/114@tmp:/w/workspace/edgex-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T08:35:56.471Z] Removing intermediate container c7a96d8bb93f [2021-05-06T08:35:56.471Z] ---> 3c8fbc649aa4 [2021-05-06T08:35:56.471Z] Step 6/23 : COPY go.mod . [2021-05-06T08:35:56.746Z] ---> 6ce277a1e7d5 [2021-05-06T08:35:56.746Z] Step 7/23 : RUN go mod download [2021-05-06T08:35:57.025Z] ---> Running in f8ca126c296d [2021-05-06T08:35:57.608Z] Removing intermediate container badc7f8c61f1 [2021-05-06T08:35:57.608Z] ---> e11df438d784 [2021-05-06T08:35:57.608Z] Step 8/21 : COPY . . [2021-05-06T08:35:57.608Z] Removing intermediate container 057067c86ece [2021-05-06T08:35:57.608Z] ---> 5dcab480f924 [2021-05-06T08:35:57.608Z] Step 8/22 : COPY . . [2021-05-06T08:35:57.782Z] $ docker top 6bd9f6a27511ae00c21d071a8850f3694fb95f5bc400b7903aedf37f23480045 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T08:35:58.186Z] Removing intermediate container 2f1b67d7b040 [2021-05-06T08:35:58.186Z] ---> d411dd042508 [2021-05-06T08:35:58.186Z] Step 8/23 : COPY . . [2021-05-06T08:35:58.746Z] + go version [2021-05-06T08:35:58.746Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-06T08:35:58.763Z] $ docker stop --time=1 6bd9f6a27511ae00c21d071a8850f3694fb95f5bc400b7903aedf37f23480045 [2021-05-06T08:36:00.664Z] $ docker rm -f 6bd9f6a27511ae00c21d071a8850f3694fb95f5bc400b7903aedf37f23480045 [2021-05-06T08:36:00.761Z] Removing intermediate container d8a5a4682ad6 [2021-05-06T08:36:00.762Z] ---> f6dd1fcb1ed2 [2021-05-06T08:36:00.762Z] Step 8/31 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:36:01.395Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T08:36:01.395Z] . [Pipeline] withDockerContainer [2021-05-06T08:36:01.677Z] prd-ubuntu18.04-docker-arm64-4c-16g-3188 does not seem to be running inside a container [2021-05-06T08:36:01.778Z] $ 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/114 -v /w/workspace/edgex-go/114:/w/workspace/edgex-go/114:rw,z -v /w/workspace/edgex-go/114@tmp:/w/workspace/edgex-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T08:36:03.354Z] $ docker top 2b9c03b199a9ffc97f8a4bc46063924d33a389c2215b93efc791dbc73a9ffa23 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T08:36:03.694Z] ========================================================= [2021-05-06T08:36:03.695Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-06T08:36:03.695Z] ========================================================= [Pipeline] sh [2021-05-06T08:36:04.346Z] + go mod tidy [Pipeline] sh [2021-05-06T08:36:06.013Z] + make test [2021-05-06T08:36:06.013Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T08:36:07.422Z] Removing intermediate container f8ca126c296d [2021-05-06T08:36:07.422Z] ---> 689356ae283d [2021-05-06T08:36:07.422Z] Step 8/23 : COPY . . [2021-05-06T08:36:32.841Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-06T08:36:46.383Z] ---> 347ff0326100 [2021-05-06T08:36:46.383Z] ---> 48660391ec6b [2021-05-06T08:36:46.383Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-06T08:36:46.383Z] [2021-05-06T08:36:46.383Z] ---> 1631d3fbfbea [2021-05-06T08:36:46.383Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-06T08:36:46.383Z] ---> bd71e72c105a [2021-05-06T08:36:46.383Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-06T08:36:46.383Z] ---> Running in 54a36cf5b078 [2021-05-06T08:36:46.383Z] ---> Running in 99500effa529 [2021-05-06T08:36:46.383Z] ---> Running in 9cf936073882 [2021-05-06T08:36:46.383Z] ---> Running in 517c95f8439b [2021-05-06T08:36:46.383Z] ---> bb77d972cfbe [2021-05-06T08:36:46.383Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-06T08:36:46.383Z] ---> Running in 6e240027719c [2021-05-06T08:36:46.383Z] 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-05-06T08:36:46.383Z] 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-05-06T08:36:46.383Z] 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-05-06T08:36:46.383Z] 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-05-06T08:36:46.383Z] 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-05-06T08:37:18.677Z] 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-05-06T08:37:22.948Z] Removing intermediate container 99500effa529 [2021-05-06T08:37:22.948Z] ---> 4f68f32183d0 [2021-05-06T08:37:22.948Z] [2021-05-06T08:37:22.948Z] Step 10/31 : FROM alpine:3.12 [2021-05-06T08:37:22.948Z] 3.12: Pulling from library/alpine [2021-05-06T08:37:26.272Z] Removing intermediate container 54a36cf5b078 [2021-05-06T08:37:26.272Z] ---> 548edae6c0e0 [2021-05-06T08:37:26.272Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-06T08:37:26.272Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T08:37:26.272Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T08:37:26.272Z] ---> 13621d1b12d4 [2021-05-06T08:37:26.272Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-06T08:37:26.272Z] ---> Running in 4132218e58b6 [2021-05-06T08:37:26.272Z] ---> Running in ae33548c5ff1 [2021-05-06T08:37:26.535Z] Removing intermediate container ae33548c5ff1 [2021-05-06T08:37:26.535Z] ---> 1d60984c2a88 [2021-05-06T08:37:26.535Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-06T08:37:28.475Z] ---> Running in e42d9c14527f [2021-05-06T08:37:28.475Z] Removing intermediate container 517c95f8439b [2021-05-06T08:37:28.475Z] ---> 95ff1b9b8a1a [2021-05-06T08:37:28.475Z] [2021-05-06T08:37:28.475Z] Step 10/21 : FROM alpine:3.12 [2021-05-06T08:37:28.475Z] ---> 13621d1b12d4 [2021-05-06T08:37:28.475Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-06T08:37:28.475Z] ---> Running in 06aff4f8c5c7 [2021-05-06T08:37:28.769Z] 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-05-06T08:37:29.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:37:29.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:37:29.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:37:29.317Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-06T08:37:29.317Z] (2/2) Installing su-exec (0.2-r1) [2021-05-06T08:37:29.317Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:37:29.317Z] OK: 6 MiB in 16 packages [2021-05-06T08:37:29.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:37:29.589Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-06T08:37:29.589Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T08:37:29.589Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-06T08:37:29.589Z] (4/4) Installing curl (7.76.1-r0) [2021-05-06T08:37:29.589Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:37:29.589Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T08:37:29.853Z] OK: 7 MiB in 18 packages [2021-05-06T08:37:34.073Z] Removing intermediate container 9cf936073882 [2021-05-06T08:37:34.073Z] ---> 2377daccbf30 [2021-05-06T08:37:34.073Z] [2021-05-06T08:37:34.073Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T08:37:34.073Z] ---> 13621d1b12d4 [2021-05-06T08:37:34.073Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-06T08:37:34.073Z] Removing intermediate container 6e240027719c [2021-05-06T08:37:34.073Z] ---> 5f3e83a2af5d [2021-05-06T08:37:34.073Z] [2021-05-06T08:37:34.073Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T08:37:34.073Z] ---> 13621d1b12d4 [2021-05-06T08:37:34.073Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T08:37:34.073Z] ---> Running in 90c321cf1d74 [2021-05-06T08:37:34.073Z] ---> Running in 5e87b947258b [2021-05-06T08:37:34.073Z] Removing intermediate container e42d9c14527f [2021-05-06T08:37:34.073Z] ---> fae367fbc79a [2021-05-06T08:37:34.073Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-06T08:37:34.646Z] ---> Running in 4df381a27c18 [2021-05-06T08:37:34.647Z] Removing intermediate container 4132218e58b6 [2021-05-06T08:37:34.647Z] ---> 21c490b3baea [2021-05-06T08:37:34.647Z] [2021-05-06T08:37:34.647Z] Step 11/23 : FROM docker:20.10.0 [2021-05-06T08:37:34.917Z] Removing intermediate container 06aff4f8c5c7 [2021-05-06T08:37:34.917Z] ---> eff6496e5049 [2021-05-06T08:37:34.917Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T08:37:34.917Z] ---> Running in 9f13bebaad38 [2021-05-06T08:37:34.917Z] 20.10.0: Pulling from library/docker [2021-05-06T08:37:34.917Z] Removing intermediate container 4df381a27c18 [2021-05-06T08:37:34.917Z] ---> 516750dd0c4e [2021-05-06T08:37:34.917Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-06T08:37:35.193Z] ---> Running in 958c54b97bc8 [2021-05-06T08:37:35.193Z] Removing intermediate container 9f13bebaad38 [2021-05-06T08:37:35.193Z] ---> 363ee2eaf8fd [2021-05-06T08:37:35.193Z] Step 13/21 : WORKDIR /edgex [2021-05-06T08:37:35.472Z] ---> Running in 59d1ca9313a5 [2021-05-06T08:37:35.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:37:35.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:37:35.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:37:35.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:37:35.472Z] Removing intermediate container 958c54b97bc8 [2021-05-06T08:37:35.472Z] ---> 63f2b8a144b3 [2021-05-06T08:37:35.472Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-06T08:37:35.745Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T08:37:35.745Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:37:35.745Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T08:37:35.745Z] OK: 6 MiB in 15 packages [2021-05-06T08:37:35.745Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:37:35.745Z] OK: 6 MiB in 15 packages [2021-05-06T08:37:35.745Z] ---> Running in 88a36fec1253 [2021-05-06T08:37:36.022Z] Removing intermediate container 59d1ca9313a5 [2021-05-06T08:37:36.022Z] ---> addc7ebcdf76 [2021-05-06T08:37:36.022Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-06T08:37:37.954Z] ---> f8c07ce92082 [2021-05-06T08:37:37.954Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-06T08:37:38.237Z] Removing intermediate container 90c321cf1d74 [2021-05-06T08:37:38.237Z] ---> 483add906727 [2021-05-06T08:37:38.237Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T08:37:38.237Z] ---> Running in df26fc283566 [2021-05-06T08:37:38.237Z] Removing intermediate container 5e87b947258b [2021-05-06T08:37:38.237Z] ---> 9e0ce0cd63d9 [2021-05-06T08:37:38.237Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T08:37:38.508Z] ---> 2f5523c7a538 [2021-05-06T08:37:38.508Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-06T08:37:38.508Z] ---> Running in 1a4aaac9a57d [2021-05-06T08:37:38.508Z] Removing intermediate container df26fc283566 [2021-05-06T08:37:38.508Z] ---> 2768545bad70 [2021-05-06T08:37:38.508Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-06T08:37:38.772Z] Removing intermediate container 88a36fec1253 [2021-05-06T08:37:38.772Z] ---> 16e796b87d54 [2021-05-06T08:37:38.772Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-06T08:37:38.772Z] ---> Running in a64f85aeeb2c [2021-05-06T08:37:38.772Z] Removing intermediate container 1a4aaac9a57d [2021-05-06T08:37:38.772Z] ---> 3cb0f301853c [2021-05-06T08:37:38.772Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-06T08:37:39.037Z] ---> Running in 12826c94e5cf [2021-05-06T08:37:39.037Z] ---> Running in 043fec48a23c [2021-05-06T08:37:39.037Z] ---> 14b8a7b0158b [2021-05-06T08:37:39.037Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-06T08:37:39.312Z] Removing intermediate container a64f85aeeb2c [2021-05-06T08:37:39.312Z] ---> 293d7819df69 [2021-05-06T08:37:39.312Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T08:37:39.312Z] ---> Running in b379ff77b25b [2021-05-06T08:37:39.312Z] Removing intermediate container 12826c94e5cf [2021-05-06T08:37:39.312Z] ---> 4c16d395f573 [2021-05-06T08:37:39.312Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-06T08:37:39.580Z] Removing intermediate container 043fec48a23c [2021-05-06T08:37:39.580Z] ---> 5da5dc9e7270 [2021-05-06T08:37:39.580Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T08:37:39.580Z] ---> Running in 014325cf9fe6 [2021-05-06T08:37:39.580Z] Removing intermediate container b379ff77b25b [2021-05-06T08:37:39.580Z] ---> f2fa5350fa06 [2021-05-06T08:37:39.580Z] Step 18/21 : CMD ["--init=true"] [2021-05-06T08:37:39.580Z] ---> Running in 765e279834c0 [2021-05-06T08:37:39.843Z] ---> Running in 235044f259a7 [2021-05-06T08:37:40.790Z] Removing intermediate container 014325cf9fe6 [2021-05-06T08:37:40.790Z] ---> a02188db5953 [2021-05-06T08:37:40.790Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:37:40.790Z] ---> f9740b3f338a [2021-05-06T08:37:40.790Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-06T08:37:40.790Z] Removing intermediate container 765e279834c0 [2021-05-06T08:37:40.790Z] ---> 5179ee802261 [2021-05-06T08:37:40.790Z] Step 15/23 : WORKDIR / [2021-05-06T08:37:40.791Z] Removing intermediate container 235044f259a7 [2021-05-06T08:37:40.791Z] ---> 962525f7e265 [2021-05-06T08:37:40.791Z] Step 19/21 : LABEL arch=x86_64 [2021-05-06T08:37:40.904Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-06T08:37:40.904Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-06T08:37:41.064Z] ---> Running in b22635706f2e [2021-05-06T08:37:41.064Z] ---> Running in e9ff590521ee [2021-05-06T08:37:41.064Z] ---> Running in 2751ee7cb0c2 [2021-05-06T08:37:41.331Z] ---> 2596df4d21c9 [2021-05-06T08:37:41.331Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-06T08:37:41.597Z] Removing intermediate container 2751ee7cb0c2 [2021-05-06T08:37:41.597Z] ---> 07841eb737b8 [2021-05-06T08:37:41.597Z] Step 20/21 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:37:41.597Z] Removing intermediate container e9ff590521ee [2021-05-06T08:37:41.597Z] ---> f436f2d2f546 [2021-05-06T08:37:41.597Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:37:41.862Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-06T08:37:41.862Z] ---> Running in c0dc9fc5f4a3 [2021-05-06T08:37:41.862Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-06T08:37:41.862Z] ---> aefe523efa57 [2021-05-06T08:37:41.862Z] 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-05-06T08:37:41.862Z] ---> 1195cbd2d261 [2021-05-06T08:37:41.862Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-06T08:37:42.132Z] ---> Running in 0de6af9fbc0d [2021-05-06T08:37:42.132Z] ---> 37348175def4 [2021-05-06T08:37:42.132Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-06T08:37:42.132Z] Removing intermediate container c0dc9fc5f4a3 [2021-05-06T08:37:42.132Z] ---> ddf84fb7ee3d [2021-05-06T08:37:42.132Z] Step 21/21 : LABEL version=0.0.0 [2021-05-06T08:37:42.708Z] ---> Running in 66ddd97dbe5a [2021-05-06T08:37:42.708Z] Removing intermediate container 0de6af9fbc0d [2021-05-06T08:37:42.708Z] ---> 72347af3529c [2021-05-06T08:37:42.708Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-06T08:37:42.708Z] ---> 28a8c44bcf8d [2021-05-06T08:37:42.708Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-06T08:37:42.977Z] ---> Running in ec4877f3edb8 [2021-05-06T08:37:42.977Z] ---> Running in 060a1c0082bb [2021-05-06T08:37:43.242Z] Removing intermediate container 66ddd97dbe5a [2021-05-06T08:37:43.242Z] ---> b6ad4180ae9d [2021-05-06T08:37:43.242Z] [2021-05-06T08:37:43.242Z] ---> a76caa736d04 [2021-05-06T08:37:43.242Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-06T08:37:43.512Z] Removing intermediate container b22635706f2e [2021-05-06T08:37:43.513Z] ---> 01a604392393 [2021-05-06T08:37:43.513Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:37:43.513Z] Successfully built b6ad4180ae9d [2021-05-06T08:37:43.513Z] Removing intermediate container 060a1c0082bb [2021-05-06T08:37:43.513Z] ---> 8c113318c693 [2021-05-06T08:37:43.513Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:37:43.513Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-06T08:37:43.513Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-05-06T08:37:43.513Z] ---> Running in bdd6efb4bf6f [2021-05-06T08:37:43.796Z] ---> 01024ca1de4a [2021-05-06T08:37:43.796Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-06T08:37:43.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:37:43.796Z] ---> Running in 8458564f87d6 [2021-05-06T08:37:43.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:37:43.796Z] ---> a4a935dd83ba [2021-05-06T08:37:43.796Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-06T08:37:44.068Z] Removing intermediate container bdd6efb4bf6f [2021-05-06T08:37:44.068Z] ---> 4edbd9a38a16 [2021-05-06T08:37:44.068Z] Step 20/22 : LABEL arch=x86_64 [2021-05-06T08:37:44.068Z] ---> Running in cb556004efb5 [2021-05-06T08:37:44.068Z] (1/39) Installing readline (8.0.4-r0) [2021-05-06T08:37:44.068Z] (2/39) Installing bash (5.0.17-r0) [2021-05-06T08:37:44.068Z] Executing bash-5.0.17-r0.post-install [2021-05-06T08:37:44.068Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T08:37:44.068Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-06T08:37:44.068Z] Removing intermediate container 8458564f87d6 [2021-05-06T08:37:44.068Z] ---> 2289ac90c8e6 [2021-05-06T08:37:44.068Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:37:44.068Z] (5/39) Installing curl (7.76.1-r0) [2021-05-06T08:37:44.068Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-06T08:37:44.068Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-06T08:37:44.068Z] (8/39) Installing expat (2.2.9-r1) [2021-05-06T08:37:44.068Z] (9/39) Installing libffi (3.3-r2) [2021-05-06T08:37:44.068Z] (10/39) Installing gdbm (1.13-r1) [2021-05-06T08:37:44.068Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-06T08:37:44.068Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-06T08:37:44.068Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-06T08:37:47.642Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-06T08:37:47.642Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-06T08:37:48.327Z] ---> Running in 6ecdca5f57a8 [2021-05-06T08:37:50.893Z] Removing intermediate container cb556004efb5 [2021-05-06T08:37:50.893Z] ---> 5646d2e27ede [2021-05-06T08:37:50.893Z] Step 21/22 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:37:50.893Z] ---> d2b0ea10cc6c [2021-05-06T08:37:50.893Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-06T08:37:50.893Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-06T08:37:50.893Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-06T08:37:50.893Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-06T08:37:50.893Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-06T08:37:50.893Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-06T08:37:50.893Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-06T08:37:50.893Z] Removing intermediate container 6ecdca5f57a8 [2021-05-06T08:37:50.893Z] ---> 925fb030a74b [2021-05-06T08:37:50.893Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T08:37:50.893Z] ---> Running in 7c6a3a18158c [2021-05-06T08:37:51.161Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-06T08:37:52.107Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-06T08:37:52.369Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-06T08:37:52.369Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-06T08:37:53.071Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-06T08:37:53.071Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-06T08:37:53.071Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-06T08:37:53.071Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-06T08:37:53.315Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-06T08:37:53.577Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-06T08:37:53.843Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-06T08:37:53.843Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-06T08:37:53.843Z] ---> Running in 0b69c415954e [2021-05-06T08:37:54.421Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-06T08:37:54.683Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-06T08:37:55.274Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-06T08:37:55.537Z] ---> f56cfc3b8217 [2021-05-06T08:37:55.538Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-06T08:37:55.800Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-06T08:37:55.800Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-06T08:37:55.800Z] Removing intermediate container 7c6a3a18158c [2021-05-06T08:37:55.800Z] ---> ed9649b94bcc [2021-05-06T08:37:55.800Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T08:37:56.378Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-06T08:37:56.961Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-06T08:37:56.961Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-06T08:37:56.961Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-06T08:37:57.228Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-06T08:37:57.395Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-06T08:37:57.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-06T08:37:57.818Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-06T08:37:57.818Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-06T08:37:59.223Z] Removing intermediate container 0b69c415954e [2021-05-06T08:37:59.223Z] ---> b565b4776a05 [2021-05-06T08:37:59.223Z] Step 22/23 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:37:59.492Z] ---> Running in 7f6ccf613f73 [2021-05-06T08:37:59.492Z] Executing busybox-1.31.1-r19.trigger [2021-05-06T08:37:59.492Z] OK: 72 MiB in 59 packages [2021-05-06T08:38:02.049Z] ---> e6eba9d68cc1 [2021-05-06T08:38:02.049Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-06T08:38:02.321Z] ---> Running in 1ae38a322eeb [2021-05-06T08:38:02.585Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:38:02.585Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:38:02.585Z] ---> 24003b3aa101 [2021-05-06T08:38:02.585Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T08:38:02.849Z] ---> Using cache [2021-05-06T08:38:02.849Z] ---> 9a2a08dbbf51 [2021-05-06T08:38:02.849Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:38:02.849Z] ---> Using cache [2021-05-06T08:38:02.849Z] ---> 862a0386a41e [2021-05-06T08:38:02.849Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-06T08:38:03.426Z] Collecting docker-compose==1.23.2 [2021-05-06T08:38:03.426Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-06T08:38:04.011Z] Removing intermediate container 7f6ccf613f73 [2021-05-06T08:38:04.011Z] ---> ac1339a9c912 [2021-05-06T08:38:04.011Z] [2021-05-06T08:38:04.011Z] ---> Running in 1198034e627d [2021-05-06T08:38:04.011Z] Collecting cached-property<2,>=1.2.0 [2021-05-06T08:38:04.011Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-06T08:38:04.277Z] ---> 754717989dde [2021-05-06T08:38:04.277Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-06T08:38:04.277Z] Removing intermediate container 1ae38a322eeb [2021-05-06T08:38:04.277Z] ---> db79814b7730 [2021-05-06T08:38:04.277Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T08:38:04.277Z] Successfully built ac1339a9c912 [2021-05-06T08:38:04.277Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-06T08:38:04.277Z] Building docker-core-command-go [2021-05-06T08:38:04.561Z]  Building docker-support-scheduler-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-06T08:38:04.561Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-06T08:38:04.561Z] ---> Running in fd821f1d60bf [2021-05-06T08:38:04.561Z] ---> Running in 4287f1b440d6 [2021-05-06T08:38:04.826Z] Collecting PyYAML<4,>=3.10 [2021-05-06T08:38:04.826Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-06T08:38:05.098Z] Removing intermediate container fd821f1d60bf [2021-05-06T08:38:05.098Z] ---> 75cd7ceac3a4 [2021-05-06T08:38:05.098Z] [2021-05-06T08:38:05.366Z] Successfully built 75cd7ceac3a4 [2021-05-06T08:38:05.366Z] Removing intermediate container 4287f1b440d6 [2021-05-06T08:38:05.366Z] ---> dfe2c13e990b [2021-05-06T08:38:05.366Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-06T08:38:05.366Z] Successfully tagged docker-core-metadata-go:latest [2021-05-06T08:38:05.366Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-05-06T08:38:05.366Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:38:06.318Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:38:07.264Z] OK: 219 MiB in 52 packages [2021-05-06T08:38:07.843Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-06T08:38:07.843Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-06T08:38:07.843Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-06T08:38:08.214Z] Collecting docker<4.0,>=3.6.0 [2021-05-06T08:38:08.214Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-06T08:38:10.147Z] ---> 93944f68286d [2021-05-06T08:38:10.147Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-06T08:38:10.147Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-06T08:38:10.147Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-06T08:38:11.133Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-06T08:38:11.133Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-06T08:38:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.328s coverage: 45.9% of statements [2021-05-06T08:38:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-06T08:38:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-06T08:38:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-06T08:38:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-06T08:38:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-06T08:38:12.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-06T08:38:12.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.123s coverage: 19.8% of statements [2021-05-06T08:38:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.234s coverage: 100.0% of statements [2021-05-06T08:38:13.699Z] ---> Running in fcb5ff1072b5 [2021-05-06T08:38:13.700Z] Collecting texttable<0.10,>=0.9.0 [2021-05-06T08:38:13.700Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-06T08:38:13.964Z] Collecting jsonschema<3,>=2.5.1 [2021-05-06T08:38:13.964Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-06T08:38:14.230Z] Removing intermediate container 1198034e627d [2021-05-06T08:38:14.230Z] ---> decd952758d7 [2021-05-06T08:38:14.230Z] Step 6/22 : COPY go.mod . [2021-05-06T08:38:14.230Z] 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-05-06T08:38:14.511Z] Collecting docopt<0.7,>=0.6.1 [2021-05-06T08:38:14.511Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-06T08:38:17.090Z] Collecting idna<2.8,>=2.5 [2021-05-06T08:38:17.090Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-06T08:38:17.090Z] ---> 0194546f8241 [2021-05-06T08:38:17.090Z] Step 7/22 : RUN go mod download [2021-05-06T08:38:17.681Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-06T08:38:17.943Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-06T08:38:18.521Z] 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-05-06T08:38:18.521Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-06T08:38:18.798Z] Collecting docker-pycreds>=0.4.0 [2021-05-06T08:38:18.798Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-06T08:38:19.784Z] ---> Running in 616abb5612fb [2021-05-06T08:38:19.784Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-06T08:38:19.784Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-06T08:38:19.784Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-06T08:38:19.784Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-06T08:38:20.390Z] Installing collected packages: cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, dockerpty, texttable, jsonschema, docopt, docker-compose [2021-05-06T08:38:20.977Z] Attempting uninstall: idna [2021-05-06T08:38:20.977Z] Found existing installation: idna 2.9 [2021-05-06T08:38:20.977Z] Uninstalling idna-2.9: [2021-05-06T08:38:20.977Z] Successfully uninstalled idna-2.9 [2021-05-06T08:38:21.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.669s coverage: 27.1% of statements [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-06T08:38:21.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.144s coverage: 100.0% of statements [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-06T08:38:21.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.157s coverage: 100.0% of statements [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-06T08:38:21.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.239s coverage: 71.3% of statements [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-06T08:38:21.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.424s coverage: 87.7% of statements [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T08:38:21.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.170s coverage: 78.9% of statements [2021-05-06T08:38:21.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-06T08:38:21.943Z] Attempting uninstall: urllib3 [2021-05-06T08:38:21.943Z] Found existing installation: urllib3 1.25.9 [2021-05-06T08:38:21.943Z] Uninstalling urllib3-1.25.9: [2021-05-06T08:38:21.943Z] Successfully uninstalled urllib3-1.25.9 [2021-05-06T08:38:21.943Z] Removing intermediate container fcb5ff1072b5 [2021-05-06T08:38:21.943Z] ---> a3b0c33c4a1d [2021-05-06T08:38:21.943Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-06T08:38:25.290Z] Attempting uninstall: requests [2021-05-06T08:38:25.290Z] Found existing installation: requests 2.23.0 [2021-05-06T08:38:25.290Z] Uninstalling requests-2.23.0: [2021-05-06T08:38:25.290Z] Successfully uninstalled requests-2.23.0 [2021-05-06T08:38:25.552Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:38:25.552Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:38:25.552Z] ---> 24003b3aa101 [2021-05-06T08:38:25.552Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T08:38:25.814Z] ---> Using cache [2021-05-06T08:38:25.814Z] ---> 9a2a08dbbf51 [2021-05-06T08:38:25.814Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:38:25.814Z] ---> Using cache [2021-05-06T08:38:25.814Z] ---> 862a0386a41e [2021-05-06T08:38:25.814Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-06T08:38:26.077Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:38:26.077Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:38:26.077Z] ---> 24003b3aa101 [2021-05-06T08:38:26.077Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T08:38:26.077Z] ---> Using cache [2021-05-06T08:38:26.077Z] ---> 9a2a08dbbf51 [2021-05-06T08:38:26.077Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:38:26.077Z] ---> Using cache [2021-05-06T08:38:26.077Z] ---> 862a0386a41e [2021-05-06T08:38:26.077Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T08:38:27.027Z] Running setup.py install for PyYAML: started [2021-05-06T08:38:27.027Z] ---> Running in b96ff184b97d [2021-05-06T08:38:27.289Z] ---> Running in 709f861dca35 [2021-05-06T08:38:27.289Z] ---> Running in 864e7dc82b69 [2021-05-06T08:38:27.289Z] Removing intermediate container b96ff184b97d [2021-05-06T08:38:27.289Z] ---> 2d0122e5c615 [2021-05-06T08:38:27.289Z] Step 28/31 : CMD ["gate"] [2021-05-06T08:38:27.553Z] Removing intermediate container 616abb5612fb [2021-05-06T08:38:27.553Z] ---> 18c01e16de2a [2021-05-06T08:38:27.553Z] Step 8/22 : COPY . . [2021-05-06T08:38:27.818Z] ---> Running in 1ec860134a96 [2021-05-06T08:38:28.411Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-06T08:38:28.675Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:38:28.675Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:38:28.941Z] Removing intermediate container 1ec860134a96 [2021-05-06T08:38:28.941Z] ---> d747c271e762 [2021-05-06T08:38:28.941Z] Step 29/31 : LABEL arch=x86_64 [2021-05-06T08:38:29.680Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:38:30.083Z] ---> Running in c40bd71f75e1 [2021-05-06T08:38:30.083Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:38:30.350Z] OK: 219 MiB in 52 packages [2021-05-06T08:38:31.914Z] OK: 219 MiB in 52 packages [2021-05-06T08:38:31.914Z] Running setup.py install for dockerpty: started [2021-05-06T08:38:32.984Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-06T08:38:32.984Z] Running setup.py install for texttable: started [2021-05-06T08:38:32.984Z] Removing intermediate container c40bd71f75e1 [2021-05-06T08:38:32.984Z] ---> c8377fa12ade [2021-05-06T08:38:32.984Z] Step 30/31 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:38:33.556Z] Running setup.py install for texttable: finished with status 'done' [2021-05-06T08:38:33.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.220s coverage: 28.6% of statements [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-06T08:38:33.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.303s coverage: 100.0% of statements [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-06T08:38:33.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.177s coverage: 100.0% of statements [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-06T08:38:33.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.404s coverage: 86.7% of statements [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-06T08:38:33.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.489s coverage: 97.5% of statements [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-06T08:38:33.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.223s coverage: 78.3% of statements [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-06T08:38:33.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-06T08:38:35.475Z] Running setup.py install for docopt: started [2021-05-06T08:38:36.059Z] Running setup.py install for docopt: finished with status 'done' [2021-05-06T08:38:37.455Z] ---> Running in 7662e38df4ac [2021-05-06T08:38:38.033Z] 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.59.0 [2021-05-06T08:38:38.301Z] Removing intermediate container 864e7dc82b69 [2021-05-06T08:38:38.301Z] ---> 22fb2a3ef37d [2021-05-06T08:38:38.301Z] Step 6/23 : COPY go.mod . [2021-05-06T08:38:39.253Z] Removing intermediate container 709f861dca35 [2021-05-06T08:38:39.253Z] ---> 2766bdfb7c32 [2021-05-06T08:38:39.253Z] Step 6/23 : COPY go.mod . [2021-05-06T08:38:39.253Z] Removing intermediate container 7662e38df4ac [2021-05-06T08:38:39.253Z] ---> a795e55ec90a [2021-05-06T08:38:39.253Z] Step 31/31 : LABEL version=0.0.0 [2021-05-06T08:38:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.445s coverage: 95.1% of statements [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-06T08:38:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.142s coverage: 58.8% of statements [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-06T08:38:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.268s coverage: 0.9% of statements [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-06T08:38:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.216s coverage: 22.6% of statements [2021-05-06T08:38:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-06T08:38:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.189s coverage: 47.1% of statements [2021-05-06T08:38:40.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.164s coverage: 79.5% of statements [2021-05-06T08:38:40.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.134s coverage: 94.1% of statements [2021-05-06T08:38:40.649Z] ---> 079aa0629c31 [2021-05-06T08:38:40.649Z] Step 7/23 : RUN go mod download [2021-05-06T08:38:41.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.190s coverage: 96.3% of statements [2021-05-06T08:38:41.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.140s coverage: 87.5% of statements [2021-05-06T08:38:42.050Z] ---> Running in 7573ab1ea3b7 [2021-05-06T08:38:42.050Z] ---> Running in 43155ced128f [2021-05-06T08:38:43.452Z] ---> da905253a5ff [2021-05-06T08:38:43.453Z] Step 7/23 : RUN go mod download [2021-05-06T08:38:44.407Z] ---> Running in ace06487775e [2021-05-06T08:38:45.850Z] Removing intermediate container 43155ced128f [2021-05-06T08:38:45.850Z] ---> a28e3c1151f5 [2021-05-06T08:38:45.850Z] [2021-05-06T08:38:46.429Z] Successfully built a28e3c1151f5 [2021-05-06T08:38:46.429Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-06T08:38:46.429Z] Building docker-security-secretstore-setup-go [2021-05-06T08:38:47.841Z]  Building docker-security-bootstrapper-go ... done  ---> 36354aafee8f [2021-05-06T08:38:47.841Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-06T08:38:50.403Z] ---> Running in d86c69ac9b54 [2021-05-06T08:38:53.733Z] Removing intermediate container 7573ab1ea3b7 [2021-05-06T08:38:53.733Z] ---> f77ef0cee75f [2021-05-06T08:38:53.733Z] Step 8/23 : COPY . . [2021-05-06T08:38:53.999Z] Removing intermediate container ace06487775e [2021-05-06T08:38:53.999Z] ---> 548e681396aa [2021-05-06T08:38:53.999Z] Step 8/23 : COPY . . [2021-05-06T08:38:56.582Z] 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-05-06T08:38:56.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.147s coverage: 94.4% of statements [2021-05-06T08:38:56.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.140s coverage: 44.8% of statements [2021-05-06T08:39:00.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.555s coverage: 81.8% of statements [2021-05-06T08:39:00.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-06T08:39:06.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.217s coverage: 92.9% of statements [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-06T08:39:06.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-06T08:39:06.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.090s coverage: 87.2% of statements [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-06T08:39:06.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-06T08:39:06.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.166s coverage: 76.0% of statements [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-06T08:39:06.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.145s coverage: 80.0% of statements [2021-05-06T08:39:06.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.226s coverage: 87.2% of statements [2021-05-06T08:39:06.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.230s coverage: 85.4% of statements [2021-05-06T08:39:06.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.260s coverage: 91.2% of statements [2021-05-06T08:39:06.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-06T08:39:08.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.895s coverage: 64.4% of statements [2021-05-06T08:39:08.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-06T08:39:08.822Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-06T08:39:08.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.134s coverage: 100.0% of statements [2021-05-06T08:39:08.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-05-06T08:39:08.822Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-05-06T08:39:08.891Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:39:08.891Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:39:09.168Z] ---> 24003b3aa101 [2021-05-06T08:39:09.168Z] Step 3/25 : WORKDIR /edgex-go [2021-05-06T08:39:09.168Z] ---> Using cache [2021-05-06T08:39:09.168Z] ---> 9a2a08dbbf51 [2021-05-06T08:39:09.168Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:39:09.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-05-06T08:39:09.431Z] ---> Using cache [2021-05-06T08:39:09.431Z] ---> 862a0386a41e [2021-05-06T08:39:09.431Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-06T08:39:09.431Z] ---> Using cache [2021-05-06T08:39:09.431Z] ---> 22fb2a3ef37d [2021-05-06T08:39:09.431Z] Step 6/25 : COPY go.mod . [2021-05-06T08:39:09.431Z] ---> Using cache [2021-05-06T08:39:09.431Z] ---> 079aa0629c31 [2021-05-06T08:39:09.431Z] Step 7/25 : RUN go mod download [2021-05-06T08:39:09.431Z] ---> Using cache [2021-05-06T08:39:09.431Z] ---> f77ef0cee75f [2021-05-06T08:39:09.431Z] Step 8/25 : COPY . . [2021-05-06T08:39:10.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-05-06T08:39:14.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.080s coverage: 66.9% of statements [2021-05-06T08:39:14.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-06T08:39:14.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-06T08:39:14.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-06T08:39:16.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.687s coverage: 43.4% of statements [2021-05-06T08:39:16.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-06T08:39:16.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-06T08:39:16.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.095s coverage: 89.5% of statements [2021-05-06T08:39:16.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-06T08:39:16.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.134s coverage: 84.8% of statements [2021-05-06T08:39:19.557Z] Removing intermediate container ec4877f3edb8 [2021-05-06T08:39:19.557Z] ---> e85896c35ddb [2021-05-06T08:39:19.557Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-06T08:39:21.539Z] ---> Running in 26ba341114db [2021-05-06T08:39:22.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.462s coverage: 47.0% of statements [2021-05-06T08:39:22.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-06T08:39:22.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-06T08:39:22.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-06T08:39:22.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-06T08:39:22.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-06T08:39:22.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2021-05-06T08:39:22.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-06T08:39:22.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements [2021-05-06T08:39:22.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-06T08:39:22.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-06T08:39:22.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.120s coverage: 9.6% of statements [2021-05-06T08:39:22.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-06T08:39:23.267Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.492s coverage: 92.6% of statements [2021-05-06T08:39:23.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-06T08:39:23.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T08:39:23.267Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-06T08:39:24.905Z] Removing intermediate container 26ba341114db [2021-05-06T08:39:24.905Z] ---> fbd4ff4fd7fe [2021-05-06T08:39:24.905Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-06T08:39:31.555Z] ---> Running in 0fe052c52061 [2021-05-06T08:39:31.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.905s coverage: 28.7% of statements [2021-05-06T08:39:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-06T08:39:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-06T08:39:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-06T08:39:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-06T08:39:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-06T08:39:31.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.230s coverage: 99.0% of statements [2021-05-06T08:39:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-06T08:39:31.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.324s coverage: 100.0% of statements [2021-05-06T08:39:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-06T08:39:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-06T08:39:31.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-06T08:39:31.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.224s coverage: 64.6% of statements [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-06T08:39:31.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.429s coverage: 97.6% of statements [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-06T08:39:31.586Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-06T08:39:31.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-06T08:39:31.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-06T08:39:31.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-06T08:39:31.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.088s coverage: 100.0% of statements [2021-05-06T08:39:32.462Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements [2021-05-06T08:39:32.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-06T08:39:33.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-05-06T08:39:34.042Z] GO111MODULE=on go vet ./... [2021-05-06T08:39:38.294Z] Removing intermediate container 0fe052c52061 [2021-05-06T08:39:38.294Z] ---> 947a87a1f240 [2021-05-06T08:39:38.294Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-06T08:39:39.249Z] ---> b0c39b29d7bb [2021-05-06T08:39:39.249Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-06T08:39:41.827Z] ---> 5bf6b9b6ab19 [2021-05-06T08:39:41.828Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-06T08:39:42.414Z] ---> Running in 87f3fb38079b [2021-05-06T08:39:42.676Z] ---> 47e91b8a559f [2021-05-06T08:39:42.676Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-06T08:39:43.625Z] ---> Running in e9f721833506 [2021-05-06T08:39:45.544Z] ---> 09ec8b6f01e0 [2021-05-06T08:39:45.544Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-06T08:39:48.101Z] 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-05-06T08:39:48.101Z] ---> 5f3afbb6d9ed [2021-05-06T08:39:48.101Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-06T08:39:48.101Z] ---> Running in 2ab1df61bb0e [2021-05-06T08:39:48.101Z] ---> 39b03c2007e4 [2021-05-06T08:39:48.101Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-06T08:39:48.364Z] ---> Running in e6e611afe3b0 [2021-05-06T08:39:48.364Z] 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-05-06T08:39:48.631Z] Removing intermediate container 2ab1df61bb0e [2021-05-06T08:39:48.631Z] ---> 44bac1da775b [2021-05-06T08:39:48.631Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:39:49.597Z] ---> Running in 5a742681be78 [2021-05-06T08:39:50.224Z] 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-05-06T08:39:50.832Z] Removing intermediate container 5a742681be78 [2021-05-06T08:39:50.832Z] ---> aae63fa249ef [2021-05-06T08:39:50.832Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T08:39:51.801Z] ---> Running in 231a09e58252 [2021-05-06T08:39:51.801Z] Removing intermediate container d86c69ac9b54 [2021-05-06T08:39:51.801Z] ---> 3ec64df93a63 [2021-05-06T08:39:51.801Z] [2021-05-06T08:39:51.801Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T08:39:51.801Z] ---> 13621d1b12d4 [2021-05-06T08:39:51.801Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-06T08:39:52.075Z] Removing intermediate container 231a09e58252 [2021-05-06T08:39:52.075Z] ---> 7f967ebb4cf5 [2021-05-06T08:39:52.075Z] Step 22/23 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:39:52.075Z] ---> Running in cdeba9b6e01e [2021-05-06T08:39:52.355Z] ---> Running in 38aad2f02402 [2021-05-06T08:39:52.628Z] Removing intermediate container 38aad2f02402 [2021-05-06T08:39:52.628Z] ---> f5c92cb8b70b [2021-05-06T08:39:52.628Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T08:39:52.901Z] ---> Running in 4a807c6070fe [2021-05-06T08:39:54.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:39:54.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:39:54.844Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-06T08:39:54.844Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-06T08:39:54.844Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:39:54.844Z] Removing intermediate container 4a807c6070fe [2021-05-06T08:39:54.844Z] ---> b6749f330276 [2021-05-06T08:39:54.844Z] [2021-05-06T08:39:54.844Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T08:39:55.127Z] OK: 6 MiB in 16 packages [2021-05-06T08:39:55.127Z] Successfully built b6749f330276 [2021-05-06T08:39:55.127Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-06T08:39:58.539Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container cdeba9b6e01e [2021-05-06T08:39:58.539Z] ---> d726d44ee0bd [2021-05-06T08:39:58.539Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T08:39:58.826Z] ---> Running in 6db8ca26c4a9 [2021-05-06T08:39:59.108Z] Removing intermediate container 6db8ca26c4a9 [2021-05-06T08:39:59.108Z] ---> 113bc86ed3df [2021-05-06T08:39:59.108Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-06T08:39:59.108Z] ---> Running in dd8bfdb5a4f5 [2021-05-06T08:39:59.385Z] Removing intermediate container dd8bfdb5a4f5 [2021-05-06T08:39:59.385Z] ---> 383a219b64fb [2021-05-06T08:39:59.385Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T08:39:59.655Z] ---> Running in dae69dcb0e87 [2021-05-06T08:39:59.940Z] Removing intermediate container dae69dcb0e87 [2021-05-06T08:39:59.940Z] ---> f9f4117709c0 [2021-05-06T08:39:59.940Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:40:01.380Z] ---> 2e840781d4c5 [2021-05-06T08:40:01.380Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-06T08:40:02.814Z] ---> 74627c7a34f5 [2021-05-06T08:40:02.814Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-06T08:40:03.102Z] ---> 81f19a0ccc88 [2021-05-06T08:40:03.102Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-06T08:40:03.102Z] ---> Running in 24750b1bbd60 [2021-05-06T08:40:04.095Z] Removing intermediate container 24750b1bbd60 [2021-05-06T08:40:04.095Z] ---> dd033e2d3852 [2021-05-06T08:40:04.095Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:40:04.703Z] ---> Running in 6c16d7e5495f [2021-05-06T08:40:04.983Z] Removing intermediate container 6c16d7e5495f [2021-05-06T08:40:04.983Z] ---> 52606fb4768d [2021-05-06T08:40:04.983Z] Step 20/22 : LABEL arch=x86_64 [2021-05-06T08:40:04.983Z] ---> Running in 4dbda8cb9038 [2021-05-06T08:40:05.262Z] Removing intermediate container 4dbda8cb9038 [2021-05-06T08:40:05.262Z] ---> 69848051150c [2021-05-06T08:40:05.262Z] Step 21/22 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:40:05.262Z] ---> Running in 423a54d5ade0 [2021-05-06T08:40:05.606Z] Removing intermediate container 423a54d5ade0 [2021-05-06T08:40:05.606Z] ---> 7d7773743b88 [2021-05-06T08:40:05.606Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T08:40:05.978Z] ---> Running in 11aae3b5464a [2021-05-06T08:40:05.978Z] Removing intermediate container 11aae3b5464a [2021-05-06T08:40:05.978Z] ---> 6c66db556d4c [2021-05-06T08:40:05.978Z] [2021-05-06T08:40:06.326Z] Successfully built 6c66db556d4c [2021-05-06T08:40:06.326Z] Successfully tagged docker-support-notifications-go:latest [2021-05-06T08:40:15.312Z]  Building docker-support-notifications-go ... done 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-05-06T08:40:19.587Z] Removing intermediate container 87f3fb38079b [2021-05-06T08:40:19.587Z] ---> 18f212093620 [2021-05-06T08:40:19.587Z] [2021-05-06T08:40:19.587Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T08:40:19.587Z] ---> 13621d1b12d4 [2021-05-06T08:40:19.587Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T08:40:19.587Z] ---> Using cache [2021-05-06T08:40:19.587Z] ---> 9e0ce0cd63d9 [2021-05-06T08:40:19.587Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T08:40:19.587Z] ---> Using cache [2021-05-06T08:40:19.587Z] ---> 3cb0f301853c [2021-05-06T08:40:19.587Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-06T08:40:19.587Z] ---> Running in 1ed86e597db0 [2021-05-06T08:40:21.525Z] Removing intermediate container 1ed86e597db0 [2021-05-06T08:40:21.525Z] ---> 5b32ce0f772b [2021-05-06T08:40:21.525Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T08:40:23.216Z] Removing intermediate container e6e611afe3b0 [2021-05-06T08:40:23.216Z] ---> c604f02252f5 [2021-05-06T08:40:23.216Z] [2021-05-06T08:40:23.216Z] Step 10/25 : FROM alpine:3.12 [2021-05-06T08:40:23.216Z] ---> 13621d1b12d4 [2021-05-06T08:40:23.216Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-06T08:40:23.216Z] ---> Running in e19952d9749e [2021-05-06T08:40:23.216Z] ---> Running in 2f43876ff367 [2021-05-06T08:40:23.216Z] Removing intermediate container e9f721833506 [2021-05-06T08:40:23.216Z] ---> a1e624a37484 [2021-05-06T08:40:23.216Z] [2021-05-06T08:40:23.216Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T08:40:23.216Z] ---> 13621d1b12d4 [2021-05-06T08:40:23.216Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-06T08:40:23.216Z] ---> Running in 0865b06efd9c [2021-05-06T08:40:23.216Z] Removing intermediate container e19952d9749e [2021-05-06T08:40:23.216Z] ---> c8fabd3a9dad [2021-05-06T08:40:23.216Z] Step 15/23 : WORKDIR / [2021-05-06T08:40:23.480Z] ---> Running in 2098ecec83e2 [2021-05-06T08:40:23.480Z] Removing intermediate container 0865b06efd9c [2021-05-06T08:40:23.480Z] ---> 549c07cb79c0 [2021-05-06T08:40:23.480Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-06T08:40:23.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:40:23.746Z] ---> Running in 0fa4daaf41b2 [2021-05-06T08:40:23.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:40:23.746Z] Removing intermediate container 2098ecec83e2 [2021-05-06T08:40:23.746Z] ---> 83f5f9dad26e [2021-05-06T08:40:23.746Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:40:23.746Z] Removing intermediate container 0fa4daaf41b2 [2021-05-06T08:40:23.746Z] ---> 45b3dc4d241f [2021-05-06T08:40:23.746Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-06T08:40:24.009Z] ---> Running in 56d97a932cf0 [2021-05-06T08:40:24.009Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-06T08:40:24.009Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T08:40:24.009Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-06T08:40:24.009Z] (4/6) Installing curl (7.76.1-r0) [2021-05-06T08:40:24.009Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-06T08:40:24.009Z] (6/6) Installing su-exec (0.2-r1) [2021-05-06T08:40:24.273Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:40:24.537Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T08:40:24.537Z] OK: 7 MiB in 20 packages [2021-05-06T08:40:26.474Z] ---> 72628b6e6522 [2021-05-06T08:40:26.474Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-06T08:40:26.474Z] Removing intermediate container 56d97a932cf0 [2021-05-06T08:40:26.474Z] ---> 4a27c48c6449 [2021-05-06T08:40:26.474Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:40:26.474Z] ---> Running in 9888b6a627af [2021-05-06T08:40:26.741Z] Removing intermediate container 2f43876ff367 [2021-05-06T08:40:26.741Z] ---> d292ecec893f [2021-05-06T08:40:26.741Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T08:40:27.016Z] ---> eeebac18565e [2021-05-06T08:40:27.016Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-06T08:40:27.016Z] ---> Running in 07041033c201 [2021-05-06T08:40:27.286Z] Removing intermediate container 07041033c201 [2021-05-06T08:40:27.286Z] ---> 25b65754e80a [2021-05-06T08:40:27.286Z] Step 13/25 : WORKDIR / [2021-05-06T08:40:27.286Z] ---> 81874d4b170b [2021-05-06T08:40:27.286Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-06T08:40:27.286Z] ---> Running in 7bb05011692b [2021-05-06T08:40:27.553Z] ---> Running in c5cf3df93157 [2021-05-06T08:40:27.553Z] Removing intermediate container 9888b6a627af [2021-05-06T08:40:27.553Z] ---> 950e4378616e [2021-05-06T08:40:27.553Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T08:40:27.553Z] ---> Running in 229a4f554b17 [2021-05-06T08:40:27.824Z] Removing intermediate container 7bb05011692b [2021-05-06T08:40:27.824Z] ---> e4fcdb5d9874 [2021-05-06T08:40:27.824Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-06T08:40:27.824Z] Removing intermediate container c5cf3df93157 [2021-05-06T08:40:27.824Z] ---> 2ae27703fd32 [2021-05-06T08:40:27.824Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:40:28.093Z] ---> Running in ad76fd27e4f1 [2021-05-06T08:40:28.093Z] ---> 5b54698f21a4 [2021-05-06T08:40:28.093Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-06T08:40:28.362Z] Removing intermediate container ad76fd27e4f1 [2021-05-06T08:40:28.362Z] ---> 763792d333ee [2021-05-06T08:40:28.362Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T08:40:28.362Z] ---> Running in 3f7a490dbd2a [2021-05-06T08:40:28.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T08:40:28.362Z] ---> ca14c224a899 [2021-05-06T08:40:28.362Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-06T08:40:28.625Z] Removing intermediate container 3f7a490dbd2a [2021-05-06T08:40:28.625Z] ---> 4ead47d917b0 [2021-05-06T08:40:28.625Z] Step 22/23 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:40:28.625Z] ---> Running in 9d01b7556e46 [2021-05-06T08:40:28.625Z] ---> 51986c867af8 [2021-05-06T08:40:28.626Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-06T08:40:28.889Z] Removing intermediate container 9d01b7556e46 [2021-05-06T08:40:28.889Z] ---> 43ab9c1b7044 [2021-05-06T08:40:28.889Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T08:40:28.889Z] ---> Running in 914f08daa291 [2021-05-06T08:40:28.889Z] ---> b39284e1c21f [2021-05-06T08:40:28.889Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-06T08:40:29.155Z] Removing intermediate container 914f08daa291 [2021-05-06T08:40:29.155Z] ---> 11f8982eae79 [2021-05-06T08:40:29.155Z] [2021-05-06T08:40:29.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T08:40:29.418Z] Successfully built 11f8982eae79 [2021-05-06T08:40:29.418Z] Successfully tagged docker-core-command-go:latest [2021-05-06T08:40:29.418Z]  Building docker-core-command-go ... done  ---> 517e1037cc3e [2021-05-06T08:40:29.418Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-06T08:40:29.682Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T08:40:29.682Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T08:40:29.682Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T08:40:29.948Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T08:40:29.948Z] ---> a830eefbf7d4 [2021-05-06T08:40:29.948Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-06T08:40:30.221Z] ---> 80da229e5326 [2021-05-06T08:40:30.221Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-06T08:40:30.221Z] ---> Running in 781b2cc80812 [2021-05-06T08:40:30.807Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T08:40:30.807Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T08:40:30.807Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:40:30.807Z] OK: 8 MiB in 20 packages [2021-05-06T08:40:31.391Z] Removing intermediate container 781b2cc80812 [2021-05-06T08:40:31.391Z] ---> 685e9c5b2817 [2021-05-06T08:40:31.391Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-06T08:40:31.391Z] ---> Running in c26e7bd11730 [2021-05-06T08:40:31.391Z] Removing intermediate container 229a4f554b17 [2021-05-06T08:40:31.391Z] ---> 633d3969c2cc [2021-05-06T08:40:31.391Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:40:31.656Z] Removing intermediate container c26e7bd11730 [2021-05-06T08:40:31.656Z] ---> b70c6cd8637a [2021-05-06T08:40:31.656Z] Step 23/25 : LABEL arch=x86_64 [2021-05-06T08:40:31.656Z] ---> Running in 91f8fef89abe [2021-05-06T08:40:31.656Z] ---> 577c7b285d64 [2021-05-06T08:40:31.656Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-06T08:40:31.919Z] Removing intermediate container 91f8fef89abe [2021-05-06T08:40:31.919Z] ---> 10afae649367 [2021-05-06T08:40:31.919Z] Step 24/25 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:40:31.919Z] ---> Running in 30e6efe5be2f [2021-05-06T08:40:32.183Z] Removing intermediate container 30e6efe5be2f [2021-05-06T08:40:32.183Z] ---> f162a3e708bf [2021-05-06T08:40:32.183Z] Step 25/25 : LABEL version=0.0.0 [2021-05-06T08:40:32.452Z] ---> Running in 496492b18f56 [2021-05-06T08:40:32.452Z] ---> 59e91e4b8966 [2021-05-06T08:40:32.452Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-06T08:40:32.452Z] Removing intermediate container 496492b18f56 [2021-05-06T08:40:32.452Z] ---> 1f52aaf4a790 [2021-05-06T08:40:32.452Z] [2021-05-06T08:40:33.034Z] ---> 2fe5fe9c172e [2021-05-06T08:40:33.034Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-06T08:40:33.034Z] Successfully built 1f52aaf4a790 [2021-05-06T08:40:33.034Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-06T08:40:33.034Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in ac2120d375aa [2021-05-06T08:40:33.300Z] Removing intermediate container ac2120d375aa [2021-05-06T08:40:33.300Z] ---> 21501a7e2024 [2021-05-06T08:40:33.300Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:40:33.300Z] ---> Running in 15f609fee2bd [2021-05-06T08:40:33.564Z] Removing intermediate container 15f609fee2bd [2021-05-06T08:40:33.564Z] ---> 077254e7464a [2021-05-06T08:40:33.564Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T08:40:33.564Z] ---> Running in c2fa00061968 [2021-05-06T08:40:33.828Z] Removing intermediate container c2fa00061968 [2021-05-06T08:40:33.828Z] ---> 02e47dde22e6 [2021-05-06T08:40:33.828Z] Step 22/23 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:40:33.828Z] ---> Running in 9d1a37b4f35d [2021-05-06T08:40:34.092Z] Removing intermediate container 9d1a37b4f35d [2021-05-06T08:40:34.092Z] ---> 0bcd89657db4 [2021-05-06T08:40:34.092Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T08:40:34.092Z] ---> Running in 9d0379816187 [2021-05-06T08:40:34.356Z] Removing intermediate container 9d0379816187 [2021-05-06T08:40:34.356Z] ---> 69bdc08127ee [2021-05-06T08:40:34.356Z] [2021-05-06T08:40:34.356Z] Successfully built 69bdc08127ee [2021-05-06T08:40:34.356Z] Successfully tagged docker-core-data-go:latest [2021-05-06T08:40:34.966Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-06T08:40:35.021Z] $ docker stop --time=1 d3bc96ac2a493c7b050d67514f7d7348f353ec6430d389037b18552344a194f7 [2021-05-06T08:40:36.672Z] $ docker rm -f d3bc96ac2a493c7b050d67514f7d7348f353ec6430d389037b18552344a194f7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T08:40:37.145Z] + docker images [2021-05-06T08:40:37.145Z] + grep docker [2021-05-06T08:40:37.407Z] docker-core-data-go latest 69bdc08127ee 3 seconds ago 21.5MB [2021-05-06T08:40:37.407Z] docker-security-secretstore-setup-go latest 1f52aaf4a790 5 seconds ago 25.7MB [2021-05-06T08:40:37.407Z] docker-core-command-go latest 11f8982eae79 9 seconds ago 17MB [2021-05-06T08:40:37.407Z] docker-support-notifications-go latest 6c66db556d4c 32 seconds ago 17.6MB [2021-05-06T08:40:37.407Z] docker-sys-mgmt-agent-go latest b6749f330276 43 seconds ago 312MB [2021-05-06T08:40:37.407Z] docker-security-bootstrapper-go latest a28e3c1151f5 About a minute ago 18.2MB [2021-05-06T08:40:37.407Z] docker-core-metadata-go latest 75cd7ceac3a4 2 minutes ago 18.6MB [2021-05-06T08:40:37.407Z] docker-support-scheduler-go latest ac1339a9c912 2 minutes ago 17.1MB [2021-05-06T08:40:37.407Z] docker-security-proxy-setup-go latest b6ad4180ae9d 2 minutes ago 25.3MB [2021-05-06T08:40:37.407Z] 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-05-06T08:40:52.788Z] Still waiting to schedule task [2021-05-06T08:40:52.788Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-06T08:41:25.939Z] gofmt -l . [2021-05-06T08:41:25.939Z] [ "`gofmt -l .`" = "" ] [2021-05-06T08:41:25.939Z] ./bin/test-go-mod-tidy.sh [2021-05-06T08:41:25.939Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-06T08:41:26.606Z] + ls -al . [2021-05-06T08:41:26.607Z] total 844 [2021-05-06T08:41:26.607Z] drwxrwxr-x 9 1001 1001 4096 May 6 08:41 . [2021-05-06T08:41:26.607Z] drwxr-xr-x 4 root root 4096 May 6 08:36 .. [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 11 May 6 08:34 .dockerignore [2021-05-06T08:41:26.607Z] drwxrwxr-x 8 1001 1001 4096 May 6 08:34 .git [2021-05-06T08:41:26.607Z] drwxrwxr-x 3 1001 1001 4096 May 6 08:34 .github [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 818 May 6 08:34 .gitignore [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 166 May 6 08:34 .sonarcloud.properties [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 8609 May 6 08:34 Attribution.txt [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 3804 May 6 08:34 CONTRIBUTING.md [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 931 May 6 08:34 Dockerfile.build [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 863 May 6 08:34 Jenkinsfile [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 10775 May 6 08:34 LICENSE [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 5774 May 6 08:34 Makefile [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 7978 May 6 08:34 README.md [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 6755 May 6 08:34 SECURITY.md [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 5 May 6 08:31 VERSION [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 4131 May 6 08:34 ZMQWindows.md [2021-05-06T08:41:26.607Z] drwxrwxr-x 2 1001 1001 4096 May 6 08:34 bin [2021-05-06T08:41:26.607Z] drwxrwxr-x 14 1001 1001 4096 May 6 08:34 cmd [2021-05-06T08:41:26.607Z] -rw-r--r-- 1 root root 705232 May 6 08:39 coverage.out [2021-05-06T08:41:26.607Z] -rw-r--r-- 1 root root 1060 May 6 08:41 go.mod [2021-05-06T08:41:26.607Z] -rw-r--r-- 1 root root 22091 May 6 08:36 go.sum [2021-05-06T08:41:26.607Z] drwxrwxr-x 8 1001 1001 4096 May 6 08:34 internal [2021-05-06T08:41:26.607Z] drwxrwxr-x 4 1001 1001 4096 May 6 08:34 openapi [2021-05-06T08:41:26.607Z] drwxrwxr-x 4 1001 1001 4096 May 6 08:34 snap [2021-05-06T08:41:26.607Z] -rw-rw-r-- 1 1001 1001 168 May 6 08:34 version.go [Pipeline] sh [2021-05-06T08:41:27.288Z] + '[' -e coverage.out ] [2021-05-06T08:41:27.288Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-06T08:41:27.327Z] Warning: overwriting stash ‘coverage-report’ [2021-05-06T08:41:28.923Z] Stashed 1 file(s) [Pipeline] sh [2021-05-06T08:41:29.623Z] + make build [2021-05-06T08:41:29.623Z] 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-05-06T08:41:38.230Z] 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-05-06T08:41:39.824Z] Running on prd-ubuntu18.04-docker-8c-8g-3190 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-05-06T08:41:39.841Z] Running in /w/workspace/edgex-go/114 [Pipeline] { [Pipeline] checkout [2021-05-06T08:41:42.042Z] using credential edgex-jenkins-ssh [2021-05-06T08:41:42.057Z] Cloning the remote Git repository [2021-05-06T08:41:42.085Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-06T08:41:42.157Z] > git init /w/workspace/edgex-go/114 # timeout=10 [2021-05-06T08:41:42.188Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T08:41:42.188Z] > git --version # timeout=10 [2021-05-06T08:41:42.193Z] > git --version # 'git version 2.17.1' [2021-05-06T08:41:42.194Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T08:41:42.221Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T08:41:49.635Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T08:41:49.641Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T08:41:49.650Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T08:41:49.660Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T08:41:49.660Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T08:41:49.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T08:41:50.316Z] Merging remotes/origin/master commit 58f175f39c326a963567c19064a72a1694fab97f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-05-06T08:41:50.654Z] Merge succeeded, producing 12010ba32e0d3011e3b77804b1756f6990593738 [2021-05-06T08:41:50.655Z] Checking out Revision 12010ba32e0d3011e3b77804b1756f6990593738 (PR-2858) [2021-05-06T08:41:50.312Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T08:41:50.318Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-05-06T08:41:50.391Z] > git remote # timeout=10 [2021-05-06T08:41:50.398Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T08:41:50.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T08:41:50.428Z] > git merge 58f175f39c326a963567c19064a72a1694fab97f # timeout=10 [2021-05-06T08:41:50.629Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T08:41:50.656Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T08:41:50.663Z] > git checkout -f 12010ba32e0d3011e3b77804b1756f6990593738 # timeout=10 [2021-05-06T08:41:54.295Z] Commit message: "Merge commit '58f175f39c326a963567c19064a72a1694fab97f' into HEAD" [2021-05-06T08:41:54.304Z] First time build. Skipping changelog. [2021-05-06T08:41:54.281Z] > git rev-list --no-walk 5ca66f3e5f50b6b704d32fd95851e73d01959cda # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T08:41:55.462Z] + echo snap-build.sh [2021-05-06T08:41:55.462Z] snap-build.sh [2021-05-06T08:41:55.462Z] + SNAP_BASE_DIR=. [2021-05-06T08:41:55.462Z] + '[' '!' -z /w/workspace/edgex-go/114 ']' [2021-05-06T08:41:55.462Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/114 [2021-05-06T08:41:55.462Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/114]' [2021-05-06T08:41:55.462Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/114] [2021-05-06T08:41:55.462Z] + cd /w/workspace/edgex-go/114 [2021-05-06T08:41:55.462Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-06T08:41:55.462Z] Reading package lists... [2021-05-06T08:41:55.725Z] Building dependency tree... [2021-05-06T08:41:55.725Z] Reading state information... [2021-05-06T08:41:55.725Z] The following packages were automatically installed and are no longer required: [2021-05-06T08:41:55.725Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-06T08:41:55.725Z] uidmap xdelta3 [2021-05-06T08:41:55.725Z] Use 'sudo apt autoremove' to remove them. [2021-05-06T08:41:55.725Z] The following packages will be REMOVED: [2021-05-06T08:41:55.725Z] lxd* lxd-client* [2021-05-06T08:41:56.299Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-06T08:41:56.299Z] After this operation, 31.7 MB disk space will be freed. [2021-05-06T08:41:57.351Z] (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-05-06T08:41:57.614Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T08:41:58.192Z] Removing lxd dnsmasq configuration [2021-05-06T08:41:58.455Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T08:41:58.455Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-06T08:41:59.400Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-06T08:41:59.662Z] (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-05-06T08:41:59.662Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T08:42:01.053Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-06T08:42:01.053Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-06T08:42:02.454Z] + sudo snap remove --purge lxd [2021-05-06T08:42:02.454Z] snap "lxd" is not installed [2021-05-06T08:42:02.454Z] + sudo groupadd --force --system lxd [2021-05-06T08:42:02.454Z] ++ whoami [2021-05-06T08:42:02.715Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-06T08:42:02.715Z] + newgrp - lxd [2021-05-06T08:42:02.715Z] + sudo snap install lxd [2021-05-06T08:42:10.591Z] 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-05-06T08:42:12.029Z] 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-05-06T08:42:12.729Z] 2021-05-06T08:42:10Z INFO Waiting for automatic snapd restart... [2021-05-06T08:42:17.443Z] 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-05-06T08:42:18.426Z] 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-05-06T08:42:23.839Z] 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-05-06T08:42:28.150Z] 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-05-06T08:42:30.872Z] lxd 4.13 from Canonical* installed [2021-05-06T08:42:30.872Z] + sudo lxd init --auto [2021-05-06T08:42:31.542Z] 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-05-06T08:42:35.854Z] 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-05-06T08:42:38.468Z] 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-05-06T08:42:39.018Z] + sudo snap install --classic snapcraft [2021-05-06T08:42:41.854Z] 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-05-06T08:42:44.318Z] snapcraft 4.7.1 from Canonical* installed [2021-05-06T08:42:44.318Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-06T08:42:44.318Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-06T08:42:44.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T08:42:44.318Z] Dload Upload Total Spent Left Speed [2021-05-06T08:42:44.318Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3800 0 --:--:-- --:--:-- --:--:-- 3777 [2021-05-06T08:42:44.318Z] 100 3325k 100 3325k 0 0 9750k 0 --:--:-- --:--:-- --:--:-- 9750k [2021-05-06T08:42:44.318Z] ./yq_linux_amd64 [2021-05-06T08:42:44.318Z] + sudo snapcraft prime --use-lxd [2021-05-06T08:42:46.233Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-06T08:42:46.233Z] 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-05-06T08:42:46.233Z] - README.md [2021-05-06T08:42:46.233Z] [2021-05-06T08:42:46.233Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-06T08:42:46.494Z] Launching a container. [Pipeline] } [2021-05-06T08:42:48.563Z] $ docker stop --time=1 2b9c03b199a9ffc97f8a4bc46063924d33a389c2215b93efc791dbc73a9ffa23 [2021-05-06T08:42:51.345Z] $ docker rm -f 2b9c03b199a9ffc97f8a4bc46063924d33a389c2215b93efc791dbc73a9ffa23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:42:53.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T08:42:53.324Z] [2021-05-06T08:42:53.324Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:42:53.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T08:42:54.217Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-06T08:42:54.217Z] 29e5d40040c1: Pulling fs layer [2021-05-06T08:42:54.217Z] 1ce36da41761: Pulling fs layer [2021-05-06T08:42:54.217Z] 25b303627fd3: Pulling fs layer [2021-05-06T08:42:54.493Z] 29e5d40040c1: Verifying Checksum [2021-05-06T08:42:54.493Z] 29e5d40040c1: Download complete [2021-05-06T08:42:55.092Z] 29e5d40040c1: Pull complete [2021-05-06T08:42:55.092Z] 1ce36da41761: Verifying Checksum [2021-05-06T08:42:55.092Z] 1ce36da41761: Download complete [2021-05-06T08:42:56.527Z] 1ce36da41761: Pull complete [2021-05-06T08:42:56.527Z] 25b303627fd3: Verifying Checksum [2021-05-06T08:42:56.527Z] 25b303627fd3: Download complete [2021-05-06T08:42:58.733Z] Waiting for container to be ready [2021-05-06T08:42:58.733Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-06T08:42:58.733Z] [2021-05-06T08:43:02.947Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-06T08:43:03.223Z] Waiting for network to be ready... [2021-05-06T08:43:03.798Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-06T08:43:03.798Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-06T08:43:03.798Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-06T08:43:04.066Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-06T08:43:04.066Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-06T08:43:04.066Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-06T08:43:04.066Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-06T08:43:04.066Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-06T08:43:04.066Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-06T08:43:04.066Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-06T08:43:04.330Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-06T08:43:04.592Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-06T08:43:04.854Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-06T08:43:04.854Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-06T08:43:04.854Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-06T08:43:04.854Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-06T08:43:04.854Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-06T08:43:04.854Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-06T08:43:05.119Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-06T08:43:05.380Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-06T08:43:05.642Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-06T08:43:05.642Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-06T08:43:05.642Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-06T08:43:05.642Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-06T08:43:05.642Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-06T08:43:05.642Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-06T08:43:05.642Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-06T08:43:06.686Z] 25b303627fd3: Pull complete [2021-05-06T08:43:06.686Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-06T08:43:06.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T08:43:06.686Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-06T08:43:06.953Z] prd-ubuntu18.04-docker-arm64-4c-16g-3188 does not seem to be running inside a container [2021-05-06T08:43:07.006Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/114 -v /w/workspace/edgex-go/114:/w/workspace/edgex-go/114:rw,z -v /w/workspace/edgex-go/114@tmp:/w/workspace/edgex-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-06T08:43:07.557Z] Fetched 24.5 MB in 4s (6095 kB/s) [2021-05-06T08:43:08.503Z] Reading package lists... [2021-05-06T08:43:08.765Z] Reading package lists... [2021-05-06T08:43:09.026Z] Building dependency tree... [2021-05-06T08:43:09.026Z] Reading state information... [2021-05-06T08:43:09.026Z] The following additional packages will be installed: [2021-05-06T08:43:09.026Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-06T08:43:09.026Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-06T08:43:09.026Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-06T08:43:09.027Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-06T08:43:09.027Z] Suggested packages: [2021-05-06T08:43:09.027Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-06T08:43:09.027Z] Recommended packages: [2021-05-06T08:43:09.027Z] gnupg libsasl2-modules [2021-05-06T08:43:09.027Z] The following NEW packages will be installed: [2021-05-06T08:43:09.027Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-06T08:43:09.027Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-06T08:43:09.027Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-06T08:43:09.027Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-06T08:43:09.027Z] The following packages will be upgraded: [2021-05-06T08:43:09.027Z] gpg gpg-agent gpgconf libudev1 [2021-05-06T08:43:09.600Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-06T08:43:09.600Z] Need to get 3529 kB of archives. [2021-05-06T08:43:09.600Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-06T08:43:09.600Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-06T08:43:09.600Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-06T08:43:09.600Z] 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-05-06T08:43:09.600Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-06T08:43:09.863Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-06T08:43:09.863Z] 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-05-06T08:43:10.125Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-06T08:43:10.125Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-06T08:43:10.125Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-06T08:43:10.125Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-06T08:43:10.125Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-06T08:43:10.125Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-06T08:43:10.125Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-06T08:43:10.125Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-06T08:43:10.125Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-06T08:43:10.125Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-06T08:43:10.125Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-06T08:43:10.125Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-06T08:43:10.125Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-06T08:43:10.125Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-06T08:43:10.125Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-06T08:43:10.125Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-06T08:43:10.233Z] $ docker top 6c8b58127bb172f1c0352585329b4596b4b001294f5cccfe7f9a8a5a5dad6d51 -eo pid,comm [2021-05-06T08:43:10.387Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T08:43:10.387Z] Fetched 3529 kB in 1s (3224 kB/s) [Pipeline] { [Pipeline] sh [2021-05-06T08:43:10.649Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-06T08:43:10.649Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-06T08:43:10.649Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-06T08:43:10.912Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-06T08:43:10.912Z] Selecting previously unselected package udev. [2021-05-06T08:43:10.912Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-06T08:43:10.912Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-06T08:43:11.174Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-06T08:43:11.174Z] Selecting previously unselected package libfuse2:amd64. [2021-05-06T08:43:11.174Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-06T08:43:11.174Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-06T08:43:11.252Z] + docker-compose+ buildgrep --help parallel [2021-05-06T08:43:11.252Z] [2021-05-06T08:43:11.436Z] Selecting previously unselected package fuse. [2021-05-06T08:43:11.436Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-06T08:43:11.436Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-06T08:43:11.436Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T08:43:11.436Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T08:43:11.436Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T08:43:11.699Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T08:43:11.699Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T08:43:11.699Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T08:43:11.959Z] Selecting previously unselected package libksba8:amd64. [2021-05-06T08:43:11.959Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-06T08:43:11.959Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-06T08:43:11.959Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-06T08:43:11.959Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T08:43:11.959Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:11.959Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-06T08:43:11.959Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T08:43:11.959Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:12.220Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-06T08:43:12.220Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T08:43:12.220Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:12.220Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-06T08:43:12.220Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T08:43:12.220Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:12.483Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-06T08:43:12.483Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T08:43:12.483Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:12.483Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-06T08:43:12.483Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T08:43:12.483Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:12.483Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-06T08:43:12.483Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T08:43:12.744Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:12.744Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-06T08:43:12.744Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T08:43:12.744Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:12.744Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-06T08:43:12.744Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T08:43:12.744Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:13.007Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-06T08:43:13.007Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-06T08:43:13.007Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T08:43:13.007Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-06T08:43:13.007Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-06T08:43:13.007Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T08:43:13.007Z] Selecting previously unselected package libldap-common. [2021-05-06T08:43:13.007Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-06T08:43:13.007Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T08:43:13.007Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-06T08:43:13.007Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-06T08:43:13.007Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T08:43:13.268Z] Selecting previously unselected package dirmngr. [2021-05-06T08:43:13.268Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T08:43:13.268Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-06T08:43:13.268Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T08:43:13.268Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-06T08:43:13.530Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-06T08:43:13.530Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T08:43:13.530Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T08:43:13.530Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-06T08:43:13.530Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:13.530Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-06T08:43:13.530Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T08:43:13.530Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-06T08:43:14.104Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-06T08:43:14.104Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:14.104Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-06T08:43:14.104Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-06T08:43:14.365Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-06T08:43:14.365Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:14.365Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:14.365Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:14.365Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:14.365Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:14.365Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:14.365Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T08:43:14.365Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T08:43:14.365Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-06T08:43:14.627Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T08:43:14.888Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-06T08:43:14.888Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-06T08:43:14.888Z] This means they are not meant to be enabled using systemctl. [2021-05-06T08:43:14.888Z] Possible reasons for having this kind of units are: [2021-05-06T08:43:14.888Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-06T08:43:14.888Z] .wants/ or .requires/ directory. [2021-05-06T08:43:14.888Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-06T08:43:14.888Z] a requirement dependency on it. [2021-05-06T08:43:14.888Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-06T08:43:14.888Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-06T08:43:14.888Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-06T08:43:14.888Z] instance name specified. [2021-05-06T08:43:15.461Z] Reading package lists... [2021-05-06T08:43:15.461Z] Building dependency tree... [2021-05-06T08:43:15.461Z] Reading state information... [2021-05-06T08:43:15.724Z] The following additional packages will be installed: [2021-05-06T08:43:15.724Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-06T08:43:15.724Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-06T08:43:15.724Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-06T08:43:15.724Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-06T08:43:15.724Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-06T08:43:15.724Z] Suggested packages: [2021-05-06T08:43:15.724Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-06T08:43:15.724Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-06T08:43:15.724Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-06T08:43:15.724Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-06T08:43:15.724Z] systemd-container policykit-1 [2021-05-06T08:43:15.724Z] Recommended packages: [2021-05-06T08:43:15.724Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-06T08:43:15.724Z] The following NEW packages will be installed: [2021-05-06T08:43:15.724Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-06T08:43:15.724Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-06T08:43:15.724Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-06T08:43:15.724Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-06T08:43:15.724Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-06T08:43:15.724Z] The following packages will be upgraded: [2021-05-06T08:43:15.724Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-06T08:43:15.724Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-06T08:43:15.724Z] Need to get 35.2 MB of archives. [2021-05-06T08:43:15.724Z] After this operation, 141 MB of additional disk space will be used. [2021-05-06T08:43:15.724Z] 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-05-06T08:43:15.724Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-06T08:43:15.986Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-06T08:43:15.986Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-06T08:43:15.986Z] 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-05-06T08:43:15.986Z] 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-05-06T08:43:15.986Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-06T08:43:15.986Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-06T08:43:15.986Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-06T08:43:15.986Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-06T08:43:15.986Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-06T08:43:15.986Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-06T08:43:15.986Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-06T08:43:15.986Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-06T08:43:15.986Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-06T08:43:15.986Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-06T08:43:15.987Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-06T08:43:16.634Z] --parallel Build images in parallel. [Pipeline] } [2021-05-06T08:43:16.627Z] $ docker stop --time=1 6c8b58127bb172f1c0352585329b4596b4b001294f5cccfe7f9a8a5a5dad6d51 [2021-05-06T08:43:16.944Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-06T08:43:16.944Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-06T08:43:16.944Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-06T08:43:16.944Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-06T08:43:16.944Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-06T08:43:16.944Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-06T08:43:16.944Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-06T08:43:16.944Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-06T08:43:16.944Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-06T08:43:16.944Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-06T08:43:16.944Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-06T08:43:16.944Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-06T08:43:16.944Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-06T08:43:17.206Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T08:43:17.206Z] Fetched 35.2 MB in 1s (26.3 MB/s) [2021-05-06T08:43:17.469Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T08:43:17.469Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-06T08:43:17.731Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-06T08:43:18.304Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-06T08:43:18.304Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-06T08:43:18.304Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-06T08:43:18.565Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T08:43:18.565Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-06T08:43:18.565Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-06T08:43:18.565Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-06T08:43:18.603Z] $ docker rm -f 6c8b58127bb172f1c0352585329b4596b4b001294f5cccfe7f9a8a5a5dad6d51 [2021-05-06T08:43:18.825Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T08:43:18.825Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-06T08:43:18.825Z] Unpacking apt (1.6.13) over (1.6.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:43:19.085Z] Setting up apt (1.6.13) ... [2021-05-06T08:43:19.086Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-06T08:43:19.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T08:43:19.357Z] . [Pipeline] withDockerContainer [2021-05-06T08:43:19.638Z] prd-ubuntu18.04-docker-arm64-4c-16g-3188 does not seem to be running inside a container [2021-05-06T08:43:19.657Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-06T08:43:19.657Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-06T08:43:19.657Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-06T08:43:19.700Z] $ 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/114 -v /w/workspace/edgex-go/114:/w/workspace/edgex-go/114:rw,z -v /w/workspace/edgex-go/114@tmp:/w/workspace/edgex-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-06T08:43:20.602Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-06T08:43:21.139Z] $ docker top 42c443ddd92f4c4654552f68d4abd28e92792e22437cbd815a429399844a23b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T08:43:21.991Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-06T08:43:21.991Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T08:43:21.991Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T08:43:21.991Z] Selecting previously unselected package libexpat1:amd64. [2021-05-06T08:43:21.991Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-06T08:43:21.991Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-06T08:43:22.162Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-06T08:43:22.572Z] Selecting previously unselected package python3.6-minimal. [2021-05-06T08:43:22.572Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T08:43:22.572Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T08:43:23.516Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-06T08:43:23.777Z] Checking for services that may need to be restarted...done. [2021-05-06T08:43:23.777Z] Checking for services that may need to be restarted...done. [2021-05-06T08:43:24.355Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T08:43:24.929Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-06T08:43:25.192Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T08:43:25.453Z] Selecting previously unselected package python3-minimal. [2021-05-06T08:43:25.453Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-06T08:43:25.453Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-06T08:43:25.453Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-06T08:43:25.714Z] Selecting previously unselected package mime-support. [2021-05-06T08:43:25.714Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-06T08:43:25.714Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-06T08:43:25.714Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-06T08:43:25.714Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-06T08:43:25.714Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-06T08:43:25.976Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-06T08:43:25.976Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T08:43:25.976Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T08:43:26.238Z] Selecting previously unselected package python3.6. [2021-05-06T08:43:26.238Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T08:43:26.238Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T08:43:26.238Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-06T08:43:26.238Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-06T08:43:26.239Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-06T08:43:26.239Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-06T08:43:26.501Z] Selecting previously unselected package python3. [2021-05-06T08:43:26.501Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-06T08:43:26.501Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-06T08:43:26.501Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-06T08:43:26.762Z] Selecting previously unselected package multiarch-support. [2021-05-06T08:43:26.762Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T08:43:26.762Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-06T08:43:26.762Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-06T08:43:26.762Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-06T08:43:26.762Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-06T08:43:26.762Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-06T08:43:26.762Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-06T08:43:26.762Z] Selecting previously unselected package libbsd0:amd64. [2021-05-06T08:43:26.762Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-06T08:43:27.027Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-06T08:43:27.027Z] Selecting previously unselected package sudo. [2021-05-06T08:43:27.027Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-06T08:43:27.027Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-06T08:43:27.027Z] Selecting previously unselected package apparmor. [2021-05-06T08:43:27.027Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-06T08:43:27.027Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-06T08:43:27.289Z] Selecting previously unselected package libedit2:amd64. [2021-05-06T08:43:27.289Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-06T08:43:27.289Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-06T08:43:27.289Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-06T08:43:27.289Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T08:43:27.289Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T08:43:27.553Z] Building docker-core-command-go ... [2021-05-06T08:43:27.553Z] Building docker-core-data-go ... [2021-05-06T08:43:27.553Z] Building docker-core-metadata-go ... [2021-05-06T08:43:27.553Z] Building docker-security-bootstrapper-go ... [2021-05-06T08:43:27.553Z] Building docker-security-proxy-setup-go ... [2021-05-06T08:43:27.553Z] Building docker-security-secretstore-setup-go ... [2021-05-06T08:43:27.553Z] Building docker-support-notifications-go ... [2021-05-06T08:43:27.553Z] Building docker-support-scheduler-go ... [2021-05-06T08:43:27.553Z] Building docker-sys-mgmt-agent-go ... [2021-05-06T08:43:27.553Z] Building docker-support-scheduler-go [2021-05-06T08:43:27.553Z] Building docker-sys-mgmt-agent-go [2021-05-06T08:43:27.553Z] Building docker-security-secretstore-setup-go [2021-05-06T08:43:27.553Z] Building docker-security-bootstrapper-go [2021-05-06T08:43:27.553Z] Building docker-core-metadata-go [2021-05-06T08:43:27.554Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-06T08:43:27.554Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T08:43:27.554Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T08:43:27.554Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-06T08:43:27.554Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-06T08:43:27.554Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-06T08:43:27.814Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-06T08:43:27.814Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T08:43:27.814Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T08:43:27.814Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-06T08:43:27.814Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T08:43:27.814Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T08:43:28.099Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-06T08:43:28.099Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-06T08:43:28.099Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-06T08:43:28.360Z] Selecting previously unselected package openssh-client. [2021-05-06T08:43:28.360Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-06T08:43:28.360Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-06T08:43:28.360Z] Selecting previously unselected package squashfs-tools. [2021-05-06T08:43:28.360Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-06T08:43:28.360Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-06T08:43:28.621Z] Selecting previously unselected package snapd. [2021-05-06T08:43:28.621Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-06T08:43:28.621Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-06T08:43:31.201Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-06T08:43:31.201Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-06T08:43:31.201Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-06T08:43:31.201Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-06T08:43:31.464Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-06T08:43:31.725Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T08:43:31.725Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T08:43:31.725Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-06T08:43:31.725Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-06T08:43:32.672Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-06T08:43:32.672Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-06T08:43:32.672Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-06T08:43:32.672Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T08:43:32.672Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T08:43:32.672Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T08:43:33.244Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-06T08:43:33.244Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T08:43:33.244Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-06T08:43:33.508Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-06T08:43:33.508Z] running python rtupdate hooks for python3.6... [2021-05-06T08:43:33.508Z] running python post-rtupdate hooks for python3.6... [2021-05-06T08:43:33.508Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-06T08:43:34.900Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-06T08:43:35.162Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T08:43:35.162Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-06T08:43:35.162Z] Setting up snapd (2.48.3+18.04) ... [2021-05-06T08:43:35.737Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-06T08:43:35.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-06T08:43:35.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-06T08:43:36.258Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-06T08:43:36.520Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-06T08:43:36.520Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-06T08:43:36.520Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-06T08:43:36.780Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-06T08:43:37.042Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-06T08:43:37.043Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-06T08:43:37.304Z] /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-05-06T08:43:37.304Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T08:43:37.304Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-06T08:43:38.250Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T08:43:38.250Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T08:43:38.511Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T08:43:39.718Z] Reading package lists... [2021-05-06T08:43:39.718Z] Reading package lists... [2021-05-06T08:43:40.290Z] Building dependency tree... [2021-05-06T08:43:40.290Z] Reading state information... [2021-05-06T08:43:40.290Z] Calculating upgrade... [2021-05-06T08:43:40.550Z] The following packages will be upgraded: [2021-05-06T08:43:40.550Z] advancecomp base-files bash binutils binutils-common [2021-05-06T08:43:40.550Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-06T08:43:40.550Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-06T08:43:40.550Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-06T08:43:40.550Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-06T08:43:40.550Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-06T08:43:40.550Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-06T08:43:40.550Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-06T08:43:40.550Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-06T08:43:40.550Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-06T08:43:40.550Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-06T08:43:40.550Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-06T08:43:40.550Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-06T08:43:40.550Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-06T08:43:40.551Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-06T08:43:40.551Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T08:43:40.551Z] Need to get 64.0 MB of archives. [2021-05-06T08:43:40.551Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-06T08:43:40.551Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-06T08:43:40.551Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-06T08:43:40.551Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-06T08:43:40.551Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-06T08:43:40.551Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-06T08:43:40.551Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-06T08:43:40.551Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-06T08:43:40.551Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-06T08:43:40.551Z] 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-05-06T08:43:40.551Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-06T08:43:40.551Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-06T08:43:40.551Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-06T08:43:40.811Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-06T08:43:40.811Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-06T08:43:40.811Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-06T08:43:40.811Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-06T08:43:40.811Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-06T08:43:40.811Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-06T08:43:40.812Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-06T08:43:40.812Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-06T08:43:40.812Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-06T08:43:40.812Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-06T08:43:40.812Z] 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-05-06T08:43:40.812Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-06T08:43:40.812Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-06T08:43:40.812Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-06T08:43:40.812Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-06T08:43:40.812Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-06T08:43:40.812Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-06T08:43:40.812Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-06T08:43:40.812Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-06T08:43:41.074Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-06T08:43:41.074Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-06T08:43:41.074Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-06T08:43:41.074Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-06T08:43:41.074Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-06T08:43:41.074Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-06T08:43:41.074Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-06T08:43:41.074Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-06T08:43:41.074Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-06T08:43:41.074Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-06T08:43:41.074Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-06T08:43:41.074Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-06T08:43:41.074Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-06T08:43:41.074Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-06T08:43:41.074Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-06T08:43:41.074Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-06T08:43:41.074Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-06T08:43:41.074Z] 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-05-06T08:43:41.074Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-06T08:43:41.074Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-06T08:43:41.074Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-06T08:43:41.074Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-06T08:43:41.074Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-06T08:43:41.074Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-06T08:43:41.074Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-06T08:43:41.357Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-06T08:43:41.619Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-06T08:43:41.619Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-06T08:43:41.619Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-06T08:43:41.619Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-06T08:43:41.619Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-06T08:43:41.619Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-06T08:43:41.619Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-06T08:43:41.619Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-06T08:43:41.619Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-06T08:43:41.619Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-06T08:43:41.880Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-06T08:43:41.880Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-06T08:43:41.880Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-06T08:43:41.880Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-06T08:43:41.880Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-06T08:43:41.880Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-06T08:43:41.880Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-06T08:43:41.880Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-06T08:43:41.880Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-06T08:43:41.880Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-06T08:43:42.142Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-06T08:43:42.142Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-06T08:43:42.142Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-06T08:43:42.142Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-06T08:43:42.142Z] 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-05-06T08:43:42.142Z] 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-05-06T08:43:42.142Z] 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-05-06T08:43:42.142Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-06T08:43:42.142Z] 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-05-06T08:43:42.142Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-06T08:43:42.142Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-06T08:43:42.142Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-06T08:43:42.142Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-06T08:43:42.402Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-06T08:43:42.402Z] 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-05-06T08:43:42.402Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-06T08:43:42.402Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-06T08:43:42.402Z] 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-05-06T08:43:42.402Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-06T08:43:42.402Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-06T08:43:42.402Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-06T08:43:42.402Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-06T08:43:42.402Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-06T08:43:42.402Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-06T08:43:42.664Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T08:43:42.664Z] Fetched 64.0 MB in 2s (31.3 MB/s) [2021-05-06T08:43:42.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:42.664Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T08:43:42.664Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T08:43:43.608Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T08:43:43.609Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T08:43:43.609Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-06T08:43:43.609Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-06T08:43:44.180Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:44.441Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T08:43:44.441Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:44.441Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T08:43:44.441Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:44.441Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T08:43:44.701Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:44.701Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T08:43:44.701Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:44.701Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T08:43:44.963Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:44.963Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T08:43:44.963Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:44.963Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T08:43:45.224Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:43:45.224Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T08:43:45.224Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:45.224Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-06T08:43:45.224Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:43:45.485Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T08:43:45.485Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:45.485Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T08:43:45.485Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:45.485Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T08:43:45.746Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T08:43:45.746Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T08:43:45.746Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:43:46.007Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T08:43:46.007Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T08:43:46.269Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T08:43:46.531Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-06T08:43:46.792Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T08:43:46.792Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-06T08:43:47.051Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-06T08:43:47.051Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-06T08:43:47.051Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-06T08:43:47.313Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-06T08:43:47.313Z] Installing new version of config file /etc/issue ... [2021-05-06T08:43:47.313Z] Installing new version of config file /etc/issue.net ... [2021-05-06T08:43:47.313Z] Installing new version of config file /etc/lsb-release ... [2021-05-06T08:43:47.313Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-06T08:43:47.573Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-06T08:43:47.573Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-06T08:43:47.573Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-06T08:43:47.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:47.834Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-06T08:43:47.834Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-06T08:43:47.834Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-06T08:43:48.096Z] 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-05-06T08:43:48.096Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:48.096Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T08:43:48.096Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-06T08:43:48.358Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-06T08:43:48.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:48.358Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-06T08:43:48.358Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-06T08:43:48.358Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-06T08:43:48.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:48.621Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-06T08:43:48.881Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T08:43:49.823Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-06T08:43:51.740Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:51.740Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T08:43:51.740Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T08:43:51.740Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T08:43:51.740Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:51.740Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T08:43:51.740Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T08:43:51.740Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-06T08:43:52.001Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:52.001Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-06T08:43:52.001Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-06T08:43:52.001Z] Setting up grep (3.1-2build1) ... [2021-05-06T08:43:52.268Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:52.268Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-06T08:43:52.268Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-06T08:43:52.268Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-06T08:43:52.530Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:52.530Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T08:43:52.530Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T08:43:52.530Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-06T08:43:52.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:52.790Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T08:43:52.790Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T08:43:53.370Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T08:43:53.370Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T08:43:53.370Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T08:43:53.370Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T08:43:53.939Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-06T08:43:53.939Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:53.939Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-06T08:43:53.939Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T08:43:55.356Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-06T08:43:55.356Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-06T08:43:55.356Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-06T08:43:55.356Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-06T08:43:55.356Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-06T08:43:55.356Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:55.356Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-06T08:43:55.356Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-06T08:43:55.618Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-06T08:43:55.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:55.618Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T08:43:55.618Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T08:43:55.889Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T08:43:55.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:55.889Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T08:43:55.889Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T08:43:56.150Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T08:43:56.150Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:56.150Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T08:43:56.150Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T08:43:56.410Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T08:43:56.410Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:56.410Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T08:43:56.410Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T08:43:56.670Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T08:43:56.670Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:56.670Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T08:43:56.670Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T08:43:56.670Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T08:43:56.930Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T08:43:56.930Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T08:43:56.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:56.930Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T08:43:57.190Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T08:43:57.190Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T08:43:57.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:57.190Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T08:43:57.190Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T08:43:57.451Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T08:43:57.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:57.451Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T08:43:57.451Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T08:43:57.714Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-06T08:43:57.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:57.714Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T08:43:57.714Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T08:43:58.288Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-06T08:43:58.550Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-06T08:43:58.809Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-06T08:43:58.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:58.809Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T08:43:58.809Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T08:43:59.070Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T08:43:59.331Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T08:43:59.331Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-06T08:43:59.331Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T08:43:59.331Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-06T08:43:59.592Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:43:59.592Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-06T08:43:59.592Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-06T08:43:59.859Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-06T08:43:59.859Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:43:59.859Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-06T08:44:00.120Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-06T08:44:00.120Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-06T08:44:00.120Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:00.120Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-06T08:44:00.120Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-06T08:44:00.383Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-06T08:44:00.383Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:00.383Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T08:44:00.383Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T08:44:00.643Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T08:44:00.643Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:00.644Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T08:44:00.644Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T08:44:00.936Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T08:44:00.936Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:00.936Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T08:44:00.936Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T08:44:01.197Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T08:44:01.458Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:01.458Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T08:44:01.458Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T08:44:01.458Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-06T08:44:01.458Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-06T08:44:01.721Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T08:44:01.721Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T08:44:01.721Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T08:44:01.721Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:01.721Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-06T08:44:01.983Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-06T08:44:01.983Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-06T08:44:02.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:02.245Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-06T08:44:02.245Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T08:44:02.507Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T08:44:02.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:02.794Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T08:44:02.794Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T08:44:02.794Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T08:44:03.055Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:03.055Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-06T08:44:03.055Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-06T08:44:03.055Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-06T08:44:03.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:03.316Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-06T08:44:03.316Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-06T08:44:03.576Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-06T08:44:03.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:03.838Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T08:44:03.838Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T08:44:03.838Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-06T08:44:04.104Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:04.104Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-06T08:44:04.104Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-06T08:44:04.104Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-06T08:44:04.365Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:04.365Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-06T08:44:04.365Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-06T08:44:04.365Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-06T08:44:04.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:04.938Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-06T08:44:04.938Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-06T08:44:05.203Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-06T08:44:05.203Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:05.203Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-06T08:44:05.203Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-06T08:44:05.465Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-06T08:44:05.727Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:05.727Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-06T08:44:05.727Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-06T08:44:05.987Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-06T08:44:05.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:05.987Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-06T08:44:06.248Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-06T08:44:06.248Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-06T08:44:06.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:06.510Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-06T08:44:06.510Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-06T08:44:06.510Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-06T08:44:06.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T08:44:06.510Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-06T08:44:06.510Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-06T08:44:06.771Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-06T08:44:06.771Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-06T08:44:06.771Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-06T08:44:06.771Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-06T08:44:07.036Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-06T08:44:07.036Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-06T08:44:07.036Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-06T08:44:07.297Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-06T08:44:07.558Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-06T08:44:07.558Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-06T08:44:07.819Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-06T08:44:07.819Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-06T08:44:07.819Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-06T08:44:07.819Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-06T08:44:08.080Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-06T08:44:08.080Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-06T08:44:08.080Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-06T08:44:08.080Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-06T08:44:08.341Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-06T08:44:08.341Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-06T08:44:08.341Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-06T08:44:08.607Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-06T08:44:08.607Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-06T08:44:08.607Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-06T08:44:08.869Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-06T08:44:08.869Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-06T08:44:09.815Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-06T08:44:09.815Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-06T08:44:09.815Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-06T08:44:09.815Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-06T08:44:09.815Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T08:44:09.815Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T08:44:10.089Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T08:44:10.350Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T08:44:10.350Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T08:44:10.350Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T08:44:10.612Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T08:44:10.612Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T08:44:10.612Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T08:44:10.612Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T08:44:10.873Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T08:44:10.873Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T08:44:11.134Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T08:44:11.134Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T08:44:11.134Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T08:44:11.134Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T08:44:12.075Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T08:44:12.075Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T08:44:13.018Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T08:44:13.018Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T08:44:13.590Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T08:44:13.590Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T08:44:14.164Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T08:44:14.164Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T08:44:14.735Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T08:44:14.735Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T08:44:14.996Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T08:44:14.996Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T08:44:14.996Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-06T08:44:14.996Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T08:44:15.257Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-06T08:44:15.257Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T08:44:15.518Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-06T08:44:15.518Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-06T08:44:15.518Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T08:44:15.518Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T08:44:15.779Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T08:44:15.779Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T08:44:15.779Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-06T08:44:15.779Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-06T08:44:16.040Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:44:16.040Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T08:44:16.040Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:44:16.040Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:44:16.040Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:44:16.040Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-06T08:44:16.040Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-06T08:44:16.302Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-06T08:44:16.302Z] [2021-05-06T08:44:16.302Z] Current default time zone: 'Etc/UTC' [2021-05-06T08:44:16.302Z] Local time is now: Thu May 6 08:44:16 UTC 2021. [2021-05-06T08:44:16.302Z] Universal Time is now: Thu May 6 08:44:16 UTC 2021. [2021-05-06T08:44:16.302Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-06T08:44:16.302Z] [2021-05-06T08:44:16.564Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-06T08:44:16.564Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:44:16.564Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-06T08:44:16.564Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-06T08:44:16.564Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-06T08:44:16.564Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-06T08:44:16.564Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-06T08:44:16.564Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-06T08:44:16.564Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-06T08:44:16.827Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-06T08:44:16.827Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:44:16.827Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-06T08:44:16.827Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T08:44:17.088Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-06T08:44:17.088Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:44:17.088Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-06T08:44:17.088Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-06T08:44:17.088Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-06T08:44:17.088Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-06T08:44:17.088Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-06T08:44:17.088Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-06T08:44:17.088Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-06T08:44:17.088Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-06T08:44:19.035Z] Updating certificates in /etc/ssl/certs... [2021-05-06T08:44:19.978Z] 23 added, 27 removed; done. [2021-05-06T08:44:19.978Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-06T08:44:19.978Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T08:44:19.978Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-06T08:44:19.978Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-06T08:44:20.240Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-06T08:44:20.240Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T08:44:20.240Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-06T08:44:20.240Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T08:44:20.240Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T08:44:20.240Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T08:44:20.502Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T08:44:20.502Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T08:44:20.502Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-06T08:44:20.502Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-06T08:44:20.502Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-06T08:44:20.502Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-06T08:44:20.502Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-06T08:44:20.765Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T08:44:20.765Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T08:44:20.765Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-06T08:44:20.765Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-06T08:44:20.765Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-06T08:44:20.765Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T08:44:21.027Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-06T08:44:21.027Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-06T08:44:21.027Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-06T08:44:21.027Z] Updating certificates in /etc/ssl/certs... [2021-05-06T08:44:21.598Z] 0 added, 0 removed; done. [2021-05-06T08:44:21.598Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-06T08:44:21.598Z] done. [2021-05-06T08:44:22.169Z] Reading package lists... [2021-05-06T08:44:22.430Z] Building dependency tree... [2021-05-06T08:44:22.430Z] Reading state information... [2021-05-06T08:44:22.430Z] The following NEW packages will be installed: [2021-05-06T08:44:22.430Z] apt-transport-https [2021-05-06T08:44:22.690Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T08:44:22.690Z] Need to get 1692 B of archives. [2021-05-06T08:44:22.690Z] After this operation, 154 kB of additional disk space will be used. [2021-05-06T08:44:22.690Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-06T08:44:22.950Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T08:44:22.950Z] Fetched 1692 B in 0s (8478 B/s) [2021-05-06T08:44:22.950Z] Selecting previously unselected package apt-transport-https. [2021-05-06T08:44:22.950Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-06T08:44:22.950Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-06T08:44:22.950Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-06T08:44:22.950Z] Setting up apt-transport-https (1.6.13) ... [2021-05-06T08:44:23.210Z] Waiting for network to be ready... [2021-05-06T08:44:28.502Z] 2021-05-06T08:44:26Z INFO Waiting for automatic snapd restart... [2021-05-06T08:44:28.764Z] snapd 2.49.2 from Canonical* installed [2021-05-06T08:44:29.707Z] "snapd" switched to the "latest/stable" channel [2021-05-06T08:44:29.707Z] [2021-05-06T08:44:33.927Z] core18 20210309 from Canonical* installed [2021-05-06T08:44:33.927Z] "core18" switched to the "latest/stable" channel [2021-05-06T08:44:33.927Z] [2021-05-06T08:44:37.243Z] snapcraft 4.7.1 from Canonical* installed [2021-05-06T08:44:37.817Z] "snapcraft" switched to the "latest/stable" channel [2021-05-06T08:44:37.817Z] [2021-05-06T08:44:42.029Z] 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-05-06T08:44:42.029Z] - README.md [2021-05-06T08:44:42.029Z] [2021-05-06T08:44:42.029Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-06T08:44:48.621Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T08:44:48.621Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T08:44:48.621Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T08:44:48.621Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T08:44:49.192Z] Reading package lists... [2021-05-06T08:44:49.347Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:44:49.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:44:49.348Z] ---> b51b0e0ec670 [2021-05-06T08:44:49.348Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T08:44:49.348Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:44:49.348Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:44:49.348Z] ---> b51b0e0ec670 [2021-05-06T08:44:49.348Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T08:44:49.348Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:44:49.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:44:49.348Z] ---> b51b0e0ec670 [2021-05-06T08:44:49.348Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T08:44:49.348Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:44:49.348Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:44:49.348Z] ---> b51b0e0ec670 [2021-05-06T08:44:49.348Z] Step 3/31 : WORKDIR /edgex-go [2021-05-06T08:44:49.348Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:44:49.348Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:44:49.348Z] ---> b51b0e0ec670 [2021-05-06T08:44:49.348Z] Step 3/25 : WORKDIR /edgex-go [2021-05-06T08:44:49.348Z] ---> Running in d002fed3fdad [2021-05-06T08:44:49.348Z] ---> Running in 548adee3e3fb [2021-05-06T08:44:49.348Z] ---> Running in 9a4011d76e16 [2021-05-06T08:44:49.348Z] ---> Running in 6c2640c5b202 [2021-05-06T08:44:49.348Z] ---> Running in 2a0c8293a9f9 [2021-05-06T08:44:49.348Z] Removing intermediate container d002fed3fdad [2021-05-06T08:44:49.348Z] ---> a3330392843b [2021-05-06T08:44:49.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:44:49.348Z] Removing intermediate container 548adee3e3fb [2021-05-06T08:44:49.348Z] ---> 9ac1c0947de4 [2021-05-06T08:44:49.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:44:49.348Z] Removing intermediate container 6c2640c5b202 [2021-05-06T08:44:49.348Z] ---> bd37acb356e5 [2021-05-06T08:44:49.348Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:44:49.348Z] Removing intermediate container 9a4011d76e16 [2021-05-06T08:44:49.348Z] ---> ef6a170eb8eb [2021-05-06T08:44:49.348Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:44:49.348Z] Removing intermediate container 2a0c8293a9f9 [2021-05-06T08:44:49.348Z] ---> 88dfe2fb3393 [2021-05-06T08:44:49.348Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:44:49.348Z] ---> Running in 123448a05a4c [2021-05-06T08:44:49.348Z] ---> Running in ea0ba16e0d2c [2021-05-06T08:44:49.348Z] ---> Running in aafce679150f [2021-05-06T08:44:49.348Z] ---> Running in 04f9891039af [2021-05-06T08:44:49.348Z] ---> Running in 5e6e2678fb50 [2021-05-06T08:44:49.348Z] Removing intermediate container 123448a05a4c [2021-05-06T08:44:49.348Z] ---> 74ca044dd72c [2021-05-06T08:44:49.348Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-06T08:44:49.348Z] ---> Running in 21e4a23d4184 [2021-05-06T08:44:49.348Z] Removing intermediate container aafce679150f [2021-05-06T08:44:49.348Z] ---> 7eb1424d59a3 [2021-05-06T08:44:49.348Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-06T08:44:49.348Z] ---> Running in 8057a3298e58 [2021-05-06T08:44:49.348Z] Removing intermediate container 5e6e2678fb50 [2021-05-06T08:44:49.348Z] Removing intermediate container 04f9891039af [2021-05-06T08:44:49.348Z] ---> ffc0657df989 [2021-05-06T08:44:49.348Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-06T08:44:49.348Z] ---> ae315ec533ec [2021-05-06T08:44:49.348Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-06T08:44:49.348Z] Removing intermediate container ea0ba16e0d2c [2021-05-06T08:44:49.348Z] ---> 50c4e949a78c [2021-05-06T08:44:49.348Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T08:44:49.348Z] ---> Running in 321f245d7c24 [2021-05-06T08:44:49.348Z] ---> Running in 342da564cf44 [2021-05-06T08:44:49.348Z] ---> Running in 333d57e22b34 [2021-05-06T08:44:49.348Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:44:49.624Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:44:49.764Z] 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-05-06T08:44:49.899Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:44:49.899Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:44:50.170Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:44:50.170Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:44:50.444Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:44:50.718Z] OK: 218 MiB in 52 packages [2021-05-06T08:44:50.994Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:44:51.274Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:44:51.557Z] OK: 218 MiB in 52 packages [2021-05-06T08:44:51.845Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:44:52.458Z] Removing intermediate container 21e4a23d4184 [2021-05-06T08:44:52.458Z] ---> 1dc4de276580 [2021-05-06T08:44:52.458Z] Step 6/23 : COPY go.mod . [2021-05-06T08:44:52.458Z] OK: 218 MiB in 52 packages [2021-05-06T08:44:52.458Z] OK: 218 MiB in 52 packages [2021-05-06T08:44:53.068Z] OK: 218 MiB in 52 packages [2021-05-06T08:44:53.068Z] Removing intermediate container 8057a3298e58 [2021-05-06T08:44:53.068Z] ---> ac916c9bbc22 [2021-05-06T08:44:53.068Z] Step 6/22 : COPY go.mod . [2021-05-06T08:44:54.069Z] ---> 1080d216bf6f [2021-05-06T08:44:54.069Z] Step 7/23 : RUN go mod download [2021-05-06T08:44:54.344Z] ---> Running in 0424870bb94a [2021-05-06T08:44:54.344Z] Removing intermediate container 342da564cf44 [2021-05-06T08:44:54.344Z] ---> 1b9d1116161b [2021-05-06T08:44:54.344Z] Step 6/23 : COPY go.mod . [2021-05-06T08:44:54.344Z] ---> b82790b1b5e1 [2021-05-06T08:44:54.344Z] Step 7/22 : RUN go mod download [2021-05-06T08:44:54.627Z] Removing intermediate container 333d57e22b34 [2021-05-06T08:44:54.627Z] ---> b7f4964ece44 [2021-05-06T08:44:54.627Z] Step 6/25 : COPY go.mod . [2021-05-06T08:44:54.627Z] ---> Running in 0d6207a16087 [2021-05-06T08:44:54.904Z] Removing intermediate container 321f245d7c24 [2021-05-06T08:44:54.905Z] ---> aacab2df538c [2021-05-06T08:44:54.905Z] Step 6/31 : COPY go.mod . [2021-05-06T08:44:55.899Z] ---> f18ece39fcb2 [2021-05-06T08:44:55.899Z] Step 7/23 : RUN go mod download [2021-05-06T08:44:55.899Z] ---> 22edd0553132 [2021-05-06T08:44:55.899Z] Step 7/25 : RUN go mod download [2021-05-06T08:44:56.180Z] ---> Running in f89526693138 [2021-05-06T08:44:56.180Z] ---> 333071d02588 [2021-05-06T08:44:56.180Z] Step 7/31 : RUN go mod download [2021-05-06T08:44:56.180Z] ---> Running in 4fdad43d75e7 [2021-05-06T08:44:56.358Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T08:44:56.358Z] Reading package lists... [2021-05-06T08:44:56.358Z] Building dependency tree... [2021-05-06T08:44:56.358Z] Reading state information... [2021-05-06T08:44:56.358Z] Suggested packages: [2021-05-06T08:44:56.358Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-06T08:44:56.358Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-06T08:44:56.358Z] Recommended packages: [2021-05-06T08:44:56.359Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-06T08:44:56.359Z] The following NEW packages will be installed: [2021-05-06T08:44:56.359Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-06T08:44:56.359Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-06T08:44:56.359Z] pkg-config zip [2021-05-06T08:44:56.359Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T08:44:56.359Z] Need to get 7663 kB of archives. [2021-05-06T08:44:56.359Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-06T08:44:56.359Z] 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-05-06T08:44:56.359Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-06T08:44:56.359Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-06T08:44:56.359Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-06T08:44:56.359Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-06T08:44:56.359Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-06T08:44:56.359Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-06T08:44:56.359Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-06T08:44:56.459Z] ---> Running in 062afa75ee75 [2021-05-06T08:44:56.621Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-06T08:44:56.621Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-06T08:44:56.621Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-06T08:44:56.621Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-06T08:44:56.621Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-06T08:44:56.882Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-06T08:44:56.882Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-06T08:44:56.882Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T08:44:56.882Z] Fetched 7663 kB in 1s (10.6 MB/s) [2021-05-06T08:44:56.882Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-06T08:44:56.882Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-06T08:44:56.882Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-06T08:44:57.144Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-06T08:44:57.144Z] Selecting previously unselected package libpsl5:amd64. [2021-05-06T08:44:57.144Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-06T08:44:57.144Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-06T08:44:57.144Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-06T08:44:57.144Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-06T08:44:57.407Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-06T08:44:57.407Z] Selecting previously unselected package librtmp1:amd64. [2021-05-06T08:44:57.407Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-06T08:44:57.407Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-06T08:44:57.407Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-06T08:44:57.407Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-06T08:44:57.407Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-06T08:44:57.407Z] Selecting previously unselected package liberror-perl. [2021-05-06T08:44:57.407Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-06T08:44:57.670Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-06T08:44:57.670Z] Selecting previously unselected package git-man. [2021-05-06T08:44:57.670Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-06T08:44:57.670Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-06T08:44:57.670Z] Selecting previously unselected package git. [2021-05-06T08:44:57.670Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-06T08:44:57.914Z] Removing intermediate container 0424870bb94a [2021-05-06T08:44:57.914Z] ---> d442ba6e19e8 [2021-05-06T08:44:57.914Z] Step 8/23 : COPY . . [2021-05-06T08:44:57.930Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-06T08:44:58.503Z] Selecting previously unselected package libnorm1:amd64. [2021-05-06T08:44:58.503Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-06T08:44:58.503Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-06T08:44:58.764Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-06T08:44:58.764Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-06T08:44:58.764Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-06T08:44:58.764Z] Selecting previously unselected package libsodium23:amd64. [2021-05-06T08:44:58.764Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-06T08:44:58.764Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-06T08:44:58.901Z] Removing intermediate container 0d6207a16087 [2021-05-06T08:44:58.901Z] ---> 4e02a7351f8c [2021-05-06T08:44:58.901Z] Step 8/22 : COPY . . [2021-05-06T08:44:59.025Z] Selecting previously unselected package libzmq5:amd64. [2021-05-06T08:44:59.025Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-06T08:44:59.025Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T08:44:59.025Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-06T08:44:59.025Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-06T08:44:59.025Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T08:44:59.285Z] Selecting previously unselected package pkg-config. [2021-05-06T08:44:59.285Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-06T08:44:59.285Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-06T08:44:59.285Z] Selecting previously unselected package zip. [2021-05-06T08:44:59.285Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-06T08:44:59.285Z] Unpacking zip (3.0-11build1) ... [2021-05-06T08:44:59.547Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-06T08:44:59.547Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-06T08:44:59.547Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-06T08:44:59.547Z] Setting up liberror-perl (0.17025-1) ... [2021-05-06T08:44:59.547Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-06T08:44:59.547Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-06T08:44:59.547Z] No schema files found: doing nothing. [2021-05-06T08:44:59.547Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-06T08:44:59.547Z] Setting up zip (3.0-11build1) ... [2021-05-06T08:44:59.547Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-06T08:44:59.547Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-06T08:44:59.547Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-06T08:44:59.807Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T08:44:59.807Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-06T08:44:59.807Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T08:44:59.807Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-06T08:44:59.807Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T08:45:01.583Z] Removing intermediate container f89526693138 [2021-05-06T08:45:01.583Z] ---> bf812db5732d [2021-05-06T08:45:01.583Z] Step 8/23 : COPY . . [2021-05-06T08:45:01.583Z] Removing intermediate container 062afa75ee75 [2021-05-06T08:45:01.583Z] ---> ec67eccc1fd6 [2021-05-06T08:45:01.583Z] Step 8/31 : COPY . . [2021-05-06T08:45:02.199Z] Removing intermediate container 4fdad43d75e7 [2021-05-06T08:45:02.199Z] ---> e1d05d14235d [2021-05-06T08:45:02.199Z] Step 8/25 : COPY . . [2021-05-06T08:45:06.422Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T08:45:06.422Z] git set to automatically installed. [2021-05-06T08:45:06.422Z] git-man set to automatically installed. [2021-05-06T08:45:06.422Z] libcurl3-gnutls set to automatically installed. [2021-05-06T08:45:06.422Z] liberror-perl set to automatically installed. [2021-05-06T08:45:06.422Z] libglib2.0-0 set to automatically installed. [2021-05-06T08:45:06.422Z] libnghttp2-14 set to automatically installed. [2021-05-06T08:45:06.422Z] libnorm1 set to automatically installed. [2021-05-06T08:45:06.422Z] libpgm-5.2-0 set to automatically installed. [2021-05-06T08:45:06.423Z] libpsl5 set to automatically installed. [2021-05-06T08:45:06.423Z] librtmp1 set to automatically installed. [2021-05-06T08:45:06.423Z] libsodium23 set to automatically installed. [2021-05-06T08:45:06.423Z] libzmq3-dev set to automatically installed. [2021-05-06T08:45:06.423Z] libzmq5 set to automatically installed. [2021-05-06T08:45:06.423Z] pkg-config set to automatically installed. [2021-05-06T08:45:06.423Z] zip set to automatically installed. [2021-05-06T08:45:08.973Z] snapd is not logged in, snap install commands will use sudo [2021-05-06T08:45:15.562Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T08:45:27.808Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-06T08:45:27.808Z] snapd is not logged in, snap install commands will use sudo [2021-05-06T08:45:29.029Z] ---> fc2682682f6a [2021-05-06T08:45:29.029Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-06T08:45:29.029Z] ---> cca25df8dad8 [2021-05-06T08:45:29.029Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-06T08:45:29.029Z] ---> ce0c82a2dab1 [2021-05-06T08:45:29.029Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-06T08:45:29.029Z] ---> bbd6c788d3a9 [2021-05-06T08:45:29.029Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-06T08:45:29.029Z] ---> Running in 4f780f854ae8 [2021-05-06T08:45:29.029Z] ---> Running in 87d151aea913 [2021-05-06T08:45:29.029Z] ---> Running in 4021e7f1ce6c [2021-05-06T08:45:29.029Z] ---> d983e21f111a [2021-05-06T08:45:29.029Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-06T08:45:29.029Z] ---> Running in 52d974085407 [2021-05-06T08:45:29.029Z] ---> Running in f72aa2f18abb [2021-05-06T08:45:31.017Z] 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-05-06T08:45:31.017Z] 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-05-06T08:45:31.017Z] 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-05-06T08:45:31.017Z] 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-05-06T08:45:31.293Z] 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-05-06T08:45:33.098Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T08:45:33.670Z] snap "core18" has no updates available [2021-05-06T08:45:34.241Z] Pulling go-build-helper [2021-05-06T08:45:34.241Z] + snapcraftctl pull [2021-05-06T08:45:35.626Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-06T08:45:35.626Z] Skipping pull go-build-helper (already ran) [2021-05-06T08:45:35.626Z] Building go-build-helper [2021-05-06T08:45:35.626Z] + snapcraftctl build [2021-05-06T08:45:37.543Z] Staging go-build-helper [2021-05-06T08:45:37.543Z] + snapcraftctl stage [2021-05-06T08:45:49.781Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-06T08:45:49.781Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-06T08:45:49.781Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-06T08:45:49.781Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-06T08:45:49.781Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-06T08:45:49.781Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-06T08:45:49.781Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-06T08:45:49.781Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-06T08:45:49.781Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-06T08:45:49.781Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-06T08:45:49.781Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-06T08:45:49.781Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-06T08:45:49.781Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-06T08:45:49.781Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-06T08:45:49.781Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-06T08:45:49.781Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-06T08:45:49.781Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-06T08:45:49.781Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-06T08:45:49.781Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-06T08:45:49.782Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-06T08:45:49.782Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-06T08:45:49.782Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-06T08:45:49.782Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-06T08:45:49.782Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-06T08:45:49.782Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-06T08:45:49.782Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-06T08:45:49.782Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-06T08:45:49.782Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-06T08:45:49.782Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-06T08:45:49.782Z] Fetched 224 kB in 0s (0 B/s) [2021-05-06T08:45:49.782Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-06T08:45:49.782Z] Fetched 157 kB in 0s (0 B/s) [2021-05-06T08:45:49.782Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-06T08:45:49.782Z] Fetched 221 kB in 0s (0 B/s) [2021-05-06T08:45:49.782Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-06T08:45:49.782Z] Fetched 143 kB in 0s (0 B/s) [2021-05-06T08:45:49.782Z] Pulling app-service-config [2021-05-06T08:45:49.782Z] + snapcraftctl pull [2021-05-06T08:45:49.782Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-06T08:45:49.782Z] Pulling config-common [2021-05-06T08:45:49.782Z] + snapcraftctl pull [2021-05-06T08:45:53.989Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T08:45:53.989Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T08:45:53.989Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T08:45:53.989Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T08:45:53.989Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-06T08:45:53.989Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T08:45:53.989Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-06T08:45:53.989Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T08:45:53.989Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-06T08:45:53.989Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T08:45:53.989Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-06T08:45:53.989Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T08:45:53.989Z] Pulling edgex-go [2021-05-06T08:45:53.989Z] + snapcraftctl pull [2021-05-06T08:46:15.964Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T08:46:15.964Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T08:46:15.964Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T08:46:15.964Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-06T08:46:15.964Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-06T08:46:15.964Z] Fetched 279 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-06T08:46:15.964Z] Fetched 122 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-06T08:46:15.964Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-06T08:46:15.964Z] Fetched 8848 B in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-06T08:46:15.964Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-06T08:46:15.964Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-06T08:46:15.964Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-06T08:46:15.964Z] Fetched 219 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-06T08:46:15.964Z] Fetched 154 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-06T08:46:15.964Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-06T08:46:15.964Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-06T08:46:15.964Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-06T08:46:15.964Z] Fetched 499 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-06T08:46:15.964Z] Fetched 111 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-06T08:46:15.964Z] Fetched 240 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-06T08:46:15.964Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-06T08:46:15.964Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-06T08:46:15.964Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-06T08:46:15.965Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-06T08:46:15.965Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-06T08:46:15.965Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-06T08:46:15.965Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-06T08:46:15.965Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-06T08:46:15.965Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-06T08:46:15.965Z] Fetched 8720 B in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-06T08:46:15.965Z] Fetched 137 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-06T08:46:15.965Z] Fetched 119 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-06T08:46:15.965Z] Fetched 110 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-06T08:46:15.965Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-06T08:46:15.965Z] Fetched 645 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-06T08:46:15.965Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-06T08:46:15.965Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-06T08:46:15.965Z] Fetched 368 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-06T08:46:15.965Z] Fetched 187 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-06T08:46:15.965Z] Fetched 175 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-06T08:46:15.965Z] Fetched 206 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-06T08:46:15.965Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-06T08:46:15.965Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-06T08:46:15.965Z] Fetched 159 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-06T08:46:15.965Z] Fetched 107 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-06T08:46:15.965Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-06T08:46:15.965Z] Pulling static-packages [2021-05-06T08:46:15.965Z] + snapcraftctl pull [2021-05-06T08:46:15.965Z] Pulling version [2021-05-06T08:46:15.965Z] + cd /root/project [2021-05-06T08:46:15.965Z] + [ -f VERSION ] [2021-05-06T08:46:15.965Z] + PROJECT_VERSION=local-dev [2021-05-06T08:46:15.965Z] + git rev-parse --short HEAD [2021-05-06T08:46:15.965Z] + GIT_REVISION=12010ba3 [2021-05-06T08:46:15.965Z] + snapcraftctl set-version local-dev [2021-05-06T08:46:16.907Z] Skipping build go-build-helper (already ran) [2021-05-06T08:46:16.907Z] Building app-service-config [2021-05-06T08:46:16.907Z] + make build [2021-05-06T08:46:16.907Z] 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-05-06T08:46:18.825Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-06T08:46:19.085Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-06T08:46:19.085Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-06T08:46:19.085Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-06T08:46:19.085Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-06T08:46:19.085Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-06T08:46:19.085Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-06T08:46:19.085Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-06T08:46:19.346Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-06T08:46:19.346Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-06T08:46:19.346Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-06T08:46:19.346Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-06T08:46:19.346Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-06T08:46:19.346Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-06T08:46:19.606Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-06T08:46:19.606Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-06T08:46:19.606Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-06T08:46:19.869Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-06T08:46:19.869Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-06T08:46:19.869Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-06T08:46:20.130Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-06T08:46:20.130Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-06T08:46:20.130Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-06T08:46:20.130Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-06T08:46:20.130Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-06T08:46:20.390Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-06T08:46:20.390Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-06T08:46:20.390Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-06T08:46:20.390Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-06T08:46:20.390Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-06T08:46:20.390Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-06T08:46:20.390Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-06T08:46:20.390Z] go: downloading golang.org/x/text v0.3.2 [2021-05-06T08:46:20.390Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-06T08:46:20.390Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-06T08:46:20.390Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-06T08:46:20.390Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-06T08:46:20.390Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-06T08:46:20.390Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-06T08:46:20.672Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-06T08:46:20.672Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-06T08:46:20.672Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-06T08:46:20.672Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-06T08:46:20.938Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-06T08:46:20.938Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-06T08:46:30.966Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-06T08:46:30.966Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-06T08:46:30.966Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-06T08:46:30.966Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-06T08:46:31.543Z] Building config-common [2021-05-06T08:46:31.543Z] + snapcraftctl build [2021-05-06T08:46:34.098Z] Building edgex-go [2021-05-06T08:46:34.098Z] + cd /root/parts/edgex-go/src [2021-05-06T08:46:34.098Z] + make build [2021-05-06T08:46:34.098Z] 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-05-06T08:46:34.359Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.19 [2021-05-06T08:46:34.359Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-06T08:46:34.359Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-06T08:46:34.359Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-06T08:46:37.675Z] 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-05-06T08:46:37.675Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-06T08:46:43.194Z] 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-05-06T08:46:43.882Z] 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-05-06T08:46:45.444Z] 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-05-06T08:46:46.131Z] 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-05-06T08:46:46.131Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-06T08:46:46.405Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-06T08:46:46.405Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-06T08:46:46.405Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-06T08:46:48.318Z] 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-05-06T08:46:48.318Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-06T08:46:48.318Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-06T08:46:50.227Z] 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-05-06T08:46:51.612Z] 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-05-06T08:46:51.612Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-06T08:46:52.996Z] 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-05-06T08:46:54.379Z] 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-05-06T08:46:55.763Z] 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-05-06T08:46:55.763Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-06T08:46:57.682Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-06T08:46:57.682Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-06T08:46:57.682Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-06T08:46:57.682Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-06T08:46:57.682Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-06T08:46:57.682Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-06T08:46:57.682Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-06T08:46:57.682Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-06T08:46:57.682Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-06T08:46:57.682Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-06T08:46:57.682Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-06T08:46:57.944Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-06T08:46:57.944Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-06T08:46:57.944Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-06T08:46:57.944Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-06T08:46:57.944Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-06T08:46:57.944Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-06T08:46:57.944Z] + 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-05-06T08:46:57.944Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-06T08:46:57.944Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-06T08:46:57.944Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-06T08:46:57.944Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-06T08:46:57.944Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-06T08:46:57.944Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-06T08:46:57.944Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-06T08:46:57.944Z] + 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-05-06T08:47:01.248Z] Building static-packages [2021-05-06T08:47:01.248Z] + snapcraftctl build [2021-05-06T08:47:03.167Z] Building version [2021-05-06T08:47:03.167Z] + snapcraftctl build [2021-05-06T08:47:05.079Z] Skipping stage go-build-helper (already ran) [2021-05-06T08:47:05.079Z] Staging app-service-config [2021-05-06T08:47:05.079Z] + snapcraftctl stage [2021-05-06T08:47:06.019Z] Staging config-common [2021-05-06T08:47:06.019Z] + snapcraftctl stage [2021-05-06T08:47:06.964Z] Staging edgex-go [2021-05-06T08:47:06.965Z] + snapcraftctl stage [2021-05-06T08:47:07.909Z] Staging static-packages [2021-05-06T08:47:07.909Z] + snapcraftctl stage [2021-05-06T08:47:08.852Z] Staging version [2021-05-06T08:47:08.852Z] + snapcraftctl stage [2021-05-06T08:47:10.237Z] Priming go-build-helper [2021-05-06T08:47:10.237Z] + snapcraftctl prime [2021-05-06T08:47:11.179Z] Priming app-service-config [2021-05-06T08:47:11.179Z] + snapcraftctl prime [2021-05-06T08:47:12.119Z] Priming config-common [2021-05-06T08:47:12.119Z] + snapcraftctl prime [2021-05-06T08:47:13.505Z] Priming edgex-go [2021-05-06T08:47:13.505Z] + snapcraftctl prime [2021-05-06T08:47:14.447Z] Priming static-packages [2021-05-06T08:47:14.447Z] + snapcraftctl prime [2021-05-06T08:47:16.987Z] Priming version [2021-05-06T08:47:16.987Z] + snapcraftctl prime [2021-05-06T08:47:17.929Z] 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-05-06T08:47:38.263Z] 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-05-06T08:47:38.263Z] Removing intermediate container 52d974085407 [2021-05-06T08:47:38.263Z] ---> fe9feed45cfc [2021-05-06T08:47:38.263Z] [2021-05-06T08:47:38.263Z] Step 10/31 : FROM alpine:3.12 [2021-05-06T08:47:38.263Z] 3.12: Pulling from library/alpine [2021-05-06T08:47:39.250Z] Removing intermediate container f72aa2f18abb [2021-05-06T08:47:39.529Z] ---> d652bf6efedb [2021-05-06T08:47:39.529Z] [2021-05-06T08:47:39.529Z] Step 10/25 : FROM alpine:3.12 [2021-05-06T08:47:39.529Z] 3.12: Pulling from library/alpine [2021-05-06T08:47:39.826Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T08:47:39.826Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T08:47:39.826Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T08:47:39.826Z] Status: Image is up to date for alpine:3.12 [2021-05-06T08:47:39.826Z] ---> 9852663dfa18 [2021-05-06T08:47:39.826Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec ---> 9852663dfa18 [2021-05-06T08:47:39.826Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-06T08:47:39.826Z] [2021-05-06T08:47:40.831Z] ---> Running in 0b27b7db5b55 [2021-05-06T08:47:40.831Z] ---> Running in 1bf45901d955 [2021-05-06T08:47:41.433Z] Removing intermediate container 4021e7f1ce6c [2021-05-06T08:47:41.433Z] ---> cf0acfc88c20 [2021-05-06T08:47:41.433Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-06T08:47:41.433Z] Removing intermediate container 1bf45901d955 [2021-05-06T08:47:41.433Z] ---> f6186143a980 [2021-05-06T08:47:41.433Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-06T08:47:41.710Z] ---> Running in 03a4d71c493a [2021-05-06T08:47:41.710Z] ---> Running in 39b69b33653e [2021-05-06T08:47:43.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:47:43.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:47:44.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:47:44.049Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-06T08:47:44.049Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T08:47:44.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:47:44.049Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-06T08:47:44.330Z] (4/6) Installing curl (7.76.1-r0) [2021-05-06T08:47:44.330Z] 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-05-06T08:47:44.330Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-06T08:47:44.330Z] (6/6) Installing su-exec (0.2-r1) [2021-05-06T08:47:44.330Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:47:44.330Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T08:47:44.607Z] OK: 7 MiB in 20 packages [2021-05-06T08:47:44.889Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-06T08:47:44.889Z] (2/2) Installing su-exec (0.2-r1) [2021-05-06T08:47:44.889Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:47:44.889Z] OK: 5 MiB in 16 packages [2021-05-06T08:47:47.820Z] Removing intermediate container 0b27b7db5b55 [2021-05-06T08:47:47.821Z] ---> 2381181597ae [2021-05-06T08:47:47.821Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T08:47:47.821Z] Removing intermediate container 39b69b33653e [2021-05-06T08:47:47.821Z] ---> 4a19f825b27f [2021-05-06T08:47:48.144Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-06T08:47:48.144Z] ---> Running in 11e93da9bb10 [2021-05-06T08:47:48.432Z] ---> Running in 43d04d8fbd23 [2021-05-06T08:47:49.115Z] Removing intermediate container 11e93da9bb10 [2021-05-06T08:47:49.115Z] ---> 9fbd90ee366c [2021-05-06T08:47:49.115Z] Step 13/25 : WORKDIR / [2021-05-06T08:47:49.808Z] ---> Running in 89f5325c60d4 [2021-05-06T08:47:49.808Z] Removing intermediate container 43d04d8fbd23 [2021-05-06T08:47:49.808Z] ---> 1aeebce0e15a [2021-05-06T08:47:49.808Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-06T08:47:50.454Z] Removing intermediate container 03a4d71c493a [2021-05-06T08:47:50.454Z] ---> 06f812046093 [2021-05-06T08:47:50.454Z] [2021-05-06T08:47:50.454Z] Step 11/23 : FROM docker:20.10.0 [2021-05-06T08:47:50.454Z] ---> Running in 64d3deb4ca11 [2021-05-06T08:47:50.454Z] 20.10.0: Pulling from library/docker [2021-05-06T08:47:50.774Z] Removing intermediate container 89f5325c60d4 [2021-05-06T08:47:50.774Z] ---> ef3312f63650 [2021-05-06T08:47:50.774Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-06T08:47:51.434Z] Removing intermediate container 87d151aea913 [2021-05-06T08:47:51.434Z] ---> d1866f04eafd [2021-05-06T08:47:51.434Z] [2021-05-06T08:47:51.434Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T08:47:51.434Z] ---> 9852663dfa18 [2021-05-06T08:47:51.434Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-06T08:47:51.739Z] Removing intermediate container 64d3deb4ca11 [2021-05-06T08:47:51.739Z] ---> 5642ba059f42 [2021-05-06T08:47:51.739Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-06T08:47:52.022Z] ---> Running in 8c1b3e24d223 [2021-05-06T08:47:52.022Z] ---> Running in 49a2314b494c [2021-05-06T08:47:53.518Z] ---> 604a0ff7e9c6 [2021-05-06T08:47:53.518Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-06T08:47:54.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:47:54.961Z] ---> 2ba48cbca668 [2021-05-06T08:47:54.961Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-06T08:47:54.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:47:55.558Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T08:47:55.558Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:47:55.835Z] OK: 5 MiB in 15 packages [2021-05-06T08:47:56.457Z] ---> 2ed0618acc37 [2021-05-06T08:47:56.457Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-06T08:47:57.056Z] Removing intermediate container 49a2314b494c [2021-05-06T08:47:57.056Z] ---> 7ca3d158fd45 [2021-05-06T08:47:57.056Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-06T08:47:57.657Z] ---> Running in 6394e9cc7c45 [2021-05-06T08:47:58.647Z] Removing intermediate container 8c1b3e24d223 [2021-05-06T08:47:58.647Z] ---> 80dd0374f9b4 [2021-05-06T08:47:58.647Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> 8b2a30beae5f [2021-05-06T08:47:58.647Z] [2021-05-06T08:47:58.647Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-06T08:47:59.246Z] ---> Running in 95a68494669c [2021-05-06T08:47:59.246Z] Removing intermediate container 6394e9cc7c45 [2021-05-06T08:47:59.246Z] ---> e290ec8b3dea [2021-05-06T08:47:59.246Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-06T08:48:00.241Z] Removing intermediate container 4f780f854ae8 [2021-05-06T08:48:00.241Z] ---> ad53f2a13e95 [2021-05-06T08:48:00.241Z] [2021-05-06T08:48:00.241Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T08:48:00.241Z] ---> 9852663dfa18 [2021-05-06T08:48:00.241Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T08:48:00.241Z] ---> Using cache [2021-05-06T08:48:00.241Z] ---> 80dd0374f9b4 [2021-05-06T08:48:00.241Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T08:48:00.241Z] ---> Using cache [2021-05-06T08:48:00.241Z] ---> d021ccc86083 [2021-05-06T08:48:00.241Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-06T08:48:00.241Z] Removing intermediate container 95a68494669c [2021-05-06T08:48:00.241Z] ---> d021ccc86083 [2021-05-06T08:48:00.241Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-06T08:48:00.519Z] ---> Running in bace5fd5d06f [2021-05-06T08:48:00.802Z] ---> 18017ae845bb [2021-05-06T08:48:00.802Z] ---> 3869a45e66fd [2021-05-06T08:48:00.802Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-06T08:48:00.802Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-06T08:48:01.074Z] ---> Running in 500e1a26869c [2021-05-06T08:48:01.355Z] ---> Running in bcba47fff04e [2021-05-06T08:48:01.355Z] Removing intermediate container bace5fd5d06f [2021-05-06T08:48:01.355Z] ---> 0554c16ab5da [2021-05-06T08:48:01.355Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T08:48:02.336Z] Removing intermediate container 500e1a26869c [2021-05-06T08:48:02.336Z] ---> cffe70fd98e4 [2021-05-06T08:48:02.336Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T08:48:02.336Z] ---> Running in dd77cce5426b [2021-05-06T08:48:02.619Z] ---> Running in 74122475df12 [2021-05-06T08:48:02.896Z] ---> 4c56a4af93d7 [2021-05-06T08:48:02.896Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-06T08:48:03.172Z] Removing intermediate container dd77cce5426b [2021-05-06T08:48:03.172Z] ---> 8c907dd703b3 [2021-05-06T08:48:03.172Z] Step 15/23 : WORKDIR / [2021-05-06T08:48:03.446Z] Removing intermediate container 74122475df12 [2021-05-06T08:48:03.446Z] ---> 90dfc4d7587f [2021-05-06T08:48:03.446Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:48:03.724Z] ---> Running in 5722368e72ed [2021-05-06T08:48:04.003Z] ---> 1d584206ee5a [2021-05-06T08:48:04.003Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-06T08:48:04.605Z] ---> Running in a2af90295e44 [2021-05-06T08:48:04.605Z] Removing intermediate container 5722368e72ed [2021-05-06T08:48:04.605Z] ---> ac8c269d3752 [2021-05-06T08:48:04.605Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:48:04.890Z] ---> 13fa3f6d17b1 [2021-05-06T08:48:04.890Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-06T08:48:05.199Z] Removing intermediate container bcba47fff04e [2021-05-06T08:48:05.199Z] ---> 0c4c5ad88c65 [2021-05-06T08:48:05.199Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:48:06.193Z] ---> 14eac393d91e [2021-05-06T08:48:06.193Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-06T08:48:06.193Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-06T08:48:06.193Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-06T08:48:06.193Z] ---> eeaf43b92773 [2021-05-06T08:48:06.193Z] 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-05-06T08:48:06.471Z] ---> fae88a97ed1e [2021-05-06T08:48:06.471Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-06T08:48:06.747Z] ---> Running in 891c9152cc00 [2021-05-06T08:48:06.747Z] ---> 30929409abdd [2021-05-06T08:48:06.747Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-06T08:48:07.740Z] Removing intermediate container 891c9152cc00 [2021-05-06T08:48:07.740Z] ---> 706df1c95401 [2021-05-06T08:48:07.740Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-06T08:48:08.014Z] ---> Running in 4d75782deca2 [2021-05-06T08:48:08.290Z] Removing intermediate container a2af90295e44 [2021-05-06T08:48:08.290Z] ---> bda331e067bb [2021-05-06T08:48:08.290Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-06T08:48:08.290Z] ---> f8eb972d0d1d [2021-05-06T08:48:08.290Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-06T08:48:08.570Z] ---> b5421b9318b8 [2021-05-06T08:48:08.570Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-06T08:48:08.570Z] ---> 52bd70b6dd69 [2021-05-06T08:48:08.570Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-06T08:48:08.570Z] ---> Running in dbdd7d3286ad [2021-05-06T08:48:08.848Z] ---> Running in d140bd4b4bf1 [2021-05-06T08:48:09.459Z] Removing intermediate container d140bd4b4bf1 [2021-05-06T08:48:09.459Z] ---> 39afd6baf0c8 [2021-05-06T08:48:09.459Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:48:09.459Z] Removing intermediate container dbdd7d3286ad [2021-05-06T08:48:09.459Z] ---> 7544ce940e56 [2021-05-06T08:48:09.459Z] Step 23/25 : LABEL arch=arm64 [2021-05-06T08:48:09.734Z] ---> 4c52fea4eab7 [2021-05-06T08:48:09.734Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-06T08:48:09.734Z] ---> Running in 3cb949b40563 [2021-05-06T08:48:10.009Z] ---> Running in 641a904396db [2021-05-06T08:48:10.009Z] ---> 8add4e2a1df8 [2021-05-06T08:48:10.009Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-06T08:48:10.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:48:10.009Z] ---> Running in 1149c47e9134 [2021-05-06T08:48:10.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:48:10.289Z] Removing intermediate container 3cb949b40563 [2021-05-06T08:48:10.289Z] ---> 50974bf49aa0 [2021-05-06T08:48:10.289Z] Step 20/22 : LABEL arch=arm64 [2021-05-06T08:48:10.892Z] Removing intermediate container 641a904396db [2021-05-06T08:48:10.892Z] ---> 768007c1b585 [2021-05-06T08:48:10.892Z] Step 24/25 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:48:10.892Z] ---> Running in 5444a65b630f [2021-05-06T08:48:10.892Z] Removing intermediate container 1149c47e9134 [2021-05-06T08:48:10.892Z] ---> 4a2f729eaf10 [2021-05-06T08:48:10.892Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:48:10.892Z] ---> Running in eaeb00bfca9d [2021-05-06T08:48:10.892Z] (1/39) Installing readline (8.0.4-r0) [2021-05-06T08:48:11.167Z] (2/39) Installing bash (5.0.17-r0) [2021-05-06T08:48:11.167Z] ---> Running in 1e0e819764a7 [2021-05-06T08:48:11.167Z] Executing bash-5.0.17-r0.post-install [2021-05-06T08:48:11.167Z] ---> d4944498e63b [2021-05-06T08:48:11.167Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-06T08:48:11.167Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T08:48:11.167Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-06T08:48:11.167Z] (5/39) Installing curl (7.76.1-r0) [2021-05-06T08:48:11.167Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-06T08:48:11.167Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-06T08:48:11.167Z] (8/39) Installing expat (2.2.9-r1) [2021-05-06T08:48:11.167Z] (9/39) Installing libffi (3.3-r2) [2021-05-06T08:48:11.443Z] (10/39) Installing gdbm (1.13-r1) [2021-05-06T08:48:11.443Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-06T08:48:11.443Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-06T08:48:11.443Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-06T08:48:11.443Z] Removing intermediate container 5444a65b630f [2021-05-06T08:48:11.443Z] ---> 8567e1616696 [2021-05-06T08:48:11.443Z] Step 21/22 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:48:12.047Z] Removing intermediate container eaeb00bfca9d [2021-05-06T08:48:12.047Z] ---> 1e6482976dcc [2021-05-06T08:48:12.047Z] Step 25/25 : LABEL version=0.0.0 [2021-05-06T08:48:12.323Z] ---> Running in 39d708c89368 [2021-05-06T08:48:12.323Z] Removing intermediate container 1e0e819764a7 [2021-05-06T08:48:12.323Z] ---> 5ddc084ba844 [2021-05-06T08:48:12.323Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T08:48:12.920Z] ---> Running in e930fd31cf3f [2021-05-06T08:48:12.920Z] ---> Running in 6bc6a0ac0c5d [2021-05-06T08:48:12.920Z] ---> 3808d110dcdc [2021-05-06T08:48:12.920Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-06T08:48:13.194Z] Removing intermediate container 39d708c89368 [2021-05-06T08:48:13.194Z] ---> 46a31971a343 [2021-05-06T08:48:13.194Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T08:48:13.465Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-06T08:48:13.465Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-06T08:48:13.465Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-06T08:48:13.465Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-06T08:48:13.465Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-06T08:48:13.465Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-06T08:48:13.465Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-06T08:48:13.739Z] ---> Running in f038e861ebf2 [2021-05-06T08:48:13.739Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-06T08:48:13.739Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-06T08:48:13.739Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-06T08:48:13.739Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-06T08:48:13.739Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-06T08:48:13.739Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-06T08:48:13.739Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-06T08:48:13.739Z] ---> Running in 5f60b3bbd51a [2021-05-06T08:48:13.739Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-06T08:48:14.018Z] Removing intermediate container e930fd31cf3f [2021-05-06T08:48:14.018Z] ---> 99a9221ff7f1 [2021-05-06T08:48:14.018Z] Step 22/23 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:48:14.018Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-06T08:48:14.018Z] Removing intermediate container 6bc6a0ac0c5d [2021-05-06T08:48:14.018Z] ---> d6986a27988a [2021-05-06T08:48:14.018Z] [2021-05-06T08:48:14.018Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-06T08:48:14.018Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-06T08:48:14.018Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-06T08:48:14.018Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-06T08:48:14.018Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-06T08:48:14.018Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-06T08:48:14.018Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-06T08:48:14.018Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-06T08:48:14.018Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-06T08:48:14.018Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-06T08:48:14.290Z] ---> Running in 5ac73f87965c [2021-05-06T08:48:14.290Z] Executing busybox-1.31.1-r19.trigger [2021-05-06T08:48:14.290Z] OK: 72 MiB in 59 packages [2021-05-06T08:48:14.563Z] Removing intermediate container f038e861ebf2 [2021-05-06T08:48:14.563Z] ---> 5e6f09b8bf41 [2021-05-06T08:48:14.563Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-06T08:48:14.563Z] Successfully built d6986a27988a [2021-05-06T08:48:14.563Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-06T08:48:14.563Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-05-06T08:48:14.843Z] Removing intermediate container 5f60b3bbd51a [2021-05-06T08:48:14.843Z] ---> ec3188ce1795 [2021-05-06T08:48:14.843Z] [2021-05-06T08:48:15.115Z] Removing intermediate container 5ac73f87965c [2021-05-06T08:48:15.115Z] ---> e4b16bd85597 [2021-05-06T08:48:15.115Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T08:48:15.393Z] ---> Running in cce8a137bc96 [2021-05-06T08:48:15.679Z] Successfully built ec3188ce1795 [2021-05-06T08:48:15.679Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-06T08:48:15.679Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-05-06T08:48:15.679Z] ---> 33c159d0276d [2021-05-06T08:48:15.679Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-06T08:48:16.277Z] Removing intermediate container cce8a137bc96 [2021-05-06T08:48:16.277Z] ---> Running in 24439afe4ef7 [2021-05-06T08:48:16.277Z] ---> 0cf5c54198ea [2021-05-06T08:48:16.277Z] [2021-05-06T08:48:16.877Z] Successfully built 0cf5c54198ea [2021-05-06T08:48:17.152Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-06T08:48:17.152Z] Building docker-security-proxy-setup-go [2021-05-06T08:48:19.133Z]  Building docker-core-metadata-go ... done Removing intermediate container 24439afe4ef7 [2021-05-06T08:48:19.133Z] ---> 806f16a2b508 [2021-05-06T08:48:19.133Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-06T08:48:19.423Z] ---> Running in 4c63eccd3700 [2021-05-06T08:48:20.426Z] Collecting docker-compose==1.23.2 [2021-05-06T08:48:20.426Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-06T08:48:21.025Z] Removing intermediate container 4c63eccd3700 [2021-05-06T08:48:21.025Z] ---> b0290e10f15e [2021-05-06T08:48:21.025Z] Step 28/31 : CMD ["gate"] [2021-05-06T08:48:22.476Z] Collecting cached-property<2,>=1.2.0 [2021-05-06T08:48:22.476Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-06T08:48:23.074Z] ---> Running in 47feed71b13e [2021-05-06T08:48:24.062Z] Collecting docker<4.0,>=3.6.0 [2021-05-06T08:48:24.062Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-06T08:48:24.337Z] Removing intermediate container 47feed71b13e [2021-05-06T08:48:24.337Z] ---> 14c063e1f0b0 [2021-05-06T08:48:24.337Z] Step 29/31 : LABEL arch=arm64 [2021-05-06T08:48:24.934Z] ---> Running in 8591c2b1caf5 [2021-05-06T08:48:25.211Z] Removing intermediate container 8591c2b1caf5 [2021-05-06T08:48:25.211Z] ---> 10f6e27e3d61 [2021-05-06T08:48:25.211Z] Step 30/31 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:48:25.211Z] Collecting jsonschema<3,>=2.5.1 [2021-05-06T08:48:25.211Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-06T08:48:25.832Z] ---> Running in c52399ae24a9 [2021-05-06T08:48:26.104Z] Removing intermediate container c52399ae24a9 [2021-05-06T08:48:26.104Z] ---> f18e7a65bb86 [2021-05-06T08:48:26.104Z] Step 31/31 : LABEL version=0.0.0 [2021-05-06T08:48:26.375Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-06T08:48:26.375Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-06T08:48:26.648Z] ---> Running in ae6d2a97282d [2021-05-06T08:48:26.928Z] 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-05-06T08:48:27.203Z] Collecting texttable<0.10,>=0.9.0 [2021-05-06T08:48:27.203Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-06T08:48:27.797Z] Removing intermediate container ae6d2a97282d [2021-05-06T08:48:27.797Z] ---> ede43b6328e7 [2021-05-06T08:48:27.797Z] [2021-05-06T08:48:28.395Z] Successfully built ede43b6328e7 [2021-05-06T08:48:28.395Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-06T08:48:28.395Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-05-06T08:48:30.369Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-06T08:48:30.369Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-06T08:48:33.758Z] Collecting PyYAML<4,>=3.10 [2021-05-06T08:48:33.758Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-06T08:48:39.156Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-06T08:48:39.156Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-06T08:48:39.758Z] Collecting docopt<0.7,>=0.6.1 [2021-05-06T08:48:39.758Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-06T08:48:42.386Z] Collecting docker-pycreds>=0.4.0 [2021-05-06T08:48:42.662Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-06T08:48:43.645Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-06T08:48:43.645Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-06T08:48:43.921Z] 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-05-06T08:48:44.197Z] Collecting idna<2.8,>=2.5 [2021-05-06T08:48:44.197Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-06T08:48:44.197Z] 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-05-06T08:48:44.479Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-06T08:48:44.479Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-06T08:48:44.479Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-06T08:48:44.479Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-06T08:48:45.916Z] Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, dockerpty, PyYAML, docopt, docker-compose [2021-05-06T08:48:45.916Z] Attempting uninstall: urllib3 [2021-05-06T08:48:45.916Z] Found existing installation: urllib3 1.25.9 [2021-05-06T08:48:45.916Z] Uninstalling urllib3-1.25.9: [2021-05-06T08:48:45.916Z] Successfully uninstalled urllib3-1.25.9 [2021-05-06T08:48:46.897Z] Attempting uninstall: idna [2021-05-06T08:48:46.897Z] Found existing installation: idna 2.9 [2021-05-06T08:48:46.897Z] Uninstalling idna-2.9: [2021-05-06T08:48:46.897Z] Successfully uninstalled idna-2.9 [2021-05-06T08:48:47.880Z] Attempting uninstall: requests [2021-05-06T08:48:47.880Z] Found existing installation: requests 2.23.0 [2021-05-06T08:48:47.880Z] Uninstalling requests-2.23.0: [2021-05-06T08:48:47.880Z] Successfully uninstalled requests-2.23.0 [2021-05-06T08:48:50.506Z] Running setup.py install for texttable: started [2021-05-06T08:48:53.128Z] Running setup.py install for texttable: finished with status 'done' [2021-05-06T08:48:53.128Z] Running setup.py install for dockerpty: started [2021-05-06T08:48:55.770Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-06T08:48:55.770Z] Running setup.py install for PyYAML: started [2021-05-06T08:48:59.164Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-06T08:48:59.164Z] Running setup.py install for docopt: started [2021-05-06T08:49:02.582Z] Running setup.py install for docopt: finished with status 'done' [2021-05-06T08:49:03.571Z] 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.59.0 [2021-05-06T08:49:05.594Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:49:05.594Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:49:05.594Z] ---> b51b0e0ec670 [2021-05-06T08:49:05.594Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T08:49:05.594Z] ---> Using cache [2021-05-06T08:49:05.594Z] ---> 88dfe2fb3393 [2021-05-06T08:49:05.594Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:49:05.594Z] ---> Using cache [2021-05-06T08:49:05.594Z] ---> ae315ec533ec [2021-05-06T08:49:05.594Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-06T08:49:05.870Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:49:05.870Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:49:05.870Z] ---> b51b0e0ec670 [2021-05-06T08:49:05.870Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T08:49:05.870Z] ---> Using cache [2021-05-06T08:49:05.870Z] ---> 88dfe2fb3393 [2021-05-06T08:49:05.870Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:49:05.870Z] ---> Using cache [2021-05-06T08:49:05.870Z] ---> ae315ec533ec [2021-05-06T08:49:05.870Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T08:49:05.870Z] ---> Using cache [2021-05-06T08:49:05.870Z] ---> aacab2df538c [2021-05-06T08:49:05.870Z] Step 6/23 : COPY go.mod . [2021-05-06T08:49:05.870Z] ---> Using cache [2021-05-06T08:49:05.870Z] ---> 333071d02588 [2021-05-06T08:49:05.870Z] Step 7/23 : RUN go mod download [2021-05-06T08:49:05.870Z] ---> Using cache [2021-05-06T08:49:05.870Z] ---> ec67eccc1fd6 [2021-05-06T08:49:05.870Z] Step 8/23 : COPY . . [2021-05-06T08:49:05.870Z] ---> Using cache [2021-05-06T08:49:05.870Z] ---> bbd6c788d3a9 [2021-05-06T08:49:05.870Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-06T08:49:06.148Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:49:06.148Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:49:06.148Z] ---> b51b0e0ec670 [2021-05-06T08:49:06.148Z] Step 3/21 : WORKDIR /edgex-go [2021-05-06T08:49:06.148Z] ---> Using cache [2021-05-06T08:49:06.148Z] ---> 88dfe2fb3393 [2021-05-06T08:49:06.148Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:49:06.148Z] ---> Using cache [2021-05-06T08:49:06.148Z] ---> ae315ec533ec [2021-05-06T08:49:06.148Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-06T08:49:06.148Z] ---> Using cache [2021-05-06T08:49:06.148Z] ---> aacab2df538c [2021-05-06T08:49:06.148Z] Step 6/21 : COPY go.mod . [2021-05-06T08:49:06.148Z] ---> Using cache [2021-05-06T08:49:06.148Z] ---> 333071d02588 [2021-05-06T08:49:06.148Z] Step 7/21 : RUN go mod download [2021-05-06T08:49:06.148Z] ---> Using cache [2021-05-06T08:49:06.148Z] ---> ec67eccc1fd6 [2021-05-06T08:49:06.148Z] Step 8/21 : COPY . . [2021-05-06T08:49:06.148Z] ---> Using cache [2021-05-06T08:49:06.148Z] ---> bbd6c788d3a9 [2021-05-06T08:49:06.148Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-06T08:49:10.473Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T08:49:10.473Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T08:49:10.473Z] ---> b51b0e0ec670 [2021-05-06T08:49:10.473Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T08:49:10.473Z] ---> Using cache [2021-05-06T08:49:10.473Z] ---> 88dfe2fb3393 [2021-05-06T08:49:10.473Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:49:10.473Z] ---> Using cache [2021-05-06T08:49:10.473Z] ---> ae315ec533ec [2021-05-06T08:49:10.473Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-06T08:49:13.850Z] ---> Running in 9d76363c6a4c [2021-05-06T08:49:13.850Z] ---> Running in 257d6a371bcb [2021-05-06T08:49:13.850Z] ---> Running in 0acf5133acb2 [2021-05-06T08:49:13.850Z] ---> Running in 931fe8324fb5 [2021-05-06T08:49:15.292Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:49:15.892Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:49:16.165Z] 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-05-06T08:49:16.165Z] 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-05-06T08:49:16.762Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:49:17.759Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:49:18.366Z] OK: 218 MiB in 52 packages [2021-05-06T08:49:19.352Z] OK: 218 MiB in 52 packages [2021-05-06T08:49:21.371Z] Removing intermediate container 257d6a371bcb [2021-05-06T08:49:21.371Z] ---> 8546e2b25c86 [2021-05-06T08:49:21.371Z] Step 6/23 : COPY go.mod . [2021-05-06T08:49:21.656Z] Removing intermediate container 931fe8324fb5 [2021-05-06T08:49:21.656Z] ---> dee51ee013a2 [2021-05-06T08:49:21.656Z] Step 6/22 : COPY go.mod . [2021-05-06T08:49:23.137Z] ---> 45f008b0dd9d [2021-05-06T08:49:23.137Z] Step 7/23 : RUN go mod download [2021-05-06T08:49:23.419Z] ---> Running in f07dd1044580 [2021-05-06T08:49:23.705Z] ---> 71b38918c263 [2021-05-06T08:49:23.705Z] Step 7/22 : RUN go mod download [2021-05-06T08:49:23.986Z] ---> Running in e0c52a02398c [2021-05-06T08:49:25.457Z] Removing intermediate container 4d75782deca2 [2021-05-06T08:49:25.457Z] ---> 0b83965d1add [2021-05-06T08:49:25.457Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-06T08:49:25.733Z] ---> Running in d074f8119acc [2021-05-06T08:49:26.726Z] Removing intermediate container d074f8119acc [2021-05-06T08:49:26.726Z] ---> feffb25745eb [2021-05-06T08:49:26.726Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-06T08:49:27.002Z] ---> Running in 08b7df1adfc4 [2021-05-06T08:49:28.009Z] Removing intermediate container 08b7df1adfc4 [2021-05-06T08:49:28.009Z] ---> 81b442afddfa [2021-05-06T08:49:28.009Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-06T08:49:29.457Z] Removing intermediate container f07dd1044580 [2021-05-06T08:49:29.457Z] ---> ca4d219858ce [2021-05-06T08:49:29.457Z] Step 8/23 : COPY . . [2021-05-06T08:49:29.735Z] Removing intermediate container e0c52a02398c [2021-05-06T08:49:29.735Z] ---> 3818435d1d4b [2021-05-06T08:49:29.735Z] Step 8/22 : COPY . . [2021-05-06T08:49:30.727Z] ---> 6976a2f88b65 [2021-05-06T08:49:30.727Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-06T08:49:33.369Z] ---> 8ee584f2fe6d [2021-05-06T08:49:33.369Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-06T08:49:36.775Z] ---> 33b9c5a2f65d [2021-05-06T08:49:36.775Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-06T08:49:37.381Z] ---> Running in 911d0884e224 [2021-05-06T08:49:39.397Z] Removing intermediate container 911d0884e224 [2021-05-06T08:49:39.397Z] ---> fad62b9015c4 [2021-05-06T08:49:39.397Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:49:39.997Z] ---> Running in 4a8d08563ced [2021-05-06T08:49:41.453Z] Removing intermediate container 4a8d08563ced [2021-05-06T08:49:41.453Z] ---> 488953f9354f [2021-05-06T08:49:41.453Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T08:49:42.062Z] ---> Running in a50d7794098e [2021-05-06T08:49:43.067Z] Removing intermediate container a50d7794098e [2021-05-06T08:49:43.067Z] ---> 40c83d8cc4a1 [2021-05-06T08:49:43.067Z] Step 22/23 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:49:43.669Z] ---> Running in acdc66c50e94 [2021-05-06T08:49:45.666Z] Removing intermediate container acdc66c50e94 [2021-05-06T08:49:45.666Z] ---> c6508896367b [2021-05-06T08:49:45.666Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T08:49:46.278Z] ---> Running in 36867c34014e [2021-05-06T08:49:47.730Z] Removing intermediate container 36867c34014e [2021-05-06T08:49:47.730Z] ---> cc840e90b11d [2021-05-06T08:49:47.730Z] [2021-05-06T08:49:49.720Z] Successfully built cc840e90b11d [2021-05-06T08:49:49.720Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-06T08:50:04.857Z]  Building docker-sys-mgmt-agent-go ... done  ---> 8a3117aa3eb0 [2021-05-06T08:50:04.857Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-06T08:50:04.857Z] ---> 03ca5a2fe50a [2021-05-06T08:50:04.857Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-06T08:50:04.857Z] ---> Running in 7c880899c207 [2021-05-06T08:50:04.857Z] ---> Running in 1f2872125331 [2021-05-06T08:50:05.138Z] 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-05-06T08:50:05.419Z] 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-05-06T08:50:37.844Z] 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-05-06T08:50:52.975Z] Removing intermediate container 9d76363c6a4c [2021-05-06T08:50:52.975Z] ---> 12b74ba2e5c3 [2021-05-06T08:50:52.975Z] [2021-05-06T08:50:52.975Z] Step 10/21 : FROM alpine:3.12 [2021-05-06T08:50:52.975Z] ---> 9852663dfa18 [2021-05-06T08:50:52.975Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-06T08:50:53.258Z] ---> Running in 7d57b7948b49 [2021-05-06T08:50:55.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:50:55.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:50:56.553Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-06T08:50:56.831Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T08:50:56.831Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-06T08:50:56.831Z] (4/4) Installing curl (7.76.1-r0) [2021-05-06T08:50:56.831Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:50:56.831Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T08:50:57.107Z] OK: 7 MiB in 18 packages [2021-05-06T08:51:01.465Z] Removing intermediate container 7d57b7948b49 [2021-05-06T08:51:01.465Z] ---> cb5c84c8df26 [2021-05-06T08:51:01.465Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T08:51:01.465Z] ---> Running in d953a2a9a107 [2021-05-06T08:51:01.751Z] Removing intermediate container 0acf5133acb2 [2021-05-06T08:51:01.751Z] ---> 0e737d8ef7d5 [2021-05-06T08:51:01.751Z] [2021-05-06T08:51:01.751Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T08:51:01.751Z] ---> 9852663dfa18 [2021-05-06T08:51:01.751Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T08:51:01.751Z] ---> Using cache [2021-05-06T08:51:01.751Z] ---> 80dd0374f9b4 [2021-05-06T08:51:01.751Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T08:51:01.751Z] ---> Using cache [2021-05-06T08:51:01.751Z] ---> d021ccc86083 [2021-05-06T08:51:01.751Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-06T08:51:02.030Z] Removing intermediate container d953a2a9a107 [2021-05-06T08:51:02.030Z] ---> b84c71a356f9 [2021-05-06T08:51:02.030Z] Step 13/21 : WORKDIR /edgex [2021-05-06T08:51:02.030Z] ---> Running in 79c4684c6de3 [2021-05-06T08:51:02.306Z] ---> Running in d4d7ae48c50c [2021-05-06T08:51:02.910Z] Removing intermediate container 79c4684c6de3 [2021-05-06T08:51:02.910Z] ---> 7794c4f68303 [2021-05-06T08:51:02.910Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T08:51:03.186Z] ---> Running in 0ac586a0bdb3 [2021-05-06T08:51:03.461Z] Removing intermediate container d4d7ae48c50c [2021-05-06T08:51:03.461Z] ---> 884018460d55 [2021-05-06T08:51:03.461Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-06T08:51:03.737Z] Removing intermediate container 0ac586a0bdb3 [2021-05-06T08:51:03.737Z] ---> 08d60bfcf31e [2021-05-06T08:51:03.737Z] Step 15/23 : WORKDIR / [2021-05-06T08:51:04.013Z] ---> Running in ee86c717d4f0 [2021-05-06T08:51:04.616Z] ---> bcb473cf1f16 [2021-05-06T08:51:04.616Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-06T08:51:04.902Z] Removing intermediate container ee86c717d4f0 [2021-05-06T08:51:04.902Z] ---> f03effe6cb63 [2021-05-06T08:51:04.902Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:51:06.886Z] ---> c9ce780f8785 [2021-05-06T08:51:06.886Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-06T08:51:06.886Z] ---> 6fa94840706c [2021-05-06T08:51:06.886Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-06T08:51:08.874Z] ---> 2c5a6c8d1e8b [2021-05-06T08:51:08.874Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-06T08:51:08.874Z] ---> 7d6005ec4b69 [2021-05-06T08:51:08.874Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-06T08:51:09.150Z] ---> Running in 7d3ffd3e8a26 [2021-05-06T08:51:10.264Z] Removing intermediate container 7d3ffd3e8a26 [2021-05-06T08:51:10.264Z] ---> 85bdff00d946 [2021-05-06T08:51:10.264Z] Step 18/21 : CMD ["--init=true"] [2021-05-06T08:51:10.264Z] ---> Running in 449e6fce02a9 [2021-05-06T08:51:10.557Z] ---> c2fdce071b6e [2021-05-06T08:51:10.557Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-06T08:51:10.860Z] ---> Running in 9e28fb8a692a [2021-05-06T08:51:11.149Z] Removing intermediate container 449e6fce02a9 [2021-05-06T08:51:11.149Z] ---> f8c66b2b57ee [2021-05-06T08:51:11.149Z] Step 19/21 : LABEL arch=arm64 [2021-05-06T08:51:11.479Z] ---> Running in 28f2f50e3148 [2021-05-06T08:51:11.479Z] Removing intermediate container 9e28fb8a692a [2021-05-06T08:51:11.479Z] ---> 4ccb9ee0a1dc [2021-05-06T08:51:11.479Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:51:11.760Z] ---> Running in 73620f9f1773 [2021-05-06T08:51:12.430Z] Removing intermediate container 28f2f50e3148 [2021-05-06T08:51:12.430Z] ---> c49d8454eec5 [2021-05-06T08:51:12.430Z] Step 20/21 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:51:12.430Z] ---> Running in 327644b86472 [2021-05-06T08:51:12.764Z] Removing intermediate container 73620f9f1773 [2021-05-06T08:51:12.764Z] ---> 9e7616a94651 [2021-05-06T08:51:12.764Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T08:51:12.764Z] ---> Running in fdb7bd23f245 [2021-05-06T08:51:13.410Z] Removing intermediate container 327644b86472 [2021-05-06T08:51:13.410Z] ---> 55e8662cabe6 [2021-05-06T08:51:13.410Z] Step 21/21 : LABEL version=0.0.0 [2021-05-06T08:51:13.797Z] Removing intermediate container fdb7bd23f245 [2021-05-06T08:51:13.797Z] ---> d26002087e43 [2021-05-06T08:51:13.797Z] Step 22/23 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:51:13.798Z] ---> Running in 925fe0d0c291 [2021-05-06T08:51:14.125Z] ---> Running in d82164b98159 [2021-05-06T08:51:14.519Z] Removing intermediate container 925fe0d0c291 [2021-05-06T08:51:14.519Z] ---> ddaf6f727630 [2021-05-06T08:51:14.519Z] [2021-05-06T08:51:15.033Z] Removing intermediate container d82164b98159 [2021-05-06T08:51:15.033Z] ---> 4897dc7a1d33 [2021-05-06T08:51:15.033Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T08:51:15.033Z] ---> Running in 86fdc7c0ec24 [2021-05-06T08:51:15.686Z] Successfully built ddaf6f727630 [2021-05-06T08:51:15.686Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-06T08:51:16.387Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 86fdc7c0ec24 [2021-05-06T08:51:16.387Z] ---> 37435a3bc3ca [2021-05-06T08:51:16.387Z] [2021-05-06T08:51:16.660Z] Successfully built 37435a3bc3ca [2021-05-06T08:51:16.660Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-06T08:51:43.463Z]  Building docker-core-command-go ... done Removing intermediate container 7c880899c207 [2021-05-06T08:51:43.463Z] ---> 46b197828fe9 [2021-05-06T08:51:43.463Z] [2021-05-06T08:51:43.463Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T08:51:43.463Z] ---> 9852663dfa18 [2021-05-06T08:51:43.463Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-06T08:51:43.463Z] ---> Running in 16a3f91d62b8 [2021-05-06T08:51:44.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:51:44.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:51:44.651Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-06T08:51:44.651Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-06T08:51:44.651Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:51:44.651Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T08:51:44.922Z] OK: 6 MiB in 16 packages [2021-05-06T08:51:46.903Z] Removing intermediate container 16a3f91d62b8 [2021-05-06T08:51:46.903Z] ---> 58da0c380fd1 [2021-05-06T08:51:46.903Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T08:51:47.501Z] ---> Running in 4e106f6d35e2 [2021-05-06T08:51:48.490Z] Removing intermediate container 4e106f6d35e2 [2021-05-06T08:51:48.490Z] ---> bed2434fbf43 [2021-05-06T08:51:48.490Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-06T08:51:48.490Z] ---> Running in d3197fe744b0 [2021-05-06T08:51:48.760Z] Removing intermediate container 1f2872125331 [2021-05-06T08:51:48.760Z] ---> ebdcbf147af5 [2021-05-06T08:51:48.760Z] [2021-05-06T08:51:48.760Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T08:51:48.760Z] ---> 9852663dfa18 [2021-05-06T08:51:48.760Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-06T08:51:49.038Z] ---> Running in 5ffa8449f2e3 [2021-05-06T08:51:49.038Z] Removing intermediate container d3197fe744b0 [2021-05-06T08:51:49.038Z] ---> d100e219f6cc [2021-05-06T08:51:49.038Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T08:51:49.309Z] ---> Running in 8c5b61313c12 [2021-05-06T08:51:49.583Z] Removing intermediate container 5ffa8449f2e3 [2021-05-06T08:51:49.583Z] ---> a1f637ef8a82 [2021-05-06T08:51:49.583Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-06T08:51:49.856Z] Removing intermediate container 8c5b61313c12 [2021-05-06T08:51:49.856Z] ---> ba99ecd64efb [2021-05-06T08:51:49.856Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:51:49.856Z] ---> Running in bb2ef6c5536e [2021-05-06T08:51:50.455Z] Removing intermediate container bb2ef6c5536e [2021-05-06T08:51:50.455Z] ---> bad23252b44d [2021-05-06T08:51:50.455Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-06T08:51:50.455Z] ---> Running in ff25d1fbf595 [2021-05-06T08:51:50.728Z] ---> c4bf6030c205 [2021-05-06T08:51:50.728Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-06T08:51:51.005Z] Removing intermediate container ff25d1fbf595 [2021-05-06T08:51:51.006Z] ---> f8c1bf1ca296 [2021-05-06T08:51:51.006Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T08:51:51.280Z] ---> Running in 6ac8b4102a44 [2021-05-06T08:51:51.892Z] ---> 8a8cc95c8ed3 [2021-05-06T08:51:51.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-06T08:51:52.872Z] ---> a1640543c6ff [2021-05-06T08:51:52.872Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-06T08:51:53.146Z] ---> Running in f4bd908151a2 [2021-05-06T08:51:53.744Z] Removing intermediate container f4bd908151a2 [2021-05-06T08:51:53.744Z] ---> 234c2c83535e [2021-05-06T08:51:53.744Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:51:53.744Z] Removing intermediate container 6ac8b4102a44 [2021-05-06T08:51:53.744Z] ---> 537365a9afcb [2021-05-06T08:51:53.744Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T08:51:53.744Z] ---> Running in e3c4cf97ad88 [2021-05-06T08:51:54.018Z] ---> Running in 9863537a4791 [2021-05-06T08:51:54.297Z] Removing intermediate container e3c4cf97ad88 [2021-05-06T08:51:54.297Z] ---> ab01157f6c7a [2021-05-06T08:51:54.297Z] Step 20/22 : LABEL arch=arm64 [2021-05-06T08:51:54.573Z] ---> Running in dceb990ff324 [2021-05-06T08:51:55.170Z] Removing intermediate container dceb990ff324 [2021-05-06T08:51:55.170Z] ---> 8452b45a6e8e [2021-05-06T08:51:55.170Z] Step 21/22 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:51:55.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T08:51:55.444Z] ---> Running in 9c472f73f2c6 [2021-05-06T08:51:56.043Z] Removing intermediate container 9c472f73f2c6 [2021-05-06T08:51:56.043Z] ---> 4bb0796b1b1e [2021-05-06T08:51:56.043Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T08:51:56.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T08:51:56.043Z] ---> Running in f5ecc6853af5 [2021-05-06T08:51:56.640Z] Removing intermediate container f5ecc6853af5 [2021-05-06T08:51:56.640Z] ---> 62ec75735850 [2021-05-06T08:51:56.640Z] [2021-05-06T08:51:56.915Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T08:51:56.915Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T08:51:56.915Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T08:51:57.191Z] Successfully built 62ec75735850 [2021-05-06T08:51:57.191Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-06T08:51:57.191Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T08:51:57.191Z]  Building docker-support-notifications-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T08:51:57.464Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T08:51:57.464Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T08:51:57.464Z] OK: 8 MiB in 20 packages [2021-05-06T08:51:58.980Z] Removing intermediate container 9863537a4791 [2021-05-06T08:51:58.980Z] ---> ad4e11a604f7 [2021-05-06T08:51:58.980Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T08:51:59.579Z] ---> 18d3d8ed4e2f [2021-05-06T08:51:59.579Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-06T08:52:01.009Z] ---> 1a44deb5afd4 [2021-05-06T08:52:01.009Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-06T08:52:01.603Z] ---> 859503741085 [2021-05-06T08:52:01.604Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-06T08:52:01.877Z] ---> Running in 5d49cbe6df68 [2021-05-06T08:52:02.471Z] Removing intermediate container 5d49cbe6df68 [2021-05-06T08:52:02.471Z] ---> ff63b58bed14 [2021-05-06T08:52:02.471Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T08:52:02.471Z] ---> Running in 3a8212618772 [2021-05-06T08:52:03.063Z] Removing intermediate container 3a8212618772 [2021-05-06T08:52:03.063Z] ---> 2a31506307c0 [2021-05-06T08:52:03.063Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T08:52:03.335Z] ---> Running in 86f4e0c75118 [2021-05-06T08:52:03.607Z] Removing intermediate container 86f4e0c75118 [2021-05-06T08:52:03.607Z] ---> 188f8a999ed0 [2021-05-06T08:52:03.607Z] Step 22/23 : LABEL git_sha=51d360c7c4cebab8d333c2625d71fbe42797a194 [2021-05-06T08:52:03.879Z] ---> Running in ffbcc8cc0640 [2021-05-06T08:52:04.470Z] Removing intermediate container ffbcc8cc0640 [2021-05-06T08:52:04.470Z] ---> 18f75fa8c1c5 [2021-05-06T08:52:04.470Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T08:52:04.470Z] ---> Running in 87f0cc5e3a14 [2021-05-06T08:52:05.062Z] Removing intermediate container 87f0cc5e3a14 [2021-05-06T08:52:05.062Z] ---> ecb724a07ebe [2021-05-06T08:52:05.062Z] [2021-05-06T08:52:05.342Z] Successfully built ecb724a07ebe [2021-05-06T08:52:05.621Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-06T08:52:05.908Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-06T08:52:05.876Z] $ docker stop --time=1 42c443ddd92f4c4654552f68d4abd28e92792e22437cbd815a429399844a23b9 [2021-05-06T08:52:07.911Z] $ docker rm -f 42c443ddd92f4c4654552f68d4abd28e92792e22437cbd815a429399844a23b9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T08:52:08.568Z] + docker images [2021-05-06T08:52:08.569Z] + grep docker [2021-05-06T08:52:08.839Z] docker-core-data-go-arm64 latest ecb724a07ebe 4 seconds ago 20.3MB [2021-05-06T08:52:08.839Z] docker-support-notifications-go-arm64 latest 62ec75735850 12 seconds ago 16.6MB [2021-05-06T08:52:08.839Z] docker-core-command-go-arm64 latest 37435a3bc3ca 53 seconds ago 16.1MB [2021-05-06T08:52:08.839Z] docker-security-proxy-setup-go-arm64 latest ddaf6f727630 54 seconds ago 23.9MB [2021-05-06T08:52:08.839Z] docker-sys-mgmt-agent-go-arm64 latest cc840e90b11d 2 minutes ago 299MB [2021-05-06T08:52:08.839Z] docker-security-bootstrapper-go-arm64 latest ede43b6328e7 3 minutes ago 17.1MB [2021-05-06T08:52:08.839Z] docker-core-metadata-go-arm64 latest 0cf5c54198ea 3 minutes ago 17.4MB [2021-05-06T08:52:08.839Z] docker-support-scheduler-go-arm64 latest ec3188ce1795 3 minutes ago 16.1MB [2021-05-06T08:52:08.839Z] docker-security-secretstore-setup-go-arm64 latest d6986a27988a 3 minutes ago 24.3MB [2021-05-06T08:52:08.839Z] 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-05-06T08:52:09.477Z] ---> job-cost.sh [2021-05-06T08:52:09.477Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EjSH [2021-05-06T08:53:05.980Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T08:54:43.416Z] lf-activate-venv(): INFO: Adding /tmp/venv-EjSH/bin to PATH [2021-05-06T08:54:43.416Z] INFO: No Stack... [2021-05-06T08:54:43.416Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T08:54:43.416Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T08:54:43.750Z] + cat /w/workspace/edgex-go/114/archives/cost.csv [2021-05-06T08:54:43.750Z] + cut -d, -f6 [Pipeline] lock [2021-05-06T08:54:43.860Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-114-stack-cost] [2021-05-06T08:54:43.868Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-114-stack-cost] did not exist. Created. [2021-05-06T08:54:43.868Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-114-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T08:54:44.229Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T08:54:44.500Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T08:54:44.516Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-114-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-05-06T08:54:45.441Z] provisioning config files... [2021-05-06T08:54:45.456Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/114@tmp/config7763192609082954975tmp [Pipeline] { [Pipeline] sh [2021-05-06T08:54:45.788Z] + set +x [2021-05-06T08:54:45.788Z] + curl -s https://codecov.io/bash [2021-05-06T08:54:45.788Z] + bash -s -- [2021-05-06T08:54:46.364Z] [2021-05-06T08:54:46.364Z] _____ _ [2021-05-06T08:54:46.364Z] / ____| | | [2021-05-06T08:54:46.364Z] | | ___ __| | ___ ___ _____ __ [2021-05-06T08:54:46.364Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-06T08:54:46.364Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-06T08:54:46.364Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-06T08:54:46.364Z] Bash-1.0.2 [2021-05-06T08:54:46.364Z] [2021-05-06T08:54:46.364Z] [2021-05-06T08:54:46.364Z] ==> git version 2.24.3 found [2021-05-06T08:54:46.364Z] ==> 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-05-06T08:54:46.364Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-06T08:54:46.364Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-06T08:54:46.364Z] ==> Jenkins CI detected. [2021-05-06T08:54:46.364Z] project root: . [2021-05-06T08:54:46.364Z] --> token set from env [2021-05-06T08:54:46.364Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-06T08:54:46.626Z] ==> Running gcov in . (disable via -X gcov) [2021-05-06T08:54:46.626Z] ==> Python coveragepy not found [2021-05-06T08:54:46.626Z] ==> Searching for coverage reports in: [2021-05-06T08:54:46.626Z] + . [2021-05-06T08:54:46.626Z] -> Found 1 reports [2021-05-06T08:54:46.626Z] ==> Detecting git/mercurial file structure [2021-05-06T08:54:46.626Z] ==> Reading reports [2021-05-06T08:54:46.626Z] + ./coverage.out bytes=705232 [2021-05-06T08:54:46.626Z] ==> Appending adjustments [2021-05-06T08:54:46.626Z] https://docs.codecov.io/docs/fixing-reports [2021-05-06T08:54:50.848Z] + Found adjustments [2021-05-06T08:54:50.848Z] ==> Gzipping contents [2021-05-06T08:54:50.848Z] 100K /tmp/codecov.oSCpit.gz [2021-05-06T08:54:50.848Z] ==> Uploading reports [2021-05-06T08:54:50.848Z] url: https://codecov.io [2021-05-06T08:54:50.848Z] query: branch=PR-2858&commit=51d360c7c4cebab8d333c2625d71fbe42797a194&build=114&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F114%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-05-06T08:54:50.848Z] -> Pinging Codecov [2021-05-06T08:54:50.848Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-2858&commit=51d360c7c4cebab8d333c2625d71fbe42797a194&build=114&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F114%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-05-06T08:54:50.848Z] -> Uploading to [2021-05-06T08:54:50.848Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-06/00271124DB129430A58F1EEE437C3FCB/51d360c7c4cebab8d333c2625d71fbe42797a194/d5d8e8be-89e2-44ea-b2c8-d537153016ef.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T085450Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=08728a446b8246d1e7e75d6bcc78cca4801d883f4ee48ca2be1b8da064022a5a [2021-05-06T08:54:50.848Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T08:54:50.848Z] Dload Upload Total Spent Left Speed [2021-05-06T08:54:51.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 214k --:--:-- --:--:-- --:--:-- 214k [2021-05-06T08:54:51.373Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/51d360c7c4cebab8d333c2625d71fbe42797a194 [Pipeline] } [2021-05-06T08:54:51.382Z] 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-05-06T08:54:52.285Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T08:54:53.168Z] ---> package-listing.sh [2021-05-06T08:54:53.168Z] ++ facter osfamily [2021-05-06T08:54:53.168Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T08:54:53.168Z] + OS_FAMILY=redhat [2021-05-06T08:54:53.168Z] + workspace=/w/workspace/edgex-go/114 [2021-05-06T08:54:53.168Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T08:54:53.168Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T08:54:53.168Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T08:54:53.168Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T08:54:53.168Z] + '[' /w/workspace/edgex-go/114 ']' [2021-05-06T08:54:53.168Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T08:54:53.168Z] + case "${OS_FAMILY}" in [2021-05-06T08:54:53.168Z] + rpm -qa [2021-05-06T08:54:53.168Z] + sort [2021-05-06T08:54:58.475Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T08:54:58.475Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T08:54:58.475Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T08:54:58.475Z] + '[' /w/workspace/edgex-go/114 ']' [2021-05-06T08:54:58.475Z] + mkdir -p /w/workspace/edgex-go/114/archives/ [2021-05-06T08:54:58.475Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/114/archives/ [Pipeline] echo [2021-05-06T08:54:58.489Z] 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/114/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-06T08:54:58.796Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:54:59.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T08:54:59.114Z] [2021-05-06T08:54:59.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T08:54:59.434Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T08:54:59.434Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T08:54:59.434Z] df20fa9351a1: Pulling fs layer [2021-05-06T08:54:59.434Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T08:54:59.434Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T08:54:59.434Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T08:54:59.434Z] 93b61091891f: Pulling fs layer [2021-05-06T08:54:59.434Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T08:54:59.434Z] 5e14af77c1be: Pulling fs layer [2021-05-06T08:54:59.434Z] 01666e4c0597: Pulling fs layer [2021-05-06T08:54:59.434Z] aa168da1d23b: Pulling fs layer [2021-05-06T08:54:59.434Z] 93b9cdb0e59b: Waiting [2021-05-06T08:54:59.434Z] 46f8f816bc3b: Waiting [2021-05-06T08:54:59.434Z] 93b61091891f: Waiting [2021-05-06T08:54:59.434Z] 5e14af77c1be: Waiting [2021-05-06T08:54:59.434Z] 01666e4c0597: Waiting [2021-05-06T08:54:59.434Z] aa168da1d23b: Waiting [2021-05-06T08:54:59.434Z] 36b3adc4ff6f: Verifying Checksum [2021-05-06T08:54:59.434Z] 36b3adc4ff6f: Download complete [2021-05-06T08:54:59.434Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T08:54:59.434Z] 46f8f816bc3b: Download complete [2021-05-06T08:54:59.699Z] df20fa9351a1: Verifying Checksum [2021-05-06T08:54:59.699Z] df20fa9351a1: Download complete [2021-05-06T08:54:59.699Z] 93b9cdb0e59b: Verifying Checksum [2021-05-06T08:54:59.699Z] 93b9cdb0e59b: Download complete [2021-05-06T08:54:59.699Z] 5e14af77c1be: Verifying Checksum [2021-05-06T08:54:59.699Z] 5e14af77c1be: Download complete [2021-05-06T08:54:59.699Z] 93b61091891f: Verifying Checksum [2021-05-06T08:54:59.699Z] 93b61091891f: Download complete [2021-05-06T08:54:59.699Z] 01666e4c0597: Verifying Checksum [2021-05-06T08:54:59.699Z] 01666e4c0597: Download complete [2021-05-06T08:54:59.699Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T08:54:59.699Z] 8ad3a11d3b57: Download complete [2021-05-06T08:54:59.966Z] df20fa9351a1: Pull complete [2021-05-06T08:55:00.228Z] 36b3adc4ff6f: Pull complete [2021-05-06T08:55:00.811Z] 8ad3a11d3b57: Pull complete [2021-05-06T08:55:01.087Z] 46f8f816bc3b: Pull complete [2021-05-06T08:55:02.043Z] aa168da1d23b: Verifying Checksum [2021-05-06T08:55:02.043Z] aa168da1d23b: Download complete [2021-05-06T08:55:02.989Z] 93b61091891f: Pull complete [2021-05-06T08:55:03.935Z] 93b9cdb0e59b: Pull complete [2021-05-06T08:55:04.197Z] 5e14af77c1be: Pull complete [2021-05-06T08:55:04.459Z] 01666e4c0597: Pull complete [2021-05-06T08:55:22.627Z] aa168da1d23b: Pull complete [2021-05-06T08:55:22.627Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T08:55:22.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T08:55:22.627Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T08:55:22.848Z] prd-centos7-docker-4c-2g-3185 does not seem to be running inside a container [2021-05-06T08:55:22.901Z] $ 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/114/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/114 -v /w/workspace/edgex-go/114:/w/workspace/edgex-go/114:rw,z -v /w/workspace/edgex-go/114@tmp:/w/workspace/edgex-go/114@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-06T08:55:24.452Z] $ docker top eee8670529e20fa251e217e697efbdb85296616ed0ea0d804beaa5c7d15319e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T08:55:24.936Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T08:55:25.295Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T08:55:25.738Z] + ls /var/log/sa-host [2021-05-06T08:55:25.738Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T08:55:25.738Z] file_magic: OK [2021-05-06T08:55:25.738Z] HZ: Using current value: 100 [2021-05-06T08:55:25.738Z] file_header: OK [2021-05-06T08:55:25.738Z] 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-05-06T08:55:25.738Z] Statistics: [2021-05-06T08:55:25.738Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T08:55:25.738Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T08:55:25.738Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T08:55:25.738Z] file_magic: OK [2021-05-06T08:55:25.738Z] HZ: Using current value: 100 [2021-05-06T08:55:25.738Z] file_header: OK [2021-05-06T08:55:25.738Z] 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-05-06T08:55:25.738Z] Statistics: [2021-05-06T08:55:25.738Z] Hnuu...uuuununununu... [2021-05-06T08:55:25.738Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T08:55:26.379Z] provisioning config files... [2021-05-06T08:55:26.394Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/114@tmp/config7103063739971327767tmp [Pipeline] { [Pipeline] echo [2021-05-06T08:55:26.572Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T08:55:27.182Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T08:55:27.193Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T08:55:27.441Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T08:55:27.743Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T08:55:27.754Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T08:55:28.060Z] ---> sudo-logs.sh [2021-05-06T08:55:28.060Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T08:55:28.095Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T08:55:28.396Z] ---> job-cost.sh [2021-05-06T08:55:28.397Z] lf-activate-venv: SKIPPING [2021-05-06T08:55:28.397Z] DEBUG: total: 0.20999999344348907 [2021-05-06T08:55:28.397Z] INFO: Retrieving Stack Cost... [2021-05-06T08:55:29.785Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T08:55:30.358Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T08:55:30.373Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T08:55:30.671Z] ---> logs-deploy.sh [2021-05-06T08:55:30.671Z] lf-activate-venv: SKIPPING [2021-05-06T08:55:30.671Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/114 [2021-05-06T08:55:30.671Z] INFO: archiving workspace using pattern(s): [2021-05-06T08:55:32.592Z] Archives upload complete. [2021-05-06T08:55:32.592Z] INFO: archiving logs to Nexus