Pull request #3410 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from b1290fed56f71f399650eea23c74a9fb48ab7d36+58f175f39c326a963567c19064a72a1694fab97f (3ee8a8e9bb7f1a455ca1966ff8a9188c6bff9acd) 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 ‘prd-centos7-docker-4c-2g-3217’ is offline Running on prd-centos7-docker-4c-2g-3220 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 58f175f39c326a963567c19064a72a1694fab97f into PR head commit b1290fed56f71f399650eea23c74a9fb48ab7d36 Merge succeeded, producing b1290fed56f71f399650eea23c74a9fb48ab7d36 Checking out Revision b1290fed56f71f399650eea23c74a9fb48ab7d36 (PR-3410) > 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/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b1290fed56f71f399650eea23c74a9fb48ab7d36 # 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 b1290fed56f71f399650eea23c74a9fb48ab7d36 # timeout=10 Commit message: "build(snap): Enable secure Kong Admin APIs in snap build - Add Kong's Admin plugins template yaml to enable Admin JWT, ACL plugins etc. - Update the Kong daemon startup shell script to import the plugins into database - Update the snapcraft yml to integrate the secure Kong's Admin API features" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T14:55:01.331Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T14:55:01.444Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T14:55:01.471Z] ========================================================= [2021-05-06T14:55:01.471Z] EdgeX Global Pipelines Version Info [2021-05-06T14:55:01.471Z] ========================================================= > git rev-list --no-walk ea83aeb7ecaf9221f53560e75eeeab1bca5efb37 # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-05-06T14:55:03.000Z] ------------------- [2021-05-06T14:55:03.000Z] stable info: [2021-05-06T14:55:03.000Z] ------------------- [2021-05-06T14:55:03.001Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T14:55:03.001Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T14:55:03.001Z] Message: update stable to v1.0.191 [2021-05-06T14:55:03.955Z] ------------------- [2021-05-06T14:55:03.955Z] experimental info: [2021-05-06T14:55:03.955Z] ------------------- [2021-05-06T14:55:03.955Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T14:55:03.955Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T14:55:03.955Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T14:55:04.087Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-06T14:55:04.108Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-06T14:55:04.128Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T14:55:04.150Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T14:55:04.171Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T14:55:04.191Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T14:55:04.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T14:55:04.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-06T14:55:04.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-06T14:55:04.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-06T14:55:04.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T14:55:04.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T14:55:04.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T14:55:04.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T14:55:04.381Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T14:55:04.403Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T14:55:04.425Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T14:55:04.449Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T14:55:04.472Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-06T14:55:04.495Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-06T14:55:04.518Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-06T14:55:04.540Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T14:55:04.562Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3410 [Pipeline] echo [2021-05-06T14:55:04.582Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3410 [Pipeline] echo [2021-05-06T14:55:04.611Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3410 [Pipeline] echo [2021-05-06T14:55:04.633Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1290fed56f71f399650eea23c74a9fb48ab7d36 [Pipeline] echo [2021-05-06T14:55:04.655Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1290fe [Pipeline] echo [2021-05-06T14:55:04.677Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T14:55:04.750Z] provisioning config files... [2021-05-06T14:55:04.785Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config7528146258804086114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T14:55:05.104Z] ---> docker-login.sh [2021-05-06T14:55:05.104Z] nexus3.edgexfoundry.org:10001 [2021-05-06T14:55:05.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T14:55:05.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T14:55:05.633Z] Configure a credential helper to remove this warning. See [2021-05-06T14:55:05.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T14:55:05.633Z] [2021-05-06T14:55:05.633Z] Login Succeeded [2021-05-06T14:55:05.633Z] nexus3.edgexfoundry.org:10002 [2021-05-06T14:55:05.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T14:55:05.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T14:55:05.895Z] Configure a credential helper to remove this warning. See [2021-05-06T14:55:05.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T14:55:05.895Z] [2021-05-06T14:55:05.895Z] Login Succeeded [2021-05-06T14:55:05.895Z] nexus3.edgexfoundry.org:10003 [2021-05-06T14:55:05.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T14:55:05.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T14:55:05.895Z] Configure a credential helper to remove this warning. See [2021-05-06T14:55:05.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T14:55:05.895Z] [2021-05-06T14:55:05.895Z] Login Succeeded [2021-05-06T14:55:05.895Z] nexus3.edgexfoundry.org:10004 [2021-05-06T14:55:06.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T14:55:06.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T14:55:06.163Z] Configure a credential helper to remove this warning. See [2021-05-06T14:55:06.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T14:55:06.163Z] [2021-05-06T14:55:06.163Z] Login Succeeded [2021-05-06T14:55:06.163Z] docker.io [2021-05-06T14:55:06.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T14:55:06.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T14:55:06.738Z] Configure a credential helper to remove this warning. See [2021-05-06T14:55:06.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T14:55:06.738Z] [2021-05-06T14:55:06.738Z] Login Succeeded [2021-05-06T14:55:06.738Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T14:55:06.748Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T14:55:07.084Z] ++ 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-06T14:55:07.084Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T14:55:07.084Z] ++ dirname cmd/core-command/Dockerfile [2021-05-06T14:55:07.084Z] ++ cut -d/ -f2 [2021-05-06T14:55:07.084Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-06T14:55:07.084Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T14:55:07.084Z] ++ dirname cmd/core-data/Dockerfile [2021-05-06T14:55:07.084Z] ++ cut -d/ -f2 [2021-05-06T14:55:07.084Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-06T14:55:07.084Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T14:55:07.084Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-06T14:55:07.084Z] ++ cut -d/ -f2 [2021-05-06T14:55:07.084Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-06T14:55:07.084Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T14:55:07.084Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-06T14:55:07.084Z] ++ cut -d/ -f2 [2021-05-06T14:55:07.084Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-06T14:55:07.084Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T14:55:07.084Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-06T14:55:07.084Z] ++ cut -d/ -f2 [2021-05-06T14:55:07.084Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-06T14:55:07.084Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T14:55:07.084Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-06T14:55:07.084Z] ++ cut -d/ -f2 [2021-05-06T14:55:07.084Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-06T14:55:07.084Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T14:55:07.084Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-06T14:55:07.084Z] ++ cut -d/ -f2 [2021-05-06T14:55:07.084Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-06T14:55:07.084Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T14:55:07.084Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-06T14:55:07.084Z] ++ cut -d/ -f2 [2021-05-06T14:55:07.084Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-06T14:55:07.084Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T14:55:07.084Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-06T14:55:07.084Z] ++ cut -d/ -f2 [2021-05-06T14:55:07.084Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-06T14:55:07.163Z] 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-06T14:55:08.516Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T14:55:08.517Z] [2021-05-06T14:55:08.517Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T14:55:08.848Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T14:55:08.848Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T14:55:08.848Z] 31603596830f: Pulling fs layer [2021-05-06T14:55:08.848Z] 54011a49482f: Pulling fs layer [2021-05-06T14:55:08.848Z] a6820b24f6d8: Pulling fs layer [2021-05-06T14:55:08.848Z] f581987b2513: Pulling fs layer [2021-05-06T14:55:08.848Z] f581987b2513: Waiting [2021-05-06T14:55:08.848Z] 54011a49482f: Verifying Checksum [2021-05-06T14:55:08.848Z] 54011a49482f: Download complete [2021-05-06T14:55:09.111Z] 31603596830f: Verifying Checksum [2021-05-06T14:55:09.111Z] 31603596830f: Download complete [2021-05-06T14:55:09.111Z] f581987b2513: Verifying Checksum [2021-05-06T14:55:09.111Z] f581987b2513: Download complete [2021-05-06T14:55:09.111Z] a6820b24f6d8: Verifying Checksum [2021-05-06T14:55:09.111Z] a6820b24f6d8: Download complete [2021-05-06T14:55:09.374Z] 31603596830f: Pull complete [2021-05-06T14:55:09.639Z] 54011a49482f: Pull complete [2021-05-06T14:55:10.224Z] a6820b24f6d8: Pull complete [2021-05-06T14:55:10.487Z] f581987b2513: Pull complete [2021-05-06T14:55:10.487Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T14:55:10.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T14:55:10.487Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T14:55:10.606Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2021-05-06T14:55:10.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T14:55:13.308Z] $ docker top 1bff20857fb54cd7fbe6ef9c9d8a3a8d597e762fff4bedaff003648273cb222d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T14:55:13.476Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T14:55:13.476Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T14:55:13.706Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T14:55:13.711Z] $ docker exec 1bff20857fb54cd7fbe6ef9c9d8a3a8d597e762fff4bedaff003648273cb222d ssh-agent [2021-05-06T14:55:13.880Z] SSH_AUTH_SOCK=/tmp/ssh-Mu4VBGAn3uxw/agent.12 [2021-05-06T14:55:13.880Z] SSH_AGENT_PID=17 [2021-05-06T14:55:13.895Z] Running ssh-add (command line suppressed) [2021-05-06T14:55:14.025Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_1709841152319208628.key (/w/workspace/edgex-go/7@tmp/private_key_1709841152319208628.key) [2021-05-06T14:55:14.078Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T14:55:14.382Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T14:55:14.404Z] $ docker exec --env ******** --env ******** 1bff20857fb54cd7fbe6ef9c9d8a3a8d597e762fff4bedaff003648273cb222d ssh-agent -k [2021-05-06T14:55:14.521Z] unset SSH_AUTH_SOCK; [2021-05-06T14:55:14.521Z] unset SSH_AGENT_PID; [2021-05-06T14:55:14.521Z] echo Agent pid 17 killed; [2021-05-06T14:55:14.567Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T14:55:14.604Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T14:55:14.604Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T14:55:14.765Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T14:55:14.770Z] $ docker exec 1bff20857fb54cd7fbe6ef9c9d8a3a8d597e762fff4bedaff003648273cb222d ssh-agent [2021-05-06T14:55:14.931Z] SSH_AUTH_SOCK=/tmp/ssh-uv0OWa8dk8sc/agent.47 [2021-05-06T14:55:14.931Z] SSH_AGENT_PID=52 [2021-05-06T14:55:14.938Z] Running ssh-add (command line suppressed) [2021-05-06T14:55:15.065Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_7503961094291381537.key (/w/workspace/edgex-go/7@tmp/private_key_7503961094291381537.key) [2021-05-06T14:55:15.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T14:55:15.434Z] + git semver init [2021-05-06T14:55:15.434Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T14:55:15.434Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-05-06T14:55:15.434Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-05-06T14:55:15.434Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T14:55:15.434Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T14:55:15.434Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T14:55:15.434Z] # $SEMVER_BRANCH = PR-3410 [2021-05-06T14:55:15.434Z] # $SEMVER_TEMP = /tmp/semver-973612740 [2021-05-06T14:55:15.434Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-06T14:55:42.081Z] # '/tmp/semver-973612740' -> '/w/workspace/edgex-go/7/.semver' [2021-05-06T14:55:42.081Z] # -> Force: false [2021-05-06T14:55:42.081Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-05-06T14:55:42.104Z] $ docker exec --env ******** --env ******** 1bff20857fb54cd7fbe6ef9c9d8a3a8d597e762fff4bedaff003648273cb222d ssh-agent -k [2021-05-06T14:55:42.419Z] unset SSH_AUTH_SOCK; [2021-05-06T14:55:42.420Z] unset SSH_AGENT_PID; [2021-05-06T14:55:42.420Z] echo Agent pid 52 killed; [2021-05-06T14:55:42.538Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T14:55:42.883Z] + git semver [Pipeline] } [2021-05-06T14:55:42.904Z] $ docker stop --time=1 1bff20857fb54cd7fbe6ef9c9d8a3a8d597e762fff4bedaff003648273cb222d [2021-05-06T14:55:44.943Z] $ docker rm -f 1bff20857fb54cd7fbe6ef9c9d8a3a8d597e762fff4bedaff003648273cb222d [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T14:55:45.411Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T14:55:45.972Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T14:55:45.976Z] [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-06T14:55:46.523Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T14:55:46.907Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T14:55:47.207Z] + sudo service docker restart [2021-05-06T14:55:47.207Z] + true [2021-05-06T14:55:47.207Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-06T14:55:47.797Z] ========================================================= [2021-05-06T14:55:47.797Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T14:55:47.797Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T14:55:48.109Z] + 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-06T14:55:52.345Z] Sending build context to Docker daemon 330MB [2021-05-06T14:55:52.345Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T14:55:52.345Z] Step 2/6 : FROM ${BASE} [2021-05-06T14:55:52.345Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-06T14:55:52.345Z] 540db60ca938: Pulling fs layer [2021-05-06T14:55:52.345Z] adcc1eea9eea: Pulling fs layer [2021-05-06T14:55:52.345Z] 4c4ab2625f07: Pulling fs layer [2021-05-06T14:55:52.345Z] 0510c868ecb4: Pulling fs layer [2021-05-06T14:55:52.345Z] afea3b2eda06: Pulling fs layer [2021-05-06T14:55:52.345Z] 7809a108b3ef: Pulling fs layer [2021-05-06T14:55:52.345Z] f706445af74f: Pulling fs layer [2021-05-06T14:55:52.345Z] afea3b2eda06: Waiting [2021-05-06T14:55:52.345Z] 7809a108b3ef: Waiting [2021-05-06T14:55:52.345Z] f706445af74f: Waiting [2021-05-06T14:55:52.345Z] 0510c868ecb4: Waiting [2021-05-06T14:55:52.345Z] 4c4ab2625f07: Download complete [2021-05-06T14:55:52.345Z] adcc1eea9eea: Verifying Checksum [2021-05-06T14:55:52.345Z] adcc1eea9eea: Download complete [2021-05-06T14:55:52.614Z] afea3b2eda06: Download complete [2021-05-06T14:55:52.614Z] 7809a108b3ef: Download complete [2021-05-06T14:55:52.614Z] 540db60ca938: Verifying Checksum [2021-05-06T14:55:52.614Z] 540db60ca938: Download complete [2021-05-06T14:55:52.876Z] 540db60ca938: Pull complete [2021-05-06T14:55:53.140Z] adcc1eea9eea: Pull complete [2021-05-06T14:55:53.140Z] 4c4ab2625f07: Pull complete [2021-05-06T14:55:54.099Z] f706445af74f: Verifying Checksum [2021-05-06T14:55:54.099Z] f706445af74f: Download complete [2021-05-06T14:55:55.505Z] 0510c868ecb4: Verifying Checksum [2021-05-06T14:55:55.505Z] 0510c868ecb4: Download complete [2021-05-06T14:56:00.847Z] 0510c868ecb4: Pull complete [2021-05-06T14:56:01.141Z] Still waiting to schedule task [2021-05-06T14:56:01.142Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-06T14:56:01.429Z] afea3b2eda06: Pull complete [2021-05-06T14:56:01.693Z] 7809a108b3ef: Pull complete [2021-05-06T14:56:07.021Z] f706445af74f: Pull complete [2021-05-06T14:56:07.021Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-06T14:56:07.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-06T14:56:07.021Z] ---> b068be0155e3 [2021-05-06T14:56:07.021Z] 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-06T14:56:07.021Z] ---> Running in 8dd518cf0597 [2021-05-06T14:56:07.021Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T14:56:07.971Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T14:56:08.546Z] (1/12) Installing libmagic (5.39-r0) [2021-05-06T14:56:09.120Z] (2/12) Installing file (5.39-r0) [2021-05-06T14:56:09.120Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-06T14:56:09.383Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-06T14:56:17.554Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-06T14:56:17.554Z] (6/12) Installing patch (2.7.6-r6) [2021-05-06T14:56:17.554Z] (7/12) Installing build-base (0.5-r2) [2021-05-06T14:56:17.554Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-06T14:56:17.554Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-06T14:56:17.554Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-06T14:56:17.554Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-06T14:56:17.817Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-06T14:56:17.817Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T14:56:17.817Z] OK: 219 MiB in 52 packages [2021-05-06T14:56:22.050Z] Removing intermediate container 8dd518cf0597 [2021-05-06T14:56:22.050Z] ---> c4a0105b3160 [2021-05-06T14:56:22.050Z] Step 4/6 : WORKDIR /edgex-go [2021-05-06T14:56:22.050Z] ---> Running in d9afef916f74 [2021-05-06T14:56:22.050Z] Removing intermediate container d9afef916f74 [2021-05-06T14:56:22.050Z] ---> 7f66b3da1c6f [2021-05-06T14:56:22.050Z] Step 5/6 : COPY go.mod . [2021-05-06T14:56:22.050Z] ---> fa85d46798ca [2021-05-06T14:56:22.050Z] Step 6/6 : RUN go mod download [2021-05-06T14:56:22.050Z] ---> Running in da4564576f05 [2021-05-06T14:56:48.693Z] Removing intermediate container da4564576f05 [2021-05-06T14:56:48.693Z] ---> 9bd3a71cc833 [2021-05-06T14:56:48.693Z] Successfully built 9bd3a71cc833 [2021-05-06T14:56:48.693Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T14:56:49.014Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T14:56:49.014Z] . [Pipeline] withDockerContainer [2021-05-06T14:56:49.120Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2021-05-06T14:56:49.173Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-06T14:56:50.013Z] $ docker top c84f451a4235cb9d10123a3a090b3cf732a544fda48ac4dda7055318b2e0a581 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T14:56:50.470Z] + go version [2021-05-06T14:56:50.470Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-06T14:56:50.487Z] $ docker stop --time=1 c84f451a4235cb9d10123a3a090b3cf732a544fda48ac4dda7055318b2e0a581 [2021-05-06T14:56:51.899Z] $ docker rm -f c84f451a4235cb9d10123a3a090b3cf732a544fda48ac4dda7055318b2e0a581 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T14:56:52.501Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T14:56:52.501Z] . [Pipeline] withDockerContainer [2021-05-06T14:56:52.634Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2021-05-06T14:56:52.690Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-06T14:56:53.594Z] $ docker top 110b4cbc7010190da3507aa61a189d817edb9d0a8d5a3b1d1f24126e004c861e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T14:56:53.757Z] ========================================================= [2021-05-06T14:56:53.757Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-06T14:56:53.757Z] ========================================================= [Pipeline] sh [2021-05-06T14:56:54.054Z] + go mod tidy [Pipeline] sh [2021-05-06T14:56:56.281Z] + make test [2021-05-06T14:56:56.281Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T14:57:06.353Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-06T14:57:24.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-06T14:57:31.260Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-06T14:57:31.260Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-06T14:57:31.260Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-06T14:57:34.916Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-06T14:57:34.916Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-06T14:57:34.916Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-06T14:57:34.916Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-06T14:57:35.883Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-06T14:57:36.466Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-06T14:57:39.836Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-06T14:57:39.836Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-06T14:57:39.836Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-06T14:57:41.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 45.9% of statements [2021-05-06T14:57:41.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-06T14:57:41.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-06T14:57:41.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-06T14:57:41.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-06T14:57:41.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-06T14:57:41.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-06T14:57:41.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.050s coverage: 19.8% of statements [2021-05-06T14:57:41.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements [2021-05-06T14:57:44.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.1% of statements [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-06T14:57:44.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-06T14:57:44.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-06T14:57:44.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-06T14:57:44.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-06T14:57:45.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.181s coverage: 87.7% of statements [2021-05-06T14:57:45.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-06T14:57:45.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T14:57:45.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements [2021-05-06T14:57:45.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-06T14:57:49.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.391s coverage: 28.6% of statements [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-06T14:57:49.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-06T14:57:49.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-06T14:57:49.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.135s coverage: 86.7% of statements [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-06T14:57:49.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.171s coverage: 97.5% of statements [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-06T14:57:49.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-06T14:57:49.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-06T14:57:50.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.432s coverage: 95.1% of statements [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-06T14:57:50.925Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-06T14:57:50.925Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.9% of statements [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-06T14:57:50.925Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.061s coverage: 22.6% of statements [2021-05-06T14:57:50.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-06T14:57:50.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements [2021-05-06T14:57:52.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.095s coverage: 79.5% of statements [2021-05-06T14:57:52.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-05-06T14:57:52.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2021-05-06T14:57:52.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-05-06T14:57:54.687Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3221 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws [2021-05-06T14:57:54.707Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-05-06T14:58:00.456Z] using credential edgex-jenkins-ssh [2021-05-06T14:58:00.472Z] Cloning the remote Git repository [2021-05-06T14:58:00.534Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-06T14:58:00.650Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-05-06T14:58:00.737Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T14:58:00.737Z] > git --version # timeout=10 [2021-05-06T14:58:00.756Z] > git --version # 'git version 2.17.1' [2021-05-06T14:58:00.759Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T14:58:00.812Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T14:58:04.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.065s coverage: 94.4% of statements [2021-05-06T14:58:04.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-05-06T14:58:06.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.279s coverage: 81.8% of statements [2021-05-06T14:58:06.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.106s coverage: 92.9% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.050s coverage: 87.2% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.093s coverage: 87.2% of statements [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.2% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 64.4% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 66.9% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.197s coverage: 43.4% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.161s coverage: 47.0% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.061s coverage: 9.6% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 92.6% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.804s coverage: 28.7% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.081s coverage: 64.6% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 97.6% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-05-06T14:58:16.683Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-05-06T14:58:16.683Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-06T14:58:16.952Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-06T14:58:17.527Z] GO111MODULE=on go vet ./... [2021-05-06T14:58:18.396Z] Merging remotes/origin/master commit 58f175f39c326a963567c19064a72a1694fab97f into PR head commit b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T14:58:18.828Z] Merge succeeded, producing b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T14:58:18.829Z] Checking out Revision b1290fed56f71f399650eea23c74a9fb48ab7d36 (PR-3410) [2021-05-06T14:58:17.462Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T14:58:17.478Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T14:58:17.504Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T14:58:17.547Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T14:58:17.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T14:58:17.565Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T14:58:18.422Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T14:58:18.436Z] > git checkout -f b1290fed56f71f399650eea23c74a9fb48ab7d36 # timeout=10 [2021-05-06T14:58:18.755Z] > git remote # timeout=10 [2021-05-06T14:58:18.773Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T14:58:18.786Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T14:58:18.798Z] > git merge 58f175f39c326a963567c19064a72a1694fab97f # timeout=10 [2021-05-06T14:58:18.821Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T14:58:18.842Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T14:58:18.858Z] > git checkout -f b1290fed56f71f399650eea23c74a9fb48ab7d36 # timeout=10 [2021-05-06T14:58:23.513Z] Commit message: "build(snap): Enable secure Kong Admin APIs in snap build - Add Kong's Admin plugins template yaml to enable Admin JWT, ACL plugins etc. - Update the Kong daemon startup shell script to import the plugins into database - Update the snapcraft yml to integrate the secure Kong's Admin API features" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T14:58:25.151Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T14:58:25.563Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T14:58:25.903Z] + sudo service docker restart [2021-05-06T14:58:25.903Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T14:58:28.569Z] provisioning config files... [2021-05-06T14:58:28.614Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2867570742929727373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T14:58:28.994Z] ---> docker-login.sh [2021-05-06T14:58:28.994Z] nexus3.edgexfoundry.org:10001 [2021-05-06T14:58:29.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T14:58:30.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T14:58:30.252Z] Configure a credential helper to remove this warning. See [2021-05-06T14:58:30.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T14:58:30.252Z] [2021-05-06T14:58:30.252Z] Login Succeeded [2021-05-06T14:58:30.252Z] nexus3.edgexfoundry.org:10002 [2021-05-06T14:58:30.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T14:58:30.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T14:58:30.850Z] Configure a credential helper to remove this warning. See [2021-05-06T14:58:30.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T14:58:30.850Z] [2021-05-06T14:58:30.850Z] Login Succeeded [2021-05-06T14:58:30.850Z] nexus3.edgexfoundry.org:10003 [2021-05-06T14:58:31.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T14:58:31.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T14:58:31.399Z] Configure a credential helper to remove this warning. See [2021-05-06T14:58:31.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T14:58:31.399Z] [2021-05-06T14:58:31.399Z] Login Succeeded [2021-05-06T14:58:31.399Z] nexus3.edgexfoundry.org:10004 [2021-05-06T14:58:31.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T14:58:31.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T14:58:31.945Z] Configure a credential helper to remove this warning. See [2021-05-06T14:58:31.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T14:58:31.945Z] [2021-05-06T14:58:31.945Z] Login Succeeded [2021-05-06T14:58:31.945Z] docker.io [2021-05-06T14:58:32.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T14:58:32.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T14:58:32.491Z] Configure a credential helper to remove this warning. See [2021-05-06T14:58:32.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T14:58:32.491Z] [2021-05-06T14:58:32.491Z] Login Succeeded [2021-05-06T14:58:32.491Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T14:58:32.509Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T14:58:32.774Z] ========================================================= [2021-05-06T14:58:32.774Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T14:58:32.774Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T14:58:33.111Z] + 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 . [2021-05-06T14:58:35.740Z] Sending build context to Docker daemon 167.6MB [2021-05-06T14:58:35.740Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T14:58:35.740Z] Step 2/6 : FROM ${BASE} [2021-05-06T14:58:35.740Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-06T14:58:35.740Z] 595b0fe564bb: Pulling fs layer [2021-05-06T14:58:35.740Z] 7186ed65a4f7: Pulling fs layer [2021-05-06T14:58:35.740Z] 316046926c0a: Pulling fs layer [2021-05-06T14:58:35.740Z] 4ebd0625c992: Pulling fs layer [2021-05-06T14:58:35.740Z] 207e8628e3a3: Pulling fs layer [2021-05-06T14:58:35.740Z] c791037a9be2: Pulling fs layer [2021-05-06T14:58:35.740Z] ffd874e62e21: Pulling fs layer [2021-05-06T14:58:35.740Z] 4ebd0625c992: Waiting [2021-05-06T14:58:35.740Z] 207e8628e3a3: Waiting [2021-05-06T14:58:35.740Z] c791037a9be2: Waiting [2021-05-06T14:58:35.740Z] ffd874e62e21: Waiting [2021-05-06T14:58:35.740Z] 316046926c0a: Verifying Checksum [2021-05-06T14:58:35.740Z] 316046926c0a: Download complete [2021-05-06T14:58:35.740Z] 7186ed65a4f7: Verifying Checksum [2021-05-06T14:58:35.740Z] 7186ed65a4f7: Download complete [2021-05-06T14:58:35.740Z] 207e8628e3a3: Download complete [2021-05-06T14:58:35.740Z] 595b0fe564bb: Verifying Checksum [2021-05-06T14:58:35.740Z] c791037a9be2: Verifying Checksum [2021-05-06T14:58:35.740Z] c791037a9be2: Download complete [2021-05-06T14:58:35.740Z] 595b0fe564bb: Download complete [2021-05-06T14:58:36.022Z] 595b0fe564bb: Pull complete [2021-05-06T14:58:36.618Z] 7186ed65a4f7: Pull complete [2021-05-06T14:58:36.892Z] 316046926c0a: Pull complete [2021-05-06T14:58:37.870Z] ffd874e62e21: Verifying Checksum [2021-05-06T14:58:37.870Z] ffd874e62e21: Download complete [2021-05-06T14:58:39.318Z] 4ebd0625c992: Verifying Checksum [2021-05-06T14:58:39.318Z] 4ebd0625c992: Download complete [2021-05-06T14:58:49.519Z] 4ebd0625c992: Pull complete [2021-05-06T14:58:49.519Z] 207e8628e3a3: Pull complete [2021-05-06T14:58:49.796Z] c791037a9be2: Pull complete [2021-05-06T14:58:49.849Z] gofmt -l . [2021-05-06T14:58:50.119Z] [ "`gofmt -l .`" = "" ] [2021-05-06T14:58:51.066Z] ./bin/test-go-mod-tidy.sh [2021-05-06T14:58:51.333Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-06T14:58:52.593Z] + ls -al . [2021-05-06T14:58:52.593Z] total 816 [2021-05-06T14:58:52.593Z] drwxrwxr-x 10 1001 1001 4096 May 6 14:58 . [2021-05-06T14:58:52.593Z] drwxr-xr-x 4 root root 28 May 6 14:56 .. [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 11 May 6 14:54 .dockerignore [2021-05-06T14:58:52.593Z] drwxrwxr-x 8 1001 1001 179 May 6 14:55 .git [2021-05-06T14:58:52.593Z] drwxrwxr-x 3 1001 1001 125 May 6 14:54 .github [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 818 May 6 14:54 .gitignore [2021-05-06T14:58:52.593Z] drwx------ 3 1001 1001 60 May 6 14:55 .semver [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 166 May 6 14:54 .sonarcloud.properties [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 8609 May 6 14:54 Attribution.txt [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 3804 May 6 14:54 CONTRIBUTING.md [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 931 May 6 14:54 Dockerfile.build [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 863 May 6 14:54 Jenkinsfile [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 10775 May 6 14:54 LICENSE [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 5774 May 6 14:54 Makefile [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 7978 May 6 14:54 README.md [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 6755 May 6 14:54 SECURITY.md [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 5 May 6 14:55 VERSION [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 4131 May 6 14:54 ZMQWindows.md [2021-05-06T14:58:52.593Z] drwxrwxr-x 2 1001 1001 117 May 6 14:54 bin [2021-05-06T14:58:52.593Z] drwxrwxr-x 14 1001 1001 4096 May 6 14:54 cmd [2021-05-06T14:58:52.593Z] -rw-r--r-- 1 root root 705232 May 6 14:58 coverage.out [2021-05-06T14:58:52.593Z] -rw-r--r-- 1 root root 1060 May 6 14:58 go.mod [2021-05-06T14:58:52.593Z] -rw-r--r-- 1 root root 22091 May 6 14:56 go.sum [2021-05-06T14:58:52.593Z] drwxrwxr-x 8 1001 1001 127 May 6 14:54 internal [2021-05-06T14:58:52.593Z] drwxrwxr-x 4 1001 1001 26 May 6 14:54 openapi [2021-05-06T14:58:52.593Z] drwxrwxr-x 4 1001 1001 71 May 6 14:54 snap [2021-05-06T14:58:52.593Z] -rw-rw-r-- 1 1001 1001 168 May 6 14:54 version.go [Pipeline] sh [2021-05-06T14:58:52.904Z] + '[' -e coverage.out ] [2021-05-06T14:58:52.904Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-06T14:58:53.130Z] Stashed 1 file(s) [Pipeline] sh [2021-05-06T14:58:53.202Z] ffd874e62e21: Pull complete [2021-05-06T14:58:53.202Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-06T14:58:53.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-06T14:58:53.428Z] + make build [2021-05-06T14:58:53.428Z] 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-06T14:58:53.479Z] ---> cfc18b08335c [2021-05-06T14:58:53.479Z] 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-06T14:58:55.369Z] 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-06T14:58:56.901Z] ---> Running in ff28d34ea48a [2021-05-06T14:58:57.888Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T14:58:59.318Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T14:58:59.911Z] (1/12) Installing libmagic (5.39-r0) [2021-05-06T14:59:00.183Z] (2/12) Installing file (5.39-r0) [2021-05-06T14:59:00.183Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-06T14:59:00.454Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-06T14:59:05.851Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-06T14:59:05.851Z] (6/12) Installing patch (2.7.6-r6) [2021-05-06T14:59:05.851Z] (7/12) Installing build-base (0.5-r2) [2021-05-06T14:59:05.851Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-06T14:59:05.851Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-06T14:59:05.851Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-06T14:59:06.122Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-06T14:59:06.122Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-06T14:59:06.122Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T14:59:06.122Z] OK: 218 MiB in 52 packages [2021-05-06T14:59:07.691Z] 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-06T14:59:07.691Z] 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-06T14:59:08.641Z] 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-06T14:59:09.220Z] 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-06T14:59:10.427Z] Removing intermediate container ff28d34ea48a [2021-05-06T14:59:10.428Z] ---> a706e1e525e7 [2021-05-06T14:59:10.428Z] Step 4/6 : WORKDIR /edgex-go [2021-05-06T14:59:10.428Z] ---> Running in 9f622c0c5df1 [2021-05-06T14:59:10.645Z] 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-06T14:59:11.021Z] Removing intermediate container 9f622c0c5df1 [2021-05-06T14:59:11.021Z] ---> 0aeb0c9b7fbd [2021-05-06T14:59:11.021Z] Step 5/6 : COPY go.mod . [2021-05-06T14:59:11.628Z] ---> a735dbc2ee22 [2021-05-06T14:59:11.628Z] Step 6/6 : RUN go mod download [2021-05-06T14:59:11.910Z] ---> Running in 0c7eef54d1e2 [2021-05-06T14:59:12.594Z] 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-06T14:59:13.180Z] 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-06T14:59:14.618Z] 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-06T14:59:15.578Z] 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-06T14:59:16.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-06T14:59:19.138Z] $ docker stop --time=1 110b4cbc7010190da3507aa61a189d817edb9d0a8d5a3b1d1f24126e004c861e [2021-05-06T14:59:20.800Z] $ docker rm -f 110b4cbc7010190da3507aa61a189d817edb9d0a8d5a3b1d1f24126e004c861e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T14:59:24.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T14:59:24.148Z] [2021-05-06T14:59:24.148Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T14:59:24.532Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T14:59:24.532Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-06T14:59:24.532Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-06T14:59:24.532Z] ca9280d653b3: Pulling fs layer [2021-05-06T14:59:24.532Z] 7e9c9ca2126c: Pulling fs layer [2021-05-06T14:59:24.800Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-06T14:59:24.800Z] cbdbe7a5bc2a: Download complete [2021-05-06T14:59:25.064Z] ca9280d653b3: Verifying Checksum [2021-05-06T14:59:25.064Z] ca9280d653b3: Download complete [2021-05-06T14:59:25.064Z] cbdbe7a5bc2a: Pull complete [2021-05-06T14:59:26.471Z] ca9280d653b3: Pull complete [2021-05-06T14:59:26.471Z] 7e9c9ca2126c: Verifying Checksum [2021-05-06T14:59:26.471Z] 7e9c9ca2126c: Download complete [2021-05-06T14:59:34.667Z] 7e9c9ca2126c: Pull complete [2021-05-06T14:59:34.667Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-06T14:59:34.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T14:59:34.667Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-06T14:59:34.854Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2021-05-06T14:59:34.904Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-06T14:59:35.898Z] $ docker top 05a4b9271f815a5cd5d28c99512e7904040a86a7fbe8b23978417f5160465f98 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T14:59:36.347Z] + docker-compose build --help [2021-05-06T14:59:36.347Z] + grep parallel [2021-05-06T14:59:37.297Z] --parallel Build images in parallel. [Pipeline] } [2021-05-06T14:59:37.577Z] $ docker stop --time=1 05a4b9271f815a5cd5d28c99512e7904040a86a7fbe8b23978417f5160465f98 [2021-05-06T14:59:38.717Z] Removing intermediate container 0c7eef54d1e2 [2021-05-06T14:59:38.717Z] ---> 89c8f714a037 [2021-05-06T14:59:38.717Z] Successfully built 89c8f714a037 [2021-05-06T14:59:38.717Z] Successfully tagged ci-base-image-arm64:latest [2021-05-06T14:59:38.979Z] $ docker rm -f 05a4b9271f815a5cd5d28c99512e7904040a86a7fbe8b23978417f5160465f98 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T14:59:39.456Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T14:59:39.456Z] . [Pipeline] withDockerContainer [2021-05-06T14:59:39.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T14:59:39.551Z] . [2021-05-06T14:59:39.698Z] prd-ubuntu18.04-docker-arm64-4c-16g-3221 does not seem to be running inside a container [2021-05-06T14:59:39.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T14:59:41.353Z] $ docker top 6f20f458ed854547dda6c19a3b84992f0dd9778e96a8a455435d59fdc245e1e6 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-05-06T14:59:41.789Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2021-05-06T14:59:41.851Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-06T14:59:42.530Z] $ docker top ddef635be9afb85e009636b54c5ee6b4d6f6d497ab17ae8f43b90f10662dfd6a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-05-06T14:59:42.996Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-06T14:59:43.312Z] + go version [2021-05-06T14:59:43.312Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-06T14:59:43.341Z] $ docker stop --time=1 6f20f458ed854547dda6c19a3b84992f0dd9778e96a8a455435d59fdc245e1e6 [2021-05-06T14:59:43.941Z] Building docker-core-command-go ... [2021-05-06T14:59:43.941Z] Building docker-core-data-go ... [2021-05-06T14:59:43.941Z] Building docker-core-metadata-go ... [2021-05-06T14:59:43.941Z] Building docker-security-bootstrapper-go ... [2021-05-06T14:59:43.941Z] Building docker-security-proxy-setup-go ... [2021-05-06T14:59:43.941Z] Building docker-security-secretstore-setup-go ... [2021-05-06T14:59:43.941Z] Building docker-support-notifications-go ... [2021-05-06T14:59:43.941Z] Building docker-support-scheduler-go ... [2021-05-06T14:59:43.941Z] Building docker-sys-mgmt-agent-go ... [2021-05-06T14:59:43.941Z] Building docker-sys-mgmt-agent-go [2021-05-06T14:59:43.941Z] Building docker-core-data-go [2021-05-06T14:59:43.941Z] Building docker-security-bootstrapper-go [2021-05-06T14:59:43.941Z] Building docker-core-command-go [2021-05-06T14:59:43.941Z] Building docker-security-secretstore-setup-go [2021-05-06T14:59:45.208Z] $ docker rm -f 6f20f458ed854547dda6c19a3b84992f0dd9778e96a8a455435d59fdc245e1e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T14:59:45.857Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T14:59:45.858Z] . [Pipeline] withDockerContainer [2021-05-06T14:59:46.079Z] prd-ubuntu18.04-docker-arm64-4c-16g-3221 does not seem to be running inside a container [2021-05-06T14:59:46.164Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T14:59:47.573Z] $ docker top c475c66bc4cc9e80b0f24473f1f1c4a1450d970e6778e52733bf0541147c5996 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T14:59:47.838Z] ========================================================= [2021-05-06T14:59:47.838Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-06T14:59:47.838Z] ========================================================= [Pipeline] sh [2021-05-06T14:59:48.476Z] + go mod tidy [Pipeline] sh [2021-05-06T14:59:50.211Z] + make test [2021-05-06T14:59:50.211Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T15:00:17.119Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-06T15:00:22.869Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:00:22.870Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:00:22.870Z] ---> 9bd3a71cc833 [2021-05-06T15:00:22.870Z] Step 3/25 : WORKDIR /edgex-go [2021-05-06T15:00:22.870Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:00:22.870Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:00:22.870Z] ---> 9bd3a71cc833 [2021-05-06T15:00:22.870Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:00:22.870Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:00:22.870Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:00:22.870Z] ---> 9bd3a71cc833 [2021-05-06T15:00:22.870Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:00:22.870Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:00:22.870Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:00:22.870Z] Step 2/31 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:00:22.870Z] [2021-05-06T15:00:22.870Z] ---> 9bd3a71cc833 [2021-05-06T15:00:22.870Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:00:22.870Z] ---> 9bd3a71cc833 [2021-05-06T15:00:22.870Z] Step 3/31 : WORKDIR /edgex-go [2021-05-06T15:00:22.870Z] ---> Running in 455cd58f2d45 [2021-05-06T15:00:22.870Z] ---> Running in 3ff0a1f40de0 [2021-05-06T15:00:22.870Z] ---> Running in bff7b04593c5 [2021-05-06T15:00:22.870Z] ---> Running in 52ebd6b3ad13 [2021-05-06T15:00:22.870Z] ---> Running in 770e15f26361 [2021-05-06T15:00:22.870Z] Removing intermediate container 770e15f26361 [2021-05-06T15:00:22.870Z] ---> cc2456163617 [2021-05-06T15:00:22.870Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:00:22.870Z] Removing intermediate container bff7b04593c5 [2021-05-06T15:00:22.870Z] ---> 87a0159d4ec6 [2021-05-06T15:00:22.870Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:00:22.870Z] Removing intermediate container 3ff0a1f40de0 [2021-05-06T15:00:22.870Z] ---> 37d1d8542564 [2021-05-06T15:00:22.870Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:00:22.870Z] Removing intermediate container 455cd58f2d45 [2021-05-06T15:00:22.870Z] ---> a91a3a873bfa [2021-05-06T15:00:22.870Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:00:22.870Z] Removing intermediate container 52ebd6b3ad13 [2021-05-06T15:00:22.870Z] ---> 2c24ee6ae7be [2021-05-06T15:00:22.870Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:00:22.870Z] ---> Running in d729a0c25b7b [2021-05-06T15:00:22.870Z] ---> Running in 7428d37013b4 [2021-05-06T15:00:22.870Z] ---> Running in c22a000076ed [2021-05-06T15:00:22.870Z] ---> Running in 3a98710f8de0 [2021-05-06T15:00:22.870Z] ---> Running in 4bafab748cea [2021-05-06T15:00:22.870Z] Removing intermediate container c22a000076ed [2021-05-06T15:00:22.870Z] ---> 252ee4b6bb9c [2021-05-06T15:00:22.870Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-06T15:00:22.870Z] ---> Running in c005cc02c87b [2021-05-06T15:00:22.870Z] Removing intermediate container 7428d37013b4 [2021-05-06T15:00:22.870Z] ---> f3ed29f3cf02 [2021-05-06T15:00:22.870Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-06T15:00:23.138Z] Removing intermediate container d729a0c25b7b [2021-05-06T15:00:23.138Z] ---> a16ea02015af [2021-05-06T15:00:23.138Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-06T15:00:23.138Z] ---> Running in bbf8da0d927f [2021-05-06T15:00:23.138Z] Removing intermediate container 4bafab748cea [2021-05-06T15:00:23.138Z] ---> 08ad130f5f74 [2021-05-06T15:00:23.138Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T15:00:23.434Z] Removing intermediate container 3a98710f8de0 [2021-05-06T15:00:23.434Z] ---> 117c86a7436f [2021-05-06T15:00:23.434Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-06T15:00:23.434Z] ---> Running in 5d2e725fb8fb [2021-05-06T15:00:23.434Z] ---> Running in 6e20760ee71e [2021-05-06T15:00:23.434Z] ---> Running in 2460e539267c [2021-05-06T15:00:23.706Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:00:23.986Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:00:24.257Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:00:24.257Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:00:24.520Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:00:24.782Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:00:25.045Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:00:25.045Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:00:25.315Z] OK: 219 MiB in 52 packages [2021-05-06T15:00:25.315Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:00:25.315Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:00:25.607Z] Removing intermediate container c005cc02c87b [2021-05-06T15:00:25.607Z] ---> 1b9617410710 [2021-05-06T15:00:25.607Z] Step 6/31 : COPY go.mod . [2021-05-06T15:00:25.887Z] OK: 219 MiB in 52 packages [2021-05-06T15:00:25.887Z] OK: 219 MiB in 52 packages [2021-05-06T15:00:25.887Z] OK: 219 MiB in 52 packages [2021-05-06T15:00:26.152Z] OK: 219 MiB in 52 packages [2021-05-06T15:00:26.152Z] ---> 1b17476e1bb4 [2021-05-06T15:00:26.152Z] Step 7/31 : RUN go mod download [2021-05-06T15:00:26.152Z] ---> Running in a0972a9ea718 [2021-05-06T15:00:26.729Z] Removing intermediate container 5d2e725fb8fb [2021-05-06T15:00:26.729Z] ---> c3c74d129741 [2021-05-06T15:00:26.729Z] Step 6/23 : COPY go.mod . [2021-05-06T15:00:26.994Z] Removing intermediate container 6e20760ee71e [2021-05-06T15:00:26.994Z] ---> fa03d942798c [2021-05-06T15:00:26.994Z] Step 6/23 : COPY go.mod . [2021-05-06T15:00:26.994Z] Removing intermediate container 2460e539267c [2021-05-06T15:00:26.994Z] ---> ce967ef6a67b [2021-05-06T15:00:26.994Z] Step 6/23 : COPY go.mod . [2021-05-06T15:00:27.268Z] ---> 87129e8dadfe [2021-05-06T15:00:27.268Z] Step 7/23 : RUN go mod download [2021-05-06T15:00:27.268Z] Removing intermediate container bbf8da0d927f [2021-05-06T15:00:27.268Z] ---> f5d758327780 [2021-05-06T15:00:27.268Z] Step 6/25 : COPY go.mod . [2021-05-06T15:00:27.268Z] ---> Running in 9a2f04a9d6ba [2021-05-06T15:00:27.538Z] ---> d3642e15b6ec [2021-05-06T15:00:27.538Z] Step 7/23 : RUN go mod download [2021-05-06T15:00:27.538Z] ---> 5c48274bb92b [2021-05-06T15:00:27.538Z] Step 7/23 : RUN go mod download [2021-05-06T15:00:27.538Z] ---> Running in 43980cc93805 [2021-05-06T15:00:27.801Z] ---> Running in a445a59d9645 [2021-05-06T15:00:27.801Z] ---> 31a8338ca090 [2021-05-06T15:00:27.801Z] Step 7/25 : RUN go mod download [2021-05-06T15:00:28.064Z] ---> Running in 411909ea9894 [2021-05-06T15:00:29.060Z] Removing intermediate container a0972a9ea718 [2021-05-06T15:00:29.060Z] ---> 124d959d8d84 [2021-05-06T15:00:29.060Z] Step 8/31 : COPY . . [2021-05-06T15:00:29.060Z] Removing intermediate container 9a2f04a9d6ba [2021-05-06T15:00:29.060Z] ---> 245d39f1c3ee [2021-05-06T15:00:29.060Z] Step 8/23 : COPY . . [2021-05-06T15:00:34.445Z] Removing intermediate container a445a59d9645 [2021-05-06T15:00:34.445Z] ---> e76840a0783c [2021-05-06T15:00:34.445Z] Step 8/23 : COPY . . [2021-05-06T15:00:34.445Z] Removing intermediate container 43980cc93805 [2021-05-06T15:00:34.445Z] ---> 647fb0d9197a [2021-05-06T15:00:34.445Z] Step 8/23 : COPY . . [2021-05-06T15:00:35.406Z] Removing intermediate container 411909ea9894 [2021-05-06T15:00:35.406Z] ---> d02375b31455 [2021-05-06T15:00:35.406Z] Step 8/25 : COPY . . [2021-05-06T15:01:13.742Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-06T15:01:14.489Z] ---> 112548b6ad22 [2021-05-06T15:01:14.489Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-06T15:01:14.489Z] ---> bf94771872cb [2021-05-06T15:01:14.489Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-06T15:01:14.489Z] ---> Running in 95fcd92eda70 [2021-05-06T15:01:14.489Z] ---> Running in 668f868049cd [2021-05-06T15:01:14.489Z] ---> 2143b0c64147 [2021-05-06T15:01:14.489Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-06T15:01:14.489Z] ---> bd0d34e3c3c0 [2021-05-06T15:01:14.489Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-06T15:01:14.489Z] ---> 15a2a4216197 [2021-05-06T15:01:14.489Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-06T15:01:14.489Z] ---> Running in e0a8d620cfe8 [2021-05-06T15:01:14.489Z] ---> Running in 23eba981dfae [2021-05-06T15:01:14.489Z] ---> Running in f9b312f6a3e8 [2021-05-06T15:01:14.489Z] 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-06T15:01:14.489Z] 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-06T15:01:14.489Z] 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-06T15:01:14.489Z] 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-06T15:01:14.489Z] 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-06T15:01:20.505Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-06T15:01:30.696Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-06T15:01:30.696Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-06T15:01:33.321Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-06T15:01:33.922Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-06T15:01:33.922Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-06T15:01:33.922Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-06T15:01:38.264Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-06T15:01:39.252Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-06T15:01:47.564Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-06T15:01:47.564Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-06T15:01:47.564Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-06T15:01:52.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.388s coverage: 45.9% of statements [2021-05-06T15:01:52.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-06T15:01:52.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-06T15:01:52.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-06T15:01:52.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-06T15:01:52.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-06T15:01:52.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-06T15:01:52.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.115s coverage: 19.8% of statements [2021-05-06T15:01:53.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.253s coverage: 100.0% of statements [2021-05-06T15:01:53.899Z] 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-06T15:01:53.899Z] Removing intermediate container 668f868049cd [2021-05-06T15:01:53.899Z] ---> 4758b070472b [2021-05-06T15:01:53.899Z] [2021-05-06T15:01:53.899Z] Step 10/31 : FROM alpine:3.12 [2021-05-06T15:01:53.899Z] 3.12: Pulling from library/alpine [2021-05-06T15:01:55.822Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T15:01:55.822Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T15:01:55.822Z] ---> 13621d1b12d4 [2021-05-06T15:01:55.822Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-06T15:01:55.823Z] Removing intermediate container 95fcd92eda70 [2021-05-06T15:01:55.823Z] ---> f6eae72401b4 [2021-05-06T15:01:55.823Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-06T15:01:56.085Z] Removing intermediate container f9b312f6a3e8 [2021-05-06T15:01:56.085Z] ---> 55af45be9bbc [2021-05-06T15:01:56.085Z] [2021-05-06T15:01:56.085Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:01:56.085Z] ---> 13621d1b12d4 [2021-05-06T15:01:56.085Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:01:56.662Z] ---> Running in 010f5bb46ae5 [2021-05-06T15:01:56.662Z] ---> Running in ccd63c97a383 [2021-05-06T15:01:56.662Z] ---> Running in ca3b114730d4 [2021-05-06T15:01:58.596Z] Removing intermediate container ccd63c97a383 [2021-05-06T15:01:58.596Z] ---> 8f1050553eeb [2021-05-06T15:01:58.596Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-06T15:02:00.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.642s coverage: 27.1% of statements [2021-05-06T15:02:00.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-06T15:02:00.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-06T15:02:00.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-06T15:02:00.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-06T15:02:00.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-06T15:02:00.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-06T15:02:00.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.270s coverage: 100.0% of statements [2021-05-06T15:02:00.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-06T15:02:00.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.252s coverage: 100.0% of statements [2021-05-06T15:02:00.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-06T15:02:00.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-06T15:02:00.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 71.3% of statements [2021-05-06T15:02:00.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-06T15:02:00.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-06T15:02:00.530Z] ---> Running in f3fa15841d53 [2021-05-06T15:02:00.530Z] 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-06T15:02:00.530Z] Removing intermediate container e0a8d620cfe8 [2021-05-06T15:02:00.530Z] ---> 17e6c9a15b92 [2021-05-06T15:02:00.530Z] [2021-05-06T15:02:00.530Z] Step 10/25 : FROM alpine:3.12 [2021-05-06T15:02:00.530Z] ---> 13621d1b12d4 [2021-05-06T15:02:00.530Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-06T15:02:00.530Z] Removing intermediate container 23eba981dfae [2021-05-06T15:02:00.530Z] ---> 6c3501ff72b2 [2021-05-06T15:02:00.530Z] [2021-05-06T15:02:00.530Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:02:00.530Z] ---> 13621d1b12d4 [2021-05-06T15:02:00.530Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-06T15:02:00.530Z] ---> Running in 300a2591947c [2021-05-06T15:02:00.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:02:00.530Z] ---> Running in 8ef67e119a9c [2021-05-06T15:02:00.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:02:00.819Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T15:02:00.819Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:02:00.819Z] Removing intermediate container 8ef67e119a9c [2021-05-06T15:02:00.819Z] ---> 125a6e92b3d9 [2021-05-06T15:02:00.819Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-06T15:02:00.819Z] OK: 6 MiB in 15 packages [2021-05-06T15:02:01.096Z] ---> Running in 6691992aabad [2021-05-06T15:02:01.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:02:01.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:02:01.381Z] Removing intermediate container 6691992aabad [2021-05-06T15:02:01.381Z] ---> d11e37cbcb7f [2021-05-06T15:02:01.381Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-06T15:02:01.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:02:01.381Z] ---> Running in 2649abe3ffc7 [2021-05-06T15:02:01.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:02:01.381Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-06T15:02:01.381Z] (2/2) Installing su-exec (0.2-r1) [2021-05-06T15:02:01.381Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:02:01.381Z] OK: 6 MiB in 16 packages [2021-05-06T15:02:01.649Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-06T15:02:01.913Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:02:01.913Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-06T15:02:01.913Z] (4/6) Installing curl (7.76.1-r0) [2021-05-06T15:02:01.913Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-06T15:02:01.913Z] (6/6) Installing su-exec (0.2-r1) [2021-05-06T15:02:01.913Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:02:01.913Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:02:01.913Z] OK: 7 MiB in 20 packages [2021-05-06T15:02:02.861Z] Removing intermediate container 2649abe3ffc7 [2021-05-06T15:02:02.861Z] ---> 252cafc07d7b [2021-05-06T15:02:02.861Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:02:02.861Z] Removing intermediate container ca3b114730d4 [2021-05-06T15:02:02.861Z] ---> 8ef46a973154 [2021-05-06T15:02:02.861Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:02:03.135Z] Removing intermediate container 010f5bb46ae5 [2021-05-06T15:02:03.135Z] ---> 44a10ff3b040 [2021-05-06T15:02:03.135Z] [2021-05-06T15:02:03.135Z] Step 11/23 : FROM docker:20.10.0 [2021-05-06T15:02:03.135Z] 20.10.0: Pulling from library/docker [2021-05-06T15:02:03.135Z] ---> Running in 03b32a77cc8a [2021-05-06T15:02:03.135Z] ---> Running in 96966b6a9a1b [2021-05-06T15:02:03.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.539s coverage: 87.7% of statements [2021-05-06T15:02:03.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-06T15:02:03.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:02:03.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements [2021-05-06T15:02:03.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-06T15:02:04.543Z] Removing intermediate container f3fa15841d53 [2021-05-06T15:02:04.544Z] ---> a77498af223b [2021-05-06T15:02:04.544Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-06T15:02:05.124Z] Removing intermediate container 96966b6a9a1b [2021-05-06T15:02:05.124Z] ---> fdddbcd5560b [2021-05-06T15:02:05.124Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-06T15:02:05.124Z] ---> Running in 411c57d79156 [2021-05-06T15:02:05.124Z] Removing intermediate container 300a2591947c [2021-05-06T15:02:05.124Z] ---> 05c4a6ff3e86 [2021-05-06T15:02:05.124Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T15:02:05.391Z] ---> Running in 6aeb99eb2752 [2021-05-06T15:02:05.656Z] ---> Running in 461ede6b3624 [2021-05-06T15:02:06.232Z] Removing intermediate container 411c57d79156 [2021-05-06T15:02:06.232Z] ---> 91226e106ee3 [2021-05-06T15:02:06.232Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-06T15:02:06.232Z] Removing intermediate container 6aeb99eb2752 [2021-05-06T15:02:06.232Z] ---> 33cba37ed78a [2021-05-06T15:02:06.232Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T15:02:06.496Z] ---> Running in 7321769ff5da [2021-05-06T15:02:06.496Z] ---> Running in e0908866b30b [2021-05-06T15:02:06.496Z] Removing intermediate container 461ede6b3624 [2021-05-06T15:02:06.496Z] ---> b551457b4277 [2021-05-06T15:02:06.496Z] Step 13/25 : WORKDIR / [2021-05-06T15:02:06.496Z] Removing intermediate container 03b32a77cc8a [2021-05-06T15:02:06.496Z] ---> b2dc13107d98 [2021-05-06T15:02:06.496Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T15:02:06.496Z] ---> Running in 847c06a30acc [2021-05-06T15:02:06.770Z] ---> Running in dfef03694da8 [2021-05-06T15:02:06.770Z] Removing intermediate container 7321769ff5da [2021-05-06T15:02:06.770Z] ---> e420db60e64c [2021-05-06T15:02:06.770Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-06T15:02:07.036Z] Removing intermediate container e0908866b30b [2021-05-06T15:02:07.036Z] ---> 8cb18891c202 [2021-05-06T15:02:07.036Z] Step 15/23 : WORKDIR / [2021-05-06T15:02:07.313Z] ---> Running in 8a29d5edd9e8 [2021-05-06T15:02:07.314Z] ---> Running in e09d937d81f7 [2021-05-06T15:02:07.314Z] Removing intermediate container 847c06a30acc [2021-05-06T15:02:07.314Z] ---> bf4ed6d7c131 [2021-05-06T15:02:07.314Z] 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-06T15:02:07.908Z] Removing intermediate container e09d937d81f7 [2021-05-06T15:02:07.908Z] ---> e0b26fc37e63 [2021-05-06T15:02:07.908Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:02:07.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:02:07.908Z] ---> 76cfcd6ef929 [2021-05-06T15:02:07.908Z] 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-06T15:02:08.176Z] ---> eb336a0bf6a7 [2021-05-06T15:02:08.176Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-06T15:02:08.443Z] ---> b590218558ca [2021-05-06T15:02:08.443Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-06T15:02:08.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:02:08.720Z] Removing intermediate container 8a29d5edd9e8 [2021-05-06T15:02:08.720Z] ---> a3f01c091ced [2021-05-06T15:02:08.720Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-06T15:02:08.984Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T15:02:08.984Z] ---> fb9e93cd72d6 [2021-05-06T15:02:08.984Z] 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-06T15:02:08.984Z] ---> Running in 4be90f37a161 [2021-05-06T15:02:08.984Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T15:02:09.250Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T15:02:09.250Z] ---> ae91090f7e34 [2021-05-06T15:02:09.250Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-06T15:02:09.250Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T15:02:09.514Z] ---> 706595678cf2 [2021-05-06T15:02:09.514Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-06T15:02:09.514Z] Removing intermediate container 4be90f37a161 [2021-05-06T15:02:09.514Z] ---> 1c86bbf4cf42 [2021-05-06T15:02:09.514Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-06T15:02:09.515Z] ---> 07df0f455f1a [2021-05-06T15:02:09.515Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-06T15:02:09.777Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T15:02:10.357Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T15:02:10.357Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:02:10.358Z] OK: 8 MiB in 20 packages [2021-05-06T15:02:10.358Z] ---> Running in 88a3681717e9 [2021-05-06T15:02:10.939Z] ---> 397608baf8f0 [2021-05-06T15:02:10.939Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-06T15:02:10.939Z] ---> c01bc9697e06 [2021-05-06T15:02:10.939Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-06T15:02:11.207Z] Removing intermediate container 88a3681717e9 [2021-05-06T15:02:11.207Z] ---> 224c78e13a9d [2021-05-06T15:02:11.207Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:02:11.207Z] ---> Running in 4a1607bfa3ca [2021-05-06T15:02:11.471Z] ---> Running in 50bdb1de43d2 [2021-05-06T15:02:11.743Z] ---> 279d1366728f [2021-05-06T15:02:11.743Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-06T15:02:12.042Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-06T15:02:12.042Z] Removing intermediate container dfef03694da8 [2021-05-06T15:02:12.042Z] ---> 03346ea2be82 [2021-05-06T15:02:12.042Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:02:12.042Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-06T15:02:12.042Z] ---> aefe523efa57 [2021-05-06T15:02:12.042Z] 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-06T15:02:12.042Z] Removing intermediate container 50bdb1de43d2 [2021-05-06T15:02:12.042Z] ---> d6f42e7d8448 [2021-05-06T15:02:12.042Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T15:02:12.042Z] ---> Running in af159e446957 [2021-05-06T15:02:12.312Z] ---> Running in 3f83861ccced [2021-05-06T15:02:12.312Z] ---> cbd13ef7175b [2021-05-06T15:02:12.312Z] 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-06T15:02:12.312Z] ---> cfa030d1508f [2021-05-06T15:02:12.312Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-06T15:02:12.574Z] ---> Running in 824902d88715 [2021-05-06T15:02:12.574Z] Removing intermediate container af159e446957 [2021-05-06T15:02:12.574Z] ---> 1d1936e76924 [2021-05-06T15:02:12.574Z] Step 22/23 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:02:12.574Z] Removing intermediate container 3f83861ccced [2021-05-06T15:02:12.574Z] ---> 6de0f38d0820 [2021-05-06T15:02:12.574Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-06T15:02:12.842Z] ---> Running in 1fce11d18218 [2021-05-06T15:02:13.104Z] ---> Running in 808bfc5ce7f1 [2021-05-06T15:02:13.371Z] ---> a67a2ac3dd15 [2021-05-06T15:02:13.371Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-06T15:02:13.371Z] Removing intermediate container 1fce11d18218 [2021-05-06T15:02:13.371Z] ---> d8e6f92e62bd [2021-05-06T15:02:13.371Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:02:13.633Z] ---> Running in 617a5b568e93 [2021-05-06T15:02:13.633Z] Removing intermediate container 4a1607bfa3ca [2021-05-06T15:02:13.633Z] ---> 75ec3d05f418 [2021-05-06T15:02:13.633Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:02:13.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.193s coverage: 28.6% of statements [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-06T15:02:13.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.276s coverage: 100.0% of statements [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-06T15:02:13.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.141s coverage: 100.0% of statements [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-06T15:02:13.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.462s coverage: 86.7% of statements [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-06T15:02:13.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.429s coverage: 97.5% of statements [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-06T15:02:13.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.237s coverage: 78.3% of statements [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-06T15:02:13.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-06T15:02:13.898Z] ---> 9bc9fe1801b3 [2021-05-06T15:02:13.898Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-06T15:02:13.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:02:13.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:02:13.898Z] ---> Running in f8b4936340f4 [2021-05-06T15:02:14.164Z] Removing intermediate container 617a5b568e93 [2021-05-06T15:02:14.164Z] ---> f9169750fc6f [2021-05-06T15:02:14.164Z] [2021-05-06T15:02:14.164Z] ---> fed4a22ce2a4 [2021-05-06T15:02:14.164Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-06T15:02:14.164Z] (1/39) Installing readline (8.0.4-r0) [2021-05-06T15:02:14.164Z] (2/39) Installing bash (5.0.17-r0) [2021-05-06T15:02:14.164Z] Executing bash-5.0.17-r0.post-install [2021-05-06T15:02:14.164Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:02:14.164Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-06T15:02:14.164Z] (5/39) Installing curl (7.76.1-r0) [2021-05-06T15:02:14.164Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-06T15:02:14.164Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-06T15:02:14.164Z] (8/39) Installing expat (2.2.9-r1) [2021-05-06T15:02:14.164Z] (9/39) Installing libffi (3.3-r2) [2021-05-06T15:02:14.164Z] (10/39) Installing gdbm (1.13-r1) [2021-05-06T15:02:14.164Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-06T15:02:14.164Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-06T15:02:14.164Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-06T15:02:14.740Z] Successfully built f9169750fc6f [2021-05-06T15:02:14.741Z] Removing intermediate container f8b4936340f4 [2021-05-06T15:02:14.741Z] ---> 4f0e25c19377 [2021-05-06T15:02:14.741Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:02:16.665Z] Successfully tagged docker-core-command-go:latest [2021-05-06T15:02:16.665Z] Building docker-security-proxy-setup-go [2021-05-06T15:02:16.665Z]  Building docker-core-command-go ... done Removing intermediate container 824902d88715 [2021-05-06T15:02:16.665Z] ---> 5e9fb94cd1aa [2021-05-06T15:02:16.665Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-06T15:02:16.930Z] ---> Running in c959b0d37765 [2021-05-06T15:02:16.930Z] ---> Running in f7724ec776e8 [2021-05-06T15:02:16.930Z] ---> 0374ed7b322a [2021-05-06T15:02:16.930Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-06T15:02:16.930Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-06T15:02:16.930Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-06T15:02:16.930Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-06T15:02:17.506Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-06T15:02:18.081Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-06T15:02:18.081Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-06T15:02:18.081Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-06T15:02:18.081Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-06T15:02:18.659Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-06T15:02:18.659Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-06T15:02:19.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.316s coverage: 95.1% of statements [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-06T15:02:19.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-06T15:02:19.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.116s coverage: 58.8% of statements [2021-05-06T15:02:19.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-06T15:02:19.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-06T15:02:19.083Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.215s coverage: 0.9% of statements [2021-05-06T15:02:19.083Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-06T15:02:19.083Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.140s coverage: 22.6% of statements [2021-05-06T15:02:19.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-06T15:02:19.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.220s coverage: 47.1% of statements [2021-05-06T15:02:19.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.182s coverage: 79.5% of statements [2021-05-06T15:02:19.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.144s coverage: 94.1% of statements [2021-05-06T15:02:19.240Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-06T15:02:20.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.159s coverage: 96.3% of statements [2021-05-06T15:02:20.204Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-06T15:02:20.204Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-06T15:02:20.204Z] Removing intermediate container c959b0d37765 [2021-05-06T15:02:20.204Z] ---> a04e5aefef20 [2021-05-06T15:02:20.204Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T15:02:20.467Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-06T15:02:20.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.148s coverage: 87.5% of statements [2021-05-06T15:02:21.437Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-06T15:02:22.011Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-06T15:02:22.591Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-06T15:02:22.591Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-06T15:02:22.591Z] Removing intermediate container f7724ec776e8 [2021-05-06T15:02:22.591Z] ---> a30afec4b450 [2021-05-06T15:02:22.591Z] Step 23/25 : LABEL arch=x86_64 [2021-05-06T15:02:22.858Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-06T15:02:23.120Z] ---> 3eaafa5263d5 [2021-05-06T15:02:23.120Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-06T15:02:24.069Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-06T15:02:24.332Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-06T15:02:24.332Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-06T15:02:24.332Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-06T15:02:24.909Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-06T15:02:24.909Z] ---> Running in 2979aaef253c [2021-05-06T15:02:24.909Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-06T15:02:24.909Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-06T15:02:24.909Z] ---> Running in ab98d9c291cf [2021-05-06T15:02:25.865Z] ---> 2c04244b2a74 [2021-05-06T15:02:25.865Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-06T15:02:25.865Z] Executing busybox-1.31.1-r19.trigger [2021-05-06T15:02:25.865Z] OK: 72 MiB in 59 packages [2021-05-06T15:02:25.865Z] Removing intermediate container 2979aaef253c [2021-05-06T15:02:25.865Z] ---> 23a64ed5988c [2021-05-06T15:02:25.865Z] Step 22/23 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:02:25.865Z] Removing intermediate container ab98d9c291cf [2021-05-06T15:02:25.865Z] ---> 5f503ddb4f2c [2021-05-06T15:02:25.865Z] Step 24/25 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:02:26.134Z] ---> Running in 2758698c60b6 [2021-05-06T15:02:26.396Z] ---> Running in 7123c2394df2 [2021-05-06T15:02:27.801Z] ---> 2dcf675fbb43 [2021-05-06T15:02:27.801Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-06T15:02:28.759Z] Removing intermediate container 2758698c60b6 [2021-05-06T15:02:28.759Z] ---> 2fd49f67c6bb [2021-05-06T15:02:28.759Z] Step 25/25 : LABEL version=0.0.0 [2021-05-06T15:02:29.345Z] Removing intermediate container 7123c2394df2 [2021-05-06T15:02:29.345Z] ---> fb84ce51ea93 [2021-05-06T15:02:29.345Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:02:29.345Z] ---> Running in f1bf6997a6a1 [2021-05-06T15:02:29.944Z] ---> Running in 72a806225e4c [2021-05-06T15:02:29.944Z] ---> Running in d41eb5b5332d [2021-05-06T15:02:30.211Z] Collecting docker-compose==1.23.2 [2021-05-06T15:02:30.212Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-06T15:02:30.477Z] Removing intermediate container f1bf6997a6a1 [2021-05-06T15:02:30.477Z] ---> 304578592471 [2021-05-06T15:02:30.477Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-06T15:02:30.743Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-06T15:02:30.743Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-06T15:02:31.322Z] Removing intermediate container d41eb5b5332d [2021-05-06T15:02:31.322Z] ---> dcbefe9b476f [2021-05-06T15:02:31.322Z] [2021-05-06T15:02:31.591Z] Removing intermediate container 72a806225e4c [2021-05-06T15:02:31.591Z] ---> 31a777ac533b [2021-05-06T15:02:31.591Z] [2021-05-06T15:02:31.591Z] Successfully built dcbefe9b476f [2021-05-06T15:02:32.173Z] Successfully built 31a777ac533b [2021-05-06T15:02:32.173Z] Successfully tagged docker-core-data-go:latest [2021-05-06T15:02:32.173Z] Building docker-support-notifications-go [2021-05-06T15:02:32.173Z]  Building docker-core-data-go ... done Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-06T15:02:32.173Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-05-06T15:02:32.435Z] Collecting PyYAML<4,>=3.10 [2021-05-06T15:02:32.435Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-06T15:02:33.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.161s coverage: 94.4% of statements [2021-05-06T15:02:33.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.124s coverage: 44.8% of statements [2021-05-06T15:02:33.871Z] ---> 6f39f9ba331e [2021-05-06T15:02:33.871Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-06T15:02:35.800Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:02:35.800Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:02:35.800Z] ---> 9bd3a71cc833 [2021-05-06T15:02:35.800Z] Step 3/21 : WORKDIR /edgex-go [2021-05-06T15:02:35.800Z] ---> Using cache [2021-05-06T15:02:35.800Z] ---> 2c24ee6ae7be [2021-05-06T15:02:35.800Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:02:35.800Z] ---> Using cache [2021-05-06T15:02:35.800Z] ---> 08ad130f5f74 [2021-05-06T15:02:35.800Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-06T15:02:35.800Z] ---> Using cache [2021-05-06T15:02:35.800Z] ---> fa03d942798c [2021-05-06T15:02:35.800Z] Step 6/21 : COPY go.mod . [2021-05-06T15:02:35.800Z] ---> Using cache [2021-05-06T15:02:36.069Z] ---> d3642e15b6ec [2021-05-06T15:02:36.069Z] Step 7/21 : RUN go mod download [2021-05-06T15:02:36.069Z] ---> Using cache [2021-05-06T15:02:36.069Z] ---> 647fb0d9197a [2021-05-06T15:02:36.069Z] Step 8/21 : COPY . . [2021-05-06T15:02:36.069Z] ---> Using cache [2021-05-06T15:02:36.069Z] ---> 15a2a4216197 [2021-05-06T15:02:36.069Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-06T15:02:37.466Z] Collecting jsonschema<3,>=2.5.1 [2021-05-06T15:02:37.466Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-06T15:02:37.747Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-06T15:02:37.747Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-06T15:02:37.747Z] ---> Running in ea1a207c981a [2021-05-06T15:02:37.748Z] ---> Running in 0afc2b4bae85 [2021-05-06T15:02:38.014Z] Collecting cached-property<2,>=1.2.0 [2021-05-06T15:02:38.457Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.500s coverage: 81.8% of statements [2021-05-06T15:02:38.457Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-06T15:02:38.587Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-06T15:02:39.162Z] Collecting docopt<0.7,>=0.6.1 [2021-05-06T15:02:39.162Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-06T15:02:41.099Z] Collecting texttable<0.10,>=0.9.0 [2021-05-06T15:02:41.099Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-06T15:02:41.099Z] 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-06T15:02:42.077Z] Collecting docker<4.0,>=3.6.0 [2021-05-06T15:02:42.077Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-06T15:02:42.343Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-06T15:02:42.611Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-06T15:02:42.611Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-06T15:02:43.200Z] Collecting docker-pycreds>=0.4.0 [2021-05-06T15:02:43.200Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-06T15:02:43.467Z] Collecting idna<2.8,>=2.5 [2021-05-06T15:02:43.467Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-06T15:02:43.743Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-06T15:02:43.743Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-06T15:02:44.021Z] 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-06T15:02:44.021Z] 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-06T15:02:44.021Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-06T15:02:44.021Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-06T15:02:44.021Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-06T15:02:44.021Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-06T15:02:44.631Z] Installing collected packages: dockerpty, PyYAML, jsonschema, websocket-client, cached-property, docopt, texttable, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-05-06T15:02:44.631Z] Running setup.py install for dockerpty: started [2021-05-06T15:02:45.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.228s coverage: 92.9% of statements [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.105s coverage: 100.0% of statements [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 76.0% of statements [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.134s coverage: 80.0% of statements [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.213s coverage: 87.2% of statements [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 85.4% of statements [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.249s coverage: 91.2% of statements [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.615s coverage: 64.4% of statements [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-06T15:02:45.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.115s coverage: 100.0% of statements [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-05-06T15:02:45.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-05-06T15:02:45.240Z] Removing intermediate container 0afc2b4bae85 [2021-05-06T15:02:45.240Z] ---> 731196601606 [2021-05-06T15:02:45.240Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-06T15:02:45.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2021-05-06T15:02:45.838Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-06T15:02:46.109Z] Running setup.py install for PyYAML: started [2021-05-06T15:02:46.110Z] ---> Running in 4e2b77f313ab [2021-05-06T15:02:46.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-05-06T15:02:47.561Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-06T15:02:47.561Z] Removing intermediate container 4e2b77f313ab [2021-05-06T15:02:47.561Z] ---> bfac82b7f627 [2021-05-06T15:02:47.561Z] Step 28/31 : CMD ["gate"] [2021-05-06T15:02:49.578Z] ---> Running in 5fbcefb4ccb1 [2021-05-06T15:02:49.578Z] Running setup.py install for docopt: started [2021-05-06T15:02:50.170Z] Removing intermediate container 5fbcefb4ccb1 [2021-05-06T15:02:50.170Z] ---> 50ccba9df957 [2021-05-06T15:02:50.170Z] Step 29/31 : LABEL arch=x86_64 [2021-05-06T15:02:50.873Z] Running setup.py install for docopt: finished with status 'done' [2021-05-06T15:02:50.873Z] Running setup.py install for texttable: started [2021-05-06T15:02:50.873Z] ---> Running in 3f87695023ec [2021-05-06T15:02:51.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.071s coverage: 66.9% of statements [2021-05-06T15:02:51.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-06T15:02:51.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-06T15:02:51.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-06T15:02:51.441Z] Running setup.py install for texttable: finished with status 'done' [2021-05-06T15:02:51.441Z] Attempting uninstall: idna [2021-05-06T15:02:51.441Z] Found existing installation: idna 2.9 [2021-05-06T15:02:51.441Z] Uninstalling idna-2.9: [2021-05-06T15:02:51.441Z] Successfully uninstalled idna-2.9 [2021-05-06T15:02:51.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.688s coverage: 43.4% of statements [2021-05-06T15:02:51.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-06T15:02:51.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-06T15:02:51.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.095s coverage: 89.5% of statements [2021-05-06T15:02:51.859Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-06T15:02:51.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements [2021-05-06T15:02:52.509Z] Attempting uninstall: urllib3 [2021-05-06T15:02:52.509Z] Found existing installation: urllib3 1.25.9 [2021-05-06T15:02:52.509Z] Uninstalling urllib3-1.25.9: [2021-05-06T15:02:52.509Z] Removing intermediate container 3f87695023ec [2021-05-06T15:02:52.509Z] ---> 07fce1dc5754 [2021-05-06T15:02:52.509Z] Step 30/31 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:02:52.509Z] Successfully uninstalled urllib3-1.25.9 [2021-05-06T15:02:53.122Z] Attempting uninstall: requests [2021-05-06T15:02:53.122Z] Found existing installation: requests 2.23.0 [2021-05-06T15:02:53.122Z] Uninstalling requests-2.23.0: [2021-05-06T15:02:53.122Z] Successfully uninstalled requests-2.23.0 [2021-05-06T15:02:53.400Z] ---> Running in 4e2ed15f314d [2021-05-06T15:02:54.382Z] Removing intermediate container 4e2ed15f314d [2021-05-06T15:02:54.382Z] ---> 21dec0c826ba [2021-05-06T15:02:54.382Z] Step 31/31 : LABEL version=0.0.0 [2021-05-06T15:02:56.331Z] ---> Running in b3f8ca8e7b07 [2021-05-06T15:02:56.598Z] 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-06T15:02:58.009Z] Removing intermediate container b3f8ca8e7b07 [2021-05-06T15:02:58.009Z] ---> ef9b735032f6 [2021-05-06T15:02:58.009Z] [2021-05-06T15:02:58.009Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:02:58.009Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:02:58.009Z] ---> 9bd3a71cc833 [2021-05-06T15:02:58.009Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T15:02:58.009Z] ---> Using cache [2021-05-06T15:02:58.009Z] ---> 2c24ee6ae7be [2021-05-06T15:02:58.009Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:02:58.009Z] ---> Using cache [2021-05-06T15:02:58.009Z] ---> 08ad130f5f74 [2021-05-06T15:02:58.009Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-06T15:02:58.009Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:02:58.009Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:02:58.009Z] ---> 9bd3a71cc833 [2021-05-06T15:02:58.009Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:02:58.009Z] ---> Using cache [2021-05-06T15:02:58.009Z] ---> 2c24ee6ae7be [2021-05-06T15:02:58.009Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:02:58.009Z] ---> Using cache [2021-05-06T15:02:58.009Z] ---> 08ad130f5f74 [2021-05-06T15:02:58.009Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T15:02:58.009Z] ---> Using cache [2021-05-06T15:02:58.009Z] ---> fa03d942798c [2021-05-06T15:02:58.009Z] Step 6/23 : COPY go.mod . [2021-05-06T15:02:58.009Z] ---> Using cache [2021-05-06T15:02:58.009Z] ---> d3642e15b6ec [2021-05-06T15:02:58.009Z] Step 7/23 : RUN go mod download [2021-05-06T15:02:58.512Z] ---> Using cache [2021-05-06T15:02:58.512Z] ---> 647fb0d9197a [2021-05-06T15:02:58.512Z] Step 8/23 : COPY . . [2021-05-06T15:02:58.512Z] ---> Using cache [2021-05-06T15:02:58.512Z] ---> 15a2a4216197 [2021-05-06T15:02:58.512Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-06T15:02:58.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.416s coverage: 47.0% of statements [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-06T15:02:58.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-06T15:02:58.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-06T15:02:58.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.156s coverage: 9.6% of statements [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-06T15:02:58.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.419s coverage: 92.6% of statements [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:02:58.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-06T15:02:58.777Z] Successfully built ef9b735032f6 [2021-05-06T15:02:59.041Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-06T15:02:59.041Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-05-06T15:02:59.305Z] ---> Running in cecfbbd35215 [2021-05-06T15:02:59.305Z] ---> Running in 87f09dbc3cb2 [2021-05-06T15:03:02.655Z] 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-06T15:03:02.655Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:03:02.918Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:03:03.498Z] OK: 219 MiB in 52 packages [2021-05-06T15:03:03.498Z] 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-06T15:03:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.333s coverage: 28.7% of statements [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-06T15:03:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-06T15:03:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.178s coverage: 100.0% of statements [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-06T15:03:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.183s coverage: 64.6% of statements [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-06T15:03:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.437s coverage: 97.6% of statements [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-06T15:03:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-06T15:03:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-06T15:03:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.153s coverage: 87.9% of statements [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-06T15:03:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2021-05-06T15:03:08.928Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.121s coverage: 28.1% of statements [2021-05-06T15:03:08.928Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-06T15:03:09.200Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-05-06T15:03:09.803Z] GO111MODULE=on go vet ./... [2021-05-06T15:03:10.170Z] Removing intermediate container 87f09dbc3cb2 [2021-05-06T15:03:10.171Z] ---> da058d86df2c [2021-05-06T15:03:10.171Z] Step 6/22 : COPY go.mod . [2021-05-06T15:03:10.782Z] ---> 52d291285749 [2021-05-06T15:03:10.782Z] Step 7/22 : RUN go mod download [2021-05-06T15:03:11.378Z] ---> Running in 802fb8f43afa [2021-05-06T15:03:18.129Z] Removing intermediate container 802fb8f43afa [2021-05-06T15:03:18.129Z] ---> 00a6d4e19efa [2021-05-06T15:03:18.129Z] Step 8/22 : COPY . . [2021-05-06T15:03:21.507Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:03:21.507Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:03:21.507Z] ---> 9bd3a71cc833 [2021-05-06T15:03:21.507Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T15:03:21.507Z] ---> Using cache [2021-05-06T15:03:21.507Z] ---> 2c24ee6ae7be [2021-05-06T15:03:21.507Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:03:21.507Z] ---> Using cache [2021-05-06T15:03:21.507Z] ---> 08ad130f5f74 [2021-05-06T15:03:21.507Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-06T15:03:21.508Z] ---> Using cache [2021-05-06T15:03:21.508Z] ---> fa03d942798c [2021-05-06T15:03:21.508Z] Step 6/22 : COPY go.mod . [2021-05-06T15:03:21.508Z] ---> Using cache [2021-05-06T15:03:21.508Z] ---> d3642e15b6ec [2021-05-06T15:03:21.508Z] Step 7/22 : RUN go mod download [2021-05-06T15:03:21.508Z] ---> Using cache [2021-05-06T15:03:21.508Z] ---> 647fb0d9197a [2021-05-06T15:03:21.508Z] Step 8/22 : COPY . . [2021-05-06T15:03:21.508Z] ---> Using cache [2021-05-06T15:03:21.508Z] ---> 15a2a4216197 [2021-05-06T15:03:21.508Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-06T15:03:23.443Z] Removing intermediate container ea1a207c981a [2021-05-06T15:03:23.443Z] ---> bd4bfda2ecbd [2021-05-06T15:03:23.443Z] [2021-05-06T15:03:23.443Z] Step 10/21 : FROM alpine:3.12 [2021-05-06T15:03:23.443Z] ---> 13621d1b12d4 [2021-05-06T15:03:23.443Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-06T15:03:26.781Z] ---> Running in 96a8d0d3ce0d [2021-05-06T15:03:27.757Z] ---> Running in 2b9285d45bc3 [2021-05-06T15:03:34.398Z] Removing intermediate container 808bfc5ce7f1 [2021-05-06T15:03:34.398Z] ---> 5ddf146be3e7 [2021-05-06T15:03:34.398Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-06T15:03:35.800Z] 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-06T15:03:35.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:03:35.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:03:36.065Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-06T15:03:36.328Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:03:36.328Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-06T15:03:36.328Z] (4/4) Installing curl (7.76.1-r0) [2021-05-06T15:03:36.328Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:03:36.328Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:03:36.921Z] OK: 7 MiB in 18 packages [2021-05-06T15:03:37.196Z] ---> Running in 3ed34d4d9a36 [2021-05-06T15:03:39.832Z] Removing intermediate container 3ed34d4d9a36 [2021-05-06T15:03:39.832Z] ---> 0260e0b4ac65 [2021-05-06T15:03:39.832Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-06T15:03:41.268Z] ---> Running in f893d743c239 [2021-05-06T15:03:41.268Z] Removing intermediate container 2b9285d45bc3 [2021-05-06T15:03:41.268Z] ---> 2680f45b0319 [2021-05-06T15:03:41.268Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T15:03:44.667Z] ---> Running in 3465bbbb80aa [2021-05-06T15:03:44.667Z] Removing intermediate container f893d743c239 [2021-05-06T15:03:44.667Z] ---> f0df00f61851 [2021-05-06T15:03:44.667Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-06T15:03:45.644Z] Removing intermediate container 3465bbbb80aa [2021-05-06T15:03:45.644Z] ---> 94b65de7a5b5 [2021-05-06T15:03:45.644Z] Step 13/21 : WORKDIR /edgex [2021-05-06T15:03:49.933Z] ---> Running in 96756b4fafc3 [2021-05-06T15:03:49.933Z] ---> eacd94c1285e [2021-05-06T15:03:49.933Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-06T15:03:49.933Z] Removing intermediate container cecfbbd35215 [2021-05-06T15:03:49.933Z] ---> 75a9e1d0a376 [2021-05-06T15:03:49.933Z] [2021-05-06T15:03:49.933Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:03:49.933Z] ---> 13621d1b12d4 [2021-05-06T15:03:49.933Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:03:49.933Z] ---> Using cache [2021-05-06T15:03:49.933Z] ---> 8ef46a973154 [2021-05-06T15:03:49.933Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:03:49.933Z] ---> 9a00b5cbf686 [2021-05-06T15:03:49.933Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-06T15:03:49.933Z] ---> Using cache [2021-05-06T15:03:49.933Z] ---> fdddbcd5560b [2021-05-06T15:03:49.933Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-06T15:03:49.933Z] Removing intermediate container 96756b4fafc3 [2021-05-06T15:03:49.933Z] ---> 6530a5657c86 [2021-05-06T15:03:49.933Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-06T15:03:49.933Z] ---> Running in af93b8995511 [2021-05-06T15:03:50.207Z] ---> Running in 778b5df5e4c3 [2021-05-06T15:03:50.208Z] ---> c75b84ffc28b [2021-05-06T15:03:50.208Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-06T15:03:50.495Z] Removing intermediate container 778b5df5e4c3 [2021-05-06T15:03:50.495Z] ---> 05513a0c0e00 [2021-05-06T15:03:50.495Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T15:03:50.495Z] ---> 1e1babfd560e [2021-05-06T15:03:50.495Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-06T15:03:50.769Z] ---> Running in 0aff0cc1c0d0 [2021-05-06T15:03:51.041Z] ---> e3e855469cf8 [2021-05-06T15:03:51.041Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-06T15:03:51.318Z] 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-06T15:03:51.318Z] ---> Running in 7069ee382f21 [2021-05-06T15:03:51.318Z] Removing intermediate container 0aff0cc1c0d0 [2021-05-06T15:03:51.318Z] ---> 6074a19befdf [2021-05-06T15:03:51.318Z] Step 15/23 : WORKDIR / [2021-05-06T15:03:51.630Z] ---> Running in 8dfcd2926a8f [2021-05-06T15:03:51.630Z] ---> 706e265b0bf2 [2021-05-06T15:03:51.630Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-06T15:03:51.903Z] Removing intermediate container 7069ee382f21 [2021-05-06T15:03:51.903Z] ---> c13cc5492947 [2021-05-06T15:03:51.903Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:03:51.903Z] ---> Running in 700ac9877731 [2021-05-06T15:03:52.178Z] Removing intermediate container 8dfcd2926a8f [2021-05-06T15:03:52.178Z] ---> 5703cea53723 [2021-05-06T15:03:52.178Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:03:52.178Z] Removing intermediate container 700ac9877731 [2021-05-06T15:03:52.178Z] ---> 4e16674839e9 [2021-05-06T15:03:52.178Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T15:03:52.447Z] ---> Running in 6bd9754f90c4 [2021-05-06T15:03:52.716Z] ---> 7c6f125b517a [2021-05-06T15:03:52.716Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-06T15:03:52.716Z] ---> 58f083d6aaf6 [2021-05-06T15:03:52.716Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-06T15:03:54.123Z] ---> Running in b38a323c2aa6 [2021-05-06T15:03:54.718Z] ---> 052a22578fc7 [2021-05-06T15:03:54.718Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-06T15:03:54.718Z] Removing intermediate container 6bd9754f90c4 [2021-05-06T15:03:54.718Z] ---> 5bf67da7aa12 [2021-05-06T15:03:54.718Z] Step 22/23 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:03:54.718Z] Removing intermediate container b38a323c2aa6 [2021-05-06T15:03:54.718Z] ---> 274841fe6ced [2021-05-06T15:03:54.718Z] Step 18/21 : CMD ["--init=true"] [2021-05-06T15:03:54.996Z] ---> Running in d901b69b495b [2021-05-06T15:03:54.996Z] ---> Running in 5785b011e60d [2021-05-06T15:03:54.996Z] ---> 26f1af6b506f [2021-05-06T15:03:54.996Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-06T15:03:55.269Z] ---> Running in 3aed02baea4b [2021-05-06T15:03:55.269Z] Removing intermediate container d901b69b495b [2021-05-06T15:03:55.269Z] ---> 1f35e073a3e6 [2021-05-06T15:03:55.269Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:03:55.269Z] Removing intermediate container 5785b011e60d [2021-05-06T15:03:55.269Z] ---> 4cb5c10e172f [2021-05-06T15:03:55.269Z] Step 19/21 : LABEL arch=x86_64 [2021-05-06T15:03:55.269Z] ---> Running in 3858d0316f4a [2021-05-06T15:03:55.542Z] ---> Running in 7aa25a0c9884 [2021-05-06T15:03:55.542Z] Removing intermediate container 3aed02baea4b [2021-05-06T15:03:55.542Z] ---> c1ac035478b5 [2021-05-06T15:03:55.542Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:03:56.129Z] ---> Running in 41dabf8882dd [2021-05-06T15:03:56.129Z] Removing intermediate container 3858d0316f4a [2021-05-06T15:03:56.129Z] ---> e3e6617695d2 [2021-05-06T15:03:56.129Z] [2021-05-06T15:03:56.129Z] Removing intermediate container 7aa25a0c9884 [2021-05-06T15:03:56.129Z] ---> 9439450a8668 [2021-05-06T15:03:56.129Z] Step 20/21 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:03:56.399Z] Successfully built e3e6617695d2 [2021-05-06T15:03:56.665Z] ---> Running in 385a3e7fbc0c [2021-05-06T15:03:56.665Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-06T15:03:56.665Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 41dabf8882dd [2021-05-06T15:03:56.665Z] ---> 9a9c406f72b3 [2021-05-06T15:03:56.665Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T15:03:56.665Z] ---> Running in 0eed210cb108 [2021-05-06T15:03:56.940Z] Removing intermediate container 385a3e7fbc0c [2021-05-06T15:03:56.940Z] ---> a9612accc422 [2021-05-06T15:03:56.940Z] Step 21/21 : LABEL version=0.0.0 [2021-05-06T15:03:57.216Z] ---> Running in 8658d66815b7 [2021-05-06T15:03:57.216Z] Removing intermediate container 0eed210cb108 [2021-05-06T15:03:57.216Z] ---> 3fa252d2d156 [2021-05-06T15:03:57.216Z] Step 22/23 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:03:57.216Z] ---> Running in f8cf56aab288 [2021-05-06T15:03:57.725Z] Removing intermediate container 8658d66815b7 [2021-05-06T15:03:57.725Z] ---> 5bf85efef60e [2021-05-06T15:03:57.725Z] [2021-05-06T15:03:57.725Z] Removing intermediate container f8cf56aab288 [2021-05-06T15:03:57.725Z] ---> eec9a956d2ce [2021-05-06T15:03:57.725Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:03:58.100Z] Successfully built 5bf85efef60e [2021-05-06T15:03:58.482Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-06T15:03:58.482Z]  Building docker-security-proxy-setup-go ... done  ---> Running in d89df4ecff51 [2021-05-06T15:03:58.771Z] Removing intermediate container d89df4ecff51 [2021-05-06T15:03:58.771Z] ---> d6d84b8de4f4 [2021-05-06T15:03:58.771Z] [2021-05-06T15:03:59.043Z] Successfully built d6d84b8de4f4 [2021-05-06T15:03:59.043Z] Successfully tagged docker-core-metadata-go:latest [2021-05-06T15:04:02.397Z]  Building docker-core-metadata-go ... done Removing intermediate container 96a8d0d3ce0d [2021-05-06T15:04:02.397Z] ---> 3e506940883e [2021-05-06T15:04:02.397Z] [2021-05-06T15:04:02.397Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T15:04:02.397Z] ---> 13621d1b12d4 [2021-05-06T15:04:02.397Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:04:02.397Z] ---> Using cache [2021-05-06T15:04:02.398Z] ---> 8ef46a973154 [2021-05-06T15:04:02.398Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:04:02.398Z] ---> Using cache [2021-05-06T15:04:02.398Z] ---> fdddbcd5560b [2021-05-06T15:04:02.398Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-06T15:04:02.398Z] ---> Running in f9e4aa1198e3 [2021-05-06T15:04:02.664Z] Removing intermediate container f9e4aa1198e3 [2021-05-06T15:04:02.665Z] ---> 140b81822d03 [2021-05-06T15:04:02.665Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T15:04:02.941Z] ---> Running in 78ddb68d746d [2021-05-06T15:04:02.941Z] Removing intermediate container 78ddb68d746d [2021-05-06T15:04:02.941Z] ---> e2a802d77298 [2021-05-06T15:04:02.941Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:04:03.556Z] ---> 1c01703634a1 [2021-05-06T15:04:03.556Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-06T15:04:06.157Z] ---> e211407b01df [2021-05-06T15:04:06.157Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-06T15:04:06.157Z] ---> ef19567ca70f [2021-05-06T15:04:06.157Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-06T15:04:06.437Z] ---> Running in 7905dbbbe782 [2021-05-06T15:04:06.437Z] Removing intermediate container 7905dbbbe782 [2021-05-06T15:04:06.437Z] ---> aa97cf86a647 [2021-05-06T15:04:06.437Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:04:06.707Z] ---> Running in 2d066c21c785 [2021-05-06T15:04:06.707Z] Removing intermediate container 2d066c21c785 [2021-05-06T15:04:06.707Z] ---> 3a63d66b1cda [2021-05-06T15:04:06.707Z] Step 20/22 : LABEL arch=x86_64 [2021-05-06T15:04:06.971Z] ---> Running in 832984dfa4c8 [2021-05-06T15:04:07.241Z] Removing intermediate container 832984dfa4c8 [2021-05-06T15:04:07.241Z] ---> f57b9b580968 [2021-05-06T15:04:07.241Z] Step 21/22 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:04:07.241Z] ---> Running in acdb2238ff83 [2021-05-06T15:04:07.241Z] Removing intermediate container acdb2238ff83 [2021-05-06T15:04:07.241Z] ---> 0af835f5ef04 [2021-05-06T15:04:07.241Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T15:04:07.511Z] ---> Running in eaf54846bf2e [2021-05-06T15:04:07.786Z] Removing intermediate container eaf54846bf2e [2021-05-06T15:04:07.786Z] ---> 59786b10f39c [2021-05-06T15:04:07.786Z] [2021-05-06T15:04:07.786Z] Successfully built 59786b10f39c [2021-05-06T15:04:07.786Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-06T15:04:10.343Z]  Building docker-support-scheduler-go ... done Removing intermediate container af93b8995511 [2021-05-06T15:04:10.343Z] ---> 8bddb54bcbd1 [2021-05-06T15:04:10.343Z] [2021-05-06T15:04:10.343Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T15:04:10.343Z] ---> 13621d1b12d4 [2021-05-06T15:04:10.343Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-06T15:04:10.343Z] ---> Running in 2b6473c6c525 [2021-05-06T15:04:10.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T15:04:10.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T15:04:10.920Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-06T15:04:11.185Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-06T15:04:11.185Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:04:11.185Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:04:11.185Z] OK: 6 MiB in 16 packages [2021-05-06T15:04:12.577Z] Removing intermediate container 2b6473c6c525 [2021-05-06T15:04:12.577Z] ---> 19e92782ce4f [2021-05-06T15:04:12.577Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:04:12.577Z] ---> Running in 2fca5e4abe3b [2021-05-06T15:04:12.577Z] Removing intermediate container 2fca5e4abe3b [2021-05-06T15:04:12.577Z] ---> 34416d4f29da [2021-05-06T15:04:12.577Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-06T15:04:12.577Z] ---> Running in 849536a964c4 [2021-05-06T15:04:12.842Z] Removing intermediate container 849536a964c4 [2021-05-06T15:04:12.842Z] ---> 62ef0efbbd0e [2021-05-06T15:04:12.842Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T15:04:12.842Z] ---> Running in f824b0175edd [2021-05-06T15:04:13.105Z] Removing intermediate container f824b0175edd [2021-05-06T15:04:13.105Z] ---> 59bdcdfd5eee [2021-05-06T15:04:13.105Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:04:13.367Z] ---> 2feaaccab3ac [2021-05-06T15:04:13.367Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-06T15:04:13.944Z] ---> 20ca69d8c00d [2021-05-06T15:04:13.944Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-06T15:04:14.209Z] ---> 20f234b702da [2021-05-06T15:04:14.209Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-06T15:04:14.209Z] ---> Running in 7c12b49f82d6 [2021-05-06T15:04:14.209Z] Removing intermediate container 7c12b49f82d6 [2021-05-06T15:04:14.209Z] ---> 28919aefa402 [2021-05-06T15:04:14.209Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:04:14.473Z] ---> Running in 63ed5ef5e782 [2021-05-06T15:04:14.473Z] Removing intermediate container 63ed5ef5e782 [2021-05-06T15:04:14.473Z] ---> dc3cc91995f8 [2021-05-06T15:04:14.473Z] Step 20/22 : LABEL arch=x86_64 [2021-05-06T15:04:14.473Z] ---> Running in 1592d2a746ad [2021-05-06T15:04:14.736Z] Removing intermediate container 1592d2a746ad [2021-05-06T15:04:14.736Z] ---> e9e9a08f1641 [2021-05-06T15:04:14.736Z] Step 21/22 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:04:14.736Z] ---> Running in eca7bb4f820f [2021-05-06T15:04:14.998Z] Removing intermediate container eca7bb4f820f [2021-05-06T15:04:14.998Z] ---> c751becd1aa2 [2021-05-06T15:04:14.998Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T15:04:14.998Z] ---> Running in 05933322b7a9 [2021-05-06T15:04:15.260Z] Removing intermediate container 05933322b7a9 [2021-05-06T15:04:15.260Z] ---> f8d05c873ab2 [2021-05-06T15:04:15.260Z] [2021-05-06T15:04:15.528Z] Successfully built f8d05c873ab2 [2021-05-06T15:04:15.528Z] Successfully tagged docker-support-notifications-go:latest [2021-05-06T15:04:15.801Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-05-06T15:04:15.810Z] $ docker stop --time=1 ddef635be9afb85e009636b54c5ee6b4d6f6d497ab17ae8f43b90f10662dfd6a [2021-05-06T15:04:17.388Z] $ docker rm -f ddef635be9afb85e009636b54c5ee6b4d6f6d497ab17ae8f43b90f10662dfd6a [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T15:04:17.854Z] + docker images [2021-05-06T15:04:17.854Z] + grep docker [2021-05-06T15:04:18.117Z] docker-support-notifications-go latest f8d05c873ab2 3 seconds ago 17.6MB [2021-05-06T15:04:18.117Z] docker-support-scheduler-go latest 59786b10f39c 11 seconds ago 17.1MB [2021-05-06T15:04:18.117Z] docker-core-metadata-go latest d6d84b8de4f4 20 seconds ago 18.6MB [2021-05-06T15:04:18.117Z] docker-security-proxy-setup-go latest 5bf85efef60e 21 seconds ago 25.3MB [2021-05-06T15:04:18.117Z] docker-sys-mgmt-agent-go latest e3e6617695d2 23 seconds ago 312MB [2021-05-06T15:04:18.117Z] docker-security-bootstrapper-go latest ef9b735032f6 About a minute ago 18.2MB [2021-05-06T15:04:18.117Z] docker-core-data-go latest dcbefe9b476f About a minute ago 21.5MB [2021-05-06T15:04:18.117Z] docker-security-secretstore-setup-go latest 31a777ac533b About a minute ago 25.7MB [2021-05-06T15:04:18.117Z] docker-core-command-go latest f9169750fc6f 2 minutes ago 17MB [2021-05-06T15:04:18.117Z] 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-06T15:04:33.413Z] Still waiting to schedule task [2021-05-06T15:04:33.413Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-06T15:04:46.649Z] gofmt -l . [2021-05-06T15:04:46.922Z] [ "`gofmt -l .`" = "" ] [2021-05-06T15:04:49.534Z] ./bin/test-go-mod-tidy.sh [2021-05-06T15:04:50.523Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-06T15:04:53.163Z] + ls -al . [2021-05-06T15:04:53.163Z] total 844 [2021-05-06T15:04:53.163Z] drwxrwxr-x 9 1001 1001 4096 May 6 15:04 . [2021-05-06T15:04:53.163Z] drwxr-xr-x 4 root root 4096 May 6 14:59 .. [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 11 May 6 14:58 .dockerignore [2021-05-06T15:04:53.163Z] drwxrwxr-x 8 1001 1001 4096 May 6 14:58 .git [2021-05-06T15:04:53.163Z] drwxrwxr-x 3 1001 1001 4096 May 6 14:58 .github [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 818 May 6 14:58 .gitignore [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 166 May 6 14:58 .sonarcloud.properties [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 8609 May 6 14:58 Attribution.txt [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 3804 May 6 14:58 CONTRIBUTING.md [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 931 May 6 14:58 Dockerfile.build [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 863 May 6 14:58 Jenkinsfile [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 10775 May 6 14:58 LICENSE [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 5774 May 6 14:58 Makefile [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 7978 May 6 14:58 README.md [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 6755 May 6 14:58 SECURITY.md [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 5 May 6 14:55 VERSION [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 4131 May 6 14:58 ZMQWindows.md [2021-05-06T15:04:53.163Z] drwxrwxr-x 2 1001 1001 4096 May 6 14:58 bin [2021-05-06T15:04:53.163Z] drwxrwxr-x 14 1001 1001 4096 May 6 14:58 cmd [2021-05-06T15:04:53.163Z] -rw-r--r-- 1 root root 705232 May 6 15:03 coverage.out [2021-05-06T15:04:53.163Z] -rw-r--r-- 1 root root 1060 May 6 15:04 go.mod [2021-05-06T15:04:53.163Z] -rw-r--r-- 1 root root 22091 May 6 14:59 go.sum [2021-05-06T15:04:53.163Z] drwxrwxr-x 8 1001 1001 4096 May 6 14:58 internal [2021-05-06T15:04:53.163Z] drwxrwxr-x 4 1001 1001 4096 May 6 14:58 openapi [2021-05-06T15:04:53.163Z] drwxrwxr-x 4 1001 1001 4096 May 6 14:58 snap [2021-05-06T15:04:53.163Z] -rw-rw-r-- 1 1001 1001 168 May 6 14:58 version.go [Pipeline] sh [2021-05-06T15:04:53.823Z] + '[' -e coverage.out ] [2021-05-06T15:04:53.823Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-06T15:04:53.855Z] Warning: overwriting stash ‘coverage-report’ [2021-05-06T15:04:55.067Z] Stashed 1 file(s) [Pipeline] sh [2021-05-06T15:04:55.710Z] + make build [2021-05-06T15:04:55.710Z] 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-06T15:05:03.970Z] 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-06T15:05:24.402Z] Running on prd-ubuntu18.04-docker-8c-8g-3223 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws [2021-05-06T15:05:24.421Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-05-06T15:05:27.520Z] using credential edgex-jenkins-ssh [2021-05-06T15:05:27.535Z] Cloning the remote Git repository [2021-05-06T15:05:27.561Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-06T15:05:27.627Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-05-06T15:05:27.653Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T15:05:27.654Z] > git --version # timeout=10 [2021-05-06T15:05:27.662Z] > git --version # 'git version 2.17.1' [2021-05-06T15:05:27.662Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T15:05:27.688Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T15:05:30.778Z] 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-06T15:05:31.757Z] 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-06T15:05:32.597Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T15:05:32.604Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T15:05:32.614Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-06T15:05:32.626Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-06T15:05:32.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T15:05:32.631Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T15:05:33.262Z] Merging remotes/origin/master commit 58f175f39c326a963567c19064a72a1694fab97f into PR head commit b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:05:33.385Z] Merge succeeded, producing b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:05:33.385Z] Checking out Revision b1290fed56f71f399650eea23c74a9fb48ab7d36 (PR-3410) [2021-05-06T15:05:33.276Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T15:05:33.282Z] > git checkout -f b1290fed56f71f399650eea23c74a9fb48ab7d36 # timeout=10 [2021-05-06T15:05:33.358Z] > git remote # timeout=10 [2021-05-06T15:05:33.364Z] > git config --get remote.origin.url # timeout=10 [2021-05-06T15:05:33.370Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T15:05:33.375Z] > git merge 58f175f39c326a963567c19064a72a1694fab97f # timeout=10 [2021-05-06T15:05:33.383Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-06T15:05:33.392Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T15:05:33.399Z] > git checkout -f b1290fed56f71f399650eea23c74a9fb48ab7d36 # timeout=10 [2021-05-06T15:05:37.018Z] Commit message: "build(snap): Enable secure Kong Admin APIs in snap build - Add Kong's Admin plugins template yaml to enable Admin JWT, ACL plugins etc. - Update the Kong daemon startup shell script to import the plugins into database - Update the snapcraft yml to integrate the secure Kong's Admin API features" [2021-05-06T15:05:37.156Z] 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-06T15:05:37.430Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:05:38.169Z] + echo snap-build.sh [2021-05-06T15:05:38.169Z] snap-build.sh [2021-05-06T15:05:38.169Z] + SNAP_BASE_DIR=. [2021-05-06T15:05:38.169Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-05-06T15:05:38.169Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-05-06T15:05:38.169Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-05-06T15:05:38.169Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-05-06T15:05:38.169Z] + cd /w/workspace/edgex-go/7 [2021-05-06T15:05:38.170Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-06T15:05:38.170Z] Reading package lists... [2021-05-06T15:05:38.170Z] Building dependency tree... [2021-05-06T15:05:38.170Z] Reading state information... [2021-05-06T15:05:38.432Z] The following packages were automatically installed and are no longer required: [2021-05-06T15:05:38.432Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-06T15:05:38.432Z] uidmap xdelta3 [2021-05-06T15:05:38.432Z] Use 'sudo apt autoremove' to remove them. [2021-05-06T15:05:38.432Z] The following packages will be REMOVED: [2021-05-06T15:05:38.432Z] lxd* lxd-client* [2021-05-06T15:05:38.693Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-06T15:05:38.693Z] After this operation, 31.7 MB disk space will be freed. [2021-05-06T15:05:39.754Z] (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-06T15:05:39.754Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T15:05:40.699Z] Removing lxd dnsmasq configuration [2021-05-06T15:05:40.699Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T15:05:40.699Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-06T15:05:41.639Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-06T15:05:41.733Z] 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-06T15:05:41.902Z] (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-06T15:05:41.902Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T15:05:43.287Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-06T15:05:43.287Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-06T15:05:44.674Z] + sudo snap remove --purge lxd [2021-05-06T15:05:44.674Z] snap "lxd" is not installed [2021-05-06T15:05:44.674Z] + sudo groupadd --force --system lxd [2021-05-06T15:05:44.674Z] ++ whoami [2021-05-06T15:05:44.674Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-06T15:05:44.674Z] + newgrp - lxd [2021-05-06T15:05:44.674Z] + sudo snap install lxd [2021-05-06T15:05:46.033Z] 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-06T15:05:49.412Z] 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-06T15:05:53.716Z] 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-06T15:05:54.674Z] 2021-05-06T15:05:52Z INFO Waiting for automatic snapd restart... [2021-05-06T15:05:56.333Z] 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-06T15:05:59.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-06T15:06:05.151Z] $ docker stop --time=1 c475c66bc4cc9e80b0f24473f1f1c4a1450d970e6778e52733bf0541147c5996 [2021-05-06T15:06:06.928Z] lxd 4.13 from Canonical* installed [2021-05-06T15:06:06.928Z] + sudo lxd init --auto [2021-05-06T15:06:07.819Z] $ docker rm -f c475c66bc4cc9e80b0f24473f1f1c4a1450d970e6778e52733bf0541147c5996 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:06:09.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T15:06:09.468Z] [2021-05-06T15:06:09.468Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:06:09.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T15:06:09.816Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-06T15:06:09.816Z] 29e5d40040c1: Pulling fs layer [2021-05-06T15:06:09.816Z] 1ce36da41761: Pulling fs layer [2021-05-06T15:06:09.816Z] 25b303627fd3: Pulling fs layer [2021-05-06T15:06:10.087Z] 29e5d40040c1: Download complete [2021-05-06T15:06:10.687Z] 29e5d40040c1: Pull complete [2021-05-06T15:06:10.963Z] 1ce36da41761: Verifying Checksum [2021-05-06T15:06:10.963Z] 1ce36da41761: Download complete [2021-05-06T15:06:12.395Z] 1ce36da41761: Pull complete [2021-05-06T15:06:12.395Z] 25b303627fd3: Verifying Checksum [2021-05-06T15:06:12.395Z] 25b303627fd3: Download complete [2021-05-06T15:06:15.066Z] + sudo snap install --classic snapcraft [2021-05-06T15:06:19.274Z] snapcraft 4.7.1 from Canonical* installed [2021-05-06T15:06:19.274Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-06T15:06:19.274Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-06T15:06:19.274Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T15:06:19.274Z] Dload Upload Total Spent Left Speed [2021-05-06T15:06:19.275Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3918 0 --:--:-- --:--:-- --:--:-- 3918 [2021-05-06T15:06:19.539Z] 55 3325k 55 1831k 0 0 5293k 0 --:--:-- --:--:-- --:--:-- 5293k 100 3325k 100 3325k 0 0 9185k 0 --:--:-- --:--:-- --:--:-- 91.1M [2021-05-06T15:06:19.540Z] ./yq_linux_amd64 [2021-05-06T15:06:19.540Z] + sudo snapcraft prime --use-lxd [2021-05-06T15:06:21.453Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-06T15:06:21.453Z] 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-06T15:06:21.453Z] - README.md [2021-05-06T15:06:21.453Z] [2021-05-06T15:06:21.453Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-06T15:06:21.713Z] Launching a container. [2021-05-06T15:06:22.553Z] 25b303627fd3: Pull complete [2021-05-06T15:06:22.553Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-06T15:06:22.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T15:06:22.553Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-06T15:06:22.822Z] prd-ubuntu18.04-docker-arm64-4c-16g-3221 does not seem to be running inside a container [2021-05-06T15:06:22.911Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-06T15:06:25.850Z] $ docker top 4dcc014d1b4c78425e87cada573e00fc4f51d09e3abce8ceadaabbcd50e1de42 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T15:06:26.758Z] + docker-compose build --help [2021-05-06T15:06:26.759Z] + grep parallel [2021-05-06T15:06:30.141Z] --parallel Build images in parallel. [Pipeline] } [2021-05-06T15:06:30.170Z] $ docker stop --time=1 4dcc014d1b4c78425e87cada573e00fc4f51d09e3abce8ceadaabbcd50e1de42 [2021-05-06T15:06:32.126Z] $ docker rm -f 4dcc014d1b4c78425e87cada573e00fc4f51d09e3abce8ceadaabbcd50e1de42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:06:32.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-06T15:06:32.790Z] . [Pipeline] withDockerContainer [2021-05-06T15:06:33.057Z] prd-ubuntu18.04-docker-arm64-4c-16g-3221 does not seem to be running inside a container [2021-05-06T15:06:33.143Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-06T15:06:34.648Z] $ docker top 015ca0be628f9fd4145b31242b59a1120b0210fcd55eeb990686fb562f488921 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T15:06:35.607Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-06T15:06:36.624Z] Waiting for container to be ready [2021-05-06T15:06:36.624Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-06T15:06:36.624Z] [2021-05-06T15:06:39.170Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-06T15:06:39.747Z] Waiting for network to be ready... [2021-05-06T15:06:39.887Z] Building docker-core-command-go ... [2021-05-06T15:06:39.887Z] Building docker-core-data-go ... [2021-05-06T15:06:39.887Z] Building docker-core-metadata-go ... [2021-05-06T15:06:39.887Z] Building docker-security-bootstrapper-go ... [2021-05-06T15:06:39.887Z] Building docker-security-proxy-setup-go ... [2021-05-06T15:06:39.887Z] Building docker-security-secretstore-setup-go ... [2021-05-06T15:06:39.887Z] Building docker-support-notifications-go ... [2021-05-06T15:06:39.887Z] Building docker-support-scheduler-go ... [2021-05-06T15:06:39.887Z] Building docker-sys-mgmt-agent-go ... [2021-05-06T15:06:39.887Z] Building docker-security-bootstrapper-go [2021-05-06T15:06:39.887Z] Building docker-support-scheduler-go [2021-05-06T15:06:39.887Z] Building docker-core-command-go [2021-05-06T15:06:39.887Z] Building docker-support-notifications-go [2021-05-06T15:06:39.887Z] Building docker-security-secretstore-setup-go [2021-05-06T15:06:40.318Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-06T15:06:40.318Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-06T15:06:40.889Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-06T15:06:40.889Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-06T15:06:41.149Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-06T15:06:41.720Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-06T15:06:41.720Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-06T15:06:41.720Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-06T15:06:41.720Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-06T15:06:41.720Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-06T15:06:41.720Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-06T15:06:41.981Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-06T15:06:41.981Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-06T15:06:41.981Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-06T15:06:41.981Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-06T15:06:42.250Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-06T15:06:42.250Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-06T15:06:42.511Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-06T15:06:42.771Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-06T15:06:43.349Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-06T15:06:43.349Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-06T15:06:43.349Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-06T15:06:43.349Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-06T15:06:43.349Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-06T15:06:43.349Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-06T15:06:43.349Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-06T15:06:43.611Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-06T15:06:45.526Z] Fetched 24.5 MB in 5s (4518 kB/s) [2021-05-06T15:06:46.097Z] Reading package lists... [2021-05-06T15:06:46.359Z] Reading package lists... [2021-05-06T15:06:46.644Z] Building dependency tree... [2021-05-06T15:06:46.644Z] Reading state information... [2021-05-06T15:06:46.903Z] The following additional packages will be installed: [2021-05-06T15:06:46.903Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-06T15:06:46.903Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-06T15:06:46.903Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-06T15:06:46.903Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-06T15:06:46.903Z] Suggested packages: [2021-05-06T15:06:46.903Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-06T15:06:46.903Z] Recommended packages: [2021-05-06T15:06:46.903Z] gnupg libsasl2-modules [2021-05-06T15:06:46.903Z] The following NEW packages will be installed: [2021-05-06T15:06:46.903Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-06T15:06:46.903Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-06T15:06:46.903Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-06T15:06:46.903Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-06T15:06:46.903Z] The following packages will be upgraded: [2021-05-06T15:06:46.903Z] gpg gpg-agent gpgconf libudev1 [2021-05-06T15:06:46.903Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-06T15:06:46.903Z] Need to get 3530 kB of archives. [2021-05-06T15:06:46.903Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-06T15:06:46.903Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-05-06T15:06:46.903Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-06T15:06:46.903Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-06T15:06:46.903Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-06T15:06:47.164Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-06T15:06:47.424Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-06T15:06:47.998Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-06T15:06:47.998Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-06T15:06:47.998Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-06T15:06:47.998Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-06T15:06:47.998Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-06T15:06:47.998Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-06T15:06:47.998Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-06T15:06:47.998Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-06T15:06:47.998Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-06T15:06:47.998Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-06T15:06:47.998Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-06T15:06:47.998Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-06T15:06:47.998Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-06T15:06:48.258Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-06T15:06:48.258Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-06T15:06:48.258Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-06T15:06:48.258Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T15:06:48.258Z] Fetched 3530 kB in 1s (2669 kB/s) [2021-05-06T15:06:48.258Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-06T15:06:48.258Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-06T15:06:48.258Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T15:06:48.519Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-06T15:06:48.519Z] Selecting previously unselected package udev. [2021-05-06T15:06:48.519Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-06T15:06:48.519Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-06T15:06:48.519Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-06T15:06:48.780Z] Selecting previously unselected package libfuse2:amd64. [2021-05-06T15:06:48.780Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-06T15:06:48.780Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-06T15:06:49.042Z] Selecting previously unselected package fuse. [2021-05-06T15:06:49.042Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-06T15:06:49.042Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-06T15:06:49.042Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T15:06:49.042Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T15:06:49.304Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T15:06:49.304Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T15:06:49.304Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T15:06:49.304Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T15:06:49.567Z] Selecting previously unselected package libksba8:amd64. [2021-05-06T15:06:49.567Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-06T15:06:49.567Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-06T15:06:49.567Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-06T15:06:49.567Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:06:49.567Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:49.567Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-06T15:06:49.567Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:06:49.827Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:49.827Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-06T15:06:49.827Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:06:49.827Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:49.827Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-06T15:06:49.827Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:06:49.827Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:50.087Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-06T15:06:50.087Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:06:50.087Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:50.349Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-06T15:06:50.349Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:06:50.349Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:50.349Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-06T15:06:50.349Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:06:50.350Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:50.350Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-06T15:06:50.350Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:06:50.611Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:50.612Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-06T15:06:50.612Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-06T15:06:50.612Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:50.612Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-06T15:06:50.612Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-06T15:06:50.612Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T15:06:50.872Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-06T15:06:50.872Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-06T15:06:50.872Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T15:06:50.872Z] Selecting previously unselected package libldap-common. [2021-05-06T15:06:50.872Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-06T15:06:50.872Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T15:06:51.134Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-06T15:06:51.134Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-06T15:06:51.134Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T15:06:51.134Z] Selecting previously unselected package dirmngr. [2021-05-06T15:06:51.134Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T15:06:51.134Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-06T15:06:51.396Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T15:06:51.396Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-06T15:06:51.396Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-06T15:06:51.396Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T15:06:51.396Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-06T15:06:51.396Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-06T15:06:51.396Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:51.396Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-06T15:06:51.659Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T15:06:51.659Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-06T15:06:51.919Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-06T15:06:51.919Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:52.180Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-06T15:06:52.180Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-06T15:06:52.180Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-06T15:06:52.180Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:52.180Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:52.180Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:52.180Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:52.180Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:52.180Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:52.441Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-06T15:06:52.441Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-06T15:06:52.441Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-06T15:06:52.441Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T15:06:53.013Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-06T15:06:53.013Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-06T15:06:53.013Z] This means they are not meant to be enabled using systemctl. [2021-05-06T15:06:53.013Z] Possible reasons for having this kind of units are: [2021-05-06T15:06:53.013Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-06T15:06:53.013Z] .wants/ or .requires/ directory. [2021-05-06T15:06:53.013Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-06T15:06:53.013Z] a requirement dependency on it. [2021-05-06T15:06:53.013Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-06T15:06:53.013Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-06T15:06:53.013Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-06T15:06:53.013Z] instance name specified. [2021-05-06T15:06:53.292Z] Reading package lists... [2021-05-06T15:06:53.553Z] Building dependency tree... [2021-05-06T15:06:53.553Z] Reading state information... [2021-05-06T15:06:53.553Z] The following additional packages will be installed: [2021-05-06T15:06:53.553Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-06T15:06:53.553Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-06T15:06:53.553Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-06T15:06:53.553Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-06T15:06:53.553Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-06T15:06:53.553Z] Suggested packages: [2021-05-06T15:06:53.553Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-06T15:06:53.553Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-06T15:06:53.553Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-06T15:06:53.553Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-06T15:06:53.553Z] systemd-container policykit-1 [2021-05-06T15:06:53.553Z] Recommended packages: [2021-05-06T15:06:53.553Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-06T15:06:53.553Z] The following NEW packages will be installed: [2021-05-06T15:06:53.553Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-06T15:06:53.553Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-06T15:06:53.553Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-06T15:06:53.553Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-06T15:06:53.553Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-06T15:06:53.553Z] The following packages will be upgraded: [2021-05-06T15:06:53.553Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-06T15:06:53.814Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-06T15:06:53.814Z] Need to get 35.2 MB of archives. [2021-05-06T15:06:53.814Z] After this operation, 141 MB of additional disk space will be used. [2021-05-06T15:06:53.814Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-06T15:06:53.814Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-06T15:06:54.756Z] 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-06T15:06:54.756Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-06T15:06:54.756Z] 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-06T15:06:54.756Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-06T15:06:54.756Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-06T15:06:55.015Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-06T15:06:55.015Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-06T15:06:55.015Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-06T15:06:55.015Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-06T15:06:55.015Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-06T15:06:55.016Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-06T15:06:55.016Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-06T15:06:55.016Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-06T15:06:55.016Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-06T15:06:55.016Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-06T15:06:55.016Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-06T15:06:55.016Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-06T15:06:55.016Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-06T15:06:55.016Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-06T15:06:55.016Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-06T15:06:55.016Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-06T15:06:55.016Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-06T15:06:55.016Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-06T15:06:55.016Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-06T15:06:55.016Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-06T15:06:55.016Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-06T15:06:55.016Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-06T15:06:55.016Z] 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-06T15:06:55.957Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T15:06:55.957Z] Fetched 35.2 MB in 2s (15.5 MB/s) [2021-05-06T15:06:56.218Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T15:06:56.218Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-06T15:06:56.218Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T15:06:56.790Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-06T15:06:56.790Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T15:06:57.050Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-06T15:06:57.050Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T15:06:57.050Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-06T15:06:57.050Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-06T15:06:57.321Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-06T15:06:57.582Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-06T15:06:57.582Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-06T15:06:57.582Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-06T15:06:57.847Z] Setting up apt (1.6.13) ... [2021-05-06T15:06:57.847Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-06T15:06:58.420Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-06T15:06:59.807Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-06T15:06:59.807Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-06T15:06:59.807Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-06T15:07:00.068Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-06T15:07:00.068Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T15:07:00.068Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:07:00.330Z] Selecting previously unselected package libexpat1:amd64. [2021-05-06T15:07:00.330Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-06T15:07:00.330Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-06T15:07:00.330Z] Selecting previously unselected package python3.6-minimal. [2021-05-06T15:07:00.330Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T15:07:00.330Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:07:00.591Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-06T15:07:00.591Z] Checking for services that may need to be restarted...done. [2021-05-06T15:07:00.591Z] Checking for services that may need to be restarted...done. [2021-05-06T15:07:00.852Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:07:00.852Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-06T15:07:00.852Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:07:01.113Z] Selecting previously unselected package python3-minimal. [2021-05-06T15:07:01.113Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-06T15:07:01.113Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-06T15:07:01.373Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-06T15:07:01.373Z] Selecting previously unselected package mime-support. [2021-05-06T15:07:01.373Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-06T15:07:01.373Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-06T15:07:01.373Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-06T15:07:01.373Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-06T15:07:01.373Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-06T15:07:01.635Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-06T15:07:01.635Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T15:07:01.635Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:07:01.896Z] Selecting previously unselected package python3.6. [2021-05-06T15:07:01.896Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-06T15:07:01.896Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:07:01.896Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-06T15:07:01.896Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-06T15:07:01.896Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-06T15:07:01.896Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-06T15:07:02.156Z] Selecting previously unselected package python3. [2021-05-06T15:07:02.156Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-06T15:07:02.156Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-06T15:07:02.156Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-06T15:07:02.156Z] Selecting previously unselected package multiarch-support. [2021-05-06T15:07:02.156Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T15:07:02.156Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-06T15:07:02.416Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-06T15:07:02.416Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-06T15:07:02.416Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-06T15:07:02.416Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-06T15:07:02.416Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-06T15:07:02.416Z] Selecting previously unselected package libbsd0:amd64. [2021-05-06T15:07:02.416Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-06T15:07:02.416Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-06T15:07:02.677Z] Selecting previously unselected package sudo. [2021-05-06T15:07:02.677Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-06T15:07:02.677Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-06T15:07:02.677Z] Selecting previously unselected package apparmor. [2021-05-06T15:07:02.677Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-06T15:07:02.677Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-06T15:07:02.939Z] Selecting previously unselected package libedit2:amd64. [2021-05-06T15:07:02.939Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-06T15:07:02.939Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-06T15:07:02.939Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-06T15:07:02.939Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T15:07:02.939Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:07:03.201Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-06T15:07:03.201Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T15:07:03.201Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:07:03.201Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-06T15:07:03.201Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-06T15:07:03.201Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-06T15:07:03.470Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-06T15:07:03.470Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T15:07:03.470Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:07:03.470Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-06T15:07:03.470Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-06T15:07:03.470Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:07:03.731Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-06T15:07:03.731Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-06T15:07:03.731Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-06T15:07:03.731Z] Selecting previously unselected package openssh-client. [2021-05-06T15:07:03.731Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-06T15:07:03.731Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-06T15:07:03.993Z] Selecting previously unselected package squashfs-tools. [2021-05-06T15:07:03.993Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-06T15:07:03.993Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-06T15:07:04.254Z] Selecting previously unselected package snapd. [2021-05-06T15:07:04.254Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-06T15:07:04.254Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-06T15:07:06.189Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-06T15:07:06.189Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-06T15:07:06.189Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-06T15:07:06.189Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-06T15:07:06.189Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-06T15:07:06.451Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:07:06.451Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T15:07:06.451Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-06T15:07:06.451Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-06T15:07:07.030Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-06T15:07:07.291Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-06T15:07:07.291Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-06T15:07:07.291Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:07:07.291Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:07:07.291Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-06T15:07:07.862Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-06T15:07:07.862Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:07:07.862Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-06T15:07:07.862Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-06T15:07:07.862Z] running python rtupdate hooks for python3.6... [2021-05-06T15:07:07.862Z] running python post-rtupdate hooks for python3.6... [2021-05-06T15:07:08.123Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-06T15:07:09.065Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-06T15:07:09.326Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-06T15:07:09.326Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-06T15:07:09.587Z] Setting up snapd (2.48.3+18.04) ... [2021-05-06T15:07:09.848Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-06T15:07:10.110Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-06T15:07:10.371Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-06T15:07:10.371Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-06T15:07:10.632Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-06T15:07:10.632Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-06T15:07:10.893Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-06T15:07:10.893Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-06T15:07:11.153Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-06T15:07:11.413Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-06T15:07:11.413Z] /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-06T15:07:11.413Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-06T15:07:11.413Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-06T15:07:12.796Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T15:07:12.796Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T15:07:12.796Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T15:07:13.740Z] Reading package lists... [2021-05-06T15:07:14.000Z] Reading package lists... [2021-05-06T15:07:14.000Z] Building dependency tree... [2021-05-06T15:07:14.000Z] Reading state information... [2021-05-06T15:07:14.263Z] Calculating upgrade... [2021-05-06T15:07:14.263Z] The following packages will be upgraded: [2021-05-06T15:07:14.263Z] advancecomp base-files bash binutils binutils-common [2021-05-06T15:07:14.263Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-06T15:07:14.263Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-06T15:07:14.263Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-06T15:07:14.263Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-06T15:07:14.263Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-06T15:07:14.263Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-06T15:07:14.263Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-06T15:07:14.263Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-06T15:07:14.263Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-06T15:07:14.263Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-06T15:07:14.263Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-06T15:07:14.263Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-06T15:07:14.263Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-06T15:07:14.263Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-06T15:07:14.526Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T15:07:14.526Z] Need to get 64.0 MB of archives. [2021-05-06T15:07:14.526Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-06T15:07:14.526Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-06T15:07:14.526Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-06T15:07:14.526Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-06T15:07:14.526Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-06T15:07:14.526Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-06T15:07:14.526Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-06T15:07:14.526Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-06T15:07:14.526Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-06T15:07:14.526Z] 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-06T15:07:14.526Z] 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-06T15:07:14.526Z] 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-06T15:07:14.526Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-06T15:07:14.526Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-06T15:07:14.526Z] 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-06T15:07:14.526Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-06T15:07:14.527Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-06T15:07:14.527Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-06T15:07:14.788Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-06T15:07:14.788Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-06T15:07:14.788Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-06T15:07:14.788Z] 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-06T15:07:14.788Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-06T15:07:14.788Z] 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-06T15:07:14.788Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-06T15:07:14.788Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-06T15:07:14.788Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-06T15:07:14.788Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-06T15:07:14.788Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-06T15:07:14.788Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-06T15:07:14.788Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-06T15:07:14.788Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-06T15:07:14.788Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-06T15:07:14.788Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-06T15:07:14.788Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-06T15:07:14.788Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-06T15:07:14.788Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-06T15:07:14.788Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-06T15:07:14.788Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-06T15:07:14.788Z] 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-06T15:07:14.788Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-06T15:07:14.788Z] 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-06T15:07:14.788Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-06T15:07:14.788Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-06T15:07:14.788Z] 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-06T15:07:14.788Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-06T15:07:14.788Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-06T15:07:14.788Z] 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-06T15:07:14.788Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-06T15:07:15.049Z] 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-06T15:07:15.049Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-06T15:07:15.049Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-06T15:07:15.049Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-06T15:07:15.049Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-06T15:07:15.049Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-06T15:07:15.049Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-06T15:07:15.049Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-06T15:07:15.049Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-06T15:07:15.309Z] 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-06T15:07:15.309Z] 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-06T15:07:15.309Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-06T15:07:15.309Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-06T15:07:15.309Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-06T15:07:15.309Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-06T15:07:15.309Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-06T15:07:15.309Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-06T15:07:15.568Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-06T15:07:15.568Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-06T15:07:15.568Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-06T15:07:15.568Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-06T15:07:15.569Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-06T15:07:15.569Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-06T15:07:15.569Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-06T15:07:15.569Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-06T15:07:15.569Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-06T15:07:15.569Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-06T15:07:15.569Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-06T15:07:15.829Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-06T15:07:15.829Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-06T15:07:15.829Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-06T15:07:15.829Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-06T15:07:15.829Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-06T15:07:15.829Z] 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-06T15:07:15.829Z] 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-06T15:07:15.829Z] 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-06T15:07:15.829Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-06T15:07:15.829Z] 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-06T15:07:15.829Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-06T15:07:15.829Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-06T15:07:15.829Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-06T15:07:15.829Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-06T15:07:15.829Z] 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-06T15:07:16.089Z] 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-06T15:07:16.089Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-06T15:07:16.090Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-06T15:07:16.090Z] 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-06T15:07:16.090Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-06T15:07:16.090Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-06T15:07:16.090Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-06T15:07:16.090Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-06T15:07:16.090Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-06T15:07:16.090Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-06T15:07:16.090Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T15:07:16.351Z] Fetched 64.0 MB in 2s (37.1 MB/s) [2021-05-06T15:07:16.351Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:16.351Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T15:07:16.351Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T15:07:16.921Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T15:07:16.921Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T15:07:16.921Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-06T15:07:17.182Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-06T15:07:17.751Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:18.017Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:07:18.017Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:18.017Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:07:18.277Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:18.277Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:07:18.277Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:18.277Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:07:18.550Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:18.551Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:07:18.814Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:18.814Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:07:18.814Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:19.075Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:07:19.075Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:19.075Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T15:07:19.075Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:19.336Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-06T15:07:19.336Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:19.336Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T15:07:19.336Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:19.598Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:07:19.598Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:19.598Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:07:19.859Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:19.859Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-06T15:07:19.859Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:20.119Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T15:07:20.119Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T15:07:20.380Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T15:07:20.641Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-06T15:07:20.902Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-06T15:07:20.902Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-06T15:07:20.902Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-06T15:07:20.902Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-06T15:07:21.163Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-06T15:07:21.424Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-06T15:07:21.424Z] Installing new version of config file /etc/issue ... [2021-05-06T15:07:21.424Z] Installing new version of config file /etc/issue.net ... [2021-05-06T15:07:21.424Z] Installing new version of config file /etc/lsb-release ... [2021-05-06T15:07:21.424Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-06T15:07:21.684Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-06T15:07:21.684Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-06T15:07:21.684Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-06T15:07:21.947Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:21.947Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-06T15:07:21.947Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-06T15:07:22.207Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-06T15:07:22.207Z] 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-06T15:07:22.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:22.207Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:07:22.207Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-06T15:07:22.468Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:07:22.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:22.468Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-06T15:07:22.468Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-06T15:07:22.729Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-06T15:07:22.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:22.729Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-06T15:07:22.729Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T15:07:22.990Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-06T15:07:23.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:23.251Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T15:07:23.251Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T15:07:23.512Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T15:07:23.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:23.512Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T15:07:23.512Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T15:07:23.777Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-06T15:07:23.777Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:23.777Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-06T15:07:23.777Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-06T15:07:23.777Z] Setting up grep (3.1-2build1) ... [2021-05-06T15:07:24.037Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:24.037Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-06T15:07:24.037Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-06T15:07:24.298Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-06T15:07:24.298Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:24.298Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T15:07:24.298Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T15:07:24.558Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-06T15:07:24.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:24.558Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T15:07:24.558Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T15:07:25.132Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T15:07:25.132Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T15:07:25.392Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-06T15:07:25.392Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T15:07:25.970Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-06T15:07:25.970Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:25.970Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-06T15:07:25.970Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-06T15:07:27.356Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-06T15:07:27.356Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-06T15:07:27.356Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-06T15:07:27.356Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-06T15:07:27.356Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-06T15:07:27.356Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:27.356Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-06T15:07:27.356Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-06T15:07:27.618Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-06T15:07:27.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:27.618Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:07:27.878Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:07:27.878Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:07:27.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:27.878Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:07:27.878Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:07:28.139Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:07:28.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:28.139Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:07:28.139Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:07:28.402Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:07:28.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:28.402Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:07:28.402Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:07:28.664Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:07:28.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:28.664Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T15:07:28.664Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T15:07:28.664Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T15:07:28.928Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T15:07:28.928Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T15:07:28.928Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:28.928Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-06T15:07:28.928Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T15:07:29.190Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T15:07:29.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:29.190Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:07:29.190Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:07:29.190Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:07:29.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:29.451Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:07:29.451Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:07:29.451Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:07:29.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:29.712Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:07:29.712Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:07:29.972Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:07:30.543Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-06T15:07:30.543Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-06T15:07:30.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:30.805Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-06T15:07:30.805Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-06T15:07:30.805Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T15:07:31.066Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-06T15:07:31.066Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-06T15:07:31.066Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-06T15:07:31.327Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-06T15:07:31.327Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:31.327Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-06T15:07:31.327Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-06T15:07:31.587Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-06T15:07:31.848Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:31.848Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-06T15:07:31.848Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-06T15:07:31.848Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-06T15:07:32.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:32.108Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-06T15:07:32.108Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-06T15:07:32.108Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-06T15:07:32.108Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:32.108Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T15:07:32.369Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T15:07:32.369Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T15:07:32.635Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:32.635Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T15:07:32.635Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T15:07:32.635Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T15:07:32.895Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:32.895Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-06T15:07:32.895Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T15:07:32.895Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T15:07:33.157Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:33.157Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-06T15:07:33.157Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-06T15:07:33.419Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-06T15:07:33.419Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-06T15:07:33.419Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T15:07:33.419Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T15:07:33.680Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T15:07:33.680Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:33.680Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-06T15:07:33.680Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-06T15:07:33.941Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-06T15:07:33.941Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:33.941Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-06T15:07:33.941Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-06T15:07:34.201Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-06T15:07:34.462Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:34.462Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-06T15:07:34.462Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-06T15:07:34.462Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-06T15:07:34.462Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:34.462Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-06T15:07:34.724Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-06T15:07:34.724Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-06T15:07:34.724Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:34.724Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-06T15:07:34.998Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-06T15:07:35.264Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-06T15:07:35.264Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:35.264Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-06T15:07:35.264Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-06T15:07:35.536Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-06T15:07:35.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:35.863Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-06T15:07:35.863Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-06T15:07:35.863Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-06T15:07:36.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:36.159Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-06T15:07:36.159Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-06T15:07:36.159Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-06T15:07:36.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:36.469Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-06T15:07:36.470Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-06T15:07:36.470Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-06T15:07:36.470Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:36.470Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-06T15:07:36.470Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-06T15:07:36.734Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-06T15:07:36.734Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:36.734Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-06T15:07:36.734Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-06T15:07:37.059Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-06T15:07:37.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:37.059Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-06T15:07:37.059Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-06T15:07:37.351Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-06T15:07:37.351Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:37.351Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-06T15:07:37.351Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-06T15:07:37.611Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-06T15:07:37.611Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-06T15:07:37.611Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-06T15:07:37.611Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-06T15:07:37.871Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-06T15:07:37.871Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-06T15:07:37.871Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-06T15:07:37.871Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-06T15:07:38.132Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-06T15:07:38.132Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-06T15:07:38.395Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-06T15:07:38.395Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-06T15:07:38.395Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-06T15:07:38.395Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-06T15:07:38.661Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-06T15:07:38.661Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-06T15:07:38.661Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-06T15:07:38.921Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-06T15:07:38.921Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-06T15:07:38.921Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-06T15:07:38.921Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-06T15:07:38.921Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-06T15:07:39.183Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-06T15:07:39.183Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-06T15:07:39.183Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-06T15:07:39.183Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-06T15:07:39.443Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-06T15:07:39.444Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-06T15:07:39.706Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-06T15:07:39.706Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-06T15:07:40.649Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-06T15:07:40.649Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-06T15:07:41.219Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-06T15:07:41.219Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-06T15:07:41.219Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T15:07:41.219Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T15:07:41.481Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T15:07:41.481Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T15:07:41.742Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T15:07:41.742Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T15:07:41.742Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-06T15:07:42.003Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-06T15:07:42.003Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:42.003Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:07:42.263Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:42.263Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:07:42.263Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:42.263Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:07:42.524Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:42.524Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:07:43.468Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:43.468Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:07:44.057Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:44.323Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:07:44.895Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:44.895Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:07:45.155Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:45.155Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:07:46.098Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-06T15:07:46.359Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-06T15:07:46.359Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T15:07:46.359Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T15:07:46.623Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-06T15:07:46.623Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T15:07:46.890Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-06T15:07:46.890Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-06T15:07:46.890Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-06T15:07:46.890Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-06T15:07:47.150Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T15:07:47.151Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T15:07:47.151Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-06T15:07:47.151Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-06T15:07:47.411Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-06T15:07:47.411Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-06T15:07:47.411Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:47.411Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-06T15:07:47.671Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:47.671Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:47.671Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:47.671Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-06T15:07:47.671Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-06T15:07:47.671Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-06T15:07:47.932Z] [2021-05-06T15:07:47.932Z] Current default time zone: 'Etc/UTC' [2021-05-06T15:07:47.932Z] Local time is now: Thu May 6 15:07:47 UTC 2021. [2021-05-06T15:07:47.932Z] Universal Time is now: Thu May 6 15:07:47 UTC 2021. [2021-05-06T15:07:47.932Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-06T15:07:47.932Z] [2021-05-06T15:07:47.932Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-06T15:07:47.932Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:47.932Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-06T15:07:47.932Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-06T15:07:47.932Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-06T15:07:48.192Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-06T15:07:48.192Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-06T15:07:48.192Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-06T15:07:48.192Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-06T15:07:48.192Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-06T15:07:48.192Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:48.192Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-06T15:07:48.454Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:07:48.454Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-06T15:07:48.454Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:48.454Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-06T15:07:48.714Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-06T15:07:48.714Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-06T15:07:48.714Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-06T15:07:48.714Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-06T15:07:48.714Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-06T15:07:48.714Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-06T15:07:48.714Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-06T15:07:50.626Z] Updating certificates in /etc/ssl/certs... [2021-05-06T15:07:51.198Z] 23 added, 27 removed; done. [2021-05-06T15:07:51.198Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-06T15:07:51.198Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-06T15:07:51.457Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-06T15:07:51.457Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-06T15:07:51.457Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-06T15:07:51.457Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:07:51.457Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-06T15:07:51.457Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:07:51.457Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:07:51.717Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:07:51.717Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:07:51.717Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:07:51.717Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-06T15:07:51.717Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-06T15:07:51.717Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-06T15:07:51.717Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-06T15:07:51.717Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-06T15:07:51.978Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:07:51.978Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-06T15:07:51.978Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-06T15:07:51.978Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-06T15:07:51.978Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-06T15:07:51.978Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T15:07:51.978Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-06T15:07:52.238Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-06T15:07:52.238Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-06T15:07:52.238Z] Updating certificates in /etc/ssl/certs... [2021-05-06T15:07:52.809Z] 0 added, 0 removed; done. [2021-05-06T15:07:52.809Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-06T15:07:52.809Z] done. [2021-05-06T15:07:53.330Z] Reading package lists... [2021-05-06T15:07:53.330Z] Building dependency tree... [2021-05-06T15:07:53.330Z] Reading state information... [2021-05-06T15:07:53.591Z] The following NEW packages will be installed: [2021-05-06T15:07:53.591Z] apt-transport-https [2021-05-06T15:07:53.591Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T15:07:53.591Z] Need to get 1692 B of archives. [2021-05-06T15:07:53.591Z] After this operation, 154 kB of additional disk space will be used. [2021-05-06T15:07:53.591Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-06T15:07:53.851Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T15:07:53.851Z] Fetched 1692 B in 0s (8469 B/s) [2021-05-06T15:07:53.851Z] Selecting previously unselected package apt-transport-https. [2021-05-06T15:07:53.851Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-06T15:07:53.851Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-06T15:07:53.851Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-06T15:07:54.111Z] Setting up apt-transport-https (1.6.13) ... [2021-05-06T15:07:54.371Z] Waiting for network to be ready... [2021-05-06T15:08:00.965Z] 2021-05-06T15:07:57Z INFO Waiting for automatic snapd restart... [2021-05-06T15:08:01.536Z] snapd 2.49.2 from Canonical* installed [2021-05-06T15:08:01.703Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:08:01.703Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:08:01.703Z] ---> 89c8f714a037 [2021-05-06T15:08:01.703Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T15:08:01.703Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:08:01.703Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:08:01.703Z] ---> 89c8f714a037 [2021-05-06T15:08:01.703Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:08:01.703Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:08:01.703Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:08:01.703Z] ---> 89c8f714a037 [2021-05-06T15:08:01.703Z] Step 3/25 : WORKDIR /edgex-go [2021-05-06T15:08:01.703Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:08:01.703Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:08:01.703Z] ---> 89c8f714a037 [2021-05-06T15:08:01.703Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T15:08:01.703Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:08:01.703Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:08:01.703Z] ---> 89c8f714a037 [2021-05-06T15:08:01.703Z] Step 3/31 : WORKDIR /edgex-go [2021-05-06T15:08:01.703Z] ---> Running in 7fa3ded1d3a9 [2021-05-06T15:08:01.703Z] ---> Running in e2d1f990e5db [2021-05-06T15:08:01.703Z] ---> Running in c31ce3a07124 [2021-05-06T15:08:01.703Z] ---> Running in d71e41fe857d [2021-05-06T15:08:01.703Z] ---> Running in 57297c89eacf [2021-05-06T15:08:01.703Z] Removing intermediate container e2d1f990e5db [2021-05-06T15:08:01.703Z] ---> 165651c6a8f2 [2021-05-06T15:08:01.703Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:08:01.703Z] Removing intermediate container c31ce3a07124 [2021-05-06T15:08:01.703Z] ---> d0b5f4d1e8f5 [2021-05-06T15:08:01.703Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:08:01.703Z] Removing intermediate container d71e41fe857d [2021-05-06T15:08:01.703Z] Removing intermediate container 57297c89eacf [2021-05-06T15:08:01.703Z] ---> 7ef894433ca4 [2021-05-06T15:08:01.703Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:08:01.703Z] ---> 7e0d8747380d [2021-05-06T15:08:01.703Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:08:01.703Z] Removing intermediate container 7fa3ded1d3a9 [2021-05-06T15:08:01.703Z] ---> 9623d3c0831d [2021-05-06T15:08:01.703Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:08:01.703Z] ---> Running in 5ea8068f7bbb [2021-05-06T15:08:01.703Z] ---> Running in 163571ef88c0 [2021-05-06T15:08:01.703Z] ---> Running in f998f68f0254 [2021-05-06T15:08:01.703Z] ---> Running in a5195fbcc6e4 [2021-05-06T15:08:01.703Z] ---> Running in 2aa9999e0604 [2021-05-06T15:08:01.703Z] Removing intermediate container 163571ef88c0 [2021-05-06T15:08:01.703Z] ---> ee8ff6e0387e [2021-05-06T15:08:01.703Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-06T15:08:01.703Z] ---> Running in a224c658c70a [2021-05-06T15:08:01.703Z] Removing intermediate container f998f68f0254 [2021-05-06T15:08:01.703Z] ---> 3fb686a56f84 [2021-05-06T15:08:01.703Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-06T15:08:01.703Z] ---> Running in 2219c56861fa [2021-05-06T15:08:01.703Z] Removing intermediate container a5195fbcc6e4 [2021-05-06T15:08:01.703Z] ---> 0bdaa367c195 [2021-05-06T15:08:01.703Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-06T15:08:01.703Z] Removing intermediate container 2aa9999e0604 [2021-05-06T15:08:01.703Z] ---> 6a808a77e9a2 [2021-05-06T15:08:01.703Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-06T15:08:01.703Z] ---> Running in 98ff5f709ce1 [2021-05-06T15:08:01.703Z] ---> Running in e3ad4cf9048b [2021-05-06T15:08:01.703Z] Removing intermediate container 5ea8068f7bbb [2021-05-06T15:08:01.703Z] ---> 11436444dc4e [2021-05-06T15:08:01.703Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T15:08:01.703Z] ---> Running in 54297ea704c8 [2021-05-06T15:08:01.703Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:08:01.703Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:08:01.703Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:08:02.003Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:08:02.003Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:08:02.003Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:08:02.003Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:08:02.925Z] "snapd" switched to the "latest/stable" channel [2021-05-06T15:08:02.925Z] [2021-05-06T15:08:02.986Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:08:02.986Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:08:02.986Z] OK: 218 MiB in 52 packages [2021-05-06T15:08:02.986Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:08:02.986Z] OK: 218 MiB in 52 packages [2021-05-06T15:08:03.993Z] OK: 218 MiB in 52 packages [2021-05-06T15:08:03.993Z] OK: 218 MiB in 52 packages [2021-05-06T15:08:03.993Z] OK: 218 MiB in 52 packages [2021-05-06T15:08:04.984Z] Removing intermediate container a224c658c70a [2021-05-06T15:08:04.984Z] ---> ae697f473416 [2021-05-06T15:08:04.984Z] Step 6/22 : COPY go.mod . [2021-05-06T15:08:04.984Z] Removing intermediate container 2219c56861fa [2021-05-06T15:08:04.984Z] ---> 6fab6049c949 [2021-05-06T15:08:04.984Z] Step 6/25 : COPY go.mod . [2021-05-06T15:08:05.466Z] core18 20210309 from Canonical* installed [2021-05-06T15:08:05.466Z] "core18" switched to the "latest/stable" channel [2021-05-06T15:08:05.466Z] [2021-05-06T15:08:05.970Z] Removing intermediate container 54297ea704c8 [2021-05-06T15:08:05.970Z] ---> 7cb0e25eb4e6 [2021-05-06T15:08:05.970Z] Step 6/23 : COPY go.mod . [2021-05-06T15:08:05.970Z] ---> ba005b4e41e1 [2021-05-06T15:08:05.970Z] Step 7/22 : RUN go mod download [2021-05-06T15:08:06.243Z] ---> 3bb39ef4c576 [2021-05-06T15:08:06.243Z] Step 7/25 : RUN go mod download [2021-05-06T15:08:06.243Z] ---> Running in 1f2808ed1401 [2021-05-06T15:08:06.243Z] Removing intermediate container e3ad4cf9048b [2021-05-06T15:08:06.243Z] ---> 3b8afc7ee947 [2021-05-06T15:08:06.243Z] Step 6/31 : COPY go.mod . [2021-05-06T15:08:06.243Z] Removing intermediate container 98ff5f709ce1 [2021-05-06T15:08:06.243Z] ---> ad4a403a7112 [2021-05-06T15:08:06.243Z] Step 6/22 : COPY go.mod . [2021-05-06T15:08:06.521Z] ---> Running in 3720e2d2618c [2021-05-06T15:08:07.121Z] ---> 8c735ffbe958 [2021-05-06T15:08:07.121Z] Step 7/23 : RUN go mod download [2021-05-06T15:08:07.394Z] ---> Running in 3f52e7e21191 [2021-05-06T15:08:07.680Z] ---> fb123e63772a [2021-05-06T15:08:07.680Z] Step 7/22 : RUN go mod download [2021-05-06T15:08:07.680Z] ---> 25eac88635fd [2021-05-06T15:08:07.680Z] Step 7/31 : RUN go mod download [2021-05-06T15:08:07.954Z] ---> Running in 8931b7ae8088 [2021-05-06T15:08:07.954Z] ---> Running in 7a1827160214 [2021-05-06T15:08:08.760Z] snapcraft 4.7.1 from Canonical* installed [2021-05-06T15:08:09.019Z] "snapcraft" switched to the "latest/stable" channel [2021-05-06T15:08:09.019Z] [2021-05-06T15:08:09.931Z] Removing intermediate container 1f2808ed1401 [2021-05-06T15:08:09.931Z] ---> 12d78f8e4720 [2021-05-06T15:08:09.931Z] Step 8/22 : COPY . . [2021-05-06T15:08:09.931Z] Removing intermediate container 3720e2d2618c [2021-05-06T15:08:09.931Z] ---> 3f54716bd25b [2021-05-06T15:08:09.931Z] Step 8/25 : COPY . . [2021-05-06T15:08:13.224Z] 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-06T15:08:13.224Z] - README.md [2021-05-06T15:08:13.224Z] [2021-05-06T15:08:13.224Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-06T15:08:13.334Z] Removing intermediate container 3f52e7e21191 [2021-05-06T15:08:13.334Z] ---> 84242f39801c [2021-05-06T15:08:13.334Z] Step 8/23 : COPY . . [2021-05-06T15:08:13.950Z] Removing intermediate container 8931b7ae8088 [2021-05-06T15:08:13.950Z] ---> 0001eae28b52 [2021-05-06T15:08:13.950Z] Step 8/22 : COPY . . [2021-05-06T15:08:14.551Z] Removing intermediate container 7a1827160214 [2021-05-06T15:08:14.551Z] ---> d4242364f882 [2021-05-06T15:08:14.551Z] Step 8/31 : COPY . . [2021-05-06T15:08:19.811Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T15:08:19.811Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T15:08:19.811Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T15:08:19.811Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T15:08:20.397Z] Reading package lists... [2021-05-06T15:08:20.682Z] 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-06T15:08:27.291Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T15:08:27.291Z] Reading package lists... [2021-05-06T15:08:27.291Z] Building dependency tree... [2021-05-06T15:08:27.291Z] Reading state information... [2021-05-06T15:08:27.291Z] Suggested packages: [2021-05-06T15:08:27.291Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-06T15:08:27.291Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-06T15:08:27.291Z] Recommended packages: [2021-05-06T15:08:27.291Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-06T15:08:27.291Z] The following NEW packages will be installed: [2021-05-06T15:08:27.291Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-06T15:08:27.291Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-06T15:08:27.291Z] pkg-config zip [2021-05-06T15:08:27.291Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-06T15:08:27.291Z] Need to get 7663 kB of archives. [2021-05-06T15:08:27.291Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-06T15:08:27.291Z] 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-06T15:08:27.291Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-06T15:08:27.291Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-06T15:08:27.291Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-06T15:08:27.291Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-06T15:08:27.291Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-06T15:08:27.291Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-06T15:08:27.554Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-06T15:08:27.554Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-06T15:08:27.554Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-06T15:08:27.554Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-06T15:08:27.817Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-06T15:08:27.817Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-06T15:08:27.817Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-06T15:08:27.817Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-06T15:08:28.079Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-06T15:08:28.079Z] Fetched 7663 kB in 1s (10.6 MB/s) [2021-05-06T15:08:28.079Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-06T15:08:28.079Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-06T15:08:28.079Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-06T15:08:28.079Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-06T15:08:28.340Z] Selecting previously unselected package libpsl5:amd64. [2021-05-06T15:08:28.340Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-06T15:08:28.340Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-06T15:08:28.340Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-06T15:08:28.340Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-06T15:08:28.340Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-06T15:08:28.601Z] Selecting previously unselected package librtmp1:amd64. [2021-05-06T15:08:28.601Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-06T15:08:28.601Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-06T15:08:28.601Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-06T15:08:28.601Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-06T15:08:28.601Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-06T15:08:28.601Z] Selecting previously unselected package liberror-perl. [2021-05-06T15:08:28.601Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-06T15:08:28.601Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-06T15:08:28.867Z] Selecting previously unselected package git-man. [2021-05-06T15:08:28.867Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-06T15:08:28.867Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-06T15:08:28.867Z] Selecting previously unselected package git. [2021-05-06T15:08:28.867Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-06T15:08:29.127Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-06T15:08:29.719Z] Selecting previously unselected package libnorm1:amd64. [2021-05-06T15:08:29.719Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-06T15:08:29.719Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-06T15:08:29.984Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-06T15:08:29.984Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-06T15:08:29.984Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-06T15:08:29.984Z] Selecting previously unselected package libsodium23:amd64. [2021-05-06T15:08:29.984Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-06T15:08:29.984Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-06T15:08:30.252Z] Selecting previously unselected package libzmq5:amd64. [2021-05-06T15:08:30.252Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-06T15:08:30.252Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T15:08:30.252Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-06T15:08:30.252Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-06T15:08:30.252Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T15:08:30.519Z] Selecting previously unselected package pkg-config. [2021-05-06T15:08:30.519Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-06T15:08:30.519Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-06T15:08:30.519Z] Selecting previously unselected package zip. [2021-05-06T15:08:30.519Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-06T15:08:30.519Z] Unpacking zip (3.0-11build1) ... [2021-05-06T15:08:30.519Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-06T15:08:30.787Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-06T15:08:30.787Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-06T15:08:30.787Z] Setting up liberror-perl (0.17025-1) ... [2021-05-06T15:08:30.787Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-06T15:08:30.787Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-06T15:08:30.787Z] No schema files found: doing nothing. [2021-05-06T15:08:30.787Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-06T15:08:30.787Z] Setting up zip (3.0-11build1) ... [2021-05-06T15:08:30.787Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-06T15:08:31.054Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-06T15:08:31.054Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-06T15:08:31.054Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T15:08:31.054Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-06T15:08:31.054Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-06T15:08:31.054Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-06T15:08:31.054Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-06T15:08:37.650Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T15:08:37.913Z] git set to automatically installed. [2021-05-06T15:08:37.913Z] git-man set to automatically installed. [2021-05-06T15:08:37.913Z] libcurl3-gnutls set to automatically installed. [2021-05-06T15:08:37.913Z] liberror-perl set to automatically installed. [2021-05-06T15:08:37.913Z] libglib2.0-0 set to automatically installed. [2021-05-06T15:08:37.913Z] libnghttp2-14 set to automatically installed. [2021-05-06T15:08:37.913Z] libnorm1 set to automatically installed. [2021-05-06T15:08:37.913Z] libpgm-5.2-0 set to automatically installed. [2021-05-06T15:08:37.913Z] libpsl5 set to automatically installed. [2021-05-06T15:08:37.913Z] librtmp1 set to automatically installed. [2021-05-06T15:08:37.913Z] libsodium23 set to automatically installed. [2021-05-06T15:08:37.913Z] libzmq3-dev set to automatically installed. [2021-05-06T15:08:37.913Z] libzmq5 set to automatically installed. [2021-05-06T15:08:37.913Z] pkg-config set to automatically installed. [2021-05-06T15:08:37.913Z] zip set to automatically installed. [2021-05-06T15:08:39.415Z] snapd is not logged in, snap install commands will use sudo [2021-05-06T15:08:41.379Z] ---> 6859bbbff478 [2021-05-06T15:08:41.379Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-06T15:08:41.379Z] ---> 708cd27fb19c [2021-05-06T15:08:41.379Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-06T15:08:41.379Z] ---> a4ad68122c95 [2021-05-06T15:08:41.379Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-06T15:08:41.379Z] ---> cb1ba1755cd6 [2021-05-06T15:08:41.379Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-06T15:08:41.379Z] ---> 56bb42031da0 [2021-05-06T15:08:41.379Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-06T15:08:41.379Z] ---> Running in 649ff022a8fb [2021-05-06T15:08:41.379Z] ---> Running in cb491888cf41 [2021-05-06T15:08:41.379Z] ---> Running in 28210ccb391c [2021-05-06T15:08:41.379Z] ---> Running in b501c3d58c2d [2021-05-06T15:08:41.379Z] ---> Running in e7fc76660e63 [2021-05-06T15:08:41.379Z] 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-06T15:08:41.379Z] 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-06T15:08:41.379Z] 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-06T15:08:41.379Z] 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-06T15:08:41.379Z] 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-06T15:08:46.089Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T15:08:46.350Z] snap "core18" has no updates available [2021-05-06T15:08:46.926Z] snapd is not logged in, snap install commands will use sudo [2021-05-06T15:08:53.520Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-06T15:09:05.805Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-06T15:09:05.805Z] Pulling go-build-helper [2021-05-06T15:09:05.805Z] + snapcraftctl pull [2021-05-06T15:09:05.805Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-06T15:09:05.805Z] Skipping pull go-build-helper (already ran) [2021-05-06T15:09:05.805Z] Building go-build-helper [2021-05-06T15:09:05.805Z] + snapcraftctl build [2021-05-06T15:09:07.740Z] Staging go-build-helper [2021-05-06T15:09:07.740Z] + snapcraftctl stage [2021-05-06T15:09:17.763Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-06T15:09:17.763Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-06T15:09:17.763Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-06T15:09:17.763Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-06T15:09:17.763Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-06T15:09:17.763Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-06T15:09:17.763Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-06T15:09:17.763Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-06T15:09:17.763Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-06T15:09:17.763Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-06T15:09:17.763Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-06T15:09:17.763Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-06T15:09:17.763Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-06T15:09:17.763Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-06T15:09:17.763Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-06T15:09:17.763Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-06T15:09:17.763Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-06T15:09:17.763Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-06T15:09:17.763Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-06T15:09:17.763Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-06T15:09:17.763Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-06T15:09:17.763Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-06T15:09:17.763Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-06T15:09:17.763Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-06T15:09:17.763Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-06T15:09:17.763Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-06T15:09:17.763Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-06T15:09:17.763Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-06T15:09:17.763Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-06T15:09:17.763Z] Fetched 224 kB in 0s (0 B/s) [2021-05-06T15:09:17.763Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-06T15:09:17.763Z] Fetched 157 kB in 0s (0 B/s) [2021-05-06T15:09:17.763Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-06T15:09:17.763Z] Fetched 221 kB in 0s (0 B/s) [2021-05-06T15:09:17.763Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-06T15:09:17.763Z] Fetched 143 kB in 0s (0 B/s) [2021-05-06T15:09:17.763Z] Pulling app-service-config [2021-05-06T15:09:17.763Z] + snapcraftctl pull [2021-05-06T15:09:18.709Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-06T15:09:19.654Z] Pulling config-common [2021-05-06T15:09:19.654Z] + snapcraftctl pull [2021-05-06T15:09:23.867Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T15:09:23.867Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T15:09:23.867Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T15:09:23.867Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:09:23.867Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-06T15:09:23.867Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:09:23.867Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-06T15:09:23.867Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:09:23.867Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-06T15:09:23.867Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:09:23.867Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-06T15:09:23.867Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:09:23.867Z] Pulling edgex-go [2021-05-06T15:09:23.867Z] + snapcraftctl pull [2021-05-06T15:09:45.875Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-06T15:09:45.875Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-06T15:09:45.875Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-06T15:09:45.875Z] Fetched 0 B in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-06T15:09:45.875Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-06T15:09:45.875Z] Fetched 279 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-06T15:09:45.875Z] Fetched 122 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-06T15:09:45.875Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-06T15:09:45.875Z] Fetched 8848 B in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-06T15:09:45.875Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-06T15:09:45.875Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-06T15:09:45.875Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-06T15:09:45.875Z] Fetched 219 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-06T15:09:45.875Z] Fetched 154 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-06T15:09:45.875Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-06T15:09:45.875Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-06T15:09:45.875Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-06T15:09:45.875Z] Fetched 499 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-06T15:09:45.875Z] Fetched 111 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-06T15:09:45.875Z] Fetched 240 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-06T15:09:45.875Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-06T15:09:45.875Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-06T15:09:45.875Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-06T15:09:45.875Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-06T15:09:45.875Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-06T15:09:45.875Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-06T15:09:45.875Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-06T15:09:45.875Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-06T15:09:45.875Z] Fetched 8720 B in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-06T15:09:45.875Z] Fetched 137 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-06T15:09:45.875Z] Fetched 119 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-06T15:09:45.875Z] Fetched 110 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-06T15:09:45.875Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-06T15:09:45.875Z] Fetched 645 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-06T15:09:45.875Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-06T15:09:45.875Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-06T15:09:45.875Z] Fetched 368 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-06T15:09:45.875Z] Fetched 187 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-06T15:09:45.875Z] Fetched 175 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-06T15:09:45.875Z] Fetched 206 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-06T15:09:45.875Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-06T15:09:45.875Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-06T15:09:45.876Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-06T15:09:45.876Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-06T15:09:45.876Z] Fetched 159 kB in 0s (0 B/s) [2021-05-06T15:09:45.876Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-06T15:09:45.876Z] Fetched 107 kB in 0s (0 B/s) [2021-05-06T15:09:45.876Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-06T15:09:45.876Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-06T15:09:45.876Z] Pulling static-packages [2021-05-06T15:09:45.876Z] + snapcraftctl pull [2021-05-06T15:09:45.876Z] Pulling version [2021-05-06T15:09:45.876Z] + cd /root/project [2021-05-06T15:09:45.876Z] + [ -f VERSION ] [2021-05-06T15:09:45.876Z] + PROJECT_VERSION=local-dev [2021-05-06T15:09:45.876Z] + git rev-parse --short HEAD [2021-05-06T15:09:45.876Z] + GIT_REVISION=b1290fed [2021-05-06T15:09:45.876Z] + snapcraftctl set-version local-dev [2021-05-06T15:09:46.838Z] Skipping build go-build-helper (already ran) [2021-05-06T15:09:46.838Z] Building app-service-config [2021-05-06T15:09:46.838Z] + make build [2021-05-06T15:09:46.838Z] 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-06T15:09:49.431Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-06T15:09:49.431Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-06T15:09:49.431Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-06T15:09:49.431Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-06T15:09:49.431Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-06T15:09:49.431Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-06T15:09:49.431Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-06T15:09:49.431Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-06T15:09:49.431Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-06T15:09:49.431Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-06T15:09:49.431Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-06T15:09:49.431Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-06T15:09:49.431Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-06T15:09:49.692Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-06T15:09:49.692Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-06T15:09:49.692Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-06T15:09:49.951Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-06T15:09:49.951Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-06T15:09:49.951Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-06T15:09:49.951Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-06T15:09:49.951Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-06T15:09:49.951Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-06T15:09:49.951Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-06T15:09:49.951Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-06T15:09:50.211Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-06T15:09:50.211Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-06T15:09:50.211Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-06T15:09:50.211Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-06T15:09:50.211Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-06T15:09:50.472Z] go: downloading golang.org/x/text v0.3.2 [2021-05-06T15:09:50.472Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-06T15:09:50.472Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-06T15:09:50.472Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-06T15:09:50.472Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-06T15:09:50.472Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-06T15:09:50.472Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-06T15:09:50.472Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-06T15:09:50.472Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-06T15:09:50.472Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-06T15:09:50.472Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-06T15:09:50.744Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-06T15:09:50.744Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-06T15:09:50.744Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-06T15:09:50.744Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-06T15:09:50.744Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-06T15:10:00.767Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-06T15:10:00.767Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-06T15:10:00.767Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-06T15:10:00.767Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-06T15:10:01.721Z] Building config-common [2021-05-06T15:10:01.721Z] + snapcraftctl build [2021-05-06T15:10:04.272Z] Building edgex-go [2021-05-06T15:10:04.272Z] + cd /root/parts/edgex-go/src [2021-05-06T15:10:04.272Z] + make build [2021-05-06T15:10:04.272Z] 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-06T15:10:04.272Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.19 [2021-05-06T15:10:04.272Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-06T15:10:04.272Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-06T15:10:04.543Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-06T15:10:07.864Z] 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-06T15:10:07.864Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-06T15:10:13.167Z] 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-06T15:10:14.558Z] 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-06T15:10:15.943Z] 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-06T15:10:16.514Z] 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-06T15:10:16.774Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-06T15:10:17.034Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-06T15:10:17.034Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-06T15:10:17.034Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-06T15:10:18.956Z] 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-06T15:10:18.956Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-06T15:10:18.956Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-06T15:10:20.337Z] 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-06T15:10:21.718Z] 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-06T15:10:21.718Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-06T15:10:23.107Z] 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-06T15:10:24.539Z] 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-06T15:10:25.479Z] 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-06T15:10:25.739Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-06T15:10:27.653Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-06T15:10:27.653Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-06T15:10:27.653Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-06T15:10:27.653Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-06T15:10:27.653Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-06T15:10:27.653Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-06T15:10:27.653Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-06T15:10:27.653Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-06T15:10:27.653Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-06T15:10:27.653Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-06T15:10:27.653Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-06T15:10:27.653Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-06T15:10:27.653Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-06T15:10:27.653Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-06T15:10:27.653Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-06T15:10:27.653Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-06T15:10:27.654Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-06T15:10:27.654Z] + 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-06T15:10:27.654Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-06T15:10:27.654Z] + 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-06T15:10:27.654Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-06T15:10:27.654Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-06T15:10:27.654Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-06T15:10:27.654Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2021-05-06T15:10:27.654Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-06T15:10:27.654Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-06T15:10:27.654Z] + 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-06T15:10:30.957Z] Building static-packages [2021-05-06T15:10:30.957Z] + snapcraftctl build [2021-05-06T15:10:32.868Z] Building version [2021-05-06T15:10:32.868Z] + snapcraftctl build [2021-05-06T15:10:33.234Z] 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-06T15:10:34.781Z] Skipping stage go-build-helper (already ran) [2021-05-06T15:10:34.781Z] Staging app-service-config [2021-05-06T15:10:34.781Z] + snapcraftctl stage [2021-05-06T15:10:35.724Z] Staging config-common [2021-05-06T15:10:35.724Z] + snapcraftctl stage [2021-05-06T15:10:35.854Z] Removing intermediate container e7fc76660e63 [2021-05-06T15:10:35.854Z] ---> 8c0b4a6d8d84 [2021-05-06T15:10:35.854Z] [2021-05-06T15:10:35.854Z] Step 10/31 : FROM alpine:3.12 [2021-05-06T15:10:35.854Z] 3.12: Pulling from library/alpine [2021-05-06T15:10:36.297Z] Staging edgex-go [2021-05-06T15:10:36.297Z] + snapcraftctl stage [2021-05-06T15:10:37.297Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T15:10:37.297Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T15:10:37.297Z] ---> 9852663dfa18 [2021-05-06T15:10:37.297Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-06T15:10:37.297Z] Removing intermediate container 649ff022a8fb [2021-05-06T15:10:37.297Z] ---> b81890076e36 [2021-05-06T15:10:37.297Z] [2021-05-06T15:10:37.297Z] Step 10/25 : FROM alpine:3.12 [2021-05-06T15:10:37.297Z] ---> 9852663dfa18 [2021-05-06T15:10:37.297Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-06T15:10:37.572Z] ---> Running in 5b8d1893e4ea [2021-05-06T15:10:37.572Z] ---> Running in 21451e4558f0 [2021-05-06T15:10:37.684Z] Staging static-packages [2021-05-06T15:10:37.684Z] + snapcraftctl stage [2021-05-06T15:10:38.632Z] Staging version [2021-05-06T15:10:38.633Z] + snapcraftctl stage [2021-05-06T15:10:39.013Z] Removing intermediate container 21451e4558f0 [2021-05-06T15:10:39.013Z] ---> 2a04a59b1968 [2021-05-06T15:10:39.013Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-06T15:10:39.013Z] ---> Running in d8119b59e42b [2021-05-06T15:10:39.611Z] Priming go-build-helper [2021-05-06T15:10:39.611Z] + snapcraftctl prime [2021-05-06T15:10:39.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:10:39.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:10:40.869Z] Priming app-service-config [2021-05-06T15:10:40.869Z] + snapcraftctl prime [2021-05-06T15:10:40.874Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-06T15:10:40.874Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:10:40.874Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-06T15:10:40.874Z] (4/6) Installing curl (7.76.1-r0) [2021-05-06T15:10:40.874Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-06T15:10:40.874Z] (6/6) Installing su-exec (0.2-r1) [2021-05-06T15:10:40.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:10:40.874Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:10:40.874Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:10:41.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:10:41.149Z] OK: 7 MiB in 20 packages [2021-05-06T15:10:41.749Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-06T15:10:41.749Z] (2/2) Installing su-exec (0.2-r1) [2021-05-06T15:10:41.749Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:10:41.749Z] OK: 5 MiB in 16 packages [2021-05-06T15:10:41.809Z] Priming config-common [2021-05-06T15:10:41.809Z] + snapcraftctl prime [2021-05-06T15:10:42.749Z] Priming edgex-go [2021-05-06T15:10:42.749Z] + snapcraftctl prime [2021-05-06T15:10:44.133Z] Priming static-packages [2021-05-06T15:10:44.133Z] + snapcraftctl prime [2021-05-06T15:10:44.399Z] Removing intermediate container 5b8d1893e4ea [2021-05-06T15:10:44.400Z] ---> 88fc80b97057 [2021-05-06T15:10:44.400Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T15:10:44.400Z] Removing intermediate container d8119b59e42b [2021-05-06T15:10:44.400Z] ---> 16ea79e809c7 [2021-05-06T15:10:44.400Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-06T15:10:44.999Z] ---> Running in 4965043b0f1b [2021-05-06T15:10:44.999Z] ---> Running in 891336468e17 [2021-05-06T15:10:45.602Z] Removing intermediate container 4965043b0f1b [2021-05-06T15:10:45.602Z] ---> 9cb85ec229b2 [2021-05-06T15:10:45.602Z] Step 13/25 : WORKDIR / [2021-05-06T15:10:46.044Z] Priming version [2021-05-06T15:10:46.044Z] + snapcraftctl prime [2021-05-06T15:10:46.206Z] Removing intermediate container 891336468e17 [2021-05-06T15:10:46.206Z] ---> 4ef3fb9ae4fb [2021-05-06T15:10:46.206Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-06T15:10:46.478Z] ---> Running in ed680f126065 [2021-05-06T15:10:46.753Z] ---> Running in a0bd37b1a607 [2021-05-06T15:10:46.984Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-05-06T15:10:48.741Z] Removing intermediate container ed680f126065 [2021-05-06T15:10:48.741Z] ---> 6076624583fd [2021-05-06T15:10:48.741Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-05-06T15:10:49.019Z] Removing intermediate container a0bd37b1a607 [2021-05-06T15:10:49.019Z] ---> bb79fc3b5bec [2021-05-06T15:10:49.019Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T15:10:49.623Z] Removing intermediate container 28210ccb391c [2021-05-06T15:10:49.623Z] ---> 926ccd899579 [2021-05-06T15:10:49.623Z] [2021-05-06T15:10:49.623Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:10:49.623Z] ---> 9852663dfa18 [2021-05-06T15:10:49.623Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:10:49.623Z] Removing intermediate container cb491888cf41 [2021-05-06T15:10:49.623Z] ---> 92e199060b50 [2021-05-06T15:10:49.623Z] [2021-05-06T15:10:49.623Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T15:10:49.623Z] ---> 9852663dfa18 [2021-05-06T15:10:49.623Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-06T15:10:49.623Z] Removing intermediate container b501c3d58c2d [2021-05-06T15:10:49.623Z] ---> 15a400adf7ff [2021-05-06T15:10:49.623Z] [2021-05-06T15:10:49.623Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T15:10:49.623Z] ---> 9852663dfa18 [2021-05-06T15:10:49.623Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:10:49.893Z] ---> Running in 2f84760f6f85 [2021-05-06T15:10:49.893Z] ---> Running in 3e630cd18e3f [2021-05-06T15:10:50.165Z] ---> Running in 3526fb1284d8 [2021-05-06T15:10:50.165Z] ---> Running in 8d9d16a0e877 [2021-05-06T15:10:50.165Z] ---> 67ae63ab823d [2021-05-06T15:10:50.165Z] 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-06T15:10:51.608Z] ---> ebddb488680e [2021-05-06T15:10:51.608Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-06T15:10:52.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:10:52.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:10:52.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:10:52.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:10:52.791Z] ---> 3c1811d1af10 [2021-05-06T15:10:52.791Z] 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-06T15:10:52.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:10:53.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:10:53.342Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T15:10:53.342Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:10:53.342Z] OK: 5 MiB in 15 packages [2021-05-06T15:10:53.342Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-06T15:10:53.626Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-06T15:10:53.626Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:10:53.626Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:10:53.626Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T15:10:53.626Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:10:53.626Z] OK: 5 MiB in 15 packages [2021-05-06T15:10:53.898Z] OK: 6 MiB in 16 packages [2021-05-06T15:10:53.898Z] Removing intermediate container 2f84760f6f85 [2021-05-06T15:10:53.898Z] ---> 2f25a2f79e0a [2021-05-06T15:10:53.898Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-06T15:10:54.172Z] ---> b8cd5bb85d16 [2021-05-06T15:10:54.172Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-06T15:10:54.447Z] ---> Running in 632ff0b50c6f [2021-05-06T15:10:55.439Z] Removing intermediate container 632ff0b50c6f [2021-05-06T15:10:55.439Z] ---> 00fcfe79329c [2021-05-06T15:10:55.439Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-06T15:10:55.439Z] Removing intermediate container 3e630cd18e3f [2021-05-06T15:10:55.439Z] ---> a6b2ac5443d1 [2021-05-06T15:10:55.439Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:10:55.439Z] Removing intermediate container 8d9d16a0e877 [2021-05-06T15:10:55.439Z] ---> 1e82647945be [2021-05-06T15:10:55.439Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:10:55.728Z] ---> Running in 8dd5158c37ad [2021-05-06T15:10:56.003Z] ---> Running in dd78627dc80d [2021-05-06T15:10:56.003Z] ---> a08503245bcd [2021-05-06T15:10:56.003Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-06T15:10:56.274Z] Removing intermediate container 3526fb1284d8 [2021-05-06T15:10:56.274Z] ---> 5e0b8a4c0473 [2021-05-06T15:10:56.274Z] ---> 246de664aada [2021-05-06T15:10:56.274Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-06T15:10:56.274Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:10:56.548Z] ---> Running in 443950698f3d [2021-05-06T15:10:56.548Z] ---> Running in 869251a8d760 [2021-05-06T15:10:56.548Z] Removing intermediate container 8dd5158c37ad [2021-05-06T15:10:56.548Z] ---> 723dd021cb27 [2021-05-06T15:10:56.548Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-06T15:10:56.827Z] Removing intermediate container dd78627dc80d [2021-05-06T15:10:56.827Z] ---> ab51fb6a14d3 [2021-05-06T15:10:56.827Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-06T15:10:56.827Z] ---> Running in 59d05fa361c8 [2021-05-06T15:10:57.103Z] ---> Running in d765887c2868 [2021-05-06T15:10:57.103Z] Removing intermediate container 443950698f3d [2021-05-06T15:10:57.103Z] ---> 65cd261ce2f5 [2021-05-06T15:10:57.103Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-06T15:10:57.387Z] ---> Running in 6905e48ab151 [2021-05-06T15:10:57.660Z] ---> 1cbb78fa8307 [2021-05-06T15:10:57.660Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-06T15:10:57.661Z] Removing intermediate container 59d05fa361c8 [2021-05-06T15:10:57.661Z] ---> e9de22b5d2c9 [2021-05-06T15:10:57.661Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T15:10:57.942Z] Removing intermediate container d765887c2868 [2021-05-06T15:10:57.942Z] ---> a3e6b493d4be [2021-05-06T15:10:57.942Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T15:10:57.942Z] ---> Running in bcd789a86e37 [2021-05-06T15:10:57.942Z] ---> Running in ba3b1ff9f32b [2021-05-06T15:10:58.213Z] Removing intermediate container 6905e48ab151 [2021-05-06T15:10:58.213Z] ---> ee46e6b101bb [2021-05-06T15:10:58.213Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T15:10:58.487Z] ---> Running in 976e1ef4e960 [2021-05-06T15:10:58.487Z] Removing intermediate container bcd789a86e37 [2021-05-06T15:10:58.487Z] ---> ccc6310420a8 [2021-05-06T15:10:58.487Z] Step 15/23 : WORKDIR / [2021-05-06T15:10:58.766Z] ---> 4486747b59a9 [2021-05-06T15:10:58.766Z] 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-06T15:10:58.766Z] Removing intermediate container ba3b1ff9f32b [2021-05-06T15:10:58.766Z] ---> cacdd2745e0c [2021-05-06T15:10:58.766Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:10:58.766Z] ---> Running in 1fcfea5183fd [2021-05-06T15:10:59.037Z] ---> Running in 45fdf312f9f0 [2021-05-06T15:10:59.037Z] Removing intermediate container 976e1ef4e960 [2021-05-06T15:10:59.037Z] ---> d7318d98019d [2021-05-06T15:10:59.037Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:10:59.643Z] Removing intermediate container 869251a8d760 [2021-05-06T15:10:59.643Z] ---> bcf54270ceb5 [2021-05-06T15:10:59.643Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:10:59.917Z] Removing intermediate container 1fcfea5183fd [2021-05-06T15:10:59.917Z] ---> 1ba5aeb3a13f [2021-05-06T15:10:59.917Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:11:00.191Z] ---> b63a5ab09511 [2021-05-06T15:11:00.191Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-06T15:11:00.191Z] ---> 87d5edfabd52 [2021-05-06T15:11:00.191Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-06T15:11:00.841Z] ---> 9462f3d82f9e [2021-05-06T15:11:00.841Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-06T15:11:01.441Z] ---> 879bbf75121b [2021-05-06T15:11:01.441Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-06T15:11:02.497Z] ---> 8d67a445849c [2021-05-06T15:11:02.497Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-06T15:11:02.497Z] Removing intermediate container 45fdf312f9f0 [2021-05-06T15:11:02.497Z] ---> c119352549db [2021-05-06T15:11:02.497Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-06T15:11:02.803Z] ---> e5f5116b868b [2021-05-06T15:11:02.803Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-06T15:11:03.114Z] ---> Running in 11a45d69a573 [2021-05-06T15:11:03.114Z] ---> a66e640a82ac [2021-05-06T15:11:03.114Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-06T15:11:03.464Z] ---> 92ee934ec078 [2021-05-06T15:11:03.464Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-06T15:11:03.767Z] ---> 3ef734c8ddf6 [2021-05-06T15:11:03.767Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-06T15:11:03.767Z] Removing intermediate container 11a45d69a573 [2021-05-06T15:11:03.767Z] ---> f347b14e9246 [2021-05-06T15:11:03.767Z] Step 23/25 : LABEL arch=arm64 [2021-05-06T15:11:04.043Z] ---> Running in 0eb44a732132 [2021-05-06T15:11:04.043Z] ---> Running in 953f60a6fa79 [2021-05-06T15:11:04.332Z] ---> 2073621b196d [2021-05-06T15:11:04.332Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-06T15:11:04.332Z] ---> 145602d10ab9 [2021-05-06T15:11:04.332Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-06T15:11:04.628Z] ---> Running in 135e50762cac [2021-05-06T15:11:04.628Z] ---> 61f91179d61a [2021-05-06T15:11:04.628Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-06T15:11:04.628Z] Removing intermediate container 0eb44a732132 [2021-05-06T15:11:04.628Z] ---> 71a57900c156 [2021-05-06T15:11:04.628Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:11:04.905Z] ---> Running in 8163d411b295 [2021-05-06T15:11:04.905Z] ---> Running in 726ed120b928 [2021-05-06T15:11:05.179Z] Removing intermediate container 953f60a6fa79 [2021-05-06T15:11:05.179Z] ---> 25da237e3761 [2021-05-06T15:11:05.179Z] Step 24/25 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:11:05.179Z] Removing intermediate container 135e50762cac [2021-05-06T15:11:05.179Z] ---> 57dc6507b01a [2021-05-06T15:11:05.179Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:11:05.452Z] ---> Running in 5406df1ff4b0 [2021-05-06T15:11:05.452Z] ---> 6b7dde5ff102 [2021-05-06T15:11:05.452Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-06T15:11:05.452Z] ---> Running in 275b16659edb [2021-05-06T15:11:05.725Z] Removing intermediate container 726ed120b928 [2021-05-06T15:11:05.725Z] ---> 582bc1693eea [2021-05-06T15:11:05.725Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:11:05.725Z] Removing intermediate container 8163d411b295 [2021-05-06T15:11:05.725Z] ---> 46219eebefa2 [2021-05-06T15:11:05.725Z] Step 20/22 : LABEL arch=arm64 [2021-05-06T15:11:05.998Z] ---> Running in d95e4b9b6fb5 [2021-05-06T15:11:05.998Z] ---> Running in 0b1b33181355 [2021-05-06T15:11:05.998Z] Removing intermediate container 5406df1ff4b0 [2021-05-06T15:11:05.998Z] ---> c742b647496a [2021-05-06T15:11:05.998Z] Step 25/25 : LABEL version=0.0.0 [2021-05-06T15:11:06.273Z] Removing intermediate container 275b16659edb [2021-05-06T15:11:06.273Z] ---> ee019580da6b [2021-05-06T15:11:06.273Z] Step 20/22 : LABEL arch=arm64 [2021-05-06T15:11:06.273Z] ---> Running in 74b930ad084f [2021-05-06T15:11:06.273Z] ---> Running in 9a6bfd0ec750 [2021-05-06T15:11:06.550Z] ---> bb41115e821a [2021-05-06T15:11:06.550Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-06T15:11:06.550Z] Removing intermediate container 0b1b33181355 [2021-05-06T15:11:06.550Z] Removing intermediate container d95e4b9b6fb5 [2021-05-06T15:11:06.550Z] ---> 8f7414448c2f [2021-05-06T15:11:06.550Z] ---> 948f9b2db38c [2021-05-06T15:11:06.550Z] Step 21/23 : LABEL arch=arm64Step 21/22 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:11:06.550Z] [2021-05-06T15:11:06.826Z] ---> Running in 68075bedd847 [2021-05-06T15:11:06.826Z] ---> Running in 075ed1f66c44 [2021-05-06T15:11:07.097Z] ---> Running in e74bb0453c04 [2021-05-06T15:11:07.097Z] Removing intermediate container 74b930ad084f [2021-05-06T15:11:07.097Z] ---> 918628b47e6c [2021-05-06T15:11:07.097Z] [2021-05-06T15:11:07.371Z] Removing intermediate container 9a6bfd0ec750 [2021-05-06T15:11:07.371Z] ---> 5e436ef49cea [2021-05-06T15:11:07.371Z] Step 21/22 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:11:07.650Z] ---> Running in cfe965b13ea0 [2021-05-06T15:11:07.650Z] Successfully built 918628b47e6c [2021-05-06T15:11:07.650Z] Removing intermediate container 68075bedd847 [2021-05-06T15:11:07.650Z] ---> 974aab256b9d [2021-05-06T15:11:07.650Z] Step 22/23 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:11:07.924Z] Removing intermediate container 075ed1f66c44 [2021-05-06T15:11:07.924Z] ---> 79411681310c [2021-05-06T15:11:07.924Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T15:11:07.924Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-06T15:11:07.924Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-05-06T15:11:07.924Z] Removing intermediate container e74bb0453c04 [2021-05-06T15:11:07.924Z] ---> cc044aa6f785 [2021-05-06T15:11:07.924Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-06T15:11:08.211Z] ---> Running in 5f274993dffd [2021-05-06T15:11:08.211Z] ---> Running in 2fe2148155ab [2021-05-06T15:11:08.211Z] Removing intermediate container cfe965b13ea0 [2021-05-06T15:11:08.211Z] ---> 5fd6c5601322 [2021-05-06T15:11:08.211Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T15:11:08.484Z] ---> Running in a7f59ddc59e2 [2021-05-06T15:11:08.759Z] Removing intermediate container 5f274993dffd [2021-05-06T15:11:08.759Z] ---> 99fe38119173 [2021-05-06T15:11:08.759Z] Step 23/23 : LABEL version=0.0.0Removing intermediate container 2fe2148155ab [2021-05-06T15:11:08.759Z] ---> 53bc750fc69f [2021-05-06T15:11:08.759Z] [2021-05-06T15:11:08.759Z] [2021-05-06T15:11:09.365Z] Successfully built 53bc750fc69f [2021-05-06T15:11:09.638Z] ---> 9faf8f93c68f [2021-05-06T15:11:09.638Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-06T15:11:09.638Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-06T15:11:09.638Z] ---> Running in 74335824a36e [2021-05-06T15:11:09.638Z] Removing intermediate container a7f59ddc59e2 [2021-05-06T15:11:09.638Z] ---> 34ed4ffebd4e [2021-05-06T15:11:09.638Z] [2021-05-06T15:11:09.638Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-05-06T15:11:10.232Z] Successfully built 34ed4ffebd4e [2021-05-06T15:11:10.232Z] ---> Running in 2c5866b74577 [2021-05-06T15:11:10.232Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-06T15:11:10.232Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-05-06T15:11:10.506Z] Removing intermediate container 74335824a36e [2021-05-06T15:11:10.506Z] ---> ecb8023f378a [2021-05-06T15:11:10.506Z] [2021-05-06T15:11:11.104Z] Successfully built ecb8023f378a [2021-05-06T15:11:11.104Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-06T15:11:11.104Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-05-06T15:11:13.076Z] Removing intermediate container 2c5866b74577 [2021-05-06T15:11:13.076Z] ---> 037ddefec1f8 [2021-05-06T15:11:13.076Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-06T15:11:13.076Z] ---> Running in 6a5d8c69652b [2021-05-06T15:11:13.681Z] Removing intermediate container 6a5d8c69652b [2021-05-06T15:11:13.681Z] ---> b55d9cc116d2 [2021-05-06T15:11:13.681Z] Step 28/31 : CMD ["gate"] [2021-05-06T15:11:14.660Z] ---> Running in d003167e96a8 [2021-05-06T15:11:15.295Z] Removing intermediate container d003167e96a8 [2021-05-06T15:11:15.295Z] ---> 694b31cbeff8 [2021-05-06T15:11:15.295Z] Step 29/31 : LABEL arch=arm64 [2021-05-06T15:11:15.900Z] ---> Running in ac9a1790e7c9 [2021-05-06T15:11:16.882Z] Removing intermediate container ac9a1790e7c9 [2021-05-06T15:11:16.882Z] ---> b5d0e6776911 [2021-05-06T15:11:16.882Z] Step 30/31 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:11:17.478Z] ---> Running in 20d048fead18 [2021-05-06T15:11:18.076Z] Removing intermediate container 20d048fead18 [2021-05-06T15:11:18.076Z] ---> 103040dbc1a8 [2021-05-06T15:11:18.076Z] Step 31/31 : LABEL version=0.0.0 [2021-05-06T15:11:18.673Z] ---> Running in 46c36fa0fb5b [2021-05-06T15:11:19.269Z] Removing intermediate container 46c36fa0fb5b [2021-05-06T15:11:19.269Z] ---> 3e155698825f [2021-05-06T15:11:19.269Z] [2021-05-06T15:11:19.542Z] Successfully built 3e155698825f [2021-05-06T15:11:19.815Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-06T15:12:06.781Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:12:06.781Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:12:06.781Z] ---> 89c8f714a037 [2021-05-06T15:12:06.781Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> 9623d3c0831d [2021-05-06T15:12:06.781Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> 0bdaa367c195 [2021-05-06T15:12:06.781Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> ad4a403a7112 [2021-05-06T15:12:06.781Z] Step 6/23 : COPY go.mod . [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> fb123e63772a [2021-05-06T15:12:06.781Z] Step 7/23 : RUN go mod download [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> 0001eae28b52 [2021-05-06T15:12:06.781Z] Step 8/23 : COPY . . [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> 56bb42031da0 [2021-05-06T15:12:06.781Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-06T15:12:06.781Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:12:06.781Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:12:06.781Z] ---> 89c8f714a037 [2021-05-06T15:12:06.781Z] Step 3/21 : WORKDIR /edgex-go [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> 9623d3c0831d [2021-05-06T15:12:06.781Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> 0bdaa367c195 [2021-05-06T15:12:06.781Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> ad4a403a7112 [2021-05-06T15:12:06.781Z] Step 6/21 : COPY go.mod . [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> fb123e63772a [2021-05-06T15:12:06.781Z] Step 7/21 : RUN go mod download [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> 0001eae28b52 [2021-05-06T15:12:06.781Z] Step 8/21 : COPY . . [2021-05-06T15:12:06.781Z] ---> Using cache [2021-05-06T15:12:06.781Z] ---> 56bb42031da0 [2021-05-06T15:12:06.781Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-06T15:12:07.054Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:12:07.054Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:12:07.054Z] ---> 89c8f714a037 [2021-05-06T15:12:07.054Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:12:07.054Z] ---> Using cache [2021-05-06T15:12:07.054Z] ---> 9623d3c0831d [2021-05-06T15:12:07.054Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:12:07.054Z] ---> Using cache [2021-05-06T15:12:07.054Z] ---> 0bdaa367c195 [2021-05-06T15:12:07.054Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-06T15:12:07.327Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-06T15:12:07.327Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T15:12:07.327Z] ---> 89c8f714a037 [2021-05-06T15:12:07.327Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T15:12:07.327Z] ---> Using cache [2021-05-06T15:12:07.327Z] ---> 9623d3c0831d [2021-05-06T15:12:07.327Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:12:07.327Z] ---> Using cache [2021-05-06T15:12:07.327Z] ---> 0bdaa367c195 [2021-05-06T15:12:07.327Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-06T15:12:10.708Z] ---> Running in f7ed99b57103 [2021-05-06T15:12:10.708Z] ---> Running in a68067f56b6e [2021-05-06T15:12:10.708Z] ---> Running in 6417addcde48 [2021-05-06T15:12:10.708Z] ---> Running in bf103e90164d [2021-05-06T15:12:12.148Z] 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-06T15:12:12.148Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:12:12.148Z] 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-06T15:12:12.148Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:12:13.131Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:12:13.131Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:12:14.125Z] OK: 218 MiB in 52 packages [2021-05-06T15:12:14.125Z] OK: 218 MiB in 52 packages [2021-05-06T15:12:16.765Z] Removing intermediate container f7ed99b57103 [2021-05-06T15:12:16.765Z] ---> 8c1611f7c225 [2021-05-06T15:12:16.765Z] Step 6/23 : COPY go.mod . [2021-05-06T15:12:16.765Z] Removing intermediate container bf103e90164d [2021-05-06T15:12:16.765Z] ---> 4c47a88dd68d [2021-05-06T15:12:16.766Z] Step 6/23 : COPY go.mod . [2021-05-06T15:12:17.751Z] ---> 38bced204b64 [2021-05-06T15:12:17.751Z] Step 7/23 : RUN go mod download [2021-05-06T15:12:18.038Z] ---> Running in d7454e37bdff [2021-05-06T15:12:18.038Z] ---> 00b8ce146206 [2021-05-06T15:12:18.038Z] Step 7/23 : RUN go mod download [2021-05-06T15:12:18.312Z] ---> Running in 66b58a74dd61 [2021-05-06T15:12:22.643Z] Removing intermediate container d7454e37bdff [2021-05-06T15:12:22.643Z] ---> da06a101823f [2021-05-06T15:12:22.643Z] Step 8/23 : COPY . . [2021-05-06T15:12:22.918Z] Removing intermediate container 66b58a74dd61 [2021-05-06T15:12:22.918Z] ---> a78b4df4a2fa [2021-05-06T15:12:22.918Z] Step 8/23 : COPY . . [2021-05-06T15:12:55.298Z] ---> 563be8b11bbe [2021-05-06T15:12:55.298Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-06T15:12:55.298Z] ---> da6fc98dd783 [2021-05-06T15:12:55.298Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-06T15:12:55.298Z] ---> Running in e7aeea2200c7 [2021-05-06T15:12:55.298Z] ---> Running in 8696a7905641 [2021-05-06T15:12:56.294Z] 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-06T15:12:56.570Z] 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-06T15:13:18.765Z] 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-06T15:13:37.107Z] Removing intermediate container a68067f56b6e [2021-05-06T15:13:37.107Z] ---> 3a9b780db7ca [2021-05-06T15:13:37.107Z] [2021-05-06T15:13:37.107Z] Step 10/21 : FROM alpine:3.12 [2021-05-06T15:13:37.107Z] ---> 9852663dfa18 [2021-05-06T15:13:37.107Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-06T15:13:37.107Z] ---> Running in 89ca92627bc7 [2021-05-06T15:13:37.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:13:37.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:13:38.258Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-06T15:13:38.258Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:13:38.258Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-06T15:13:38.258Z] (4/4) Installing curl (7.76.1-r0) [2021-05-06T15:13:38.535Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:13:38.535Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T15:13:38.811Z] OK: 7 MiB in 18 packages [2021-05-06T15:13:41.799Z] Removing intermediate container 89ca92627bc7 [2021-05-06T15:13:41.799Z] ---> c96cf4da9dae [2021-05-06T15:13:41.799Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T15:13:41.799Z] ---> Running in 273938f266e0 [2021-05-06T15:13:42.093Z] Removing intermediate container 273938f266e0 [2021-05-06T15:13:42.093Z] ---> 3e76474e0482 [2021-05-06T15:13:42.093Z] Step 13/21 : WORKDIR /edgex [2021-05-06T15:13:42.093Z] ---> Running in df49aed14bfd [2021-05-06T15:13:43.084Z] Removing intermediate container df49aed14bfd [2021-05-06T15:13:43.084Z] ---> 932204c015fb [2021-05-06T15:13:43.084Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-06T15:13:44.069Z] ---> 833e17a532d8 [2021-05-06T15:13:44.069Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-06T15:13:46.045Z] ---> 633339728b7b [2021-05-06T15:13:46.045Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-06T15:13:48.045Z] ---> ae0ac8b8ee5e [2021-05-06T15:13:48.045Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-06T15:13:48.045Z] ---> Running in 7a5cb887d2fb [2021-05-06T15:13:49.042Z] Removing intermediate container 7a5cb887d2fb [2021-05-06T15:13:49.042Z] ---> b0492a57764e [2021-05-06T15:13:49.042Z] Step 18/21 : CMD ["--init=true"] [2021-05-06T15:13:49.042Z] ---> Running in 853cc60cb3ad [2021-05-06T15:13:50.051Z] Removing intermediate container 853cc60cb3ad [2021-05-06T15:13:50.051Z] ---> e60ba4a78a61 [2021-05-06T15:13:50.051Z] Step 19/21 : LABEL arch=arm64 [2021-05-06T15:13:50.328Z] ---> Running in 66ca98141adc [2021-05-06T15:13:51.790Z] Removing intermediate container 66ca98141adc [2021-05-06T15:13:51.790Z] ---> ffb3eb939621 [2021-05-06T15:13:51.790Z] Step 20/21 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:13:52.071Z] ---> Running in 41492c7356a8 [2021-05-06T15:13:53.062Z] Removing intermediate container 41492c7356a8 [2021-05-06T15:13:53.062Z] ---> dd98d7858597 [2021-05-06T15:13:53.062Z] Step 21/21 : LABEL version=0.0.0 [2021-05-06T15:13:53.342Z] ---> Running in 9e47b7c3c5f3 [2021-05-06T15:13:54.337Z] Removing intermediate container 9e47b7c3c5f3 [2021-05-06T15:13:54.337Z] ---> 5ef82ee1dca3 [2021-05-06T15:13:54.337Z] [2021-05-06T15:13:54.614Z] Removing intermediate container 6417addcde48 [2021-05-06T15:13:54.614Z] ---> 2ebbba0a6deb [2021-05-06T15:13:54.614Z] [2021-05-06T15:13:54.614Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:13:54.614Z] ---> 9852663dfa18 [2021-05-06T15:13:54.614Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T15:13:54.614Z] ---> Using cache [2021-05-06T15:13:54.614Z] ---> 1e82647945be [2021-05-06T15:13:54.614Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T15:13:54.614Z] ---> Using cache [2021-05-06T15:13:54.614Z] ---> ab51fb6a14d3 [2021-05-06T15:13:54.614Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-06T15:13:54.895Z] ---> Running in 339800e26b76 [2021-05-06T15:13:55.176Z] Successfully built 5ef82ee1dca3 [2021-05-06T15:13:55.176Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-06T15:13:55.453Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 339800e26b76 [2021-05-06T15:13:55.453Z] ---> a8ca459d63cf [2021-05-06T15:13:55.453Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T15:13:55.729Z] ---> Running in 60c188767f61 [2021-05-06T15:13:56.331Z] Removing intermediate container 60c188767f61 [2021-05-06T15:13:56.331Z] ---> a2430d192979 [2021-05-06T15:13:56.331Z] Step 15/23 : WORKDIR / [2021-05-06T15:13:56.606Z] ---> Running in 3c46cfa5594f [2021-05-06T15:13:57.208Z] Removing intermediate container 3c46cfa5594f [2021-05-06T15:13:57.208Z] ---> 912df31a1098 [2021-05-06T15:13:57.208Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:13:58.669Z] ---> b359dc47ad3a [2021-05-06T15:13:58.669Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-06T15:14:00.663Z] ---> a8e3be1a80c7 [2021-05-06T15:14:00.663Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-06T15:14:01.653Z] ---> 7e2e4d23a601 [2021-05-06T15:14:01.653Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-06T15:14:01.929Z] ---> Running in e4863c1cadeb [2021-05-06T15:14:02.532Z] Removing intermediate container e4863c1cadeb [2021-05-06T15:14:02.532Z] ---> 9644807593c3 [2021-05-06T15:14:02.532Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:14:02.804Z] ---> Running in 89ceef76f266 [2021-05-06T15:14:03.414Z] Removing intermediate container 89ceef76f266 [2021-05-06T15:14:03.414Z] ---> 05656d774bb3 [2021-05-06T15:14:03.414Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T15:14:03.689Z] ---> Running in 4d83e4d338eb [2021-05-06T15:14:04.307Z] Removing intermediate container 4d83e4d338eb [2021-05-06T15:14:04.307Z] ---> 44914210a179 [2021-05-06T15:14:04.307Z] Step 22/23 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:14:04.581Z] ---> Running in 6fc56d75f2e8 [2021-05-06T15:14:05.180Z] Removing intermediate container 6fc56d75f2e8 [2021-05-06T15:14:05.180Z] ---> a29d5972e8a5 [2021-05-06T15:14:05.180Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:14:05.180Z] ---> Running in 7dce2664be54 [2021-05-06T15:14:05.781Z] Removing intermediate container 7dce2664be54 [2021-05-06T15:14:05.781Z] ---> b4ffc02e2d90 [2021-05-06T15:14:05.781Z] [2021-05-06T15:14:06.386Z] Successfully built b4ffc02e2d90 [2021-05-06T15:14:06.386Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-06T15:14:21.503Z]  Building docker-core-metadata-go ... done Removing intermediate container e7aeea2200c7 [2021-05-06T15:14:21.503Z] ---> 6d8ce9ca67dd [2021-05-06T15:14:21.503Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-06T15:14:21.503Z] ---> Running in 43cefb274a4e [2021-05-06T15:14:21.503Z] 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-06T15:14:24.110Z] Removing intermediate container 43cefb274a4e [2021-05-06T15:14:24.110Z] ---> bbb6bb247fda [2021-05-06T15:14:24.110Z] [2021-05-06T15:14:24.110Z] Step 11/23 : FROM docker:20.10.0 [2021-05-06T15:14:24.110Z] 20.10.0: Pulling from library/docker [2021-05-06T15:14:29.513Z] Removing intermediate container 8696a7905641 [2021-05-06T15:14:29.513Z] ---> a6622bbd32a1 [2021-05-06T15:14:29.513Z] [2021-05-06T15:14:29.513Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T15:14:29.513Z] ---> 9852663dfa18 [2021-05-06T15:14:29.513Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-06T15:14:30.491Z] ---> Running in 7bbced40fe94 [2021-05-06T15:14:31.086Z] Removing intermediate container 7bbced40fe94 [2021-05-06T15:14:31.086Z] ---> cf9fecd09d81 [2021-05-06T15:14:31.086Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-06T15:14:31.362Z] ---> Running in 05242a8b13aa [2021-05-06T15:14:31.967Z] Removing intermediate container 05242a8b13aa [2021-05-06T15:14:31.967Z] ---> 77052d5681f0 [2021-05-06T15:14:31.967Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-06T15:14:32.238Z] ---> Running in 413dfb08f851 [2021-05-06T15:14:32.512Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-06T15:14:32.512Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-06T15:14:32.512Z] ---> eeaf43b92773 [2021-05-06T15:14:32.512Z] 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-06T15:14:32.512Z] ---> Running in ddd444e9e3a8 [2021-05-06T15:14:32.791Z] Removing intermediate container 413dfb08f851 [2021-05-06T15:14:32.791Z] ---> 35710a0b9e90 [2021-05-06T15:14:32.791Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T15:14:32.791Z] ---> Running in f779064bf551 [2021-05-06T15:14:33.424Z] Removing intermediate container ddd444e9e3a8 [2021-05-06T15:14:33.424Z] ---> 7079a3bc55e0 [2021-05-06T15:14:33.424Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-06T15:14:33.424Z] ---> Running in 1b75af5dd9c8 [2021-05-06T15:14:34.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:14:34.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:14:35.462Z] Removing intermediate container f779064bf551 [2021-05-06T15:14:35.462Z] ---> d14a62dc42dd [2021-05-06T15:14:35.462Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T15:14:35.462Z] ---> Running in 275d0ac95050 [2021-05-06T15:14:35.462Z] (1/39) Installing readline (8.0.4-r0) [2021-05-06T15:14:35.462Z] (2/39) Installing bash (5.0.17-r0) [2021-05-06T15:14:35.462Z] Executing bash-5.0.17-r0.post-install [2021-05-06T15:14:35.735Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T15:14:35.735Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-06T15:14:35.735Z] (5/39) Installing curl (7.76.1-r0) [2021-05-06T15:14:35.735Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-06T15:14:35.735Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-06T15:14:35.735Z] (8/39) Installing expat (2.2.9-r1) [2021-05-06T15:14:35.735Z] (9/39) Installing libffi (3.3-r2) [2021-05-06T15:14:35.735Z] (10/39) Installing gdbm (1.13-r1) [2021-05-06T15:14:35.735Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-06T15:14:35.735Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-06T15:14:35.735Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-06T15:14:36.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T15:14:37.684Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-06T15:14:37.684Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-06T15:14:37.684Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-06T15:14:37.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T15:14:37.684Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-06T15:14:37.684Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-06T15:14:37.684Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-06T15:14:37.684Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-06T15:14:37.684Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-06T15:14:37.684Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-06T15:14:37.684Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-06T15:14:37.684Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-06T15:14:37.684Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-06T15:14:37.684Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-06T15:14:37.684Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-06T15:14:37.954Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-06T15:14:37.954Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-06T15:14:37.954Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-06T15:14:37.954Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-06T15:14:37.954Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-06T15:14:37.954Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T15:14:37.954Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-06T15:14:37.954Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-06T15:14:37.954Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-06T15:14:38.226Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-06T15:14:38.226Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-06T15:14:38.226Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-06T15:14:38.226Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-06T15:14:38.226Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T15:14:38.226Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T15:14:38.226Z] Executing busybox-1.31.1-r19.trigger [2021-05-06T15:14:38.226Z] OK: 72 MiB in 59 packages [2021-05-06T15:14:38.226Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T15:14:38.498Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T15:14:38.498Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T15:14:38.770Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T15:14:38.770Z] OK: 8 MiB in 20 packages [2021-05-06T15:14:41.399Z] Removing intermediate container 275d0ac95050 [2021-05-06T15:14:41.399Z] ---> 3872335e8c8a [2021-05-06T15:14:41.399Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T15:14:41.678Z] ---> 283a16f17775 [2021-05-06T15:14:41.678Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-06T15:14:43.123Z] Collecting docker-compose==1.23.2 [2021-05-06T15:14:43.123Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-06T15:14:43.123Z] ---> 2cce0aa07045 [2021-05-06T15:14:43.123Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-06T15:14:43.723Z] Collecting docopt<0.7,>=0.6.1 [2021-05-06T15:14:43.723Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-06T15:14:43.996Z] ---> 441ba262498b [2021-05-06T15:14:43.996Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-06T15:14:43.996Z] ---> Running in 6d9be86c80bb [2021-05-06T15:14:44.592Z] Removing intermediate container 6d9be86c80bb [2021-05-06T15:14:44.592Z] ---> b64c52bd050c [2021-05-06T15:14:44.592Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:14:44.592Z] ---> Running in bcac9b024d7d [2021-05-06T15:14:45.190Z] Removing intermediate container bcac9b024d7d [2021-05-06T15:14:45.190Z] ---> e5e5f79f5cc4 [2021-05-06T15:14:45.190Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T15:14:45.190Z] ---> Running in c82b1f10e03c [2021-05-06T15:14:45.785Z] Removing intermediate container c82b1f10e03c [2021-05-06T15:14:45.785Z] ---> 1f4572b76688 [2021-05-06T15:14:45.785Z] Step 22/23 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:14:45.785Z] ---> Running in df27259e5ad0 [2021-05-06T15:14:46.377Z] Removing intermediate container df27259e5ad0 [2021-05-06T15:14:46.377Z] ---> 514308e41cf1 [2021-05-06T15:14:46.377Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:14:46.377Z] ---> Running in 84a4548d5167 [2021-05-06T15:14:46.649Z] Collecting PyYAML<4,>=3.10 [2021-05-06T15:14:46.649Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-06T15:14:46.920Z] Removing intermediate container 84a4548d5167 [2021-05-06T15:14:46.920Z] ---> 6f5c0675378a [2021-05-06T15:14:46.920Z] [2021-05-06T15:14:47.192Z] Successfully built 6f5c0675378a [2021-05-06T15:14:47.192Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-06T15:14:49.800Z]  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 [2021-05-06T15:14:49.800Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-06T15:14:50.771Z] Collecting docker<4.0,>=3.6.0 [2021-05-06T15:14:50.771Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-06T15:14:51.390Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-06T15:14:51.390Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-06T15:14:51.999Z] Collecting texttable<0.10,>=0.9.0 [2021-05-06T15:14:51.999Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-06T15:14:53.988Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-06T15:14:53.988Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-06T15:14:55.949Z] Collecting cached-property<2,>=1.2.0 [2021-05-06T15:14:55.949Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-06T15:14:55.949Z] 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-06T15:14:56.917Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-06T15:14:56.917Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-06T15:14:57.188Z] Collecting docker-pycreds>=0.4.0 [2021-05-06T15:14:57.189Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-06T15:14:58.153Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-06T15:14:58.153Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-06T15:14:58.153Z] 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-06T15:14:58.421Z] Collecting idna<2.8,>=2.5 [2021-05-06T15:14:58.421Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-06T15:14:58.421Z] 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-06T15:14:58.421Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-06T15:14:58.421Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-06T15:14:58.421Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-06T15:14:58.421Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-06T15:14:59.385Z] Installing collected packages: docopt, PyYAML, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, dockerpty, cached-property, docker-compose [2021-05-06T15:14:59.385Z] Running setup.py install for docopt: started [2021-05-06T15:15:00.810Z] Running setup.py install for docopt: finished with status 'done' [2021-05-06T15:15:00.811Z] Running setup.py install for PyYAML: started [2021-05-06T15:15:02.775Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-06T15:15:03.762Z] Attempting uninstall: urllib3 [2021-05-06T15:15:03.762Z] Found existing installation: urllib3 1.25.9 [2021-05-06T15:15:03.762Z] Uninstalling urllib3-1.25.9: [2021-05-06T15:15:03.762Z] Successfully uninstalled urllib3-1.25.9 [2021-05-06T15:15:04.358Z] Attempting uninstall: idna [2021-05-06T15:15:04.358Z] Found existing installation: idna 2.9 [2021-05-06T15:15:04.358Z] Uninstalling idna-2.9: [2021-05-06T15:15:04.358Z] Successfully uninstalled idna-2.9 [2021-05-06T15:15:04.954Z] Attempting uninstall: requests [2021-05-06T15:15:04.954Z] Found existing installation: requests 2.23.0 [2021-05-06T15:15:04.954Z] Uninstalling requests-2.23.0: [2021-05-06T15:15:05.224Z] Successfully uninstalled requests-2.23.0 [2021-05-06T15:15:06.192Z] Running setup.py install for texttable: started [2021-05-06T15:15:08.153Z] Running setup.py install for texttable: finished with status 'done' [2021-05-06T15:15:08.153Z] Running setup.py install for dockerpty: started [2021-05-06T15:15:10.116Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-06T15:15:10.708Z] 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-06T15:15:18.969Z] Removing intermediate container 1b75af5dd9c8 [2021-05-06T15:15:18.969Z] ---> 17aa17093445 [2021-05-06T15:15:18.969Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-06T15:15:18.969Z] ---> Running in 6def10368406 [2021-05-06T15:15:19.564Z] Removing intermediate container 6def10368406 [2021-05-06T15:15:19.564Z] ---> 519dccc6c3f7 [2021-05-06T15:15:19.564Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-06T15:15:19.564Z] ---> Running in 4c347617b38a [2021-05-06T15:15:20.157Z] Removing intermediate container 4c347617b38a [2021-05-06T15:15:20.157Z] ---> a808efac0331 [2021-05-06T15:15:20.157Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-06T15:15:21.130Z] ---> 82e3be4fa3a6 [2021-05-06T15:15:21.130Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-06T15:15:22.105Z] ---> 0fea28542492 [2021-05-06T15:15:22.105Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-06T15:15:23.078Z] ---> 6c42f6cf0138 [2021-05-06T15:15:23.078Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-06T15:15:23.078Z] ---> Running in f91826339e95 [2021-05-06T15:15:23.671Z] Removing intermediate container f91826339e95 [2021-05-06T15:15:23.671Z] ---> db88fc9b01ef [2021-05-06T15:15:23.671Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T15:15:23.671Z] ---> Running in 39d48563297d [2021-05-06T15:15:23.949Z] Removing intermediate container 39d48563297d [2021-05-06T15:15:23.949Z] ---> 739ed1c546a8 [2021-05-06T15:15:23.949Z] Step 21/23 : LABEL arch=arm64 [2021-05-06T15:15:24.220Z] ---> Running in 5048c0fb521b [2021-05-06T15:15:24.814Z] Removing intermediate container 5048c0fb521b [2021-05-06T15:15:24.814Z] ---> 04da9d560122 [2021-05-06T15:15:24.814Z] Step 22/23 : LABEL git_sha=b1290fed56f71f399650eea23c74a9fb48ab7d36 [2021-05-06T15:15:24.814Z] ---> Running in 07191b3e5882 [2021-05-06T15:15:25.404Z] Removing intermediate container 07191b3e5882 [2021-05-06T15:15:25.404Z] ---> fa217646b255 [2021-05-06T15:15:25.404Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T15:15:25.404Z] ---> Running in 17c7ab72d1b7 [2021-05-06T15:15:25.995Z] Removing intermediate container 17c7ab72d1b7 [2021-05-06T15:15:25.995Z] ---> 31c22c11d915 [2021-05-06T15:15:25.995Z] [2021-05-06T15:15:26.267Z] Successfully built 31c22c11d915 [2021-05-06T15:15:26.267Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-06T15:15:26.551Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-06T15:15:26.567Z] $ docker stop --time=1 015ca0be628f9fd4145b31242b59a1120b0210fcd55eeb990686fb562f488921 [2021-05-06T15:15:28.528Z] $ docker rm -f 015ca0be628f9fd4145b31242b59a1120b0210fcd55eeb990686fb562f488921 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T15:15:29.120Z] + docker images [2021-05-06T15:15:29.120Z] + grep docker [2021-05-06T15:15:29.391Z] docker-sys-mgmt-agent-go-arm64 latest 31c22c11d915 4 seconds ago 299MB [2021-05-06T15:15:29.391Z] docker-core-data-go-arm64 latest 6f5c0675378a 43 seconds ago 20.3MB [2021-05-06T15:15:29.391Z] docker-core-metadata-go-arm64 latest b4ffc02e2d90 About a minute ago 17.4MB [2021-05-06T15:15:29.391Z] docker-security-proxy-setup-go-arm64 latest 5ef82ee1dca3 About a minute ago 23.9MB [2021-05-06T15:15:29.391Z] docker-security-bootstrapper-go-arm64 latest 3e155698825f 4 minutes ago 17.1MB [2021-05-06T15:15:29.391Z] docker-core-command-go-arm64 latest ecb8023f378a 4 minutes ago 16.1MB [2021-05-06T15:15:29.391Z] docker-support-scheduler-go-arm64 latest 53bc750fc69f 4 minutes ago 16.1MB [2021-05-06T15:15:29.391Z] docker-support-notifications-go-arm64 latest 34ed4ffebd4e 4 minutes ago 16.6MB [2021-05-06T15:15:29.391Z] docker-security-secretstore-setup-go-arm64 latest 918628b47e6c 4 minutes ago 24.3MB [2021-05-06T15:15:29.391Z] 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-06T15:15:30.062Z] ---> job-cost.sh [2021-05-06T15:15:30.062Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qMeg [2021-05-06T15:16:08.991Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T15:17:45.719Z] lf-activate-venv(): INFO: Adding /tmp/venv-qMeg/bin to PATH [2021-05-06T15:17:45.719Z] INFO: No Stack... [2021-05-06T15:17:45.719Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T15:17:45.719Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T15:17:46.053Z] + cat /w/workspace/edgex-go/7/archives/cost.csv [2021-05-06T15:17:46.053Z] + cut -d, -f6 [Pipeline] lock [2021-05-06T15:17:46.163Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3410-7-stack-cost] [2021-05-06T15:17:46.172Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3410-7-stack-cost] did not exist. Created. [2021-05-06T15:17:46.172Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3410-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T15:17:46.608Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T15:17:46.913Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T15:17:46.929Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3410-7-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-06T15:17:47.582Z] provisioning config files... [2021-05-06T15:17:47.594Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config2491599800702275020tmp [Pipeline] { [Pipeline] sh [2021-05-06T15:17:47.915Z] + set +x [2021-05-06T15:17:47.915Z] + curl -s https://codecov.io/bash [2021-05-06T15:17:47.915Z] + bash -s -- [2021-05-06T15:17:48.491Z] [2021-05-06T15:17:48.491Z] _____ _ [2021-05-06T15:17:48.491Z] / ____| | | [2021-05-06T15:17:48.491Z] | | ___ __| | ___ ___ _____ __ [2021-05-06T15:17:48.491Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-06T15:17:48.491Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-06T15:17:48.491Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-06T15:17:48.491Z] Bash-1.0.2 [2021-05-06T15:17:48.491Z] [2021-05-06T15:17:48.491Z] [2021-05-06T15:17:48.491Z] ==> git version 2.24.3 found [2021-05-06T15:17:48.491Z] ==> 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-06T15:17:48.491Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-06T15:17:48.491Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-06T15:17:48.491Z] ==> Jenkins CI detected. [2021-05-06T15:17:48.491Z] project root: . [2021-05-06T15:17:48.491Z] --> token set from env [2021-05-06T15:17:48.491Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-06T15:17:48.491Z] ==> Running gcov in . (disable via -X gcov) [2021-05-06T15:17:48.491Z] ==> Python coveragepy not found [2021-05-06T15:17:48.491Z] ==> Searching for coverage reports in: [2021-05-06T15:17:48.491Z] + . [2021-05-06T15:17:48.491Z] -> Found 1 reports [2021-05-06T15:17:48.491Z] ==> Detecting git/mercurial file structure [2021-05-06T15:17:48.758Z] ==> Reading reports [2021-05-06T15:17:48.758Z] + ./coverage.out bytes=705232 [2021-05-06T15:17:48.758Z] ==> Appending adjustments [2021-05-06T15:17:48.758Z] https://docs.codecov.io/docs/fixing-reports [2021-05-06T15:17:52.080Z] + Found adjustments [2021-05-06T15:17:52.080Z] ==> Gzipping contents [2021-05-06T15:17:52.080Z] 100K /tmp/codecov.CzdXVi.gz [2021-05-06T15:17:52.080Z] ==> Uploading reports [2021-05-06T15:17:52.080Z] url: https://codecov.io [2021-05-06T15:17:52.080Z] query: branch=PR-3410&commit=b1290fed56f71f399650eea23c74a9fb48ab7d36&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3410%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3410&job=&cmd_args= [2021-05-06T15:17:52.080Z] -> Pinging Codecov [2021-05-06T15:17:52.080Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3410&commit=b1290fed56f71f399650eea23c74a9fb48ab7d36&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3410%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3410&job=&cmd_args= [2021-05-06T15:17:52.654Z] -> Uploading to [2021-05-06T15:17:52.654Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-06/00271124DB129430A58F1EEE437C3FCB/b1290fed56f71f399650eea23c74a9fb48ab7d36/6b62900d-10a9-4df0-af11-84033e3ec169.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T151752Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=03d682d715ce4d9db5155f698af95c666e75e800539ed65b4908e7d14ed622f7 [2021-05-06T15:17:52.654Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T15:17:52.654Z] Dload Upload Total Spent Left Speed [2021-05-06T15:17:53.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 224k --:--:-- --:--:-- --:--:-- 225k [2021-05-06T15:17:53.230Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b1290fed56f71f399650eea23c74a9fb48ab7d36 [Pipeline] } [2021-05-06T15:17:53.240Z] 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-06T15:17:54.164Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:17:55.044Z] ---> package-listing.sh [2021-05-06T15:17:55.044Z] ++ facter osfamily [2021-05-06T15:17:55.044Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T15:17:55.044Z] + OS_FAMILY=redhat [2021-05-06T15:17:55.044Z] + workspace=/w/workspace/edgex-go/7 [2021-05-06T15:17:55.044Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T15:17:55.044Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T15:17:55.044Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T15:17:55.044Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T15:17:55.044Z] + '[' /w/workspace/edgex-go/7 ']' [2021-05-06T15:17:55.044Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T15:17:55.044Z] + case "${OS_FAMILY}" in [2021-05-06T15:17:55.044Z] + rpm -qa [2021-05-06T15:17:55.044Z] + sort [2021-05-06T15:18:00.357Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T15:18:00.357Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T15:18:00.357Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T15:18:00.357Z] + '[' /w/workspace/edgex-go/7 ']' [2021-05-06T15:18:00.357Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-05-06T15:18:00.357Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-05-06T15:18:00.372Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-06T15:18:00.669Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:18:00.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T15:18:00.978Z] [2021-05-06T15:18:00.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T15:18:01.300Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T15:18:01.300Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T15:18:01.300Z] df20fa9351a1: Pulling fs layer [2021-05-06T15:18:01.300Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T15:18:01.300Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T15:18:01.300Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T15:18:01.300Z] 93b61091891f: Pulling fs layer [2021-05-06T15:18:01.300Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T15:18:01.300Z] 5e14af77c1be: Pulling fs layer [2021-05-06T15:18:01.300Z] 01666e4c0597: Pulling fs layer [2021-05-06T15:18:01.300Z] aa168da1d23b: Pulling fs layer [2021-05-06T15:18:01.300Z] 93b9cdb0e59b: Waiting [2021-05-06T15:18:01.300Z] 5e14af77c1be: Waiting [2021-05-06T15:18:01.300Z] 01666e4c0597: Waiting [2021-05-06T15:18:01.300Z] aa168da1d23b: Waiting [2021-05-06T15:18:01.300Z] 46f8f816bc3b: Waiting [2021-05-06T15:18:01.300Z] 93b61091891f: Waiting [2021-05-06T15:18:01.300Z] 36b3adc4ff6f: Verifying Checksum [2021-05-06T15:18:01.300Z] 36b3adc4ff6f: Download complete [2021-05-06T15:18:01.300Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T15:18:01.300Z] 46f8f816bc3b: Download complete [2021-05-06T15:18:01.564Z] df20fa9351a1: Verifying Checksum [2021-05-06T15:18:01.564Z] df20fa9351a1: Download complete [2021-05-06T15:18:01.564Z] 93b9cdb0e59b: Verifying Checksum [2021-05-06T15:18:01.564Z] 93b9cdb0e59b: Download complete [2021-05-06T15:18:01.564Z] 5e14af77c1be: Verifying Checksum [2021-05-06T15:18:01.564Z] 5e14af77c1be: Download complete [2021-05-06T15:18:01.564Z] 93b61091891f: Verifying Checksum [2021-05-06T15:18:01.564Z] 93b61091891f: Download complete [2021-05-06T15:18:01.564Z] 01666e4c0597: Verifying Checksum [2021-05-06T15:18:01.564Z] 01666e4c0597: Download complete [2021-05-06T15:18:01.564Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T15:18:01.564Z] 8ad3a11d3b57: Download complete [2021-05-06T15:18:01.830Z] df20fa9351a1: Pull complete [2021-05-06T15:18:02.101Z] 36b3adc4ff6f: Pull complete [2021-05-06T15:18:03.054Z] 8ad3a11d3b57: Pull complete [2021-05-06T15:18:03.054Z] 46f8f816bc3b: Pull complete [2021-05-06T15:18:04.007Z] aa168da1d23b: Verifying Checksum [2021-05-06T15:18:04.007Z] aa168da1d23b: Download complete [2021-05-06T15:18:04.956Z] 93b61091891f: Pull complete [2021-05-06T15:18:04.956Z] 93b9cdb0e59b: Pull complete [2021-05-06T15:18:05.220Z] 5e14af77c1be: Pull complete [2021-05-06T15:18:05.220Z] 01666e4c0597: Pull complete [2021-05-06T15:18:17.721Z] aa168da1d23b: Pull complete [2021-05-06T15:18:17.721Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T15:18:17.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T15:18:17.721Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T15:18:17.950Z] prd-centos7-docker-4c-2g-3220 does not seem to be running inside a container [2021-05-06T15:18:18.004Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-06T15:18:22.359Z] $ docker top 031ba13ead6dee425784d5a8603de92c84035b5d3ead25cd20a23efd1c31a649 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T15:18:22.834Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T15:18:23.133Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T15:18:23.434Z] + ls /var/log/sa-host [2021-05-06T15:18:23.435Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T15:18:23.435Z] file_magic: OK [2021-05-06T15:18:23.435Z] HZ: Using current value: 100 [2021-05-06T15:18:23.435Z] file_header: OK [2021-05-06T15:18:23.435Z] 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-06T15:18:23.435Z] Statistics: [2021-05-06T15:18:23.435Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T15:18:23.435Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T15:18:23.435Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T15:18:23.435Z] file_magic: OK [2021-05-06T15:18:23.435Z] HZ: Using current value: 100 [2021-05-06T15:18:23.435Z] file_header: OK [2021-05-06T15:18:23.435Z] 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-06T15:18:23.435Z] Statistics: [2021-05-06T15:18:23.435Z] Hnuu...uuuununununu... [2021-05-06T15:18:23.435Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T15:18:24.039Z] provisioning config files... [2021-05-06T15:18:24.060Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config2614652757614900186tmp [Pipeline] { [Pipeline] echo [2021-05-06T15:18:24.082Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:18:24.381Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T15:18:24.391Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T15:18:24.416Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:18:24.714Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T15:18:24.725Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:18:25.023Z] ---> sudo-logs.sh [2021-05-06T15:18:25.023Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T15:18:25.050Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:18:25.349Z] ---> job-cost.sh [2021-05-06T15:18:25.349Z] lf-activate-venv: SKIPPING [2021-05-06T15:18:25.349Z] DEBUG: total: 0.20999999344348907 [2021-05-06T15:18:25.349Z] INFO: Retrieving Stack Cost... [2021-05-06T15:18:26.740Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T15:18:27.318Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T15:18:27.335Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T15:18:27.633Z] ---> logs-deploy.sh [2021-05-06T15:18:27.633Z] lf-activate-venv: SKIPPING [2021-05-06T15:18:27.633Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3410/7 [2021-05-06T15:18:27.633Z] INFO: archiving workspace using pattern(s): [2021-05-06T15:18:29.022Z] Archives upload complete. [2021-05-06T15:18:29.022Z] INFO: archiving logs to Nexus