Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 354513ea476727261fb8f3ec0718bce51a661462+31468994070af38c8f9db93fe1a8ddc3ce05f196 (974040cfc4397beb0151ef50a183bfc5f5da50a5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2578 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 Merge succeeded, producing 77169310fe754f55913173a715ec2401b91d9a4b Checking out Revision 77169310fe754f55913173a715ec2401b91d9a4b (PR-3406) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77169310fe754f55913173a715ec2401b91d9a4b # timeout=10 Commit message: "Merge commit '31468994070af38c8f9db93fe1a8ddc3ce05f196' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-01T08:30:25.414Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-01T08:30:25.630Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-01T08:30:25.658Z] ========================================================= [2021-05-01T08:30:25.659Z] EdgeX Global Pipelines Version Info [2021-05-01T08:30:25.659Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fdd2f6538c016edec960e73013a8ac315277938c # timeout=10 [2021-05-01T08:30:27.231Z] ------------------- [2021-05-01T08:30:27.231Z] stable info: [2021-05-01T08:30:27.231Z] ------------------- [2021-05-01T08:30:27.231Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-01T08:30:27.231Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-01T08:30:27.231Z] Message: update stable to v1.0.191 [2021-05-01T08:30:28.182Z] ------------------- [2021-05-01T08:30:28.182Z] experimental info: [2021-05-01T08:30:28.182Z] ------------------- [2021-05-01T08:30:28.182Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-01T08:30:28.182Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-01T08:30:28.182Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-01T08:30:28.304Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-01T08:30:28.323Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-01T08:30:28.342Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-01T08:30:28.373Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-01T08:30:28.398Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-01T08:30:28.418Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-01T08:30:28.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-01T08:30:28.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-01T08:30:28.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-01T08:30:28.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-01T08:30:28.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-01T08:30:28.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-01T08:30:28.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-01T08:30:28.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-01T08:30:28.600Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-01T08:30:28.622Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-01T08:30:28.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-01T08:30:28.674Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-01T08:30:28.704Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-01T08:30:28.726Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-01T08:30:28.747Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-01T08:30:28.769Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-01T08:30:28.789Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3406 [Pipeline] echo [2021-05-01T08:30:28.812Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3406 [Pipeline] echo [2021-05-01T08:30:28.833Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3406 [Pipeline] echo [2021-05-01T08:30:28.853Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77169310fe754f55913173a715ec2401b91d9a4b [Pipeline] echo [2021-05-01T08:30:28.875Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7716931 [Pipeline] echo [2021-05-01T08:30:28.895Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-01T08:30:28.967Z] provisioning config files... [2021-05-01T08:30:29.000Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1352925733103458843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:30:29.333Z] ---> docker-login.sh [2021-05-01T08:30:29.333Z] nexus3.edgexfoundry.org:10001 [2021-05-01T08:30:29.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:30:29.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:30:29.859Z] Configure a credential helper to remove this warning. See [2021-05-01T08:30:29.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:30:29.859Z] [2021-05-01T08:30:29.859Z] Login Succeeded [2021-05-01T08:30:29.859Z] nexus3.edgexfoundry.org:10002 [2021-05-01T08:30:29.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:30:29.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:30:29.859Z] Configure a credential helper to remove this warning. See [2021-05-01T08:30:29.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:30:29.859Z] [2021-05-01T08:30:29.859Z] Login Succeeded [2021-05-01T08:30:29.859Z] nexus3.edgexfoundry.org:10003 [2021-05-01T08:30:30.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:30:30.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:30:30.124Z] Configure a credential helper to remove this warning. See [2021-05-01T08:30:30.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:30:30.124Z] [2021-05-01T08:30:30.124Z] Login Succeeded [2021-05-01T08:30:30.124Z] nexus3.edgexfoundry.org:10004 [2021-05-01T08:30:30.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:30:30.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:30:30.386Z] Configure a credential helper to remove this warning. See [2021-05-01T08:30:30.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:30:30.386Z] [2021-05-01T08:30:30.386Z] Login Succeeded [2021-05-01T08:30:30.386Z] docker.io [2021-05-01T08:30:30.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:30:30.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:30:30.649Z] Configure a credential helper to remove this warning. See [2021-05-01T08:30:30.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:30:30.649Z] [2021-05-01T08:30:30.649Z] Login Succeeded [2021-05-01T08:30:30.649Z] ---> docker-login.sh ends [Pipeline] } [2021-05-01T08:30:30.659Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-01T08:30:30.999Z] ++ 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-01T08:30:30.999Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:30:30.999Z] ++ dirname cmd/core-command/Dockerfile [2021-05-01T08:30:30.999Z] ++ cut -d/ -f2 [2021-05-01T08:30:30.999Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-01T08:30:30.999Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:30:30.999Z] ++ dirname cmd/core-data/Dockerfile [2021-05-01T08:30:30.999Z] ++ cut -d/ -f2 [2021-05-01T08:30:30.999Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-01T08:30:30.999Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:30:30.999Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-01T08:30:30.999Z] ++ cut -d/ -f2 [2021-05-01T08:30:30.999Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-01T08:30:30.999Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:30:30.999Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-01T08:30:30.999Z] ++ cut -d/ -f2 [2021-05-01T08:30:30.999Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-01T08:30:30.999Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:30:30.999Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-01T08:30:30.999Z] ++ cut -d/ -f2 [2021-05-01T08:30:31.000Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-01T08:30:31.000Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:30:31.000Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-01T08:30:31.000Z] ++ cut -d/ -f2 [2021-05-01T08:30:31.000Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-01T08:30:31.000Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:30:31.000Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-01T08:30:31.000Z] ++ cut -d/ -f2 [2021-05-01T08:30:31.000Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-01T08:30:31.000Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:30:31.000Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-01T08:30:31.000Z] ++ cut -d/ -f2 [2021-05-01T08:30:31.000Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-01T08:30:31.000Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:30:31.000Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-01T08:30:31.000Z] ++ cut -d/ -f2 [2021-05-01T08:30:31.000Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-01T08:30:31.077Z] 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-01T08:30:32.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-01T08:30:32.379Z] [2021-05-01T08:30:32.379Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:30:32.698Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-01T08:30:32.699Z] latest: Pulling from edgex-devops/git-semver [2021-05-01T08:30:32.699Z] 31603596830f: Pulling fs layer [2021-05-01T08:30:32.699Z] 54011a49482f: Pulling fs layer [2021-05-01T08:30:32.699Z] a6820b24f6d8: Pulling fs layer [2021-05-01T08:30:32.699Z] f581987b2513: Pulling fs layer [2021-05-01T08:30:32.699Z] f581987b2513: Waiting [2021-05-01T08:30:32.699Z] 54011a49482f: Verifying Checksum [2021-05-01T08:30:32.699Z] 54011a49482f: Download complete [2021-05-01T08:30:32.699Z] 31603596830f: Download complete [2021-05-01T08:30:32.962Z] f581987b2513: Verifying Checksum [2021-05-01T08:30:32.962Z] f581987b2513: Download complete [2021-05-01T08:30:33.226Z] 31603596830f: Pull complete [2021-05-01T08:30:33.226Z] a6820b24f6d8: Verifying Checksum [2021-05-01T08:30:33.226Z] a6820b24f6d8: Download complete [2021-05-01T08:30:33.226Z] 54011a49482f: Pull complete [2021-05-01T08:30:34.184Z] a6820b24f6d8: Pull complete [2021-05-01T08:30:34.447Z] f581987b2513: Pull complete [2021-05-01T08:30:34.447Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-01T08:30:34.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-01T08:30:34.447Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-01T08:30:34.552Z] prd-centos7-docker-4c-2g-2578 does not seem to be running inside a container [2021-05-01T08:30:34.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-01T08:30:37.366Z] $ docker top 7e22b494c8e225ef684b4b4ab16127d0fbd9c97705fdbb88b67decd5c1000d0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-01T08:30:37.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-01T08:30:37.630Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-01T08:30:37.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-01T08:30:37.890Z] $ docker exec 7e22b494c8e225ef684b4b4ab16127d0fbd9c97705fdbb88b67decd5c1000d0e ssh-agent [2021-05-01T08:30:38.065Z] SSH_AUTH_SOCK=/tmp/ssh-H3JRLN7XaGdZ/agent.11 [2021-05-01T08:30:38.065Z] SSH_AGENT_PID=16 [2021-05-01T08:30:38.084Z] Running ssh-add (command line suppressed) [2021-05-01T08:30:38.210Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_942591330272060268.key (/w/workspace/edgex-go/4@tmp/private_key_942591330272060268.key) [2021-05-01T08:30:38.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-01T08:30:38.566Z] + git tag --points-at HEAD [Pipeline] } [2021-05-01T08:30:38.587Z] $ docker exec --env ******** --env ******** 7e22b494c8e225ef684b4b4ab16127d0fbd9c97705fdbb88b67decd5c1000d0e ssh-agent -k [2021-05-01T08:30:38.706Z] unset SSH_AUTH_SOCK; [2021-05-01T08:30:38.706Z] unset SSH_AGENT_PID; [2021-05-01T08:30:38.706Z] echo Agent pid 16 killed; [2021-05-01T08:30:38.757Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-01T08:30:38.791Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-01T08:30:38.791Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-01T08:30:38.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-01T08:30:38.962Z] $ docker exec 7e22b494c8e225ef684b4b4ab16127d0fbd9c97705fdbb88b67decd5c1000d0e ssh-agent [2021-05-01T08:30:39.128Z] SSH_AUTH_SOCK=/tmp/ssh-njZIS9yr7XhH/agent.44 [2021-05-01T08:30:39.128Z] SSH_AGENT_PID=49 [2021-05-01T08:30:39.135Z] Running ssh-add (command line suppressed) [2021-05-01T08:30:39.259Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5903111490601364651.key (/w/workspace/edgex-go/4@tmp/private_key_5903111490601364651.key) [2021-05-01T08:30:39.315Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-01T08:30:39.625Z] + git semver init [2021-05-01T08:30:39.625Z] # -> Open(): unable to determine branch for HEAD [2021-05-01T08:30:39.625Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-05-01T08:30:39.625Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-05-01T08:30:39.625Z] # $SEMVER_REMOTE_NAME = origin [2021-05-01T08:30:39.625Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-01T08:30:39.625Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-01T08:30:39.625Z] # $SEMVER_BRANCH = PR-3406 [2021-05-01T08:30:39.625Z] # $SEMVER_TEMP = /tmp/semver-311574292 [2021-05-01T08:30:39.625Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-01T08:30:57.786Z] # '/tmp/semver-311574292' -> '/w/workspace/edgex-go/4/.semver' [2021-05-01T08:30:57.786Z] # -> Force: false [2021-05-01T08:30:57.786Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-05-01T08:30:57.800Z] $ docker exec --env ******** --env ******** 7e22b494c8e225ef684b4b4ab16127d0fbd9c97705fdbb88b67decd5c1000d0e ssh-agent -k [2021-05-01T08:30:58.085Z] unset SSH_AUTH_SOCK; [2021-05-01T08:30:58.086Z] unset SSH_AGENT_PID; [2021-05-01T08:30:58.086Z] echo Agent pid 49 killed; [2021-05-01T08:30:58.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-01T08:30:58.517Z] + git semver [Pipeline] } [2021-05-01T08:30:58.538Z] $ docker stop --time=1 7e22b494c8e225ef684b4b4ab16127d0fbd9c97705fdbb88b67decd5c1000d0e [2021-05-01T08:31:00.185Z] $ docker rm -f 7e22b494c8e225ef684b4b4ab16127d0fbd9c97705fdbb88b67decd5c1000d0e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-01T08:31:00.651Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-01T08:31:01.089Z] Stashed 1 file(s) [Pipeline] echo [2021-05-01T08:31:01.092Z] [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-01T08:31:01.644Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-01T08:31:02.086Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-01T08:31:02.405Z] + sudo service docker restart [2021-05-01T08:31:02.405Z] + true [2021-05-01T08:31:02.405Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-01T08:31:02.998Z] ========================================================= [2021-05-01T08:31:02.998Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-01T08:31:02.998Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:31:03.316Z] + 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-01T08:31:06.648Z] Sending build context to Docker daemon 329.7MB [2021-05-01T08:31:06.911Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-01T08:31:06.911Z] Step 2/6 : FROM ${BASE} [2021-05-01T08:31:06.911Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-01T08:31:06.911Z] 540db60ca938: Pulling fs layer [2021-05-01T08:31:06.911Z] adcc1eea9eea: Pulling fs layer [2021-05-01T08:31:06.911Z] 4c4ab2625f07: Pulling fs layer [2021-05-01T08:31:06.911Z] 0510c868ecb4: Pulling fs layer [2021-05-01T08:31:06.911Z] afea3b2eda06: Pulling fs layer [2021-05-01T08:31:06.911Z] 7809a108b3ef: Pulling fs layer [2021-05-01T08:31:06.911Z] f706445af74f: Pulling fs layer [2021-05-01T08:31:06.911Z] 7809a108b3ef: Waiting [2021-05-01T08:31:06.911Z] 0510c868ecb4: Waiting [2021-05-01T08:31:06.911Z] afea3b2eda06: Waiting [2021-05-01T08:31:06.911Z] f706445af74f: Waiting [2021-05-01T08:31:06.911Z] 4c4ab2625f07: Verifying Checksum [2021-05-01T08:31:06.911Z] 4c4ab2625f07: Download complete [2021-05-01T08:31:06.911Z] adcc1eea9eea: Download complete [2021-05-01T08:31:07.175Z] 7809a108b3ef: Download complete [2021-05-01T08:31:07.175Z] 540db60ca938: Verifying Checksum [2021-05-01T08:31:07.175Z] 540db60ca938: Download complete [2021-05-01T08:31:07.750Z] 540db60ca938: Pull complete [2021-05-01T08:31:07.750Z] adcc1eea9eea: Pull complete [2021-05-01T08:31:08.013Z] 4c4ab2625f07: Pull complete [2021-05-01T08:31:08.973Z] f706445af74f: Verifying Checksum [2021-05-01T08:31:08.973Z] f706445af74f: Download complete [2021-05-01T08:31:09.577Z] 0510c868ecb4: Verifying Checksum [2021-05-01T08:31:09.577Z] 0510c868ecb4: Download complete [2021-05-01T08:31:16.219Z] 0510c868ecb4: Pull complete [2021-05-01T08:31:16.219Z] afea3b2eda06: Pull complete [2021-05-01T08:31:16.219Z] 7809a108b3ef: Pull complete [2021-05-01T08:31:16.255Z] Still waiting to schedule task [2021-05-01T08:31:16.255Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-05-01T08:31:20.465Z] f706445af74f: Pull complete [2021-05-01T08:31:20.465Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-01T08:31:20.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-01T08:31:20.465Z] ---> b068be0155e3 [2021-05-01T08:31:20.465Z] 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-01T08:31:21.864Z] ---> Running in f6fb1a984a4d [2021-05-01T08:31:22.440Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:31:23.392Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:31:23.659Z] (1/12) Installing libmagic (5.39-r0) [2021-05-01T08:31:24.235Z] (2/12) Installing file (5.39-r0) [2021-05-01T08:31:24.235Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-01T08:31:24.235Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-01T08:31:30.858Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-01T08:31:30.858Z] (6/12) Installing patch (2.7.6-r6) [2021-05-01T08:31:30.858Z] (7/12) Installing build-base (0.5-r2) [2021-05-01T08:31:30.858Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-01T08:31:31.121Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-01T08:31:31.121Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-01T08:31:31.121Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-01T08:31:31.384Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-01T08:31:31.384Z] Executing busybox-1.32.1-r6.trigger [2021-05-01T08:31:31.384Z] OK: 219 MiB in 52 packages [2021-05-01T08:31:35.625Z] Removing intermediate container f6fb1a984a4d [2021-05-01T08:31:35.625Z] ---> d15ae7b9f03a [2021-05-01T08:31:35.625Z] Step 4/6 : WORKDIR /edgex-go [2021-05-01T08:31:35.625Z] ---> Running in 2505319c3390 [2021-05-01T08:31:35.625Z] Removing intermediate container 2505319c3390 [2021-05-01T08:31:35.625Z] ---> 31a0574122ac [2021-05-01T08:31:35.625Z] Step 5/6 : COPY go.mod . [2021-05-01T08:31:35.888Z] ---> 7425bce9421e [2021-05-01T08:31:35.888Z] Step 6/6 : RUN go mod download [2021-05-01T08:31:35.888Z] ---> Running in 54b80f51b675 [2021-05-01T08:32:02.528Z] Removing intermediate container 54b80f51b675 [2021-05-01T08:32:02.528Z] ---> f36a0faba6f2 [2021-05-01T08:32:02.528Z] Successfully built f36a0faba6f2 [2021-05-01T08:32:02.528Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:32:02.851Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-01T08:32:02.851Z] . [Pipeline] withDockerContainer [2021-05-01T08:32:02.964Z] prd-centos7-docker-4c-2g-2578 does not seem to be running inside a container [2021-05-01T08:32:03.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-01T08:32:04.294Z] $ docker top 2014ecf8b28df0c2c60fdad65bba05730630cafe0679c75f3919aff02140331e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:32:04.816Z] + go version [2021-05-01T08:32:04.816Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-01T08:32:04.833Z] $ docker stop --time=1 2014ecf8b28df0c2c60fdad65bba05730630cafe0679c75f3919aff02140331e [2021-05-01T08:32:06.294Z] $ docker rm -f 2014ecf8b28df0c2c60fdad65bba05730630cafe0679c75f3919aff02140331e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:32:06.805Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-01T08:32:06.805Z] . [Pipeline] withDockerContainer [2021-05-01T08:32:06.907Z] prd-centos7-docker-4c-2g-2578 does not seem to be running inside a container [2021-05-01T08:32:06.957Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-01T08:32:07.739Z] $ docker top 00457fc2d157ada10dbd168f8cca53e8001d99fcfa75ed199ff2357a7740c3b9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-01T08:32:07.875Z] ========================================================= [2021-05-01T08:32:07.876Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-01T08:32:07.876Z] ========================================================= [Pipeline] sh [2021-05-01T08:32:08.178Z] + go mod tidy [Pipeline] sh [2021-05-01T08:32:10.433Z] + make test [2021-05-01T08:32:10.433Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-01T08:32:19.160Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-01T08:32:37.431Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-01T08:32:45.705Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-01T08:32:45.705Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-01T08:32:45.705Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-01T08:32:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-01T08:32:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-01T08:32:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-01T08:32:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-01T08:32:48.899Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-01T08:32:49.860Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-01T08:32:53.246Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-01T08:32:53.246Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-01T08:32:53.246Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-01T08:32:55.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements [2021-05-01T08:32:55.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-01T08:32:55.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-01T08:32:55.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-01T08:32:55.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-01T08:32:55.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-01T08:32:55.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-01T08:32:55.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.053s coverage: 19.8% of statements [2021-05-01T08:32:55.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements [2021-05-01T08:32:57.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.221s coverage: 27.1% of statements [2021-05-01T08:32:57.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-01T08:32:57.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-01T08:32:57.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-01T08:32:57.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-01T08:32:57.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-01T08:32:57.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-01T08:32:57.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-05-01T08:32:57.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-01T08:32:57.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-05-01T08:32:57.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-01T08:32:57.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-01T08:32:58.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements [2021-05-01T08:32:58.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-01T08:32:58.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-01T08:32:58.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 87.7% of statements [2021-05-01T08:32:58.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-01T08:32:58.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:32:58.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements [2021-05-01T08:32:58.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-01T08:33:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.382s coverage: 28.6% of statements [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-01T08:33:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-01T08:33:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-01T08:33:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-01T08:33:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.192s coverage: 97.5% of statements [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-01T08:33:02.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-01T08:33:02.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-01T08:33:04.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.428s coverage: 95.1% of statements [2021-05-01T08:33:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-01T08:33:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:33:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-01T08:33:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-01T08:33:04.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-01T08:33:04.197Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-01T08:33:04.197Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.9% of statements [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-05-01T08:33:04.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-01T08:33:04.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2021-05-01T08:33:04.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements [2021-05-01T08:33:04.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-05-01T08:33:04.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-05-01T08:33:05.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-05-01T08:33:05.876Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2583 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws [2021-05-01T08:33:05.900Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-05-01T08:33:11.590Z] using credential edgex-jenkins-ssh [2021-05-01T08:33:11.621Z] Cloning the remote Git repository [2021-05-01T08:33:11.741Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:33:11.898Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-05-01T08:33:11.997Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:33:11.997Z] > git --version # timeout=10 [2021-05-01T08:33:12.012Z] > git --version # 'git version 2.17.1' [2021-05-01T08:33:12.013Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:33:12.057Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T08:33:17.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2021-05-01T08:33:17.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-05-01T08:33:19.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.257s coverage: 81.8% of statements [2021-05-01T08:33:19.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.084s coverage: 84.6% of statements [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.6% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 69.0% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.165s coverage: 40.5% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.157s coverage: 47.0% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.064s coverage: 9.6% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 92.6% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.782s coverage: 28.7% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.097s coverage: 64.6% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.121s coverage: 97.6% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-01T08:33:29.514Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-01T08:33:29.514Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-01T08:33:29.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-05-01T08:33:30.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-05-01T08:33:30.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-01T08:33:30.620Z] GO111MODULE=on go vet ./... [2021-05-01T08:33:32.156Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-01T08:33:32.177Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T08:33:32.207Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-01T08:33:32.244Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:33:32.244Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:33:32.257Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-01T08:33:32.948Z] Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 [2021-05-01T08:33:33.747Z] Merge succeeded, producing e74752d6fc0a7d969e8140e2fd11f29b9d96965e [2021-05-01T08:33:33.748Z] Checking out Revision e74752d6fc0a7d969e8140e2fd11f29b9d96965e (PR-3406) [2021-05-01T08:33:32.969Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T08:33:32.995Z] > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [2021-05-01T08:33:33.326Z] > git remote # timeout=10 [2021-05-01T08:33:33.344Z] > git config --get remote.origin.url # timeout=10 [2021-05-01T08:33:33.359Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:33:33.371Z] > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 [2021-05-01T08:33:33.727Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-01T08:33:33.756Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T08:33:33.771Z] > git checkout -f e74752d6fc0a7d969e8140e2fd11f29b9d96965e # timeout=10 [2021-05-01T08:33:38.178Z] Commit message: "Merge commit '31468994070af38c8f9db93fe1a8ddc3ce05f196' into HEAD" [2021-05-01T08:33:38.206Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-01T08:33:39.613Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-01T08:33:38.186Z] > git rev-list --no-walk fdd2f6538c016edec960e73013a8ac315277938c # timeout=10 [2021-05-01T08:33:40.010Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-01T08:33:40.348Z] + + sudo service dockertrue restart [2021-05-01T08:33:40.348Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-01T08:33:43.028Z] provisioning config files... [2021-05-01T08:33:43.073Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6503720234810828882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:33:43.450Z] ---> docker-login.sh [2021-05-01T08:33:43.450Z] nexus3.edgexfoundry.org:10001 [2021-05-01T08:33:44.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:33:44.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:33:44.704Z] Configure a credential helper to remove this warning. See [2021-05-01T08:33:44.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:33:44.704Z] [2021-05-01T08:33:44.704Z] Login Succeeded [2021-05-01T08:33:44.704Z] nexus3.edgexfoundry.org:10002 [2021-05-01T08:33:44.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:33:45.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:33:45.251Z] Configure a credential helper to remove this warning. See [2021-05-01T08:33:45.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:33:45.251Z] [2021-05-01T08:33:45.251Z] Login Succeeded [2021-05-01T08:33:45.251Z] nexus3.edgexfoundry.org:10003 [2021-05-01T08:33:45.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:33:45.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:33:45.801Z] Configure a credential helper to remove this warning. See [2021-05-01T08:33:45.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:33:45.801Z] [2021-05-01T08:33:45.801Z] Login Succeeded [2021-05-01T08:33:45.801Z] nexus3.edgexfoundry.org:10004 [2021-05-01T08:33:46.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:33:46.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:33:46.356Z] Configure a credential helper to remove this warning. See [2021-05-01T08:33:46.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:33:46.356Z] [2021-05-01T08:33:46.356Z] Login Succeeded [2021-05-01T08:33:46.356Z] docker.io [2021-05-01T08:33:46.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:33:46.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:33:46.903Z] Configure a credential helper to remove this warning. See [2021-05-01T08:33:46.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:33:46.903Z] [2021-05-01T08:33:46.903Z] Login Succeeded [2021-05-01T08:33:46.903Z] ---> docker-login.sh ends [Pipeline] } [2021-05-01T08:33:46.921Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-01T08:33:47.212Z] ========================================================= [2021-05-01T08:33:47.212Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-01T08:33:47.212Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:33:47.548Z] + 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-01T08:33:50.180Z] Sending build context to Docker daemon 167.4MB [2021-05-01T08:33:50.180Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-01T08:33:50.180Z] Step 2/6 : FROM ${BASE} [2021-05-01T08:33:50.180Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-01T08:33:50.180Z] 595b0fe564bb: Pulling fs layer [2021-05-01T08:33:50.180Z] 7186ed65a4f7: Pulling fs layer [2021-05-01T08:33:50.180Z] 316046926c0a: Pulling fs layer [2021-05-01T08:33:50.180Z] 4ebd0625c992: Pulling fs layer [2021-05-01T08:33:50.180Z] 207e8628e3a3: Pulling fs layer [2021-05-01T08:33:50.180Z] c791037a9be2: Pulling fs layer [2021-05-01T08:33:50.180Z] ffd874e62e21: Pulling fs layer [2021-05-01T08:33:50.180Z] 207e8628e3a3: Waiting [2021-05-01T08:33:50.180Z] c791037a9be2: Waiting [2021-05-01T08:33:50.180Z] ffd874e62e21: Waiting [2021-05-01T08:33:50.180Z] 4ebd0625c992: Waiting [2021-05-01T08:33:50.180Z] 316046926c0a: Verifying Checksum [2021-05-01T08:33:50.180Z] 316046926c0a: Download complete [2021-05-01T08:33:50.180Z] 7186ed65a4f7: Download complete [2021-05-01T08:33:50.180Z] 207e8628e3a3: Verifying Checksum [2021-05-01T08:33:50.180Z] 207e8628e3a3: Download complete [2021-05-01T08:33:50.180Z] c791037a9be2: Verifying Checksum [2021-05-01T08:33:50.180Z] 595b0fe564bb: Verifying Checksum [2021-05-01T08:33:50.180Z] 595b0fe564bb: Download complete [2021-05-01T08:33:50.783Z] 595b0fe564bb: Pull complete [2021-05-01T08:33:51.393Z] 7186ed65a4f7: Pull complete [2021-05-01T08:33:51.993Z] 316046926c0a: Pull complete [2021-05-01T08:33:52.269Z] ffd874e62e21: Verifying Checksum [2021-05-01T08:33:52.269Z] ffd874e62e21: Download complete [2021-05-01T08:33:53.710Z] 4ebd0625c992: Verifying Checksum [2021-05-01T08:33:53.710Z] 4ebd0625c992: Download complete [2021-05-01T08:34:02.899Z] gofmt -l . [2021-05-01T08:34:03.163Z] [ "`gofmt -l .`" = "" ] [2021-05-01T08:34:03.739Z] ./bin/test-go-mod-tidy.sh [2021-05-01T08:34:04.323Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-01T08:34:05.908Z] + ls -al . [2021-05-01T08:34:05.908Z] total 800 [2021-05-01T08:34:05.908Z] drwxrwxr-x 10 1001 1001 4096 May 1 08:34 . [2021-05-01T08:34:05.908Z] drwxr-xr-x 4 root root 28 May 1 08:32 .. [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 11 May 1 08:30 .dockerignore [2021-05-01T08:34:05.908Z] drwxrwxr-x 8 1001 1001 179 May 1 08:30 .git [2021-05-01T08:34:05.908Z] drwxrwxr-x 3 1001 1001 125 May 1 08:30 .github [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 818 May 1 08:30 .gitignore [2021-05-01T08:34:05.908Z] drwx------ 3 1001 1001 60 May 1 08:30 .semver [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 166 May 1 08:30 .sonarcloud.properties [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 8609 May 1 08:30 Attribution.txt [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 3804 May 1 08:30 CONTRIBUTING.md [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 931 May 1 08:30 Dockerfile.build [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 863 May 1 08:30 Jenkinsfile [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 10775 May 1 08:30 LICENSE [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 5774 May 1 08:30 Makefile [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 7978 May 1 08:30 README.md [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 6755 May 1 08:30 SECURITY.md [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 5 May 1 08:31 VERSION [2021-05-01T08:34:05.908Z] -rw-rw-r-- 1 1001 1001 4131 May 1 08:30 ZMQWindows.md [2021-05-01T08:34:05.908Z] drwxrwxr-x 2 1001 1001 117 May 1 08:30 bin [2021-05-01T08:34:05.908Z] drwxrwxr-x 14 1001 1001 4096 May 1 08:30 cmd [2021-05-01T08:34:05.908Z] -rw-r--r-- 1 root root 691485 May 1 08:33 coverage.out [2021-05-01T08:34:05.908Z] -rw-r--r-- 1 root root 1060 May 1 08:34 go.mod [2021-05-01T08:34:05.908Z] -rw-r--r-- 1 root root 22420 May 1 08:32 go.sum [2021-05-01T08:34:05.908Z] drwxrwxr-x 8 1001 1001 127 May 1 08:30 internal [2021-05-01T08:34:05.908Z] drwxrwxr-x 4 1001 1001 26 May 1 08:30 openapi [2021-05-01T08:34:05.909Z] drwxrwxr-x 4 1001 1001 71 May 1 08:30 snap [2021-05-01T08:34:05.909Z] -rw-rw-r-- 1 1001 1001 168 May 1 08:30 version.go [Pipeline] sh [2021-05-01T08:34:06.130Z] 4ebd0625c992: Pull complete [2021-05-01T08:34:06.130Z] 207e8628e3a3: Pull complete [2021-05-01T08:34:06.130Z] c791037a9be2: Pull complete [2021-05-01T08:34:06.211Z] + '[' -e coverage.out ] [2021-05-01T08:34:06.211Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-01T08:34:06.450Z] Stashed 1 file(s) [Pipeline] sh [2021-05-01T08:34:06.746Z] + make build [2021-05-01T08:34:06.746Z] 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-01T08:34:08.770Z] ffd874e62e21: Pull complete [2021-05-01T08:34:08.770Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-01T08:34:08.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-01T08:34:08.770Z] ---> cfc18b08335c [2021-05-01T08:34:08.770Z] 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-01T08:34:09.320Z] 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-01T08:34:12.161Z] ---> Running in dba0b7f8f461 [2021-05-01T08:34:13.605Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:34:14.583Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:34:15.179Z] (1/12) Installing libmagic (5.39-r0) [2021-05-01T08:34:15.451Z] (2/12) Installing file (5.39-r0) [2021-05-01T08:34:15.723Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-01T08:34:15.723Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-01T08:34:19.463Z] 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-01T08:34:19.463Z] 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-01T08:34:20.877Z] 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-01T08:34:21.146Z] 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-01T08:34:22.554Z] 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-01T08:34:23.957Z] 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-01T08:34:24.916Z] 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-01T08:34:26.326Z] 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-01T08:34:27.287Z] 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-01T08:34:29.219Z] 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-01T08:34:31.837Z] $ docker stop --time=1 00457fc2d157ada10dbd168f8cca53e8001d99fcfa75ed199ff2357a7740c3b9 [2021-05-01T08:34:33.630Z] $ docker rm -f 00457fc2d157ada10dbd168f8cca53e8001d99fcfa75ed199ff2357a7740c3b9 [2021-05-01T08:34:34.007Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-01T08:34:34.007Z] (6/12) Installing patch (2.7.6-r6) [2021-05-01T08:34:34.007Z] (7/12) Installing build-base (0.5-r2) [2021-05-01T08:34:34.007Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-01T08:34:34.007Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-01T08:34:34.007Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-01T08:34:34.007Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-01T08:34:34.007Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-01T08:34:34.007Z] Executing busybox-1.32.1-r6.trigger [2021-05-01T08:34:34.007Z] OK: 218 MiB in 52 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:34:37.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-01T08:34:37.047Z] [2021-05-01T08:34:37.047Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:34:37.368Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-01T08:34:37.368Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-01T08:34:37.368Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-01T08:34:37.368Z] ca9280d653b3: Pulling fs layer [2021-05-01T08:34:37.368Z] 7e9c9ca2126c: Pulling fs layer [2021-05-01T08:34:37.368Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-01T08:34:37.368Z] cbdbe7a5bc2a: Download complete [2021-05-01T08:34:37.403Z] Removing intermediate container dba0b7f8f461 [2021-05-01T08:34:37.403Z] ---> 4d69aa1bc975 [2021-05-01T08:34:37.403Z] Step 4/6 : WORKDIR /edgex-go [2021-05-01T08:34:37.403Z] ---> Running in 76678004251e [2021-05-01T08:34:37.676Z] Removing intermediate container 76678004251e [2021-05-01T08:34:37.676Z] ---> 34a160068b93 [2021-05-01T08:34:37.676Z] Step 5/6 : COPY go.mod . [2021-05-01T08:34:37.952Z] cbdbe7a5bc2a: Pull complete [2021-05-01T08:34:37.953Z] ca9280d653b3: Verifying Checksum [2021-05-01T08:34:37.953Z] ca9280d653b3: Download complete [2021-05-01T08:34:38.274Z] ---> 88a2ac2207ac [2021-05-01T08:34:38.274Z] Step 6/6 : RUN go mod download [2021-05-01T08:34:38.547Z] ---> Running in 31e9cb4101e3 [2021-05-01T08:34:38.910Z] ca9280d653b3: Pull complete [2021-05-01T08:34:38.910Z] 7e9c9ca2126c: Verifying Checksum [2021-05-01T08:34:38.910Z] 7e9c9ca2126c: Download complete [2021-05-01T08:34:45.525Z] 7e9c9ca2126c: Pull complete [2021-05-01T08:34:45.525Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-01T08:34:45.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-01T08:34:45.525Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-01T08:34:45.655Z] prd-centos7-docker-4c-2g-2578 does not seem to be running inside a container [2021-05-01T08:34:45.709Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-01T08:34:48.873Z] $ docker top 485aade73f11cd3d683e3c458987d5ed06d3f08adc7bba1a19a9bf9e76182953 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:34:49.359Z] + docker-compose build --help [2021-05-01T08:34:49.359Z] + grep parallel [2021-05-01T08:34:50.308Z] --parallel Build images in parallel. [Pipeline] } [2021-05-01T08:34:50.325Z] $ docker stop --time=1 485aade73f11cd3d683e3c458987d5ed06d3f08adc7bba1a19a9bf9e76182953 [2021-05-01T08:34:51.747Z] $ docker rm -f 485aade73f11cd3d683e3c458987d5ed06d3f08adc7bba1a19a9bf9e76182953 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:34:52.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-01T08:34:52.409Z] . [Pipeline] withDockerContainer [2021-05-01T08:34:52.595Z] prd-centos7-docker-4c-2g-2578 does not seem to be running inside a container [2021-05-01T08:34:52.645Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-01T08:34:53.522Z] $ docker top ddab498248875317e0528703ae9c31b600e337028c89e397bc5c0b39a3b80631 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:34:53.935Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-01T08:34:54.883Z] Building docker-core-command-go ... [2021-05-01T08:34:54.883Z] Building docker-core-data-go ... [2021-05-01T08:34:54.883Z] Building docker-core-metadata-go ... [2021-05-01T08:34:54.883Z] Building docker-security-bootstrapper-go ... [2021-05-01T08:34:54.883Z] Building docker-security-proxy-setup-go ... [2021-05-01T08:34:54.883Z] Building docker-security-secretstore-setup-go ... [2021-05-01T08:34:54.883Z] Building docker-support-notifications-go ... [2021-05-01T08:34:54.883Z] Building docker-support-scheduler-go ... [2021-05-01T08:34:54.883Z] Building docker-sys-mgmt-agent-go ... [2021-05-01T08:34:54.883Z] Building docker-sys-mgmt-agent-go [2021-05-01T08:34:54.883Z] Building docker-security-secretstore-setup-go [2021-05-01T08:34:54.883Z] Building docker-support-scheduler-go [2021-05-01T08:34:54.883Z] Building docker-security-proxy-setup-go [2021-05-01T08:34:54.883Z] Building docker-security-bootstrapper-go [2021-05-01T08:35:05.353Z] Removing intermediate container 31e9cb4101e3 [2021-05-01T08:35:05.353Z] ---> 181a57551750 [2021-05-01T08:35:05.353Z] Successfully built 181a57551750 [2021-05-01T08:35:05.353Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:35:05.721Z] + docker inspect -f . ci-base-image-arm64 [2021-05-01T08:35:05.721Z] . [Pipeline] withDockerContainer [2021-05-01T08:35:05.998Z] prd-ubuntu18.04-docker-arm64-4c-16g-2583 does not seem to be running inside a container [2021-05-01T08:35:06.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-01T08:35:07.584Z] $ docker top 73814a1a6a72927e723e35c42fa33bf6f84ef1686c833805bea81623e285402d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:35:08.534Z] + go version [2021-05-01T08:35:08.534Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-01T08:35:08.555Z] $ docker stop --time=1 73814a1a6a72927e723e35c42fa33bf6f84ef1686c833805bea81623e285402d [2021-05-01T08:35:10.480Z] $ docker rm -f 73814a1a6a72927e723e35c42fa33bf6f84ef1686c833805bea81623e285402d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:35:11.164Z] + docker inspect -f . ci-base-image-arm64 [2021-05-01T08:35:11.164Z] . [Pipeline] withDockerContainer [2021-05-01T08:35:11.415Z] prd-ubuntu18.04-docker-arm64-4c-16g-2583 does not seem to be running inside a container [2021-05-01T08:35:11.495Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-01T08:35:12.795Z] $ docker top 10fb7e9dbc3eccea3f07687e1a4716bd96054c44dddb6106da6df074a3164f66 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-01T08:35:13.113Z] ========================================================= [2021-05-01T08:35:13.113Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-01T08:35:13.113Z] ========================================================= [Pipeline] sh [2021-05-01T08:35:13.761Z] + go mod tidy [Pipeline] sh [2021-05-01T08:35:15.433Z] + make test [2021-05-01T08:35:15.433Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-01T08:35:27.656Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:35:27.656Z] [2021-05-01T08:35:27.656Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:35:27.656Z] ---> f36a0faba6f2 [2021-05-01T08:35:27.656Z] Step 3/31 : WORKDIR /edgex-goStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:35:27.656Z] ---> f36a0faba6f2 [2021-05-01T08:35:27.656Z] [2021-05-01T08:35:27.656Z] Step 3/21 : WORKDIR /edgex-go [2021-05-01T08:35:28.252Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:35:28.252Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:35:28.252Z] ---> f36a0faba6f2 [2021-05-01T08:35:28.252Z] Step 3/22 : WORKDIR /edgex-go [2021-05-01T08:35:28.252Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:35:28.252Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:35:28.252Z] ---> f36a0faba6f2 [2021-05-01T08:35:28.252Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:35:28.840Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:35:28.840Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:35:28.840Z] ---> f36a0faba6f2 [2021-05-01T08:35:28.840Z] Step 3/24 : WORKDIR /edgex-go [2021-05-01T08:35:29.415Z] ---> Running in 85265ba3fe47 [2021-05-01T08:35:29.415Z] ---> Running in 22d97746f099 [2021-05-01T08:35:29.415Z] ---> Running in 005a34d53c95 [2021-05-01T08:35:29.415Z] ---> Running in c56094d0d255 [2021-05-01T08:35:29.415Z] ---> Running in 9fdf49c5612c [2021-05-01T08:35:29.681Z] Removing intermediate container 005a34d53c95 [2021-05-01T08:35:29.681Z] ---> 0f60d7783cff [2021-05-01T08:35:29.681Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:35:29.681Z] Removing intermediate container 85265ba3fe47 [2021-05-01T08:35:29.681Z] ---> 8c3005a81ba7 [2021-05-01T08:35:29.681Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:35:29.953Z] Removing intermediate container 22d97746f099 [2021-05-01T08:35:29.953Z] ---> e055a0b59cae [2021-05-01T08:35:29.953Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:35:29.953Z] Removing intermediate container c56094d0d255 [2021-05-01T08:35:29.953Z] ---> 7c2894b27872 [2021-05-01T08:35:29.953Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:35:29.953Z] Removing intermediate container 9fdf49c5612c [2021-05-01T08:35:29.953Z] ---> bb0233bf1e12 [2021-05-01T08:35:29.953Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:35:29.953Z] ---> Running in 75cfd5101cce [2021-05-01T08:35:29.953Z] ---> Running in 357e9960ae32 [2021-05-01T08:35:29.953Z] ---> Running in 60c32e12e6d5 [2021-05-01T08:35:29.953Z] ---> Running in 29deca965037 [2021-05-01T08:35:29.953Z] ---> Running in a3ee8178f9b0 [2021-05-01T08:35:32.527Z] Removing intermediate container 75cfd5101cce [2021-05-01T08:35:32.527Z] ---> 97ea154b1339 [2021-05-01T08:35:32.527Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-01T08:35:32.528Z] Removing intermediate container 60c32e12e6d5 [2021-05-01T08:35:32.528Z] ---> 17667c4ca6d3 [2021-05-01T08:35:32.528Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-01T08:35:32.528Z] ---> Running in 87c930b29538 [2021-05-01T08:35:32.528Z] Removing intermediate container 29deca965037 [2021-05-01T08:35:32.528Z] ---> 3a557602deae [2021-05-01T08:35:32.528Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-01T08:35:32.528Z] ---> Running in 85bf8a29ef1d [2021-05-01T08:35:32.794Z] ---> Running in 269f86c6f204 [2021-05-01T08:35:32.794Z] Removing intermediate container 357e9960ae32 [2021-05-01T08:35:32.794Z] ---> f3afc428abbd [2021-05-01T08:35:32.794Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-01T08:35:32.794Z] Removing intermediate container a3ee8178f9b0 [2021-05-01T08:35:32.794Z] ---> c18e7890d927 [2021-05-01T08:35:32.794Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-01T08:35:33.060Z] ---> Running in 90a85e0e2b96 [2021-05-01T08:35:33.060Z] ---> Running in 9f8c56e5c0bc [2021-05-01T08:35:33.650Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:35:33.912Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:35:33.912Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:35:33.912Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:35:33.912Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:35:34.486Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:35:34.752Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:35:34.752Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:35:34.752Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:35:35.329Z] OK: 219 MiB in 52 packages [2021-05-01T08:35:35.594Z] OK: 219 MiB in 52 packages [2021-05-01T08:35:35.594Z] OK: 219 MiB in 52 packages [2021-05-01T08:35:35.858Z] Removing intermediate container 87c930b29538 [2021-05-01T08:35:35.858Z] ---> de0897e7ba16 [2021-05-01T08:35:35.858Z] Step 6/23 : COPY go.mod . [2021-05-01T08:35:35.858Z] OK: 219 MiB in 52 packages [2021-05-01T08:35:36.124Z] ---> a112d690d3bf [2021-05-01T08:35:36.124Z] Step 7/23 : RUN go mod download [2021-05-01T08:35:36.391Z] Removing intermediate container 90a85e0e2b96 [2021-05-01T08:35:36.391Z] ---> 00ce0a9c558a [2021-05-01T08:35:36.391Z] Step 6/24 : COPY go.mod . [2021-05-01T08:35:36.391Z] ---> Running in 71620308a4d4 [2021-05-01T08:35:36.391Z] Removing intermediate container 269f86c6f204 [2021-05-01T08:35:36.391Z] ---> 68d6ca111d55 [2021-05-01T08:35:36.391Z] Step 6/21 : COPY go.mod . [2021-05-01T08:35:36.655Z] Removing intermediate container 9f8c56e5c0bc [2021-05-01T08:35:36.655Z] ---> f9e8c6ed9522 [2021-05-01T08:35:36.655Z] Step 6/31 : COPY go.mod . [2021-05-01T08:35:36.655Z] ---> db1a9f5c20c1 [2021-05-01T08:35:36.655Z] Step 7/24 : RUN go mod download [2021-05-01T08:35:36.655Z] ---> dc025ac4b123 [2021-05-01T08:35:36.655Z] Step 7/21 : RUN go mod download [2021-05-01T08:35:36.918Z] ---> Running in 487d86ede978 [2021-05-01T08:35:36.918Z] ---> Running in 43e981e372d9 [2021-05-01T08:35:37.180Z] ---> 6dfc06d2551e [2021-05-01T08:35:37.180Z] Step 7/31 : RUN go mod download [2021-05-01T08:35:37.453Z] ---> Running in c38a442fc67f [2021-05-01T08:35:37.718Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:35:38.294Z] Removing intermediate container 71620308a4d4 [2021-05-01T08:35:38.294Z] ---> 59bf3c0ba02c [2021-05-01T08:35:38.294Z] Step 8/23 : COPY . . [2021-05-01T08:35:38.563Z] Removing intermediate container 487d86ede978 [2021-05-01T08:35:38.563Z] ---> 395eaf0d9d49 [2021-05-01T08:35:38.563Z] Step 8/24 : COPY . . [2021-05-01T08:35:38.833Z] Removing intermediate container 43e981e372d9 [2021-05-01T08:35:38.833Z] ---> b60c8fdd073d [2021-05-01T08:35:38.833Z] Step 8/21 : COPY . . [2021-05-01T08:35:40.763Z] OK: 219 MiB in 52 packages [2021-05-01T08:35:42.182Z] Removing intermediate container c38a442fc67f [2021-05-01T08:35:42.182Z] ---> 589ea6d5c53e [2021-05-01T08:35:42.182Z] Step 8/31 : COPY . . [2021-05-01T08:35:42.377Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-01T08:35:47.545Z] Removing intermediate container 85bf8a29ef1d [2021-05-01T08:35:47.545Z] ---> 66e21a188b7c [2021-05-01T08:35:47.545Z] Step 6/22 : COPY go.mod . [2021-05-01T08:35:51.889Z] ---> 1edcfe16cdff [2021-05-01T08:35:51.889Z] Step 7/22 : RUN go mod download [2021-05-01T08:35:53.930Z] ---> Running in 85853463020c [2021-05-01T08:36:04.078Z] Removing intermediate container 85853463020c [2021-05-01T08:36:04.078Z] ---> 240513cd3b07 [2021-05-01T08:36:04.078Z] Step 8/22 : COPY . . [2021-05-01T08:36:19.090Z] ---> 09355ff71132 [2021-05-01T08:36:19.090Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-01T08:36:19.090Z] ---> 4f1c551ba3a3 [2021-05-01T08:36:19.090Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-01T08:36:19.090Z] ---> bdd83338aef9 [2021-05-01T08:36:19.090Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-01T08:36:19.090Z] ---> Running in ad57217d9e05 [2021-05-01T08:36:19.355Z] ---> d5b3bd62f10d [2021-05-01T08:36:19.355Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-01T08:36:19.618Z] ---> Running in 17008ea55428 [2021-05-01T08:36:19.618Z] ---> Running in df585cefdb72 [2021-05-01T08:36:19.887Z] ---> Running in 1c968152d0a4 [2021-05-01T08:36:21.290Z] 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-01T08:36:21.554Z] 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-01T08:36:21.554Z] 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-01T08:36:21.555Z] 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-01T08:36:31.672Z] ---> e555ac44cdf2 [2021-05-01T08:36:31.672Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-01T08:36:31.672Z] ---> Running in 1144e29fd8ff [2021-05-01T08:36:32.649Z] 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-01T08:36:50.468Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-01T08:36:50.468Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-01T08:36:54.731Z] 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-01T08:36:56.146Z] 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-01T08:36:58.765Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-01T08:36:58.765Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-01T08:37:02.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-01T08:37:02.452Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-01T08:37:02.452Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-01T08:37:02.452Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-01T08:37:04.354Z] Removing intermediate container ad57217d9e05 [2021-05-01T08:37:04.355Z] ---> 86e7f92a7928 [2021-05-01T08:37:04.355Z] [2021-05-01T08:37:04.355Z] Step 10/21 : FROM alpine:3.12 [2021-05-01T08:37:04.355Z] Removing intermediate container 1c968152d0a4 [2021-05-01T08:37:04.355Z] ---> 9ff5b49fc435 [2021-05-01T08:37:04.355Z] [2021-05-01T08:37:04.355Z] Step 10/31 : FROM alpine:3.12 [2021-05-01T08:37:04.355Z] 3.12: Pulling from library/alpine [2021-05-01T08:37:04.355Z] 3.12: Pulling from library/alpine [2021-05-01T08:37:07.688Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-01T08:37:07.688Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-01T08:37:07.688Z] Status: Downloaded newer image for alpine:3.12 [2021-05-01T08:37:07.688Z] ---> 13621d1b12d4 [2021-05-01T08:37:07.688Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-01T08:37:07.688Z] Status: Downloaded newer image for alpine:3.12 [2021-05-01T08:37:07.688Z] ---> 13621d1b12d4 [2021-05-01T08:37:07.688Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-01T08:37:07.688Z] Removing intermediate container df585cefdb72 [2021-05-01T08:37:07.688Z] ---> 5a6e7bf7ea73 [2021-05-01T08:37:07.688Z] [2021-05-01T08:37:07.688Z] Step 10/24 : FROM alpine:3.12 [2021-05-01T08:37:07.688Z] ---> 13621d1b12d4 [2021-05-01T08:37:07.688Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-01T08:37:07.688Z] ---> Running in 88bc06aec4a5 [2021-05-01T08:37:07.688Z] Removing intermediate container 17008ea55428 [2021-05-01T08:37:07.688Z] ---> 66d079b61b2c [2021-05-01T08:37:07.688Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-01T08:37:07.688Z] ---> Running in ad203541ce87 [2021-05-01T08:37:07.688Z] ---> Running in d74d9b4c9918 [2021-05-01T08:37:07.688Z] ---> Running in 9e712526b245 [2021-05-01T08:37:07.688Z] Removing intermediate container ad203541ce87 [2021-05-01T08:37:07.688Z] ---> c3cfc538ac11 [2021-05-01T08:37:07.688Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-01T08:37:07.888Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-01T08:37:07.888Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-01T08:37:07.953Z] ---> Running in 44695e39b8e9 [2021-05-01T08:37:08.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:37:08.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:37:08.502Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-01T08:37:08.502Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:37:08.502Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-01T08:37:08.502Z] (4/4) Installing curl (7.76.1-r0) [2021-05-01T08:37:08.502Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:37:08.502Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:37:08.784Z] OK: 7 MiB in 18 packages [2021-05-01T08:37:09.068Z] 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-01T08:37:09.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:37:09.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:37:09.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:37:09.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:37:09.331Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-01T08:37:09.331Z] (2/2) Installing su-exec (0.2-r1) [2021-05-01T08:37:09.331Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:37:09.331Z] OK: 6 MiB in 16 packages [2021-05-01T08:37:09.331Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-01T08:37:09.331Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:37:09.331Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-01T08:37:09.331Z] (4/6) Installing curl (7.76.1-r0) [2021-05-01T08:37:09.331Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-01T08:37:09.331Z] (6/6) Installing su-exec (0.2-r1) [2021-05-01T08:37:09.331Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:37:09.331Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:37:09.331Z] OK: 7 MiB in 20 packages [2021-05-01T08:37:13.566Z] Removing intermediate container 1144e29fd8ff [2021-05-01T08:37:13.566Z] ---> 4854d9d61141 [2021-05-01T08:37:13.566Z] [2021-05-01T08:37:13.566Z] Step 10/22 : FROM alpine:3.12 [2021-05-01T08:37:13.566Z] ---> 13621d1b12d4 [2021-05-01T08:37:13.566Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:37:13.566Z] Removing intermediate container 88bc06aec4a5 [2021-05-01T08:37:13.566Z] ---> aab9a474fcaf [2021-05-01T08:37:13.566Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-01T08:37:13.566Z] ---> Running in 46e3614537a3 [2021-05-01T08:37:13.829Z] ---> Running in 96adbe75c5c0 [2021-05-01T08:37:14.103Z] Removing intermediate container 44695e39b8e9 [2021-05-01T08:37:14.103Z] ---> a1af8bacfe3c [2021-05-01T08:37:14.103Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-01T08:37:14.103Z] Removing intermediate container 9e712526b245 [2021-05-01T08:37:14.103Z] ---> 5c23687919dc [2021-05-01T08:37:14.103Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-01T08:37:14.481Z] ---> Running in 40c1593f786f [2021-05-01T08:37:14.481Z] ---> Running in 0d9f4b1958ac [2021-05-01T08:37:14.481Z] Removing intermediate container d74d9b4c9918 [2021-05-01T08:37:14.481Z] ---> 7a8dcfbdbe47 [2021-05-01T08:37:14.481Z] [2021-05-01T08:37:14.481Z] Step 11/23 : FROM docker:20.10.0 [2021-05-01T08:37:14.481Z] Removing intermediate container 96adbe75c5c0 [2021-05-01T08:37:14.481Z] ---> 3dc75be74ce7 [2021-05-01T08:37:14.481Z] Step 13/21 : WORKDIR /edgex [2021-05-01T08:37:14.481Z] 20.10.0: Pulling from library/docker [2021-05-01T08:37:14.481Z] ---> Running in f83a78805e38 [2021-05-01T08:37:14.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:37:14.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:37:14.825Z] Removing intermediate container 40c1593f786f [2021-05-01T08:37:14.825Z] ---> b6953e3bd568 [2021-05-01T08:37:14.825Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-01T08:37:14.825Z] Removing intermediate container 0d9f4b1958ac [2021-05-01T08:37:14.825Z] ---> d9e3fd95b049 [2021-05-01T08:37:14.825Z] Step 13/24 : WORKDIR / [2021-05-01T08:37:14.825Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-01T08:37:14.825Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:37:14.825Z] OK: 6 MiB in 15 packages [2021-05-01T08:37:15.225Z] ---> Running in 561bd58c4151 [2021-05-01T08:37:15.225Z] ---> Running in df7b18e2195c [2021-05-01T08:37:15.225Z] Removing intermediate container f83a78805e38 [2021-05-01T08:37:15.225Z] ---> cf1526ebe32e [2021-05-01T08:37:15.225Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-01T08:37:15.501Z] Removing intermediate container 561bd58c4151 [2021-05-01T08:37:15.501Z] ---> f8a7e6d8238f [2021-05-01T08:37:15.501Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-01T08:37:15.501Z] Removing intermediate container df7b18e2195c [2021-05-01T08:37:15.501Z] ---> 617c8f91de3b [2021-05-01T08:37:15.501Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-01T08:37:15.781Z] ---> Running in 1a189ace4c1d [2021-05-01T08:37:15.781Z] ---> 8f4a630c8b5c [2021-05-01T08:37:15.781Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-01T08:37:16.055Z] Removing intermediate container 46e3614537a3 [2021-05-01T08:37:16.055Z] ---> 4385e4c261bd [2021-05-01T08:37:16.055Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:37:16.632Z] ---> bed25a2b9aac [2021-05-01T08:37:16.632Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-01T08:37:16.902Z] ---> Running in a00b899f430c [2021-05-01T08:37:17.172Z] ---> 35eb6c2b0d70 [2021-05-01T08:37:17.172Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-01T08:37:17.172Z] ---> ccc563014788 [2021-05-01T08:37:17.172Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-01T08:37:17.172Z] Removing intermediate container a00b899f430c [2021-05-01T08:37:17.172Z] ---> ad31c491697b [2021-05-01T08:37:17.172Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-01T08:37:17.442Z] ---> Running in f6db442b766d [2021-05-01T08:37:17.442Z] ---> f59558d9482f [2021-05-01T08:37:17.442Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-01T08:37:18.076Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-01T08:37:18.076Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-01T08:37:18.077Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-01T08:37:18.390Z] ---> ade75a7493f2 [2021-05-01T08:37:18.390Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-01T08:37:18.391Z] Removing intermediate container f6db442b766d [2021-05-01T08:37:18.391Z] ---> 546ca0f02552 [2021-05-01T08:37:18.391Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-01T08:37:18.656Z] ---> Running in eae5905867e7 [2021-05-01T08:37:18.656Z] ---> Running in e94da4d7d557 [2021-05-01T08:37:18.656Z] ---> f6714499185e [2021-05-01T08:37:18.656Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-01T08:37:18.656Z] Removing intermediate container 1a189ace4c1d [2021-05-01T08:37:18.656Z] ---> a29750ef5d00 [2021-05-01T08:37:18.656Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-01T08:37:18.924Z] ---> Running in 7a8ab94bae78 [2021-05-01T08:37:18.924Z] Removing intermediate container e94da4d7d557 [2021-05-01T08:37:18.924Z] ---> d37215edcec3 [2021-05-01T08:37:18.924Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:37:18.924Z] Removing intermediate container eae5905867e7 [2021-05-01T08:37:18.924Z] ---> e863b99bbee8 [2021-05-01T08:37:18.924Z] Step 18/21 : CMD ["--init=true"] [2021-05-01T08:37:19.192Z] ---> Running in bd7292361780 [2021-05-01T08:37:19.192Z] Removing intermediate container 7a8ab94bae78 [2021-05-01T08:37:19.192Z] ---> 0cf7ed2c9d93 [2021-05-01T08:37:19.192Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-01T08:37:19.460Z] ---> 0253192a138e [2021-05-01T08:37:19.460Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-01T08:37:19.460Z] ---> cf372695a4db [2021-05-01T08:37:19.460Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-01T08:37:19.460Z] Removing intermediate container bd7292361780 [2021-05-01T08:37:19.461Z] ---> b8f1b3bce839 [2021-05-01T08:37:19.461Z] Step 19/21 : LABEL arch=x86_64 [2021-05-01T08:37:19.734Z] ---> Running in 6b188bc04747 [2021-05-01T08:37:19.734Z] ---> 1b0c016befb3 [2021-05-01T08:37:19.734Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-01T08:37:20.002Z] ---> 450ed268df22 [2021-05-01T08:37:20.002Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-01T08:37:20.002Z] ---> Running in ba346c329258 [2021-05-01T08:37:20.002Z] ---> Running in 7fc8d43fff98 [2021-05-01T08:37:20.266Z] Removing intermediate container 6b188bc04747 [2021-05-01T08:37:20.266Z] ---> f5ad862a17eb [2021-05-01T08:37:20.266Z] Step 20/21 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:37:20.266Z] ---> 2a255312dcf7 [2021-05-01T08:37:20.266Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-01T08:37:20.540Z] ---> Running in 83646f74bdd9 [2021-05-01T08:37:20.823Z] Removing intermediate container 83646f74bdd9 [2021-05-01T08:37:20.823Z] ---> 80a8cd9a8ded [2021-05-01T08:37:20.823Z] Step 21/21 : LABEL version=0.0.0 [2021-05-01T08:37:21.097Z] ---> 4e82a0646d44 [2021-05-01T08:37:21.097Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-01T08:37:21.371Z] ---> Running in 307ee356b75a [2021-05-01T08:37:21.371Z] ---> Running in 19c1eda2e422 [2021-05-01T08:37:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.283s coverage: 45.9% of statements [2021-05-01T08:37:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-01T08:37:21.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-01T08:37:21.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-01T08:37:21.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-01T08:37:21.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-01T08:37:21.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-01T08:37:21.484Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.142s coverage: 19.8% of statements [2021-05-01T08:37:21.641Z] Removing intermediate container 19c1eda2e422 [2021-05-01T08:37:21.641Z] ---> 083bfa493289 [2021-05-01T08:37:21.641Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:37:21.641Z] Removing intermediate container 307ee356b75a [2021-05-01T08:37:21.641Z] ---> ed2ad885354a [2021-05-01T08:37:21.641Z] [2021-05-01T08:37:21.915Z] ---> Running in 1164f30f7490 [2021-05-01T08:37:22.180Z] Successfully built ed2ad885354a [2021-05-01T08:37:22.180Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-01T08:37:22.180Z] Building docker-core-command-go [2021-05-01T08:37:22.180Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7fc8d43fff98 [2021-05-01T08:37:22.180Z] ---> 5a8d915b9b04 [2021-05-01T08:37:22.180Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-01T08:37:22.449Z] Removing intermediate container 1164f30f7490 [2021-05-01T08:37:22.449Z] ---> e7fa8cfb7928 [2021-05-01T08:37:22.449Z] Step 20/22 : LABEL arch=x86_64 [2021-05-01T08:37:22.449Z] ---> Running in aa23359a128b [2021-05-01T08:37:22.449Z] Removing intermediate container ba346c329258 [2021-05-01T08:37:22.449Z] ---> e3d5b6556996 [2021-05-01T08:37:22.449Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:37:22.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.251s coverage: 100.0% of statements [2021-05-01T08:37:22.714Z] ---> Running in 8f9f0d6bbed3 [2021-05-01T08:37:22.714Z] Removing intermediate container aa23359a128b [2021-05-01T08:37:22.714Z] ---> b80bc3e7b416 [2021-05-01T08:37:22.714Z] Step 22/24 : LABEL arch=x86_64 [2021-05-01T08:37:26.044Z] ---> Running in ecde16d09978 [2021-05-01T08:37:26.311Z] Removing intermediate container 8f9f0d6bbed3 [2021-05-01T08:37:26.311Z] ---> 56894d419ad0 [2021-05-01T08:37:26.311Z] Step 21/22 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:37:26.311Z] ---> f565c201f29a [2021-05-01T08:37:26.311Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-01T08:37:28.249Z] ---> Running in 3495e8896448 [2021-05-01T08:37:28.249Z] Removing intermediate container ecde16d09978 [2021-05-01T08:37:28.249Z] ---> d4bae4b78613 [2021-05-01T08:37:28.249Z] Step 23/24 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:37:28.249Z] ---> Running in b11bb576c62b [2021-05-01T08:37:28.249Z] ---> 29a30ffe2e08 [2021-05-01T08:37:28.249Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-01T08:37:28.514Z] Removing intermediate container 3495e8896448 [2021-05-01T08:37:28.514Z] ---> 0000b4013f61 [2021-05-01T08:37:28.514Z] Step 22/22 : LABEL version=0.0.0 [2021-05-01T08:37:28.782Z] Removing intermediate container b11bb576c62b [2021-05-01T08:37:28.782Z] ---> 451c4ba0f8be [2021-05-01T08:37:28.782Z] Step 24/24 : LABEL version=0.0.0 [2021-05-01T08:37:28.782Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-01T08:37:29.048Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-01T08:37:29.048Z] ---> aefe523efa57 [2021-05-01T08:37:29.048Z] 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-01T08:37:29.048Z] ---> be4866518f9d [2021-05-01T08:37:29.048Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-01T08:37:29.048Z] ---> Running in e0338e50fbb0 [2021-05-01T08:37:29.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.1% of statements [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-01T08:37:29.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.136s coverage: 100.0% of statements [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-01T08:37:29.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.195s coverage: 100.0% of statements [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-01T08:37:29.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.275s coverage: 71.3% of statements [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-01T08:37:29.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-01T08:37:30.021Z] ---> Running in 3409d395143a [2021-05-01T08:37:30.021Z] ---> Running in 11d3e60fa54b [2021-05-01T08:37:30.604Z] Removing intermediate container e0338e50fbb0 [2021-05-01T08:37:30.604Z] ---> 0d536c25c67b [2021-05-01T08:37:30.604Z] [2021-05-01T08:37:31.182Z] Removing intermediate container 3409d395143a [2021-05-01T08:37:31.182Z] ---> 5833eedca0fe [2021-05-01T08:37:31.182Z] [2021-05-01T08:37:31.182Z] Successfully built 0d536c25c67b [2021-05-01T08:37:31.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.501s coverage: 87.7% of statements [2021-05-01T08:37:31.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-01T08:37:31.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:37:31.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.198s coverage: 78.9% of statements [2021-05-01T08:37:31.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-01T08:37:32.135Z] ---> cc01ad40164f [2021-05-01T08:37:32.135Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-01T08:37:32.399Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-01T08:37:32.399Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-05-01T08:37:32.399Z] Removing intermediate container 11d3e60fa54b [2021-05-01T08:37:32.399Z] ---> c7e8c26dcd14 [2021-05-01T08:37:32.399Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-01T08:37:34.978Z] Successfully built 5833eedca0fe [2021-05-01T08:37:36.913Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-01T08:37:36.913Z] Building docker-core-metadata-go [2021-05-01T08:37:36.913Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 102d33aa1550 [2021-05-01T08:37:38.319Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:37:38.319Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:37:38.319Z] ---> f36a0faba6f2 [2021-05-01T08:37:38.319Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:37:38.319Z] ---> Using cache [2021-05-01T08:37:38.319Z] ---> bb0233bf1e12 [2021-05-01T08:37:38.319Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:37:38.319Z] ---> Using cache [2021-05-01T08:37:38.319Z] ---> c18e7890d927 [2021-05-01T08:37:38.319Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-01T08:37:38.319Z] ---> Using cache [2021-05-01T08:37:38.319Z] ---> f9e8c6ed9522 [2021-05-01T08:37:38.319Z] Step 6/23 : COPY go.mod . [2021-05-01T08:37:38.319Z] ---> Using cache [2021-05-01T08:37:38.319Z] ---> 6dfc06d2551e [2021-05-01T08:37:38.319Z] Step 7/23 : RUN go mod download [2021-05-01T08:37:38.319Z] ---> Using cache [2021-05-01T08:37:38.319Z] ---> 589ea6d5c53e [2021-05-01T08:37:38.319Z] Step 8/23 : COPY . . [2021-05-01T08:37:38.587Z] ---> Using cache [2021-05-01T08:37:38.587Z] ---> d5b3bd62f10d [2021-05-01T08:37:38.587Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-01T08:37:39.556Z] ---> b7b4ed15d5f1 [2021-05-01T08:37:39.556Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-01T08:37:39.556Z] ---> Running in 0c8853146eb8 [2021-05-01T08:37:41.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:37:41.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:37:41.795Z] (1/39) Installing readline (8.0.4-r0) [2021-05-01T08:37:41.795Z] (2/39) Installing bash (5.0.17-r0) [2021-05-01T08:37:41.795Z] Executing bash-5.0.17-r0.post-install [2021-05-01T08:37:41.795Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:37:41.795Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-01T08:37:41.795Z] (5/39) Installing curl (7.76.1-r0) [2021-05-01T08:37:42.059Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-01T08:37:42.059Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-01T08:37:42.059Z] (8/39) Installing expat (2.2.9-r1) [2021-05-01T08:37:42.059Z] ---> Running in 60b1060a0fe0 [2021-05-01T08:37:42.059Z] (9/39) Installing libffi (3.3-r2) [2021-05-01T08:37:42.059Z] (10/39) Installing gdbm (1.13-r1) [2021-05-01T08:37:42.059Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-01T08:37:42.059Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-01T08:37:42.059Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-01T08:37:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.187s coverage: 28.6% of statements [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-01T08:37:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.240s coverage: 100.0% of statements [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-01T08:37:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.196s coverage: 100.0% of statements [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-01T08:37:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.365s coverage: 86.7% of statements [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-01T08:37:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.433s coverage: 97.5% of statements [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-01T08:37:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.256s coverage: 78.3% of statements [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-01T08:37:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-01T08:37:43.461Z] 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-01T08:37:44.446Z] Removing intermediate container 60b1060a0fe0 [2021-05-01T08:37:44.446Z] ---> 219a33ca4443 [2021-05-01T08:37:44.446Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-01T08:37:47.794Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-01T08:37:47.794Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-01T08:37:47.794Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-01T08:37:47.794Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-01T08:37:48.386Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-01T08:37:48.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.303s coverage: 95.1% of statements [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-01T08:37:48.856Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-01T08:37:48.856Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.238s coverage: 0.9% of statements [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-05-01T08:37:48.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-01T08:37:48.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.139s coverage: 47.1% of statements [2021-05-01T08:37:48.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.271s coverage: 79.5% of statements [2021-05-01T08:37:48.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.146s coverage: 94.1% of statements [2021-05-01T08:37:49.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.196s coverage: 96.3% of statements [2021-05-01T08:37:49.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.136s coverage: 87.5% of statements [2021-05-01T08:37:49.798Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-01T08:37:49.799Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-01T08:37:51.739Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-01T08:37:52.012Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-01T08:37:52.279Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-01T08:37:52.866Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-01T08:37:52.866Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-01T08:37:53.454Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-01T08:37:53.454Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-01T08:37:53.723Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-01T08:37:54.360Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-01T08:37:54.360Z] ---> a885a4eb7249 [2021-05-01T08:37:54.360Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-01T08:37:54.360Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-01T08:37:54.630Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-01T08:37:54.893Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-01T08:37:54.893Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-01T08:37:54.893Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-01T08:37:54.893Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-01T08:37:54.893Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-01T08:37:54.893Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-01T08:37:55.477Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-01T08:37:55.477Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-01T08:37:55.477Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:37:55.477Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:37:55.477Z] ---> f36a0faba6f2 [2021-05-01T08:37:55.477Z] Step 3/22 : WORKDIR /edgex-go [2021-05-01T08:37:55.739Z] ---> Using cache [2021-05-01T08:37:55.740Z] ---> bb0233bf1e12 [2021-05-01T08:37:55.740Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:37:55.740Z] ---> Using cache [2021-05-01T08:37:55.740Z] ---> c18e7890d927 [2021-05-01T08:37:55.740Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-01T08:37:56.703Z] ---> Running in 40f389e2a099 [2021-05-01T08:37:57.327Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:37:57.327Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:37:57.327Z] ---> f36a0faba6f2 [2021-05-01T08:37:57.327Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:37:57.327Z] ---> Using cache [2021-05-01T08:37:57.327Z] ---> bb0233bf1e12 [2021-05-01T08:37:57.327Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:37:57.328Z] ---> Using cache [2021-05-01T08:37:57.328Z] ---> c18e7890d927 [2021-05-01T08:37:57.328Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-01T08:37:57.328Z] ---> Using cache [2021-05-01T08:37:57.328Z] ---> f9e8c6ed9522 [2021-05-01T08:37:57.328Z] Step 6/23 : COPY go.mod . [2021-05-01T08:37:57.328Z] ---> Using cache [2021-05-01T08:37:57.328Z] ---> 6dfc06d2551e [2021-05-01T08:37:57.328Z] Step 7/23 : RUN go mod download [2021-05-01T08:37:57.328Z] ---> Using cache [2021-05-01T08:37:57.328Z] ---> 589ea6d5c53e [2021-05-01T08:37:57.328Z] Step 8/23 : COPY . . [2021-05-01T08:37:57.328Z] Executing busybox-1.31.1-r19.trigger [2021-05-01T08:37:57.328Z] ---> Running in c9934d2b77d4 [2021-05-01T08:37:57.605Z] OK: 72 MiB in 59 packages [2021-05-01T08:37:57.605Z] ---> Using cache [2021-05-01T08:37:57.605Z] ---> d5b3bd62f10d [2021-05-01T08:37:57.605Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-01T08:37:58.574Z] ---> Running in b828129ece14 [2021-05-01T08:37:59.531Z] 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-01T08:38:00.116Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:38:01.083Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:38:01.083Z] Collecting docker-compose==1.23.2 [2021-05-01T08:38:01.083Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-01T08:38:01.083Z] Removing intermediate container 40f389e2a099 [2021-05-01T08:38:01.083Z] ---> cbb9cb96f91f [2021-05-01T08:38:01.083Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-01T08:38:01.362Z] Collecting cached-property<2,>=1.2.0 [2021-05-01T08:38:01.362Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-01T08:38:01.362Z] ---> Running in 754f5f2e2d32 [2021-05-01T08:38:01.637Z] OK: 219 MiB in 52 packages [2021-05-01T08:38:01.637Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-01T08:38:01.637Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-01T08:38:01.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.148s coverage: 94.4% of statements [2021-05-01T08:38:01.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.137s coverage: 44.8% of statements [2021-05-01T08:38:01.915Z] Collecting texttable<0.10,>=0.9.0 [2021-05-01T08:38:01.915Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-01T08:38:02.190Z] Removing intermediate container 754f5f2e2d32 [2021-05-01T08:38:02.190Z] ---> f7a648638eff [2021-05-01T08:38:02.190Z] Step 28/31 : CMD ["gate"] [2021-05-01T08:38:02.777Z] ---> Running in 82d397dc798e [2021-05-01T08:38:03.049Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-01T08:38:03.049Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-01T08:38:03.325Z] Removing intermediate container 82d397dc798e [2021-05-01T08:38:03.325Z] ---> ded6fe992e61 [2021-05-01T08:38:03.325Z] Step 29/31 : LABEL arch=x86_64 [2021-05-01T08:38:03.325Z] Removing intermediate container c9934d2b77d4 [2021-05-01T08:38:03.325Z] ---> 4cea577d6ec9 [2021-05-01T08:38:03.325Z] Step 6/22 : COPY go.mod . [2021-05-01T08:38:03.616Z] ---> Running in 08bb49170b39 [2021-05-01T08:38:03.885Z] ---> 17b4c3d39442 [2021-05-01T08:38:03.886Z] Step 7/22 : RUN go mod download [2021-05-01T08:38:03.886Z] ---> Running in 0fa36e63034e [2021-05-01T08:38:04.164Z] Collecting jsonschema<3,>=2.5.1 [2021-05-01T08:38:04.164Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-01T08:38:04.164Z] Removing intermediate container 08bb49170b39 [2021-05-01T08:38:04.164Z] ---> 53fac3d8d4f2 [2021-05-01T08:38:04.164Z] Step 30/31 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:38:04.435Z] Collecting docker<4.0,>=3.6.0 [2021-05-01T08:38:04.435Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-01T08:38:05.890Z] ---> Running in e55c94402294 [2021-05-01T08:38:05.890Z] Collecting docopt<0.7,>=0.6.1 [2021-05-01T08:38:05.890Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-01T08:38:06.170Z] Removing intermediate container e55c94402294 [2021-05-01T08:38:06.170Z] ---> 1490bfeb3fe6 [2021-05-01T08:38:06.170Z] Step 31/31 : LABEL version=0.0.0 [2021-05-01T08:38:06.170Z] ---> Running in c7bfccf2fd93 [2021-05-01T08:38:06.453Z] Collecting PyYAML<4,>=3.10 [2021-05-01T08:38:06.726Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-01T08:38:06.726Z] Removing intermediate container c7bfccf2fd93 [2021-05-01T08:38:06.726Z] ---> 45db085b6394 [2021-05-01T08:38:06.726Z] [2021-05-01T08:38:07.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.539s coverage: 81.8% of statements [2021-05-01T08:38:07.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-01T08:38:07.315Z] Successfully built 45db085b6394 [2021-05-01T08:38:07.315Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-01T08:38:07.315Z] Building docker-core-data-go [2021-05-01T08:38:07.596Z]  Building docker-security-bootstrapper-go ... done 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-01T08:38:07.871Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-01T08:38:07.871Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-01T08:38:11.228Z] Collecting docker-pycreds>=0.4.0 [2021-05-01T08:38:11.228Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-01T08:38:11.228Z] Removing intermediate container 0fa36e63034e [2021-05-01T08:38:11.228Z] ---> f0dbc4065225 [2021-05-01T08:38:11.228Z] Step 8/22 : COPY . . [2021-05-01T08:38:12.640Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-01T08:38:12.640Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-01T08:38:12.917Z] 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-01T08:38:12.917Z] 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-01T08:38:13.500Z] Collecting idna<2.8,>=2.5 [2021-05-01T08:38:13.501Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-01T08:38:13.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.220s coverage: 92.9% of statements [2021-05-01T08:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-01T08:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-01T08:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-01T08:38:13.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-05-01T08:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-01T08:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-01T08:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-01T08:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-01T08:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-01T08:38:13.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-05-01T08:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-01T08:38:13.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-01T08:38:13.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-05-01T08:38:13.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-01T08:38:13.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.150s coverage: 75.5% of statements [2021-05-01T08:38:13.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-01T08:38:13.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.131s coverage: 80.8% of statements [2021-05-01T08:38:13.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.210s coverage: 87.2% of statements [2021-05-01T08:38:13.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.208s coverage: 84.6% of statements [2021-05-01T08:38:13.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.6% of statements [2021-05-01T08:38:13.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-01T08:38:14.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.739s coverage: 64.4% of statements [2021-05-01T08:38:14.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-01T08:38:14.573Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-01T08:38:14.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements [2021-05-01T08:38:14.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-05-01T08:38:14.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-05-01T08:38:14.942Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-01T08:38:14.942Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-01T08:38:14.942Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-01T08:38:14.942Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-01T08:38:15.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2021-05-01T08:38:15.214Z] Installing collected packages: cached-property, websocket-client, texttable, dockerpty, jsonschema, docker-pycreds, urllib3, idna, requests, docker, docopt, PyYAML, docker-compose [2021-05-01T08:38:15.479Z] Running setup.py install for texttable: started [2021-05-01T08:38:16.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-05-01T08:38:18.831Z] Running setup.py install for texttable: finished with status 'done' [2021-05-01T08:38:18.831Z] Running setup.py install for dockerpty: started [2021-05-01T08:38:19.411Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-01T08:38:19.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.018s coverage: 69.0% of statements [2021-05-01T08:38:19.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-01T08:38:19.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-01T08:38:19.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-01T08:38:21.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.608s coverage: 40.5% of statements [2021-05-01T08:38:21.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-01T08:38:21.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-01T08:38:21.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.100s coverage: 89.5% of statements [2021-05-01T08:38:21.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-01T08:38:21.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.091s coverage: 84.8% of statements [2021-05-01T08:38:22.344Z] Attempting uninstall: urllib3 [2021-05-01T08:38:22.344Z] Found existing installation: urllib3 1.25.9 [2021-05-01T08:38:22.344Z] Uninstalling urllib3-1.25.9: [2021-05-01T08:38:22.344Z] Successfully uninstalled urllib3-1.25.9 [2021-05-01T08:38:25.721Z] Attempting uninstall: idna [2021-05-01T08:38:25.721Z] Found existing installation: idna 2.9 [2021-05-01T08:38:25.721Z] Uninstalling idna-2.9: [2021-05-01T08:38:25.721Z] Successfully uninstalled idna-2.9 [2021-05-01T08:38:26.319Z] Attempting uninstall: requests [2021-05-01T08:38:26.319Z] Found existing installation: requests 2.23.0 [2021-05-01T08:38:26.595Z] Uninstalling requests-2.23.0: [2021-05-01T08:38:26.595Z] Successfully uninstalled requests-2.23.0 [2021-05-01T08:38:28.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.412s coverage: 47.0% of statements [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-01T08:38:28.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-01T08:38:28.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-01T08:38:28.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.137s coverage: 9.6% of statements [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-01T08:38:28.290Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.463s coverage: 92.6% of statements [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:38:28.290Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-01T08:38:30.236Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:38:30.236Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:38:30.236Z] ---> f36a0faba6f2 [2021-05-01T08:38:30.236Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:38:30.236Z] ---> Using cache [2021-05-01T08:38:30.236Z] ---> bb0233bf1e12 [2021-05-01T08:38:30.236Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:38:30.236Z] ---> Using cache [2021-05-01T08:38:30.236Z] ---> c18e7890d927 [2021-05-01T08:38:30.236Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-01T08:38:31.659Z] Running setup.py install for docopt: started [2021-05-01T08:38:31.946Z] ---> Running in a1693f186dcd [2021-05-01T08:38:32.547Z] Running setup.py install for docopt: finished with status 'done' [2021-05-01T08:38:32.814Z] Running setup.py install for PyYAML: started [2021-05-01T08:38:33.769Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:38:34.033Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-01T08:38:34.983Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:38:35.562Z] OK: 219 MiB in 52 packages [2021-05-01T08:38:35.827Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-05-01T08:38:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.661s coverage: 28.7% of statements [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-01T08:38:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.300s coverage: 99.0% of statements [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-01T08:38:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.166s coverage: 100.0% of statements [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-01T08:38:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.191s coverage: 64.6% of statements [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-01T08:38:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.475s coverage: 97.6% of statements [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-01T08:38:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-01T08:38:36.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-01T08:38:36.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-01T08:38:36.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-01T08:38:36.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.123s coverage: 87.9% of statements [2021-05-01T08:38:36.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-01T08:38:36.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-01T08:38:36.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-05-01T08:38:36.782Z] Removing intermediate container 0c8853146eb8 [2021-05-01T08:38:36.782Z] ---> 1e822bd8ba0d [2021-05-01T08:38:36.782Z] [2021-05-01T08:38:36.782Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:38:36.782Z] ---> 13621d1b12d4 [2021-05-01T08:38:36.782Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:38:37.047Z] ---> Using cache [2021-05-01T08:38:37.047Z] ---> 4385e4c261bd [2021-05-01T08:38:37.047Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:38:37.047Z] ---> Using cache [2021-05-01T08:38:37.047Z] ---> ad31c491697b [2021-05-01T08:38:37.047Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-01T08:38:37.220Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.125s coverage: 28.1% of statements [2021-05-01T08:38:37.335Z] ---> Running in 61be5773c448 [2021-05-01T08:38:37.495Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-05-01T08:38:37.933Z] Removing intermediate container a1693f186dcd [2021-05-01T08:38:37.933Z] ---> 8559d5788d32 [2021-05-01T08:38:37.933Z] Step 6/23 : COPY go.mod . [2021-05-01T08:38:37.933Z] Removing intermediate container 61be5773c448 [2021-05-01T08:38:37.933Z] ---> 6f8c4ad8b639 [2021-05-01T08:38:37.933Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-01T08:38:38.472Z] GO111MODULE=on go vet ./... [2021-05-01T08:38:43.260Z] ---> Running in 7bd244c38762 [2021-05-01T08:38:43.260Z] ---> 3951fcaca206 [2021-05-01T08:38:43.260Z] Step 7/23 : RUN go mod download [2021-05-01T08:38:44.220Z] ---> 461586bac282 [2021-05-01T08:38:44.220Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-01T08:38:45.172Z] ---> Running in a6dc3159ad2d [2021-05-01T08:38:45.172Z] Removing intermediate container 7bd244c38762 [2021-05-01T08:38:45.172Z] ---> 70e0b87cfe9b [2021-05-01T08:38:45.172Z] Step 15/23 : WORKDIR / [2021-05-01T08:38:46.568Z] Removing intermediate container b828129ece14 [2021-05-01T08:38:46.568Z] ---> bc8cc2da649f [2021-05-01T08:38:46.568Z] [2021-05-01T08:38:46.568Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:38:46.568Z] ---> 13621d1b12d4 [2021-05-01T08:38:46.568Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:38:46.568Z] ---> Using cache [2021-05-01T08:38:46.568Z] ---> 4385e4c261bd [2021-05-01T08:38:46.568Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:38:46.568Z] ---> Using cache [2021-05-01T08:38:46.568Z] ---> ad31c491697b [2021-05-01T08:38:46.568Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-01T08:38:47.964Z] ---> Running in 740a96417695 [2021-05-01T08:38:48.226Z] ---> Running in 82eac8d91688 [2021-05-01T08:38:48.804Z] ---> Running in dd1c75bf7c98 [2021-05-01T08:38:50.732Z] Removing intermediate container dd1c75bf7c98 [2021-05-01T08:38:50.732Z] ---> ca0e4234907b [2021-05-01T08:38:50.732Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-01T08:38:50.732Z] Removing intermediate container 82eac8d91688 [2021-05-01T08:38:50.732Z] ---> 21f876dcf415 [2021-05-01T08:38:50.732Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:38:50.732Z] 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-01T08:38:51.682Z] ---> Running in 9296b564418e [2021-05-01T08:38:52.285Z] ---> 8a1e5c48ac60 [2021-05-01T08:38:52.285Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-01T08:38:52.566Z] Removing intermediate container 102d33aa1550 [2021-05-01T08:38:52.566Z] ---> 43008438aeb4 [2021-05-01T08:38:52.566Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-01T08:38:52.566Z] Removing intermediate container 9296b564418e [2021-05-01T08:38:52.566Z] ---> 88512004dc5c [2021-05-01T08:38:52.566Z] Step 15/23 : WORKDIR / [2021-05-01T08:38:52.834Z] ---> Running in 3188e5a954f5 [2021-05-01T08:38:52.834Z] ---> Running in 32c79116b541 [2021-05-01T08:38:52.834Z] Removing intermediate container a6dc3159ad2d [2021-05-01T08:38:52.834Z] ---> 6ceced0054eb [2021-05-01T08:38:52.834Z] Step 8/23 : COPY . . [2021-05-01T08:38:53.433Z] ---> 9dc7629433f3 [2021-05-01T08:38:53.433Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-01T08:38:54.034Z] Removing intermediate container 3188e5a954f5 [2021-05-01T08:38:54.034Z] ---> 78a157155854 [2021-05-01T08:38:54.034Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-01T08:38:57.401Z] Removing intermediate container 32c79116b541 [2021-05-01T08:38:57.401Z] ---> 6b79e0d99ffe [2021-05-01T08:38:57.401Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:38:58.389Z] ---> Running in 3041dd3c074f [2021-05-01T08:38:58.389Z] ---> 3a33ad38f048 [2021-05-01T08:38:58.389Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-01T08:38:58.984Z] ---> Running in cef64d28aaf3 [2021-05-01T08:38:59.980Z] ---> 3817c55ed756 [2021-05-01T08:38:59.980Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-01T08:39:00.259Z] Removing intermediate container 3041dd3c074f [2021-05-01T08:39:00.259Z] ---> 42d74b94b5e9 [2021-05-01T08:39:00.259Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-01T08:39:01.688Z] Removing intermediate container cef64d28aaf3 [2021-05-01T08:39:01.688Z] ---> 752971a2df25 [2021-05-01T08:39:01.688Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:39:02.284Z] ---> ac16bd9334a1 [2021-05-01T08:39:02.284Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-01T08:39:02.284Z] ---> Running in 61d072da2bb2 [2021-05-01T08:39:03.695Z] ---> 90c304e168ae [2021-05-01T08:39:03.695Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-01T08:39:04.693Z] ---> 55d55613a41f [2021-05-01T08:39:04.693Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-01T08:39:04.693Z] Removing intermediate container 61d072da2bb2 [2021-05-01T08:39:04.693Z] ---> e61897a010ea [2021-05-01T08:39:04.693Z] Step 21/23 : LABEL arch=x86_64 [2021-05-01T08:39:05.651Z] ---> Running in f41bad432b9b [2021-05-01T08:39:05.651Z] ---> Running in 2526e0ea1469 [2021-05-01T08:39:06.603Z] ---> a2a628e11c0f [2021-05-01T08:39:06.603Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-01T08:39:06.882Z] Removing intermediate container 2526e0ea1469 [2021-05-01T08:39:06.882Z] ---> 7fad833ddd5b [2021-05-01T08:39:06.882Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:39:11.133Z] ---> Running in 30c825e0c262 [2021-05-01T08:39:11.133Z] Removing intermediate container f41bad432b9b [2021-05-01T08:39:11.133Z] ---> a20d991a15e8 [2021-05-01T08:39:11.133Z] Step 22/23 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:39:11.133Z] ---> d97f72fdfb76 [2021-05-01T08:39:11.133Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-01T08:39:14.461Z] ---> Running in a80317c2d613 [2021-05-01T08:39:14.461Z] ---> Running in a1ac06ae4d31 [2021-05-01T08:39:14.723Z] Removing intermediate container 30c825e0c262 [2021-05-01T08:39:14.723Z] ---> fcf8394ddb2d [2021-05-01T08:39:14.723Z] Step 21/23 : LABEL arch=x86_64 [2021-05-01T08:39:16.650Z] Removing intermediate container a1ac06ae4d31 [2021-05-01T08:39:16.650Z] ---> 19c59ec617c6 [2021-05-01T08:39:16.650Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:39:16.650Z] ---> Running in 0c046b237bfd [2021-05-01T08:39:16.650Z] Removing intermediate container a80317c2d613 [2021-05-01T08:39:16.650Z] ---> 93c133c13a67 [2021-05-01T08:39:16.650Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:39:16.650Z] ---> Running in 8650d99f8585 [2021-05-01T08:39:16.650Z] ---> Running in 82580b776819 [2021-05-01T08:39:16.650Z] ---> 7892b5b62ea8 [2021-05-01T08:39:16.650Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-01T08:39:16.914Z] ---> Running in e507306802a4 [2021-05-01T08:39:16.914Z] Removing intermediate container 8650d99f8585 [2021-05-01T08:39:16.914Z] ---> 62d488770a7f [2021-05-01T08:39:16.914Z] [2021-05-01T08:39:16.914Z] Removing intermediate container 0c046b237bfd [2021-05-01T08:39:16.914Z] ---> d6a37bedc4fe [2021-05-01T08:39:16.914Z] Step 22/23 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:39:17.175Z] Removing intermediate container 82580b776819 [2021-05-01T08:39:17.175Z] ---> bb27faabdb5c [2021-05-01T08:39:17.175Z] Step 21/23 : LABEL arch=x86_64 [2021-05-01T08:39:17.176Z] Successfully built 62d488770a7f [2021-05-01T08:39:17.176Z] ---> Running in a30d4e8a8291 [2021-05-01T08:39:17.438Z] Successfully tagged docker-core-command-go:latest [2021-05-01T08:39:17.438Z]  Building docker-core-command-go ... done  ---> Running in 5761c84c2578 [2021-05-01T08:39:17.707Z] Removing intermediate container a30d4e8a8291 [2021-05-01T08:39:17.707Z] ---> 381f8aefa68e [2021-05-01T08:39:17.707Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:39:17.707Z] Removing intermediate container 5761c84c2578 [2021-05-01T08:39:17.707Z] ---> 907b8a4074a1 [2021-05-01T08:39:17.707Z] Step 22/23 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:39:17.971Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-01T08:39:18.242Z] ---> Running in 813729f342c4 [2021-05-01T08:39:18.242Z] ---> Running in d1381d407e14 [2021-05-01T08:39:19.647Z] Removing intermediate container 813729f342c4 [2021-05-01T08:39:19.647Z] ---> 8dc71e28defa [2021-05-01T08:39:19.647Z] [2021-05-01T08:39:19.647Z] Removing intermediate container d1381d407e14 [2021-05-01T08:39:19.647Z] ---> c6e5095bcc42 [2021-05-01T08:39:19.647Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:39:19.919Z] Successfully built 8dc71e28defa [2021-05-01T08:39:20.190Z] Successfully tagged docker-core-metadata-go:latest [2021-05-01T08:39:20.190Z]  Building docker-core-metadata-go ... done  ---> Running in a0b2a2903ffd [2021-05-01T08:39:20.190Z] Removing intermediate container 740a96417695 [2021-05-01T08:39:20.190Z] ---> ff2c5d5aedb7 [2021-05-01T08:39:20.190Z] [2021-05-01T08:39:20.190Z] Step 10/22 : FROM alpine:3.12 [2021-05-01T08:39:20.190Z] ---> 13621d1b12d4 [2021-05-01T08:39:20.190Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-01T08:39:21.156Z] ---> Running in 40ff2a29caa1 [2021-05-01T08:39:21.433Z] Removing intermediate container a0b2a2903ffd [2021-05-01T08:39:21.433Z] ---> 5c66795f0547 [2021-05-01T08:39:21.433Z] [2021-05-01T08:39:21.701Z] Successfully built 5c66795f0547 [2021-05-01T08:39:21.701Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-01T08:39:22.310Z]  Building docker-sys-mgmt-agent-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:39:22.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:39:22.584Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-01T08:39:22.584Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-01T08:39:22.584Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:39:22.584Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:39:22.584Z] OK: 6 MiB in 16 packages [2021-05-01T08:39:24.535Z] Removing intermediate container 40ff2a29caa1 [2021-05-01T08:39:24.535Z] ---> a0e94304788f [2021-05-01T08:39:24.535Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:39:24.535Z] ---> Running in 5b4d1761065d [2021-05-01T08:39:24.804Z] Removing intermediate container 5b4d1761065d [2021-05-01T08:39:24.804Z] ---> ce7ac8494bf9 [2021-05-01T08:39:24.804Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-01T08:39:24.804Z] ---> Running in 194d6e523e76 [2021-05-01T08:39:25.077Z] Removing intermediate container 194d6e523e76 [2021-05-01T08:39:25.077Z] ---> 936ce965c48a [2021-05-01T08:39:25.077Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-01T08:39:25.077Z] ---> Running in 7d431d193149 [2021-05-01T08:39:25.688Z] Removing intermediate container 7d431d193149 [2021-05-01T08:39:25.688Z] ---> b221da642fd5 [2021-05-01T08:39:25.688Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:39:26.290Z] ---> e824adad5c3f [2021-05-01T08:39:26.290Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-01T08:39:27.315Z] ---> 8a36f27703f8 [2021-05-01T08:39:27.315Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-01T08:39:27.595Z] ---> b7b745aa9835 [2021-05-01T08:39:27.595Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-01T08:39:27.868Z] ---> Running in 88b42fa0f825 [2021-05-01T08:39:27.868Z] Removing intermediate container 88b42fa0f825 [2021-05-01T08:39:27.868Z] ---> 9e971a84deab [2021-05-01T08:39:27.868Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:39:28.139Z] ---> Running in b6a10187dd21 [2021-05-01T08:39:28.403Z] Removing intermediate container b6a10187dd21 [2021-05-01T08:39:28.403Z] ---> 08c8993b43e7 [2021-05-01T08:39:28.403Z] Step 20/22 : LABEL arch=x86_64 [2021-05-01T08:39:28.403Z] ---> Running in 1119975c8c71 [2021-05-01T08:39:28.704Z] Removing intermediate container 1119975c8c71 [2021-05-01T08:39:28.704Z] ---> fbb5eae0cb2c [2021-05-01T08:39:28.704Z] Step 21/22 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:39:29.476Z] ---> Running in 638430bb7b5a [2021-05-01T08:39:29.878Z] Removing intermediate container 638430bb7b5a [2021-05-01T08:39:29.878Z] ---> d80a415c7a82 [2021-05-01T08:39:29.878Z] Step 22/22 : LABEL version=0.0.0 [2021-05-01T08:39:29.878Z] ---> Running in f5db4b3bac81 [2021-05-01T08:39:31.282Z] Removing intermediate container f5db4b3bac81 [2021-05-01T08:39:31.282Z] ---> d1333e50592b [2021-05-01T08:39:31.282Z] [2021-05-01T08:39:31.282Z] Successfully built d1333e50592b [2021-05-01T08:39:31.544Z] Successfully tagged docker-support-notifications-go:latest [2021-05-01T08:39:36.853Z]  Building docker-support-notifications-go ... done Removing intermediate container e507306802a4 [2021-05-01T08:39:36.853Z] ---> e508a781925e [2021-05-01T08:39:36.853Z] [2021-05-01T08:39:36.853Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:39:36.853Z] ---> 13621d1b12d4 [2021-05-01T08:39:36.853Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-01T08:39:36.853Z] ---> Running in 46bbc38bb7f0 [2021-05-01T08:39:36.853Z] Removing intermediate container 46bbc38bb7f0 [2021-05-01T08:39:36.853Z] ---> 6f9a5e28abdc [2021-05-01T08:39:36.853Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-01T08:39:36.853Z] ---> Running in 8ac3bf2510c0 [2021-05-01T08:39:36.853Z] Removing intermediate container 8ac3bf2510c0 [2021-05-01T08:39:36.853Z] ---> 2c5140c805f3 [2021-05-01T08:39:36.853Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-01T08:39:36.853Z] ---> Running in 7f1f31db6303 [2021-05-01T08:39:37.120Z] Removing intermediate container 7f1f31db6303 [2021-05-01T08:39:37.120Z] ---> 5f207cd20094 [2021-05-01T08:39:37.120Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:39:37.120Z] ---> Running in 5c33541ab847 [2021-05-01T08:39:38.069Z] Removing intermediate container 5c33541ab847 [2021-05-01T08:39:38.069Z] ---> 3310246a3d37 [2021-05-01T08:39:38.069Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-01T08:39:38.069Z] ---> Running in d9eca07920ed [2021-05-01T08:39:38.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:39:39.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:39:39.479Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-01T08:39:39.741Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-01T08:39:39.741Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-01T08:39:39.741Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-01T08:39:40.685Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-01T08:39:40.685Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-01T08:39:40.948Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:39:40.948Z] OK: 8 MiB in 20 packages [2021-05-01T08:39:41.521Z] Removing intermediate container d9eca07920ed [2021-05-01T08:39:41.521Z] ---> 45f93d0550e7 [2021-05-01T08:39:41.521Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:39:41.783Z] ---> b75b7206277f [2021-05-01T08:39:41.783Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-01T08:39:42.355Z] ---> 37ec965a148b [2021-05-01T08:39:42.355Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-01T08:39:42.619Z] ---> 6166d794ed9e [2021-05-01T08:39:42.619Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-01T08:39:42.619Z] ---> Running in 64f8a2d044f0 [2021-05-01T08:39:42.880Z] Removing intermediate container 64f8a2d044f0 [2021-05-01T08:39:42.880Z] ---> 7fbc8f3c9e91 [2021-05-01T08:39:42.880Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:39:42.880Z] ---> Running in a33624b88fe2 [2021-05-01T08:39:43.142Z] Removing intermediate container a33624b88fe2 [2021-05-01T08:39:43.142Z] ---> c465641009b3 [2021-05-01T08:39:43.142Z] Step 21/23 : LABEL arch=x86_64 [2021-05-01T08:39:43.142Z] ---> Running in 7024eee3586d [2021-05-01T08:39:43.405Z] Removing intermediate container 7024eee3586d [2021-05-01T08:39:43.405Z] ---> 1a2a4089f8ef [2021-05-01T08:39:43.405Z] Step 22/23 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:39:43.405Z] ---> Running in 4c1c17614e28 [2021-05-01T08:39:43.668Z] Removing intermediate container 4c1c17614e28 [2021-05-01T08:39:43.668Z] ---> 10d8efaf1f5f [2021-05-01T08:39:43.668Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:39:43.668Z] ---> Running in a996b8e4988b [2021-05-01T08:39:43.668Z] Removing intermediate container a996b8e4988b [2021-05-01T08:39:43.668Z] ---> defa11a845cb [2021-05-01T08:39:43.668Z] [2021-05-01T08:39:43.930Z] Successfully built defa11a845cb [2021-05-01T08:39:44.192Z] Successfully tagged docker-core-data-go:latest [2021-05-01T08:39:44.465Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-01T08:39:44.485Z] $ docker stop --time=1 ddab498248875317e0528703ae9c31b600e337028c89e397bc5c0b39a3b80631 [2021-05-01T08:39:46.276Z] $ docker rm -f ddab498248875317e0528703ae9c31b600e337028c89e397bc5c0b39a3b80631 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-01T08:39:46.751Z] + docker images [2021-05-01T08:39:46.751Z] + grep docker [2021-05-01T08:39:47.015Z] docker-core-data-go latest defa11a845cb 3 seconds ago 21.5MB [2021-05-01T08:39:47.015Z] docker-support-notifications-go latest d1333e50592b 16 seconds ago 17.6MB [2021-05-01T08:39:47.015Z] docker-sys-mgmt-agent-go latest 5c66795f0547 25 seconds ago 312MB [2021-05-01T08:39:47.015Z] docker-core-metadata-go latest 8dc71e28defa 28 seconds ago 18.6MB [2021-05-01T08:39:47.015Z] docker-core-command-go latest 62d488770a7f 30 seconds ago 17MB [2021-05-01T08:39:47.015Z] docker-security-bootstrapper-go latest 45db085b6394 About a minute ago 18.2MB [2021-05-01T08:39:47.015Z] docker-security-secretstore-setup-go latest 5833eedca0fe 2 minutes ago 25.6MB [2021-05-01T08:39:47.015Z] docker-support-scheduler-go latest 0d536c25c67b 2 minutes ago 17.1MB [2021-05-01T08:39:47.015Z] docker-security-proxy-setup-go latest ed2ad885354a 2 minutes ago 25.3MB [2021-05-01T08:39:47.015Z] 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-01T08:40:02.379Z] Still waiting to schedule task [2021-05-01T08:40:02.379Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-01T08:40:30.573Z] gofmt -l . [2021-05-01T08:40:30.573Z] [ "`gofmt -l .`" = "" ] [2021-05-01T08:40:30.573Z] ./bin/test-go-mod-tidy.sh [2021-05-01T08:40:30.573Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-01T08:40:31.245Z] + ls -al . [2021-05-01T08:40:31.245Z] total 828 [2021-05-01T08:40:31.245Z] drwxrwxr-x 9 1001 1001 4096 May 1 08:40 . [2021-05-01T08:40:31.245Z] drwxr-xr-x 4 root root 4096 May 1 08:35 .. [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 11 May 1 08:33 .dockerignore [2021-05-01T08:40:31.245Z] drwxrwxr-x 8 1001 1001 4096 May 1 08:33 .git [2021-05-01T08:40:31.245Z] drwxrwxr-x 3 1001 1001 4096 May 1 08:33 .github [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 818 May 1 08:33 .gitignore [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 166 May 1 08:33 .sonarcloud.properties [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 8609 May 1 08:33 Attribution.txt [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 3804 May 1 08:33 CONTRIBUTING.md [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 931 May 1 08:33 Dockerfile.build [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 863 May 1 08:33 Jenkinsfile [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 10775 May 1 08:33 LICENSE [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 5774 May 1 08:33 Makefile [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 7978 May 1 08:33 README.md [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 6755 May 1 08:33 SECURITY.md [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 5 May 1 08:31 VERSION [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 4131 May 1 08:33 ZMQWindows.md [2021-05-01T08:40:31.245Z] drwxrwxr-x 2 1001 1001 4096 May 1 08:33 bin [2021-05-01T08:40:31.245Z] drwxrwxr-x 14 1001 1001 4096 May 1 08:33 cmd [2021-05-01T08:40:31.245Z] -rw-r--r-- 1 root root 691485 May 1 08:38 coverage.out [2021-05-01T08:40:31.245Z] -rw-r--r-- 1 root root 1060 May 1 08:40 go.mod [2021-05-01T08:40:31.245Z] -rw-r--r-- 1 root root 22420 May 1 08:35 go.sum [2021-05-01T08:40:31.245Z] drwxrwxr-x 8 1001 1001 4096 May 1 08:33 internal [2021-05-01T08:40:31.245Z] drwxrwxr-x 4 1001 1001 4096 May 1 08:33 openapi [2021-05-01T08:40:31.245Z] drwxrwxr-x 4 1001 1001 4096 May 1 08:33 snap [2021-05-01T08:40:31.245Z] -rw-rw-r-- 1 1001 1001 168 May 1 08:33 version.go [Pipeline] sh [2021-05-01T08:40:31.910Z] + '[' -e coverage.out ] [2021-05-01T08:40:31.910Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-01T08:40:31.942Z] Warning: overwriting stash ‘coverage-report’ [2021-05-01T08:40:33.268Z] Stashed 1 file(s) [Pipeline] sh [2021-05-01T08:40:33.916Z] + make build [2021-05-01T08:40:33.916Z] 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-01T08:40:42.199Z] 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-01T08:40:52.394Z] Running on prd-ubuntu18.04-docker-8c-8g-2589 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws [2021-05-01T08:40:52.414Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-05-01T08:40:54.718Z] using credential edgex-jenkins-ssh [2021-05-01T08:40:54.746Z] Cloning the remote Git repository [2021-05-01T08:40:54.757Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:40:54.822Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-05-01T08:40:54.863Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:40:54.863Z] > git --version # timeout=10 [2021-05-01T08:40:54.873Z] > git --version # 'git version 2.17.1' [2021-05-01T08:40:54.874Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:40:54.904Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T08:41:06.147Z] Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 [2021-05-01T08:41:06.390Z] Merge succeeded, producing 2144f4932b8876884593f2c2af7f62b1d5f29b5e [2021-05-01T08:41:06.390Z] Checking out Revision 2144f4932b8876884593f2c2af7f62b1d5f29b5e (PR-3406) [2021-05-01T08:41:05.571Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-01T08:41:05.577Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T08:41:05.587Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-01T08:41:05.628Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:41:05.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:41:05.637Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-01T08:41:06.159Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T08:41:06.163Z] > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [2021-05-01T08:41:06.272Z] > git remote # timeout=10 [2021-05-01T08:41:06.279Z] > git config --get remote.origin.url # timeout=10 [2021-05-01T08:41:06.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:41:06.286Z] > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 [2021-05-01T08:41:06.388Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-01T08:41:06.396Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T08:41:06.400Z] > git checkout -f 2144f4932b8876884593f2c2af7f62b1d5f29b5e # timeout=10 [2021-05-01T08:41:09.055Z] 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-01T08:41:10.030Z] Commit message: "Merge commit '31468994070af38c8f9db93fe1a8ddc3ce05f196' into HEAD" [2021-05-01T08:41:10.040Z] First time build. Skipping changelog. [2021-05-01T08:41:10.041Z] > git rev-list --no-walk fdd2f6538c016edec960e73013a8ac315277938c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:41:11.168Z] + echo snap-build.sh [2021-05-01T08:41:11.168Z] snap-build.sh [2021-05-01T08:41:11.168Z] + SNAP_BASE_DIR=. [2021-05-01T08:41:11.168Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-05-01T08:41:11.168Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-05-01T08:41:11.168Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-05-01T08:41:11.168Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-05-01T08:41:11.168Z] + cd /w/workspace/edgex-go/4 [2021-05-01T08:41:11.168Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-01T08:41:11.168Z] Reading package lists... [2021-05-01T08:41:11.168Z] Building dependency tree... [2021-05-01T08:41:11.168Z] Reading state information... [2021-05-01T08:41:11.457Z] The following packages were automatically installed and are no longer required: [2021-05-01T08:41:11.457Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-01T08:41:11.457Z] uidmap xdelta3 [2021-05-01T08:41:11.457Z] Use 'sudo apt autoremove' to remove them. [2021-05-01T08:41:11.457Z] The following packages will be REMOVED: [2021-05-01T08:41:11.457Z] lxd* lxd-client* [2021-05-01T08:41:12.030Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-01T08:41:12.030Z] After this operation, 31.7 MB disk space will be freed. [2021-05-01T08:41:13.338Z] (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-01T08:41:13.339Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-01T08:41:13.363Z] 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-01T08:41:14.284Z] Removing lxd dnsmasq configuration [2021-05-01T08:41:14.284Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-01T08:41:14.545Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-01T08:41:15.490Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-01T08:41:15.752Z] (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-01T08:41:15.752Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-01T08:41:17.140Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-01T08:41:17.140Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-01T08:41:18.529Z] + sudo snap remove --purge lxd [2021-05-01T08:41:18.763Z] 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-01T08:41:18.790Z] snap "lxd" is not installed [2021-05-01T08:41:18.790Z] + sudo groupadd --force --system lxd [2021-05-01T08:41:18.790Z] ++ whoami [2021-05-01T08:41:18.790Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-01T08:41:18.790Z] + newgrp - lxd [2021-05-01T08:41:18.790Z] + sudo snap install lxd [2021-05-01T08:41:19.740Z] 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-01T08:41:24.044Z] 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-01T08:41:26.949Z] 2021-05-01T08:41:24Z INFO Waiting for automatic snapd restart... [2021-05-01T08:41:29.444Z] 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-01T08:41:32.840Z] 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-01T08:41:37.142Z] 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-01T08:41:39.754Z] 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-01T08:41:42.026Z] lxd 4.13 from Canonical* installed [2021-05-01T08:41:42.026Z] + sudo lxd init --auto [2021-05-01T08:41:43.444Z] 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-01T08:41:48.872Z] $ docker stop --time=1 10fb7e9dbc3eccea3f07687e1a4716bd96054c44dddb6106da6df074a3164f66 [2021-05-01T08:41:50.669Z] + sudo snap install --classic snapcraft [2021-05-01T08:41:51.579Z] $ docker rm -f 10fb7e9dbc3eccea3f07687e1a4716bd96054c44dddb6106da6df074a3164f66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:41:53.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-01T08:41:53.784Z] [2021-05-01T08:41:53.784Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:41:54.142Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-01T08:41:54.418Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-01T08:41:54.418Z] 29e5d40040c1: Pulling fs layer [2021-05-01T08:41:54.418Z] 1ce36da41761: Pulling fs layer [2021-05-01T08:41:54.418Z] 25b303627fd3: Pulling fs layer [2021-05-01T08:41:54.418Z] 29e5d40040c1: Download complete [2021-05-01T08:41:55.398Z] 1ce36da41761: Verifying Checksum [2021-05-01T08:41:55.398Z] 1ce36da41761: Download complete [2021-05-01T08:41:55.398Z] 29e5d40040c1: Pull complete [2021-05-01T08:41:56.375Z] 1ce36da41761: Pull complete [2021-05-01T08:41:56.647Z] 25b303627fd3: Verifying Checksum [2021-05-01T08:41:56.647Z] 25b303627fd3: Download complete [2021-05-01T08:41:57.275Z] snapcraft 4.6.3 from Canonical* installed [2021-05-01T08:41:57.276Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-01T08:41:57.276Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-01T08:41:57.276Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-01T08:41:57.276Z] Dload Upload Total Spent Left Speed [2021-05-01T08:41:57.276Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4576 0 --:--:-- --:--:-- --:--:-- 4576 [2021-05-01T08:41:57.276Z] 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 8636k 0 --:--:-- --:--:-- --:--:-- 55.9M [2021-05-01T08:41:57.276Z] ./yq_linux_amd64 [2021-05-01T08:41:57.537Z] + sudo snapcraft prime --use-lxd [2021-05-01T08:41:59.452Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-01T08:41:59.452Z] 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-01T08:41:59.452Z] - README.md [2021-05-01T08:41:59.452Z] [2021-05-01T08:41:59.452Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-01T08:42:00.023Z] Launching a container. [2021-05-01T08:42:06.795Z] 25b303627fd3: Pull complete [2021-05-01T08:42:06.795Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-01T08:42:06.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-01T08:42:06.795Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-01T08:42:07.071Z] prd-ubuntu18.04-docker-arm64-4c-16g-2583 does not seem to be running inside a container [2021-05-01T08:42:07.138Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-01T08:42:10.633Z] $ docker top b29ae75568569a2fee78a654ffe5e05882392a61803fb419c0c8707f8ed1adda -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:42:11.622Z] + docker-compose build --help [2021-05-01T08:42:11.622Z] + grep parallel [2021-05-01T08:42:12.271Z] Waiting for container to be ready [2021-05-01T08:42:12.271Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-01T08:42:12.271Z] [2021-05-01T08:42:15.584Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-01T08:42:16.157Z] Waiting for network to be ready... [2021-05-01T08:42:16.419Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-01T08:42:16.680Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-01T08:42:16.680Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-01T08:42:16.680Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-01T08:42:16.680Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-01T08:42:16.680Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-01T08:42:16.680Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-01T08:42:16.680Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-01T08:42:16.680Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-01T08:42:16.941Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-01T08:42:17.020Z] --parallel Build images in parallel. [Pipeline] } [2021-05-01T08:42:17.033Z] $ docker stop --time=1 b29ae75568569a2fee78a654ffe5e05882392a61803fb419c0c8707f8ed1adda [2021-05-01T08:42:17.203Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-01T08:42:17.203Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-01T08:42:17.465Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-01T08:42:17.465Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-01T08:42:17.465Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-01T08:42:17.465Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-01T08:42:17.465Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-01T08:42:17.465Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-01T08:42:17.726Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-01T08:42:17.989Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-05-01T08:42:18.257Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-01T08:42:18.257Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-01T08:42:18.257Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-01T08:42:18.258Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-05-01T08:42:18.258Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-05-01T08:42:18.258Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-01T08:42:18.258Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-01T08:42:19.064Z] $ docker rm -f b29ae75568569a2fee78a654ffe5e05882392a61803fb419c0c8707f8ed1adda [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:42:19.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-01T08:42:19.765Z] . [Pipeline] withDockerContainer [2021-05-01T08:42:20.050Z] prd-ubuntu18.04-docker-arm64-4c-16g-2583 does not seem to be running inside a container [2021-05-01T08:42:20.122Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-01T08:42:21.564Z] Fetched 24.4 MB in 5s (5103 kB/s) [2021-05-01T08:42:21.667Z] $ docker top da65d362f20d2acf7328758786c45b1e5d257b465bf86ad7c81efcb15fcde0e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:42:22.505Z] Reading package lists... [2021-05-01T08:42:22.655Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-01T08:42:22.774Z] Reading package lists... [2021-05-01T08:42:22.774Z] Building dependency tree... [2021-05-01T08:42:22.774Z] Reading state information... [2021-05-01T08:42:23.038Z] The following additional packages will be installed: [2021-05-01T08:42:23.038Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-01T08:42:23.038Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-01T08:42:23.038Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-01T08:42:23.038Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-01T08:42:23.038Z] Suggested packages: [2021-05-01T08:42:23.038Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-01T08:42:23.038Z] Recommended packages: [2021-05-01T08:42:23.038Z] gnupg libsasl2-modules [2021-05-01T08:42:23.038Z] The following NEW packages will be installed: [2021-05-01T08:42:23.038Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-01T08:42:23.038Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-01T08:42:23.038Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-01T08:42:23.038Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-01T08:42:23.038Z] The following packages will be upgraded: [2021-05-01T08:42:23.038Z] gpg gpg-agent gpgconf libudev1 [2021-05-01T08:42:23.308Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-01T08:42:23.308Z] Need to get 3529 kB of archives. [2021-05-01T08:42:23.308Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-01T08:42:23.308Z] 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-01T08:42:23.308Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-01T08:42:23.308Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-01T08:42:23.569Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-01T08:42:23.569Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-01T08:42:23.569Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-01T08:42:23.836Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-01T08:42:23.836Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-01T08:42:23.836Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-01T08:42:24.098Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-01T08:42:24.098Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-01T08:42:24.098Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-01T08:42:24.098Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-01T08:42:24.098Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-01T08:42:24.098Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-01T08:42:24.098Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-01T08:42:24.098Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-01T08:42:24.098Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-01T08:42:24.098Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-01T08:42:24.098Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-01T08:42:24.098Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-01T08:42:24.098Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-01T08:42:24.361Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T08:42:24.361Z] Fetched 3529 kB in 1s (3197 kB/s) [2021-05-01T08:42:24.361Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-01T08:42:24.361Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-01T08:42:24.361Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T08:42:24.623Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-01T08:42:24.623Z] Selecting previously unselected package udev. [2021-05-01T08:42:24.623Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-01T08:42:24.623Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-01T08:42:24.623Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-01T08:42:24.885Z] Selecting previously unselected package libfuse2:amd64. [2021-05-01T08:42:24.885Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-01T08:42:24.885Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-01T08:42:24.885Z] Selecting previously unselected package fuse. [2021-05-01T08:42:24.885Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-01T08:42:24.885Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-01T08:42:25.145Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T08:42:25.145Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T08:42:25.145Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T08:42:25.145Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T08:42:25.407Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T08:42:25.407Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T08:42:25.407Z] Selecting previously unselected package libksba8:amd64. [2021-05-01T08:42:25.668Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-01T08:42:25.668Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-01T08:42:25.668Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-01T08:42:25.668Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:42:25.668Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:25.930Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-01T08:42:25.930Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:42:25.930Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:25.930Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-01T08:42:25.930Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:42:25.930Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:25.930Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-01T08:42:25.930Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:42:25.930Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:26.192Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-01T08:42:26.192Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:42:26.192Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:26.192Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-01T08:42:26.192Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:42:26.192Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:26.452Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-01T08:42:26.452Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:42:26.452Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:26.452Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-01T08:42:26.452Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:42:26.452Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:26.713Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-01T08:42:26.713Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:42:26.713Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:26.713Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-01T08:42:26.713Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-01T08:42:26.713Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T08:42:26.713Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-01T08:42:26.713Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-01T08:42:26.713Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T08:42:26.974Z] Selecting previously unselected package libldap-common. [2021-05-01T08:42:26.974Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-01T08:42:26.974Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T08:42:26.974Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-01T08:42:26.974Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-01T08:42:26.974Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T08:42:26.974Z] Selecting previously unselected package dirmngr. [2021-05-01T08:42:27.237Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T08:42:27.237Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-01T08:42:27.237Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T08:42:27.237Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-01T08:42:27.237Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-01T08:42:27.237Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T08:42:27.237Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T08:42:27.237Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-01T08:42:27.498Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:27.498Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-01T08:42:27.498Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T08:42:27.498Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-01T08:42:27.758Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-01T08:42:28.018Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:28.018Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-01T08:42:28.018Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-01T08:42:28.063Z] Building docker-core-command-go ... [2021-05-01T08:42:28.063Z] Building docker-core-data-go ... [2021-05-01T08:42:28.063Z] Building docker-core-metadata-go ... [2021-05-01T08:42:28.063Z] Building docker-security-bootstrapper-go ... [2021-05-01T08:42:28.063Z] Building docker-security-proxy-setup-go ... [2021-05-01T08:42:28.064Z] Building docker-security-secretstore-setup-go ... [2021-05-01T08:42:28.064Z] Building docker-support-notifications-go ... [2021-05-01T08:42:28.064Z] Building docker-support-scheduler-go ... [2021-05-01T08:42:28.064Z] Building docker-sys-mgmt-agent-go ... [2021-05-01T08:42:28.064Z] Building docker-security-secretstore-setup-go [2021-05-01T08:42:28.064Z] Building docker-core-metadata-go [2021-05-01T08:42:28.064Z] Building docker-core-command-go [2021-05-01T08:42:28.064Z] Building docker-support-scheduler-go [2021-05-01T08:42:28.064Z] Building docker-security-bootstrapper-go [2021-05-01T08:42:28.279Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-01T08:42:28.279Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:28.279Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:28.279Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:28.279Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:28.279Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:28.279Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:28.279Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:42:28.279Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T08:42:28.541Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-01T08:42:28.541Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T08:42:29.122Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-01T08:42:29.122Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-01T08:42:29.122Z] This means they are not meant to be enabled using systemctl. [2021-05-01T08:42:29.122Z] Possible reasons for having this kind of units are: [2021-05-01T08:42:29.122Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-01T08:42:29.122Z] .wants/ or .requires/ directory. [2021-05-01T08:42:29.122Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-01T08:42:29.122Z] a requirement dependency on it. [2021-05-01T08:42:29.122Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-01T08:42:29.122Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-01T08:42:29.122Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-01T08:42:29.122Z] instance name specified. [2021-05-01T08:42:29.383Z] Reading package lists... [2021-05-01T08:42:29.383Z] Building dependency tree... [2021-05-01T08:42:29.383Z] Reading state information... [2021-05-01T08:42:29.665Z] The following additional packages will be installed: [2021-05-01T08:42:29.665Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-01T08:42:29.665Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-01T08:42:29.665Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-01T08:42:29.665Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-01T08:42:29.665Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-01T08:42:29.665Z] Suggested packages: [2021-05-01T08:42:29.665Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-01T08:42:29.665Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-01T08:42:29.665Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-01T08:42:29.665Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-01T08:42:29.665Z] systemd-container policykit-1 [2021-05-01T08:42:29.665Z] Recommended packages: [2021-05-01T08:42:29.665Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-01T08:42:29.665Z] The following NEW packages will be installed: [2021-05-01T08:42:29.665Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-01T08:42:29.665Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-01T08:42:29.665Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-01T08:42:29.665Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-01T08:42:29.665Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-01T08:42:29.665Z] The following packages will be upgraded: [2021-05-01T08:42:29.665Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-01T08:42:29.665Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-01T08:42:29.665Z] Need to get 35.2 MB of archives. [2021-05-01T08:42:29.665Z] After this operation, 141 MB of additional disk space will be used. [2021-05-01T08:42:29.665Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-01T08:42:29.928Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-01T08:42:29.928Z] 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-01T08:42:29.928Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-01T08:42:29.928Z] 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-01T08:42:29.928Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-01T08:42:29.928Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-01T08:42:29.928Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-01T08:42:29.928Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-01T08:42:29.928Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-01T08:42:29.928Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-01T08:42:29.928Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-01T08:42:29.928Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-01T08:42:29.928Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-01T08:42:29.928Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-01T08:42:29.928Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-01T08:42:29.928Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-01T08:42:30.870Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-01T08:42:30.870Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-01T08:42:30.870Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-01T08:42:30.870Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-01T08:42:30.870Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-01T08:42:30.870Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-01T08:42:30.870Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-01T08:42:30.870Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-01T08:42:30.870Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-01T08:42:30.870Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-01T08:42:30.870Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-01T08:42:30.870Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-01T08:42:30.870Z] 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-01T08:42:31.130Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T08:42:31.130Z] Fetched 35.2 MB in 1s (26.7 MB/s) [2021-05-01T08:42:31.392Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-01T08:42:31.392Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-01T08:42:31.653Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T08:42:32.227Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-01T08:42:32.227Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T08:42:32.227Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-01T08:42:32.489Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-01T08:42:32.489Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-01T08:42:32.489Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-01T08:42:32.751Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-01T08:42:32.751Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-01T08:42:32.751Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-01T08:42:33.013Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-01T08:42:33.273Z] Setting up apt (1.6.13) ... [2021-05-01T08:42:33.273Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-01T08:42:33.846Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-01T08:42:33.846Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-01T08:42:33.846Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-01T08:42:33.846Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-01T08:42:34.110Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-01T08:42:34.110Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T08:42:34.110Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:42:34.371Z] Selecting previously unselected package libexpat1:amd64. [2021-05-01T08:42:34.371Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-01T08:42:34.371Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-01T08:42:34.639Z] Selecting previously unselected package python3.6-minimal. [2021-05-01T08:42:34.639Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T08:42:34.639Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:42:34.900Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-01T08:42:34.900Z] Checking for services that may need to be restarted...done. [2021-05-01T08:42:34.900Z] Checking for services that may need to be restarted...done. [2021-05-01T08:42:35.161Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:42:35.161Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-01T08:42:35.161Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:42:35.732Z] Selecting previously unselected package python3-minimal. [2021-05-01T08:42:35.732Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-01T08:42:35.732Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-01T08:42:35.732Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-01T08:42:35.732Z] Selecting previously unselected package mime-support. [2021-05-01T08:42:35.732Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-01T08:42:35.732Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-01T08:42:35.992Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-01T08:42:35.992Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-01T08:42:35.992Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-01T08:42:35.992Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-01T08:42:35.992Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T08:42:35.992Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:42:36.253Z] Selecting previously unselected package python3.6. [2021-05-01T08:42:36.253Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T08:42:36.253Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:42:36.514Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-01T08:42:36.514Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-01T08:42:36.514Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-01T08:42:36.514Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-01T08:42:36.774Z] Selecting previously unselected package python3. [2021-05-01T08:42:36.774Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-01T08:42:36.774Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-01T08:42:36.774Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-01T08:42:36.774Z] Selecting previously unselected package multiarch-support. [2021-05-01T08:42:36.774Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T08:42:36.774Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-01T08:42:37.033Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-01T08:42:37.033Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-01T08:42:37.033Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-01T08:42:37.033Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-01T08:42:37.033Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-01T08:42:37.033Z] Selecting previously unselected package libbsd0:amd64. [2021-05-01T08:42:37.033Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-01T08:42:37.033Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-01T08:42:37.293Z] Selecting previously unselected package sudo. [2021-05-01T08:42:37.293Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-01T08:42:37.293Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-01T08:42:37.293Z] Selecting previously unselected package apparmor. [2021-05-01T08:42:37.293Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-01T08:42:37.293Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-01T08:42:37.555Z] Selecting previously unselected package libedit2:amd64. [2021-05-01T08:42:37.555Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-01T08:42:37.555Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-01T08:42:37.555Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-01T08:42:37.555Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T08:42:37.555Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:42:37.816Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-01T08:42:37.816Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T08:42:37.816Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:42:37.816Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-01T08:42:37.816Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-01T08:42:37.816Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-01T08:42:37.816Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-01T08:42:37.816Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T08:42:37.816Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:42:38.083Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-01T08:42:38.083Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T08:42:38.083Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:42:38.083Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-01T08:42:38.083Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-01T08:42:38.083Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-01T08:42:38.663Z] Selecting previously unselected package openssh-client. [2021-05-01T08:42:38.663Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-01T08:42:38.663Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-01T08:42:38.663Z] Selecting previously unselected package squashfs-tools. [2021-05-01T08:42:38.663Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-01T08:42:38.663Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-01T08:42:38.663Z] Selecting previously unselected package snapd. [2021-05-01T08:42:38.663Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-01T08:42:38.926Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-01T08:42:41.487Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-01T08:42:41.487Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-01T08:42:41.487Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-01T08:42:41.487Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-01T08:42:41.487Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-01T08:42:41.487Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:42:41.487Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T08:42:41.487Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-01T08:42:41.747Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-01T08:42:43.669Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-01T08:42:43.669Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-01T08:42:43.930Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-01T08:42:43.930Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:42:43.930Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:42:43.930Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:42:44.875Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-01T08:42:44.875Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:42:44.875Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-01T08:42:44.875Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-01T08:42:44.875Z] running python rtupdate hooks for python3.6... [2021-05-01T08:42:44.875Z] running python post-rtupdate hooks for python3.6... [2021-05-01T08:42:44.875Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-01T08:42:46.789Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-01T08:42:46.789Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:42:46.789Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-01T08:42:47.049Z] Setting up snapd (2.48.3+18.04) ... [2021-05-01T08:42:47.621Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-01T08:42:47.621Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-01T08:42:47.882Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-01T08:42:48.144Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-01T08:42:48.405Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-01T08:42:48.405Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-01T08:42:48.666Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-01T08:42:48.666Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-01T08:42:48.928Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-01T08:42:49.188Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-01T08:42:49.188Z] /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-01T08:42:49.188Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T08:42:49.450Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-01T08:42:50.392Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-01T08:42:50.392Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-01T08:42:50.392Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-01T08:42:52.038Z] Reading package lists... [2021-05-01T08:42:52.038Z] Reading package lists... [2021-05-01T08:42:52.298Z] Building dependency tree... [2021-05-01T08:42:52.298Z] Reading state information... [2021-05-01T08:42:52.298Z] Calculating upgrade... [2021-05-01T08:42:52.558Z] The following packages will be upgraded: [2021-05-01T08:42:52.558Z] advancecomp base-files bash binutils binutils-common [2021-05-01T08:42:52.558Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-01T08:42:52.558Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-01T08:42:52.558Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-01T08:42:52.558Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-01T08:42:52.558Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-01T08:42:52.558Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-01T08:42:52.558Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-01T08:42:52.558Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-01T08:42:52.558Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-01T08:42:52.558Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-01T08:42:52.558Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-01T08:42:52.558Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-01T08:42:52.558Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-01T08:42:52.558Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-01T08:42:52.558Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-01T08:42:52.558Z] Need to get 64.0 MB of archives. [2021-05-01T08:42:52.558Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-01T08:42:52.558Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-01T08:42:52.558Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-01T08:42:53.499Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-01T08:42:53.499Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-01T08:42:53.499Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-01T08:42:53.499Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-01T08:42:53.499Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-01T08:42:53.499Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-01T08:42:53.500Z] 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-01T08:42:53.500Z] 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-01T08:42:53.500Z] 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-01T08:42:53.500Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-01T08:42:53.500Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-01T08:42:53.500Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-01T08:42:53.500Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-01T08:42:53.500Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-01T08:42:53.500Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-01T08:42:53.500Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-01T08:42:53.500Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-01T08:42:53.500Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-01T08:42:53.500Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-01T08:42:53.500Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-01T08:42:53.500Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-01T08:42:53.760Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-01T08:42:53.760Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-01T08:42:53.760Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-01T08:42:53.760Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-01T08:42:53.760Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-01T08:42:53.760Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-01T08:42:53.760Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-01T08:42:53.760Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-01T08:42:53.760Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-01T08:42:53.760Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-01T08:42:53.760Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-01T08:42:53.760Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-01T08:42:53.760Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-01T08:42:53.760Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-01T08:42:53.760Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-01T08:42:53.760Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-01T08:42:53.760Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-01T08:42:53.760Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-01T08:42:53.760Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-01T08:42:53.760Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-01T08:42:53.760Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-01T08:42:54.020Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-01T08:42:54.020Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-01T08:42:54.020Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-01T08:42:54.020Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-01T08:42:54.020Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-01T08:42:54.020Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-01T08:42:54.020Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-01T08:42:54.020Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-01T08:42:54.020Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-01T08:42:54.020Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-01T08:42:54.020Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-01T08:42:54.020Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-01T08:42:54.020Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-01T08:42:54.020Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-01T08:42:54.020Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-01T08:42:54.020Z] Get:60 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-01T08:42:54.020Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-01T08:42:54.020Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-01T08:42:54.020Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-01T08:42:54.020Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-01T08:42:54.020Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-01T08:42:54.020Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-01T08:42:54.282Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-01T08:42:54.282Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-01T08:42:54.282Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-01T08:42:54.282Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-01T08:42:54.282Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-01T08:42:54.282Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-01T08:42:54.282Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-01T08:42:54.282Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-01T08:42:54.282Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-01T08:42:54.282Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-01T08:42:54.282Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-01T08:42:54.282Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-01T08:42:54.282Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-01T08:42:54.282Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-01T08:42:54.282Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-01T08:42:54.543Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-01T08:42:54.543Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-01T08:42:54.543Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-01T08:42:54.543Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-01T08:42:54.543Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-01T08:42:54.543Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-01T08:42:54.543Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-01T08:42:54.543Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-01T08:42:54.543Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-01T08:42:54.543Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-01T08:42:54.543Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-01T08:42:55.118Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-01T08:42:55.690Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-01T08:42:55.690Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-01T08:42:55.690Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-01T08:42:55.950Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-01T08:42:55.950Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-01T08:42:55.950Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-01T08:42:55.950Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-01T08:42:55.950Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-01T08:42:56.211Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T08:42:56.211Z] Fetched 64.0 MB in 3s (18.6 MB/s) [2021-05-01T08:42:56.211Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:42:56.211Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T08:42:56.211Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T08:42:57.155Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T08:42:57.155Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T08:42:57.155Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-01T08:42:57.155Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-01T08:42:58.097Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:58.097Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:42:58.097Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:58.097Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:42:58.356Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:58.356Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:42:58.356Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:58.357Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:42:58.624Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:58.624Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:42:58.885Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:58.885Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:42:58.885Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:58.885Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:42:59.147Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:42:59.147Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T08:42:59.147Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:59.147Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-01T08:42:59.147Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:42:59.408Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T08:42:59.408Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:59.408Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:42:59.408Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:59.408Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:42:59.671Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:42:59.671Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:42:59.671Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:42:59.932Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T08:42:59.932Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T08:42:59.932Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T08:43:00.502Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-01T08:43:00.763Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T08:43:00.763Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-01T08:43:00.763Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-01T08:43:00.763Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-01T08:43:01.025Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-01T08:43:01.025Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-01T08:43:01.025Z] Installing new version of config file /etc/issue ... [2021-05-01T08:43:01.287Z] Installing new version of config file /etc/issue.net ... [2021-05-01T08:43:01.287Z] Installing new version of config file /etc/lsb-release ... [2021-05-01T08:43:01.287Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-01T08:43:01.549Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-01T08:43:01.549Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-01T08:43:01.549Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-01T08:43:01.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:01.549Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-01T08:43:01.810Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-01T08:43:01.810Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-01T08:43:01.810Z] 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-01T08:43:02.071Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:02.071Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:43:02.071Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-01T08:43:02.071Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:43:02.333Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:02.333Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-01T08:43:02.333Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-01T08:43:02.333Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-01T08:43:02.594Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:02.594Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-01T08:43:02.594Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-01T08:43:02.856Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-01T08:43:03.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:03.117Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T08:43:03.117Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T08:43:03.117Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-01T08:43:03.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:03.378Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T08:43:03.378Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T08:43:03.638Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-01T08:43:03.638Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:03.638Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-01T08:43:03.638Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-01T08:43:03.901Z] Setting up grep (3.1-2build1) ... [2021-05-01T08:43:03.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:03.901Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-01T08:43:03.901Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-01T08:43:04.162Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-01T08:43:04.162Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:04.162Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T08:43:04.162Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T08:43:04.423Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-01T08:43:04.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:04.423Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-01T08:43:04.423Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T08:43:04.994Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-01T08:43:04.994Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T08:43:05.254Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-01T08:43:05.254Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T08:43:05.828Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-01T08:43:05.828Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:05.828Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-01T08:43:05.828Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T08:43:06.783Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-01T08:43:07.043Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-01T08:43:07.043Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-01T08:43:07.043Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-01T08:43:07.043Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-01T08:43:07.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:07.304Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-01T08:43:07.304Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-01T08:43:07.304Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-01T08:43:07.564Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:07.564Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:43:07.564Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:43:07.564Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:43:07.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:07.825Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:43:07.825Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:43:07.825Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:43:08.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:08.086Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:43:08.086Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:43:08.346Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:43:08.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:08.346Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:43:08.346Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:43:08.612Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:43:08.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:08.613Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T08:43:08.613Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T08:43:08.873Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T08:43:08.873Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T08:43:08.873Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-01T08:43:09.133Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:09.133Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T08:43:09.133Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T08:43:09.133Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-01T08:43:09.397Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:09.397Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:43:09.397Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:43:09.397Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:43:09.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:09.659Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:43:09.659Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:43:09.659Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:43:09.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:09.659Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:43:09.921Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:43:10.182Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:43:10.779Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-01T08:43:11.059Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-01T08:43:11.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:11.059Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T08:43:11.059Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T08:43:11.344Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-01T08:43:11.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:43:11.621Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-01T08:43:11.621Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T08:43:11.621Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-01T08:43:11.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:11.897Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-01T08:43:11.897Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-01T08:43:12.177Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-01T08:43:12.446Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:12.446Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-01T08:43:12.446Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-01T08:43:12.446Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-01T08:43:12.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:12.716Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-01T08:43:12.716Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-01T08:43:12.716Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-01T08:43:12.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:12.716Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-01T08:43:13.006Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T08:43:13.006Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T08:43:13.298Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:13.298Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-01T08:43:13.298Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T08:43:13.298Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T08:43:13.717Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:13.717Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-01T08:43:13.979Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T08:43:13.979Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T08:43:14.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:14.245Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:43:14.245Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:43:14.245Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-01T08:43:14.245Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T08:43:14.507Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T08:43:14.507Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T08:43:14.507Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-01T08:43:14.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:14.507Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-01T08:43:14.769Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-01T08:43:14.769Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-01T08:43:15.029Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:15.029Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-01T08:43:15.029Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T08:43:15.029Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T08:43:15.291Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:15.291Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T08:43:15.291Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T08:43:15.553Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-01T08:43:15.553Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:15.553Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-01T08:43:15.553Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-01T08:43:15.814Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-01T08:43:15.814Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:15.814Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-01T08:43:15.814Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-01T08:43:16.386Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-01T08:43:16.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:16.386Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T08:43:16.648Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T08:43:16.648Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-01T08:43:16.648Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:16.648Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-01T08:43:16.909Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-01T08:43:16.909Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-01T08:43:16.909Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:16.909Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-01T08:43:17.172Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-01T08:43:17.172Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-01T08:43:17.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:17.172Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-01T08:43:17.172Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-01T08:43:17.432Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-01T08:43:17.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:17.432Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-01T08:43:17.692Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-01T08:43:17.692Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-01T08:43:17.692Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:17.692Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-01T08:43:17.954Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-01T08:43:17.954Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-01T08:43:17.954Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:17.954Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-01T08:43:17.954Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-01T08:43:18.216Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-01T08:43:18.216Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:18.216Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-01T08:43:18.485Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-01T08:43:18.485Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-01T08:43:18.485Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:43:18.485Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-01T08:43:18.485Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-01T08:43:18.755Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-01T08:43:18.756Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-01T08:43:18.756Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-01T08:43:18.756Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-01T08:43:19.015Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-01T08:43:19.015Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-01T08:43:19.275Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-01T08:43:19.275Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-01T08:43:19.536Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-01T08:43:19.536Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-01T08:43:19.536Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-01T08:43:19.796Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-01T08:43:19.796Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-01T08:43:19.796Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-01T08:43:20.057Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-01T08:43:20.057Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-01T08:43:20.057Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-01T08:43:20.057Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-01T08:43:20.317Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-01T08:43:20.317Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-01T08:43:20.317Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-01T08:43:20.317Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-01T08:43:20.578Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-01T08:43:20.578Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-01T08:43:20.839Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-01T08:43:20.839Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-01T08:43:21.780Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-01T08:43:21.780Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-01T08:43:21.780Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-01T08:43:21.780Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-01T08:43:22.040Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T08:43:22.040Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T08:43:22.300Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T08:43:22.564Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T08:43:22.564Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T08:43:22.564Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T08:43:22.831Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T08:43:22.831Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T08:43:22.831Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:43:22.831Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:43:23.092Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:43:23.092Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:43:23.353Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:43:23.353Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:43:23.353Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:43:23.353Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:43:24.738Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:43:24.738Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:43:25.310Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:43:25.310Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:43:26.256Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:43:26.256Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:43:26.516Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:43:26.516Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:43:27.464Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:43:27.731Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:43:27.731Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-01T08:43:27.731Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-01T08:43:27.731Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-01T08:43:27.731Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-01T08:43:27.999Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-01T08:43:27.999Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-01T08:43:28.260Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-01T08:43:28.260Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-01T08:43:28.260Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-01T08:43:28.260Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-01T08:43:28.520Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-01T08:43:28.520Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-01T08:43:28.520Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-01T08:43:28.779Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-01T08:43:28.779Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:43:28.779Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-01T08:43:28.779Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:43:28.779Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:43:29.039Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:43:29.039Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-01T08:43:29.039Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-01T08:43:29.039Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-01T08:43:29.298Z] [2021-05-01T08:43:29.298Z] Current default time zone: 'Etc/UTC' [2021-05-01T08:43:29.298Z] Local time is now: Sat May 1 08:43:29 UTC 2021. [2021-05-01T08:43:29.298Z] Universal Time is now: Sat May 1 08:43:29 UTC 2021. [2021-05-01T08:43:29.298Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-01T08:43:29.298Z] [2021-05-01T08:43:29.298Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-01T08:43:29.298Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:43:29.298Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-01T08:43:29.298Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:43:29.298Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-01T08:43:29.560Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-01T08:43:29.560Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-01T08:43:29.560Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-01T08:43:29.560Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-01T08:43:29.560Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-01T08:43:29.821Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:43:29.821Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-01T08:43:30.081Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:43:30.081Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-01T08:43:30.081Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:43:30.081Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-01T08:43:30.081Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-01T08:43:30.081Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-01T08:43:30.081Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-01T08:43:30.081Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-01T08:43:30.341Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-01T08:43:30.341Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-01T08:43:30.341Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-01T08:43:31.722Z] Updating certificates in /etc/ssl/certs... [2021-05-01T08:43:32.663Z] 23 added, 27 removed; done. [2021-05-01T08:43:32.663Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-01T08:43:32.663Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:43:32.663Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-01T08:43:32.663Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-01T08:43:32.663Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-01T08:43:32.924Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:43:32.924Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-01T08:43:32.924Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:43:32.924Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:43:32.924Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:43:32.924Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:43:32.924Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:43:32.924Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-01T08:43:32.924Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-01T08:43:33.185Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-01T08:43:33.185Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-01T08:43:33.185Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-01T08:43:33.185Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:43:33.185Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:43:33.185Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-01T08:43:33.185Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-01T08:43:33.445Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-01T08:43:33.445Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-01T08:43:33.445Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-01T08:43:33.445Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-01T08:43:33.706Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-01T08:43:33.706Z] Updating certificates in /etc/ssl/certs... [2021-05-01T08:43:34.276Z] 0 added, 0 removed; done. [2021-05-01T08:43:34.276Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-01T08:43:34.276Z] done. [2021-05-01T08:43:34.537Z] Reading package lists... [2021-05-01T08:43:34.797Z] Building dependency tree... [2021-05-01T08:43:34.797Z] Reading state information... [2021-05-01T08:43:35.057Z] The following NEW packages will be installed: [2021-05-01T08:43:35.057Z] apt-transport-https [2021-05-01T08:43:35.318Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-01T08:43:35.318Z] Need to get 1692 B of archives. [2021-05-01T08:43:35.318Z] After this operation, 154 kB of additional disk space will be used. [2021-05-01T08:43:35.318Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-01T08:43:35.318Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T08:43:35.318Z] Fetched 1692 B in 0s (6347 B/s) [2021-05-01T08:43:35.578Z] Selecting previously unselected package apt-transport-https. [2021-05-01T08:43:35.578Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-01T08:43:35.578Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-01T08:43:35.578Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-01T08:43:35.578Z] Setting up apt-transport-https (1.6.13) ... [2021-05-01T08:43:35.838Z] Waiting for network to be ready... [2021-05-01T08:43:43.976Z] 2021-05-01T08:43:39Z INFO Waiting for automatic snapd restart... [2021-05-01T08:43:43.976Z] snapd 2.49.2 from Canonical* installed [2021-05-01T08:43:44.237Z] "snapd" switched to the "latest/stable" channel [2021-05-01T08:43:44.237Z] [2021-05-01T08:43:48.438Z] core18 20210309 from Canonical* installed [2021-05-01T08:43:48.698Z] "core18" switched to the "latest/stable" channel [2021-05-01T08:43:48.698Z] [2021-05-01T08:43:49.971Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:43:49.971Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:43:49.971Z] ---> 181a57551750 [2021-05-01T08:43:49.971Z] Step 3/24 : WORKDIR /edgex-go [2021-05-01T08:43:49.971Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:43:49.971Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:43:49.971Z] ---> 181a57551750 [2021-05-01T08:43:49.971Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:43:49.971Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:43:49.971Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:43:49.971Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 181a57551750 [2021-05-01T08:43:49.971Z] [2021-05-01T08:43:49.971Z] Step 3/31 : WORKDIR /edgex-goStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:43:49.971Z] [2021-05-01T08:43:49.971Z] ---> 181a57551750 [2021-05-01T08:43:49.971Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:43:49.971Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:43:49.971Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:43:49.971Z] ---> 181a57551750 [2021-05-01T08:43:49.971Z] Step 3/22 : WORKDIR /edgex-go [2021-05-01T08:43:49.971Z] ---> Running in 97c2cb0f0768 [2021-05-01T08:43:49.971Z] ---> Running in c0c30834d2db [2021-05-01T08:43:49.971Z] ---> Running in 7a1b148e54f7 [2021-05-01T08:43:49.971Z] ---> Running in 8a6fa38a3c7d [2021-05-01T08:43:49.971Z] ---> Running in 1210dc2a6a0f [2021-05-01T08:43:49.971Z] Removing intermediate container 97c2cb0f0768 [2021-05-01T08:43:49.971Z] ---> 80f4bdc37930 [2021-05-01T08:43:49.971Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:43:49.971Z] Removing intermediate container c0c30834d2db [2021-05-01T08:43:49.971Z] ---> f414c1014492 [2021-05-01T08:43:49.971Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:43:49.971Z] Removing intermediate container 7a1b148e54f7 [2021-05-01T08:43:49.971Z] ---> b911f93bf0fc [2021-05-01T08:43:49.971Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:43:49.971Z] Removing intermediate container 8a6fa38a3c7d [2021-05-01T08:43:49.971Z] ---> ec87d54dca22 [2021-05-01T08:43:49.971Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:43:49.971Z] Removing intermediate container 1210dc2a6a0f [2021-05-01T08:43:49.971Z] ---> ba92f3523543 [2021-05-01T08:43:49.971Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:43:49.971Z] ---> Running in 5acf9ed14aed [2021-05-01T08:43:49.971Z] ---> Running in e0a33fd9607d [2021-05-01T08:43:49.971Z] ---> Running in f3134ac70ee9 [2021-05-01T08:43:49.971Z] ---> Running in 640145df6283 [2021-05-01T08:43:49.971Z] ---> Running in 4242c381683e [2021-05-01T08:43:51.033Z] Removing intermediate container e0a33fd9607d [2021-05-01T08:43:51.033Z] ---> 6e0eecfdf655 [2021-05-01T08:43:51.033Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-01T08:43:51.320Z] ---> Running in 9d5ca3913ad5 [2021-05-01T08:43:51.598Z] Removing intermediate container f3134ac70ee9 [2021-05-01T08:43:51.598Z] ---> 9af871aedaea [2021-05-01T08:43:51.598Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-01T08:43:51.874Z] Removing intermediate container 5acf9ed14aed [2021-05-01T08:43:51.874Z] ---> 85c8f67dd49d [2021-05-01T08:43:51.874Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-01T08:43:51.874Z] ---> Running in fa2aadc8a3c3 [2021-05-01T08:43:52.162Z] Removing intermediate container 640145df6283 [2021-05-01T08:43:52.162Z] ---> 723c5d4b18e0 [2021-05-01T08:43:52.162Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-01T08:43:52.162Z] Removing intermediate container 4242c381683e [2021-05-01T08:43:52.162Z] ---> 037d17d5a41b [2021-05-01T08:43:52.162Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-01T08:43:52.162Z] ---> Running in 5d996e73c929 [2021-05-01T08:43:52.442Z] ---> Running in bf605fbbde47 [2021-05-01T08:43:52.442Z] ---> Running in cc06b54eb1ec [2021-05-01T08:43:53.435Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:43:53.714Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:43:53.996Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:43:54.269Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:43:54.269Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:43:54.398Z] snapcraft 4.6.3 from Canonical* installed [2021-05-01T08:43:54.398Z] "snapcraft" switched to the "latest/stable" channel [2021-05-01T08:43:54.398Z] [2021-05-01T08:43:54.540Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:43:54.816Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:43:55.094Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:43:55.380Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:43:55.380Z] OK: 218 MiB in 52 packages [2021-05-01T08:43:55.983Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:43:55.983Z] OK: 218 MiB in 52 packages [2021-05-01T08:43:56.268Z] OK: 218 MiB in 52 packages [2021-05-01T08:43:56.268Z] OK: 218 MiB in 52 packages [2021-05-01T08:43:57.253Z] Removing intermediate container 9d5ca3913ad5 [2021-05-01T08:43:57.253Z] ---> 5aad4c291d6e [2021-05-01T08:43:57.253Z] Step 6/24 : COPY go.mod . [2021-05-01T08:43:57.860Z] Removing intermediate container fa2aadc8a3c3 [2021-05-01T08:43:57.860Z] ---> b37c7b7377b2 [2021-05-01T08:43:57.860Z] Step 6/23 : COPY go.mod . [2021-05-01T08:43:58.142Z] OK: 218 MiB in 52 packages [2021-05-01T08:43:58.142Z] Removing intermediate container cc06b54eb1ec [2021-05-01T08:43:58.142Z] ---> 504182b503ee [2021-05-01T08:43:58.142Z] Step 6/31 : COPY go.mod . [2021-05-01T08:43:58.142Z] Removing intermediate container 5d996e73c929 [2021-05-01T08:43:58.142Z] ---> 615a1db1e146 [2021-05-01T08:43:58.142Z] Step 6/23 : COPY go.mod . [2021-05-01T08:43:58.142Z] ---> 0c1d5817675d [2021-05-01T08:43:58.142Z] Step 7/24 : RUN go mod download [2021-05-01T08:43:58.610Z] 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-01T08:43:58.611Z] - README.md [2021-05-01T08:43:58.611Z] [2021-05-01T08:43:58.611Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-01T08:43:58.752Z] ---> Running in 7d104df7121e [2021-05-01T08:43:59.025Z] ---> 654deea359c0 [2021-05-01T08:43:59.025Z] Step 7/23 : RUN go mod download [2021-05-01T08:43:59.025Z] ---> d1bb14356d74 [2021-05-01T08:43:59.302Z] Step 7/31 : RUN go mod download [2021-05-01T08:43:59.302Z] ---> 7c72ddecedd3 [2021-05-01T08:43:59.302Z] Step 7/23 : RUN go mod download [2021-05-01T08:43:59.302Z] ---> Running in efea8ff74fd4 [2021-05-01T08:43:59.575Z] ---> Running in 2b4be15d1d1d [2021-05-01T08:43:59.575Z] ---> Running in 3f75482f03e2 [2021-05-01T08:43:59.848Z] Removing intermediate container bf605fbbde47 [2021-05-01T08:43:59.848Z] ---> 64eaacb9ff4e [2021-05-01T08:43:59.848Z] Step 6/22 : COPY go.mod . [2021-05-01T08:44:00.836Z] ---> 74ca9642cc61 [2021-05-01T08:44:00.836Z] Step 7/22 : RUN go mod download [2021-05-01T08:44:01.449Z] ---> Running in 9fe8f09fc226 [2021-05-01T08:44:02.438Z] Removing intermediate container 7d104df7121e [2021-05-01T08:44:02.438Z] ---> 7d003d99fd94 [2021-05-01T08:44:02.438Z] Step 8/24 : COPY . . [2021-05-01T08:44:03.430Z] Removing intermediate container efea8ff74fd4 [2021-05-01T08:44:03.430Z] ---> 0861c4007f87 [2021-05-01T08:44:03.430Z] Step 8/23 : COPY . . [2021-05-01T08:44:04.417Z] Removing intermediate container 3f75482f03e2 [2021-05-01T08:44:04.417Z] ---> fde7abef0edf [2021-05-01T08:44:04.417Z] Step 8/23 : COPY . . [2021-05-01T08:44:04.417Z] Removing intermediate container 2b4be15d1d1d [2021-05-01T08:44:04.417Z] ---> 1f712991e810 [2021-05-01T08:44:04.417Z] Step 8/31 : COPY . . [2021-05-01T08:44:05.209Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T08:44:05.209Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-01T08:44:05.209Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-01T08:44:05.209Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-01T08:44:06.150Z] Reading package lists... [2021-05-01T08:44:06.411Z] 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-01T08:44:07.089Z] Removing intermediate container 9fe8f09fc226 [2021-05-01T08:44:07.089Z] ---> 7cb573884c45 [2021-05-01T08:44:07.089Z] Step 8/22 : COPY . . [2021-05-01T08:44:12.987Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T08:44:12.988Z] Reading package lists... [2021-05-01T08:44:12.988Z] Building dependency tree... [2021-05-01T08:44:12.988Z] Reading state information... [2021-05-01T08:44:12.988Z] Suggested packages: [2021-05-01T08:44:12.988Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-01T08:44:12.988Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-01T08:44:12.988Z] Recommended packages: [2021-05-01T08:44:12.988Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-01T08:44:12.988Z] The following NEW packages will be installed: [2021-05-01T08:44:12.988Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-01T08:44:12.988Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-01T08:44:12.988Z] pkg-config zip [2021-05-01T08:44:13.248Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-01T08:44:13.248Z] Need to get 7663 kB of archives. [2021-05-01T08:44:13.248Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-01T08:44:13.248Z] 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-01T08:44:13.248Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-01T08:44:13.248Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-01T08:44:13.508Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-01T08:44:13.508Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-01T08:44:13.508Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-01T08:44:13.508Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-01T08:44:13.508Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-01T08:44:13.769Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-01T08:44:13.769Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-01T08:44:13.769Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-01T08:44:13.769Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-01T08:44:13.769Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-01T08:44:14.030Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-01T08:44:14.030Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-01T08:44:14.289Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T08:44:14.289Z] Fetched 7663 kB in 1s (7119 kB/s) [2021-05-01T08:44:14.289Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-01T08:44:14.289Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-01T08:44:14.289Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-01T08:44:14.289Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-01T08:44:14.549Z] Selecting previously unselected package libpsl5:amd64. [2021-05-01T08:44:14.549Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-01T08:44:14.549Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-01T08:44:14.809Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-01T08:44:14.809Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-01T08:44:14.809Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-01T08:44:14.809Z] Selecting previously unselected package librtmp1:amd64. [2021-05-01T08:44:14.809Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-01T08:44:14.809Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-01T08:44:14.809Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-01T08:44:14.809Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-01T08:44:14.809Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-01T08:44:14.809Z] Selecting previously unselected package liberror-perl. [2021-05-01T08:44:14.809Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-01T08:44:15.073Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-01T08:44:15.073Z] Selecting previously unselected package git-man. [2021-05-01T08:44:15.073Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-01T08:44:15.073Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-01T08:44:15.073Z] Selecting previously unselected package git. [2021-05-01T08:44:15.073Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-01T08:44:15.357Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-01T08:44:16.332Z] Selecting previously unselected package libnorm1:amd64. [2021-05-01T08:44:16.332Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-01T08:44:16.332Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-01T08:44:16.332Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-01T08:44:16.332Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-01T08:44:16.332Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-01T08:44:16.332Z] Selecting previously unselected package libsodium23:amd64. [2021-05-01T08:44:16.332Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-01T08:44:16.332Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-01T08:44:16.332Z] Selecting previously unselected package libzmq5:amd64. [2021-05-01T08:44:16.332Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-01T08:44:16.332Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T08:44:16.606Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-01T08:44:16.606Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-01T08:44:16.606Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T08:44:16.606Z] Selecting previously unselected package pkg-config. [2021-05-01T08:44:16.606Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-01T08:44:16.606Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-01T08:44:16.866Z] Selecting previously unselected package zip. [2021-05-01T08:44:16.866Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-01T08:44:16.866Z] Unpacking zip (3.0-11build1) ... [2021-05-01T08:44:16.866Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-01T08:44:16.866Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-01T08:44:16.866Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-01T08:44:16.866Z] Setting up liberror-perl (0.17025-1) ... [2021-05-01T08:44:16.866Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-01T08:44:17.127Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-01T08:44:17.127Z] No schema files found: doing nothing. [2021-05-01T08:44:17.127Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-01T08:44:17.127Z] Setting up zip (3.0-11build1) ... [2021-05-01T08:44:17.127Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-01T08:44:17.127Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-01T08:44:17.127Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-01T08:44:17.127Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T08:44:17.127Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-01T08:44:17.127Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T08:44:17.387Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-01T08:44:17.387Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-01T08:44:23.988Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T08:44:23.988Z] git set to automatically installed. [2021-05-01T08:44:23.988Z] git-man set to automatically installed. [2021-05-01T08:44:23.988Z] libcurl3-gnutls set to automatically installed. [2021-05-01T08:44:23.988Z] liberror-perl set to automatically installed. [2021-05-01T08:44:23.988Z] libglib2.0-0 set to automatically installed. [2021-05-01T08:44:23.988Z] libnghttp2-14 set to automatically installed. [2021-05-01T08:44:23.988Z] libnorm1 set to automatically installed. [2021-05-01T08:44:23.988Z] libpgm-5.2-0 set to automatically installed. [2021-05-01T08:44:23.988Z] libpsl5 set to automatically installed. [2021-05-01T08:44:23.988Z] librtmp1 set to automatically installed. [2021-05-01T08:44:23.988Z] libsodium23 set to automatically installed. [2021-05-01T08:44:23.988Z] libzmq3-dev set to automatically installed. [2021-05-01T08:44:23.988Z] libzmq5 set to automatically installed. [2021-05-01T08:44:23.988Z] pkg-config set to automatically installed. [2021-05-01T08:44:23.988Z] zip set to automatically installed. [2021-05-01T08:44:25.898Z] snapd is not logged in, snap install commands will use sudo [2021-05-01T08:44:32.487Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T08:44:33.916Z] ---> fbb0ba274059 [2021-05-01T08:44:33.916Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-01T08:44:33.916Z] ---> 4a5562450e87 [2021-05-01T08:44:33.916Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-01T08:44:33.916Z] ---> 4e3be71f0aaa [2021-05-01T08:44:33.916Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-01T08:44:33.916Z] ---> 6783849040c2 [2021-05-01T08:44:33.916Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-01T08:44:33.916Z] ---> 981fce888b24 [2021-05-01T08:44:33.916Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-01T08:44:33.916Z] ---> Running in 5d06765318f3 [2021-05-01T08:44:33.916Z] ---> Running in 26cd2fd422d3 [2021-05-01T08:44:33.916Z] ---> Running in 6beee3e8c171 [2021-05-01T08:44:33.916Z] ---> Running in d583d25a5cff [2021-05-01T08:44:33.916Z] ---> Running in 7e49689982ab [2021-05-01T08:44:33.916Z] 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-01T08:44:33.916Z] 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-01T08:44:34.196Z] 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-01T08:44:34.196Z] 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-01T08:44:34.472Z] 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-01T08:44:50.609Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-01T08:44:50.609Z] snapd is not logged in, snap install commands will use sudo [2021-05-01T08:44:57.192Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T08:44:57.192Z] snap "core18" has no updates available [2021-05-01T08:44:57.764Z] Pulling go-build-helper [2021-05-01T08:44:57.764Z] + snapcraftctl pull [2021-05-01T08:44:59.151Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-01T08:44:59.151Z] Skipping pull go-build-helper (already ran) [2021-05-01T08:44:59.151Z] Building go-build-helper [2021-05-01T08:44:59.151Z] + snapcraftctl build [2021-05-01T08:45:01.698Z] Staging go-build-helper [2021-05-01T08:45:01.699Z] + snapcraftctl stage [2021-05-01T08:45:13.972Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-01T08:45:13.972Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-01T08:45:13.972Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-01T08:45:13.972Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-01T08:45:13.972Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-01T08:45:13.972Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-01T08:45:13.972Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-01T08:45:13.972Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-01T08:45:13.972Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-01T08:45:13.972Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-01T08:45:13.972Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-01T08:45:13.972Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-01T08:45:13.972Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-01T08:45:13.972Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-01T08:45:13.973Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-01T08:45:13.973Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-01T08:45:13.973Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-01T08:45:13.973Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-01T08:45:13.973Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-01T08:45:13.973Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-05-01T08:45:13.973Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-01T08:45:13.973Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-01T08:45:13.973Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-01T08:45:13.973Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-05-01T08:45:13.973Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-05-01T08:45:13.973Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-01T08:45:13.973Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-01T08:45:13.973Z] Fetched 24.4 MB in 0s (0 B/s) [2021-05-01T08:45:13.973Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-01T08:45:13.973Z] Fetched 224 kB in 0s (0 B/s) [2021-05-01T08:45:13.973Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-01T08:45:13.973Z] Fetched 157 kB in 0s (0 B/s) [2021-05-01T08:45:13.973Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-01T08:45:13.973Z] Fetched 221 kB in 0s (0 B/s) [2021-05-01T08:45:13.973Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-01T08:45:13.973Z] Fetched 143 kB in 0s (0 B/s) [2021-05-01T08:45:13.973Z] Pulling app-service-config [2021-05-01T08:45:13.973Z] + snapcraftctl pull [2021-05-01T08:45:14.543Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-01T08:45:15.113Z] Pulling config-common [2021-05-01T08:45:15.113Z] + snapcraftctl pull [2021-05-01T08:45:21.693Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-01T08:45:21.693Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-01T08:45:21.693Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-01T08:45:21.693Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:45:21.693Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-01T08:45:21.693Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:45:21.693Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-01T08:45:21.693Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:45:21.693Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-01T08:45:21.693Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:45:21.693Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-01T08:45:21.693Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:45:21.693Z] Pulling edgex-go [2021-05-01T08:45:21.693Z] + snapcraftctl pull [2021-05-01T08:45:43.657Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-01T08:45:43.657Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-01T08:45:43.657Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-01T08:45:43.657Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-01T08:45:43.657Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-01T08:45:43.657Z] Fetched 279 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-01T08:45:43.657Z] Fetched 122 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-01T08:45:43.657Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-01T08:45:43.657Z] Fetched 8848 B in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-01T08:45:43.657Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-01T08:45:43.657Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-01T08:45:43.657Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-01T08:45:43.657Z] Fetched 219 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-01T08:45:43.657Z] Fetched 154 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-01T08:45:43.657Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-01T08:45:43.657Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-01T08:45:43.657Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-01T08:45:43.657Z] Fetched 499 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-01T08:45:43.657Z] Fetched 111 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-01T08:45:43.657Z] Fetched 240 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-01T08:45:43.657Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-01T08:45:43.657Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-01T08:45:43.657Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-01T08:45:43.657Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-01T08:45:43.657Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-01T08:45:43.657Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-01T08:45:43.657Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-01T08:45:43.657Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-01T08:45:43.657Z] Fetched 8720 B in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-01T08:45:43.657Z] Fetched 137 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-01T08:45:43.657Z] Fetched 119 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-01T08:45:43.657Z] Fetched 110 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-01T08:45:43.657Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-01T08:45:43.657Z] Fetched 645 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-01T08:45:43.657Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-01T08:45:43.657Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-01T08:45:43.657Z] Fetched 368 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-01T08:45:43.657Z] Fetched 187 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-01T08:45:43.657Z] Fetched 175 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-01T08:45:43.657Z] Fetched 206 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-01T08:45:43.657Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-01T08:45:43.657Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-01T08:45:43.657Z] Fetched 159 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-01T08:45:43.657Z] Fetched 107 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-01T08:45:43.657Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-01T08:45:43.657Z] Pulling static-packages [2021-05-01T08:45:43.657Z] + snapcraftctl pull [2021-05-01T08:45:44.229Z] Pulling version [2021-05-01T08:45:44.229Z] + cd /root/project [2021-05-01T08:45:44.229Z] + [ -f VERSION ] [2021-05-01T08:45:44.229Z] + PROJECT_VERSION=local-dev [2021-05-01T08:45:44.229Z] + git rev-parse --short HEAD [2021-05-01T08:45:44.229Z] + GIT_REVISION=2144f493 [2021-05-01T08:45:44.229Z] + snapcraftctl set-version local-dev [2021-05-01T08:45:45.611Z] Skipping build go-build-helper (already ran) [2021-05-01T08:45:45.611Z] Building app-service-config [2021-05-01T08:45:45.611Z] + make build [2021-05-01T08:45:45.611Z] 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-01T08:45:48.153Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-01T08:45:48.153Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-01T08:45:48.153Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-01T08:45:48.153Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-01T08:45:48.153Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-01T08:45:48.153Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-01T08:45:48.153Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-01T08:45:48.153Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-01T08:45:48.153Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-01T08:45:48.153Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-01T08:45:48.153Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-01T08:45:48.153Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-01T08:45:48.153Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-01T08:45:48.153Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-01T08:45:48.413Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-01T08:45:48.413Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-01T08:45:48.413Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-01T08:45:48.413Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-01T08:45:48.413Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-01T08:45:48.413Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-01T08:45:48.413Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-01T08:45:48.413Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-01T08:45:48.413Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-01T08:45:48.413Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-01T08:45:48.413Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-01T08:45:48.413Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-01T08:45:48.673Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-01T08:45:48.962Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-01T08:45:48.962Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-01T08:45:48.962Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-01T08:45:48.962Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-01T08:45:48.962Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-01T08:45:48.962Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-01T08:45:48.962Z] go: downloading golang.org/x/text v0.3.2 [2021-05-01T08:45:48.962Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-01T08:45:48.962Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-01T08:45:49.241Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-01T08:45:49.241Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-01T08:45:49.241Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-01T08:45:49.241Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-01T08:45:49.241Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-01T08:45:49.241Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-01T08:45:49.241Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-01T08:45:49.241Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-01T08:45:49.241Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-01T08:46:01.477Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-01T08:46:01.477Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-01T08:46:01.477Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-01T08:46:01.477Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-01T08:46:01.477Z] Building config-common [2021-05-01T08:46:01.477Z] + snapcraftctl build [2021-05-01T08:46:04.022Z] Building edgex-go [2021-05-01T08:46:04.595Z] + cd /root/parts/edgex-go/src [2021-05-01T08:46:04.595Z] + make build [2021-05-01T08:46:04.595Z] 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-01T08:46:05.172Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-05-01T08:46:05.172Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-01T08:46:05.172Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-01T08:46:05.172Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-01T08:46:09.382Z] 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-01T08:46:09.382Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-01T08:46:14.674Z] 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-01T08:46:16.055Z] 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-01T08:46:17.965Z] 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-01T08:46:18.539Z] 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-01T08:46:18.539Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-01T08:46:18.539Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-01T08:46:18.539Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-01T08:46:18.539Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-01T08:46:20.450Z] 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-01T08:46:20.710Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-01T08:46:20.710Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-01T08:46:22.620Z] 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-01T08:46:23.562Z] 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-01T08:46:24.953Z] 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-01T08:46:26.339Z] 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-01T08:46:26.339Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-01T08:46:27.722Z] 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-01T08:46:27.982Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-01T08:46:29.984Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-01T08:46:29.984Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-01T08:46:29.984Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-01T08:46:29.984Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-01T08:46:29.984Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-01T08:46:29.984Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-01T08:46:29.984Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-01T08:46:29.984Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-01T08:46:29.984Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-01T08:46:29.984Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-01T08:46:29.984Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-01T08:46:30.260Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-01T08:46:30.260Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-01T08:46:30.260Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-01T08:46:30.260Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-01T08:46:30.260Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-01T08:46:30.260Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-01T08:46:30.260Z] + 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-01T08:46:30.260Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-01T08:46:30.260Z] + 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-01T08:46:30.260Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-01T08:46:30.260Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-01T08:46:30.260Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-01T08:46:30.260Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-01T08:46:30.260Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-01T08:46:30.260Z] + 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-01T08:46:33.576Z] Building static-packages [2021-05-01T08:46:33.576Z] + snapcraftctl build [2021-05-01T08:46:36.129Z] Building version [2021-05-01T08:46:36.129Z] + snapcraftctl build [2021-05-01T08:46:38.676Z] Skipping stage go-build-helper (already ran) [2021-05-01T08:46:38.676Z] Staging app-service-config [2021-05-01T08:46:38.676Z] + snapcraftctl stage [2021-05-01T08:46:39.621Z] Staging config-common [2021-05-01T08:46:39.621Z] + snapcraftctl stage [2021-05-01T08:46:41.008Z] Staging edgex-go [2021-05-01T08:46:41.008Z] + snapcraftctl stage [2021-05-01T08:46:41.384Z] 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-01T08:46:41.384Z] Removing intermediate container 5d06765318f3 [2021-05-01T08:46:41.384Z] ---> 6b2197913d38 [2021-05-01T08:46:41.384Z] [2021-05-01T08:46:41.384Z] Step 10/31 : FROM alpine:3.12 [2021-05-01T08:46:41.384Z] 3.12: Pulling from library/alpine [2021-05-01T08:46:41.663Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-01T08:46:41.663Z] Status: Downloaded newer image for alpine:3.12 [2021-05-01T08:46:41.663Z] ---> 9852663dfa18 [2021-05-01T08:46:41.663Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-01T08:46:41.951Z] Staging static-packages [2021-05-01T08:46:41.951Z] + snapcraftctl stage [2021-05-01T08:46:42.666Z] ---> Running in d8e9c8e8925e [2021-05-01T08:46:42.666Z] Removing intermediate container d583d25a5cff [2021-05-01T08:46:42.666Z] ---> a6d091ebdb69 [2021-05-01T08:46:42.666Z] [2021-05-01T08:46:42.666Z] Step 10/24 : FROM alpine:3.12 [2021-05-01T08:46:42.666Z] ---> 9852663dfa18 [2021-05-01T08:46:42.666Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-01T08:46:43.273Z] ---> Running in dc7efd9c2d59 [2021-05-01T08:46:43.341Z] Staging version [2021-05-01T08:46:43.341Z] + snapcraftctl stage [2021-05-01T08:46:43.559Z] Removing intermediate container d8e9c8e8925e [2021-05-01T08:46:43.559Z] ---> 069932dd4437 [2021-05-01T08:46:43.559Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-01T08:46:43.559Z] ---> Running in 2f4f96c164d3 [2021-05-01T08:46:44.727Z] Priming go-build-helper [2021-05-01T08:46:44.727Z] + snapcraftctl prime [2021-05-01T08:46:45.672Z] Priming app-service-config [2021-05-01T08:46:45.673Z] + snapcraftctl prime [2021-05-01T08:46:46.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:46:46.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:46:46.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:46:46.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:46:47.061Z] Priming config-common [2021-05-01T08:46:47.061Z] + snapcraftctl prime [2021-05-01T08:46:47.199Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-01T08:46:47.199Z] (2/2) Installing su-exec (0.2-r1) [2021-05-01T08:46:47.199Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-01T08:46:47.199Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:46:47.199Z] OK: 5 MiB in 16 packages [2021-05-01T08:46:47.199Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:46:47.199Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-01T08:46:47.199Z] (4/6) Installing curl (7.76.1-r0) [2021-05-01T08:46:47.199Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-01T08:46:47.199Z] (6/6) Installing su-exec (0.2-r1) [2021-05-01T08:46:47.199Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:46:47.199Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:46:47.479Z] OK: 7 MiB in 20 packages [2021-05-01T08:46:48.004Z] Priming edgex-go [2021-05-01T08:46:48.004Z] + snapcraftctl prime [2021-05-01T08:46:49.390Z] Priming static-packages [2021-05-01T08:46:49.390Z] + snapcraftctl prime [2021-05-01T08:46:49.537Z] Removing intermediate container 2f4f96c164d3 [2021-05-01T08:46:49.537Z] ---> 07137be81412 [2021-05-01T08:46:49.537Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-01T08:46:49.818Z] ---> Running in 0b5bb3b10f9d [2021-05-01T08:46:51.280Z] Removing intermediate container dc7efd9c2d59 [2021-05-01T08:46:51.280Z] ---> 4030c9cd68b2 [2021-05-01T08:46:51.280Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-01T08:46:51.280Z] Removing intermediate container 0b5bb3b10f9d [2021-05-01T08:46:51.280Z] ---> 23ce6764da0b [2021-05-01T08:46:51.280Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-01T08:46:51.574Z] ---> Running in 766a3b47f6a8 [2021-05-01T08:46:51.849Z] ---> Running in 69ed91f01904 [2021-05-01T08:46:51.937Z] Priming version [2021-05-01T08:46:51.937Z] + snapcraftctl prime [2021-05-01T08:46:52.448Z] Removing intermediate container 766a3b47f6a8 [2021-05-01T08:46:52.448Z] ---> 25054b109fcf [2021-05-01T08:46:52.448Z] Step 13/24 : WORKDIR / [2021-05-01T08:46:52.722Z] Removing intermediate container 69ed91f01904 [2021-05-01T08:46:52.722Z] ---> 52f5bfeb933b [2021-05-01T08:46:52.722Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-01T08:46:52.722Z] ---> Running in 329f7ac21d72 [2021-05-01T08:46:52.876Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-05-01T08:46:53.333Z] ---> Running in 159ca96c9c3c [2021-05-01T08:46:54.806Z] Removing intermediate container 329f7ac21d72 [2021-05-01T08:46:54.806Z] ---> 5632ecf88011 [2021-05-01T08:46:54.806Z] Step 14/24 : 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-01T08:46:56.798Z] Removing intermediate container 7e49689982ab [2021-05-01T08:46:56.798Z] ---> cb201d45b2df [2021-05-01T08:46:56.798Z] [2021-05-01T08:46:56.798Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:46:56.798Z] ---> 9852663dfa18 [2021-05-01T08:46:56.798Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:46:57.074Z] ---> 375aa1d54c51 [2021-05-01T08:46:57.074Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-01T08:46:57.359Z] ---> Running in 9667a4335932 [2021-05-01T08:46:57.978Z] Removing intermediate container 6beee3e8c171 [2021-05-01T08:46:57.978Z] ---> 1c534c385d30 [2021-05-01T08:46:57.978Z] [2021-05-01T08:46:57.978Z] Step 10/22 : FROM alpine:3.12 [2021-05-01T08:46:57.978Z] ---> 9852663dfa18 [2021-05-01T08:46:57.978Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:46:57.978Z] Removing intermediate container 159ca96c9c3c [2021-05-01T08:46:57.978Z] ---> 24c4683cfd3f [2021-05-01T08:46:57.978Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-01T08:46:58.255Z] ---> Running in 2a8bada75a80 [2021-05-01T08:46:58.255Z] ---> Running in b0ca4380c30d [2021-05-01T08:46:58.853Z] ---> 6ebba4da02b8 [2021-05-01T08:46:58.853Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-01T08:46:59.123Z] Removing intermediate container 2a8bada75a80 [2021-05-01T08:46:59.123Z] ---> 20bb435c4094 [2021-05-01T08:46:59.123Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-01T08:46:59.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:46:59.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:00.274Z] ---> aced322d904c [2021-05-01T08:47:00.274Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-01T08:47:00.274Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-01T08:47:00.274Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:47:00.274Z] OK: 5 MiB in 15 packages [2021-05-01T08:47:00.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:00.555Z] ---> e0e41ee7e515 [2021-05-01T08:47:00.555Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-01T08:47:00.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:01.107Z] ---> Running in f8dc27a1d9d9 [2021-05-01T08:47:01.387Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-01T08:47:01.387Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:47:01.387Z] OK: 5 MiB in 15 packages [2021-05-01T08:47:02.648Z] Removing intermediate container 9667a4335932 [2021-05-01T08:47:02.648Z] ---> 378548e11546 [2021-05-01T08:47:02.648Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:47:02.648Z] ---> f86e4e369851 [2021-05-01T08:47:02.648Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-01T08:47:02.923Z] ---> Running in e5e9ced7f769 [2021-05-01T08:47:03.643Z] Removing intermediate container b0ca4380c30d [2021-05-01T08:47:03.643Z] ---> 82df9ed53df9 [2021-05-01T08:47:03.643Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:47:03.943Z] Removing intermediate container 26cd2fd422d3 [2021-05-01T08:47:03.943Z] ---> 16baf32019a1 [2021-05-01T08:47:03.943Z] [2021-05-01T08:47:03.943Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:47:03.943Z] ---> 9852663dfa18 [2021-05-01T08:47:03.943Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:47:03.943Z] ---> Using cache [2021-05-01T08:47:03.943Z] ---> 82df9ed53df9 [2021-05-01T08:47:03.943Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:47:04.241Z] Removing intermediate container e5e9ced7f769 [2021-05-01T08:47:04.241Z] ---> 7566e380a951 [2021-05-01T08:47:04.241Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-01T08:47:04.241Z] ---> Running in cc088d23057e [2021-05-01T08:47:04.542Z] ---> Running in 8f51606b14c3 [2021-05-01T08:47:04.542Z] ---> Running in 716c65737021 [2021-05-01T08:47:04.542Z] ---> 6857833b43a8 [2021-05-01T08:47:04.542Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-01T08:47:05.183Z] Removing intermediate container f8dc27a1d9d9 [2021-05-01T08:47:05.183Z] ---> 1bd56f179656 [2021-05-01T08:47:05.183Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:47:05.183Z] Removing intermediate container cc088d23057e [2021-05-01T08:47:05.183Z] ---> 40464183134a [2021-05-01T08:47:05.183Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-01T08:47:05.487Z] Removing intermediate container 8f51606b14c3 [2021-05-01T08:47:05.487Z] ---> ac5e153cb1d3 [2021-05-01T08:47:05.487Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-01T08:47:05.487Z] Removing intermediate container 716c65737021 [2021-05-01T08:47:05.487Z] ---> 5309b2fb0a3f [2021-05-01T08:47:05.487Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-01T08:47:05.487Z] ---> Running in cea16d27efb2 [2021-05-01T08:47:05.809Z] ---> Running in c2b482bc9391 [2021-05-01T08:47:05.809Z] ---> Running in 69d840615572 [2021-05-01T08:47:06.090Z] ---> 4f513b389f52 [2021-05-01T08:47:06.090Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-01T08:47:06.090Z] ---> Running in ad4de72f9235 [2021-05-01T08:47:06.376Z] Removing intermediate container cea16d27efb2 [2021-05-01T08:47:06.376Z] ---> cebc3e3d03db [2021-05-01T08:47:06.376Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-01T08:47:06.376Z] ---> a66bdd51cde7 [2021-05-01T08:47:06.376Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-01T08:47:06.654Z] Removing intermediate container c2b482bc9391 [2021-05-01T08:47:06.654Z] ---> f9ad039f23c6 [2021-05-01T08:47:06.654Z] Step 14/23 : EXPOSE $APP_PORTRemoving intermediate container 69d840615572 [2021-05-01T08:47:06.654Z] ---> 3269b806d083 [2021-05-01T08:47:06.654Z] Step 15/23 : WORKDIR / [2021-05-01T08:47:06.654Z] [2021-05-01T08:47:06.941Z] ---> Running in 758deead6e51 [2021-05-01T08:47:06.941Z] ---> Running in 3afc43dcfbd9 [2021-05-01T08:47:06.941Z] ---> Running in 8d2648a54f4b [2021-05-01T08:47:07.553Z] Removing intermediate container 758deead6e51 [2021-05-01T08:47:07.553Z] ---> 8a9048a5f622 [2021-05-01T08:47:07.553Z] Removing intermediate container 8d2648a54f4b [2021-05-01T08:47:07.553Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:47:07.553Z] ---> 67cce2cb3043 [2021-05-01T08:47:07.553Z] Step 15/23 : WORKDIR / [2021-05-01T08:47:07.829Z] Removing intermediate container 3afc43dcfbd9 [2021-05-01T08:47:07.829Z] ---> ff79563824ce [2021-05-01T08:47:07.829Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:47:08.107Z] ---> Running in e54b258e6b52 [2021-05-01T08:47:08.381Z] ---> 26145c4a71b8 [2021-05-01T08:47:08.381Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-01T08:47:08.655Z] ---> a72fe3086392 [2021-05-01T08:47:08.655Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-01T08:47:08.930Z] Removing intermediate container e54b258e6b52 [2021-05-01T08:47:08.930Z] ---> 0e3bb18531cd [2021-05-01T08:47:08.930Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:47:08.930Z] ---> 9d96ff484b08 [2021-05-01T08:47:08.930Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-01T08:47:09.534Z] ---> 0fe3f73acff3 [2021-05-01T08:47:09.534Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-01T08:47:09.534Z] Removing intermediate container ad4de72f9235 [2021-05-01T08:47:09.534Z] ---> c553eb405cbe [2021-05-01T08:47:09.534Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-01T08:47:09.810Z] ---> Running in c678fde02c40 [2021-05-01T08:47:10.092Z] ---> 0e1f91ad8bd3 [2021-05-01T08:47:10.093Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-01T08:47:10.368Z] ---> 9d3c45e6a671 [2021-05-01T08:47:10.368Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-01T08:47:10.644Z] ---> 238dfdab8f34 [2021-05-01T08:47:10.644Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-01T08:47:10.644Z] Removing intermediate container c678fde02c40 [2021-05-01T08:47:10.644Z] ---> bc6033decca1 [2021-05-01T08:47:10.644Z] Step 22/24 : LABEL arch=arm64 [2021-05-01T08:47:10.923Z] ---> d933c5997f6b [2021-05-01T08:47:10.924Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-01T08:47:10.924Z] ---> Running in c5581fa2ad37 [2021-05-01T08:47:11.198Z] ---> 58bc3e0feed9 [2021-05-01T08:47:11.198Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-01T08:47:11.472Z] ---> Running in 9dde3bf43122 [2021-05-01T08:47:11.745Z] ---> f4d75165fc14 [2021-05-01T08:47:11.745Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-01T08:47:11.745Z] Removing intermediate container c5581fa2ad37 [2021-05-01T08:47:11.745Z] ---> b9b53ff1a8b6 [2021-05-01T08:47:11.745Z] Step 23/24 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:47:11.745Z] ---> 6744c82476e6 [2021-05-01T08:47:11.745Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-01T08:47:12.022Z] ---> Running in 9f50c77688fe [2021-05-01T08:47:12.022Z] ---> d1bdf721400c [2021-05-01T08:47:12.022Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-01T08:47:12.022Z] ---> Running in 57f01ee0ceaf [2021-05-01T08:47:12.022Z] Removing intermediate container 9dde3bf43122 [2021-05-01T08:47:12.022Z] ---> bed092e242d7 [2021-05-01T08:47:12.022Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:47:12.295Z] ---> Running in 901165431d9c [2021-05-01T08:47:12.570Z] ---> Running in 5284e01f34ff [2021-05-01T08:47:12.570Z] Removing intermediate container 57f01ee0ceaf [2021-05-01T08:47:12.570Z] Removing intermediate container 9f50c77688fe [2021-05-01T08:47:12.570Z] ---> fe06a911d399 [2021-05-01T08:47:12.570Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:47:12.570Z] ---> dbdef921e08b [2021-05-01T08:47:12.570Z] Step 24/24 : LABEL version=0.0.0 [2021-05-01T08:47:12.570Z] ---> 4ee98f7a9706 [2021-05-01T08:47:12.570Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-01T08:47:12.843Z] ---> Running in 59540a980d92 [2021-05-01T08:47:12.843Z] ---> Running in c6e01c95b7c5 [2021-05-01T08:47:12.843Z] ---> Running in 84626027639e [2021-05-01T08:47:13.123Z] Removing intermediate container 901165431d9c [2021-05-01T08:47:13.123Z] ---> 309e9eb2ed47 [2021-05-01T08:47:13.123Z] Step 20/22 : LABEL arch=arm64 [2021-05-01T08:47:13.123Z] Removing intermediate container 5284e01f34ff [2021-05-01T08:47:13.123Z] ---> f2f61cb21f6e [2021-05-01T08:47:13.123Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-01T08:47:13.405Z] ---> Running in eae20f4ab553 [2021-05-01T08:47:13.683Z] Removing intermediate container 84626027639e [2021-05-01T08:47:13.683Z] ---> 9a27cdf9ba49 [2021-05-01T08:47:13.683Z] [2021-05-01T08:47:13.683Z] Removing intermediate container 59540a980d92 [2021-05-01T08:47:13.683Z] ---> 6acb88732fac [2021-05-01T08:47:13.683Z] Step 21/23 : LABEL arch=arm64 [2021-05-01T08:47:13.683Z] Removing intermediate container c6e01c95b7c5 [2021-05-01T08:47:13.683Z] ---> 803599f044e5 [2021-05-01T08:47:13.683Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:47:13.955Z] ---> Running in 3668a9537969 [2021-05-01T08:47:13.955Z] ---> Running in 060f9a746de0 [2021-05-01T08:47:14.227Z] ---> e5bddd5ef89a [2021-05-01T08:47:14.227Z] Step 26/31 : RUN chmod +x /entrypoint.shRemoving intermediate container eae20f4ab553 [2021-05-01T08:47:14.227Z] ---> 6db731bb23d6 [2021-05-01T08:47:14.227Z] Step 21/22 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:47:14.227Z] [2021-05-01T08:47:14.227Z] Successfully built 9a27cdf9ba49 [2021-05-01T08:47:14.227Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-01T08:47:14.227Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-05-01T08:47:14.504Z] ---> Running in 79ca0af5af4b [2021-05-01T08:47:14.504Z] ---> Running in c0b11abc3cb8 [2021-05-01T08:47:14.786Z] Removing intermediate container 3668a9537969 [2021-05-01T08:47:14.786Z] ---> c689cd3949af [2021-05-01T08:47:14.786Z] Step 22/23 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:47:14.786Z] Removing intermediate container 060f9a746de0 [2021-05-01T08:47:14.786Z] ---> 2b69a1bf67e4 [2021-05-01T08:47:14.786Z] Step 21/23 : LABEL arch=arm64 [2021-05-01T08:47:15.062Z] ---> Running in 5567df2e2d59 [2021-05-01T08:47:15.062Z] Removing intermediate container 79ca0af5af4b [2021-05-01T08:47:15.062Z] ---> 417b297a7aeb [2021-05-01T08:47:15.062Z] Step 22/22 : LABEL version=0.0.0 [2021-05-01T08:47:15.062Z] ---> Running in 55eee409b620 [2021-05-01T08:47:15.343Z] ---> Running in a84a89f188ac [2021-05-01T08:47:15.946Z] Removing intermediate container 55eee409b620 [2021-05-01T08:47:15.946Z] ---> e19776fa125a [2021-05-01T08:47:15.946Z] Step 22/23 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:47:15.946Z] Removing intermediate container 5567df2e2d59 [2021-05-01T08:47:15.946Z] ---> e719f3d57a60 [2021-05-01T08:47:15.946Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:47:16.223Z] Removing intermediate container a84a89f188ac [2021-05-01T08:47:16.223Z] ---> 207b50c3e8b7 [2021-05-01T08:47:16.223Z] [2021-05-01T08:47:16.500Z] ---> Running in ead5557931a7 [2021-05-01T08:47:16.500Z] ---> Running in 9074d8f1238a [2021-05-01T08:47:16.781Z] Successfully built 207b50c3e8b7 [2021-05-01T08:47:16.781Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-01T08:47:16.781Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-05-01T08:47:17.379Z] Removing intermediate container 9074d8f1238a [2021-05-01T08:47:17.379Z] ---> 4186fd38744e [2021-05-01T08:47:17.379Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:47:17.652Z] Removing intermediate container ead5557931a7 [2021-05-01T08:47:17.652Z] ---> ef9b502f88d9 [2021-05-01T08:47:17.652Z] [2021-05-01T08:47:17.652Z] ---> Running in fb1c558de3df [2021-05-01T08:47:18.251Z] Removing intermediate container c0b11abc3cb8 [2021-05-01T08:47:18.251Z] ---> f0f42f332278 [2021-05-01T08:47:18.251Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-01T08:47:18.251Z] Successfully built ef9b502f88d9 [2021-05-01T08:47:18.251Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-01T08:47:18.251Z] Building docker-core-data-go [2021-05-01T08:47:18.251Z]  Building docker-core-command-go ... done Removing intermediate container fb1c558de3df [2021-05-01T08:47:18.251Z] ---> f960523b3fe9 [2021-05-01T08:47:18.251Z] [2021-05-01T08:47:18.527Z] ---> Running in 3951fb18e417 [2021-05-01T08:47:18.800Z] Successfully built f960523b3fe9 [2021-05-01T08:47:18.800Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-01T08:47:18.800Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-05-01T08:47:19.075Z] Removing intermediate container 3951fb18e417 [2021-05-01T08:47:19.075Z] ---> a9b6689e39d4 [2021-05-01T08:47:19.075Z] Step 28/31 : CMD ["gate"] [2021-05-01T08:47:19.677Z] ---> Running in 354d819b2e6b [2021-05-01T08:47:20.278Z] Removing intermediate container 354d819b2e6b [2021-05-01T08:47:20.278Z] ---> 6ce2f70814ae [2021-05-01T08:47:20.278Z] Step 29/31 : LABEL arch=arm64 [2021-05-01T08:47:20.553Z] ---> Running in bfeabe6f11f5 [2021-05-01T08:47:20.827Z] Removing intermediate container bfeabe6f11f5 [2021-05-01T08:47:20.827Z] ---> c75cb2c44df5 [2021-05-01T08:47:20.827Z] Step 30/31 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:47:21.430Z] ---> Running in 3fb8dcd72d88 [2021-05-01T08:47:22.415Z] Removing intermediate container 3fb8dcd72d88 [2021-05-01T08:47:22.415Z] ---> 9fc7c07c1586 [2021-05-01T08:47:22.415Z] Step 31/31 : LABEL version=0.0.0 [2021-05-01T08:47:23.028Z] ---> Running in e4a4f27de063 [2021-05-01T08:47:24.013Z] Removing intermediate container e4a4f27de063 [2021-05-01T08:47:24.013Z] ---> b4c9161615b9 [2021-05-01T08:47:24.013Z] [2021-05-01T08:47:24.288Z] Successfully built b4c9161615b9 [2021-05-01T08:47:24.288Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-01T08:48:11.288Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:48:11.288Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:48:11.288Z] ---> 181a57551750 [2021-05-01T08:48:11.288Z] Step 3/22 : WORKDIR /edgex-go [2021-05-01T08:48:11.288Z] ---> Using cache [2021-05-01T08:48:11.288Z] ---> ba92f3523543 [2021-05-01T08:48:11.288Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:48:11.288Z] ---> Using cache [2021-05-01T08:48:11.288Z] ---> 037d17d5a41b [2021-05-01T08:48:11.288Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-01T08:48:12.279Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:48:12.279Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:48:12.279Z] ---> 181a57551750 [2021-05-01T08:48:12.279Z] Step 3/21 : WORKDIR /edgex-go [2021-05-01T08:48:12.279Z] ---> Using cache [2021-05-01T08:48:12.279Z] ---> ba92f3523543 [2021-05-01T08:48:12.279Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:48:12.279Z] ---> Using cache [2021-05-01T08:48:12.279Z] ---> 037d17d5a41b [2021-05-01T08:48:12.279Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-01T08:48:12.279Z] ---> Using cache [2021-05-01T08:48:12.279Z] ---> 504182b503ee [2021-05-01T08:48:12.279Z] Step 6/21 : COPY go.mod . [2021-05-01T08:48:12.279Z] ---> Using cache [2021-05-01T08:48:12.279Z] ---> d1bb14356d74 [2021-05-01T08:48:12.279Z] Step 7/21 : RUN go mod download [2021-05-01T08:48:12.279Z] ---> Using cache [2021-05-01T08:48:12.279Z] ---> 1f712991e810 [2021-05-01T08:48:12.279Z] Step 8/21 : COPY . . [2021-05-01T08:48:12.279Z] ---> Using cache [2021-05-01T08:48:12.279Z] ---> 4a5562450e87 [2021-05-01T08:48:12.279Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-01T08:48:12.582Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:48:12.582Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:48:12.582Z] ---> 181a57551750 [2021-05-01T08:48:12.582Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:48:12.582Z] ---> Using cache [2021-05-01T08:48:12.582Z] ---> ba92f3523543 [2021-05-01T08:48:12.582Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:48:12.582Z] ---> Using cache [2021-05-01T08:48:12.582Z] ---> 037d17d5a41b [2021-05-01T08:48:12.582Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-01T08:48:12.855Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:48:12.855Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:48:12.855Z] ---> 181a57551750 [2021-05-01T08:48:12.855Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:48:12.855Z] ---> Using cache [2021-05-01T08:48:12.855Z] ---> ba92f3523543 [2021-05-01T08:48:12.855Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:48:12.855Z] ---> Using cache [2021-05-01T08:48:12.855Z] ---> 037d17d5a41b [2021-05-01T08:48:12.855Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-01T08:48:13.464Z] ---> Running in 333133e4d60f [2021-05-01T08:48:13.464Z] ---> Running in 07a6c1092f89 [2021-05-01T08:48:13.464Z] ---> Running in a99a3705eced [2021-05-01T08:48:13.464Z] ---> Running in ebf8e6baf595 [2021-05-01T08:48:15.452Z] 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-01T08:48:15.452Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:48:15.452Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:48:15.733Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:48:16.344Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:48:16.629Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:48:16.629Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:48:17.632Z] OK: 218 MiB in 52 packages [2021-05-01T08:48:17.632Z] OK: 218 MiB in 52 packages [2021-05-01T08:48:18.249Z] OK: 218 MiB in 52 packages [2021-05-01T08:48:20.292Z] Removing intermediate container ebf8e6baf595 [2021-05-01T08:48:20.292Z] Removing intermediate container 333133e4d60f [2021-05-01T08:48:20.292Z] ---> 4e0477d2ad51 [2021-05-01T08:48:20.292Z] Step 6/23 : COPY go.mod . [2021-05-01T08:48:20.292Z] ---> 424e1746fbb6 [2021-05-01T08:48:20.292Z] Step 6/22 : COPY go.mod . [2021-05-01T08:48:20.586Z] Removing intermediate container a99a3705eced [2021-05-01T08:48:20.586Z] ---> 6b4f86576dfc [2021-05-01T08:48:20.586Z] Step 6/23 : COPY go.mod . [2021-05-01T08:48:22.040Z] ---> a0448af2df7d [2021-05-01T08:48:22.040Z] Step 7/23 : RUN go mod download [2021-05-01T08:48:22.040Z] ---> Running in 5df76a6dc7c9 [2021-05-01T08:48:22.040Z] ---> fe6059b68f0a [2021-05-01T08:48:22.040Z] Step 7/22 : RUN go mod download [2021-05-01T08:48:22.329Z] ---> 9606c607fb27 [2021-05-01T08:48:22.329Z] Step 7/23 : RUN go mod download [2021-05-01T08:48:22.620Z] ---> Running in 13c2f38106ab [2021-05-01T08:48:22.620Z] ---> Running in f184eecff968 [2021-05-01T08:48:26.978Z] Removing intermediate container 5df76a6dc7c9 [2021-05-01T08:48:26.978Z] ---> a8f2ae19fff1 [2021-05-01T08:48:26.978Z] Step 8/23 : COPY . . [2021-05-01T08:48:27.592Z] Removing intermediate container 13c2f38106ab [2021-05-01T08:48:27.592Z] ---> 21147d96ddcc [2021-05-01T08:48:27.592Z] Step 8/22 : COPY . . [2021-05-01T08:48:27.875Z] Removing intermediate container f184eecff968 [2021-05-01T08:48:27.875Z] ---> 49ef96bef21c [2021-05-01T08:48:27.875Z] Step 8/23 : COPY . . [2021-05-01T08:49:00.335Z] 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-01T08:49:01.317Z] ---> 847fdee49aa8 [2021-05-01T08:49:01.317Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-01T08:49:01.317Z] ---> 8605b0f3c1f4 [2021-05-01T08:49:01.317Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-01T08:49:01.317Z] ---> 50d360626951 [2021-05-01T08:49:01.317Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-01T08:49:01.591Z] ---> Running in b2a3506882be [2021-05-01T08:49:01.591Z] ---> Running in b33f64121262 [2021-05-01T08:49:01.591Z] ---> Running in eeefa21f0277 [2021-05-01T08:49:03.600Z] 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-01T08:49:03.600Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-01T08:49:03.600Z] 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-01T08:49:04.617Z] Removing intermediate container 07a6c1092f89 [2021-05-01T08:49:04.617Z] ---> bc9cd2b55d94 [2021-05-01T08:49:04.617Z] [2021-05-01T08:49:04.617Z] Step 10/21 : FROM alpine:3.12 [2021-05-01T08:49:04.617Z] ---> 9852663dfa18 [2021-05-01T08:49:04.617Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-01T08:49:04.617Z] ---> Running in c106d965e3e1 [2021-05-01T08:49:06.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:49:06.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:49:07.210Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-01T08:49:07.210Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:49:07.210Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-01T08:49:07.485Z] (4/4) Installing curl (7.76.1-r0) [2021-05-01T08:49:07.485Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:49:07.485Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:49:07.843Z] OK: 7 MiB in 18 packages [2021-05-01T08:49:10.693Z] Removing intermediate container c106d965e3e1 [2021-05-01T08:49:10.693Z] ---> d79c20a2119f [2021-05-01T08:49:10.693Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-01T08:49:10.693Z] ---> Running in c6c4681a1c87 [2021-05-01T08:49:10.969Z] Removing intermediate container c6c4681a1c87 [2021-05-01T08:49:10.969Z] ---> 721106458591 [2021-05-01T08:49:10.969Z] Step 13/21 : WORKDIR /edgex [2021-05-01T08:49:11.248Z] ---> Running in ddf1be0ae438 [2021-05-01T08:49:11.855Z] Removing intermediate container ddf1be0ae438 [2021-05-01T08:49:12.133Z] ---> 3ae00aee8627 [2021-05-01T08:49:12.133Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-01T08:49:13.583Z] ---> 1345ef9c386f [2021-05-01T08:49:13.583Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-01T08:49:15.030Z] ---> 85fd29767812 [2021-05-01T08:49:15.030Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-01T08:49:17.020Z] ---> 4316168c6717 [2021-05-01T08:49:17.020Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-01T08:49:17.020Z] ---> Running in e7f429d6ded7 [2021-05-01T08:49:17.621Z] Removing intermediate container e7f429d6ded7 [2021-05-01T08:49:17.621Z] ---> c21487228f17 [2021-05-01T08:49:17.621Z] Step 18/21 : CMD ["--init=true"] [2021-05-01T08:49:17.896Z] ---> Running in 1295e9398dc6 [2021-05-01T08:49:18.508Z] Removing intermediate container 1295e9398dc6 [2021-05-01T08:49:18.508Z] ---> 4fda99a457f1 [2021-05-01T08:49:18.508Z] Step 19/21 : LABEL arch=arm64 [2021-05-01T08:49:18.783Z] ---> Running in 6c84ffd3f067 [2021-05-01T08:49:19.384Z] Removing intermediate container 6c84ffd3f067 [2021-05-01T08:49:19.384Z] ---> 95fcff61bfb2 [2021-05-01T08:49:19.384Z] Step 20/21 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:49:19.659Z] ---> Running in 161519c840ac [2021-05-01T08:49:20.262Z] Removing intermediate container 161519c840ac [2021-05-01T08:49:20.262Z] ---> d3e533a4894e [2021-05-01T08:49:20.262Z] Step 21/21 : LABEL version=0.0.0 [2021-05-01T08:49:20.536Z] ---> Running in b78869669cb6 [2021-05-01T08:49:21.133Z] Removing intermediate container b78869669cb6 [2021-05-01T08:49:21.133Z] ---> 835ae44c1f27 [2021-05-01T08:49:21.133Z] [2021-05-01T08:49:21.732Z] Successfully built 835ae44c1f27 [2021-05-01T08:49:21.732Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-01T08:50:43.553Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b33f64121262 [2021-05-01T08:50:43.553Z] ---> 80a62c07d432 [2021-05-01T08:50:43.553Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-01T08:50:43.553Z] ---> Running in a2f9708e9fa7 [2021-05-01T08:50:43.553Z] 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-01T08:50:43.553Z] Removing intermediate container eeefa21f0277 [2021-05-01T08:50:43.553Z] ---> bec65b792bd8 [2021-05-01T08:50:43.553Z] [2021-05-01T08:50:43.553Z] Step 10/22 : FROM alpine:3.12 [2021-05-01T08:50:43.553Z] ---> 9852663dfa18 [2021-05-01T08:50:43.553Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-01T08:50:43.553Z] ---> Running in 74f35f262af8 [2021-05-01T08:50:43.553Z] Removing intermediate container a2f9708e9fa7 [2021-05-01T08:50:43.553Z] ---> 718db1268cb4 [2021-05-01T08:50:43.553Z] [2021-05-01T08:50:43.553Z] Step 11/23 : FROM docker:20.10.0 [2021-05-01T08:50:43.553Z] 20.10.0: Pulling from library/docker [2021-05-01T08:50:43.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:50:43.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:50:43.553Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-01T08:50:43.553Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-01T08:50:43.553Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:50:43.553Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:50:43.553Z] OK: 6 MiB in 16 packages [2021-05-01T08:50:43.553Z] Removing intermediate container 74f35f262af8 [2021-05-01T08:50:43.553Z] ---> ce295b5734c4 [2021-05-01T08:50:43.553Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:50:44.537Z] ---> Running in 90384ed8dc53 [2021-05-01T08:50:45.522Z] Removing intermediate container 90384ed8dc53 [2021-05-01T08:50:45.522Z] ---> 07f4e37ce551 [2021-05-01T08:50:45.522Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-01T08:50:46.129Z] Removing intermediate container b2a3506882be [2021-05-01T08:50:46.129Z] ---> 34211642dc62 [2021-05-01T08:50:46.129Z] [2021-05-01T08:50:46.129Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:50:46.129Z] ---> 9852663dfa18 [2021-05-01T08:50:46.129Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-01T08:50:46.129Z] ---> Running in c4f5dd1897b9 [2021-05-01T08:50:46.734Z] ---> Running in aea45048069a [2021-05-01T08:50:46.734Z] Removing intermediate container c4f5dd1897b9 [2021-05-01T08:50:46.734Z] ---> c57dc1e12ac9 [2021-05-01T08:50:46.734Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-01T08:50:47.006Z] ---> Running in 0d371ddc0024 [2021-05-01T08:50:47.281Z] Removing intermediate container aea45048069a [2021-05-01T08:50:47.281Z] ---> f654dcc7f4bb [2021-05-01T08:50:47.281Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-01T08:50:47.556Z] ---> Running in e8b9abbb0957 [2021-05-01T08:50:47.556Z] Removing intermediate container 0d371ddc0024 [2021-05-01T08:50:47.556Z] ---> a64505d76176 [2021-05-01T08:50:47.556Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:50:48.152Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-01T08:50:48.152Z] Removing intermediate container e8b9abbb0957 [2021-05-01T08:50:48.152Z] ---> 83f756795bfe [2021-05-01T08:50:48.152Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-01T08:50:48.152Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-01T08:50:48.152Z] ---> eeaf43b92773 [2021-05-01T08:50:48.152Z] 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-01T08:50:48.429Z] ---> Running in 84dd8f73a378 [2021-05-01T08:50:48.429Z] ---> Running in 243ff82c9e7d [2021-05-01T08:50:48.429Z] ---> 433619bf509a [2021-05-01T08:50:48.429Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-01T08:50:49.017Z] Removing intermediate container 84dd8f73a378 [2021-05-01T08:50:49.017Z] ---> 94f5998f22f9 [2021-05-01T08:50:49.017Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:50:49.288Z] ---> Running in ff1e2ceed4d9 [2021-05-01T08:50:49.288Z] Removing intermediate container 243ff82c9e7d [2021-05-01T08:50:49.288Z] ---> 7917a45d1507 [2021-05-01T08:50:49.288Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-01T08:50:49.559Z] ---> Running in 1d78b9a7b3aa [2021-05-01T08:50:49.830Z] ---> 53ce13d27495 [2021-05-01T08:50:49.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-01T08:50:50.802Z] ---> 4c0e113c74f9 [2021-05-01T08:50:50.802Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-01T08:50:50.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:50:51.080Z] ---> Running in 2961cf5d54af [2021-05-01T08:50:51.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:50:51.684Z] Removing intermediate container 2961cf5d54af [2021-05-01T08:50:51.684Z] ---> 072bfcd3765d [2021-05-01T08:50:51.684Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:50:51.684Z] ---> Running in d6a94cceb193 [2021-05-01T08:50:51.684Z] (1/39) Installing readline (8.0.4-r0) [2021-05-01T08:50:51.684Z] (2/39) Installing bash (5.0.17-r0) [2021-05-01T08:50:51.964Z] Executing bash-5.0.17-r0.post-install [2021-05-01T08:50:51.964Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:50:51.964Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-01T08:50:51.964Z] (5/39) Installing curl (7.76.1-r0) [2021-05-01T08:50:51.964Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-01T08:50:51.964Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-01T08:50:51.964Z] (8/39) Installing expat (2.2.9-r1) [2021-05-01T08:50:51.964Z] Removing intermediate container ff1e2ceed4d9 [2021-05-01T08:50:51.964Z] ---> b8258123a4c6 [2021-05-01T08:50:51.964Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-01T08:50:51.964Z] (9/39) Installing libffi (3.3-r2) [2021-05-01T08:50:51.964Z] (10/39) Installing gdbm (1.13-r1) [2021-05-01T08:50:51.964Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-01T08:50:51.964Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-01T08:50:51.964Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-01T08:50:52.241Z] ---> Running in 35ebc44dcd4f [2021-05-01T08:50:52.848Z] Removing intermediate container d6a94cceb193 [2021-05-01T08:50:52.848Z] ---> 49e0dfa84e44 [2021-05-01T08:50:52.848Z] Step 20/22 : LABEL arch=arm64 [2021-05-01T08:50:53.457Z] ---> Running in 7157082e5f3d [2021-05-01T08:50:54.058Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-01T08:50:54.058Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-01T08:50:54.058Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-01T08:50:54.058Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-01T08:50:54.058Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-01T08:50:54.058Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-01T08:50:54.058Z] Removing intermediate container 7157082e5f3d [2021-05-01T08:50:54.058Z] ---> 01a2c03ce6a0 [2021-05-01T08:50:54.058Z] Step 21/22 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:50:54.058Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-01T08:50:54.335Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-01T08:50:54.335Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-01T08:50:54.335Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-01T08:50:54.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:50:54.335Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-01T08:50:54.335Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-01T08:50:54.335Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-01T08:50:54.335Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-01T08:50:54.335Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-01T08:50:54.335Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-01T08:50:54.335Z] ---> Running in 6c44bd583a28 [2021-05-01T08:50:54.606Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-01T08:50:54.606Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-01T08:50:54.606Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-01T08:50:54.606Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-01T08:50:54.606Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-01T08:50:54.606Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-01T08:50:54.606Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-01T08:50:54.606Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-01T08:50:54.606Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-01T08:50:54.606Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-01T08:50:54.878Z] Executing busybox-1.31.1-r19.trigger [2021-05-01T08:50:54.878Z] OK: 72 MiB in 59 packages [2021-05-01T08:50:55.151Z] Removing intermediate container 6c44bd583a28 [2021-05-01T08:50:55.151Z] ---> 6e604818807c [2021-05-01T08:50:55.151Z] Step 22/22 : LABEL version=0.0.0 [2021-05-01T08:50:55.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:50:55.432Z] ---> Running in 3ac34e1a7b8e [2021-05-01T08:50:55.706Z] Removing intermediate container 3ac34e1a7b8e [2021-05-01T08:50:55.706Z] ---> 668dcb667cb3 [2021-05-01T08:50:55.706Z] [2021-05-01T08:50:55.978Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-01T08:50:56.251Z] Successfully built 668dcb667cb3 [2021-05-01T08:50:56.251Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-01T08:50:56.252Z]  Building docker-support-notifications-go ... done (2/6) Installing libgcc (9.3.0-r2) [2021-05-01T08:50:56.252Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-01T08:50:56.847Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-01T08:50:57.439Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-01T08:50:57.439Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-01T08:50:57.709Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:50:57.709Z] OK: 8 MiB in 20 packages [2021-05-01T08:50:59.136Z] Removing intermediate container 35ebc44dcd4f [2021-05-01T08:50:59.136Z] ---> 43267e5b59f3 [2021-05-01T08:50:59.136Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:50:59.730Z] ---> 4827420de7ac [2021-05-01T08:50:59.730Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-01T08:51:00.701Z] Collecting docker-compose==1.23.2 [2021-05-01T08:51:00.701Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-01T08:51:00.974Z] ---> 6842352e7826 [2021-05-01T08:51:00.974Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-01T08:51:01.573Z] ---> 7bff920c6acf [2021-05-01T08:51:01.573Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-01T08:51:01.850Z] ---> Running in 3dc7d12535b3 [2021-05-01T08:51:02.450Z] Removing intermediate container 3dc7d12535b3 [2021-05-01T08:51:02.450Z] ---> 2b15a825538b [2021-05-01T08:51:02.450Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:51:02.450Z] ---> Running in 2fa6c5438563 [2021-05-01T08:51:02.726Z] Removing intermediate container 2fa6c5438563 [2021-05-01T08:51:02.726Z] ---> 071a3e4a0789 [2021-05-01T08:51:02.726Z] Step 21/23 : LABEL arch=arm64 [2021-05-01T08:51:03.001Z] ---> Running in 2faf82b2e332 [2021-05-01T08:51:03.001Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-01T08:51:03.001Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-01T08:51:03.272Z] Removing intermediate container 2faf82b2e332 [2021-05-01T08:51:03.272Z] ---> 3cb4c6aa7998 [2021-05-01T08:51:03.272Z] Step 22/23 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:51:03.543Z] 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-01T08:51:03.543Z] ---> Running in baaaf0e97a60 [2021-05-01T08:51:03.814Z] Removing intermediate container baaaf0e97a60 [2021-05-01T08:51:03.814Z] ---> 256a6038ba4c [2021-05-01T08:51:03.814Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:51:04.085Z] ---> Running in 9c92e96dc4fc [2021-05-01T08:51:04.357Z] Removing intermediate container 9c92e96dc4fc [2021-05-01T08:51:04.357Z] ---> 8ee0552219e1 [2021-05-01T08:51:04.357Z] [2021-05-01T08:51:04.630Z] Collecting PyYAML<4,>=3.10 [2021-05-01T08:51:04.630Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-01T08:51:04.902Z] Successfully built 8ee0552219e1 [2021-05-01T08:51:04.902Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-01T08:51:10.277Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2021-05-01T08:51:10.277Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-01T08:51:10.277Z] Collecting docopt<0.7,>=0.6.1 [2021-05-01T08:51:10.277Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-01T08:51:13.663Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-01T08:51:13.663Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-01T08:51:13.663Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-01T08:51:13.663Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-01T08:51:16.283Z] Collecting texttable<0.10,>=0.9.0 [2021-05-01T08:51:16.283Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-01T08:51:18.879Z] Collecting jsonschema<3,>=2.5.1 [2021-05-01T08:51:18.879Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-01T08:51:19.849Z] Collecting cached-property<2,>=1.2.0 [2021-05-01T08:51:19.849Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-01T08:51:20.818Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-01T08:51:20.818Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-01T08:51:21.087Z] 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-01T08:51:21.357Z] Collecting idna<2.8,>=2.5 [2021-05-01T08:51:21.357Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-01T08:51:21.357Z] 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-01T08:51:21.626Z] Collecting docker-pycreds>=0.4.0 [2021-05-01T08:51:21.626Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-01T08:51:21.900Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-01T08:51:21.900Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-01T08:51:21.900Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-01T08:51:21.900Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-01T08:51:23.366Z] Installing collected packages: urllib3, idna, requests, PyYAML, docker-pycreds, websocket-client, docker, docopt, dockerpty, texttable, jsonschema, cached-property, docker-compose [2021-05-01T08:51:23.366Z] Attempting uninstall: urllib3 [2021-05-01T08:51:23.366Z] Found existing installation: urllib3 1.25.9 [2021-05-01T08:51:23.366Z] Uninstalling urllib3-1.25.9: [2021-05-01T08:51:23.366Z] Successfully uninstalled urllib3-1.25.9 [2021-05-01T08:51:23.993Z] Attempting uninstall: idna [2021-05-01T08:51:23.993Z] Found existing installation: idna 2.9 [2021-05-01T08:51:23.993Z] Uninstalling idna-2.9: [2021-05-01T08:51:23.993Z] Successfully uninstalled idna-2.9 [2021-05-01T08:51:24.966Z] Attempting uninstall: requests [2021-05-01T08:51:24.966Z] Found existing installation: requests 2.23.0 [2021-05-01T08:51:24.966Z] Uninstalling requests-2.23.0: [2021-05-01T08:51:24.966Z] Successfully uninstalled requests-2.23.0 [2021-05-01T08:51:25.236Z] Running setup.py install for PyYAML: started [2021-05-01T08:51:27.846Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-01T08:51:29.275Z] Running setup.py install for docopt: started [2021-05-01T08:51:31.893Z] Running setup.py install for docopt: finished with status 'done' [2021-05-01T08:51:31.893Z] Running setup.py install for dockerpty: started [2021-05-01T08:51:33.852Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-01T08:51:33.852Z] Running setup.py install for texttable: started [2021-05-01T08:51:36.454Z] Running setup.py install for texttable: finished with status 'done' [2021-05-01T08:51:37.426Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-05-01T08:51:47.561Z] Removing intermediate container 1d78b9a7b3aa [2021-05-01T08:51:47.561Z] ---> e686b96341b5 [2021-05-01T08:51:47.561Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-01T08:51:47.561Z] ---> Running in 196a74991ad7 [2021-05-01T08:51:47.561Z] Removing intermediate container 196a74991ad7 [2021-05-01T08:51:47.561Z] ---> 50f0a2ba4fcf [2021-05-01T08:51:47.561Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-01T08:51:47.561Z] ---> Running in 4750bdac62ce [2021-05-01T08:51:47.561Z] Removing intermediate container 4750bdac62ce [2021-05-01T08:51:47.561Z] ---> a1cb99cc6b21 [2021-05-01T08:51:47.561Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-01T08:51:48.545Z] ---> 5421713c340b [2021-05-01T08:51:48.545Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-01T08:51:49.142Z] ---> 0fa1bd7d99ba [2021-05-01T08:51:49.142Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-01T08:51:50.122Z] ---> bb0c9e077efb [2021-05-01T08:51:50.122Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-01T08:51:50.122Z] ---> Running in 889f79a48d24 [2021-05-01T08:51:50.718Z] Removing intermediate container 889f79a48d24 [2021-05-01T08:51:50.718Z] ---> 2ed77d82e403 [2021-05-01T08:51:50.718Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:51:50.718Z] ---> Running in 9add4cc3f96b [2021-05-01T08:51:51.315Z] Removing intermediate container 9add4cc3f96b [2021-05-01T08:51:51.315Z] ---> b569fd852359 [2021-05-01T08:51:51.315Z] Step 21/23 : LABEL arch=arm64 [2021-05-01T08:51:51.315Z] ---> Running in 48a88759c99b [2021-05-01T08:51:51.907Z] Removing intermediate container 48a88759c99b [2021-05-01T08:51:51.907Z] ---> 9779d047c406 [2021-05-01T08:51:51.907Z] Step 22/23 : LABEL git_sha=77169310fe754f55913173a715ec2401b91d9a4b [2021-05-01T08:51:51.907Z] ---> Running in f692b15447bb [2021-05-01T08:51:52.496Z] Removing intermediate container f692b15447bb [2021-05-01T08:51:52.496Z] ---> 786dbd387aa8 [2021-05-01T08:51:52.496Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:51:52.496Z] ---> Running in 64cf96a8bce1 [2021-05-01T08:51:53.085Z] Removing intermediate container 64cf96a8bce1 [2021-05-01T08:51:53.085Z] ---> 649efb28bead [2021-05-01T08:51:53.085Z] [2021-05-01T08:51:53.355Z] Successfully built 649efb28bead [2021-05-01T08:51:53.355Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-01T08:51:53.638Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-01T08:51:53.630Z] $ docker stop --time=1 da65d362f20d2acf7328758786c45b1e5d257b465bf86ad7c81efcb15fcde0e6 [2021-05-01T08:51:55.498Z] $ docker rm -f da65d362f20d2acf7328758786c45b1e5d257b465bf86ad7c81efcb15fcde0e6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-01T08:51:56.121Z] + grep docker [2021-05-01T08:51:56.121Z] + docker images [2021-05-01T08:51:56.393Z] docker-sys-mgmt-agent-go-arm64 latest 649efb28bead 4 seconds ago 299MB [2021-05-01T08:51:56.393Z] docker-core-data-go-arm64 latest 8ee0552219e1 52 seconds ago 20.3MB [2021-05-01T08:51:56.393Z] docker-support-notifications-go-arm64 latest 668dcb667cb3 About a minute ago 16.6MB [2021-05-01T08:51:56.393Z] docker-security-proxy-setup-go-arm64 latest 835ae44c1f27 2 minutes ago 23.9MB [2021-05-01T08:51:56.393Z] docker-security-bootstrapper-go-arm64 latest b4c9161615b9 4 minutes ago 17.1MB [2021-05-01T08:51:56.393Z] docker-core-metadata-go-arm64 latest f960523b3fe9 4 minutes ago 17.4MB [2021-05-01T08:51:56.393Z] docker-core-command-go-arm64 latest ef9b502f88d9 4 minutes ago 16.1MB [2021-05-01T08:51:56.393Z] docker-support-scheduler-go-arm64 latest 207b50c3e8b7 4 minutes ago 16.1MB [2021-05-01T08:51:56.393Z] docker-security-secretstore-setup-go-arm64 latest 9a27cdf9ba49 4 minutes ago 24.1MB [2021-05-01T08:51:56.393Z] 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-01T08:51:56.959Z] ---> job-cost.sh [2021-05-01T08:51:56.959Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-G6k2 [2021-05-01T08:52:43.862Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-01T08:54:35.619Z] lf-activate-venv(): INFO: Adding /tmp/venv-G6k2/bin to PATH [2021-05-01T08:54:35.619Z] INFO: No Stack... [2021-05-01T08:54:35.619Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-01T08:54:35.619Z] INFO: Archiving Costs [Pipeline] sh [2021-05-01T08:54:35.957Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-05-01T08:54:35.957Z] + cut -d, -f6 [Pipeline] lock [2021-05-01T08:54:36.072Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3406-4-stack-cost] [2021-05-01T08:54:36.085Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3406-4-stack-cost] did not exist. Created. [2021-05-01T08:54:36.085Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3406-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-01T08:54:36.439Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-01T08:54:36.742Z] Stashed 1 file(s) [Pipeline] } [2021-05-01T08:54:36.757Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3406-4-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-01T08:54:37.314Z] provisioning config files... [2021-05-01T08:54:37.326Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4691574856072104776tmp [Pipeline] { [Pipeline] sh [2021-05-01T08:54:37.654Z] + set +x [2021-05-01T08:54:37.654Z] + curl -s https://codecov.io/bash [2021-05-01T08:54:37.654Z] + bash -s -- [2021-05-01T08:54:38.230Z] [2021-05-01T08:54:38.230Z] _____ _ [2021-05-01T08:54:38.230Z] / ____| | | [2021-05-01T08:54:38.230Z] | | ___ __| | ___ ___ _____ __ [2021-05-01T08:54:38.230Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-01T08:54:38.230Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-01T08:54:38.230Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-01T08:54:38.230Z] Bash-1.0.2 [2021-05-01T08:54:38.230Z] [2021-05-01T08:54:38.230Z] [2021-05-01T08:54:38.230Z] ==> git version 2.24.3 found [2021-05-01T08:54:38.230Z] ==> 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-01T08:54:38.230Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-01T08:54:38.230Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-01T08:54:38.230Z] ==> Jenkins CI detected. [2021-05-01T08:54:38.230Z] project root: . [2021-05-01T08:54:38.230Z] --> token set from env [2021-05-01T08:54:38.230Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-01T08:54:38.230Z] ==> Running gcov in . (disable via -X gcov) [2021-05-01T08:54:38.230Z] ==> Python coveragepy not found [2021-05-01T08:54:38.230Z] ==> Searching for coverage reports in: [2021-05-01T08:54:38.230Z] + . [2021-05-01T08:54:38.230Z] -> Found 1 reports [2021-05-01T08:54:38.230Z] ==> Detecting git/mercurial file structure [2021-05-01T08:54:38.230Z] ==> Reading reports [2021-05-01T08:54:38.230Z] + ./coverage.out bytes=691485 [2021-05-01T08:54:38.495Z] ==> Appending adjustments [2021-05-01T08:54:38.495Z] https://docs.codecov.io/docs/fixing-reports [2021-05-01T08:54:41.808Z] + Found adjustments [2021-05-01T08:54:41.808Z] ==> Gzipping contents [2021-05-01T08:54:42.071Z] 100K /tmp/codecov.FZoQ8z.gz [2021-05-01T08:54:42.071Z] ==> Uploading reports [2021-05-01T08:54:42.071Z] url: https://codecov.io [2021-05-01T08:54:42.071Z] query: branch=PR-3406&commit=77169310fe754f55913173a715ec2401b91d9a4b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3406%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3406&job=&cmd_args= [2021-05-01T08:54:42.071Z] -> Pinging Codecov [2021-05-01T08:54:42.071Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3406&commit=77169310fe754f55913173a715ec2401b91d9a4b&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3406%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3406&job=&cmd_args= [2021-05-01T08:54:42.333Z] -> Uploading to [2021-05-01T08:54:42.333Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-01/00271124DB129430A58F1EEE437C3FCB/77169310fe754f55913173a715ec2401b91d9a4b/2a97389c-7f39-4c71-a6fe-88b2ebd1e63e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210501%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210501T085442Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8aba1de06bc8ec9f60717f15f2a627432609119aa9382047a11f971cb0c8bc09 [2021-05-01T08:54:42.333Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-01T08:54:42.333Z] Dload Upload Total Spent Left Speed [2021-05-01T08:54:42.858Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 99313 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99313 0 0 100 99313 0 222k --:--:-- --:--:-- --:--:-- 221k [2021-05-01T08:54:42.858Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/77169310fe754f55913173a715ec2401b91d9a4b [Pipeline] } [2021-05-01T08:54:42.869Z] 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-01T08:54:43.635Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:54:44.520Z] ---> package-listing.sh [2021-05-01T08:54:44.520Z] ++ facter osfamily [2021-05-01T08:54:44.520Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-01T08:54:44.520Z] + OS_FAMILY=redhat [2021-05-01T08:54:44.520Z] + workspace=/w/workspace/edgex-go/4 [2021-05-01T08:54:44.520Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-01T08:54:44.520Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-01T08:54:44.520Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-01T08:54:44.520Z] + PACKAGES=/tmp/packages_start.txt [2021-05-01T08:54:44.520Z] + '[' /w/workspace/edgex-go/4 ']' [2021-05-01T08:54:44.520Z] + PACKAGES=/tmp/packages_end.txt [2021-05-01T08:54:44.520Z] + case "${OS_FAMILY}" in [2021-05-01T08:54:44.520Z] + rpm -qa [2021-05-01T08:54:44.520Z] + sort [2021-05-01T08:54:49.830Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-01T08:54:49.830Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-01T08:54:49.830Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-01T08:54:49.830Z] + '[' /w/workspace/edgex-go/4 ']' [2021-05-01T08:54:49.830Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-05-01T08:54:49.830Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-05-01T08:54:49.846Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-01T08:54:50.146Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:54:50.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-01T08:54:50.455Z] [2021-05-01T08:54:50.456Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:54:50.790Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-01T08:54:50.790Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-01T08:54:50.790Z] df20fa9351a1: Pulling fs layer [2021-05-01T08:54:50.790Z] 36b3adc4ff6f: Pulling fs layer [2021-05-01T08:54:50.790Z] 8ad3a11d3b57: Pulling fs layer [2021-05-01T08:54:50.790Z] 46f8f816bc3b: Pulling fs layer [2021-05-01T08:54:50.790Z] 93b61091891f: Pulling fs layer [2021-05-01T08:54:50.790Z] 93b9cdb0e59b: Pulling fs layer [2021-05-01T08:54:50.790Z] 5e14af77c1be: Pulling fs layer [2021-05-01T08:54:50.790Z] 01666e4c0597: Pulling fs layer [2021-05-01T08:54:50.790Z] aa168da1d23b: Pulling fs layer [2021-05-01T08:54:50.790Z] 46f8f816bc3b: Waiting [2021-05-01T08:54:50.790Z] 01666e4c0597: Waiting [2021-05-01T08:54:50.790Z] 93b61091891f: Waiting [2021-05-01T08:54:50.790Z] aa168da1d23b: Waiting [2021-05-01T08:54:50.790Z] 5e14af77c1be: Waiting [2021-05-01T08:54:50.790Z] 36b3adc4ff6f: Verifying Checksum [2021-05-01T08:54:50.790Z] 36b3adc4ff6f: Download complete [2021-05-01T08:54:50.790Z] 46f8f816bc3b: Verifying Checksum [2021-05-01T08:54:50.790Z] 46f8f816bc3b: Download complete [2021-05-01T08:54:50.790Z] df20fa9351a1: Verifying Checksum [2021-05-01T08:54:50.790Z] df20fa9351a1: Download complete [2021-05-01T08:54:51.060Z] 93b9cdb0e59b: Verifying Checksum [2021-05-01T08:54:51.060Z] 93b9cdb0e59b: Download complete [2021-05-01T08:54:51.060Z] 93b61091891f: Download complete [2021-05-01T08:54:51.060Z] 5e14af77c1be: Verifying Checksum [2021-05-01T08:54:51.060Z] 5e14af77c1be: Download complete [2021-05-01T08:54:51.060Z] 01666e4c0597: Verifying Checksum [2021-05-01T08:54:51.060Z] 01666e4c0597: Download complete [2021-05-01T08:54:51.324Z] df20fa9351a1: Pull complete [2021-05-01T08:54:51.324Z] 8ad3a11d3b57: Verifying Checksum [2021-05-01T08:54:51.324Z] 8ad3a11d3b57: Download complete [2021-05-01T08:54:51.589Z] 36b3adc4ff6f: Pull complete [2021-05-01T08:54:53.010Z] aa168da1d23b: Verifying Checksum [2021-05-01T08:54:53.010Z] aa168da1d23b: Download complete [2021-05-01T08:54:53.958Z] 8ad3a11d3b57: Pull complete [2021-05-01T08:54:54.531Z] 46f8f816bc3b: Pull complete [2021-05-01T08:54:55.105Z] 93b61091891f: Pull complete [2021-05-01T08:54:55.105Z] 93b9cdb0e59b: Pull complete [2021-05-01T08:54:55.366Z] 5e14af77c1be: Pull complete [2021-05-01T08:54:55.366Z] 01666e4c0597: Pull complete [2021-05-01T08:55:06.755Z] aa168da1d23b: Pull complete [2021-05-01T08:55:06.755Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-01T08:55:06.755Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-01T08:55:06.755Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-01T08:55:07.004Z] prd-centos7-docker-4c-2g-2578 does not seem to be running inside a container [2021-05-01T08:55:07.265Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-01T08:55:09.672Z] $ docker top 7807af410377bb896232bb598c57b1f975e617058ae0f20b0f1c873fdba6c9ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:55:10.097Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-01T08:55:10.398Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-01T08:55:10.697Z] + ls /var/log/sa-host [2021-05-01T08:55:10.697Z] + sadf -c /var/log/sa-host/sa01 [2021-05-01T08:55:10.697Z] file_magic: OK [2021-05-01T08:55:10.697Z] HZ: Using current value: 100 [2021-05-01T08:55:10.697Z] file_header: OK [2021-05-01T08:55:10.697Z] 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-01T08:55:10.697Z] Statistics: [2021-05-01T08:55:10.697Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-01T08:55:10.697Z] File successfully converted to sysstat format version 12.2.1 [2021-05-01T08:55:10.697Z] + sadf -c /var/log/sa-host/sa23 [2021-05-01T08:55:10.697Z] file_magic: OK [2021-05-01T08:55:10.697Z] HZ: Using current value: 100 [2021-05-01T08:55:10.697Z] file_header: OK [2021-05-01T08:55:10.697Z] 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-01T08:55:10.697Z] Statistics: [2021-05-01T08:55:10.697Z] Hnuu...uuuununununu... [2021-05-01T08:55:10.697Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-01T08:55:10.890Z] provisioning config files... [2021-05-01T08:55:10.906Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3292936455258762817tmp [Pipeline] { [Pipeline] echo [2021-05-01T08:55:10.930Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:55:11.226Z] ---> create-netrc.sh [Pipeline] } [2021-05-01T08:55:11.236Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-01T08:55:11.263Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:55:11.561Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-01T08:55:11.573Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:55:11.874Z] ---> sudo-logs.sh [2021-05-01T08:55:11.874Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-01T08:55:11.908Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:55:12.204Z] ---> job-cost.sh [2021-05-01T08:55:12.204Z] lf-activate-venv: SKIPPING [2021-05-01T08:55:12.204Z] DEBUG: total: 0.20999999344348907 [2021-05-01T08:55:12.204Z] INFO: Retrieving Stack Cost... [2021-05-01T08:55:13.593Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-01T08:55:13.855Z] INFO: Archiving Costs [Pipeline] echo [2021-05-01T08:55:13.870Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:55:14.168Z] ---> logs-deploy.sh [2021-05-01T08:55:14.168Z] lf-activate-venv: SKIPPING [2021-05-01T08:55:14.168Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3406/4 [2021-05-01T08:55:14.168Z] INFO: archiving workspace using pattern(s): [2021-05-01T08:55:15.557Z] Archives upload complete. [2021-05-01T08:55:15.557Z] INFO: archiving logs to Nexus