Pull request #3400 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 15b4cda8edfe04c49a924740942c605a4276935b rather than 96086116948ca23ac3f4c7454cd233267f47702e Obtained Jenkinsfile from 15b4cda8edfe04c49a924740942c605a4276935b 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2070 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 15b4cda8edfe04c49a924740942c605a4276935b into PR head commit 96086116948ca23ac3f4c7454cd233267f47702e Merge succeeded, producing 96086116948ca23ac3f4c7454cd233267f47702e Checking out Revision 96086116948ca23ac3f4c7454cd233267f47702e (PR-3400) > 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/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # 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 15b4cda8edfe04c49a924740942c605a4276935b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # timeout=10 Commit message: "Merge branch 'master' into issue-3399" > git rev-list --no-walk 0055aad0321a4746da23e2717adefdd0532a5973 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-27T18:09:46.453Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-27T18:09:46.555Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-27T18:09:46.584Z] ========================================================= [2021-04-27T18:09:46.584Z] EdgeX Global Pipelines Version Info [2021-04-27T18:09:46.584Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:09:48.942Z] ------------------- [2021-04-27T18:09:48.942Z] stable info: [2021-04-27T18:09:48.942Z] ------------------- [2021-04-27T18:09:48.942Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-27T18:09:48.942Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-27T18:09:48.942Z] Message: update stable to v1.0.186 [2021-04-27T18:09:49.903Z] ------------------- [2021-04-27T18:09:49.903Z] experimental info: [2021-04-27T18:09:49.903Z] ------------------- [2021-04-27T18:09:49.903Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-27T18:09:49.903Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-27T18:09:49.903Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-27T18:09:50.048Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-27T18:09:50.080Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-27T18:09:50.115Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-27T18:09:50.148Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-27T18:09:50.178Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-27T18:09:50.206Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-27T18:09:50.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-27T18:09:50.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-27T18:09:50.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-27T18:09:50.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-27T18:09:50.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-27T18:09:50.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-27T18:09:50.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-27T18:09:50.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-27T18:09:50.463Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-27T18:09:50.484Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-27T18:09:50.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-27T18:09:50.526Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-27T18:09:50.548Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-27T18:09:50.571Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-27T18:09:50.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-27T18:09:50.618Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-27T18:09:50.640Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3400 [Pipeline] echo [2021-04-27T18:09:50.663Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3400 [Pipeline] echo [2021-04-27T18:09:50.687Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3400 [Pipeline] echo [2021-04-27T18:09:50.710Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 96086116948ca23ac3f4c7454cd233267f47702e [Pipeline] echo [2021-04-27T18:09:50.733Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9608611 [Pipeline] echo [2021-04-27T18:09:50.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-27T18:09:50.851Z] provisioning config files... [2021-04-27T18:09:50.900Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config2249145976225542254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:09:51.270Z] ---> docker-login.sh [2021-04-27T18:09:51.270Z] nexus3.edgexfoundry.org:10001 [2021-04-27T18:09:52.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T18:09:52.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T18:09:52.570Z] Configure a credential helper to remove this warning. See [2021-04-27T18:09:52.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T18:09:52.570Z] [2021-04-27T18:09:52.570Z] Login Succeeded [2021-04-27T18:09:52.570Z] nexus3.edgexfoundry.org:10002 [2021-04-27T18:09:52.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T18:09:52.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T18:09:52.842Z] Configure a credential helper to remove this warning. See [2021-04-27T18:09:52.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T18:09:52.842Z] [2021-04-27T18:09:52.842Z] Login Succeeded [2021-04-27T18:09:52.842Z] nexus3.edgexfoundry.org:10003 [2021-04-27T18:09:53.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T18:09:53.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T18:09:53.114Z] Configure a credential helper to remove this warning. See [2021-04-27T18:09:53.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T18:09:53.114Z] [2021-04-27T18:09:53.114Z] Login Succeeded [2021-04-27T18:09:53.114Z] nexus3.edgexfoundry.org:10004 [2021-04-27T18:09:53.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T18:09:53.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T18:09:53.665Z] Configure a credential helper to remove this warning. See [2021-04-27T18:09:53.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T18:09:53.665Z] [2021-04-27T18:09:53.665Z] Login Succeeded [2021-04-27T18:09:53.665Z] docker.io [2021-04-27T18:09:53.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T18:09:54.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T18:09:54.212Z] Configure a credential helper to remove this warning. See [2021-04-27T18:09:54.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T18:09:54.212Z] [2021-04-27T18:09:54.212Z] Login Succeeded [2021-04-27T18:09:54.212Z] ---> docker-login.sh ends [Pipeline] } [2021-04-27T18:09:54.231Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T18:09:54.623Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-27T18:09:54.623Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T18:09:54.623Z] ++ dirname cmd/core-command/Dockerfile [2021-04-27T18:09:54.623Z] ++ cut -d/ -f2 [2021-04-27T18:09:54.623Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-27T18:09:54.623Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T18:09:54.623Z] ++ dirname cmd/core-data/Dockerfile [2021-04-27T18:09:54.623Z] ++ cut -d/ -f2 [2021-04-27T18:09:54.623Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-27T18:09:54.623Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T18:09:54.623Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-27T18:09:54.623Z] ++ cut -d/ -f2 [2021-04-27T18:09:54.623Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-27T18:09:54.623Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T18:09:54.623Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-27T18:09:54.623Z] ++ cut -d/ -f2 [2021-04-27T18:09:54.623Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-27T18:09:54.623Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T18:09:54.623Z] ++ cut -d/ -f2 [2021-04-27T18:09:54.623Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-27T18:09:54.623Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-27T18:09:54.623Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T18:09:54.623Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-27T18:09:54.623Z] ++ cut -d/ -f2 [2021-04-27T18:09:54.623Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-27T18:09:54.623Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T18:09:54.623Z] ++ cut -d/ -f2 [2021-04-27T18:09:54.623Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-27T18:09:54.623Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-27T18:09:54.623Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T18:09:54.623Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-27T18:09:54.623Z] ++ cut -d/ -f2 [2021-04-27T18:09:54.623Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-27T18:09:54.623Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-27T18:09:54.623Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-27T18:09:54.623Z] ++ cut -d/ -f2 [2021-04-27T18:09:54.623Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-27T18:09:54.878Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:09:56.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T18:09:56.286Z] [2021-04-27T18:09:56.286Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:09:56.632Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T18:09:56.632Z] latest: Pulling from edgex-devops/git-semver [2021-04-27T18:09:56.632Z] 31603596830f: Pulling fs layer [2021-04-27T18:09:56.632Z] 2a8b12db71e7: Pulling fs layer [2021-04-27T18:09:56.632Z] 6ca5941a6612: Pulling fs layer [2021-04-27T18:09:56.632Z] ecc8261a40a4: Pulling fs layer [2021-04-27T18:09:56.632Z] ecc8261a40a4: Waiting [2021-04-27T18:09:56.632Z] 2a8b12db71e7: Verifying Checksum [2021-04-27T18:09:56.632Z] 2a8b12db71e7: Download complete [2021-04-27T18:09:56.923Z] 31603596830f: Verifying Checksum [2021-04-27T18:09:56.923Z] 31603596830f: Download complete [2021-04-27T18:09:57.200Z] ecc8261a40a4: Verifying Checksum [2021-04-27T18:09:57.200Z] ecc8261a40a4: Download complete [2021-04-27T18:09:57.200Z] 6ca5941a6612: Verifying Checksum [2021-04-27T18:09:57.200Z] 6ca5941a6612: Download complete [2021-04-27T18:09:57.797Z] 31603596830f: Pull complete [2021-04-27T18:09:58.078Z] 2a8b12db71e7: Pull complete [2021-04-27T18:09:59.541Z] 6ca5941a6612: Pull complete [2021-04-27T18:10:00.127Z] ecc8261a40a4: Pull complete [2021-04-27T18:10:00.127Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-27T18:10:00.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-27T18:10:00.127Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-27T18:10:00.294Z] prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container [2021-04-27T18:10:00.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-27T18:10:05.176Z] $ docker top 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-27T18:10:05.809Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T18:10:05.809Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T18:10:06.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T18:10:06.861Z] $ docker exec 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 ssh-agent [2021-04-27T18:10:07.121Z] SSH_AUTH_SOCK=/tmp/ssh-NJRTeb3pyVbX/agent.11 [2021-04-27T18:10:07.121Z] SSH_AGENT_PID=16 [2021-04-27T18:10:07.149Z] Running ssh-add (command line suppressed) [2021-04-27T18:10:07.373Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5955748008443597359.key (/w/workspace/edgex-go/5@tmp/private_key_5955748008443597359.key) [2021-04-27T18:10:07.458Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T18:10:07.822Z] + git tag --points-at HEAD [Pipeline] } [2021-04-27T18:10:08.130Z] $ docker exec --env ******** --env ******** 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 ssh-agent -k [2021-04-27T18:10:08.348Z] unset SSH_AUTH_SOCK; [2021-04-27T18:10:08.350Z] unset SSH_AGENT_PID; [2021-04-27T18:10:08.350Z] echo Agent pid 16 killed; [2021-04-27T18:10:08.406Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-27T18:10:08.445Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-27T18:10:08.445Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-27T18:10:08.757Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-27T18:10:08.782Z] $ docker exec 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 ssh-agent [2021-04-27T18:10:09.076Z] SSH_AUTH_SOCK=/tmp/ssh-OTMywHnWfdkN/agent.45 [2021-04-27T18:10:09.076Z] SSH_AGENT_PID=50 [2021-04-27T18:10:09.086Z] Running ssh-add (command line suppressed) [2021-04-27T18:10:09.286Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7640583672115126991.key (/w/workspace/edgex-go/5@tmp/private_key_7640583672115126991.key) [2021-04-27T18:10:09.358Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-27T18:10:09.726Z] + git semver init [2021-04-27T18:10:10.014Z] # -> Open(): unable to determine branch for HEAD [2021-04-27T18:10:10.014Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-04-27T18:10:10.014Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-04-27T18:10:10.014Z] # $SEMVER_REMOTE_NAME = origin [2021-04-27T18:10:10.014Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-27T18:10:10.014Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-27T18:10:10.014Z] # $SEMVER_BRANCH = PR-3400 [2021-04-27T18:10:10.014Z] # $SEMVER_TEMP = /tmp/semver-938938428 [2021-04-27T18:10:10.014Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-27T18:10:49.570Z] # '/tmp/semver-938938428' -> '/w/workspace/edgex-go/5/.semver' [2021-04-27T18:10:49.570Z] # -> Force: false [2021-04-27T18:10:49.570Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-04-27T18:10:49.592Z] $ docker exec --env ******** --env ******** 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 ssh-agent -k [2021-04-27T18:10:50.113Z] unset SSH_AUTH_SOCK; [2021-04-27T18:10:50.114Z] unset SSH_AGENT_PID; [2021-04-27T18:10:50.115Z] echo Agent pid 50 killed; [2021-04-27T18:10:50.430Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-27T18:10:51.142Z] + git semver [Pipeline] } [2021-04-27T18:10:51.178Z] $ docker stop --time=1 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 [2021-04-27T18:10:54.098Z] $ docker rm -f 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T18:10:55.253Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-27T18:10:56.579Z] Stashed 1 file(s) [Pipeline] echo [2021-04-27T18:10:56.583Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T18:10:57.147Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-27T18:10:57.470Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T18:10:57.782Z] + sudo service docker restart [2021-04-27T18:10:57.782Z] + true [2021-04-27T18:10:57.782Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-27T18:10:58.760Z] ========================================================= [2021-04-27T18:10:58.760Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-27T18:10:58.760Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:10:59.083Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-27T18:11:08.916Z] Sending build context to Docker daemon 329.7MB [2021-04-27T18:11:08.916Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-27T18:11:08.916Z] Step 2/6 : FROM ${BASE} [2021-04-27T18:11:08.916Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-27T18:11:08.916Z] 188c0c94c7c5: Pulling fs layer [2021-04-27T18:11:08.916Z] 0ef7d3d256c8: Pulling fs layer [2021-04-27T18:11:08.916Z] de9db76c5a1d: Pulling fs layer [2021-04-27T18:11:08.916Z] bca2f99d35d6: Pulling fs layer [2021-04-27T18:11:08.916Z] 93359f2a8cfa: Pulling fs layer [2021-04-27T18:11:08.916Z] 7c6f9722023f: Pulling fs layer [2021-04-27T18:11:08.916Z] a35cf1a2eb13: Pulling fs layer [2021-04-27T18:11:08.916Z] 93359f2a8cfa: Waiting [2021-04-27T18:11:08.916Z] 7c6f9722023f: Waiting [2021-04-27T18:11:08.916Z] a35cf1a2eb13: Waiting [2021-04-27T18:11:08.916Z] bca2f99d35d6: Waiting [2021-04-27T18:11:08.916Z] de9db76c5a1d: Verifying Checksum [2021-04-27T18:11:08.916Z] de9db76c5a1d: Download complete [2021-04-27T18:11:08.916Z] 0ef7d3d256c8: Download complete [2021-04-27T18:11:08.916Z] 93359f2a8cfa: Verifying Checksum [2021-04-27T18:11:08.916Z] 93359f2a8cfa: Download complete [2021-04-27T18:11:08.916Z] 7c6f9722023f: Verifying Checksum [2021-04-27T18:11:08.916Z] 7c6f9722023f: Download complete [2021-04-27T18:11:08.916Z] 188c0c94c7c5: Verifying Checksum [2021-04-27T18:11:08.916Z] 188c0c94c7c5: Download complete [2021-04-27T18:11:09.584Z] 188c0c94c7c5: Pull complete [2021-04-27T18:11:10.234Z] 0ef7d3d256c8: Pull complete [2021-04-27T18:11:10.548Z] de9db76c5a1d: Pull complete [2021-04-27T18:11:11.752Z] Still waiting to schedule task [2021-04-27T18:11:11.752Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-27T18:11:12.630Z] a35cf1a2eb13: Verifying Checksum [2021-04-27T18:11:12.630Z] a35cf1a2eb13: Download complete [2021-04-27T18:11:13.619Z] bca2f99d35d6: Verifying Checksum [2021-04-27T18:11:13.619Z] bca2f99d35d6: Download complete [2021-04-27T18:11:28.886Z] bca2f99d35d6: Pull complete [2021-04-27T18:11:28.886Z] 93359f2a8cfa: Pull complete [2021-04-27T18:11:28.886Z] 7c6f9722023f: Pull complete [2021-04-27T18:11:37.691Z] a35cf1a2eb13: Pull complete [2021-04-27T18:11:37.691Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-27T18:11:37.691Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-27T18:11:37.691Z] ---> a62c8e92a672 [2021-04-27T18:11:37.691Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-27T18:11:38.000Z] ---> Running in 28197a8acb48 [2021-04-27T18:11:40.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:11:41.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:11:42.323Z] (1/12) Installing libmagic (5.38-r0) [2021-04-27T18:11:42.323Z] (2/12) Installing file (5.38-r0) [2021-04-27T18:11:42.599Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-27T18:11:42.599Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-27T18:11:51.210Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-27T18:11:51.210Z] (6/12) Installing patch (2.7.6-r6) [2021-04-27T18:11:51.492Z] (7/12) Installing build-base (0.5-r2) [2021-04-27T18:11:51.492Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-27T18:11:51.492Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-27T18:11:51.492Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-27T18:11:51.773Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-27T18:11:51.773Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-27T18:11:52.061Z] Executing busybox-1.31.1-r19.trigger [2021-04-27T18:11:52.061Z] OK: 233 MiB in 51 packages [2021-04-27T18:11:59.395Z] Removing intermediate container 28197a8acb48 [2021-04-27T18:11:59.395Z] ---> 6d6ebaf73fa4 [2021-04-27T18:11:59.395Z] Step 4/6 : WORKDIR /edgex-go [2021-04-27T18:11:59.395Z] ---> Running in 2a89c986e5ca [2021-04-27T18:11:59.395Z] Removing intermediate container 2a89c986e5ca [2021-04-27T18:11:59.395Z] ---> 1dfd9c77a197 [2021-04-27T18:11:59.395Z] Step 5/6 : COPY go.mod . [2021-04-27T18:12:00.459Z] ---> 2f443ce9fd70 [2021-04-27T18:12:00.459Z] Step 6/6 : RUN go mod download [2021-04-27T18:12:00.459Z] ---> Running in 2285361ba7fa [2021-04-27T18:12:48.712Z] Removing intermediate container 2285361ba7fa [2021-04-27T18:12:48.712Z] ---> 36de16189448 [2021-04-27T18:12:48.712Z] Successfully built 36de16189448 [2021-04-27T18:12:48.712Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:12:49.140Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T18:12:49.740Z] . [Pipeline] withDockerContainer [2021-04-27T18:12:49.956Z] prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container [2021-04-27T18:12:50.164Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-27T18:12:51.830Z] $ docker top e0660c4d2297487d2998130ee9ac538df5b5aca916bda981f9043e5b215d5295 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T18:12:52.899Z] + go version [2021-04-27T18:12:52.899Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-27T18:12:52.940Z] $ docker stop --time=1 e0660c4d2297487d2998130ee9ac538df5b5aca916bda981f9043e5b215d5295 [2021-04-27T18:12:56.168Z] $ docker rm -f e0660c4d2297487d2998130ee9ac538df5b5aca916bda981f9043e5b215d5295 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:12:57.111Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2071 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [2021-04-27T18:12:57.119Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-27T18:12:57.119Z] . [Pipeline] ws [2021-04-27T18:12:57.129Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] withDockerContainer [2021-04-27T18:12:57.392Z] prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container [2021-04-27T18:12:57.479Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-27T18:12:58.907Z] $ docker top 54bcfc21ddf78f2e94093adaec0d31afe35efffe7981954b63011db8c5b9e876 -eo pid,comm [Pipeline] { [Pipeline] checkout [Pipeline] echo [2021-04-27T18:12:59.577Z] ========================================================= [2021-04-27T18:12:59.577Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-27T18:12:59.577Z] ========================================================= [Pipeline] sh [2021-04-27T18:13:00.722Z] + make test [2021-04-27T18:13:00.722Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-27T18:13:04.448Z] using credential edgex-jenkins-ssh [2021-04-27T18:13:04.467Z] Cloning the remote Git repository [2021-04-27T18:13:04.517Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-27T18:13:04.633Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-27T18:13:04.699Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-27T18:13:04.700Z] > git --version # timeout=10 [2021-04-27T18:13:04.715Z] > git --version # 'git version 2.17.1' [2021-04-27T18:13:04.717Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T18:13:04.807Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T18:13:21.139Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-27T18:13:21.161Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T18:13:21.187Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-27T18:13:21.219Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-27T18:13:21.219Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T18:13:21.231Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T18:13:22.098Z] Merging remotes/origin/master commit 15b4cda8edfe04c49a924740942c605a4276935b into PR head commit 96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:13:22.513Z] Merge succeeded, producing 96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:13:22.514Z] Checking out Revision 96086116948ca23ac3f4c7454cd233267f47702e (PR-3400) [2021-04-27T18:13:22.120Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T18:13:22.136Z] > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # timeout=10 [2021-04-27T18:13:22.450Z] > git remote # timeout=10 [2021-04-27T18:13:22.465Z] > git config --get remote.origin.url # timeout=10 [2021-04-27T18:13:22.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T18:13:22.485Z] > git merge 15b4cda8edfe04c49a924740942c605a4276935b # timeout=10 [2021-04-27T18:13:22.505Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-27T18:13:22.524Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T18:13:22.546Z] > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # timeout=10 [2021-04-27T18:13:26.888Z] Commit message: "Merge branch 'master' into issue-3399" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-27T18:13:28.422Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-27T18:13:28.836Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-27T18:13:29.175Z] + sudo service docker restart [2021-04-27T18:13:29.175Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-27T18:13:31.843Z] provisioning config files... [2021-04-27T18:13:31.890Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7629326381381666710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:13:32.259Z] ---> docker-login.sh [2021-04-27T18:13:32.259Z] nexus3.edgexfoundry.org:10001 [2021-04-27T18:13:33.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T18:13:33.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T18:13:33.519Z] Configure a credential helper to remove this warning. See [2021-04-27T18:13:33.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T18:13:33.519Z] [2021-04-27T18:13:33.519Z] Login Succeeded [2021-04-27T18:13:33.519Z] nexus3.edgexfoundry.org:10002 [2021-04-27T18:13:34.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T18:13:34.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T18:13:34.120Z] Configure a credential helper to remove this warning. See [2021-04-27T18:13:34.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T18:13:34.120Z] [2021-04-27T18:13:34.120Z] Login Succeeded [2021-04-27T18:13:34.120Z] nexus3.edgexfoundry.org:10003 [2021-04-27T18:13:34.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T18:13:34.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T18:13:34.666Z] Configure a credential helper to remove this warning. See [2021-04-27T18:13:34.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T18:13:34.666Z] [2021-04-27T18:13:34.666Z] Login Succeeded [2021-04-27T18:13:34.666Z] nexus3.edgexfoundry.org:10004 [2021-04-27T18:13:34.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T18:13:34.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T18:13:34.937Z] Configure a credential helper to remove this warning. See [2021-04-27T18:13:34.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T18:13:34.937Z] [2021-04-27T18:13:34.937Z] Login Succeeded [2021-04-27T18:13:34.937Z] docker.io [2021-04-27T18:13:35.009Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-27T18:13:35.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-27T18:13:35.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-27T18:13:35.802Z] Configure a credential helper to remove this warning. See [2021-04-27T18:13:35.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-27T18:13:35.802Z] [2021-04-27T18:13:35.802Z] Login Succeeded [2021-04-27T18:13:35.802Z] ---> docker-login.sh ends [Pipeline] } [2021-04-27T18:13:35.819Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-27T18:13:36.100Z] ========================================================= [2021-04-27T18:13:36.100Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-27T18:13:36.100Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:13:36.441Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-27T18:13:39.075Z] Sending build context to Docker daemon 167.4MB [2021-04-27T18:13:39.075Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-27T18:13:39.075Z] Step 2/6 : FROM ${BASE} [2021-04-27T18:13:39.075Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-27T18:13:39.075Z] 5f621e34cdf4: Pulling fs layer [2021-04-27T18:13:39.075Z] a4357932f1b6: Pulling fs layer [2021-04-27T18:13:39.075Z] 18c013af1878: Pulling fs layer [2021-04-27T18:13:39.075Z] 00ac8860ef70: Pulling fs layer [2021-04-27T18:13:39.075Z] 63d7cb157983: Pulling fs layer [2021-04-27T18:13:39.075Z] b116817d02f9: Pulling fs layer [2021-04-27T18:13:39.075Z] 745a02a5169b: Pulling fs layer [2021-04-27T18:13:39.075Z] 00ac8860ef70: Waiting [2021-04-27T18:13:39.075Z] 63d7cb157983: Waiting [2021-04-27T18:13:39.075Z] b116817d02f9: Waiting [2021-04-27T18:13:39.075Z] 745a02a5169b: Waiting [2021-04-27T18:13:39.075Z] 18c013af1878: Verifying Checksum [2021-04-27T18:13:39.075Z] 18c013af1878: Download complete [2021-04-27T18:13:39.075Z] a4357932f1b6: Download complete [2021-04-27T18:13:39.075Z] 63d7cb157983: Verifying Checksum [2021-04-27T18:13:39.075Z] 63d7cb157983: Download complete [2021-04-27T18:13:39.075Z] b116817d02f9: Verifying Checksum [2021-04-27T18:13:39.075Z] b116817d02f9: Download complete [2021-04-27T18:13:39.075Z] 5f621e34cdf4: Verifying Checksum [2021-04-27T18:13:39.075Z] 5f621e34cdf4: Download complete [2021-04-27T18:13:39.681Z] 5f621e34cdf4: Pull complete [2021-04-27T18:13:40.281Z] a4357932f1b6: Pull complete [2021-04-27T18:13:40.553Z] 18c013af1878: Pull complete [2021-04-27T18:13:41.146Z] 745a02a5169b: Verifying Checksum [2021-04-27T18:13:41.146Z] 745a02a5169b: Download complete [2021-04-27T18:13:42.574Z] 00ac8860ef70: Verifying Checksum [2021-04-27T18:13:42.574Z] 00ac8860ef70: Download complete [2021-04-27T18:13:52.731Z] 00ac8860ef70: Pull complete [2021-04-27T18:13:52.731Z] 63d7cb157983: Pull complete [2021-04-27T18:13:53.006Z] b116817d02f9: Pull complete [2021-04-27T18:13:57.316Z] 745a02a5169b: Pull complete [2021-04-27T18:13:57.316Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-27T18:13:57.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-27T18:13:57.316Z] ---> b7e6874047d6 [2021-04-27T18:13:57.316Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-27T18:14:00.708Z] ---> Running in 5b86be4d4a03 [2021-04-27T18:14:01.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:14:02.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:14:02.890Z] (1/12) Installing libmagic (5.38-r0) [2021-04-27T18:14:03.163Z] (2/12) Installing file (5.38-r0) [2021-04-27T18:14:03.163Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-27T18:14:03.436Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-27T18:14:07.730Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-27T18:14:07.730Z] (6/12) Installing patch (2.7.6-r6) [2021-04-27T18:14:07.730Z] (7/12) Installing build-base (0.5-r2) [2021-04-27T18:14:07.730Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-27T18:14:07.730Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-27T18:14:07.730Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-27T18:14:07.730Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-27T18:14:07.730Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-27T18:14:07.730Z] Executing busybox-1.31.1-r19.trigger [2021-04-27T18:14:07.730Z] OK: 217 MiB in 51 packages [2021-04-27T18:14:12.037Z] Removing intermediate container 5b86be4d4a03 [2021-04-27T18:14:12.037Z] ---> 158f1007c577 [2021-04-27T18:14:12.037Z] Step 4/6 : WORKDIR /edgex-go [2021-04-27T18:14:12.037Z] ---> Running in 699b3cef34e8 [2021-04-27T18:14:12.311Z] Removing intermediate container 699b3cef34e8 [2021-04-27T18:14:12.311Z] ---> c496f26aed97 [2021-04-27T18:14:12.311Z] Step 5/6 : COPY go.mod . [2021-04-27T18:14:12.906Z] ---> 790b7ee43831 [2021-04-27T18:14:12.906Z] Step 6/6 : RUN go mod download [2021-04-27T18:14:13.179Z] ---> Running in c2a2a3a6a98c [2021-04-27T18:14:24.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-27T18:14:24.081Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-27T18:14:25.088Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-27T18:14:25.088Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-27T18:14:27.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-27T18:14:27.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-27T18:14:27.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-27T18:14:27.398Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-27T18:14:28.892Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-27T18:14:29.926Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-27T18:14:33.372Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-27T18:14:33.372Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-27T18:14:33.372Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-27T18:14:37.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.242s coverage: 45.9% of statements [2021-04-27T18:14:37.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-27T18:14:37.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-27T18:14:37.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-27T18:14:37.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-27T18:14:37.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-27T18:14:37.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-27T18:14:37.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.096s coverage: 19.8% of statements [2021-04-27T18:14:37.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.236s coverage: 100.0% of statements [2021-04-27T18:14:39.981Z] Removing intermediate container c2a2a3a6a98c [2021-04-27T18:14:39.981Z] ---> d08b2488b9fe [2021-04-27T18:14:39.981Z] Successfully built d08b2488b9fe [2021-04-27T18:14:39.981Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:14:40.324Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T18:14:40.324Z] . [Pipeline] withDockerContainer [2021-04-27T18:14:40.600Z] prd-ubuntu18.04-docker-arm64-4c-16g-2071 does not seem to be running inside a container [2021-04-27T18:14:40.683Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-27T18:14:42.296Z] $ docker top 8111106677fb97f243855a4df834ceaf9e17dea94248c51bd91b97286859cac4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T18:14:43.263Z] + go version [2021-04-27T18:14:43.263Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-27T18:14:43.289Z] $ docker stop --time=1 8111106677fb97f243855a4df834ceaf9e17dea94248c51bd91b97286859cac4 [2021-04-27T18:14:43.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.479s coverage: 27.1% of statements [2021-04-27T18:14:43.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-27T18:14:43.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-27T18:14:43.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-27T18:14:43.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-27T18:14:43.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-27T18:14:43.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-27T18:14:43.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.130s coverage: 100.0% of statements [2021-04-27T18:14:43.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-27T18:14:43.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.177s coverage: 100.0% of statements [2021-04-27T18:14:43.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-27T18:14:43.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-27T18:14:45.276Z] $ docker rm -f 8111106677fb97f243855a4df834ceaf9e17dea94248c51bd91b97286859cac4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:14:45.962Z] + docker inspect -f . ci-base-image-arm64 [2021-04-27T18:14:45.962Z] . [Pipeline] withDockerContainer [2021-04-27T18:14:46.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.133s coverage: 71.3% of statements [2021-04-27T18:14:46.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-27T18:14:46.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-27T18:14:46.195Z] prd-ubuntu18.04-docker-arm64-4c-16g-2071 does not seem to be running inside a container [2021-04-27T18:14:46.284Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-27T18:14:47.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.415s coverage: 87.7% of statements [2021-04-27T18:14:47.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-27T18:14:47.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T18:14:47.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.119s coverage: 78.9% of statements [2021-04-27T18:14:47.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-27T18:14:47.738Z] $ docker top 1ec2a21f5684189674f76e55ff74b90b78ba2bbf46ccddb7be69b92e514d8f3e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-27T18:14:48.048Z] ========================================================= [2021-04-27T18:14:48.048Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-27T18:14:48.048Z] ========================================================= [Pipeline] sh [2021-04-27T18:14:48.691Z] + make test [2021-04-27T18:14:48.691Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-27T18:14:54.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.250s coverage: 28.6% of statements [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-27T18:14:54.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.258s coverage: 100.0% of statements [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-27T18:14:54.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.107s coverage: 100.0% of statements [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-27T18:14:54.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.768s coverage: 86.7% of statements [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-27T18:14:54.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.347s coverage: 97.5% of statements [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-27T18:14:54.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.132s coverage: 78.3% of statements [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-27T18:14:54.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-27T18:14:59.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.705s coverage: 95.1% of statements [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-27T18:14:59.888Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.152s coverage: 58.8% of statements [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-27T18:14:59.888Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.125s coverage: 0.9% of statements [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-27T18:14:59.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-27T18:14:59.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.210s coverage: 47.1% of statements [2021-04-27T18:14:59.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.124s coverage: 79.5% of statements [2021-04-27T18:14:59.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.106s coverage: 94.1% of statements [2021-04-27T18:15:00.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.144s coverage: 96.3% of statements [2021-04-27T18:15:01.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.189s coverage: 87.5% of statements [2021-04-27T18:15:10.897Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-27T18:15:14.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.215s coverage: 94.4% of statements [2021-04-27T18:15:14.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.164s coverage: 44.8% of statements [2021-04-27T18:15:19.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.574s coverage: 81.8% of statements [2021-04-27T18:15:19.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.325s coverage: 92.9% of statements [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 77.8% of statements [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.195s coverage: 87.2% of statements [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.073s coverage: 100.0% of statements [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.114s coverage: 80.8% of statements [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.585s coverage: 87.2% of statements [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.101s coverage: 84.6% of statements [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.481s coverage: 91.6% of statements [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.435s coverage: 64.4% of statements [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-27T18:15:26.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.100s coverage: 100.0% of statements [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.071s coverage: 91.3% of statements [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.144s coverage: 73.7% of statements [2021-04-27T18:15:26.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.107s coverage: 100.0% of statements [2021-04-27T18:15:28.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 69.0% of statements [2021-04-27T18:15:28.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-27T18:15:28.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-27T18:15:28.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-27T18:15:30.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.252s coverage: 38.4% of statements [2021-04-27T18:15:30.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-27T18:15:30.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-27T18:15:30.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.094s coverage: 89.5% of statements [2021-04-27T18:15:30.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-27T18:15:30.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.133s coverage: 84.8% of statements [2021-04-27T18:15:34.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.332s coverage: 47.0% of statements [2021-04-27T18:15:34.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-27T18:15:34.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-27T18:15:34.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-27T18:15:34.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-27T18:15:34.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-27T18:15:34.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-04-27T18:15:34.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-27T18:15:34.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.153s coverage: 100.0% of statements [2021-04-27T18:15:34.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-27T18:15:34.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-27T18:15:34.890Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.138s coverage: 9.6% of statements [2021-04-27T18:15:34.890Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-27T18:15:36.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.243s coverage: 92.6% of statements [2021-04-27T18:15:36.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-27T18:15:36.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T18:15:36.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-27T18:15:40.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.468s coverage: 28.7% of statements [2021-04-27T18:15:40.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-27T18:15:40.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-27T18:15:40.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-27T18:15:40.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-27T18:15:40.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-27T18:15:40.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements [2021-04-27T18:15:40.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-27T18:15:40.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2021-04-27T18:15:40.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-27T18:15:40.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-27T18:15:40.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-27T18:15:40.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.178s coverage: 64.6% of statements [2021-04-27T18:15:40.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-27T18:15:41.672Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.222s coverage: 97.6% of statements [2021-04-27T18:15:41.672Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-27T18:15:41.672Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T18:15:41.672Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-27T18:15:41.672Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.080s coverage: 0.0% of statements [2021-04-27T18:15:41.672Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-27T18:15:43.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-04-27T18:15:43.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-27T18:15:43.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-27T18:15:43.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-27T18:15:43.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-27T18:15:43.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.154s coverage: 87.9% of statements [2021-04-27T18:15:43.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-27T18:15:43.435Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-27T18:15:43.435Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-04-27T18:15:44.126Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.100s coverage: 28.1% of statements [2021-04-27T18:15:45.123Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.071s coverage: 100.0% of statements [2021-04-27T18:15:45.728Z] GO111MODULE=on go vet ./... [2021-04-27T18:16:07.539Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-27T18:16:07.539Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-27T18:16:14.268Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-27T18:16:14.268Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-27T18:16:17.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-27T18:16:17.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-27T18:16:17.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-27T18:16:17.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-27T18:16:21.092Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-27T18:16:21.369Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-27T18:16:29.664Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-27T18:16:29.664Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-27T18:16:29.664Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-27T18:16:35.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.336s coverage: 45.9% of statements [2021-04-27T18:16:35.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-27T18:16:35.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-27T18:16:35.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-27T18:16:35.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-27T18:16:35.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-27T18:16:35.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-27T18:16:35.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements [2021-04-27T18:16:35.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.209s coverage: 100.0% of statements [2021-04-27T18:16:43.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements [2021-04-27T18:16:43.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-27T18:16:43.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-27T18:16:43.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-27T18:16:43.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-27T18:16:43.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-27T18:16:43.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-27T18:16:43.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.210s coverage: 100.0% of statements [2021-04-27T18:16:43.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-27T18:16:43.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.163s coverage: 100.0% of statements [2021-04-27T18:16:43.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-27T18:16:43.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-27T18:16:43.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.287s coverage: 71.3% of statements [2021-04-27T18:16:43.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-27T18:16:43.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-27T18:16:45.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.490s coverage: 87.7% of statements [2021-04-27T18:16:45.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-27T18:16:45.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T18:16:45.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.152s coverage: 78.9% of statements [2021-04-27T18:16:45.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-27T18:16:55.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.227s coverage: 28.6% of statements [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-27T18:16:55.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.248s coverage: 100.0% of statements [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-27T18:16:55.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-27T18:16:55.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.458s coverage: 86.7% of statements [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-27T18:16:55.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-27T18:16:55.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.214s coverage: 78.3% of statements [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-27T18:16:55.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-27T18:17:04.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.216s coverage: 95.1% of statements [2021-04-27T18:17:04.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-27T18:17:04.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T18:17:04.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-27T18:17:04.199Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-27T18:17:04.200Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.111s coverage: 58.8% of statements [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-27T18:17:04.200Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.209s coverage: 0.9% of statements [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-27T18:17:04.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-27T18:17:04.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.147s coverage: 47.1% of statements [2021-04-27T18:17:04.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.148s coverage: 79.5% of statements [2021-04-27T18:17:04.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.181s coverage: 94.1% of statements [2021-04-27T18:17:04.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.181s coverage: 96.3% of statements [2021-04-27T18:17:04.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.143s coverage: 87.5% of statements [2021-04-27T18:17:08.536Z] gofmt -l . [2021-04-27T18:17:08.536Z] [ "`gofmt -l .`" = "" ] [2021-04-27T18:17:09.170Z] ./bin/test-go-mod-tidy.sh [2021-04-27T18:17:11.393Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-27T18:17:14.266Z] + ls -al . [2021-04-27T18:17:14.266Z] total 800 [2021-04-27T18:17:14.266Z] drwxrwxr-x 10 1001 1001 4096 Apr 27 18:17 . [2021-04-27T18:17:14.266Z] drwxr-xr-x 4 root root 28 Apr 27 18:12 .. [2021-04-27T18:17:14.266Z] -rw-rw-r-- 1 1001 1001 11 Apr 27 18:09 .dockerignore [2021-04-27T18:17:14.266Z] drwxrwxr-x 8 1001 1001 179 Apr 27 18:09 .git [2021-04-27T18:17:14.266Z] drwxrwxr-x 3 1001 1001 125 Apr 27 18:09 .github [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 818 Apr 27 18:09 .gitignore [2021-04-27T18:17:14.267Z] drwx------ 3 1001 1001 60 Apr 27 18:10 .semver [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 166 Apr 27 18:09 .sonarcloud.properties [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 8609 Apr 27 18:09 Attribution.txt [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 3804 Apr 27 18:09 CONTRIBUTING.md [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 931 Apr 27 18:09 Dockerfile.build [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 863 Apr 27 18:09 Jenkinsfile [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 10775 Apr 27 18:09 LICENSE [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 5774 Apr 27 18:09 Makefile [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 7978 Apr 27 18:09 README.md [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 6755 Apr 27 18:09 SECURITY.md [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 5 Apr 27 18:10 VERSION [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 4131 Apr 27 18:09 ZMQWindows.md [2021-04-27T18:17:14.267Z] drwxrwxr-x 2 1001 1001 117 Apr 27 18:09 bin [2021-04-27T18:17:14.267Z] drwxrwxr-x 14 1001 1001 4096 Apr 27 18:09 cmd [2021-04-27T18:17:14.267Z] -rw-r--r-- 1 root root 689628 Apr 27 18:15 coverage.out [2021-04-27T18:17:14.267Z] -rw-r--r-- 1 root root 1060 Apr 27 18:17 go.mod [2021-04-27T18:17:14.267Z] -rw-r--r-- 1 root root 22420 Apr 27 18:17 go.sum [2021-04-27T18:17:14.267Z] drwxrwxr-x 8 1001 1001 127 Apr 27 18:09 internal [2021-04-27T18:17:14.267Z] drwxrwxr-x 4 1001 1001 26 Apr 27 18:09 openapi [2021-04-27T18:17:14.267Z] drwxrwxr-x 4 1001 1001 71 Apr 27 18:09 snap [2021-04-27T18:17:14.267Z] -rw-rw-r-- 1 1001 1001 168 Apr 27 18:09 version.go [Pipeline] sh [2021-04-27T18:17:15.200Z] + '[' -e coverage.out ] [2021-04-27T18:17:15.200Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-27T18:17:15.803Z] Stashed 1 file(s) [Pipeline] sh [2021-04-27T18:17:16.861Z] + make build [2021-04-27T18:17:17.288Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-27T18:17:19.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.154s coverage: 94.4% of statements [2021-04-27T18:17:19.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements [2021-04-27T18:17:23.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.521s coverage: 81.8% of statements [2021-04-27T18:17:23.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-27T18:17:24.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-27T18:17:33.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.181s coverage: 92.9% of statements [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.8% of statements [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.195s coverage: 87.2% of statements [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.204s coverage: 84.6% of statements [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.6% of statements [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.560s coverage: 64.4% of statements [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-27T18:17:33.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.120s coverage: 100.0% of statements [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-04-27T18:17:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-04-27T18:17:34.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-04-27T18:17:34.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-04-27T18:17:38.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.978s coverage: 69.0% of statements [2021-04-27T18:17:38.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-27T18:17:38.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-27T18:17:38.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-27T18:17:38.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.517s coverage: 38.4% of statements [2021-04-27T18:17:38.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-27T18:17:38.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-27T18:17:38.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.152s coverage: 89.5% of statements [2021-04-27T18:17:38.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-27T18:17:38.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-04-27T18:17:43.326Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-27T18:17:47.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.393s coverage: 47.0% of statements [2021-04-27T18:17:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-27T18:17:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-27T18:17:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-27T18:17:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-27T18:17:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-27T18:17:47.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements [2021-04-27T18:17:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-27T18:17:47.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-04-27T18:17:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-27T18:17:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-27T18:17:47.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.130s coverage: 9.6% of statements [2021-04-27T18:17:47.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-27T18:17:47.543Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.461s coverage: 92.6% of statements [2021-04-27T18:17:47.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-27T18:17:47.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T18:17:47.543Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-27T18:17:49.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-27T18:17:54.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.281s coverage: 28.7% of statements [2021-04-27T18:17:54.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-27T18:17:54.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-27T18:17:54.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-27T18:17:54.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-27T18:17:54.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-27T18:17:54.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements [2021-04-27T18:17:54.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-27T18:17:54.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.164s coverage: 100.0% of statements [2021-04-27T18:17:54.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-27T18:17:54.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-27T18:17:54.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-27T18:17:54.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.150s coverage: 64.6% of statements [2021-04-27T18:17:54.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-27T18:17:55.234Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-27T18:17:55.277Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.438s coverage: 97.6% of statements [2021-04-27T18:17:55.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-27T18:17:55.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-27T18:17:55.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-27T18:17:55.277Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-04-27T18:17:55.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-27T18:17:55.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-04-27T18:17:55.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-27T18:17:55.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-27T18:17:55.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-27T18:17:55.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-27T18:17:55.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-04-27T18:17:55.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-27T18:17:55.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-27T18:17:55.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2021-04-27T18:17:56.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-27T18:17:56.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.107s coverage: 28.1% of statements [2021-04-27T18:17:57.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-04-27T18:17:58.559Z] GO111MODULE=on go vet ./... [2021-04-27T18:18:01.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-27T18:18:06.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-27T18:18:08.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-27T18:18:13.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-27T18:18:15.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-27T18:18:19.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-27T18:18:25.424Z] $ docker stop --time=1 54bcfc21ddf78f2e94093adaec0d31afe35efffe7981954b63011db8c5b9e876 [2021-04-27T18:18:29.107Z] $ docker rm -f 54bcfc21ddf78f2e94093adaec0d31afe35efffe7981954b63011db8c5b9e876 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:18:32.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-27T18:18:33.526Z] [2021-04-27T18:18:33.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:18:33.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-27T18:18:34.718Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-27T18:18:34.718Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-27T18:18:34.718Z] ca9280d653b3: Pulling fs layer [2021-04-27T18:18:34.718Z] 7e9c9ca2126c: Pulling fs layer [2021-04-27T18:18:35.369Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-27T18:18:35.369Z] cbdbe7a5bc2a: Download complete [2021-04-27T18:18:36.451Z] ca9280d653b3: Verifying Checksum [2021-04-27T18:18:36.451Z] ca9280d653b3: Download complete [2021-04-27T18:18:36.451Z] cbdbe7a5bc2a: Pull complete [2021-04-27T18:18:39.297Z] ca9280d653b3: Pull complete [2021-04-27T18:18:40.297Z] 7e9c9ca2126c: Download complete [2021-04-27T18:18:52.969Z] 7e9c9ca2126c: Pull complete [2021-04-27T18:18:52.969Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-27T18:18:52.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-27T18:18:52.969Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-27T18:18:53.179Z] prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container [2021-04-27T18:18:53.279Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-27T18:18:55.672Z] $ docker top 29a8e09a5e6480b78a05c80821c37f37af08be8f8b4b03d412dbbe6c8fa44bf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T18:18:56.295Z] + docker-compose build --help [2021-04-27T18:18:56.295Z] + grep parallel [2021-04-27T18:18:57.703Z] --parallel Build images in parallel. [Pipeline] } [2021-04-27T18:18:57.720Z] $ docker stop --time=1 29a8e09a5e6480b78a05c80821c37f37af08be8f8b4b03d412dbbe6c8fa44bf1 [2021-04-27T18:18:59.197Z] $ docker rm -f 29a8e09a5e6480b78a05c80821c37f37af08be8f8b4b03d412dbbe6c8fa44bf1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:18:59.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-27T18:18:59.725Z] . [Pipeline] withDockerContainer [2021-04-27T18:18:59.863Z] prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container [2021-04-27T18:18:59.924Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-27T18:19:00.745Z] $ docker top 090872fcb2ec4ec57929d79c4b1e25ee392c6cd1fc449ffc6cd07275994afdc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T18:19:01.205Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-27T18:19:03.210Z] Building docker-core-command-go ... [2021-04-27T18:19:03.210Z] Building docker-core-data-go ... [2021-04-27T18:19:03.210Z] Building docker-core-metadata-go ... [2021-04-27T18:19:03.210Z] Building docker-security-bootstrapper-go ... [2021-04-27T18:19:03.210Z] Building docker-security-proxy-setup-go ... [2021-04-27T18:19:03.210Z] Building docker-security-secretstore-setup-go ... [2021-04-27T18:19:03.210Z] Building docker-support-notifications-go ... [2021-04-27T18:19:03.210Z] Building docker-support-scheduler-go ... [2021-04-27T18:19:03.210Z] Building docker-sys-mgmt-agent-go ... [2021-04-27T18:19:03.210Z] Building docker-security-bootstrapper-go [2021-04-27T18:19:03.210Z] Building docker-support-scheduler-go [2021-04-27T18:19:03.211Z] Building docker-core-command-go [2021-04-27T18:19:03.211Z] Building docker-support-notifications-go [2021-04-27T18:19:03.211Z] Building docker-security-secretstore-setup-go [2021-04-27T18:19:20.354Z] gofmt -l . [2021-04-27T18:19:20.354Z] [ "`gofmt -l .`" = "" ] [2021-04-27T18:19:20.626Z] ./bin/test-go-mod-tidy.sh [2021-04-27T18:19:21.608Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-27T18:19:23.695Z] + ls -al . [2021-04-27T18:19:23.695Z] total 828 [2021-04-27T18:19:23.695Z] drwxrwxr-x 9 1001 1001 4096 Apr 27 18:19 . [2021-04-27T18:19:23.695Z] drwxr-xr-x 4 root root 4096 Apr 27 18:14 .. [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 11 Apr 27 18:13 .dockerignore [2021-04-27T18:19:23.695Z] drwxrwxr-x 8 1001 1001 4096 Apr 27 18:13 .git [2021-04-27T18:19:23.695Z] drwxrwxr-x 3 1001 1001 4096 Apr 27 18:13 .github [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 818 Apr 27 18:13 .gitignore [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 166 Apr 27 18:13 .sonarcloud.properties [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 8609 Apr 27 18:13 Attribution.txt [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 3804 Apr 27 18:13 CONTRIBUTING.md [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 931 Apr 27 18:13 Dockerfile.build [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 863 Apr 27 18:13 Jenkinsfile [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 10775 Apr 27 18:13 LICENSE [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 5774 Apr 27 18:13 Makefile [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 7978 Apr 27 18:13 README.md [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 6755 Apr 27 18:13 SECURITY.md [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 5 Apr 27 18:10 VERSION [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 4131 Apr 27 18:13 ZMQWindows.md [2021-04-27T18:19:23.695Z] drwxrwxr-x 2 1001 1001 4096 Apr 27 18:13 bin [2021-04-27T18:19:23.695Z] drwxrwxr-x 14 1001 1001 4096 Apr 27 18:13 cmd [2021-04-27T18:19:23.695Z] -rw-r--r-- 1 root root 689628 Apr 27 18:17 coverage.out [2021-04-27T18:19:23.695Z] -rw-r--r-- 1 root root 1060 Apr 27 18:19 go.mod [2021-04-27T18:19:23.695Z] -rw-r--r-- 1 root root 22420 Apr 27 18:19 go.sum [2021-04-27T18:19:23.695Z] drwxrwxr-x 8 1001 1001 4096 Apr 27 18:13 internal [2021-04-27T18:19:23.695Z] drwxrwxr-x 4 1001 1001 4096 Apr 27 18:13 openapi [2021-04-27T18:19:23.695Z] drwxrwxr-x 4 1001 1001 4096 Apr 27 18:13 snap [2021-04-27T18:19:23.695Z] -rw-rw-r-- 1 1001 1001 168 Apr 27 18:13 version.go [Pipeline] sh [2021-04-27T18:19:24.405Z] + '[' -e coverage.out ] [2021-04-27T18:19:24.405Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-27T18:19:24.438Z] Warning: overwriting stash ‘coverage-report’ [2021-04-27T18:19:25.657Z] Stashed 1 file(s) [Pipeline] sh [2021-04-27T18:19:26.344Z] + make build [2021-04-27T18:19:26.344Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-27T18:19:36.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-27T18:20:03.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-27T18:20:04.747Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-27T18:20:11.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-27T18:20:11.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-27T18:20:18.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-27T18:20:23.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-27T18:20:27.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-27T18:20:32.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-27T18:20:35.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-27T18:20:39.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-27T18:20:46.460Z] $ docker stop --time=1 1ec2a21f5684189674f76e55ff74b90b78ba2bbf46ccddb7be69b92e514d8f3e [2021-04-27T18:20:49.105Z] $ docker rm -f 1ec2a21f5684189674f76e55ff74b90b78ba2bbf46ccddb7be69b92e514d8f3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:20:50.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-27T18:20:50.812Z] [2021-04-27T18:20:50.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:20:51.428Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-27T18:20:51.701Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-27T18:20:51.701Z] 29e5d40040c1: Pulling fs layer [2021-04-27T18:20:51.701Z] 1ce36da41761: Pulling fs layer [2021-04-27T18:20:51.701Z] 25b303627fd3: Pulling fs layer [2021-04-27T18:20:51.701Z] 29e5d40040c1: Verifying Checksum [2021-04-27T18:20:51.701Z] 29e5d40040c1: Download complete [2021-04-27T18:20:52.298Z] 29e5d40040c1: Pull complete [2021-04-27T18:20:52.573Z] 1ce36da41761: Download complete [2021-04-27T18:20:54.007Z] 1ce36da41761: Pull complete [2021-04-27T18:20:54.007Z] 25b303627fd3: Verifying Checksum [2021-04-27T18:20:54.007Z] 25b303627fd3: Download complete [2021-04-27T18:20:58.626Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:20:58.626Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:20:58.626Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:20:58.626Z] ---> 36de16189448 [2021-04-27T18:20:58.626Z] Step 3/24 : WORKDIR /edgex-go [2021-04-27T18:20:58.626Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:20:58.626Z] ---> 36de16189448 [2021-04-27T18:20:58.626Z] Step 3/31 : WORKDIR /edgex-go [2021-04-27T18:20:58.626Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:20:58.626Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:20:58.626Z] ---> 36de16189448 [2021-04-27T18:20:58.626Z] Step 3/22 : WORKDIR /edgex-go [2021-04-27T18:20:58.626Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:20:58.626Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:20:58.626Z] ---> 36de16189448 [2021-04-27T18:20:58.626Z] Step 3/22 : WORKDIR /edgex-go [2021-04-27T18:20:58.626Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:20:58.626Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:20:58.626Z] ---> 36de16189448 [2021-04-27T18:20:58.626Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T18:20:58.626Z] ---> Running in 0e01085d822d [2021-04-27T18:20:58.626Z] ---> Running in a1c03c094bbf [2021-04-27T18:20:58.626Z] ---> Running in 10a397ae177c [2021-04-27T18:20:58.626Z] ---> Running in 01cdfc8622c8 [2021-04-27T18:20:58.626Z] ---> Running in e115f83608f3 [2021-04-27T18:20:58.626Z] Removing intermediate container 0e01085d822d [2021-04-27T18:20:58.626Z] ---> e13e0ad15cc6 [2021-04-27T18:20:58.626Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:20:58.626Z] Removing intermediate container 10a397ae177c [2021-04-27T18:20:58.626Z] ---> dc6ba4b71353 [2021-04-27T18:20:58.626Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:20:58.626Z] Removing intermediate container e115f83608f3 [2021-04-27T18:20:58.626Z] ---> 0dbaf9ba5887 [2021-04-27T18:20:58.626Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:20:58.626Z] Removing intermediate container a1c03c094bbf [2021-04-27T18:20:58.626Z] ---> 04ca20c56fee [2021-04-27T18:20:58.626Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:20:58.627Z] ---> Running in 4d4f4baf95c0 [2021-04-27T18:20:58.627Z] Removing intermediate container 01cdfc8622c8 [2021-04-27T18:20:58.627Z] ---> 91b4bc8529ca [2021-04-27T18:20:58.627Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:20:58.627Z] ---> Running in 3b0ac030fb9e [2021-04-27T18:20:58.627Z] ---> Running in 658e527c426d [2021-04-27T18:20:58.627Z] ---> Running in 033b9ccd0092 [2021-04-27T18:20:58.627Z] ---> Running in cad80e43973a [2021-04-27T18:20:58.627Z] Removing intermediate container 658e527c426d [2021-04-27T18:20:58.627Z] ---> a1f95d92ec61 [2021-04-27T18:20:58.627Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-27T18:20:58.627Z] ---> Running in e6ebceb406a4 [2021-04-27T18:20:58.627Z] Removing intermediate container 4d4f4baf95c0 [2021-04-27T18:20:58.627Z] ---> c203bf29e8dc [2021-04-27T18:20:58.627Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-27T18:20:58.627Z] Removing intermediate container cad80e43973a [2021-04-27T18:20:58.627Z] ---> a58c820f53a3 [2021-04-27T18:20:58.627Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-27T18:20:58.627Z] Removing intermediate container 3b0ac030fb9e [2021-04-27T18:20:58.627Z] ---> d6c56c8d2c48 [2021-04-27T18:20:58.627Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-27T18:20:58.627Z] Removing intermediate container 033b9ccd0092 [2021-04-27T18:20:58.627Z] ---> 6da38aad8c27 [2021-04-27T18:20:58.627Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-27T18:20:58.627Z] ---> Running in 6bfd823f9c90 [2021-04-27T18:20:58.627Z] ---> Running in ce5b74c66ff3 [2021-04-27T18:20:58.627Z] ---> Running in a7af7b6b9a00 [2021-04-27T18:20:58.627Z] ---> Running in ba7da2f1d3a6 [2021-04-27T18:20:58.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:20:59.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:20:59.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:20:59.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:20:59.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:20:59.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:21:00.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:21:00.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:21:00.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:21:00.801Z] OK: 233 MiB in 51 packages [2021-04-27T18:21:01.101Z] OK: 233 MiB in 51 packages [2021-04-27T18:21:01.395Z] OK: 233 MiB in 51 packages [2021-04-27T18:21:01.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:21:02.060Z] OK: 233 MiB in 51 packages [2021-04-27T18:21:02.344Z] Removing intermediate container ce5b74c66ff3 [2021-04-27T18:21:02.344Z] ---> 4853b2890b83 [2021-04-27T18:21:02.344Z] Step 6/24 : COPY go.mod . [2021-04-27T18:21:02.662Z] Removing intermediate container a7af7b6b9a00 [2021-04-27T18:21:02.662Z] ---> 96300905f083 [2021-04-27T18:21:02.662Z] Step 6/22 : COPY go.mod . [2021-04-27T18:21:02.962Z] Removing intermediate container 6bfd823f9c90 [2021-04-27T18:21:02.962Z] ---> 2aa754157043 [2021-04-27T18:21:02.962Z] Step 6/23 : COPY go.mod . [2021-04-27T18:21:03.303Z] ---> b9fe117b1349 [2021-04-27T18:21:03.303Z] Step 7/24 : RUN go mod download [2021-04-27T18:21:03.689Z] OK: 233 MiB in 51 packages [2021-04-27T18:21:03.689Z] ---> Running in 41ce11764d37 [2021-04-27T18:21:03.689Z] ---> 40237da0ca9d [2021-04-27T18:21:03.689Z] Step 7/22 : RUN go mod download [2021-04-27T18:21:03.986Z] ---> Running in 1d9cf7e0e272 [2021-04-27T18:21:03.986Z] ---> b7e5d2e30150 [2021-04-27T18:21:03.986Z] Step 7/23 : RUN go mod download [2021-04-27T18:21:03.986Z] Removing intermediate container e6ebceb406a4 [2021-04-27T18:21:03.986Z] ---> d72986215868 [2021-04-27T18:21:03.986Z] Step 6/31 : COPY go.mod . [2021-04-27T18:21:04.139Z] 25b303627fd3: Pull complete [2021-04-27T18:21:04.140Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-27T18:21:04.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-27T18:21:04.140Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-27T18:21:04.354Z] prd-ubuntu18.04-docker-arm64-4c-16g-2071 does not seem to be running inside a container [2021-04-27T18:21:04.424Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-27T18:21:04.699Z] ---> Running in 165d49688fdb [2021-04-27T18:21:05.434Z] ---> 94398f130199 [2021-04-27T18:21:05.434Z] Step 7/31 : RUN go mod download [2021-04-27T18:21:06.094Z] ---> Running in 526eae271991 [2021-04-27T18:21:06.382Z] Removing intermediate container ba7da2f1d3a6 [2021-04-27T18:21:06.382Z] ---> e65e2afb1a04 [2021-04-27T18:21:06.382Z] Step 6/22 : COPY go.mod . [2021-04-27T18:21:07.290Z] $ docker top 7beb48b17f1f026704cfbf203429bc15f186ace9f7228bb4a9f01411d93a7158 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T18:21:07.687Z] ---> 31d5d077c88d [2021-04-27T18:21:07.687Z] Step 7/22 : RUN go mod download [2021-04-27T18:21:08.030Z] ---> Running in 0993f2c7ba65 [2021-04-27T18:21:08.234Z] + + docker-composegrep build parallel --help [2021-04-27T18:21:08.234Z] [2021-04-27T18:21:11.597Z] --parallel Build images in parallel. [Pipeline] } [2021-04-27T18:21:11.611Z] $ docker stop --time=1 7beb48b17f1f026704cfbf203429bc15f186ace9f7228bb4a9f01411d93a7158 [2021-04-27T18:21:12.836Z] Removing intermediate container 41ce11764d37 [2021-04-27T18:21:12.836Z] ---> 280fd59461f5 [2021-04-27T18:21:12.836Z] Step 8/24 : COPY . . [2021-04-27T18:21:12.836Z] Removing intermediate container 165d49688fdb [2021-04-27T18:21:12.836Z] ---> d2d1aba0c866 [2021-04-27T18:21:12.836Z] Step 8/23 : COPY . . [2021-04-27T18:21:12.836Z] Removing intermediate container 1d9cf7e0e272 [2021-04-27T18:21:12.836Z] ---> 8e4680fa6de1 [2021-04-27T18:21:12.836Z] Step 8/22 : COPY . . [2021-04-27T18:21:13.211Z] Removing intermediate container 526eae271991 [2021-04-27T18:21:13.211Z] ---> b6b4c529f54e [2021-04-27T18:21:13.211Z] Step 8/31 : COPY . . [2021-04-27T18:21:13.677Z] $ docker rm -f 7beb48b17f1f026704cfbf203429bc15f186ace9f7228bb4a9f01411d93a7158 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:21:14.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-27T18:21:14.361Z] . [Pipeline] withDockerContainer [2021-04-27T18:21:14.507Z] Removing intermediate container 0993f2c7ba65 [2021-04-27T18:21:14.507Z] ---> b64fe315458b [2021-04-27T18:21:14.507Z] Step 8/22 : COPY . . [2021-04-27T18:21:14.647Z] prd-ubuntu18.04-docker-arm64-4c-16g-2071 does not seem to be running inside a container [2021-04-27T18:21:14.748Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-27T18:21:16.138Z] $ docker top 9d3ca756b7b6d50341f6529c7283daee37be4f259d907432a6370fe747158849 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T18:21:17.155Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-27T18:21:21.448Z] Building docker-core-command-go ... [2021-04-27T18:21:21.448Z] Building docker-core-data-go ... [2021-04-27T18:21:21.448Z] Building docker-core-metadata-go ... [2021-04-27T18:21:21.448Z] Building docker-security-bootstrapper-go ... [2021-04-27T18:21:21.448Z] Building docker-security-proxy-setup-go ... [2021-04-27T18:21:21.448Z] Building docker-security-secretstore-setup-go ... [2021-04-27T18:21:21.448Z] Building docker-support-notifications-go ... [2021-04-27T18:21:21.448Z] Building docker-support-scheduler-go ... [2021-04-27T18:21:21.448Z] Building docker-sys-mgmt-agent-go ... [2021-04-27T18:21:21.448Z] Building docker-support-scheduler-go [2021-04-27T18:21:21.448Z] Building docker-core-metadata-go [2021-04-27T18:21:21.448Z] Building docker-security-secretstore-setup-go [2021-04-27T18:21:21.448Z] Building docker-sys-mgmt-agent-go [2021-04-27T18:21:21.448Z] Building docker-support-notifications-go [2021-04-27T18:22:43.214Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:22:43.214Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:22:43.214Z] ---> d08b2488b9fe [2021-04-27T18:22:43.214Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T18:22:43.214Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:22:43.214Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:22:43.214Z] ---> d08b2488b9fe [2021-04-27T18:22:43.214Z] Step 3/22 : WORKDIR /edgex-go [2021-04-27T18:22:43.214Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:22:43.214Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:22:43.214Z] ---> d08b2488b9fe [2021-04-27T18:22:43.214Z] Step 3/24 : WORKDIR /edgex-go [2021-04-27T18:22:43.214Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:22:43.214Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:22:43.214Z] ---> d08b2488b9fe [2021-04-27T18:22:43.214Z] Step 3/22 : WORKDIR /edgex-go [2021-04-27T18:22:43.214Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:22:43.214Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:22:43.214Z] ---> d08b2488b9fe [2021-04-27T18:22:43.214Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T18:22:43.214Z] ---> Running in 0af77dd59513 [2021-04-27T18:22:43.214Z] ---> Running in fabd873ac45d [2021-04-27T18:22:43.214Z] ---> Running in d2ce8104dcd3 [2021-04-27T18:22:43.214Z] ---> Running in a89a4a3c4e41 [2021-04-27T18:22:43.214Z] ---> Running in ad323c7fb3ec [2021-04-27T18:22:43.214Z] Removing intermediate container d2ce8104dcd3 [2021-04-27T18:22:43.214Z] ---> 292f1778a323 [2021-04-27T18:22:43.214Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:22:43.214Z] Removing intermediate container 0af77dd59513 [2021-04-27T18:22:43.214Z] ---> c6431b09b3d9 [2021-04-27T18:22:43.214Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:22:43.214Z] Removing intermediate container ad323c7fb3ec [2021-04-27T18:22:43.214Z] ---> 5a5be281eb03 [2021-04-27T18:22:43.214Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:22:43.214Z] Removing intermediate container a89a4a3c4e41 [2021-04-27T18:22:43.214Z] ---> 34901fc97c7f [2021-04-27T18:22:43.214Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:22:43.214Z] Removing intermediate container fabd873ac45d [2021-04-27T18:22:43.214Z] ---> cad05d90f82d [2021-04-27T18:22:43.214Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:22:43.214Z] ---> Running in dc3a31309887 [2021-04-27T18:22:43.214Z] ---> Running in a760f02064a1 [2021-04-27T18:22:43.214Z] ---> Running in 2afe7c278d48 [2021-04-27T18:22:43.214Z] ---> Running in 3d99c80f12c3 [2021-04-27T18:22:43.214Z] ---> Running in 94dcb7b5fe81 [2021-04-27T18:22:43.214Z] Removing intermediate container dc3a31309887 [2021-04-27T18:22:43.214Z] ---> 3459f48410fc [2021-04-27T18:22:43.214Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-27T18:22:43.214Z] Removing intermediate container a760f02064a1 [2021-04-27T18:22:43.214Z] ---> fb96bd53110c [2021-04-27T18:22:43.214Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-27T18:22:43.214Z] ---> Running in 1a2ef33b8d1b [2021-04-27T18:22:43.214Z] ---> Running in bea5a938e613 [2021-04-27T18:22:43.214Z] Removing intermediate container 2afe7c278d48 [2021-04-27T18:22:43.214Z] ---> 3dbd3b826a6a [2021-04-27T18:22:43.215Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-27T18:22:43.215Z] Removing intermediate container 94dcb7b5fe81 [2021-04-27T18:22:43.215Z] ---> e99d2f2f8a13 [2021-04-27T18:22:43.215Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-27T18:22:43.215Z] Removing intermediate container 3d99c80f12c3 [2021-04-27T18:22:43.215Z] ---> ba6f747d8040 [2021-04-27T18:22:43.215Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-27T18:22:43.215Z] ---> Running in 8bf156239fa4 [2021-04-27T18:22:43.215Z] ---> Running in 1fc74894bc77 [2021-04-27T18:22:43.215Z] ---> Running in 4268bbf49091 [2021-04-27T18:22:44.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:22:44.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:22:44.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:22:44.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:22:44.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:22:44.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:22:45.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:22:45.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:22:45.627Z] OK: 217 MiB in 51 packages [2021-04-27T18:22:45.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:22:45.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:22:46.179Z] OK: 217 MiB in 51 packages [2021-04-27T18:22:46.179Z] OK: 217 MiB in 51 packages [2021-04-27T18:22:46.477Z] OK: 217 MiB in 51 packages [2021-04-27T18:22:47.092Z] OK: 217 MiB in 51 packages [2021-04-27T18:22:47.371Z] Removing intermediate container 1a2ef33b8d1b [2021-04-27T18:22:47.371Z] ---> 4b689c835109 [2021-04-27T18:22:47.371Z] Step 6/24 : COPY go.mod . [2021-04-27T18:22:47.649Z] Removing intermediate container bea5a938e613 [2021-04-27T18:22:47.649Z] ---> 657f6556398f [2021-04-27T18:22:47.649Z] Step 6/23 : COPY go.mod . [2021-04-27T18:22:47.926Z] Removing intermediate container 8bf156239fa4 [2021-04-27T18:22:47.926Z] ---> 40b4992d7e27 [2021-04-27T18:22:47.926Z] Step 6/23 : COPY go.mod . [2021-04-27T18:22:48.198Z] Removing intermediate container 1fc74894bc77 [2021-04-27T18:22:48.198Z] ---> 3ef597e86f1e [2021-04-27T18:22:48.198Z] Step 6/22 : COPY go.mod . [2021-04-27T18:22:48.485Z] ---> 498a2ee78bc9 [2021-04-27T18:22:48.485Z] Step 7/24 : RUN go mod download [2021-04-27T18:22:48.762Z] ---> Running in b38ce7778481 [2021-04-27T18:22:48.762Z] Removing intermediate container 4268bbf49091 [2021-04-27T18:22:48.762Z] ---> d3889307eb9d [2021-04-27T18:22:48.762Z] Step 6/22 : COPY go.mod . [2021-04-27T18:22:49.042Z] ---> 76fc6a33c980 [2021-04-27T18:22:49.042Z] Step 7/23 : RUN go mod download [2021-04-27T18:22:49.042Z] ---> 92ddb22c5a94 [2021-04-27T18:22:49.042Z] Step 7/23 : RUN go mod download [2021-04-27T18:22:49.318Z] ---> Running in b3d5d570412e [2021-04-27T18:22:49.318Z] ---> Running in 56e464d82964 [2021-04-27T18:22:49.318Z] ---> a4545a567471 [2021-04-27T18:22:49.318Z] Step 7/22 : RUN go mod download [2021-04-27T18:22:49.594Z] ---> Running in a135554c3688 [2021-04-27T18:22:49.867Z] ---> 38204592e9fc [2021-04-27T18:22:49.867Z] Step 7/22 : RUN go mod download [2021-04-27T18:22:50.140Z] ---> Running in 18c4e502c74e [2021-04-27T18:22:52.797Z] Removing intermediate container b38ce7778481 [2021-04-27T18:22:52.797Z] ---> a98afd3ca92d [2021-04-27T18:22:52.797Z] Step 8/24 : COPY . . [2021-04-27T18:22:54.257Z] Removing intermediate container b3d5d570412e [2021-04-27T18:22:54.257Z] ---> c9933cbff4e6 [2021-04-27T18:22:54.257Z] Step 8/23 : COPY . . [2021-04-27T18:22:54.533Z] Removing intermediate container 56e464d82964 [2021-04-27T18:22:54.534Z] ---> e1f5dd9aa47c [2021-04-27T18:22:54.534Z] Step 8/23 : COPY . . [2021-04-27T18:22:55.126Z] Removing intermediate container 18c4e502c74e [2021-04-27T18:22:55.127Z] ---> 88fea84497c9 [2021-04-27T18:22:55.127Z] Step 8/22 : COPY . . [2021-04-27T18:22:55.127Z] Removing intermediate container a135554c3688 [2021-04-27T18:22:55.127Z] ---> 2c87b40db0a3 [2021-04-27T18:22:55.127Z] Step 8/22 : COPY . . [2021-04-27T18:23:21.951Z] ---> c1f8008440cb [2021-04-27T18:23:21.951Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-27T18:23:21.951Z] ---> f6f92d7fd086 [2021-04-27T18:23:21.951Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-27T18:23:21.951Z] ---> 2598b6ebbb07 [2021-04-27T18:23:21.951Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-27T18:23:21.951Z] ---> 0d6aa89a60c6 [2021-04-27T18:23:21.951Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-27T18:23:21.951Z] ---> Running in 36df5f60d1d9 [2021-04-27T18:23:21.951Z] ---> Running in 8729f4c985a6 [2021-04-27T18:23:21.951Z] ---> Running in e65b85f7d9b2 [2021-04-27T18:23:21.951Z] ---> Running in 53b867f37fe5 [2021-04-27T18:23:21.951Z] ---> f99211793006 [2021-04-27T18:23:21.951Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-27T18:23:21.951Z] ---> Running in d16927dac000 [2021-04-27T18:23:23.396Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-27T18:23:23.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-27T18:23:23.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-27T18:23:24.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-27T18:23:24.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-27T18:23:57.803Z] ---> 498c2f54fd02 [2021-04-27T18:23:57.803Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-27T18:23:57.803Z] ---> d729174b8b5e [2021-04-27T18:23:57.803Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-27T18:23:57.803Z] ---> Running in b1efe9a85bbc [2021-04-27T18:23:57.803Z] ---> Running in ee21825459c6 [2021-04-27T18:23:57.803Z] ---> d7a8f828aba8 [2021-04-27T18:23:57.803Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-27T18:23:57.803Z] ---> Running in 11228c6e0dff [2021-04-27T18:23:57.803Z] ---> 6cbb84876abc [2021-04-27T18:23:57.803Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-27T18:23:57.803Z] ---> Running in ac77cdfb0052 [2021-04-27T18:23:57.803Z] ---> ffe103972b0d [2021-04-27T18:23:57.803Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-27T18:23:57.803Z] ---> Running in d218f611c59d [2021-04-27T18:23:57.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-27T18:23:57.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-27T18:23:57.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-27T18:23:57.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-27T18:23:57.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-27T18:25:01.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-27T18:25:16.244Z] Removing intermediate container 36df5f60d1d9 [2021-04-27T18:25:16.244Z] ---> babc0f04e98c [2021-04-27T18:25:16.244Z] [2021-04-27T18:25:16.244Z] Step 10/24 : FROM alpine:3.12 [2021-04-27T18:25:16.244Z] 3.12: Pulling from library/alpine [2021-04-27T18:25:18.266Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-27T18:25:18.266Z] Status: Downloaded newer image for alpine:3.12 [2021-04-27T18:25:18.266Z] ---> 9852663dfa18 [2021-04-27T18:25:18.266Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-27T18:25:19.257Z] ---> Running in 1174922a1bcf [2021-04-27T18:25:19.857Z] Removing intermediate container 53b867f37fe5 [2021-04-27T18:25:19.857Z] ---> ed827274339d [2021-04-27T18:25:19.857Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-27T18:25:20.131Z] ---> Running in d375b3edeeb7 [2021-04-27T18:25:21.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-27T18:25:21.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:25:21.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:25:22.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-27T18:25:22.726Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-27T18:25:22.726Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-27T18:25:22.726Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-27T18:25:22.726Z] (4/6) Installing curl (7.76.1-r0) [2021-04-27T18:25:22.726Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-27T18:25:22.726Z] (6/6) Installing su-exec (0.2-r1) [2021-04-27T18:25:22.726Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:25:22.726Z] Executing ca-certificates-20191127-r4.trigger [2021-04-27T18:25:23.002Z] OK: 7 MiB in 20 packages [2021-04-27T18:25:24.159Z] Removing intermediate container ac77cdfb0052 [2021-04-27T18:25:24.160Z] ---> e743f807cb60 [2021-04-27T18:25:24.160Z] [2021-04-27T18:25:24.160Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T18:25:24.160Z] 3.12: Pulling from library/alpine [2021-04-27T18:25:24.804Z] Removing intermediate container b1efe9a85bbc [2021-04-27T18:25:24.804Z] ---> 1d5ab8313e13 [2021-04-27T18:25:24.804Z] [2021-04-27T18:25:24.804Z] Step 10/31 : FROM alpine:3.12 [2021-04-27T18:25:25.099Z] 3.12: Pulling from library/alpine [2021-04-27T18:25:28.430Z] Removing intermediate container 1174922a1bcf [2021-04-27T18:25:28.430Z] ---> 0feac817cfee [2021-04-27T18:25:28.430Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-27T18:25:29.032Z] ---> Running in d75d65d59389 [2021-04-27T18:25:29.032Z] Removing intermediate container d375b3edeeb7 [2021-04-27T18:25:29.032Z] ---> 4f5bda331c55 [2021-04-27T18:25:29.032Z] [2021-04-27T18:25:29.032Z] Step 11/23 : FROM docker:20.10.0 [2021-04-27T18:25:29.305Z] 20.10.0: Pulling from library/docker [2021-04-27T18:25:29.581Z] Removing intermediate container e65b85f7d9b2 [2021-04-27T18:25:29.581Z] ---> a00fbeb0ff1c [2021-04-27T18:25:29.581Z] [2021-04-27T18:25:29.581Z] Step 10/22 : FROM alpine:3.12 [2021-04-27T18:25:29.581Z] ---> 9852663dfa18 [2021-04-27T18:25:29.581Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-27T18:25:29.581Z] Removing intermediate container 8729f4c985a6 [2021-04-27T18:25:29.581Z] ---> 5220a86c6565 [2021-04-27T18:25:29.581Z] [2021-04-27T18:25:29.581Z] Step 10/22 : FROM alpine:3.12 [2021-04-27T18:25:29.581Z] ---> 9852663dfa18 [2021-04-27T18:25:29.581Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-27T18:25:29.752Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-27T18:25:29.752Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-27T18:25:29.752Z] Status: Downloaded newer image for alpine:3.12 [2021-04-27T18:25:29.752Z] Status: Downloaded newer image for alpine:3.12 [2021-04-27T18:25:30.050Z] ---> 13621d1b12d4 [2021-04-27T18:25:30.050Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-27T18:25:30.196Z] Removing intermediate container d75d65d59389 [2021-04-27T18:25:30.197Z] ---> 75da488e7331 [2021-04-27T18:25:30.197Z] Step 13/24 : WORKDIR / [2021-04-27T18:25:30.489Z] ---> Running in 2acdf6cb2908 [2021-04-27T18:25:30.489Z] ---> Running in 0f8986cbcb99 [2021-04-27T18:25:30.660Z] ---> 13621d1b12d4 [2021-04-27T18:25:30.660Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-27T18:25:30.765Z] ---> Running in 6ed7d2f89dd3 [2021-04-27T18:25:31.322Z] Removing intermediate container 11228c6e0dff [2021-04-27T18:25:31.322Z] ---> fe88376320c2 [2021-04-27T18:25:31.322Z] [2021-04-27T18:25:31.322Z] Step 10/22 : FROM alpine:3.12 [2021-04-27T18:25:31.322Z] ---> 13621d1b12d4 [2021-04-27T18:25:31.322Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-27T18:25:31.322Z] Removing intermediate container d218f611c59d [2021-04-27T18:25:31.322Z] ---> e55ff8c70261 [2021-04-27T18:25:31.322Z] [2021-04-27T18:25:31.322Z] Step 10/22 : FROM alpine:3.12 [2021-04-27T18:25:31.322Z] ---> 13621d1b12d4 [2021-04-27T18:25:31.322Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-27T18:25:31.638Z] ---> Running in d85300c32e88 [2021-04-27T18:25:31.638Z] ---> Running in 70e58a2fb8c1 [2021-04-27T18:25:32.275Z] Removing intermediate container 6ed7d2f89dd3 [2021-04-27T18:25:32.275Z] ---> 1fcc1b8b1dfb [2021-04-27T18:25:32.275Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-27T18:25:32.679Z] ---> Running in d0dcdad378cb [2021-04-27T18:25:32.679Z] ---> Running in ce5803a11b29 [2021-04-27T18:25:32.987Z] Removing intermediate container d85300c32e88 [2021-04-27T18:25:32.987Z] ---> f17dbe1e8208 [2021-04-27T18:25:32.987Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-27T18:25:33.284Z] ---> Running in 61bce096a320 [2021-04-27T18:25:33.284Z] Removing intermediate container ee21825459c6 [2021-04-27T18:25:33.284Z] ---> 1fc6f6dc0303 [2021-04-27T18:25:33.284Z] [2021-04-27T18:25:33.284Z] Step 10/24 : FROM alpine:3.12 [2021-04-27T18:25:33.284Z] ---> 13621d1b12d4 [2021-04-27T18:25:33.284Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-27T18:25:33.630Z] ---> Running in 5d522b71db01 [2021-04-27T18:25:33.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:25:33.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:25:33.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:25:33.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:25:34.032Z] ---> 526e5f1f8a7a [2021-04-27T18:25:34.032Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-27T18:25:34.313Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-27T18:25:34.313Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-27T18:25:34.313Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:25:34.593Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-27T18:25:34.593Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:25:34.593Z] OK: 5 MiB in 15 packages [2021-04-27T18:25:34.593Z] Executing ca-certificates-20191127-r4.trigger [2021-04-27T18:25:34.593Z] OK: 6 MiB in 16 packages [2021-04-27T18:25:34.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:25:34.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:25:34.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:25:35.138Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-27T18:25:35.138Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:25:35.138Z] OK: 6 MiB in 15 packages [2021-04-27T18:25:35.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:25:35.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:25:35.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:25:35.823Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-27T18:25:35.823Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-27T18:25:35.823Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:25:35.823Z] Executing ca-certificates-20191127-r4.trigger [2021-04-27T18:25:35.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:25:35.823Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-27T18:25:35.823Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:25:35.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:25:35.823Z] OK: 6 MiB in 15 packages [2021-04-27T18:25:35.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:25:36.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:25:36.191Z] OK: 6 MiB in 16 packages [2021-04-27T18:25:36.515Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-27T18:25:36.515Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-27T18:25:36.515Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-27T18:25:36.515Z] (4/6) Installing curl (7.76.1-r0) [2021-04-27T18:25:36.515Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-27T18:25:36.515Z] (6/6) Installing su-exec (0.2-r1) [2021-04-27T18:25:36.515Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:25:36.515Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-27T18:25:36.515Z] (2/2) Installing su-exec (0.2-r1) [2021-04-27T18:25:36.515Z] Executing ca-certificates-20191127-r4.trigger [2021-04-27T18:25:36.827Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:25:36.827Z] OK: 6 MiB in 16 packages [2021-04-27T18:25:36.827Z] OK: 7 MiB in 20 packages [2021-04-27T18:25:37.241Z] ---> a393311a0b7c [2021-04-27T18:25:37.241Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-27T18:25:37.516Z] Removing intermediate container 0f8986cbcb99 [2021-04-27T18:25:37.516Z] ---> 9cd0b2dd1274 [2021-04-27T18:25:37.516Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T18:25:37.788Z] Removing intermediate container d16927dac000 [2021-04-27T18:25:37.788Z] ---> bde7330ec8a1 [2021-04-27T18:25:37.788Z] [2021-04-27T18:25:37.788Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T18:25:37.788Z] ---> 9852663dfa18 [2021-04-27T18:25:37.788Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-27T18:25:37.788Z] ---> Using cache [2021-04-27T18:25:37.788Z] ---> 9cd0b2dd1274 [2021-04-27T18:25:37.788Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T18:25:37.857Z] Removing intermediate container 70e58a2fb8c1 [2021-04-27T18:25:37.857Z] ---> 0c7c87b5df01 [2021-04-27T18:25:37.857Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T18:25:38.194Z] ---> Running in 0548ebc3146c [2021-04-27T18:25:38.382Z] ---> Running in 08d5c8b1da5a [2021-04-27T18:25:38.577Z] Removing intermediate container d0dcdad378cb [2021-04-27T18:25:38.578Z] ---> 0d2bba410b86 [2021-04-27T18:25:38.578Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T18:25:38.578Z] Removing intermediate container ce5803a11b29 [2021-04-27T18:25:38.578Z] ---> 87e7cb10e800 [2021-04-27T18:25:38.578Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T18:25:38.660Z] ---> Running in daf3556250dd [2021-04-27T18:25:38.660Z] Removing intermediate container 2acdf6cb2908 [2021-04-27T18:25:38.660Z] ---> e37f31dff590 [2021-04-27T18:25:38.660Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T18:25:38.933Z] ---> 171d73e36af4 [2021-04-27T18:25:38.933Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-27T18:25:39.001Z] ---> Running in 3047753e8579 [2021-04-27T18:25:39.001Z] ---> Running in ff7cd6bcf579 [2021-04-27T18:25:39.001Z] Removing intermediate container 61bce096a320 [2021-04-27T18:25:39.002Z] ---> 512c03510464 [2021-04-27T18:25:39.002Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-27T18:25:39.002Z] Removing intermediate container 0548ebc3146c [2021-04-27T18:25:39.002Z] ---> 040506ea2fa7 [2021-04-27T18:25:39.002Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-27T18:25:39.204Z] ---> Running in 434aeb97a28b [2021-04-27T18:25:39.204Z] Removing intermediate container 08d5c8b1da5a [2021-04-27T18:25:39.204Z] ---> 9db8c198fa7b [2021-04-27T18:25:39.204Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-27T18:25:39.309Z] Removing intermediate container 5d522b71db01 [2021-04-27T18:25:39.309Z] ---> ea7cc8c90566 [2021-04-27T18:25:39.309Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-27T18:25:39.309Z] ---> Running in 79040415f7d9 [2021-04-27T18:25:39.807Z] ---> Running in e8900d8189cf [2021-04-27T18:25:39.807Z] Removing intermediate container daf3556250dd [2021-04-27T18:25:39.807Z] ---> 99e7f13a6a45 [2021-04-27T18:25:39.807Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-27T18:25:39.900Z] ---> Running in d5d754db4cb8 [2021-04-27T18:25:40.081Z] Removing intermediate container 434aeb97a28b [2021-04-27T18:25:40.081Z] ---> 24bb690b6ad4 [2021-04-27T18:25:40.081Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-27T18:25:40.172Z] Removing intermediate container 3047753e8579 [2021-04-27T18:25:40.172Z] ---> 5bf67ced8138 [2021-04-27T18:25:40.172Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-27T18:25:40.354Z] ---> Running in e2f5489aff93 [2021-04-27T18:25:40.631Z] ---> Running in 2a0726dfc62b [2021-04-27T18:25:40.631Z] Removing intermediate container e8900d8189cf [2021-04-27T18:25:40.631Z] ---> 5113cef52e40 [2021-04-27T18:25:40.631Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-27T18:25:40.631Z] ---> 046251b2f46d [2021-04-27T18:25:40.631Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-27T18:25:40.792Z] ---> Running in e1b24005fd21 [2021-04-27T18:25:40.792Z] Removing intermediate container ff7cd6bcf579 [2021-04-27T18:25:40.792Z] ---> 0d34f2cb44e6 [2021-04-27T18:25:40.792Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-27T18:25:40.792Z] ---> Running in d655d9062bb3 [2021-04-27T18:25:40.907Z] ---> Running in 243a20c60ee2 [2021-04-27T18:25:40.907Z] Removing intermediate container e2f5489aff93 [2021-04-27T18:25:40.907Z] ---> b3c829944654 [2021-04-27T18:25:40.907Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-27T18:25:41.061Z] ---> Running in 3882796e7f61 [2021-04-27T18:25:41.192Z] ---> Running in 8c3baabe5fb9 [2021-04-27T18:25:41.192Z] Removing intermediate container 2a0726dfc62b [2021-04-27T18:25:41.192Z] ---> 1a840bf37f72 [2021-04-27T18:25:41.192Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-27T18:25:41.332Z] Removing intermediate container 79040415f7d9 [2021-04-27T18:25:41.332Z] ---> 68cdfc653532 [2021-04-27T18:25:41.332Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-27T18:25:41.332Z] Removing intermediate container d5d754db4cb8 [2021-04-27T18:25:41.332Z] ---> d6a4681542c7 [2021-04-27T18:25:41.332Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-27T18:25:41.332Z] Removing intermediate container e1b24005fd21 [2021-04-27T18:25:41.332Z] ---> 5e53cc998269 [2021-04-27T18:25:41.332Z] Step 13/24 : WORKDIR / [2021-04-27T18:25:41.473Z] ---> Running in 2c582d511b58 [2021-04-27T18:25:41.654Z] ---> Running in ed8bf873e703 [2021-04-27T18:25:41.654Z] ---> Running in 3ff833b4b1d8 [2021-04-27T18:25:41.654Z] ---> Running in 162ef8abf087 [2021-04-27T18:25:41.748Z] Removing intermediate container 243a20c60ee2 [2021-04-27T18:25:41.748Z] ---> b113a57d26a8 [2021-04-27T18:25:41.748Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:25:42.023Z] Removing intermediate container 8c3baabe5fb9 [2021-04-27T18:25:42.023Z] ---> 24811489aaad [2021-04-27T18:25:42.023Z] Step 15/23 : WORKDIR / [2021-04-27T18:25:42.054Z] Removing intermediate container 3882796e7f61 [2021-04-27T18:25:42.054Z] ---> 6aeb119bc450 [2021-04-27T18:25:42.054Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-27T18:25:42.054Z] Removing intermediate container d655d9062bb3 [2021-04-27T18:25:42.054Z] ---> 515f405ff7d8 [2021-04-27T18:25:42.054Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-27T18:25:42.054Z] ---> Running in f707221565de [2021-04-27T18:25:42.054Z] ---> Running in 41457a53586f [2021-04-27T18:25:42.300Z] ---> Running in ebd03ce76843 [2021-04-27T18:25:42.300Z] Removing intermediate container 2c582d511b58 [2021-04-27T18:25:42.300Z] ---> 9323fed853de [2021-04-27T18:25:42.300Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:25:42.336Z] Removing intermediate container ed8bf873e703 [2021-04-27T18:25:42.336Z] ---> 0c31577ae433 [2021-04-27T18:25:42.336Z] Step 15/23 : WORKDIR / [2021-04-27T18:25:42.336Z] Removing intermediate container 3ff833b4b1d8 [2021-04-27T18:25:42.337Z] ---> ca72f402ad4d [2021-04-27T18:25:42.337Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-27T18:25:42.337Z] Removing intermediate container 162ef8abf087 [2021-04-27T18:25:42.337Z] ---> 5234fc2155a5 [2021-04-27T18:25:42.337Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-27T18:25:42.337Z] ---> Running in f81af7df85f8 [2021-04-27T18:25:42.337Z] ---> Running in cfd940a8c95c [2021-04-27T18:25:42.575Z] ---> e3f83271f010 [2021-04-27T18:25:42.575Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-27T18:25:42.575Z] ---> fd05ed003d00 [2021-04-27T18:25:42.575Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-27T18:25:42.929Z] Removing intermediate container 41457a53586f [2021-04-27T18:25:42.929Z] ---> 5a5e94bc6ea2 [2021-04-27T18:25:42.929Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:25:43.190Z] Removing intermediate container ebd03ce76843 [2021-04-27T18:25:43.190Z] ---> ba50187f432c [2021-04-27T18:25:43.190Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:25:43.463Z] ---> e2bf0d28a6f2 [2021-04-27T18:25:43.463Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-27T18:25:43.463Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-27T18:25:43.734Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-27T18:25:43.734Z] ---> eeaf43b92773 [2021-04-27T18:25:43.734Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-27T18:25:43.734Z] ---> 7e9ad864aaa8 [2021-04-27T18:25:43.734Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-27T18:25:43.834Z] Removing intermediate container f707221565de [2021-04-27T18:25:43.834Z] ---> b5cb508cbeac [2021-04-27T18:25:43.834Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:25:44.011Z] ---> Running in fb71b6fe6cbd [2021-04-27T18:25:44.011Z] ---> Running in f447a2f836b1 [2021-04-27T18:25:44.601Z] ---> 2e7d6707a5c6 [2021-04-27T18:25:44.601Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-27T18:25:44.601Z] ---> 2b54f4af09ab [2021-04-27T18:25:44.601Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-27T18:25:44.601Z] Removing intermediate container fb71b6fe6cbd [2021-04-27T18:25:44.601Z] ---> 20cbba6c325b [2021-04-27T18:25:44.601Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-27T18:25:44.622Z] Removing intermediate container f81af7df85f8 [2021-04-27T18:25:44.623Z] ---> 488fef5c7579 [2021-04-27T18:25:44.623Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:25:44.623Z] ---> 944f4f399a9c [2021-04-27T18:25:44.623Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-27T18:25:44.875Z] ---> Running in 2adc7e92243b [2021-04-27T18:25:44.899Z] ---> c4533274b145 [2021-04-27T18:25:44.899Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-27T18:25:44.899Z] ---> d4be0fb9be46 [2021-04-27T18:25:44.899Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-27T18:25:45.242Z] ---> 3900178e3cf2 [2021-04-27T18:25:45.242Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-27T18:25:45.859Z] ---> 82bf91d2b185 [2021-04-27T18:25:45.859Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-27T18:25:45.859Z] ---> a424798b3c03 [2021-04-27T18:25:45.859Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-27T18:25:45.915Z] ---> 4593109c8721 [2021-04-27T18:25:45.915Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-27T18:25:46.135Z] ---> Running in 2bf5748adf56 [2021-04-27T18:25:46.409Z] ---> 982c4ca49130 [2021-04-27T18:25:46.409Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-27T18:25:46.635Z] ---> 30b78e9408eb [2021-04-27T18:25:46.635Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-27T18:25:46.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:25:46.685Z] ---> 3eebb0fa87c7 [2021-04-27T18:25:46.685Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-27T18:25:46.685Z] Removing intermediate container 2bf5748adf56 [2021-04-27T18:25:46.685Z] ---> 13e6e2061262 [2021-04-27T18:25:46.685Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:25:46.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:25:46.959Z] ---> Running in a24b0a45720e [2021-04-27T18:25:46.959Z] ---> Running in cfa71dcf175d [2021-04-27T18:25:47.014Z] ---> b1984b0a2193 [2021-04-27T18:25:47.014Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-27T18:25:47.014Z] ---> 86f15dc79dfe [2021-04-27T18:25:47.014Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-27T18:25:47.479Z] ---> 2af1637b1deb [2021-04-27T18:25:47.479Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-27T18:25:47.479Z] Removing intermediate container cfd940a8c95c [2021-04-27T18:25:47.479Z] ---> 56b51633265d [2021-04-27T18:25:47.479Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-27T18:25:47.585Z] (1/39) Installing readline (8.0.4-r0) [2021-04-27T18:25:47.585Z] (2/39) Installing bash (5.0.17-r0) [2021-04-27T18:25:47.585Z] Executing bash-5.0.17-r0.post-install [2021-04-27T18:25:47.585Z] ---> 53dfe28ae072 [2021-04-27T18:25:47.585Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-27T18:25:47.585Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-27T18:25:47.585Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-27T18:25:47.585Z] (5/39) Installing curl (7.76.1-r0) [2021-04-27T18:25:47.586Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-27T18:25:47.586Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-27T18:25:47.586Z] (8/39) Installing expat (2.2.9-r1) [2021-04-27T18:25:47.586Z] (9/39) Installing libffi (3.3-r2) [2021-04-27T18:25:47.586Z] (10/39) Installing gdbm (1.13-r1) [2021-04-27T18:25:47.586Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-27T18:25:47.586Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-27T18:25:47.586Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-27T18:25:47.586Z] Removing intermediate container cfa71dcf175d [2021-04-27T18:25:47.586Z] ---> 966e4e3db778 [2021-04-27T18:25:47.586Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:25:47.586Z] Removing intermediate container a24b0a45720e [2021-04-27T18:25:47.586Z] ---> ee78ed715270 [2021-04-27T18:25:47.586Z] Step 20/22 : LABEL arch=arm64 [2021-04-27T18:25:47.872Z] Removing intermediate container f447a2f836b1 [2021-04-27T18:25:47.872Z] ---> a62452f23f39 [2021-04-27T18:25:47.872Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-27T18:25:47.872Z] ---> Running in 03be84b96e2c [2021-04-27T18:25:47.872Z] ---> Running in 4a083fe6d32a [2021-04-27T18:25:47.872Z] ---> Running in e7b1a7c6325d [2021-04-27T18:25:47.963Z] ---> Running in 4dac2c31681f [2021-04-27T18:25:48.154Z] ---> Running in d818f4da61db [2021-04-27T18:25:48.770Z] Removing intermediate container 03be84b96e2c [2021-04-27T18:25:48.770Z] ---> 0b04ddd5521f [2021-04-27T18:25:48.770Z] Step 20/22 : LABEL arch=arm64 [2021-04-27T18:25:48.770Z] Removing intermediate container e7b1a7c6325d [2021-04-27T18:25:48.770Z] ---> 6035f0f39373 [2021-04-27T18:25:48.770Z] Step 21/22 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:25:49.054Z] Removing intermediate container d818f4da61db [2021-04-27T18:25:49.054Z] ---> dfcb0aad0f91 [2021-04-27T18:25:49.054Z] Step 22/24 : LABEL arch=arm64 [2021-04-27T18:25:49.054Z] Removing intermediate container 4a083fe6d32a [2021-04-27T18:25:49.054Z] ---> 2c1896452cb3 [2021-04-27T18:25:49.054Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:25:49.054Z] ---> Running in bf89c57e6b5a [2021-04-27T18:25:49.139Z] ---> 2fcb14d591b3 [2021-04-27T18:25:49.139Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-27T18:25:49.139Z] ---> a8ddcfd7a86a [2021-04-27T18:25:49.139Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-27T18:25:49.139Z] ---> Running in c6392066b5a5 [2021-04-27T18:25:49.139Z] ---> Running in cbe234121e6b [2021-04-27T18:25:49.324Z] ---> Running in 55236ffbccb0 [2021-04-27T18:25:49.324Z] ---> Running in 60b0fdf918c0 [2021-04-27T18:25:49.324Z] ---> Running in 89f8ef585d06 [2021-04-27T18:25:49.470Z] Removing intermediate container 4dac2c31681f [2021-04-27T18:25:49.470Z] ---> fb821635579f [2021-04-27T18:25:49.470Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-27T18:25:49.596Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-27T18:25:49.596Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-27T18:25:49.596Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-27T18:25:49.596Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-27T18:25:49.596Z] Removing intermediate container bf89c57e6b5a [2021-04-27T18:25:49.596Z] ---> d03291d61741 [2021-04-27T18:25:49.596Z] Step 21/22 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:25:49.596Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-27T18:25:49.782Z] ---> 389e0c1666dd [2021-04-27T18:25:49.782Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-27T18:25:49.782Z] ---> 9b8aafb662ff [2021-04-27T18:25:49.782Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-27T18:25:49.879Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-27T18:25:49.879Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-27T18:25:49.879Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-27T18:25:49.879Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-27T18:25:49.879Z] Removing intermediate container 55236ffbccb0 [2021-04-27T18:25:49.879Z] ---> 83e0e982a539 [2021-04-27T18:25:49.879Z] Step 22/22 : LABEL version=0.0.0 [2021-04-27T18:25:49.879Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-27T18:25:49.879Z] ---> Running in b5b08611968a [2021-04-27T18:25:49.879Z] Removing intermediate container 60b0fdf918c0 [2021-04-27T18:25:50.080Z] ---> Running in 54e32795dbcf [2021-04-27T18:25:50.157Z] ---> fdd55a42e47d [2021-04-27T18:25:50.158Z] Step 23/24 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:25:50.158Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-27T18:25:50.158Z] Removing intermediate container 89f8ef585d06 [2021-04-27T18:25:50.158Z] ---> 35ed5cc3e720 [2021-04-27T18:25:50.158Z] Step 21/23 : LABEL arch=arm64 [2021-04-27T18:25:50.158Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-27T18:25:50.158Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-27T18:25:50.158Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-27T18:25:50.158Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-27T18:25:50.158Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-27T18:25:50.158Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-27T18:25:50.158Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-27T18:25:50.158Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-27T18:25:50.158Z] ---> Running in b452883cb299 [2021-04-27T18:25:50.369Z] Removing intermediate container c6392066b5a5 [2021-04-27T18:25:50.369Z] ---> 232895708b63 [2021-04-27T18:25:50.369Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:25:50.369Z] Removing intermediate container cbe234121e6b [2021-04-27T18:25:50.369Z] ---> b7aecff40cb2 [2021-04-27T18:25:50.369Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:25:50.437Z] ---> Running in 7d483ac0dacc [2021-04-27T18:25:50.437Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-27T18:25:50.437Z] ---> Running in a48e01bc50a5 [2021-04-27T18:25:50.437Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-27T18:25:50.437Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-27T18:25:50.437Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-27T18:25:50.437Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-27T18:25:50.437Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-27T18:25:50.437Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-27T18:25:50.719Z] Executing busybox-1.31.1-r19.trigger [2021-04-27T18:25:50.719Z] OK: 72 MiB in 59 packages [2021-04-27T18:25:50.719Z] Removing intermediate container b5b08611968a [2021-04-27T18:25:50.719Z] ---> dd062002f99b [2021-04-27T18:25:50.719Z] Step 22/22 : LABEL version=0.0.0 [2021-04-27T18:25:50.997Z] Removing intermediate container b452883cb299 [2021-04-27T18:25:50.997Z] ---> 494fc4f9f029 [2021-04-27T18:25:50.997Z] [2021-04-27T18:25:50.997Z] Removing intermediate container 7d483ac0dacc [2021-04-27T18:25:50.997Z] ---> edb17d4ff807 [2021-04-27T18:25:50.997Z] Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:25:50.997Z] ---> Running in e136059873ad [2021-04-27T18:25:51.028Z] ---> Running in e38b2d2d1cd7 [2021-04-27T18:25:51.028Z] ---> Running in 2991a6a4ac39 [2021-04-27T18:25:51.268Z] Removing intermediate container a48e01bc50a5 [2021-04-27T18:25:51.268Z] ---> a615a6734063 [2021-04-27T18:25:51.268Z] Step 24/24 : LABEL version=0.0.0 [2021-04-27T18:25:51.541Z] Successfully built 494fc4f9f029 [2021-04-27T18:25:51.541Z] ---> Running in 6bdd8933c130 [2021-04-27T18:25:51.541Z] ---> Running in 32a6dd92af7b [2021-04-27T18:25:51.541Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-27T18:25:51.541Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-04-27T18:25:51.644Z] ---> 7d9316ce0673 [2021-04-27T18:25:51.644Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-27T18:25:51.644Z] Removing intermediate container 54e32795dbcf [2021-04-27T18:25:51.644Z] ---> af87e0b03032 [2021-04-27T18:25:51.644Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:25:51.815Z] Removing intermediate container e136059873ad [2021-04-27T18:25:51.815Z] ---> 96802c668341 [2021-04-27T18:25:51.815Z] [2021-04-27T18:25:51.941Z] ---> Running in 84e56f6474fe [2021-04-27T18:25:51.941Z] ---> Running in fca46249e5ca [2021-04-27T18:25:52.101Z] Removing intermediate container 6bdd8933c130 [2021-04-27T18:25:52.101Z] ---> 06628e2460e0 [2021-04-27T18:25:52.101Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T18:25:52.234Z] Removing intermediate container e38b2d2d1cd7 [2021-04-27T18:25:52.234Z] ---> 6d6ab87af210 [2021-04-27T18:25:52.234Z] Step 21/23 : LABEL arch=x86_64 [2021-04-27T18:25:52.234Z] Removing intermediate container 2991a6a4ac39 [2021-04-27T18:25:52.234Z] ---> 8f5e6fffeaa5 [2021-04-27T18:25:52.234Z] Step 20/22 : LABEL arch=x86_64 [2021-04-27T18:25:52.234Z] ---> a7a727f05718 [2021-04-27T18:25:52.234Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-27T18:25:52.375Z] Removing intermediate container 32a6dd92af7b [2021-04-27T18:25:52.375Z] ---> ed90d197de02 [2021-04-27T18:25:52.375Z] [2021-04-27T18:25:52.375Z] ---> Running in d85951eee6b6 [2021-04-27T18:25:52.375Z] Successfully built 96802c668341 [2021-04-27T18:25:52.584Z] ---> Running in 13d75a30256c [2021-04-27T18:25:52.584Z] ---> Running in f9e50913b627 [2021-04-27T18:25:52.649Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-27T18:25:52.649Z] Building docker-security-bootstrapper-go [2021-04-27T18:25:52.902Z] Removing intermediate container fca46249e5ca [2021-04-27T18:25:52.902Z] ---> 2ec61197fafa [2021-04-27T18:25:52.902Z] Step 20/22 : LABEL arch=x86_64 [2021-04-27T18:25:52.926Z]  Building docker-support-notifications-go ... done Successfully built ed90d197de02 [2021-04-27T18:25:52.926Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-27T18:25:52.926Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-04-27T18:25:53.199Z] Removing intermediate container d85951eee6b6 [2021-04-27T18:25:53.199Z] ---> 4b8680462a10 [2021-04-27T18:25:53.199Z] [2021-04-27T18:25:53.480Z] Successfully built 4b8680462a10 [2021-04-27T18:25:53.480Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-27T18:25:53.480Z] Building docker-security-proxy-setup-go [2021-04-27T18:25:53.622Z] ---> Running in 259c04509e67 [2021-04-27T18:25:54.015Z] Removing intermediate container 13d75a30256c [2021-04-27T18:25:54.015Z] ---> c2242fc2e091 [2021-04-27T18:25:54.015Z] Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:25:54.511Z] Removing intermediate container f9e50913b627 [2021-04-27T18:25:54.511Z] ---> e6e102858b1d [2021-04-27T18:25:54.511Z] Step 21/22 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:25:54.511Z] ---> 4ad5fe4163c4 [2021-04-27T18:25:54.511Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-27T18:25:54.511Z] ---> Running in cc6018e53497 [2021-04-27T18:25:54.511Z] ---> Running in 2ab0b66d0906 [2021-04-27T18:25:54.511Z] ---> Running in 1833e258f009 [2021-04-27T18:25:55.334Z] Removing intermediate container 259c04509e67 [2021-04-27T18:25:55.334Z] ---> f150218160b4 [2021-04-27T18:25:55.334Z] Step 21/22 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:25:55.444Z]  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 [2021-04-27T18:25:55.445Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-27T18:25:56.037Z] Collecting cached-property<2,>=1.2.0 [2021-04-27T18:25:56.037Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-27T18:25:56.309Z] Collecting texttable<0.10,>=0.9.0 [2021-04-27T18:25:56.309Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-27T18:25:56.821Z] Removing intermediate container cc6018e53497 [2021-04-27T18:25:56.821Z] ---> 3177c9deb584 [2021-04-27T18:25:56.821Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T18:25:57.123Z] ---> Running in e8b2e5a8e1bc [2021-04-27T18:25:57.123Z] Removing intermediate container 2ab0b66d0906 [2021-04-27T18:25:57.123Z] ---> 63ab6320245a [2021-04-27T18:25:57.123Z] Step 22/22 : LABEL version=0.0.0 [2021-04-27T18:25:57.733Z] ---> Running in b92bb0a0b21e [2021-04-27T18:25:57.733Z] ---> Running in d6bf7077d17e [2021-04-27T18:25:58.359Z] Removing intermediate container e8b2e5a8e1bc [2021-04-27T18:25:58.359Z] ---> dd13bb385863 [2021-04-27T18:25:58.359Z] Step 22/22 : LABEL version=0.0.0 [2021-04-27T18:25:58.935Z] Collecting docker<4.0,>=3.6.0 [2021-04-27T18:25:58.936Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-27T18:25:59.366Z] Removing intermediate container 84e56f6474fe [2021-04-27T18:25:59.366Z] ---> e49684d16e5d [2021-04-27T18:25:59.366Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:25:59.852Z] Removing intermediate container b92bb0a0b21e [2021-04-27T18:25:59.852Z] ---> 73f987f9e5a7 [2021-04-27T18:25:59.852Z] [2021-04-27T18:25:59.852Z] Removing intermediate container d6bf7077d17e [2021-04-27T18:25:59.852Z] ---> b5a9a0b5b155 [2021-04-27T18:25:59.852Z] [2021-04-27T18:25:59.918Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-27T18:25:59.918Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-27T18:26:00.567Z] ---> Running in 0752a90ee1aa [2021-04-27T18:26:00.567Z] Removing intermediate container 1833e258f009 [2021-04-27T18:26:00.567Z] ---> aede569f959c [2021-04-27T18:26:00.567Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-27T18:26:01.222Z] ---> Running in e30ad1b1ff73 [2021-04-27T18:26:01.521Z] Removing intermediate container 0752a90ee1aa [2021-04-27T18:26:01.521Z] ---> 8994080a5a19 [2021-04-27T18:26:01.521Z] [2021-04-27T18:26:01.521Z] ---> d0b026f7c285 [2021-04-27T18:26:01.521Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-27T18:26:01.521Z] Successfully built 73f987f9e5a7 [2021-04-27T18:26:01.521Z] Successfully built b5a9a0b5b155 [2021-04-27T18:26:01.806Z] Successfully tagged docker-core-command-go:latest [2021-04-27T18:26:01.806Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-04-27T18:26:01.806Z] Successfully tagged docker-support-notifications-go:latest [2021-04-27T18:26:01.806Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-27T18:26:01.898Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-27T18:26:02.101Z] Removing intermediate container e30ad1b1ff73 [2021-04-27T18:26:02.101Z] ---> 562ecbdc7392 [2021-04-27T18:26:02.101Z] Step 22/24 : LABEL arch=x86_64 [2021-04-27T18:26:02.174Z] Collecting docopt<0.7,>=0.6.1 [2021-04-27T18:26:02.174Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-27T18:26:02.428Z] ---> Running in 7f0d04bffca6 [2021-04-27T18:26:02.428Z] Successfully built 8994080a5a19 [2021-04-27T18:26:02.428Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-27T18:26:02.428Z] Building docker-core-data-go [2021-04-27T18:26:02.757Z]  Building docker-support-scheduler-go ... done  ---> 51f3c20a6bb6 [2021-04-27T18:26:02.757Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-27T18:26:03.660Z] Removing intermediate container 7f0d04bffca6 [2021-04-27T18:26:03.660Z] ---> 4b5e27a9d9fd [2021-04-27T18:26:03.660Z] Step 23/24 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:26:04.041Z] ---> Running in 1ff5b8af9162 [2021-04-27T18:26:04.371Z] ---> 73c7a95f01bb [2021-04-27T18:26:04.371Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-27T18:26:04.797Z] Collecting jsonschema<3,>=2.5.1 [2021-04-27T18:26:04.797Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-27T18:26:04.821Z] Removing intermediate container 1ff5b8af9162 [2021-04-27T18:26:04.821Z] ---> 3c44f2790284 [2021-04-27T18:26:04.821Z] Step 24/24 : LABEL version=0.0.0 [2021-04-27T18:26:05.070Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-27T18:26:05.070Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-27T18:26:05.685Z] ---> Running in 07d107b6fc11 [2021-04-27T18:26:06.045Z] Collecting PyYAML<4,>=3.10 [2021-04-27T18:26:06.046Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-27T18:26:06.344Z] ---> bc84ee11d76b [2021-04-27T18:26:06.344Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-27T18:26:06.344Z] Removing intermediate container 07d107b6fc11 [2021-04-27T18:26:06.344Z] ---> eaca66014197 [2021-04-27T18:26:06.344Z] [2021-04-27T18:26:06.999Z] Successfully built eaca66014197 [2021-04-27T18:26:07.776Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-27T18:26:07.776Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-27T18:26:08.078Z] ---> a85c5839fdce [2021-04-27T18:26:08.078Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-27T18:26:08.408Z] ---> Running in c65da16997d3 [2021-04-27T18:26:11.459Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-27T18:26:11.459Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-27T18:26:11.459Z] Collecting docker-pycreds>=0.4.0 [2021-04-27T18:26:11.459Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-27T18:26:12.057Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-27T18:26:12.057Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-27T18:26:12.057Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-27T18:26:12.057Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-27T18:26:12.230Z] Removing intermediate container c65da16997d3 [2021-04-27T18:26:12.230Z] ---> ddab8f909fa6 [2021-04-27T18:26:12.230Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-27T18:26:12.332Z] Collecting idna<2.8,>=2.5 [2021-04-27T18:26:12.332Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-27T18:26:12.604Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-27T18:26:12.604Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-27T18:26:12.604Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-27T18:26:12.604Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-27T18:26:13.581Z] Installing collected packages: cached-property, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, docopt, jsonschema, PyYAML, docker-compose [2021-04-27T18:26:13.581Z] Running setup.py install for texttable: started [2021-04-27T18:26:14.417Z] ---> aa675069e6da [2021-04-27T18:26:14.417Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-27T18:26:14.417Z] ---> Running in 1e889cb7f94a [2021-04-27T18:26:15.567Z] Running setup.py install for texttable: finished with status 'done' [2021-04-27T18:26:15.567Z] Attempting uninstall: urllib3 [2021-04-27T18:26:15.567Z] Found existing installation: urllib3 1.25.9 [2021-04-27T18:26:15.567Z] Uninstalling urllib3-1.25.9: [2021-04-27T18:26:15.567Z] Successfully uninstalled urllib3-1.25.9 [2021-04-27T18:26:16.160Z] Attempting uninstall: idna [2021-04-27T18:26:16.160Z] Found existing installation: idna 2.9 [2021-04-27T18:26:16.160Z] Uninstalling idna-2.9: [2021-04-27T18:26:16.160Z] Successfully uninstalled idna-2.9 [2021-04-27T18:26:17.142Z] Attempting uninstall: requests [2021-04-27T18:26:17.142Z] Found existing installation: requests 2.23.0 [2021-04-27T18:26:17.142Z] Uninstalling requests-2.23.0: [2021-04-27T18:26:17.142Z] Successfully uninstalled requests-2.23.0 [2021-04-27T18:26:18.589Z] Running setup.py install for dockerpty: started [2021-04-27T18:26:21.229Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-27T18:26:21.229Z] Running setup.py install for docopt: started [2021-04-27T18:26:21.980Z] Removing intermediate container 1e889cb7f94a [2021-04-27T18:26:21.980Z] ---> 393cde91954c [2021-04-27T18:26:21.980Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-27T18:26:21.980Z] ---> Running in 5e77020da012 [2021-04-27T18:26:22.625Z] Removing intermediate container 5e77020da012 [2021-04-27T18:26:22.625Z] ---> ce0df88d5c1d [2021-04-27T18:26:22.625Z] Step 28/31 : CMD ["gate"] [2021-04-27T18:26:23.211Z] Running setup.py install for docopt: finished with status 'done' [2021-04-27T18:26:23.322Z] ---> Running in 94483ff046d1 [2021-04-27T18:26:23.490Z] Running setup.py install for PyYAML: started [2021-04-27T18:26:24.747Z] Removing intermediate container 94483ff046d1 [2021-04-27T18:26:24.747Z] ---> f5a503427ae0 [2021-04-27T18:26:24.747Z] Step 29/31 : LABEL arch=x86_64 [2021-04-27T18:26:25.969Z] ---> Running in f978d848c2ee [2021-04-27T18:26:26.907Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-27T18:26:27.504Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-27T18:26:29.215Z] Removing intermediate container f978d848c2ee [2021-04-27T18:26:29.215Z] ---> 3d581ca57b88 [2021-04-27T18:26:29.215Z] Step 30/31 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:26:30.022Z] ---> Running in 4fc1e42b317b [2021-04-27T18:26:31.148Z] Removing intermediate container 4fc1e42b317b [2021-04-27T18:26:31.148Z] ---> 6891a317c9c5 [2021-04-27T18:26:31.148Z] Step 31/31 : LABEL version=0.0.0 [2021-04-27T18:26:31.473Z] ---> Running in 1cebc4e3f190 [2021-04-27T18:26:32.537Z] Removing intermediate container 1cebc4e3f190 [2021-04-27T18:26:32.537Z] ---> e813644e8a05 [2021-04-27T18:26:32.537Z] [2021-04-27T18:26:32.821Z] Successfully built e813644e8a05 [2021-04-27T18:26:33.151Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-27T18:26:45.851Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:26:45.851Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:26:45.851Z] ---> d08b2488b9fe [2021-04-27T18:26:45.851Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.851Z] ---> cad05d90f82d [2021-04-27T18:26:45.851Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.851Z] ---> e99d2f2f8a13 [2021-04-27T18:26:45.851Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-27T18:26:45.851Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:26:45.851Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:26:45.851Z] ---> d08b2488b9fe [2021-04-27T18:26:45.851Z] Step 3/21 : WORKDIR /edgex-go [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.851Z] ---> cad05d90f82d [2021-04-27T18:26:45.851Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.851Z] ---> e99d2f2f8a13 [2021-04-27T18:26:45.851Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.851Z] ---> d3889307eb9d [2021-04-27T18:26:45.851Z] Step 6/21 : COPY go.mod . [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.851Z] ---> 38204592e9fc [2021-04-27T18:26:45.851Z] Step 7/21 : RUN go mod download [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.851Z] ---> 88fea84497c9 [2021-04-27T18:26:45.851Z] Step 8/21 : COPY . . [2021-04-27T18:26:45.851Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:26:45.851Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:26:45.851Z] ---> d08b2488b9fe [2021-04-27T18:26:45.851Z] Step 3/31 : WORKDIR /edgex-go [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.851Z] ---> cad05d90f82d [2021-04-27T18:26:45.851Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.851Z] ---> e99d2f2f8a13 [2021-04-27T18:26:45.851Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.851Z] ---> d3889307eb9d [2021-04-27T18:26:45.851Z] Step 6/31 : COPY go.mod . [2021-04-27T18:26:45.851Z] ---> Using cache [2021-04-27T18:26:45.852Z] ---> 38204592e9fc [2021-04-27T18:26:45.852Z] Step 7/31 : RUN go mod download [2021-04-27T18:26:45.852Z] ---> Using cache [2021-04-27T18:26:45.852Z] ---> 88fea84497c9 [2021-04-27T18:26:45.852Z] Step 8/31 : COPY . . [2021-04-27T18:26:45.852Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:26:45.852Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:26:45.852Z] ---> d08b2488b9fe [2021-04-27T18:26:45.852Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T18:26:45.852Z] ---> Using cache [2021-04-27T18:26:45.852Z] ---> Using cache [2021-04-27T18:26:45.852Z] ---> cad05d90f82d [2021-04-27T18:26:45.852Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:26:45.852Z] ---> Using cache [2021-04-27T18:26:45.852Z] ---> e99d2f2f8a13 [2021-04-27T18:26:45.852Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-27T18:26:45.852Z] ---> 0d6aa89a60c6 [2021-04-27T18:26:45.852Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> Using cache [2021-04-27T18:26:45.852Z] ---> d3889307eb9d [2021-04-27T18:26:45.852Z] [2021-04-27T18:26:45.852Z] Step 6/23 : COPY go.mod . [2021-04-27T18:26:45.852Z] ---> Using cache [2021-04-27T18:26:45.852Z] ---> 38204592e9fc [2021-04-27T18:26:45.852Z] Step 7/23 : RUN go mod download [2021-04-27T18:26:45.852Z] ---> Using cache [2021-04-27T18:26:45.852Z] ---> 88fea84497c9 [2021-04-27T18:26:45.852Z] Step 8/23 : COPY . . [2021-04-27T18:26:45.852Z] ---> Using cache [2021-04-27T18:26:45.852Z] ---> 0d6aa89a60c6 [2021-04-27T18:26:45.852Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-27T18:26:46.127Z] ---> Using cache [2021-04-27T18:26:46.127Z] ---> 0d6aa89a60c6 [2021-04-27T18:26:46.127Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-27T18:26:47.108Z] ---> Running in f0340f71fc17 [2021-04-27T18:26:47.108Z] ---> Running in ae2dc3ce4f2a [2021-04-27T18:26:47.108Z] ---> Running in df984df5604e [2021-04-27T18:26:47.108Z] ---> Running in 4048b6ae5609 [2021-04-27T18:26:48.554Z] Removing intermediate container 2adc7e92243b [2021-04-27T18:26:48.554Z] ---> 1b8215b09ab2 [2021-04-27T18:26:48.554Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-27T18:26:48.554Z] ---> Running in 3621e3c3722b [2021-04-27T18:26:49.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:26:49.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-27T18:26:49.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-27T18:26:49.430Z] Removing intermediate container 3621e3c3722b [2021-04-27T18:26:49.430Z] ---> 2c120aaeaca0 [2021-04-27T18:26:49.430Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-27T18:26:49.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-27T18:26:49.732Z] ---> Running in 13abbf1dd615 [2021-04-27T18:26:50.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:26:50.475Z] Removing intermediate container 13abbf1dd615 [2021-04-27T18:26:50.475Z] ---> c893e54ab544 [2021-04-27T18:26:50.475Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-27T18:26:51.094Z] OK: 217 MiB in 51 packages [2021-04-27T18:26:52.726Z] ---> 75de0f2d9e99 [2021-04-27T18:26:52.726Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-27T18:26:52.726Z] Removing intermediate container ae2dc3ce4f2a [2021-04-27T18:26:52.726Z] ---> e1430a24e264 [2021-04-27T18:26:52.726Z] Step 6/23 : COPY go.mod . [2021-04-27T18:26:53.721Z] ---> 62d565276f5d [2021-04-27T18:26:53.721Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-27T18:26:53.998Z] ---> 11193a4ec4ab [2021-04-27T18:26:53.998Z] Step 7/23 : RUN go mod download [2021-04-27T18:26:53.998Z] ---> Running in 2c38393a1b18 [2021-04-27T18:26:56.001Z] ---> 7e9c63ab6bd2 [2021-04-27T18:26:56.001Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-27T18:26:56.001Z] ---> Running in df0186417f6c [2021-04-27T18:26:56.633Z] Removing intermediate container df0186417f6c [2021-04-27T18:26:56.633Z] ---> 1c60dc385608 [2021-04-27T18:26:56.633Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:26:56.923Z] ---> Running in 19ee1534df75 [2021-04-27T18:26:57.548Z] Removing intermediate container 19ee1534df75 [2021-04-27T18:26:57.548Z] ---> 5e2505242cd7 [2021-04-27T18:26:57.548Z] Step 21/23 : LABEL arch=arm64 [2021-04-27T18:26:57.824Z] ---> Running in fbbf5b8d6298 [2021-04-27T18:26:58.815Z] Removing intermediate container fbbf5b8d6298 [2021-04-27T18:26:58.815Z] ---> 7d8f3dddc372 [2021-04-27T18:26:58.815Z] Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:26:58.815Z] ---> Running in 5320d44374f7 [2021-04-27T18:26:59.095Z] Removing intermediate container 2c38393a1b18 [2021-04-27T18:26:59.095Z] ---> d1072895b4c6 [2021-04-27T18:26:59.095Z] Step 8/23 : COPY . . [2021-04-27T18:26:59.697Z] Removing intermediate container 5320d44374f7 [2021-04-27T18:26:59.697Z] ---> cc657f6e188c [2021-04-27T18:26:59.697Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T18:26:59.973Z] ---> Running in b0586234c15e [2021-04-27T18:27:00.960Z] Removing intermediate container b0586234c15e [2021-04-27T18:27:00.960Z] ---> f8b11edbaad2 [2021-04-27T18:27:00.960Z] [2021-04-27T18:27:02.419Z] Successfully built f8b11edbaad2 [2021-04-27T18:27:02.419Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-27T18:27:20.747Z]  Building docker-sys-mgmt-agent-go ... done  ---> 5f2909a8bcfe [2021-04-27T18:27:20.747Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-27T18:27:20.747Z] ---> Running in b03dc16fb9d1 [2021-04-27T18:27:21.845Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:27:21.845Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:27:21.845Z] ---> 36de16189448 [2021-04-27T18:27:21.845Z] Step 3/21 : WORKDIR /edgex-go [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> 91b4bc8529ca [2021-04-27T18:27:21.845Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:27:21.845Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:27:21.845Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:27:21.845Z] ---> 36de16189448 [2021-04-27T18:27:21.845Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> 91b4bc8529ca [2021-04-27T18:27:21.845Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> a58c820f53a3 [2021-04-27T18:27:21.845Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> a58c820f53a3 [2021-04-27T18:27:21.845Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> 4853b2890b83 [2021-04-27T18:27:21.845Z] Step 6/21 : COPY go.mod . [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> b9fe117b1349 [2021-04-27T18:27:21.845Z] Step 7/21 : RUN go mod download [2021-04-27T18:27:21.845Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:27:21.845Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:27:21.845Z] ---> 36de16189448 [2021-04-27T18:27:21.845Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> 91b4bc8529ca [2021-04-27T18:27:21.845Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> a58c820f53a3 [2021-04-27T18:27:21.845Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> 280fd59461f5 [2021-04-27T18:27:21.845Z] Step 8/21 : COPY . . [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> 498c2f54fd02 [2021-04-27T18:27:21.845Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-27T18:27:21.845Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-27T18:27:21.845Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-27T18:27:21.845Z] ---> 36de16189448 [2021-04-27T18:27:21.845Z] Step 3/23 : WORKDIR /edgex-go [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> 91b4bc8529ca [2021-04-27T18:27:21.845Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> a58c820f53a3 [2021-04-27T18:27:21.845Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> 4853b2890b83 [2021-04-27T18:27:21.845Z] Step 6/23 : COPY go.mod . [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> b9fe117b1349 [2021-04-27T18:27:21.845Z] Step 7/23 : RUN go mod download [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> 280fd59461f5 [2021-04-27T18:27:21.845Z] Step 8/23 : COPY . . [2021-04-27T18:27:21.845Z] ---> Using cache [2021-04-27T18:27:21.845Z] ---> 498c2f54fd02 [2021-04-27T18:27:21.845Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-27T18:27:21.845Z] ---> Running in 88f360a44501 [2021-04-27T18:27:21.845Z] ---> Running in 8b8b68550e47 [2021-04-27T18:27:21.845Z] ---> Running in b46a496fa539 [2021-04-27T18:27:21.845Z] ---> Running in 11bb3e464a58 [2021-04-27T18:27:22.217Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-27T18:27:23.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-27T18:27:23.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-27T18:27:24.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:27:24.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:27:25.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:27:25.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:27:25.501Z] OK: 233 MiB in 51 packages [2021-04-27T18:27:25.814Z] OK: 233 MiB in 51 packages [2021-04-27T18:27:28.071Z] Removing intermediate container 11bb3e464a58 [2021-04-27T18:27:28.071Z] ---> 18e33e0573b1 [2021-04-27T18:27:28.071Z] Step 6/23 : COPY go.mod . [2021-04-27T18:27:28.071Z] Removing intermediate container b46a496fa539 [2021-04-27T18:27:28.071Z] ---> af286ca8d57a [2021-04-27T18:27:28.071Z] Step 6/23 : COPY go.mod . [2021-04-27T18:27:28.380Z] ---> 9800cc3d9c85 [2021-04-27T18:27:28.380Z] Step 7/23 : RUN go mod download [2021-04-27T18:27:29.060Z] ---> Running in 2c3e09531848 [2021-04-27T18:27:29.686Z] ---> e23e559978af [2021-04-27T18:27:29.686Z] Step 7/23 : RUN go mod download [2021-04-27T18:27:30.102Z] ---> Running in 13e6c2bd82d0 [2021-04-27T18:27:35.859Z] Removing intermediate container 2c3e09531848 [2021-04-27T18:27:35.859Z] ---> e9a8c69cf843 [2021-04-27T18:27:35.859Z] Step 8/23 : COPY . . [2021-04-27T18:27:35.859Z] Removing intermediate container 13e6c2bd82d0 [2021-04-27T18:27:35.859Z] ---> bc486ede3423 [2021-04-27T18:27:35.859Z] Step 8/23 : COPY . . [2021-04-27T18:28:18.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-27T18:28:22.214Z] Removing intermediate container 4048b6ae5609 [2021-04-27T18:28:22.214Z] ---> 642e063a037f [2021-04-27T18:28:22.214Z] [2021-04-27T18:28:22.214Z] Step 10/31 : FROM alpine:3.12 [2021-04-27T18:28:22.214Z] ---> 9852663dfa18 [2021-04-27T18:28:22.214Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-27T18:28:22.214Z] ---> Running in 231c590f32f4 [2021-04-27T18:28:23.674Z] Removing intermediate container 231c590f32f4 [2021-04-27T18:28:23.674Z] ---> d356e2673a3d [2021-04-27T18:28:23.674Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-27T18:28:23.674Z] ---> Running in 78b7fc9b133a [2021-04-27T18:28:24.144Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-27T18:28:26.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:28:26.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:28:26.929Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-27T18:28:26.929Z] (2/2) Installing su-exec (0.2-r1) [2021-04-27T18:28:26.929Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:28:26.929Z] OK: 5 MiB in 16 packages [2021-04-27T18:28:28.381Z] Removing intermediate container f0340f71fc17 [2021-04-27T18:28:28.381Z] ---> ed0767e28eab [2021-04-27T18:28:28.381Z] [2021-04-27T18:28:28.382Z] Step 10/21 : FROM alpine:3.12 [2021-04-27T18:28:28.382Z] ---> 9852663dfa18 [2021-04-27T18:28:28.382Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-27T18:28:28.659Z] ---> Running in 3df055f3f358 [2021-04-27T18:28:29.644Z] Removing intermediate container 78b7fc9b133a [2021-04-27T18:28:29.644Z] ---> d3fe56672e83 [2021-04-27T18:28:29.644Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-27T18:28:30.253Z] ---> Running in d435d39d6aea [2021-04-27T18:28:30.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:28:31.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:28:31.412Z] Removing intermediate container d435d39d6aea [2021-04-27T18:28:31.412Z] ---> 0aad0bb4487c [2021-04-27T18:28:31.412Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-27T18:28:31.690Z] ---> Running in 269911af6d90 [2021-04-27T18:28:31.690Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-27T18:28:31.690Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-27T18:28:31.690Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-27T18:28:31.690Z] (4/4) Installing curl (7.76.1-r0) [2021-04-27T18:28:31.690Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:28:31.966Z] Executing ca-certificates-20191127-r4.trigger [2021-04-27T18:28:31.966Z] Removing intermediate container df984df5604e [2021-04-27T18:28:31.966Z] ---> fc4c3537b9af [2021-04-27T18:28:31.966Z] [2021-04-27T18:28:31.966Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T18:28:31.966Z] ---> 9852663dfa18 [2021-04-27T18:28:31.966Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-27T18:28:31.966Z] ---> Using cache [2021-04-27T18:28:31.966Z] ---> 9cd0b2dd1274 [2021-04-27T18:28:31.966Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T18:28:31.966Z] ---> Using cache [2021-04-27T18:28:31.966Z] ---> 99e7f13a6a45 [2021-04-27T18:28:31.966Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-27T18:28:32.251Z] OK: 7 MiB in 18 packages [2021-04-27T18:28:32.251Z] ---> Running in 225e691e3ea2 [2021-04-27T18:28:32.530Z] Removing intermediate container 269911af6d90 [2021-04-27T18:28:32.530Z] ---> 586894b5b77d [2021-04-27T18:28:32.530Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-27T18:28:32.807Z] ---> Running in b28fa6f65562 [2021-04-27T18:28:33.405Z] Removing intermediate container 225e691e3ea2 [2021-04-27T18:28:33.405Z] ---> 85e8d2bd69f4 [2021-04-27T18:28:33.405Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-27T18:28:33.683Z] ---> Running in f9062980d911 [2021-04-27T18:28:35.144Z] Removing intermediate container f9062980d911 [2021-04-27T18:28:35.144Z] ---> b352d4aaeadc [2021-04-27T18:28:35.144Z] Step 15/23 : WORKDIR / [2021-04-27T18:28:35.144Z] Removing intermediate container 3df055f3f358 [2021-04-27T18:28:35.144Z] ---> c65385737091 [2021-04-27T18:28:35.144Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-27T18:28:35.144Z] ---> Running in da12967cc753 [2021-04-27T18:28:35.756Z] ---> Running in cc73ebaf0d80 [2021-04-27T18:28:36.358Z] Removing intermediate container da12967cc753 [2021-04-27T18:28:36.358Z] ---> da35fe4ad3f2 [2021-04-27T18:28:36.358Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:28:36.358Z] Removing intermediate container cc73ebaf0d80 [2021-04-27T18:28:36.358Z] ---> 8a6dcf87a657 [2021-04-27T18:28:36.358Z] Step 13/21 : WORKDIR /edgex [2021-04-27T18:28:36.646Z] Removing intermediate container b28fa6f65562 [2021-04-27T18:28:36.646Z] ---> 823418000a4b [2021-04-27T18:28:36.646Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-27T18:28:36.646Z] ---> Running in b6810b5d6815 [2021-04-27T18:28:36.925Z] ---> Running in aa407f79e813 [2021-04-27T18:28:37.530Z] ---> ce39c420d494 [2021-04-27T18:28:37.530Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-27T18:28:37.530Z] Removing intermediate container b6810b5d6815 [2021-04-27T18:28:37.530Z] ---> 98a56cc95c5c [2021-04-27T18:28:37.530Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-27T18:28:37.808Z] Removing intermediate container aa407f79e813 [2021-04-27T18:28:37.808Z] ---> 965c1d3f004a [2021-04-27T18:28:37.808Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-27T18:28:38.809Z] ---> 4ef5550012d7 [2021-04-27T18:28:38.809Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-27T18:28:39.430Z] ---> 784141869cd4 [2021-04-27T18:28:39.430Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-27T18:28:39.706Z] ---> 8e725c59facb [2021-04-27T18:28:39.706Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-27T18:28:39.706Z] ---> Running in dad89c600018 [2021-04-27T18:28:41.144Z] ---> 96616f6a5efb [2021-04-27T18:28:41.144Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-27T18:28:41.419Z] ---> c19b28c32739 [2021-04-27T18:28:41.419Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-27T18:28:41.419Z] ---> Running in 1595fb09d957 [2021-04-27T18:28:42.017Z] Removing intermediate container 1595fb09d957 [2021-04-27T18:28:42.017Z] ---> 4257b78f16f4 [2021-04-27T18:28:42.017Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:28:42.292Z] ---> Running in 97d32693e6d3 [2021-04-27T18:28:42.901Z] Removing intermediate container 97d32693e6d3 [2021-04-27T18:28:42.901Z] ---> eb5019dd0b5f [2021-04-27T18:28:42.901Z] Step 21/23 : LABEL arch=arm64 [2021-04-27T18:28:42.901Z] ---> bce82103b4ce [2021-04-27T18:28:42.901Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-27T18:28:43.181Z] ---> Running in c4b72d7ac9ff [2021-04-27T18:28:43.181Z] ---> Running in e225566af797 [2021-04-27T18:28:43.181Z] Removing intermediate container dad89c600018 [2021-04-27T18:28:43.181Z] ---> 69af984b7274 [2021-04-27T18:28:43.181Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:28:43.771Z] Removing intermediate container c4b72d7ac9ff [2021-04-27T18:28:43.771Z] ---> 9078e79b0da5 [2021-04-27T18:28:43.771Z] Step 18/21 : CMD ["--init=true"] [2021-04-27T18:28:43.771Z] Removing intermediate container e225566af797 [2021-04-27T18:28:43.771Z] ---> dab2790661b4 [2021-04-27T18:28:43.771Z] Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:28:44.044Z] ---> Running in 65c3f95018c9 [2021-04-27T18:28:44.044Z] ---> Running in 7b9b053abfc4 [2021-04-27T18:28:44.044Z] ---> 30fb106de0da [2021-04-27T18:28:44.044Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-27T18:28:44.634Z] Removing intermediate container 7b9b053abfc4 [2021-04-27T18:28:44.634Z] ---> 80ee319e89cf [2021-04-27T18:28:44.634Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T18:28:44.634Z] Removing intermediate container 65c3f95018c9 [2021-04-27T18:28:44.634Z] ---> 78f091c65d1c [2021-04-27T18:28:44.634Z] Step 19/21 : LABEL arch=arm64 [2021-04-27T18:28:44.909Z] ---> Running in 986202e7515b [2021-04-27T18:28:44.909Z] ---> Running in 281ab650202e [2021-04-27T18:28:45.513Z] Removing intermediate container 986202e7515b [2021-04-27T18:28:45.513Z] ---> 528b9bf4c38c [2021-04-27T18:28:45.513Z] [2021-04-27T18:28:45.513Z] ---> e20e710c5654 [2021-04-27T18:28:45.513Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-27T18:28:45.793Z] Removing intermediate container 281ab650202e [2021-04-27T18:28:45.793Z] ---> cb37174752a7 [2021-04-27T18:28:45.793Z] Step 20/21 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:28:45.793Z] ---> Running in 1c26527b32f3 [2021-04-27T18:28:46.391Z] Successfully built 528b9bf4c38c [2021-04-27T18:28:46.391Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-27T18:28:46.669Z]  Building docker-core-command-go ... done Removing intermediate container 1c26527b32f3 [2021-04-27T18:28:46.669Z] ---> 404a1c3a66cb [2021-04-27T18:28:46.669Z] Step 21/21 : LABEL version=0.0.0 [2021-04-27T18:28:46.669Z] ---> f92f7567d06a [2021-04-27T18:28:46.669Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-27T18:28:46.669Z] ---> Running in 512629fd97f9 [2021-04-27T18:28:47.650Z] Removing intermediate container 512629fd97f9 [2021-04-27T18:28:47.650Z] ---> e20012f1ff38 [2021-04-27T18:28:47.650Z] [2021-04-27T18:28:47.926Z] ---> cf6877e926a4 [2021-04-27T18:28:47.926Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-27T18:28:48.200Z] Successfully built e20012f1ff38 [2021-04-27T18:28:48.200Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-27T18:28:48.796Z]  Building docker-security-proxy-setup-go ... done  ---> f4104a742ce4 [2021-04-27T18:28:48.796Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-27T18:28:49.393Z] ---> Running in cfcacd13cd6d [2021-04-27T18:28:49.680Z] Removing intermediate container cfcacd13cd6d [2021-04-27T18:28:49.680Z] ---> 09d88188fb7c [2021-04-27T18:28:49.680Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-27T18:28:50.675Z] ---> 5cac28c2b426 [2021-04-27T18:28:50.675Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-27T18:28:50.958Z] ---> Running in 60450b10095d [2021-04-27T18:28:51.587Z] Removing intermediate container 88f360a44501 [2021-04-27T18:28:51.587Z] ---> 31e214cb852a [2021-04-27T18:28:51.587Z] [2021-04-27T18:28:51.587Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T18:28:51.587Z] ---> 13621d1b12d4 [2021-04-27T18:28:51.587Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-27T18:28:51.587Z] ---> Using cache [2021-04-27T18:28:51.587Z] ---> 87e7cb10e800 [2021-04-27T18:28:51.587Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-27T18:28:51.587Z] ---> Using cache [2021-04-27T18:28:51.587Z] ---> 0d34f2cb44e6 [2021-04-27T18:28:51.587Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-27T18:28:53.153Z] Removing intermediate container 60450b10095d [2021-04-27T18:28:53.154Z] ---> c50899c5aab8 [2021-04-27T18:28:53.154Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-27T18:28:53.760Z] ---> Running in 27390be158d6 [2021-04-27T18:28:54.041Z] Removing intermediate container 27390be158d6 [2021-04-27T18:28:54.041Z] ---> 406c5d33dbb0 [2021-04-27T18:28:54.317Z] Step 28/31 : CMD ["gate"] [2021-04-27T18:28:54.915Z] ---> Running in 45dd699663a1 [2021-04-27T18:28:55.517Z] Removing intermediate container 45dd699663a1 [2021-04-27T18:28:55.517Z] ---> 7e88a46a7487 [2021-04-27T18:28:55.517Z] Step 29/31 : LABEL arch=arm64 [2021-04-27T18:28:56.116Z] ---> Running in 3050f22ccbc3 [2021-04-27T18:28:56.168Z] ---> Running in f8500ca4ef43 [2021-04-27T18:28:56.392Z] Removing intermediate container b03dc16fb9d1 [2021-04-27T18:28:56.392Z] ---> 5d73b2654673 [2021-04-27T18:28:56.392Z] [2021-04-27T18:28:56.392Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T18:28:56.392Z] ---> 9852663dfa18 [2021-04-27T18:28:56.392Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-27T18:28:56.668Z] ---> Running in 33ee58255ab8 [2021-04-27T18:28:56.668Z] Removing intermediate container 3050f22ccbc3 [2021-04-27T18:28:56.668Z] ---> 77a5eb0bf37f [2021-04-27T18:28:56.668Z] Step 30/31 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:28:56.940Z] ---> Running in f04f49458142 [2021-04-27T18:28:57.216Z] Removing intermediate container 33ee58255ab8 [2021-04-27T18:28:57.216Z] ---> 56e502d4b9bb [2021-04-27T18:28:57.216Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-27T18:28:57.487Z] ---> Running in 4f95c1f2f54f [2021-04-27T18:28:57.487Z] Removing intermediate container f04f49458142 [2021-04-27T18:28:57.487Z] ---> ce08e581c71a [2021-04-27T18:28:57.487Z] Step 31/31 : LABEL version=0.0.0 [2021-04-27T18:28:57.762Z] ---> Running in 3ee05b7f027d [2021-04-27T18:28:57.809Z] Removing intermediate container f8500ca4ef43 [2021-04-27T18:28:57.809Z] ---> 93bf2b421ddb [2021-04-27T18:28:57.809Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-27T18:28:58.038Z] Removing intermediate container 4f95c1f2f54f [2021-04-27T18:28:58.038Z] ---> 664969438740 [2021-04-27T18:28:58.038Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-27T18:28:58.038Z] ---> Running in 3b198e0be0fc [2021-04-27T18:28:58.312Z] Removing intermediate container 3ee05b7f027d [2021-04-27T18:28:58.312Z] ---> 6b723ae369a4 [2021-04-27T18:28:58.312Z] [2021-04-27T18:28:58.517Z] ---> Running in 01fc2b08ac5b [2021-04-27T18:28:58.586Z] Successfully built 6b723ae369a4 [2021-04-27T18:28:58.858Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-27T18:28:58.858Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 3b198e0be0fc [2021-04-27T18:28:58.858Z] ---> 9721fc032332 [2021-04-27T18:28:58.858Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:28:58.858Z] ---> Running in 8f469daacf2c [2021-04-27T18:28:59.388Z] Removing intermediate container 8b8b68550e47 [2021-04-27T18:28:59.389Z] ---> c84a6f94fda4 [2021-04-27T18:28:59.389Z] [2021-04-27T18:28:59.389Z] Step 10/21 : FROM alpine:3.12 [2021-04-27T18:28:59.389Z] ---> 13621d1b12d4 [2021-04-27T18:28:59.389Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-27T18:29:00.848Z] Removing intermediate container 8f469daacf2c [2021-04-27T18:29:00.848Z] ---> 839f59a13242 [2021-04-27T18:29:00.848Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-27T18:29:00.848Z] ---> Running in d8205c32d93a [2021-04-27T18:29:01.045Z] ---> Running in 4f45a1eff8ca [2021-04-27T18:29:02.099Z] Removing intermediate container 01fc2b08ac5b [2021-04-27T18:29:02.099Z] ---> 8166aa29f727 [2021-04-27T18:29:02.099Z] Step 15/23 : WORKDIR / [2021-04-27T18:29:02.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-27T18:29:02.410Z] ---> Running in 17baafd9ad18 [2021-04-27T18:29:02.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-27T18:29:03.482Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-27T18:29:03.482Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-27T18:29:03.755Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-27T18:29:03.755Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-27T18:29:04.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:29:04.031Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-27T18:29:04.031Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-27T18:29:04.031Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:29:04.031Z] OK: 8 MiB in 20 packages [2021-04-27T18:29:04.343Z] Removing intermediate container 17baafd9ad18 [2021-04-27T18:29:04.343Z] ---> 4d50ae9be21a [2021-04-27T18:29:04.343Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:29:04.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:29:04.629Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-27T18:29:04.629Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-27T18:29:04.629Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-27T18:29:04.629Z] (4/4) Installing curl (7.76.1-r0) [2021-04-27T18:29:04.629Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:29:04.629Z] Executing ca-certificates-20191127-r4.trigger [2021-04-27T18:29:04.907Z] OK: 7 MiB in 18 packages [2021-04-27T18:29:05.470Z] Removing intermediate container d8205c32d93a [2021-04-27T18:29:05.470Z] ---> c7067b877266 [2021-04-27T18:29:05.470Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:29:05.514Z] ---> a751671cb436 [2021-04-27T18:29:05.514Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-27T18:29:06.454Z] ---> 306722eba532 [2021-04-27T18:29:06.454Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-27T18:29:06.758Z] ---> a30ce1293332 [2021-04-27T18:29:06.758Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-27T18:29:07.029Z] ---> fdfca8824726 [2021-04-27T18:29:07.029Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-27T18:29:07.439Z] ---> 4f654d42141e [2021-04-27T18:29:07.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-27T18:29:07.968Z] ---> Running in 35211cbe01a0 [2021-04-27T18:29:08.388Z] ---> Running in 5a811cf09697 [2021-04-27T18:29:08.421Z] ---> 5590b37cb3ef [2021-04-27T18:29:08.421Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-27T18:29:08.421Z] ---> Running in d63590fcd77f [2021-04-27T18:29:09.019Z] Removing intermediate container d63590fcd77f [2021-04-27T18:29:09.019Z] ---> 8cb44060b522 [2021-04-27T18:29:09.019Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:29:09.019Z] ---> Running in d508b48e341c [2021-04-27T18:29:09.049Z] Removing intermediate container 4f45a1eff8ca [2021-04-27T18:29:09.049Z] ---> 2336d92b8832 [2021-04-27T18:29:09.049Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-27T18:29:09.357Z] ---> Running in 10de7cde886e [2021-04-27T18:29:09.357Z] ---> 9a7c59f45291 [2021-04-27T18:29:09.357Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-27T18:29:09.619Z] Removing intermediate container d508b48e341c [2021-04-27T18:29:09.619Z] ---> ec7a7100dbb8 [2021-04-27T18:29:09.619Z] Step 21/23 : LABEL arch=arm64 [2021-04-27T18:29:09.619Z] ---> Running in f3549941d0c6 [2021-04-27T18:29:09.996Z] Removing intermediate container 10de7cde886e [2021-04-27T18:29:09.996Z] ---> c8796cfba724 [2021-04-27T18:29:09.996Z] Step 13/21 : WORKDIR /edgex [2021-04-27T18:29:09.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-27T18:29:09.996Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-27T18:29:10.218Z] Removing intermediate container f3549941d0c6 [2021-04-27T18:29:10.218Z] ---> 3bddd4ce6fb0 [2021-04-27T18:29:10.218Z] Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:29:10.218Z] ---> Running in 5144063dd1d8 [2021-04-27T18:29:10.291Z] ---> Running in 8f5af0832500 [2021-04-27T18:29:10.291Z] ---> b1f68b0c76a4 [2021-04-27T18:29:10.291Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-27T18:29:10.649Z] ---> Running in b955bf6e6202 [2021-04-27T18:29:10.821Z] Removing intermediate container 5144063dd1d8 [2021-04-27T18:29:10.821Z] ---> 8dd84afebff1 [2021-04-27T18:29:10.821Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T18:29:10.821Z] ---> Running in a88fdf049d35 [2021-04-27T18:29:11.095Z] Removing intermediate container a88fdf049d35 [2021-04-27T18:29:11.095Z] ---> 68b7c2ae8e51 [2021-04-27T18:29:11.095Z] [2021-04-27T18:29:11.692Z] Successfully built 68b7c2ae8e51 [2021-04-27T18:29:11.692Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-27T18:29:11.710Z] Removing intermediate container 8f5af0832500 [2021-04-27T18:29:11.710Z] ---> 4842989ae260 [2021-04-27T18:29:11.710Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-27T18:29:11.710Z] Removing intermediate container b955bf6e6202 [2021-04-27T18:29:11.710Z] ---> 149e4dc08e4e [2021-04-27T18:29:11.710Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:29:11.710Z] ---> Running in 0dacbf355340 [2021-04-27T18:29:11.982Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-27T18:29:11.986Z] $ docker stop --time=1 9d3ca756b7b6d50341f6529c7283daee37be4f259d907432a6370fe747158849 [2021-04-27T18:29:12.504Z] Removing intermediate container 0dacbf355340 [2021-04-27T18:29:12.504Z] ---> 089f18e938cb [2021-04-27T18:29:12.504Z] Step 21/23 : LABEL arch=x86_64 [2021-04-27T18:29:12.823Z] ---> 0014fbd28ef5 [2021-04-27T18:29:12.823Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-27T18:29:13.106Z] ---> Running in 4cb151470c23 [2021-04-27T18:29:13.761Z] Removing intermediate container 4cb151470c23 [2021-04-27T18:29:13.761Z] ---> a9fe258f0867 [2021-04-27T18:29:13.761Z] Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:29:13.848Z] $ docker rm -f 9d3ca756b7b6d50341f6529c7283daee37be4f259d907432a6370fe747158849 [2021-04-27T18:29:14.040Z] ---> Running in b588f2df08d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T18:29:14.318Z] ---> 82b90d8df3ef [2021-04-27T18:29:14.318Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-27T18:29:14.467Z] + grep docker [2021-04-27T18:29:14.467Z] + docker images [2021-04-27T18:29:14.737Z] docker-core-data-go-arm64 latest 68b7c2ae8e51 4 seconds ago 21.6MB [2021-04-27T18:29:14.737Z] docker-security-bootstrapper-go-arm64 latest 6b723ae369a4 16 seconds ago 18.1MB [2021-04-27T18:29:14.737Z] docker-security-proxy-setup-go-arm64 latest e20012f1ff38 27 seconds ago 24.6MB [2021-04-27T18:29:14.737Z] docker-core-command-go-arm64 latest 528b9bf4c38c 29 seconds ago 16.5MB [2021-04-27T18:29:14.737Z] docker-sys-mgmt-agent-go-arm64 latest f8b11edbaad2 2 minutes ago 299MB [2021-04-27T18:29:14.737Z] docker-core-metadata-go-arm64 latest 4b8680462a10 3 minutes ago 18.1MB [2021-04-27T18:29:14.737Z] docker-security-secretstore-setup-go-arm64 latest ed90d197de02 3 minutes ago 24.9MB [2021-04-27T18:29:14.737Z] docker-support-notifications-go-arm64 latest 96802c668341 3 minutes ago 17.1MB [2021-04-27T18:29:14.737Z] docker-support-scheduler-go-arm64 latest 494fc4f9f029 3 minutes ago 16.6MB [2021-04-27T18:29:14.737Z] 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 [2021-04-27T18:29:15.020Z] Removing intermediate container b588f2df08d4 [2021-04-27T18:29:15.020Z] ---> f6f89bec8f5a [2021-04-27T18:29:15.020Z] Step 23/23 : LABEL version=0.0.0 [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:29:15.572Z] ---> job-cost.sh [2021-04-27T18:29:15.572Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-N5vl [2021-04-27T18:29:16.099Z] ---> Running in 49a513e2267a [2021-04-27T18:29:16.477Z] ---> 8505e9535b57 [2021-04-27T18:29:16.477Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-27T18:29:16.797Z] ---> Running in d823a47ad5b7 [2021-04-27T18:29:17.105Z] Removing intermediate container 49a513e2267a [2021-04-27T18:29:17.105Z] ---> d88111015956 [2021-04-27T18:29:17.105Z] [2021-04-27T18:29:17.744Z] Removing intermediate container d823a47ad5b7 [2021-04-27T18:29:17.744Z] ---> b72af5541476 [2021-04-27T18:29:17.744Z] Step 18/21 : CMD ["--init=true"] [2021-04-27T18:29:18.088Z] Successfully built d88111015956 [2021-04-27T18:29:18.088Z] ---> Running in 3f2d8fdd24a8 [2021-04-27T18:29:18.088Z] Successfully tagged docker-core-metadata-go:latest [2021-04-27T18:29:19.801Z]  Building docker-core-metadata-go ... done Removing intermediate container 3f2d8fdd24a8 [2021-04-27T18:29:19.801Z] ---> 0174eca89c04 [2021-04-27T18:29:19.801Z] Step 19/21 : LABEL arch=x86_64 [2021-04-27T18:29:19.801Z] ---> Running in 0f7c726757ec [2021-04-27T18:29:20.839Z] Removing intermediate container 0f7c726757ec [2021-04-27T18:29:20.839Z] ---> 262c2dde908c [2021-04-27T18:29:20.839Z] Step 20/21 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:29:20.839Z] ---> Running in 8d932880e9b3 [2021-04-27T18:29:22.387Z] Removing intermediate container 8d932880e9b3 [2021-04-27T18:29:22.387Z] ---> 15d1e77cba09 [2021-04-27T18:29:22.387Z] Step 21/21 : LABEL version=0.0.0 [2021-04-27T18:29:23.012Z] ---> Running in 772991f4a9eb [2021-04-27T18:29:23.736Z] Removing intermediate container 772991f4a9eb [2021-04-27T18:29:23.736Z] ---> 086e7c059c12 [2021-04-27T18:29:23.736Z] [2021-04-27T18:29:25.230Z] Successfully built 086e7c059c12 [2021-04-27T18:29:25.230Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-27T18:29:48.550Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 35211cbe01a0 [2021-04-27T18:29:48.550Z] ---> 15f3144ec53d [2021-04-27T18:29:48.550Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-27T18:29:48.550Z] ---> Running in d91d222c055d [2021-04-27T18:29:50.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-27T18:29:54.499Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-27T18:29:55.687Z] Removing intermediate container d91d222c055d [2021-04-27T18:29:55.687Z] ---> ddadf7abd7c6 [2021-04-27T18:29:55.687Z] [2021-04-27T18:29:55.687Z] Step 11/23 : FROM docker:20.10.0 [2021-04-27T18:29:55.687Z] 20.10.0: Pulling from library/docker [2021-04-27T18:29:55.687Z] Removing intermediate container 5a811cf09697 [2021-04-27T18:29:55.687Z] ---> 57791d3d0853 [2021-04-27T18:29:55.687Z] [2021-04-27T18:29:55.687Z] Step 10/23 : FROM alpine:3.12 [2021-04-27T18:29:55.687Z] ---> 13621d1b12d4 [2021-04-27T18:29:55.687Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-27T18:29:56.475Z] ---> Running in 5af508cc21d8 [2021-04-27T18:29:57.145Z] Removing intermediate container 5af508cc21d8 [2021-04-27T18:29:57.145Z] ---> 0f8db470b895 [2021-04-27T18:29:57.145Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-27T18:29:57.501Z] ---> Running in 80ef06a77478 [2021-04-27T18:29:58.161Z] Removing intermediate container 80ef06a77478 [2021-04-27T18:29:58.161Z] ---> 7ad916cc725f [2021-04-27T18:29:58.161Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-27T18:29:58.497Z] ---> Running in f44dcdd3d426 [2021-04-27T18:29:59.163Z] Removing intermediate container f44dcdd3d426 [2021-04-27T18:29:59.163Z] ---> 23653f8d3b46 [2021-04-27T18:29:59.163Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-27T18:29:59.442Z] ---> Running in 145cf7073cc2 [2021-04-27T18:30:03.965Z] Removing intermediate container 145cf7073cc2 [2021-04-27T18:30:03.965Z] ---> 747d0779b15f [2021-04-27T18:30:03.965Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-27T18:30:03.965Z] ---> Running in 90079fd7c05f [2021-04-27T18:30:05.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:30:05.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:30:06.748Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-27T18:30:06.748Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-27T18:30:06.748Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-27T18:30:06.748Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-27T18:30:07.035Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-27T18:30:07.435Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-27T18:30:07.435Z] Executing busybox-1.31.1-r20.trigger [2021-04-27T18:30:07.435Z] OK: 8 MiB in 20 packages [2021-04-27T18:30:10.466Z] Removing intermediate container 90079fd7c05f [2021-04-27T18:30:10.466Z] ---> 17a3802b8ec6 [2021-04-27T18:30:10.466Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-27T18:30:11.191Z] ---> a512fb3c0b13 [2021-04-27T18:30:11.191Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-27T18:30:12.769Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-27T18:30:12.769Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-27T18:30:12.769Z] ---> aefe523efa57 [2021-04-27T18:30:12.769Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-27T18:30:12.769Z] ---> aa83ff0776d3 [2021-04-27T18:30:12.769Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-27T18:30:13.048Z] ---> Running in 7ae3e815f53b [2021-04-27T18:30:13.317Z] Removing intermediate container 7ae3e815f53b [2021-04-27T18:30:13.317Z] ---> 209b6fc07295 [2021-04-27T18:30:13.317Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-27T18:30:13.317Z] ---> f044a38b286a [2021-04-27T18:30:13.317Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-27T18:30:13.590Z] ---> Running in ebbf1d14782c [2021-04-27T18:30:13.590Z] ---> Running in b98a36cd850a [2021-04-27T18:30:13.887Z] Removing intermediate container b98a36cd850a [2021-04-27T18:30:13.887Z] ---> 1dbba878f126 [2021-04-27T18:30:13.887Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:30:14.166Z] ---> Running in 38176939c947 [2021-04-27T18:30:14.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-27T18:30:14.493Z] Removing intermediate container 38176939c947 [2021-04-27T18:30:14.493Z] ---> 1f8854f5cfaf [2021-04-27T18:30:14.493Z] Step 21/23 : LABEL arch=x86_64 [2021-04-27T18:30:14.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-27T18:30:14.775Z] ---> Running in d430f23beb75 [2021-04-27T18:30:14.775Z] (1/39) Installing readline (8.0.4-r0) [2021-04-27T18:30:14.775Z] (2/39) Installing bash (5.0.17-r0) [2021-04-27T18:30:14.775Z] Executing bash-5.0.17-r0.post-install [2021-04-27T18:30:15.065Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-27T18:30:15.065Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-27T18:30:15.065Z] (5/39) Installing curl (7.76.1-r0) [2021-04-27T18:30:15.065Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-27T18:30:15.065Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-27T18:30:15.065Z] (8/39) Installing expat (2.2.9-r1) [2021-04-27T18:30:15.065Z] (9/39) Installing libffi (3.3-r2) [2021-04-27T18:30:15.065Z] (10/39) Installing gdbm (1.13-r1) [2021-04-27T18:30:15.065Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-27T18:30:15.065Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-27T18:30:15.065Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-27T18:30:15.433Z] Removing intermediate container d430f23beb75 [2021-04-27T18:30:15.433Z] ---> 08f17a59956f [2021-04-27T18:30:15.433Z] Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:30:15.779Z] ---> Running in e7e1cfacad00 [2021-04-27T18:30:18.510Z] Removing intermediate container e7e1cfacad00 [2021-04-27T18:30:18.510Z] ---> c6238f2f3538 [2021-04-27T18:30:18.510Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T18:30:18.510Z] ---> Running in c40569b602fe [2021-04-27T18:30:18.510Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-27T18:30:18.510Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-27T18:30:18.510Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-27T18:30:18.510Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-27T18:30:18.510Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-27T18:30:18.510Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-27T18:30:18.793Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-27T18:30:18.793Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-27T18:30:18.793Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-27T18:30:18.793Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-27T18:30:18.793Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-27T18:30:18.793Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-27T18:30:18.793Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-27T18:30:19.071Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-27T18:30:19.350Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-27T18:30:19.350Z] Removing intermediate container c40569b602fe [2021-04-27T18:30:19.350Z] ---> 44def54d140e [2021-04-27T18:30:19.350Z] [2021-04-27T18:30:19.350Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-27T18:30:19.622Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-27T18:30:19.622Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-27T18:30:19.622Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-27T18:30:19.622Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-27T18:30:19.622Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-27T18:30:19.622Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-27T18:30:19.622Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-27T18:30:19.622Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-27T18:30:19.622Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-27T18:30:19.622Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-27T18:30:19.906Z] Successfully built 44def54d140e [2021-04-27T18:30:19.906Z] Successfully tagged docker-core-data-go:latest [2021-04-27T18:30:19.906Z]  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger [2021-04-27T18:30:19.906Z] OK: 72 MiB in 59 packages [2021-04-27T18:30:21.901Z] Collecting docker-compose==1.23.2 [2021-04-27T18:30:21.901Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-27T18:30:21.901Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-27T18:30:21.901Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-27T18:30:22.887Z] Collecting cached-property<2,>=1.2.0 [2021-04-27T18:30:22.887Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-27T18:30:22.887Z] Collecting jsonschema<3,>=2.5.1 [2021-04-27T18:30:22.887Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-27T18:30:23.160Z] Collecting docopt<0.7,>=0.6.1 [2021-04-27T18:30:23.160Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-27T18:30:24.150Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-27T18:30:24.150Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-27T18:30:24.150Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-27T18:30:24.420Z] Collecting docker<4.0,>=3.6.0 [2021-04-27T18:30:24.420Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-27T18:30:24.688Z] Collecting PyYAML<4,>=3.10 [2021-04-27T18:30:24.689Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-27T18:30:26.112Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-27T18:30:26.112Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-27T18:30:26.388Z] Collecting texttable<0.10,>=0.9.0 [2021-04-27T18:30:26.388Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-27T18:30:26.974Z] Collecting docker-pycreds>=0.4.0 [2021-04-27T18:30:26.974Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-27T18:30:26.974Z] Collecting idna<2.8,>=2.5 [2021-04-27T18:30:26.974Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-27T18:30:27.243Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-27T18:30:27.243Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-27T18:30:27.243Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-27T18:30:27.243Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-27T18:30:27.243Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-27T18:30:27.243Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-27T18:30:27.243Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-27T18:30:27.243Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-27T18:30:27.511Z] Installing collected packages: dockerpty, cached-property, jsonschema, docopt, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, texttable, docker-compose [2021-04-27T18:30:27.511Z] Running setup.py install for dockerpty: started [2021-04-27T18:30:28.102Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-27T18:30:28.410Z] Running setup.py install for docopt: started [2021-04-27T18:30:29.468Z] Running setup.py install for docopt: finished with status 'done' [2021-04-27T18:30:29.745Z] Attempting uninstall: idna [2021-04-27T18:30:29.745Z] Found existing installation: idna 2.9 [2021-04-27T18:30:29.745Z] Uninstalling idna-2.9: [2021-04-27T18:30:29.745Z] Successfully uninstalled idna-2.9 [2021-04-27T18:30:31.207Z] Attempting uninstall: urllib3 [2021-04-27T18:30:31.207Z] Found existing installation: urllib3 1.25.9 [2021-04-27T18:30:31.207Z] Uninstalling urllib3-1.25.9: [2021-04-27T18:30:31.207Z] Successfully uninstalled urllib3-1.25.9 [2021-04-27T18:30:31.809Z] Attempting uninstall: requests [2021-04-27T18:30:31.809Z] Found existing installation: requests 2.23.0 [2021-04-27T18:30:31.809Z] Uninstalling requests-2.23.0: [2021-04-27T18:30:31.809Z] Successfully uninstalled requests-2.23.0 [2021-04-27T18:30:32.426Z] Running setup.py install for PyYAML: started [2021-04-27T18:30:33.419Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-27T18:30:33.419Z] Running setup.py install for texttable: started [2021-04-27T18:30:34.405Z] Running setup.py install for texttable: finished with status 'done' [2021-04-27T18:30:34.673Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-27T18:30:47.211Z] Removing intermediate container ebbf1d14782c [2021-04-27T18:30:47.211Z] ---> 3d5a5677fb77 [2021-04-27T18:30:47.211Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-27T18:30:47.211Z] ---> Running in f7d3c62645bf [2021-04-27T18:30:47.211Z] Removing intermediate container f7d3c62645bf [2021-04-27T18:30:47.211Z] ---> 67aea4bcb5cc [2021-04-27T18:30:47.211Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-27T18:30:47.211Z] ---> Running in 86dc6794625d [2021-04-27T18:30:47.211Z] Removing intermediate container 86dc6794625d [2021-04-27T18:30:47.211Z] ---> 797ea4d7b1f7 [2021-04-27T18:30:47.211Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-27T18:30:47.211Z] ---> 11e09952fd2c [2021-04-27T18:30:47.211Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-27T18:30:47.211Z] ---> bdf92f844832 [2021-04-27T18:30:47.211Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-27T18:30:48.272Z] ---> ae0f39bb8f27 [2021-04-27T18:30:48.272Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-27T18:30:48.272Z] ---> Running in 9a735d02ebc2 [2021-04-27T18:30:48.927Z] Removing intermediate container 9a735d02ebc2 [2021-04-27T18:30:48.927Z] ---> c1c779518c1b [2021-04-27T18:30:48.927Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-27T18:30:49.208Z] ---> Running in 2091ca1f5b94 [2021-04-27T18:30:49.489Z] Removing intermediate container 2091ca1f5b94 [2021-04-27T18:30:49.489Z] ---> bab160390ad9 [2021-04-27T18:30:49.489Z] Step 21/23 : LABEL arch=x86_64 [2021-04-27T18:30:49.753Z] ---> Running in 20ab153559ee [2021-04-27T18:30:50.024Z] Removing intermediate container 20ab153559ee [2021-04-27T18:30:50.024Z] ---> 20287e455bd4 [2021-04-27T18:30:50.025Z] Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:30:50.437Z] ---> Running in 31e95c435393 [2021-04-27T18:30:51.546Z] Removing intermediate container 31e95c435393 [2021-04-27T18:30:51.546Z] ---> 6918f41266e6 [2021-04-27T18:30:51.546Z] Step 23/23 : LABEL version=0.0.0 [2021-04-27T18:30:51.546Z] ---> Running in eaeeeeea7c22 [2021-04-27T18:30:51.821Z] Removing intermediate container eaeeeeea7c22 [2021-04-27T18:30:51.821Z] ---> c5f8f01eb526 [2021-04-27T18:30:51.821Z] [2021-04-27T18:30:52.405Z] Successfully built c5f8f01eb526 [2021-04-27T18:30:52.405Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-27T18:30:53.019Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-27T18:30:53.053Z] $ docker stop --time=1 090872fcb2ec4ec57929d79c4b1e25ee392c6cd1fc449ffc6cd07275994afdc6 [2021-04-27T18:30:55.576Z] $ docker rm -f 090872fcb2ec4ec57929d79c4b1e25ee392c6cd1fc449ffc6cd07275994afdc6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-27T18:30:56.104Z] + docker images [2021-04-27T18:30:56.104Z] + grep docker [2021-04-27T18:30:57.082Z] docker-sys-mgmt-agent-go latest c5f8f01eb526 6 seconds ago 312MB [2021-04-27T18:30:57.082Z] docker-core-data-go latest 44def54d140e 39 seconds ago 22.9MB [2021-04-27T18:30:57.082Z] docker-security-proxy-setup-go latest 086e7c059c12 About a minute ago 26MB [2021-04-27T18:30:57.082Z] docker-core-metadata-go latest d88111015956 About a minute ago 19.2MB [2021-04-27T18:30:57.082Z] docker-security-bootstrapper-go latest e813644e8a05 4 minutes ago 19.3MB [2021-04-27T18:30:57.082Z] docker-security-secretstore-setup-go latest eaca66014197 4 minutes ago 26.3MB [2021-04-27T18:30:57.082Z] docker-support-scheduler-go latest 8994080a5a19 4 minutes ago 17.7MB [2021-04-27T18:30:57.082Z] docker-support-notifications-go latest b5a9a0b5b155 4 minutes ago 18.2MB [2021-04-27T18:30:57.082Z] docker-core-command-go latest 73f987f9e5a7 4 minutes ago 17.5MB [2021-04-27T18:30:57.082Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-27T18:31:12.646Z] Still waiting to schedule task [2021-04-27T18:31:12.646Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-27T18:31:31.207Z] lf-activate-venv(): INFO: Adding /tmp/venv-N5vl/bin to PATH [2021-04-27T18:31:31.207Z] INFO: No Stack... [2021-04-27T18:31:31.207Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-27T18:31:31.207Z] INFO: Archiving Costs [Pipeline] sh [2021-04-27T18:31:31.547Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-04-27T18:31:31.547Z] + cut -d, -f6 [Pipeline] lock [2021-04-27T18:31:31.662Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3400-5-stack-cost] [2021-04-27T18:31:31.670Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3400-5-stack-cost] did not exist. Created. [2021-04-27T18:31:31.670Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3400-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-27T18:31:32.022Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-27T18:31:32.314Z] Stashed 1 file(s) [Pipeline] } [2021-04-27T18:31:32.326Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3400-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-27T18:32:04.509Z] Running on prd-ubuntu18.04-docker-8c-8g-2072 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws [2021-04-27T18:32:04.527Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-27T18:32:06.635Z] using credential edgex-jenkins-ssh [2021-04-27T18:32:06.649Z] Cloning the remote Git repository [2021-04-27T18:32:06.676Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-27T18:32:06.750Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-27T18:32:06.780Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-27T18:32:06.780Z] > git --version # timeout=10 [2021-04-27T18:32:06.786Z] > git --version # 'git version 2.17.1' [2021-04-27T18:32:06.786Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T18:32:06.807Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T18:32:14.056Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-27T18:32:14.061Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-27T18:32:14.070Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-27T18:32:14.080Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-27T18:32:14.080Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T18:32:14.086Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-27T18:32:14.697Z] Merging remotes/origin/master commit 15b4cda8edfe04c49a924740942c605a4276935b into PR head commit 96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:32:14.834Z] Merge succeeded, producing 96086116948ca23ac3f4c7454cd233267f47702e [2021-04-27T18:32:14.835Z] Checking out Revision 96086116948ca23ac3f4c7454cd233267f47702e (PR-3400) [2021-04-27T18:32:14.711Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T18:32:14.716Z] > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # timeout=10 [2021-04-27T18:32:14.789Z] > git remote # timeout=10 [2021-04-27T18:32:14.795Z] > git config --get remote.origin.url # timeout=10 [2021-04-27T18:32:14.800Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-27T18:32:14.804Z] > git merge 15b4cda8edfe04c49a924740942c605a4276935b # timeout=10 [2021-04-27T18:32:14.829Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-27T18:32:14.844Z] > git config core.sparsecheckout # timeout=10 [2021-04-27T18:32:14.849Z] > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # timeout=10 [2021-04-27T18:32:18.467Z] Commit message: "Merge branch 'master' into issue-3399" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:32:19.663Z] + echo snap-build.sh [2021-04-27T18:32:19.663Z] snap-build.sh [2021-04-27T18:32:19.663Z] + SNAP_BASE_DIR=. [2021-04-27T18:32:19.663Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-04-27T18:32:19.663Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-04-27T18:32:19.663Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-04-27T18:32:19.663Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-04-27T18:32:19.663Z] + cd /w/workspace/edgex-go/5 [2021-04-27T18:32:19.663Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-27T18:32:19.663Z] Reading package lists... [2021-04-27T18:32:19.663Z] Building dependency tree... [2021-04-27T18:32:19.663Z] Reading state information... [2021-04-27T18:32:19.924Z] The following packages were automatically installed and are no longer required: [2021-04-27T18:32:19.924Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-27T18:32:19.924Z] uidmap xdelta3 [2021-04-27T18:32:19.924Z] Use 'sudo apt autoremove' to remove them. [2021-04-27T18:32:19.924Z] The following packages will be REMOVED: [2021-04-27T18:32:19.924Z] lxd* lxd-client* [2021-04-27T18:32:20.185Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-27T18:32:20.185Z] After this operation, 31.7 MB disk space will be freed. [2021-04-27T18:32:21.496Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-27T18:32:21.496Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-27T18:32:22.067Z] Removing lxd dnsmasq configuration [2021-04-27T18:32:22.067Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-27T18:32:22.328Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-27T18:32:23.272Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-27T18:32:23.532Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-27T18:32:23.532Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-27T18:32:24.915Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-27T18:32:24.915Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-27T18:32:25.856Z] + sudo snap remove --purge lxd [2021-04-27T18:32:26.117Z] snap "lxd" is not installed [2021-04-27T18:32:26.117Z] + sudo groupadd --force --system lxd [2021-04-27T18:32:26.117Z] ++ whoami [2021-04-27T18:32:26.117Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-27T18:32:26.117Z] + newgrp - lxd [2021-04-27T18:32:26.117Z] + sudo snap install lxd [2021-04-27T18:32:36.124Z] 2021-04-27T18:32:33Z INFO Waiting for automatic snapd restart... [2021-04-27T18:32:51.033Z] lxd 4.13 from Canonical* installed [2021-04-27T18:32:51.033Z] + sudo lxd init --auto [2021-04-27T18:32:57.621Z] + sudo snap install --classic snapcraft [2021-04-27T18:33:05.767Z] snapcraft 4.6.2 from Canonical* installed [2021-04-27T18:33:05.767Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-27T18:33:05.767Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-27T18:33:05.767Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-27T18:33:05.767Z] Dload Upload Total Spent Left Speed [2021-04-27T18:33:05.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4610 [2021-04-27T18:33:05.767Z] 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M [2021-04-27T18:33:05.767Z] ./yq_linux_amd64 [2021-04-27T18:33:05.767Z] + sudo snapcraft prime --use-lxd [2021-04-27T18:33:06.711Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-27T18:33:06.711Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-27T18:33:06.711Z] - README.md [2021-04-27T18:33:06.711Z] [2021-04-27T18:33:06.711Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-27T18:33:07.285Z] Launching a container. [2021-04-27T18:33:19.529Z] Waiting for container to be ready [2021-04-27T18:33:19.529Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-27T18:33:19.529Z] [2021-04-27T18:33:21.440Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-27T18:33:21.699Z] Waiting for network to be ready... [2021-04-27T18:33:22.271Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-27T18:33:22.272Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-27T18:33:22.843Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-27T18:33:22.843Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-27T18:33:22.843Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-27T18:33:23.104Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-27T18:33:23.104Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-27T18:33:23.104Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-27T18:33:23.104Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-27T18:33:23.104Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-27T18:33:23.104Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-27T18:33:23.104Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-27T18:33:23.104Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-27T18:33:23.104Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-27T18:33:23.104Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-27T18:33:23.104Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-27T18:33:23.104Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-27T18:33:23.365Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-27T18:33:23.365Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-27T18:33:23.626Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-27T18:33:23.888Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-27T18:33:23.888Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-27T18:33:23.888Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-27T18:33:23.888Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-27T18:33:23.888Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-27T18:33:23.888Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-27T18:33:23.888Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-27T18:33:26.436Z] Fetched 24.4 MB in 4s (5578 kB/s) [2021-04-27T18:33:27.379Z] Reading package lists... [2021-04-27T18:33:27.379Z] Reading package lists... [2021-04-27T18:33:27.640Z] Building dependency tree... [2021-04-27T18:33:27.640Z] Reading state information... [2021-04-27T18:33:27.640Z] The following additional packages will be installed: [2021-04-27T18:33:27.640Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-27T18:33:27.640Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-27T18:33:27.640Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-27T18:33:27.640Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-27T18:33:27.640Z] Suggested packages: [2021-04-27T18:33:27.640Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-27T18:33:27.640Z] Recommended packages: [2021-04-27T18:33:27.640Z] gnupg libsasl2-modules [2021-04-27T18:33:27.640Z] The following NEW packages will be installed: [2021-04-27T18:33:27.640Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-27T18:33:27.640Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-27T18:33:27.640Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-27T18:33:27.640Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-27T18:33:27.640Z] The following packages will be upgraded: [2021-04-27T18:33:27.640Z] gpg gpg-agent gpgconf libudev1 [2021-04-27T18:33:27.901Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-27T18:33:27.901Z] Need to get 3529 kB of archives. [2021-04-27T18:33:27.901Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-27T18:33:27.901Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-27T18:33:27.901Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-27T18:33:28.162Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-27T18:33:28.162Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-27T18:33:28.421Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-27T18:33:28.421Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-27T18:33:28.681Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-27T18:33:28.681Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-27T18:33:28.681Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-27T18:33:28.681Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-27T18:33:28.681Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-27T18:33:28.681Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-27T18:33:28.681Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-27T18:33:28.681Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-27T18:33:28.681Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-27T18:33:28.681Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-27T18:33:28.681Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-27T18:33:28.681Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-27T18:33:28.681Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-27T18:33:28.681Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-27T18:33:28.681Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-27T18:33:28.681Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-27T18:33:28.942Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-27T18:33:28.942Z] Fetched 3529 kB in 1s (3109 kB/s) [2021-04-27T18:33:28.942Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-27T18:33:28.942Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-27T18:33:28.942Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-27T18:33:29.204Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-27T18:33:29.204Z] Selecting previously unselected package udev. [2021-04-27T18:33:29.204Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-27T18:33:29.204Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-27T18:33:29.204Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-27T18:33:29.467Z] Selecting previously unselected package libfuse2:amd64. [2021-04-27T18:33:29.467Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-27T18:33:29.467Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-27T18:33:29.728Z] Selecting previously unselected package fuse. [2021-04-27T18:33:29.728Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-27T18:33:29.728Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-27T18:33:29.728Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-27T18:33:29.728Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-27T18:33:29.728Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-27T18:33:29.988Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-27T18:33:29.988Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-27T18:33:29.988Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-27T18:33:29.988Z] Selecting previously unselected package libksba8:amd64. [2021-04-27T18:33:29.988Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-27T18:33:29.988Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-27T18:33:30.249Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-27T18:33:30.249Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-27T18:33:30.249Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:30.249Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-27T18:33:30.249Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-27T18:33:30.249Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:30.249Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-27T18:33:30.249Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-27T18:33:30.512Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:30.512Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-27T18:33:30.512Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-27T18:33:30.512Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:30.512Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-27T18:33:30.512Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-27T18:33:30.512Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:30.773Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-27T18:33:30.773Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-27T18:33:30.773Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:30.773Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-27T18:33:30.773Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-27T18:33:30.773Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:31.034Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-27T18:33:31.034Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-27T18:33:31.034Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:31.034Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-27T18:33:31.034Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-27T18:33:31.034Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:31.034Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-27T18:33:31.034Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-27T18:33:31.034Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-27T18:33:31.295Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-27T18:33:31.295Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-27T18:33:31.295Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-27T18:33:31.295Z] Selecting previously unselected package libldap-common. [2021-04-27T18:33:31.295Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-27T18:33:31.295Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-27T18:33:31.557Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-27T18:33:31.557Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-27T18:33:31.557Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-27T18:33:31.557Z] Selecting previously unselected package dirmngr. [2021-04-27T18:33:31.557Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-27T18:33:31.557Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-27T18:33:31.557Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-27T18:33:31.819Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-27T18:33:31.819Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-27T18:33:31.819Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-27T18:33:31.819Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-27T18:33:31.819Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-27T18:33:31.819Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:31.819Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-27T18:33:31.819Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-27T18:33:31.819Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-27T18:33:32.391Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-27T18:33:32.391Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:32.391Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-27T18:33:32.391Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-27T18:33:32.653Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-27T18:33:32.653Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:32.653Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:32.653Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:32.653Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:32.653Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:32.653Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:32.653Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-27T18:33:32.653Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-27T18:33:32.653Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-27T18:33:32.914Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-27T18:33:33.488Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-27T18:33:33.488Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-27T18:33:33.488Z] This means they are not meant to be enabled using systemctl. [2021-04-27T18:33:33.488Z] Possible reasons for having this kind of units are: [2021-04-27T18:33:33.488Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-27T18:33:33.488Z] .wants/ or .requires/ directory. [2021-04-27T18:33:33.488Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-27T18:33:33.488Z] a requirement dependency on it. [2021-04-27T18:33:33.488Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-27T18:33:33.488Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-27T18:33:33.488Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-27T18:33:33.488Z] instance name specified. [2021-04-27T18:33:33.749Z] Reading package lists... [2021-04-27T18:33:33.749Z] Building dependency tree... [2021-04-27T18:33:33.749Z] Reading state information... [2021-04-27T18:33:34.010Z] The following additional packages will be installed: [2021-04-27T18:33:34.010Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-27T18:33:34.010Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-27T18:33:34.010Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-27T18:33:34.010Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-27T18:33:34.010Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-27T18:33:34.010Z] Suggested packages: [2021-04-27T18:33:34.010Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-27T18:33:34.010Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-27T18:33:34.010Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-27T18:33:34.010Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-27T18:33:34.010Z] systemd-container policykit-1 [2021-04-27T18:33:34.010Z] Recommended packages: [2021-04-27T18:33:34.010Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-27T18:33:34.010Z] The following NEW packages will be installed: [2021-04-27T18:33:34.010Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-27T18:33:34.010Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-27T18:33:34.010Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-27T18:33:34.010Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-27T18:33:34.010Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-27T18:33:34.010Z] The following packages will be upgraded: [2021-04-27T18:33:34.010Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-27T18:33:34.010Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-27T18:33:34.010Z] Need to get 35.2 MB of archives. [2021-04-27T18:33:34.010Z] After this operation, 141 MB of additional disk space will be used. [2021-04-27T18:33:34.010Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-27T18:33:34.010Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-27T18:33:34.956Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-27T18:33:34.956Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-27T18:33:34.956Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-27T18:33:34.956Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-27T18:33:34.956Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-27T18:33:34.956Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-27T18:33:34.956Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-27T18:33:34.956Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-27T18:33:34.956Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-27T18:33:34.956Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-27T18:33:34.956Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-27T18:33:34.956Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-27T18:33:34.956Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-27T18:33:34.956Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-27T18:33:34.956Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-27T18:33:34.956Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-27T18:33:34.956Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-27T18:33:34.956Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-27T18:33:34.956Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-27T18:33:34.956Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-27T18:33:34.956Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-27T18:33:34.956Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-27T18:33:34.956Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-27T18:33:35.217Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-27T18:33:35.217Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-27T18:33:35.217Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-27T18:33:35.217Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-27T18:33:35.217Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-27T18:33:36.604Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-27T18:33:36.604Z] Fetched 35.2 MB in 2s (14.6 MB/s) [2021-04-27T18:33:36.604Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-27T18:33:36.604Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-27T18:33:36.604Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-27T18:33:37.177Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-27T18:33:37.177Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-27T18:33:37.438Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-27T18:33:37.438Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-27T18:33:37.438Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-27T18:33:37.438Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-27T18:33:37.699Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-27T18:33:37.959Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-27T18:33:37.959Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-27T18:33:37.959Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-27T18:33:38.427Z] Setting up apt (1.6.13) ... [2021-04-27T18:33:39.000Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-27T18:33:40.387Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-27T18:33:40.387Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-27T18:33:40.387Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-27T18:33:40.387Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-27T18:33:40.647Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-27T18:33:40.647Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-27T18:33:40.647Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-27T18:33:40.908Z] Selecting previously unselected package libexpat1:amd64. [2021-04-27T18:33:40.908Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-27T18:33:40.908Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-27T18:33:40.908Z] Selecting previously unselected package python3.6-minimal. [2021-04-27T18:33:40.908Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-27T18:33:41.169Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-27T18:33:41.431Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-27T18:33:41.431Z] Checking for services that may need to be restarted...done. [2021-04-27T18:33:41.431Z] Checking for services that may need to be restarted...done. [2021-04-27T18:33:41.431Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-27T18:33:41.431Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-27T18:33:41.431Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-27T18:33:42.004Z] Selecting previously unselected package python3-minimal. [2021-04-27T18:33:42.004Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-27T18:33:42.004Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-27T18:33:42.004Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-27T18:33:42.004Z] Selecting previously unselected package mime-support. [2021-04-27T18:33:42.265Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-27T18:33:42.265Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-27T18:33:42.265Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-27T18:33:42.265Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-27T18:33:42.265Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-27T18:33:42.265Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-27T18:33:42.265Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-27T18:33:42.265Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-27T18:33:42.527Z] Selecting previously unselected package python3.6. [2021-04-27T18:33:42.527Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-27T18:33:42.527Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-27T18:33:42.788Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-27T18:33:42.788Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-27T18:33:42.788Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-27T18:33:42.788Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-27T18:33:43.048Z] Selecting previously unselected package python3. [2021-04-27T18:33:43.048Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-27T18:33:43.048Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-27T18:33:43.048Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-27T18:33:43.048Z] Selecting previously unselected package multiarch-support. [2021-04-27T18:33:43.048Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-27T18:33:43.048Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-27T18:33:43.309Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-27T18:33:43.309Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-27T18:33:43.309Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-27T18:33:43.309Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-27T18:33:43.309Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-27T18:33:43.309Z] Selecting previously unselected package libbsd0:amd64. [2021-04-27T18:33:43.571Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-27T18:33:43.571Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-27T18:33:43.571Z] Selecting previously unselected package sudo. [2021-04-27T18:33:43.571Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-27T18:33:43.571Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-27T18:33:43.571Z] Selecting previously unselected package apparmor. [2021-04-27T18:33:43.571Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-27T18:33:43.833Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-27T18:33:43.833Z] Selecting previously unselected package libedit2:amd64. [2021-04-27T18:33:43.833Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-27T18:33:43.833Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-27T18:33:44.095Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-27T18:33:44.095Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-27T18:33:44.095Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-27T18:33:44.095Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-27T18:33:44.095Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-27T18:33:44.095Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-27T18:33:44.095Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-27T18:33:44.356Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-27T18:33:44.356Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-27T18:33:44.356Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-27T18:33:44.356Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-27T18:33:44.356Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-27T18:33:44.356Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-27T18:33:44.356Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-27T18:33:44.618Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-27T18:33:44.618Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-27T18:33:44.618Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-27T18:33:44.618Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-27T18:33:44.879Z] Selecting previously unselected package openssh-client. [2021-04-27T18:33:44.879Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-27T18:33:44.879Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-27T18:33:45.140Z] Selecting previously unselected package squashfs-tools. [2021-04-27T18:33:45.140Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-27T18:33:45.140Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-27T18:33:45.140Z] Selecting previously unselected package snapd. [2021-04-27T18:33:45.140Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-27T18:33:45.140Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-27T18:33:47.054Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-27T18:33:47.054Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-27T18:33:47.054Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-27T18:33:47.316Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-27T18:33:47.316Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-27T18:33:47.316Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-27T18:33:47.316Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-27T18:33:47.316Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-27T18:33:47.316Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-27T18:33:47.889Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-27T18:33:48.150Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-27T18:33:48.150Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-27T18:33:48.150Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-27T18:33:48.150Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-27T18:33:48.150Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-27T18:33:48.722Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-27T18:33:48.722Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-27T18:33:48.722Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-27T18:33:48.722Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-27T18:33:48.983Z] running python rtupdate hooks for python3.6... [2021-04-27T18:33:48.983Z] running python post-rtupdate hooks for python3.6... [2021-04-27T18:33:48.983Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-27T18:33:50.367Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-27T18:33:50.367Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-27T18:33:50.367Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-27T18:33:50.627Z] Setting up snapd (2.48.3+18.04) ... [2021-04-27T18:33:50.886Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-27T18:33:51.146Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-27T18:33:51.406Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-27T18:33:51.406Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-27T18:33:51.665Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-27T18:33:51.665Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-27T18:33:51.926Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-27T18:33:51.926Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-27T18:33:52.194Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-27T18:33:52.456Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-27T18:33:52.456Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-27T18:33:52.457Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-27T18:33:52.457Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-27T18:33:53.401Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-27T18:33:53.401Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-27T18:33:53.666Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-27T18:33:54.608Z] Reading package lists... [2021-04-27T18:33:54.870Z] Reading package lists... [2021-04-27T18:33:54.870Z] Building dependency tree... [2021-04-27T18:33:54.870Z] Reading state information... [2021-04-27T18:33:55.131Z] Calculating upgrade... [2021-04-27T18:33:55.131Z] The following packages will be upgraded: [2021-04-27T18:33:55.131Z] advancecomp base-files bash binutils binutils-common [2021-04-27T18:33:55.131Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-27T18:33:55.131Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-27T18:33:55.131Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-27T18:33:55.131Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-27T18:33:55.131Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-27T18:33:55.131Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-27T18:33:55.131Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-27T18:33:55.131Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-27T18:33:55.131Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-27T18:33:55.131Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-27T18:33:55.131Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-27T18:33:55.131Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-27T18:33:55.131Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-27T18:33:55.131Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-27T18:33:55.393Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-27T18:33:55.393Z] Need to get 64.0 MB of archives. [2021-04-27T18:33:55.393Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-27T18:33:55.393Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-27T18:33:55.393Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-27T18:33:55.393Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-27T18:33:55.393Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-27T18:33:55.393Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-27T18:33:55.393Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-27T18:33:55.393Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-27T18:33:55.393Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-27T18:33:55.393Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-27T18:33:55.393Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-27T18:33:55.393Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-27T18:33:55.393Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-27T18:33:55.393Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-27T18:33:55.393Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-27T18:33:55.393Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-27T18:33:55.393Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-27T18:33:55.393Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-27T18:33:55.393Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-27T18:33:55.654Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-27T18:33:55.654Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-27T18:33:55.654Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-27T18:33:55.654Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-27T18:33:55.654Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-27T18:33:55.654Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-27T18:33:55.654Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-27T18:33:55.654Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-27T18:33:55.654Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-27T18:33:55.654Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-27T18:33:55.654Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-27T18:33:55.654Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-27T18:33:55.654Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-27T18:33:55.654Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-27T18:33:55.654Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-27T18:33:55.654Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-27T18:33:55.654Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-27T18:33:55.654Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-27T18:33:55.654Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-27T18:33:55.654Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-27T18:33:55.654Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-27T18:33:55.654Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-27T18:33:55.654Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-27T18:33:55.654Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-27T18:33:55.654Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-27T18:33:55.654Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-27T18:33:55.654Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-27T18:33:55.654Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-27T18:33:55.654Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-27T18:33:55.654Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-27T18:33:55.654Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-27T18:33:55.654Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-27T18:33:55.654Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-27T18:33:55.654Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-27T18:33:55.654Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-27T18:33:55.654Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-27T18:33:55.654Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-27T18:33:55.914Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-27T18:33:55.914Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-27T18:33:56.175Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-27T18:33:56.175Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-27T18:33:56.175Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-27T18:33:56.436Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-27T18:33:56.436Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-27T18:33:56.436Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-27T18:33:56.436Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-27T18:33:56.436Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-27T18:33:56.696Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-27T18:33:56.696Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-27T18:33:56.696Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-27T18:33:56.696Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-27T18:33:56.696Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-27T18:33:56.696Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-27T18:33:56.696Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-27T18:33:56.696Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-27T18:33:56.696Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-27T18:33:56.696Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-27T18:33:56.696Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-27T18:33:56.958Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-27T18:33:56.958Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-27T18:33:56.958Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-27T18:33:56.958Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-27T18:33:56.958Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-27T18:33:56.958Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-27T18:33:56.958Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-27T18:33:56.958Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-27T18:33:56.958Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-27T18:33:56.958Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-27T18:33:56.958Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-27T18:33:57.219Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-27T18:33:57.219Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-27T18:33:57.219Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-27T18:33:57.219Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-27T18:33:57.219Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-27T18:33:57.219Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-27T18:33:57.219Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-27T18:33:57.219Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-27T18:33:57.219Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-27T18:33:57.219Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-27T18:33:57.219Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-27T18:33:57.219Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-27T18:33:57.479Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-27T18:33:57.479Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-27T18:33:57.479Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-27T18:33:57.479Z] Fetched 64.0 MB in 2s (29.8 MB/s) [2021-04-27T18:33:57.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:33:57.479Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-27T18:33:57.479Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-27T18:33:58.422Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-27T18:33:58.422Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-27T18:33:58.422Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-27T18:33:58.422Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-27T18:33:59.363Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:33:59.363Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-27T18:33:59.363Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:33:59.363Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-27T18:33:59.624Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:33:59.624Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-27T18:33:59.884Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:33:59.884Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-27T18:34:00.145Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:00.145Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-27T18:34:00.145Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:00.145Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-27T18:34:00.406Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:00.406Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-27T18:34:00.406Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:00.668Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-27T18:34:00.668Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:00.668Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-27T18:34:00.668Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:00.930Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-27T18:34:00.930Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:00.930Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-27T18:34:00.930Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:00.930Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-27T18:34:01.190Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:01.190Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-27T18:34:01.456Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:01.456Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-27T18:34:01.456Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-27T18:34:01.717Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-27T18:34:01.979Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-27T18:34:02.374Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-27T18:34:02.374Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-27T18:34:02.374Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-27T18:34:02.374Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-27T18:34:02.374Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-27T18:34:02.635Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-27T18:34:02.896Z] Installing new version of config file /etc/issue ... [2021-04-27T18:34:02.896Z] Installing new version of config file /etc/issue.net ... [2021-04-27T18:34:02.896Z] Installing new version of config file /etc/lsb-release ... [2021-04-27T18:34:02.896Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-27T18:34:03.157Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-27T18:34:03.157Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-27T18:34:03.157Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-27T18:34:03.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:03.157Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-27T18:34:03.418Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-27T18:34:03.418Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-27T18:34:03.678Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-27T18:34:03.678Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:03.678Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-27T18:34:03.678Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-27T18:34:03.678Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-27T18:34:03.939Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:03.939Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-27T18:34:03.939Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-27T18:34:04.200Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-27T18:34:04.200Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:04.200Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-27T18:34:04.200Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-27T18:34:04.461Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-27T18:34:04.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:04.722Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-27T18:34:04.722Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-27T18:34:04.722Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-27T18:34:04.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:04.983Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-27T18:34:04.983Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-27T18:34:04.983Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-27T18:34:05.246Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:05.246Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-27T18:34:05.246Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-27T18:34:05.246Z] Setting up grep (3.1-2build1) ... [2021-04-27T18:34:05.507Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:05.507Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-27T18:34:05.507Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-27T18:34:05.769Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-27T18:34:05.769Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:05.769Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-27T18:34:05.769Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-27T18:34:06.030Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-27T18:34:06.030Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:06.030Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-27T18:34:06.291Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-27T18:34:06.558Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-27T18:34:06.558Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-27T18:34:06.819Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-27T18:34:06.819Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-27T18:34:07.390Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-27T18:34:07.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:07.390Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-27T18:34:07.390Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-27T18:34:08.775Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-27T18:34:08.775Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-27T18:34:08.775Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-27T18:34:08.775Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-27T18:34:08.775Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-27T18:34:08.775Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:08.775Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-27T18:34:09.037Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-27T18:34:09.037Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-27T18:34:09.037Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:09.037Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-27T18:34:09.299Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-27T18:34:09.299Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-27T18:34:09.299Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:09.299Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-27T18:34:09.299Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-27T18:34:09.560Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-27T18:34:09.560Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:09.560Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-27T18:34:09.560Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-27T18:34:09.821Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-27T18:34:09.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:09.821Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-27T18:34:09.821Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-27T18:34:10.082Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-27T18:34:10.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:10.082Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-27T18:34:10.082Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-27T18:34:10.343Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-27T18:34:10.343Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-27T18:34:10.343Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-27T18:34:10.612Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:10.612Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-27T18:34:10.612Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-27T18:34:10.612Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-27T18:34:10.873Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:10.873Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-27T18:34:11.134Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-27T18:34:11.134Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-27T18:34:11.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:11.134Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-27T18:34:11.395Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-27T18:34:11.395Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-27T18:34:11.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:11.395Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-27T18:34:11.656Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-27T18:34:11.918Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-27T18:34:12.180Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-27T18:34:12.441Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-27T18:34:12.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:12.703Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-27T18:34:12.703Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-27T18:34:12.703Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-27T18:34:12.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-27T18:34:12.963Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-27T18:34:12.963Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-27T18:34:13.223Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-27T18:34:13.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:13.223Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-27T18:34:13.223Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-27T18:34:13.492Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-27T18:34:13.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:13.492Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-27T18:34:13.492Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-27T18:34:13.787Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-27T18:34:13.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:13.787Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-27T18:34:13.787Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-27T18:34:13.787Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-27T18:34:14.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:14.071Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-27T18:34:14.071Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-27T18:34:14.071Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-27T18:34:14.347Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:14.347Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-27T18:34:14.347Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-27T18:34:14.347Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-27T18:34:14.622Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:14.622Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-27T18:34:14.622Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-27T18:34:14.896Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-27T18:34:14.896Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:14.896Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-27T18:34:14.896Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-27T18:34:15.210Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-27T18:34:15.210Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-27T18:34:15.210Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-27T18:34:15.210Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-27T18:34:15.210Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-27T18:34:15.548Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:15.548Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-27T18:34:15.548Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-27T18:34:15.548Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-27T18:34:15.830Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:15.830Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-27T18:34:15.830Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-27T18:34:15.830Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-27T18:34:16.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:16.091Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-27T18:34:16.091Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-27T18:34:16.352Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-27T18:34:16.352Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:16.352Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-27T18:34:16.352Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-27T18:34:16.613Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-27T18:34:16.613Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:16.613Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-27T18:34:16.613Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-27T18:34:17.184Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-27T18:34:17.184Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:17.184Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-27T18:34:17.184Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-27T18:34:17.445Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-27T18:34:17.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:17.445Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-27T18:34:17.445Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-27T18:34:17.706Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-27T18:34:17.706Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:17.706Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-27T18:34:17.706Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-27T18:34:17.966Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-27T18:34:17.966Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:17.966Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-27T18:34:17.966Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-27T18:34:18.227Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-27T18:34:18.227Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:18.227Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-27T18:34:18.227Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-27T18:34:18.489Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-27T18:34:18.489Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:18.489Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-27T18:34:18.489Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-27T18:34:18.751Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-27T18:34:18.751Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:18.751Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-27T18:34:18.751Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-27T18:34:19.013Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-27T18:34:19.013Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:19.013Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-27T18:34:19.013Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-27T18:34:19.274Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-27T18:34:19.274Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-27T18:34:19.274Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-27T18:34:19.274Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-27T18:34:19.274Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-27T18:34:19.535Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-27T18:34:19.535Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-27T18:34:19.535Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-27T18:34:19.535Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-27T18:34:19.796Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-27T18:34:19.796Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-27T18:34:19.796Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-27T18:34:20.057Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-27T18:34:20.057Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-27T18:34:20.318Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-27T18:34:20.318Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-27T18:34:20.583Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-27T18:34:20.583Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-27T18:34:20.583Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-27T18:34:20.583Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-27T18:34:20.843Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-27T18:34:20.845Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-27T18:34:20.845Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-27T18:34:20.845Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-27T18:34:21.105Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-27T18:34:21.105Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-27T18:34:21.368Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-27T18:34:21.368Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-27T18:34:21.629Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-27T18:34:21.630Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-27T18:34:22.576Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-27T18:34:22.576Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-27T18:34:22.576Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-27T18:34:22.576Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-27T18:34:22.576Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-27T18:34:22.576Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-27T18:34:22.837Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-27T18:34:23.099Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-27T18:34:23.099Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-27T18:34:23.099Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-27T18:34:23.359Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-27T18:34:23.359Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-27T18:34:23.619Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:23.619Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-27T18:34:23.619Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:23.619Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-27T18:34:23.880Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:23.880Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-27T18:34:23.880Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:24.142Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-27T18:34:25.084Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:25.084Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-27T18:34:25.656Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:25.916Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-27T18:34:26.859Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:26.859Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-27T18:34:27.129Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:27.129Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-27T18:34:28.076Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-27T18:34:28.076Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-27T18:34:28.076Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-27T18:34:28.076Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-27T18:34:28.076Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-27T18:34:28.076Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-27T18:34:28.336Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-27T18:34:28.336Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-27T18:34:28.336Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-27T18:34:28.596Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-27T18:34:28.596Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-27T18:34:28.596Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-27T18:34:28.857Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-27T18:34:28.857Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-27T18:34:28.857Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-27T18:34:28.857Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-27T18:34:29.133Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:29.133Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-27T18:34:29.133Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:29.133Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:29.133Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:29.133Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-27T18:34:29.133Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-27T18:34:29.394Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-27T18:34:29.394Z] [2021-04-27T18:34:29.394Z] Current default time zone: 'Etc/UTC' [2021-04-27T18:34:29.394Z] Local time is now: Tue Apr 27 18:34:29 UTC 2021. [2021-04-27T18:34:29.394Z] Universal Time is now: Tue Apr 27 18:34:29 UTC 2021. [2021-04-27T18:34:29.394Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-27T18:34:29.394Z] [2021-04-27T18:34:29.394Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-27T18:34:29.394Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:29.394Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-27T18:34:29.394Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-27T18:34:29.394Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-27T18:34:29.654Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-27T18:34:29.654Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-27T18:34:29.654Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-27T18:34:29.654Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-27T18:34:29.654Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-27T18:34:29.654Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:29.654Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-27T18:34:29.915Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-27T18:34:29.915Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-27T18:34:30.176Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:30.176Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-27T18:34:30.176Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-27T18:34:30.176Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-27T18:34:30.176Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-27T18:34:30.176Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-27T18:34:30.176Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-27T18:34:30.176Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-27T18:34:30.176Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-27T18:34:32.085Z] Updating certificates in /etc/ssl/certs... [2021-04-27T18:34:33.028Z] 23 added, 27 removed; done. [2021-04-27T18:34:33.028Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-27T18:34:33.028Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-27T18:34:33.028Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-27T18:34:33.028Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-27T18:34:33.028Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-27T18:34:33.028Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-27T18:34:33.028Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-27T18:34:33.028Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-27T18:34:33.028Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-27T18:34:33.028Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-27T18:34:33.289Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-27T18:34:33.289Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-27T18:34:33.289Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-27T18:34:33.289Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-27T18:34:33.289Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-27T18:34:33.289Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-27T18:34:33.289Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-27T18:34:33.289Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-27T18:34:33.550Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-27T18:34:33.550Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-27T18:34:33.550Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-27T18:34:33.550Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-27T18:34:33.550Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-27T18:34:33.550Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-27T18:34:33.811Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-27T18:34:33.811Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-27T18:34:33.811Z] Updating certificates in /etc/ssl/certs... [2021-04-27T18:34:34.383Z] 0 added, 0 removed; done. [2021-04-27T18:34:34.383Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-27T18:34:34.383Z] done. [2021-04-27T18:34:34.905Z] Reading package lists... [2021-04-27T18:34:34.905Z] Building dependency tree... [2021-04-27T18:34:34.905Z] Reading state information... [2021-04-27T18:34:35.167Z] The following NEW packages will be installed: [2021-04-27T18:34:35.167Z] apt-transport-https [2021-04-27T18:34:35.167Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-27T18:34:35.167Z] Need to get 1692 B of archives. [2021-04-27T18:34:35.167Z] After this operation, 154 kB of additional disk space will be used. [2021-04-27T18:34:35.167Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-27T18:34:35.428Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-27T18:34:35.428Z] Fetched 1692 B in 0s (8543 B/s) [2021-04-27T18:34:35.428Z] Selecting previously unselected package apt-transport-https. [2021-04-27T18:34:35.428Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-27T18:34:35.428Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-27T18:34:35.428Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-27T18:34:35.428Z] Setting up apt-transport-https (1.6.13) ... [2021-04-27T18:34:35.689Z] Waiting for network to be ready... [2021-04-27T18:34:42.278Z] 2021-04-27T18:34:38Z INFO Waiting for automatic snapd restart... [2021-04-27T18:34:42.278Z] snapd 2.49.2 from Canonical* installed [2021-04-27T18:34:42.850Z] "snapd" switched to the "latest/stable" channel [2021-04-27T18:34:42.850Z] [2021-04-27T18:34:45.395Z] core18 20210309 from Canonical* installed [2021-04-27T18:34:45.656Z] "core18" switched to the "latest/stable" channel [2021-04-27T18:34:45.656Z] [2021-04-27T18:34:48.957Z] snapcraft 4.6.2 from Canonical* installed [2021-04-27T18:34:49.217Z] "snapcraft" switched to the "latest/stable" channel [2021-04-27T18:34:49.217Z] [2021-04-27T18:34:53.420Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-27T18:34:53.420Z] - README.md [2021-04-27T18:34:53.420Z] [2021-04-27T18:34:53.420Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-27T18:35:00.004Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-27T18:35:00.004Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-27T18:35:00.004Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-27T18:35:00.004Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-27T18:35:00.945Z] Reading package lists... [2021-04-27T18:35:00.945Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-27T18:35:07.534Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-27T18:35:07.534Z] Reading package lists... [2021-04-27T18:35:07.534Z] Building dependency tree... [2021-04-27T18:35:07.534Z] Reading state information... [2021-04-27T18:35:07.534Z] Suggested packages: [2021-04-27T18:35:07.534Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-27T18:35:07.534Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-27T18:35:07.534Z] Recommended packages: [2021-04-27T18:35:07.534Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-27T18:35:07.534Z] The following NEW packages will be installed: [2021-04-27T18:35:07.534Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-27T18:35:07.534Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-27T18:35:07.534Z] pkg-config zip [2021-04-27T18:35:07.534Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-27T18:35:07.534Z] Need to get 7663 kB of archives. [2021-04-27T18:35:07.534Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-27T18:35:07.534Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-27T18:35:07.534Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-27T18:35:07.794Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-27T18:35:07.794Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-27T18:35:08.053Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-27T18:35:08.053Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-27T18:35:08.053Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-27T18:35:08.053Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-27T18:35:08.053Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-27T18:35:08.053Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-27T18:35:08.314Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-27T18:35:08.314Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-27T18:35:08.314Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-27T18:35:08.574Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-27T18:35:08.574Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-27T18:35:08.574Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-27T18:35:08.574Z] Fetched 7663 kB in 1s (6990 kB/s) [2021-04-27T18:35:08.834Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-27T18:35:08.834Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-27T18:35:08.834Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-27T18:35:08.834Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-27T18:35:08.834Z] Selecting previously unselected package libpsl5:amd64. [2021-04-27T18:35:09.094Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-27T18:35:09.094Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-27T18:35:09.094Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-27T18:35:09.094Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-27T18:35:09.094Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-27T18:35:09.094Z] Selecting previously unselected package librtmp1:amd64. [2021-04-27T18:35:09.094Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-27T18:35:09.094Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-27T18:35:09.355Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-27T18:35:09.355Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-27T18:35:09.355Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-27T18:35:09.355Z] Selecting previously unselected package liberror-perl. [2021-04-27T18:35:09.355Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-27T18:35:09.355Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-27T18:35:09.615Z] Selecting previously unselected package git-man. [2021-04-27T18:35:09.615Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-27T18:35:09.615Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-27T18:35:09.615Z] Selecting previously unselected package git. [2021-04-27T18:35:09.615Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-27T18:35:09.615Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-27T18:35:10.555Z] Selecting previously unselected package libnorm1:amd64. [2021-04-27T18:35:10.555Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-27T18:35:10.555Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-27T18:35:10.555Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-27T18:35:10.555Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-27T18:35:10.555Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-27T18:35:10.555Z] Selecting previously unselected package libsodium23:amd64. [2021-04-27T18:35:10.555Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-27T18:35:10.555Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-27T18:35:10.815Z] Selecting previously unselected package libzmq5:amd64. [2021-04-27T18:35:10.815Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-27T18:35:10.815Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-27T18:35:10.815Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-27T18:35:10.815Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-27T18:35:10.815Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-27T18:35:11.076Z] Selecting previously unselected package pkg-config. [2021-04-27T18:35:11.076Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-27T18:35:11.076Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-27T18:35:11.076Z] Selecting previously unselected package zip. [2021-04-27T18:35:11.076Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-27T18:35:11.076Z] Unpacking zip (3.0-11build1) ... [2021-04-27T18:35:11.342Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-27T18:35:11.342Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-27T18:35:11.342Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-27T18:35:11.342Z] Setting up liberror-perl (0.17025-1) ... [2021-04-27T18:35:11.342Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-27T18:35:11.342Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-27T18:35:11.342Z] No schema files found: doing nothing. [2021-04-27T18:35:11.342Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-27T18:35:11.603Z] Setting up zip (3.0-11build1) ... [2021-04-27T18:35:11.603Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-27T18:35:11.603Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-27T18:35:11.603Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-27T18:35:11.603Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-27T18:35:11.603Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-27T18:35:11.603Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-27T18:35:11.603Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-27T18:35:11.863Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-27T18:35:18.631Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-27T18:35:18.632Z] git set to automatically installed. [2021-04-27T18:35:18.632Z] git-man set to automatically installed. [2021-04-27T18:35:18.632Z] libcurl3-gnutls set to automatically installed. [2021-04-27T18:35:18.632Z] liberror-perl set to automatically installed. [2021-04-27T18:35:18.632Z] libglib2.0-0 set to automatically installed. [2021-04-27T18:35:18.632Z] libnghttp2-14 set to automatically installed. [2021-04-27T18:35:18.632Z] libnorm1 set to automatically installed. [2021-04-27T18:35:18.632Z] libpgm-5.2-0 set to automatically installed. [2021-04-27T18:35:18.632Z] libpsl5 set to automatically installed. [2021-04-27T18:35:18.632Z] librtmp1 set to automatically installed. [2021-04-27T18:35:18.632Z] libsodium23 set to automatically installed. [2021-04-27T18:35:18.632Z] libzmq3-dev set to automatically installed. [2021-04-27T18:35:18.632Z] libzmq5 set to automatically installed. [2021-04-27T18:35:18.632Z] pkg-config set to automatically installed. [2021-04-27T18:35:18.632Z] zip set to automatically installed. [2021-04-27T18:35:20.016Z] snapd is not logged in, snap install commands will use sudo [2021-04-27T18:35:26.600Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-27T18:35:26.861Z] snap "core18" has no updates available [2021-04-27T18:35:27.801Z] snapd is not logged in, snap install commands will use sudo [2021-04-27T18:35:34.389Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-27T18:35:44.406Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-27T18:35:44.976Z] Pulling go-build-helper [2021-04-27T18:35:45.236Z] + snapcraftctl pull [2021-04-27T18:35:46.177Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-27T18:35:46.177Z] Skipping pull go-build-helper (already ran) [2021-04-27T18:35:46.177Z] Building go-build-helper [2021-04-27T18:35:46.177Z] + snapcraftctl build [2021-04-27T18:35:48.087Z] Staging go-build-helper [2021-04-27T18:35:48.087Z] + snapcraftctl stage [2021-04-27T18:35:58.084Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-27T18:35:58.084Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-27T18:35:58.084Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-27T18:35:58.084Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-27T18:35:58.084Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-27T18:35:58.084Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-27T18:35:58.084Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-27T18:35:58.084Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-27T18:35:58.084Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-27T18:35:58.084Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-27T18:35:58.084Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-27T18:35:58.084Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-27T18:35:58.084Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-27T18:35:58.084Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-27T18:35:58.084Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-27T18:35:58.084Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-27T18:35:58.084Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-27T18:35:58.084Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-27T18:35:58.084Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-27T18:35:58.084Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-27T18:35:58.084Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-27T18:35:58.084Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-27T18:35:58.084Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-27T18:35:58.084Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-27T18:35:58.084Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-27T18:35:58.084Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-27T18:35:58.084Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-27T18:35:58.084Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-27T18:35:58.084Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-27T18:35:58.084Z] Fetched 224 kB in 0s (0 B/s) [2021-04-27T18:35:58.084Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-27T18:35:58.084Z] Fetched 157 kB in 0s (0 B/s) [2021-04-27T18:35:58.084Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-27T18:35:58.084Z] Fetched 221 kB in 0s (0 B/s) [2021-04-27T18:35:58.084Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-27T18:35:58.084Z] Fetched 143 kB in 0s (0 B/s) [2021-04-27T18:35:58.084Z] Pulling app-service-config [2021-04-27T18:35:58.084Z] + snapcraftctl pull [2021-04-27T18:35:58.084Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-27T18:35:59.028Z] Pulling config-common [2021-04-27T18:35:59.028Z] + snapcraftctl pull [2021-04-27T18:36:03.234Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-27T18:36:03.234Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-27T18:36:03.234Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-27T18:36:03.234Z] Fetched 0 B in 0s (0 B/s) [2021-04-27T18:36:03.234Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-27T18:36:03.234Z] Fetched 0 B in 0s (0 B/s) [2021-04-27T18:36:03.234Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-27T18:36:03.234Z] Fetched 0 B in 0s (0 B/s) [2021-04-27T18:36:03.234Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-27T18:36:03.234Z] Fetched 0 B in 0s (0 B/s) [2021-04-27T18:36:03.234Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-27T18:36:03.234Z] Fetched 0 B in 0s (0 B/s) [2021-04-27T18:36:03.234Z] Pulling edgex-go [2021-04-27T18:36:03.234Z] + snapcraftctl pull [2021-04-27T18:36:25.202Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-27T18:36:25.202Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-27T18:36:25.202Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-27T18:36:25.202Z] Fetched 0 B in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-27T18:36:25.202Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-27T18:36:25.202Z] Fetched 279 kB in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-27T18:36:25.202Z] Fetched 122 kB in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-27T18:36:25.202Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-27T18:36:25.202Z] Fetched 8848 B in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-27T18:36:25.202Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-27T18:36:25.202Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-27T18:36:25.202Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-27T18:36:25.202Z] Fetched 219 kB in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-27T18:36:25.202Z] Fetched 154 kB in 0s (0 B/s) [2021-04-27T18:36:25.202Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-27T18:36:25.203Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-27T18:36:25.203Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-27T18:36:25.203Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-27T18:36:25.203Z] Fetched 499 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-27T18:36:25.203Z] Fetched 111 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-27T18:36:25.203Z] Fetched 240 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-27T18:36:25.203Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-27T18:36:25.203Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-27T18:36:25.203Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-27T18:36:25.203Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-27T18:36:25.203Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-27T18:36:25.203Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-27T18:36:25.203Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-27T18:36:25.203Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-27T18:36:25.203Z] Fetched 8720 B in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-27T18:36:25.203Z] Fetched 137 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-27T18:36:25.203Z] Fetched 119 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-27T18:36:25.203Z] Fetched 110 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-27T18:36:25.203Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-27T18:36:25.203Z] Fetched 645 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-27T18:36:25.203Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-27T18:36:25.203Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-27T18:36:25.203Z] Fetched 368 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-27T18:36:25.203Z] Fetched 187 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-27T18:36:25.203Z] Fetched 175 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-27T18:36:25.203Z] Fetched 206 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-27T18:36:25.203Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-27T18:36:25.203Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-27T18:36:25.203Z] Fetched 159 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-27T18:36:25.203Z] Fetched 107 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-27T18:36:25.203Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-27T18:36:25.203Z] Pulling static-packages [2021-04-27T18:36:25.203Z] + snapcraftctl pull [2021-04-27T18:36:25.203Z] Pulling version [2021-04-27T18:36:25.203Z] + cd /root/project [2021-04-27T18:36:25.203Z] + [ -f VERSION ] [2021-04-27T18:36:25.203Z] + PROJECT_VERSION=local-dev [2021-04-27T18:36:25.203Z] + git rev-parse --short HEAD [2021-04-27T18:36:25.203Z] + GIT_REVISION=96086116 [2021-04-27T18:36:25.203Z] + snapcraftctl set-version local-dev [2021-04-27T18:36:25.464Z] Skipping build go-build-helper (already ran) [2021-04-27T18:36:25.464Z] Building app-service-config [2021-04-27T18:36:25.464Z] + make build [2021-04-27T18:36:25.725Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-27T18:36:28.272Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-27T18:36:28.533Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-27T18:36:28.533Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-27T18:36:28.533Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-27T18:36:28.793Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-27T18:36:28.793Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-27T18:36:29.054Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-27T18:36:29.054Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-27T18:36:29.314Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-27T18:36:29.314Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-27T18:36:29.314Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-27T18:36:29.314Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-27T18:36:29.314Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-27T18:36:29.575Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-27T18:36:29.575Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-27T18:36:29.575Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-27T18:36:29.575Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-27T18:36:29.575Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-27T18:36:29.575Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-27T18:36:29.575Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-27T18:36:29.575Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-27T18:36:29.844Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-27T18:36:29.844Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-27T18:36:29.844Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-27T18:36:29.844Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-27T18:36:29.844Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-27T18:36:29.844Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-27T18:36:29.844Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-27T18:36:29.844Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-27T18:36:29.844Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-27T18:36:29.844Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-27T18:36:29.844Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-27T18:36:29.844Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-27T18:36:29.844Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-27T18:36:30.103Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-27T18:36:30.103Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-27T18:36:30.103Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-27T18:36:30.103Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-27T18:36:30.103Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-27T18:36:30.103Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-27T18:36:30.103Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-27T18:36:30.103Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-27T18:36:30.103Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-27T18:36:30.103Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-27T18:36:30.103Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-27T18:36:40.096Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-27T18:36:40.096Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-27T18:36:40.096Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-27T18:36:40.096Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-27T18:36:40.667Z] Building config-common [2021-04-27T18:36:40.667Z] + snapcraftctl build [2021-04-27T18:36:42.577Z] Building edgex-go [2021-04-27T18:36:42.838Z] + cd /root/parts/edgex-go/src [2021-04-27T18:36:42.838Z] + make build [2021-04-27T18:36:42.838Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-27T18:36:43.407Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-27T18:36:43.407Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-04-27T18:36:43.407Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-27T18:36:43.407Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-27T18:36:43.407Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-27T18:36:43.407Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-27T18:36:43.668Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-27T18:36:43.668Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-27T18:36:43.668Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-27T18:36:43.668Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-27T18:36:43.668Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-27T18:36:43.668Z] go: downloading golang.org/x/text v0.3.2 [2021-04-27T18:36:47.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-27T18:36:47.869Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-27T18:36:53.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-27T18:36:54.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-27T18:36:56.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-27T18:36:56.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-27T18:36:56.266Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-27T18:36:56.526Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-27T18:36:56.526Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-27T18:36:56.526Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-27T18:36:58.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-27T18:36:58.448Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-27T18:36:58.448Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-27T18:36:59.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-27T18:37:01.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-27T18:37:02.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-27T18:37:03.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-27T18:37:03.549Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-27T18:37:04.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-27T18:37:04.930Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-27T18:37:06.841Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-27T18:37:06.841Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-27T18:37:06.841Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-27T18:37:06.841Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-27T18:37:06.841Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-27T18:37:06.841Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-27T18:37:06.841Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-27T18:37:06.841Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-27T18:37:06.841Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-27T18:37:06.841Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-27T18:37:06.841Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-27T18:37:06.841Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-27T18:37:06.841Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-27T18:37:06.841Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-27T18:37:06.841Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-27T18:37:10.139Z] Building static-packages [2021-04-27T18:37:10.139Z] + snapcraftctl build [2021-04-27T18:37:12.052Z] Building version [2021-04-27T18:37:12.052Z] + snapcraftctl build [2021-04-27T18:37:13.731Z] Skipping stage go-build-helper (already ran) [2021-04-27T18:37:13.731Z] Staging app-service-config [2021-04-27T18:37:13.731Z] + snapcraftctl stage [2021-04-27T18:37:14.786Z] Staging config-common [2021-04-27T18:37:14.786Z] + snapcraftctl stage [2021-04-27T18:37:15.730Z] Staging edgex-go [2021-04-27T18:37:15.730Z] + snapcraftctl stage [2021-04-27T18:37:16.672Z] Staging static-packages [2021-04-27T18:37:16.672Z] + snapcraftctl stage [2021-04-27T18:37:18.061Z] Staging version [2021-04-27T18:37:18.061Z] + snapcraftctl stage [2021-04-27T18:37:19.005Z] Priming go-build-helper [2021-04-27T18:37:19.005Z] + snapcraftctl prime [2021-04-27T18:37:19.946Z] Priming app-service-config [2021-04-27T18:37:19.946Z] + snapcraftctl prime [2021-04-27T18:37:20.890Z] Priming config-common [2021-04-27T18:37:20.890Z] + snapcraftctl prime [2021-04-27T18:37:22.274Z] Priming edgex-go [2021-04-27T18:37:22.274Z] + snapcraftctl prime [2021-04-27T18:37:23.216Z] Priming static-packages [2021-04-27T18:37:23.216Z] + snapcraftctl prime [2021-04-27T18:37:25.764Z] Priming version [2021-04-27T18:37:25.764Z] + snapcraftctl prime [2021-04-27T18:37:26.335Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-27T18:37:29.528Z] provisioning config files... [2021-04-27T18:37:29.708Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6786852731908171547tmp [Pipeline] { [Pipeline] sh [2021-04-27T18:37:30.124Z] + set +x [2021-04-27T18:37:30.124Z] + curl -s https://codecov.io/bash [2021-04-27T18:37:30.124Z] + bash -s -- [2021-04-27T18:37:30.741Z] [2021-04-27T18:37:30.741Z] _____ _ [2021-04-27T18:37:30.741Z] / ____| | | [2021-04-27T18:37:30.741Z] | | ___ __| | ___ ___ _____ __ [2021-04-27T18:37:30.741Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-27T18:37:30.741Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-27T18:37:30.741Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-27T18:37:30.741Z] Bash-1.0.2 [2021-04-27T18:37:30.741Z] [2021-04-27T18:37:30.741Z] [2021-04-27T18:37:30.741Z] ==> git version 2.24.3 found [2021-04-27T18:37:30.741Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-27T18:37:30.741Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-27T18:37:30.741Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-27T18:37:30.741Z] ==> Jenkins CI detected. [2021-04-27T18:37:30.741Z] project root: . [2021-04-27T18:37:30.741Z] --> token set from env [2021-04-27T18:37:31.025Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-27T18:37:31.025Z] ==> Running gcov in . (disable via -X gcov) [2021-04-27T18:37:31.307Z] ==> Python coveragepy not found [2021-04-27T18:37:31.307Z] ==> Searching for coverage reports in: [2021-04-27T18:37:31.307Z] + . [2021-04-27T18:37:31.307Z] -> Found 1 reports [2021-04-27T18:37:31.307Z] ==> Detecting git/mercurial file structure [2021-04-27T18:37:31.307Z] ==> Reading reports [2021-04-27T18:37:31.307Z] + ./coverage.out bytes=689628 [2021-04-27T18:37:31.307Z] ==> Appending adjustments [2021-04-27T18:37:31.307Z] https://docs.codecov.io/docs/fixing-reports [2021-04-27T18:37:43.077Z] + Found adjustments [2021-04-27T18:37:43.077Z] ==> Gzipping contents [2021-04-27T18:37:43.077Z] 100K /tmp/codecov.3YGwGI.gz [2021-04-27T18:37:43.077Z] ==> Uploading reports [2021-04-27T18:37:43.077Z] url: https://codecov.io [2021-04-27T18:37:43.077Z] query: branch=PR-3400&commit=96086116948ca23ac3f4c7454cd233267f47702e&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3400%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3400&job=&cmd_args= [2021-04-27T18:37:43.077Z] -> Pinging Codecov [2021-04-27T18:37:43.077Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3400&commit=96086116948ca23ac3f4c7454cd233267f47702e&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3400%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3400&job=&cmd_args= [2021-04-27T18:37:43.697Z] -> Uploading to [2021-04-27T18:37:43.697Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-27/00271124DB129430A58F1EEE437C3FCB/96086116948ca23ac3f4c7454cd233267f47702e/6493abb3-d9ba-49d1-972c-725464bd0b98.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T183743Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8119cb2abc42d48d5525ebfb8e9d88b0c8f395846fbf562e2fbb4461e90db906 [2021-04-27T18:37:43.697Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-27T18:37:43.697Z] Dload Upload Total Spent Left Speed [2021-04-27T18:37:44.365Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99010 0 0 100 99010 0 134k --:--:-- --:--:-- --:--:-- 134k [2021-04-27T18:37:44.365Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/96086116948ca23ac3f4c7454cd233267f47702e [Pipeline] } [2021-04-27T18:37:44.467Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:37:45.682Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:37:47.604Z] ---> package-listing.sh [2021-04-27T18:37:47.605Z] ++ facter osfamily [2021-04-27T18:37:47.605Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-27T18:37:47.925Z] + OS_FAMILY=redhat [2021-04-27T18:37:47.925Z] + workspace=/w/workspace/edgex-go/5 [2021-04-27T18:37:47.925Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-27T18:37:47.925Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-27T18:37:47.925Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-27T18:37:47.925Z] + PACKAGES=/tmp/packages_start.txt [2021-04-27T18:37:47.925Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-27T18:37:47.925Z] + PACKAGES=/tmp/packages_end.txt [2021-04-27T18:37:47.925Z] + case "${OS_FAMILY}" in [2021-04-27T18:37:47.925Z] + rpm -qa [2021-04-27T18:37:47.925Z] + sort [2021-04-27T18:38:00.403Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-27T18:38:00.403Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-27T18:38:00.403Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-27T18:38:00.403Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-27T18:38:00.403Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-04-27T18:38:00.403Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-04-27T18:38:00.422Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-27T18:38:00.750Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:38:01.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T18:38:01.608Z] [2021-04-27T18:38:01.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-27T18:38:02.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T18:38:02.329Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-27T18:38:02.329Z] df20fa9351a1: Pulling fs layer [2021-04-27T18:38:02.329Z] 36b3adc4ff6f: Pulling fs layer [2021-04-27T18:38:02.329Z] 8ad3a11d3b57: Pulling fs layer [2021-04-27T18:38:02.329Z] 46f8f816bc3b: Pulling fs layer [2021-04-27T18:38:02.329Z] 93b61091891f: Pulling fs layer [2021-04-27T18:38:02.329Z] 93b9cdb0e59b: Pulling fs layer [2021-04-27T18:38:02.329Z] 5e14af77c1be: Pulling fs layer [2021-04-27T18:38:02.329Z] 01666e4c0597: Pulling fs layer [2021-04-27T18:38:02.329Z] aa168da1d23b: Pulling fs layer [2021-04-27T18:38:02.329Z] 93b61091891f: Waiting [2021-04-27T18:38:02.330Z] 93b9cdb0e59b: Waiting [2021-04-27T18:38:02.330Z] 5e14af77c1be: Waiting [2021-04-27T18:38:02.330Z] 01666e4c0597: Waiting [2021-04-27T18:38:02.330Z] aa168da1d23b: Waiting [2021-04-27T18:38:02.330Z] 46f8f816bc3b: Waiting [2021-04-27T18:38:02.646Z] 36b3adc4ff6f: Verifying Checksum [2021-04-27T18:38:02.646Z] 36b3adc4ff6f: Download complete [2021-04-27T18:38:02.646Z] 46f8f816bc3b: Verifying Checksum [2021-04-27T18:38:02.646Z] 46f8f816bc3b: Download complete [2021-04-27T18:38:02.646Z] df20fa9351a1: Verifying Checksum [2021-04-27T18:38:02.646Z] df20fa9351a1: Download complete [2021-04-27T18:38:02.984Z] 93b9cdb0e59b: Verifying Checksum [2021-04-27T18:38:02.984Z] 93b9cdb0e59b: Download complete [2021-04-27T18:38:02.984Z] 5e14af77c1be: Verifying Checksum [2021-04-27T18:38:02.984Z] 5e14af77c1be: Download complete [2021-04-27T18:38:02.984Z] 01666e4c0597: Verifying Checksum [2021-04-27T18:38:02.984Z] 01666e4c0597: Download complete [2021-04-27T18:38:03.305Z] 93b61091891f: Download complete [2021-04-27T18:38:04.111Z] 8ad3a11d3b57: Verifying Checksum [2021-04-27T18:38:04.111Z] 8ad3a11d3b57: Download complete [2021-04-27T18:38:05.252Z] df20fa9351a1: Pull complete [2021-04-27T18:38:06.524Z] 36b3adc4ff6f: Pull complete [2021-04-27T18:38:10.160Z] 8ad3a11d3b57: Pull complete [2021-04-27T18:38:10.160Z] 46f8f816bc3b: Pull complete [2021-04-27T18:38:11.611Z] aa168da1d23b: Verifying Checksum [2021-04-27T18:38:11.611Z] aa168da1d23b: Download complete [2021-04-27T18:38:11.918Z] 93b61091891f: Pull complete [2021-04-27T18:38:12.538Z] 93b9cdb0e59b: Pull complete [2021-04-27T18:38:12.813Z] 5e14af77c1be: Pull complete [2021-04-27T18:38:13.479Z] 01666e4c0597: Pull complete [2021-04-27T18:38:41.004Z] aa168da1d23b: Pull complete [2021-04-27T18:38:41.004Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-27T18:38:41.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-27T18:38:41.004Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-27T18:38:41.628Z] prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container [2021-04-27T18:38:41.864Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-27T18:38:47.057Z] $ docker top 43d1af45f3b22342220eb15c3fa77e72d02dd2b9d36441fd68190ad7eb3a31b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-27T18:38:48.611Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-27T18:38:49.680Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-27T18:38:50.512Z] + ls /var/log/sa-host [2021-04-27T18:38:50.512Z] + sadf -c /var/log/sa-host/sa23 [2021-04-27T18:38:50.512Z] file_magic: OK [2021-04-27T18:38:50.512Z] HZ: Using current value: 100 [2021-04-27T18:38:50.512Z] file_header: OK [2021-04-27T18:38:50.512Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-27T18:38:50.512Z] Statistics: [2021-04-27T18:38:50.512Z] Hnuu...uuuununununu... [2021-04-27T18:38:50.512Z] File successfully converted to sysstat format version 12.2.1 [2021-04-27T18:38:50.512Z] + sadf -c /var/log/sa-host/sa27 [2021-04-27T18:38:50.512Z] file_magic: OK [2021-04-27T18:38:50.512Z] HZ: Using current value: 100 [2021-04-27T18:38:50.512Z] file_header: OK [2021-04-27T18:38:50.512Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-27T18:38:50.512Z] Statistics: [2021-04-27T18:38:50.512Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-27T18:38:50.512Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-27T18:38:51.128Z] provisioning config files... [2021-04-27T18:38:51.161Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config7716297682154450485tmp [Pipeline] { [Pipeline] echo [2021-04-27T18:38:51.198Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:38:52.069Z] ---> create-netrc.sh [Pipeline] } [2021-04-27T18:38:52.097Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-27T18:38:52.130Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:38:52.854Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-27T18:38:52.873Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:38:53.212Z] ---> sudo-logs.sh [2021-04-27T18:38:53.212Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-27T18:38:53.265Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:38:53.631Z] ---> job-cost.sh [2021-04-27T18:38:53.907Z] lf-activate-venv: SKIPPING [2021-04-27T18:38:53.907Z] DEBUG: total: 0.20999999344348907 [2021-04-27T18:38:53.907Z] INFO: Retrieving Stack Cost... [2021-04-27T18:38:55.028Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-27T18:38:56.114Z] INFO: Archiving Costs [Pipeline] echo [2021-04-27T18:38:56.141Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-27T18:38:57.510Z] ---> logs-deploy.sh [2021-04-27T18:38:57.511Z] lf-activate-venv: SKIPPING [2021-04-27T18:38:57.511Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3400/5 [2021-04-27T18:38:57.511Z] INFO: archiving workspace using pattern(s): [2021-04-27T18:39:02.974Z] Archives upload complete. [2021-04-27T18:39:02.974Z] INFO: archiving logs to Nexus