Pull request #3387 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3cac00ae421225aef9075103638b3013c7ede51c+ffeef0baf9084ef973288a9a81981f0cc896aaf1 (f0504996870033070cd73ab5ba84b908c5b1618f) 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 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1176’ is offline; ‘prd-centos7-docker-4c-2g-1188’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1186’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1193 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 3cac00ae421225aef9075103638b3013c7ede51c > 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/3387/head:refs/remotes/origin/PR-3387 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 3cac00ae421225aef9075103638b3013c7ede51c Checking out Revision 3cac00ae421225aef9075103638b3013c7ede51c (PR-3387) > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # 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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T15:56:06.418Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T15:56:06.516Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T15:56:06.550Z] ========================================================= [2021-04-20T15:56:06.550Z] EdgeX Global Pipelines Version Info [2021-04-20T15:56:06.550Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 [2021-04-20T15:56:09.935Z] ------------------- [2021-04-20T15:56:09.935Z] stable info: [2021-04-20T15:56:09.935Z] ------------------- [2021-04-20T15:56:09.935Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T15:56:09.935Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T15:56:09.935Z] Message: update stable to v1.0.186 [2021-04-20T15:56:11.072Z] ------------------- [2021-04-20T15:56:11.072Z] experimental info: [2021-04-20T15:56:11.072Z] ------------------- [2021-04-20T15:56:11.072Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T15:56:11.072Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T15:56:11.072Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T15:56:11.293Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T15:56:11.316Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T15:56:11.337Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T15:56:11.357Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T15:56:11.378Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T15:56:11.400Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T15:56:11.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T15:56:11.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T15:56:11.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T15:56:11.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T15:56:11.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T15:56:11.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T15:56:11.558Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T15:56:11.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T15:56:11.617Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:56:11.637Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:56:11.657Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T15:56:11.679Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T15:56:11.701Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T15:56:11.725Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T15:56:11.747Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T15:56:11.769Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T15:56:11.792Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3387 [Pipeline] echo [2021-04-20T15:56:11.836Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3387 [Pipeline] echo [2021-04-20T15:56:11.857Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3387 [Pipeline] echo [2021-04-20T15:56:11.881Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3cac00ae421225aef9075103638b3013c7ede51c [Pipeline] echo [2021-04-20T15:56:11.902Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3cac00a [Pipeline] echo [2021-04-20T15:56:11.923Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:56:12.008Z] provisioning config files... [2021-04-20T15:56:12.063Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4677418346691529670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:56:12.534Z] ---> docker-login.sh [2021-04-20T15:56:12.534Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:56:15.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:56:16.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:56:16.774Z] Configure a credential helper to remove this warning. See [2021-04-20T15:56:16.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:56:16.774Z] [2021-04-20T15:56:16.774Z] Login Succeeded [2021-04-20T15:56:16.774Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:56:17.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:56:17.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:56:17.757Z] Configure a credential helper to remove this warning. See [2021-04-20T15:56:17.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:56:17.757Z] [2021-04-20T15:56:17.757Z] Login Succeeded [2021-04-20T15:56:17.757Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:56:18.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:56:18.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:56:18.435Z] Configure a credential helper to remove this warning. See [2021-04-20T15:56:18.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:56:18.435Z] [2021-04-20T15:56:18.435Z] Login Succeeded [2021-04-20T15:56:18.435Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:56:19.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:56:19.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:56:19.071Z] Configure a credential helper to remove this warning. See [2021-04-20T15:56:19.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:56:19.071Z] [2021-04-20T15:56:19.071Z] Login Succeeded [2021-04-20T15:56:19.071Z] docker.io [2021-04-20T15:56:19.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:56:20.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:56:20.001Z] Configure a credential helper to remove this warning. See [2021-04-20T15:56:20.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:56:20.001Z] [2021-04-20T15:56:20.001Z] Login Succeeded [2021-04-20T15:56:20.001Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T15:56:20.016Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:56:20.375Z] ++ 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-20T15:56:20.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:56:20.375Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T15:56:20.375Z] ++ cut -d/ -f2 [2021-04-20T15:56:20.375Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T15:56:20.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:56:20.375Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T15:56:20.375Z] ++ cut -d/ -f2 [2021-04-20T15:56:20.375Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T15:56:20.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:56:20.375Z] ++ cut -d/ -f2 [2021-04-20T15:56:20.375Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T15:56:20.375Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T15:56:20.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:56:20.375Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T15:56:20.375Z] ++ cut -d/ -f2 [2021-04-20T15:56:20.375Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T15:56:20.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:56:20.375Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T15:56:20.375Z] ++ cut -d/ -f2 [2021-04-20T15:56:20.375Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T15:56:20.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:56:20.375Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:56:20.375Z] ++ cut -d/ -f2 [2021-04-20T15:56:20.375Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:56:20.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:56:20.375Z] ++ cut -d/ -f2 [2021-04-20T15:56:20.375Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T15:56:20.375Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T15:56:20.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:56:20.375Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T15:56:20.375Z] ++ cut -d/ -f2 [2021-04-20T15:56:20.375Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T15:56:20.375Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:56:20.375Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T15:56:20.375Z] ++ cut -d/ -f2 [2021-04-20T15:56:20.375Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T15:56:20.513Z] 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-20T15:56:21.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:56:21.242Z] [2021-04-20T15:56:21.242Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:56:21.641Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:56:21.641Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T15:56:21.641Z] 31603596830f: Pulling fs layer [2021-04-20T15:56:21.641Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T15:56:21.641Z] 6ca5941a6612: Pulling fs layer [2021-04-20T15:56:21.641Z] ecc8261a40a4: Pulling fs layer [2021-04-20T15:56:21.641Z] ecc8261a40a4: Waiting [2021-04-20T15:56:21.641Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T15:56:21.641Z] 2a8b12db71e7: Download complete [2021-04-20T15:56:21.954Z] 31603596830f: Verifying Checksum [2021-04-20T15:56:21.954Z] 31603596830f: Download complete [2021-04-20T15:56:22.250Z] ecc8261a40a4: Verifying Checksum [2021-04-20T15:56:22.250Z] ecc8261a40a4: Download complete [2021-04-20T15:56:22.516Z] 6ca5941a6612: Verifying Checksum [2021-04-20T15:56:22.516Z] 6ca5941a6612: Download complete [2021-04-20T15:56:22.516Z] 31603596830f: Pull complete [2021-04-20T15:56:22.862Z] 2a8b12db71e7: Pull complete [2021-04-20T15:56:27.698Z] 6ca5941a6612: Pull complete [2021-04-20T15:56:28.002Z] ecc8261a40a4: Pull complete [2021-04-20T15:56:28.272Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T15:56:28.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:56:28.273Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T15:56:28.609Z] prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container [2021-04-20T15:56:28.745Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T15:56:32.569Z] $ docker top 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T15:56:33.182Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:56:33.182Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:56:34.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:56:34.062Z] $ docker exec 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d ssh-agent [2021-04-20T15:56:34.843Z] SSH_AUTH_SOCK=/tmp/ssh-7BYS9Tf2iAEQ/agent.11 [2021-04-20T15:56:34.843Z] SSH_AGENT_PID=16 [2021-04-20T15:56:34.859Z] Running ssh-add (command line suppressed) [2021-04-20T15:56:35.053Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_4694993563339459869.key (/w/workspace/edgex-go/5@tmp/private_key_4694993563339459869.key) [2021-04-20T15:56:35.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:56:35.475Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T15:56:35.517Z] $ docker exec --env ******** --env ******** 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d ssh-agent -k [2021-04-20T15:56:35.753Z] unset SSH_AUTH_SOCK; [2021-04-20T15:56:35.754Z] unset SSH_AGENT_PID; [2021-04-20T15:56:35.754Z] echo Agent pid 16 killed; [2021-04-20T15:56:35.843Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T15:56:35.883Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:56:35.883Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:56:36.252Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:56:36.256Z] $ docker exec 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d ssh-agent [2021-04-20T15:56:36.596Z] SSH_AUTH_SOCK=/tmp/ssh-MjUP07j8ibhe/agent.46 [2021-04-20T15:56:36.596Z] SSH_AGENT_PID=51 [2021-04-20T15:56:36.606Z] Running ssh-add (command line suppressed) [2021-04-20T15:56:36.861Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7713094240398372170.key (/w/workspace/edgex-go/5@tmp/private_key_7713094240398372170.key) [2021-04-20T15:56:36.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:56:37.302Z] + git semver init [2021-04-20T15:56:37.583Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T15:56:37.583Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-04-20T15:56:37.583Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-04-20T15:56:37.583Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T15:56:37.583Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T15:56:37.583Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T15:56:37.583Z] # $SEMVER_BRANCH = PR-3387 [2021-04-20T15:56:37.583Z] # $SEMVER_TEMP = /tmp/semver-123116128 [2021-04-20T15:56:37.583Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T15:57:17.434Z] # '/tmp/semver-123116128' -> '/w/workspace/edgex-go/5/.semver' [2021-04-20T15:57:18.431Z] # -> Force: false [2021-04-20T15:57:18.431Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-04-20T15:57:18.735Z] $ docker exec --env ******** --env ******** 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d ssh-agent -k [2021-04-20T15:57:19.517Z] unset SSH_AUTH_SOCK; [2021-04-20T15:57:19.518Z] unset SSH_AGENT_PID; [2021-04-20T15:57:19.518Z] echo Agent pid 51 killed; [2021-04-20T15:57:19.659Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:57:20.036Z] + git semver [Pipeline] } [2021-04-20T15:57:20.069Z] $ docker stop --time=1 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d [2021-04-20T15:57:23.033Z] $ docker rm -f 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:57:24.028Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T15:57:25.356Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T15:57:25.359Z] [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-20T15:57:26.041Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:57:26.422Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:57:27.802Z] + true [2021-04-20T15:57:27.802Z] + sudo service docker restart [2021-04-20T15:57:27.802Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T15:57:29.475Z] ========================================================= [2021-04-20T15:57:29.475Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T15:57:29.475Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:57:29.804Z] + 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-20T15:57:40.280Z] Sending build context to Docker daemon 329.6MB [2021-04-20T15:57:40.280Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:57:40.280Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:57:40.280Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T15:57:40.280Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T15:57:40.280Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T15:57:40.280Z] de9db76c5a1d: Pulling fs layer [2021-04-20T15:57:40.280Z] bca2f99d35d6: Pulling fs layer [2021-04-20T15:57:40.280Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T15:57:40.280Z] 7c6f9722023f: Pulling fs layer [2021-04-20T15:57:40.280Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T15:57:40.280Z] 93359f2a8cfa: Waiting [2021-04-20T15:57:40.280Z] 7c6f9722023f: Waiting [2021-04-20T15:57:40.280Z] a35cf1a2eb13: Waiting [2021-04-20T15:57:40.280Z] bca2f99d35d6: Waiting [2021-04-20T15:57:40.280Z] de9db76c5a1d: Verifying Checksum [2021-04-20T15:57:40.280Z] de9db76c5a1d: Download complete [2021-04-20T15:57:40.280Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T15:57:40.280Z] 0ef7d3d256c8: Download complete [2021-04-20T15:57:40.280Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T15:57:40.280Z] 93359f2a8cfa: Download complete [2021-04-20T15:57:40.280Z] 7c6f9722023f: Verifying Checksum [2021-04-20T15:57:40.280Z] 7c6f9722023f: Download complete [2021-04-20T15:57:40.280Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T15:57:40.280Z] 188c0c94c7c5: Download complete [2021-04-20T15:57:40.525Z] Still waiting to schedule task [2021-04-20T15:57:40.525Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1196’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1197’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1200’ is offline [2021-04-20T15:57:41.341Z] 188c0c94c7c5: Pull complete [2021-04-20T15:57:42.037Z] 0ef7d3d256c8: Pull complete [2021-04-20T15:57:42.354Z] de9db76c5a1d: Pull complete [2021-04-20T15:57:44.405Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T15:57:44.405Z] a35cf1a2eb13: Download complete [2021-04-20T15:57:45.027Z] bca2f99d35d6: Verifying Checksum [2021-04-20T15:57:45.027Z] bca2f99d35d6: Download complete [2021-04-20T15:58:03.621Z] bca2f99d35d6: Pull complete [2021-04-20T15:58:04.720Z] 93359f2a8cfa: Pull complete [2021-04-20T15:58:05.354Z] 7c6f9722023f: Pull complete [2021-04-20T15:58:12.208Z] a35cf1a2eb13: Pull complete [2021-04-20T15:58:12.208Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T15:58:12.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T15:58:12.208Z] ---> a62c8e92a672 [2021-04-20T15:58:12.208Z] 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-20T15:58:12.208Z] ---> Running in 420a488658c3 [2021-04-20T15:58:13.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:13.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:58:14.471Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:58:14.752Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:58:15.033Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:58:15.033Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:58:24.226Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:58:24.226Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:58:24.226Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:58:24.226Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:58:24.226Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:58:24.490Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:58:24.490Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:58:24.755Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:58:24.755Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:58:24.755Z] OK: 233 MiB in 51 packages [2021-04-20T15:58:30.302Z] Removing intermediate container 420a488658c3 [2021-04-20T15:58:30.302Z] ---> ff0de7953610 [2021-04-20T15:58:30.302Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:58:30.302Z] ---> Running in 85373f68dcfa [2021-04-20T15:58:30.302Z] Removing intermediate container 85373f68dcfa [2021-04-20T15:58:30.302Z] ---> 4e6547a68c5d [2021-04-20T15:58:30.302Z] Step 5/6 : COPY go.mod . [2021-04-20T15:58:30.893Z] ---> 74cf65746c6d [2021-04-20T15:58:30.894Z] Step 6/6 : RUN go mod download [2021-04-20T15:58:30.894Z] ---> Running in 4ea14df14dcb [2021-04-20T15:59:03.492Z] Removing intermediate container 4ea14df14dcb [2021-04-20T15:59:03.492Z] ---> ba30ba5693f7 [2021-04-20T15:59:03.492Z] Successfully built ba30ba5693f7 [2021-04-20T15:59:03.492Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:59:03.904Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:59:04.174Z] . [Pipeline] withDockerContainer [2021-04-20T15:59:04.372Z] prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container [2021-04-20T15:59:04.477Z] $ 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 ******** ci-base-image-x86_64 cat [2021-04-20T15:59:06.564Z] $ docker top bdd1fed8557efdadaaa62f6317b2a860747167a4368544319703a74afc12bd40 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:59:07.250Z] + go version [2021-04-20T15:59:07.250Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T15:59:07.273Z] $ docker stop --time=1 bdd1fed8557efdadaaa62f6317b2a860747167a4368544319703a74afc12bd40 [2021-04-20T15:59:09.675Z] $ docker rm -f bdd1fed8557efdadaaa62f6317b2a860747167a4368544319703a74afc12bd40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:59:10.267Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:59:10.267Z] . [Pipeline] withDockerContainer [2021-04-20T15:59:10.462Z] prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container [2021-04-20T15:59:10.535Z] $ 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 ******** ci-base-image-x86_64 cat [2021-04-20T15:59:11.501Z] $ docker top e2ec8b7f79851edfef386f1cac71a07903a3ed137a38fd27b35e46463ce9112e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T15:59:12.001Z] ========================================================= [2021-04-20T15:59:12.001Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T15:59:12.001Z] ========================================================= [Pipeline] sh [2021-04-20T15:59:13.122Z] + make test [2021-04-20T15:59:13.122Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T15:59:40.586Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T15:59:58.915Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1203 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws [2021-04-20T15:59:58.950Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-20T16:00:05.020Z] using credential edgex-jenkins-ssh [2021-04-20T16:00:05.036Z] Cloning the remote Git repository [2021-04-20T16:00:05.088Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:00:05.195Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-20T16:00:05.266Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:00:05.267Z] > git --version # timeout=10 [2021-04-20T16:00:05.281Z] > git --version # 'git version 2.17.1' [2021-04-20T16:00:05.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:00:05.361Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T16:00:27.150Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T16:00:27.171Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T16:00:27.189Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T16:00:27.216Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:00:27.217Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:00:27.228Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3387/head:refs/remotes/origin/PR-3387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T16:00:27.946Z] Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:00:28.366Z] Merge succeeded, producing 3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:00:28.367Z] Checking out Revision 3cac00ae421225aef9075103638b3013c7ede51c (PR-3387) [2021-04-20T16:00:27.963Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T16:00:27.975Z] > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # timeout=10 [2021-04-20T16:00:28.290Z] > git remote # timeout=10 [2021-04-20T16:00:28.306Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T16:00:28.321Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:00:28.332Z] > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 [2021-04-20T16:00:28.354Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T16:00:28.373Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T16:00:28.385Z] > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # timeout=10 [2021-04-20T16:00:32.770Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T16:00:34.445Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T16:00:34.870Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T16:00:35.218Z] + + sudo service dockertrue [2021-04-20T16:00:35.218Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T16:00:37.241Z] provisioning config files... [2021-04-20T16:00:37.290Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6611379756193847554tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:00:37.682Z] ---> docker-login.sh [2021-04-20T16:00:37.682Z] nexus3.edgexfoundry.org:10001 [2021-04-20T16:00:38.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:00:38.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:00:38.955Z] Configure a credential helper to remove this warning. See [2021-04-20T16:00:38.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:00:38.955Z] [2021-04-20T16:00:38.955Z] Login Succeeded [2021-04-20T16:00:38.955Z] nexus3.edgexfoundry.org:10002 [2021-04-20T16:00:39.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:00:39.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:00:39.554Z] Configure a credential helper to remove this warning. See [2021-04-20T16:00:39.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:00:39.554Z] [2021-04-20T16:00:39.554Z] Login Succeeded [2021-04-20T16:00:39.554Z] nexus3.edgexfoundry.org:10003 [2021-04-20T16:00:40.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:00:40.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:00:40.155Z] Configure a credential helper to remove this warning. See [2021-04-20T16:00:40.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:00:40.155Z] [2021-04-20T16:00:40.155Z] Login Succeeded [2021-04-20T16:00:40.155Z] nexus3.edgexfoundry.org:10004 [2021-04-20T16:00:40.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:00:40.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:00:40.755Z] Configure a credential helper to remove this warning. See [2021-04-20T16:00:40.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:00:40.755Z] [2021-04-20T16:00:40.755Z] Login Succeeded [2021-04-20T16:00:40.755Z] docker.io [2021-04-20T16:00:41.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T16:00:41.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T16:00:41.626Z] Configure a credential helper to remove this warning. See [2021-04-20T16:00:41.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T16:00:41.626Z] [2021-04-20T16:00:41.626Z] Login Succeeded [2021-04-20T16:00:41.626Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T16:00:41.643Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T16:00:41.957Z] ========================================================= [2021-04-20T16:00:41.957Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T16:00:41.957Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:00:42.295Z] + 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-20T16:00:44.943Z] Sending build context to Docker daemon 167.4MB [2021-04-20T16:00:44.944Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T16:00:44.944Z] Step 2/6 : FROM ${BASE} [2021-04-20T16:00:44.944Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T16:00:44.944Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T16:00:44.944Z] a4357932f1b6: Pulling fs layer [2021-04-20T16:00:44.944Z] 18c013af1878: Pulling fs layer [2021-04-20T16:00:44.944Z] 00ac8860ef70: Pulling fs layer [2021-04-20T16:00:44.944Z] 63d7cb157983: Pulling fs layer [2021-04-20T16:00:44.944Z] b116817d02f9: Pulling fs layer [2021-04-20T16:00:44.944Z] 745a02a5169b: Pulling fs layer [2021-04-20T16:00:44.944Z] 00ac8860ef70: Waiting [2021-04-20T16:00:44.944Z] 63d7cb157983: Waiting [2021-04-20T16:00:44.944Z] b116817d02f9: Waiting [2021-04-20T16:00:44.944Z] 745a02a5169b: Waiting [2021-04-20T16:00:44.944Z] 18c013af1878: Verifying Checksum [2021-04-20T16:00:44.944Z] 18c013af1878: Download complete [2021-04-20T16:00:44.944Z] a4357932f1b6: Verifying Checksum [2021-04-20T16:00:44.944Z] a4357932f1b6: Download complete [2021-04-20T16:00:44.944Z] 63d7cb157983: Verifying Checksum [2021-04-20T16:00:44.944Z] 63d7cb157983: Download complete [2021-04-20T16:00:44.944Z] b116817d02f9: Verifying Checksum [2021-04-20T16:00:44.944Z] b116817d02f9: Download complete [2021-04-20T16:00:44.944Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T16:00:44.944Z] 5f621e34cdf4: Download complete [2021-04-20T16:00:45.548Z] 5f621e34cdf4: Pull complete [2021-04-20T16:00:46.172Z] a4357932f1b6: Pull complete [2021-04-20T16:00:46.449Z] 18c013af1878: Pull complete [2021-04-20T16:00:47.056Z] 745a02a5169b: Verifying Checksum [2021-04-20T16:00:47.056Z] 745a02a5169b: Download complete [2021-04-20T16:00:48.495Z] 00ac8860ef70: Verifying Checksum [2021-04-20T16:00:48.495Z] 00ac8860ef70: Download complete [2021-04-20T16:00:50.420Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T16:00:58.695Z] 00ac8860ef70: Pull complete [2021-04-20T16:00:58.695Z] 63d7cb157983: Pull complete [2021-04-20T16:00:58.695Z] b116817d02f9: Pull complete [2021-04-20T16:01:01.323Z] 745a02a5169b: Pull complete [2021-04-20T16:01:01.323Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T16:01:01.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T16:01:01.323Z] ---> b7e6874047d6 [2021-04-20T16:01:01.323Z] 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-20T16:01:04.327Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T16:01:04.327Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T16:01:04.327Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T16:01:04.737Z] ---> Running in 1d8b48587469 [2021-04-20T16:01:06.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:01:06.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:01:07.376Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T16:01:07.649Z] (2/12) Installing file (5.38-r0) [2021-04-20T16:01:07.921Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T16:01:07.921Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T16:01:13.809Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T16:01:13.809Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T16:01:13.809Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T16:01:13.809Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T16:01:15.464Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T16:01:16.198Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T16:01:16.198Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T16:01:16.198Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T16:01:16.198Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T16:01:16.198Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T16:01:16.198Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T16:01:16.198Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T16:01:16.198Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T16:01:16.198Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T16:01:16.198Z] OK: 217 MiB in 51 packages [2021-04-20T16:01:17.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T16:01:20.506Z] Removing intermediate container 1d8b48587469 [2021-04-20T16:01:20.507Z] ---> a9eaa7162d6e [2021-04-20T16:01:20.507Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T16:01:20.507Z] ---> Running in a3802bdee0b9 [2021-04-20T16:01:20.507Z] Removing intermediate container a3802bdee0b9 [2021-04-20T16:01:20.507Z] ---> f3f71a587ec5 [2021-04-20T16:01:20.507Z] Step 5/6 : COPY go.mod . [2021-04-20T16:01:21.105Z] ---> 441c2e6fe5b0 [2021-04-20T16:01:21.105Z] Step 6/6 : RUN go mod download [2021-04-20T16:01:21.381Z] ---> Running in fb1db532e57b [2021-04-20T16:01:22.915Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T16:01:22.915Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T16:01:22.915Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T16:01:26.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.465s coverage: 45.9% of statements [2021-04-20T16:01:26.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T16:01:26.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T16:01:26.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T16:01:26.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T16:01:26.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T16:01:26.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T16:01:26.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements [2021-04-20T16:01:26.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.134s coverage: 100.0% of statements [2021-04-20T16:01:34.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T16:01:34.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T16:01:34.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.168s coverage: 100.0% of statements [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T16:01:34.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.313s coverage: 71.3% of statements [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T16:01:34.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T16:01:34.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.327s coverage: 82.9% of statements [2021-04-20T16:01:34.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T16:01:34.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:01:34.543Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.175s coverage: 78.9% of statements [2021-04-20T16:01:34.543Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T16:01:45.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.376s coverage: 28.6% of statements [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T16:01:45.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.266s coverage: 100.0% of statements [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T16:01:45.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.126s coverage: 100.0% of statements [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T16:01:45.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.457s coverage: 86.7% of statements [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T16:01:45.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.540s coverage: 97.5% of statements [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T16:01:45.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.252s coverage: 78.3% of statements [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T16:01:45.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T16:01:48.225Z] Removing intermediate container fb1db532e57b [2021-04-20T16:01:48.225Z] ---> 95b751f818b2 [2021-04-20T16:01:48.225Z] Successfully built 95b751f818b2 [2021-04-20T16:01:48.225Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:01:48.576Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T16:01:48.576Z] . [Pipeline] withDockerContainer [2021-04-20T16:01:48.852Z] prd-ubuntu18.04-docker-arm64-4c-16g-1203 does not seem to be running inside a container [2021-04-20T16:01:48.946Z] $ 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 ******** ci-base-image-arm64 cat [2021-04-20T16:01:50.578Z] $ docker top 286c37171d49089c2ccd00a075f2dd3455b97d4987fe11f54ababbc512b4d27e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:01:51.589Z] + go version [2021-04-20T16:01:51.589Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T16:01:51.619Z] $ docker stop --time=1 286c37171d49089c2ccd00a075f2dd3455b97d4987fe11f54ababbc512b4d27e [2021-04-20T16:01:53.592Z] $ docker rm -f 286c37171d49089c2ccd00a075f2dd3455b97d4987fe11f54ababbc512b4d27e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:01:54.318Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T16:01:54.318Z] . [Pipeline] withDockerContainer [2021-04-20T16:01:54.596Z] prd-ubuntu18.04-docker-arm64-4c-16g-1203 does not seem to be running inside a container [2021-04-20T16:01:54.680Z] $ 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 ******** ci-base-image-arm64 cat [2021-04-20T16:01:56.139Z] $ docker top 56385e6d9b59e11e2a028343b6cafc2ccd6c63a44959f15190c5e06d6efbd14b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T16:01:56.472Z] ========================================================= [2021-04-20T16:01:56.472Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T16:01:56.472Z] ========================================================= [Pipeline] sh [2021-04-20T16:01:57.116Z] + make test [2021-04-20T16:01:57.117Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T16:01:57.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.079s coverage: 93.0% of statements [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T16:01:57.306Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.289s coverage: 58.8% of statements [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T16:01:57.306Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.348s coverage: 0.9% of statements [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T16:01:57.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T16:01:57.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.163s coverage: 47.1% of statements [2021-04-20T16:01:57.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.517s coverage: 79.5% of statements [2021-04-20T16:01:57.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.553s coverage: 94.1% of statements [2021-04-20T16:01:57.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.145s coverage: 96.3% of statements [2021-04-20T16:01:58.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.176s coverage: 87.5% of statements [2021-04-20T16:02:12.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.235s coverage: 94.4% of statements [2021-04-20T16:02:12.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.179s coverage: 44.8% of statements [2021-04-20T16:02:17.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.334s coverage: 81.9% of statements [2021-04-20T16:02:17.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T16:02:24.016Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.394s coverage: 92.9% of statements [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.237s coverage: 77.8% of statements [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.184s coverage: 87.2% of statements [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.164s coverage: 75.5% of statements [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.223s coverage: 80.8% of statements [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.227s coverage: 84.6% of statements [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.271s coverage: 91.6% of statements [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.541s coverage: 64.4% of statements [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T16:02:26.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.168s coverage: 100.0% of statements [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements [2021-04-20T16:02:26.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements [2021-04-20T16:02:26.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.287s coverage: 73.7% of statements [2021-04-20T16:02:26.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.107s coverage: 100.0% of statements [2021-04-20T16:02:30.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.800s coverage: 69.0% of statements [2021-04-20T16:02:30.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T16:02:30.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T16:02:30.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T16:02:32.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.399s coverage: 38.4% of statements [2021-04-20T16:02:32.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T16:02:32.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T16:02:32.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.125s coverage: 89.5% of statements [2021-04-20T16:02:32.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T16:02:32.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.135s coverage: 84.8% of statements [2021-04-20T16:02:37.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.0% of statements [2021-04-20T16:02:37.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T16:02:37.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T16:02:37.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T16:02:37.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T16:02:37.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T16:02:37.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.474s coverage: 100.0% of statements [2021-04-20T16:02:37.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T16:02:37.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements [2021-04-20T16:02:37.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T16:02:37.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T16:02:37.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.192s coverage: 9.6% of statements [2021-04-20T16:02:37.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T16:02:39.036Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.258s coverage: 88.6% of statements [2021-04-20T16:02:39.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T16:02:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:02:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T16:02:43.672Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.417s coverage: 28.7% of statements [2021-04-20T16:02:43.672Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T16:02:43.672Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T16:02:43.672Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T16:02:43.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T16:02:43.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T16:02:43.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements [2021-04-20T16:02:43.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T16:02:43.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.234s coverage: 100.0% of statements [2021-04-20T16:02:43.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T16:02:43.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T16:02:43.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T16:02:43.673Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.167s coverage: 64.6% of statements [2021-04-20T16:02:43.673Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T16:02:45.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.375s coverage: 95.6% of statements [2021-04-20T16:02:45.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T16:02:45.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:02:45.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T16:02:45.257Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-04-20T16:02:45.257Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T16:02:45.257Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.097s coverage: 100.0% of statements [2021-04-20T16:02:45.257Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T16:02:45.257Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T16:02:45.257Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T16:02:45.257Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T16:02:45.257Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-04-20T16:02:45.257Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T16:02:45.257Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T16:02:45.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-04-20T16:02:46.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.140s coverage: 28.1% of statements [2021-04-20T16:02:47.698Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.179s coverage: 100.0% of statements [2021-04-20T16:02:48.328Z] GO111MODULE=on go vet ./... [2021-04-20T16:03:20.610Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T16:03:22.598Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T16:03:32.831Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T16:03:32.831Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T16:03:34.292Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T16:03:34.292Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T16:03:34.292Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T16:03:34.899Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T16:03:38.337Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T16:03:39.328Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T16:03:47.644Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T16:03:47.644Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T16:03:47.644Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T16:03:55.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.283s coverage: 45.9% of statements [2021-04-20T16:03:55.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T16:03:55.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T16:03:55.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T16:03:55.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T16:03:55.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T16:03:55.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T16:03:55.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.210s coverage: 19.8% of statements [2021-04-20T16:03:55.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.242s coverage: 100.0% of statements [2021-04-20T16:04:04.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.1% of statements [2021-04-20T16:04:04.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T16:04:04.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T16:04:04.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T16:04:04.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T16:04:04.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T16:04:04.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T16:04:04.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.153s coverage: 100.0% of statements [2021-04-20T16:04:04.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T16:04:04.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.148s coverage: 100.0% of statements [2021-04-20T16:04:04.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T16:04:04.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T16:04:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.383s coverage: 71.3% of statements [2021-04-20T16:04:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T16:04:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T16:04:07.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.432s coverage: 82.9% of statements [2021-04-20T16:04:07.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T16:04:07.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:04:07.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.178s coverage: 78.9% of statements [2021-04-20T16:04:07.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T16:04:11.232Z] gofmt -l . [2021-04-20T16:04:11.232Z] [ "`gofmt -l .`" = "" ] [2021-04-20T16:04:11.232Z] ./bin/test-go-mod-tidy.sh [2021-04-20T16:04:11.232Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T16:04:12.984Z] + ls -al . [2021-04-20T16:04:12.984Z] total 812 [2021-04-20T16:04:12.984Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 16:04 . [2021-04-20T16:04:12.984Z] drwxr-xr-x 4 root root 28 Apr 20 15:59 .. [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 15:56 .dockerignore [2021-04-20T16:04:12.984Z] drwxrwxr-x 8 1001 1001 179 Apr 20 15:56 .git [2021-04-20T16:04:12.984Z] drwxrwxr-x 3 1001 1001 125 Apr 20 15:56 .github [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 15:56 .gitignore [2021-04-20T16:04:12.984Z] drwx------ 3 1001 1001 60 Apr 20 15:57 .semver [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 15:56 .sonarcloud.properties [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:56 Attribution.txt [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:56 CONTRIBUTING.md [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 15:56 Dockerfile.build [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 15:56 Jenkinsfile [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:56 LICENSE [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:56 Makefile [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:56 README.md [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:56 SECURITY.md [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 15:57 VERSION [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:56 ZMQWindows.md [2021-04-20T16:04:12.984Z] drwxrwxr-x 2 1001 1001 117 Apr 20 15:56 bin [2021-04-20T16:04:12.984Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 15:56 cmd [2021-04-20T16:04:12.984Z] -rw-r--r-- 1 root root 703598 Apr 20 16:02 coverage.out [2021-04-20T16:04:12.984Z] -rw-r--r-- 1 root root 1059 Apr 20 16:04 go.mod [2021-04-20T16:04:12.984Z] -rw-r--r-- 1 root root 22073 Apr 20 16:04 go.sum [2021-04-20T16:04:12.984Z] drwxrwxr-x 8 1001 1001 127 Apr 20 15:56 internal [2021-04-20T16:04:12.984Z] drwxrwxr-x 4 1001 1001 26 Apr 20 15:56 openapi [2021-04-20T16:04:12.984Z] drwxrwxr-x 4 1001 1001 71 Apr 20 15:56 snap [2021-04-20T16:04:12.984Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 15:56 version.go [Pipeline] sh [2021-04-20T16:04:13.737Z] + '[' -e coverage.out ] [2021-04-20T16:04:13.737Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T16:04:14.618Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T16:04:15.601Z] + make build [2021-04-20T16:04:15.601Z] 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-20T16:04:20.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.309s coverage: 28.6% of statements [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T16:04:20.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.229s coverage: 100.0% of statements [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T16:04:20.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.177s coverage: 100.0% of statements [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T16:04:20.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.413s coverage: 86.7% of statements [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T16:04:20.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.587s coverage: 97.5% of statements [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T16:04:20.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T16:04:20.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T16:04:26.069Z] 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-20T16:04:28.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.414s coverage: 93.0% of statements [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T16:04:28.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T16:04:28.322Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 0.9% of statements [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T16:04:28.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T16:04:28.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.226s coverage: 47.1% of statements [2021-04-20T16:04:28.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.146s coverage: 79.5% of statements [2021-04-20T16:04:28.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.126s coverage: 94.1% of statements [2021-04-20T16:04:28.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.165s coverage: 96.3% of statements [2021-04-20T16:04:28.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.168s coverage: 87.5% of statements [2021-04-20T16:04:40.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.195s coverage: 94.4% of statements [2021-04-20T16:04:40.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.136s coverage: 44.8% of statements [2021-04-20T16:04:47.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.559s coverage: 81.9% of statements [2021-04-20T16:04:47.437Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T16:04:49.689Z] 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-20T16:04:51.139Z] 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-20T16:04:55.543Z] 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-20T16:04:55.813Z] 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-20T16:04:57.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.218s coverage: 92.9% of statements [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T16:04:57.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T16:04:57.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T16:04:57.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T16:04:57.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T16:04:57.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.142s coverage: 80.8% of statements [2021-04-20T16:04:57.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.203s coverage: 87.2% of statements [2021-04-20T16:04:57.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.208s coverage: 84.6% of statements [2021-04-20T16:04:57.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.288s coverage: 91.6% of statements [2021-04-20T16:04:57.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T16:04:59.382Z] 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-20T16:04:59.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.737s coverage: 64.4% of statements [2021-04-20T16:04:59.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T16:04:59.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T16:04:59.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements [2021-04-20T16:04:59.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-04-20T16:04:59.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-04-20T16:04:59.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-04-20T16:05:00.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-04-20T16:05:05.189Z] 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-20T16:05:05.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.053s coverage: 69.0% of statements [2021-04-20T16:05:05.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T16:05:05.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T16:05:05.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T16:05:06.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.482s coverage: 38.4% of statements [2021-04-20T16:05:06.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T16:05:06.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T16:05:06.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.136s coverage: 89.5% of statements [2021-04-20T16:05:06.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T16:05:06.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements [2021-04-20T16:05:07.965Z] 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-20T16:05:12.812Z] 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-20T16:05:12.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.413s coverage: 47.0% of statements [2021-04-20T16:05:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T16:05:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T16:05:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T16:05:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T16:05:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T16:05:12.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-04-20T16:05:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T16:05:12.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.127s coverage: 100.0% of statements [2021-04-20T16:05:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T16:05:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T16:05:12.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.163s coverage: 9.6% of statements [2021-04-20T16:05:12.889Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T16:05:16.116Z] 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-20T16:05:16.299Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.512s coverage: 88.6% of statements [2021-04-20T16:05:16.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T16:05:16.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:05:16.299Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T16:05:20.828Z] 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-20T16:05:22.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.523s coverage: 28.7% of statements [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T16:05:22.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T16:05:22.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.196s coverage: 100.0% of statements [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T16:05:22.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.164s coverage: 64.6% of statements [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T16:05:22.566Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.367s coverage: 95.6% of statements [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T16:05:22.566Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T16:05:22.566Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T16:05:22.566Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T16:05:23.549Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-04-20T16:05:23.549Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T16:05:23.549Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T16:05:23.549Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements [2021-04-20T16:05:25.528Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 28.1% of statements [2021-04-20T16:05:25.799Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-04-20T16:05:26.809Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-20T16:05:30.249Z] $ docker stop --time=1 e2ec8b7f79851edfef386f1cac71a07903a3ed137a38fd27b35e46463ce9112e [2021-04-20T16:05:32.555Z] $ docker rm -f e2ec8b7f79851edfef386f1cac71a07903a3ed137a38fd27b35e46463ce9112e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:05:34.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T16:05:34.670Z] [2021-04-20T16:05:34.670Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:05:35.008Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T16:05:35.282Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T16:05:35.282Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T16:05:35.282Z] ca9280d653b3: Pulling fs layer [2021-04-20T16:05:35.282Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T16:05:35.282Z] cbdbe7a5bc2a: Download complete [2021-04-20T16:05:36.365Z] cbdbe7a5bc2a: Pull complete [2021-04-20T16:05:36.674Z] ca9280d653b3: Verifying Checksum [2021-04-20T16:05:36.674Z] ca9280d653b3: Download complete [2021-04-20T16:05:40.212Z] 7e9c9ca2126c: Verifying Checksum [2021-04-20T16:05:40.212Z] 7e9c9ca2126c: Download complete [2021-04-20T16:05:40.212Z] ca9280d653b3: Pull complete [2021-04-20T16:05:55.552Z] 7e9c9ca2126c: Pull complete [2021-04-20T16:05:55.552Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T16:05:55.552Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T16:05:55.552Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T16:05:55.862Z] prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container [2021-04-20T16:05:55.974Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T16:05:59.985Z] $ docker top 0236b57299511e5d067f766250ee7a7a15b87f716f6152690941a8a3b7c60c4a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:06:00.473Z] + docker-compose build --help [2021-04-20T16:06:00.473Z] + grep parallel [2021-04-20T16:06:01.905Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T16:06:01.929Z] $ docker stop --time=1 0236b57299511e5d067f766250ee7a7a15b87f716f6152690941a8a3b7c60c4a [2021-04-20T16:06:04.062Z] $ docker rm -f 0236b57299511e5d067f766250ee7a7a15b87f716f6152690941a8a3b7c60c4a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:06:05.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T16:06:05.653Z] . [Pipeline] withDockerContainer [2021-04-20T16:06:05.822Z] prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container [2021-04-20T16:06:05.945Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T16:06:07.425Z] $ docker top 84a2cb00bbac3d3ff946aec690343d0365844bf40094859ebf784709e1c227e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:06:08.030Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T16:06:10.027Z] Building docker-core-command-go ... [2021-04-20T16:06:10.027Z] Building docker-core-data-go ... [2021-04-20T16:06:10.027Z] Building docker-core-metadata-go ... [2021-04-20T16:06:10.027Z] Building docker-security-bootstrapper-go ... [2021-04-20T16:06:10.027Z] Building docker-security-proxy-setup-go ... [2021-04-20T16:06:10.027Z] Building docker-security-secretstore-setup-go ... [2021-04-20T16:06:10.027Z] Building docker-support-notifications-go ... [2021-04-20T16:06:10.027Z] Building docker-support-scheduler-go ... [2021-04-20T16:06:10.028Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T16:06:10.028Z] Building docker-support-notifications-go [2021-04-20T16:06:10.028Z] Building docker-sys-mgmt-agent-go [2021-04-20T16:06:10.028Z] Building docker-security-secretstore-setup-go [2021-04-20T16:06:10.028Z] Building docker-security-bootstrapper-go [2021-04-20T16:06:10.028Z] Building docker-support-scheduler-go [2021-04-20T16:06:48.778Z] gofmt -l . [2021-04-20T16:06:50.207Z] [ "`gofmt -l .`" = "" ] [2021-04-20T16:06:53.586Z] ./bin/test-go-mod-tidy.sh [2021-04-20T16:06:53.860Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T16:06:56.494Z] + ls -al . [2021-04-20T16:06:56.494Z] total 840 [2021-04-20T16:06:56.494Z] drwxrwxr-x 9 1001 1001 4096 Apr 20 16:06 . [2021-04-20T16:06:56.494Z] drwxr-xr-x 4 root root 4096 Apr 20 16:01 .. [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 16:00 .dockerignore [2021-04-20T16:06:56.494Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 16:00 .git [2021-04-20T16:06:56.494Z] drwxrwxr-x 3 1001 1001 4096 Apr 20 16:00 .github [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 16:00 .gitignore [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 16:00 .sonarcloud.properties [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 16:00 Attribution.txt [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 16:00 CONTRIBUTING.md [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 16:00 Dockerfile.build [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 16:00 Jenkinsfile [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 16:00 LICENSE [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 16:00 Makefile [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 16:00 README.md [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 16:00 SECURITY.md [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 15:57 VERSION [2021-04-20T16:06:56.494Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 16:00 ZMQWindows.md [2021-04-20T16:06:56.494Z] drwxrwxr-x 2 1001 1001 4096 Apr 20 16:00 bin [2021-04-20T16:06:56.495Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 16:00 cmd [2021-04-20T16:06:56.495Z] -rw-r--r-- 1 root root 703598 Apr 20 16:05 coverage.out [2021-04-20T16:06:56.495Z] -rw-r--r-- 1 root root 1059 Apr 20 16:06 go.mod [2021-04-20T16:06:56.495Z] -rw-r--r-- 1 root root 22073 Apr 20 16:06 go.sum [2021-04-20T16:06:56.495Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 16:00 internal [2021-04-20T16:06:56.495Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 16:00 openapi [2021-04-20T16:06:56.495Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 16:00 snap [2021-04-20T16:06:56.495Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 16:00 version.go [Pipeline] sh [2021-04-20T16:06:57.148Z] + '[' -e coverage.out ] [2021-04-20T16:06:57.148Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T16:06:57.171Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T16:06:58.471Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T16:06:59.118Z] + make build [2021-04-20T16:06:59.118Z] 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-20T16:07:11.515Z] 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-20T16:07:32.972Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:07:32.972Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:07:32.972Z] ---> ba30ba5693f7 [2021-04-20T16:07:32.972Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:07:32.972Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:07:32.972Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:07:32.972Z] ---> ba30ba5693f7 [2021-04-20T16:07:32.972Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T16:07:32.972Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:07:32.972Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:07:32.972Z] ---> ba30ba5693f7 [2021-04-20T16:07:32.972Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:07:32.972Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:07:32.972Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:07:32.972Z] ---> ba30ba5693f7 [2021-04-20T16:07:32.972Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:07:32.972Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:07:32.972Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:07:32.972Z] ---> ba30ba5693f7 [2021-04-20T16:07:32.972Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T16:07:32.972Z] ---> Running in 89e52b63f6e0 [2021-04-20T16:07:32.972Z] ---> Running in 1830947e06d7 [2021-04-20T16:07:32.972Z] ---> Running in d1f0d22adf7b [2021-04-20T16:07:32.972Z] ---> Running in d11d965993e6 [2021-04-20T16:07:32.972Z] ---> Running in 36ef9e19be62 [2021-04-20T16:07:34.746Z] Removing intermediate container 36ef9e19be62 [2021-04-20T16:07:34.746Z] ---> 3c444ce9fa00 [2021-04-20T16:07:34.746Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:07:34.746Z] Removing intermediate container d1f0d22adf7b [2021-04-20T16:07:34.746Z] ---> 745fde3d3cb0 [2021-04-20T16:07:34.746Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:07:35.041Z] Removing intermediate container d11d965993e6 [2021-04-20T16:07:35.041Z] ---> 76343e6b4386 [2021-04-20T16:07:35.041Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:07:35.041Z] Removing intermediate container 89e52b63f6e0 [2021-04-20T16:07:35.041Z] ---> 25aa4a86dac5 [2021-04-20T16:07:35.041Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:07:35.041Z] ---> Running in d109912f5917 [2021-04-20T16:07:35.041Z] Removing intermediate container 1830947e06d7 [2021-04-20T16:07:35.041Z] ---> 97d6700bd157 [2021-04-20T16:07:35.041Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:07:35.702Z] ---> Running in 796336b5ea7c [2021-04-20T16:07:35.702Z] ---> Running in cc44ce5a2aa3 [2021-04-20T16:07:35.702Z] ---> Running in 5c25a421b8fb [2021-04-20T16:07:35.702Z] ---> Running in f61a4f94acc3 [2021-04-20T16:07:38.304Z] 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-20T16:07:40.292Z] Removing intermediate container f61a4f94acc3 [2021-04-20T16:07:40.292Z] ---> 38ab8dead89e [2021-04-20T16:07:40.292Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T16:07:40.292Z] Removing intermediate container d109912f5917 [2021-04-20T16:07:40.292Z] ---> 852159ed1917 [2021-04-20T16:07:40.292Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T16:07:40.292Z] Removing intermediate container 5c25a421b8fb [2021-04-20T16:07:40.292Z] ---> 7ad2a70ca37c [2021-04-20T16:07:40.292Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T16:07:40.292Z] Removing intermediate container cc44ce5a2aa3 [2021-04-20T16:07:40.292Z] ---> 1a389235b0e4 [2021-04-20T16:07:40.292Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T16:07:40.292Z] Removing intermediate container 796336b5ea7c [2021-04-20T16:07:40.292Z] ---> f7ad8fb1194c [2021-04-20T16:07:40.292Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T16:07:40.292Z] ---> Running in 2e7c884ccab6 [2021-04-20T16:07:40.292Z] ---> Running in a1808def8e46 [2021-04-20T16:07:40.292Z] ---> Running in 205a49d0f1f6 [2021-04-20T16:07:40.561Z] ---> Running in 8356fe2ead97 [2021-04-20T16:07:40.561Z] ---> Running in df06cd51aa79 [2021-04-20T16:07:40.914Z] 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-20T16:07:42.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:07:42.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:07:42.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:07:42.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:07:42.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:07:42.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:07:42.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:07:42.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:07:42.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:07:43.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:07:43.374Z] OK: 233 MiB in 51 packages [2021-04-20T16:07:43.374Z] OK: 233 MiB in 51 packages [2021-04-20T16:07:43.374Z] OK: 233 MiB in 51 packages [2021-04-20T16:07:43.666Z] OK: 233 MiB in 51 packages [2021-04-20T16:07:44.399Z] OK: 233 MiB in 51 packages [2021-04-20T16:07:45.765Z] Removing intermediate container 2e7c884ccab6 [2021-04-20T16:07:45.765Z] ---> 5d58818b8a04 [2021-04-20T16:07:45.765Z] Step 6/22 : COPY go.mod . [2021-04-20T16:07:46.073Z] Removing intermediate container 8356fe2ead97 [2021-04-20T16:07:46.073Z] ---> 3b20cd0682f0 [2021-04-20T16:07:46.073Z] Step 6/23 : COPY go.mod . [2021-04-20T16:07:46.073Z] Removing intermediate container 205a49d0f1f6 [2021-04-20T16:07:46.073Z] ---> 1057dc2dc4e2 [2021-04-20T16:07:46.073Z] Step 6/31 : COPY go.mod . [2021-04-20T16:07:46.460Z] Removing intermediate container df06cd51aa79 [2021-04-20T16:07:46.460Z] ---> da54ef8126ef [2021-04-20T16:07:46.460Z] Step 6/24 : COPY go.mod . [2021-04-20T16:07:46.837Z] Removing intermediate container a1808def8e46 [2021-04-20T16:07:46.837Z] ---> 1e95d831552a [2021-04-20T16:07:46.837Z] Step 6/22 : COPY go.mod . [2021-04-20T16:07:46.837Z] ---> 1fbb3991dcad [2021-04-20T16:07:46.837Z] Step 7/22 : RUN go mod download [2021-04-20T16:07:46.837Z] ---> 56737233d992 [2021-04-20T16:07:46.837Z] Step 7/23 : RUN go mod download [2021-04-20T16:07:47.140Z] ---> Running in c6b96fca1b1b [2021-04-20T16:07:47.465Z] ---> d187207ba6e9 [2021-04-20T16:07:47.465Z] Step 7/31 : RUN go mod download [2021-04-20T16:07:47.465Z] ---> Running in 1fd9fa604661 [2021-04-20T16:07:47.753Z] ---> Running in 26d482cb6775 [2021-04-20T16:07:47.753Z] ---> 819a8f2d5eb4 [2021-04-20T16:07:47.753Z] Step 7/24 : RUN go mod download [2021-04-20T16:07:48.070Z] ---> 2fc998b6e9e9 [2021-04-20T16:07:48.070Z] ---> Running in c22432f794a0 [2021-04-20T16:07:48.070Z] Step 7/22 : RUN go mod download [2021-04-20T16:07:48.421Z] ---> Running in f953e204def7 [2021-04-20T16:07:51.090Z] 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-20T16:07:51.366Z] 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-20T16:07:54.348Z] Removing intermediate container 26d482cb6775 [2021-04-20T16:07:54.348Z] ---> 1db9c87f9ce3 [2021-04-20T16:07:54.348Z] Step 8/31 : COPY . . [2021-04-20T16:07:54.348Z] Removing intermediate container c6b96fca1b1b [2021-04-20T16:07:54.348Z] ---> ca6f27352ad3 [2021-04-20T16:07:54.348Z] Step 8/22 : COPY . . [2021-04-20T16:07:54.348Z] Removing intermediate container 1fd9fa604661 [2021-04-20T16:07:54.348Z] ---> 84100695c2ec [2021-04-20T16:07:54.348Z] Step 8/23 : COPY . . [2021-04-20T16:07:55.052Z] Removing intermediate container c22432f794a0 [2021-04-20T16:07:55.052Z] ---> 29506559fdc7 [2021-04-20T16:07:55.052Z] Step 8/24 : COPY . . [2021-04-20T16:07:56.602Z] Removing intermediate container f953e204def7 [2021-04-20T16:07:56.602Z] ---> 12c7c802ce63 [2021-04-20T16:07:56.602Z] Step 8/22 : COPY . . [2021-04-20T16:07:58.081Z] 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-20T16:08:06.347Z] 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-20T16:08:13.068Z] 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-20T16:08:18.470Z] 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-20T16:08:23.875Z] 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-20T16:08:29.295Z] 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-20T16:08:36.063Z] $ docker stop --time=1 56385e6d9b59e11e2a028343b6cafc2ccd6c63a44959f15190c5e06d6efbd14b [2021-04-20T16:08:38.737Z] $ docker rm -f 56385e6d9b59e11e2a028343b6cafc2ccd6c63a44959f15190c5e06d6efbd14b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:40.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:08:41.009Z] [2021-04-20T16:08:41.009Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:08:41.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:08:41.639Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-20T16:08:41.639Z] 29e5d40040c1: Pulling fs layer [2021-04-20T16:08:41.639Z] 1ce36da41761: Pulling fs layer [2021-04-20T16:08:41.639Z] 25b303627fd3: Pulling fs layer [2021-04-20T16:08:41.639Z] 29e5d40040c1: Verifying Checksum [2021-04-20T16:08:41.639Z] 29e5d40040c1: Download complete [2021-04-20T16:08:42.234Z] 29e5d40040c1: Pull complete [2021-04-20T16:08:42.234Z] 1ce36da41761: Verifying Checksum [2021-04-20T16:08:42.234Z] 1ce36da41761: Download complete [2021-04-20T16:08:43.672Z] 1ce36da41761: Pull complete [2021-04-20T16:08:43.672Z] 25b303627fd3: Verifying Checksum [2021-04-20T16:08:43.672Z] 25b303627fd3: Download complete [2021-04-20T16:08:53.827Z] 25b303627fd3: Pull complete [2021-04-20T16:08:53.827Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-20T16:08:53.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:08:53.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-20T16:08:54.073Z] prd-ubuntu18.04-docker-arm64-4c-16g-1203 does not seem to be running inside a container [2021-04-20T16:08:54.164Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T16:08:57.487Z] $ docker top fd0f91fe313959b9a5c4ee0fe19621727679479b9f3e0d81e118dd2259cc3ffb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:08:58.416Z] + docker-compose build --help [2021-04-20T16:08:58.417Z] + grep parallel [2021-04-20T16:09:03.804Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T16:09:03.835Z] $ docker stop --time=1 fd0f91fe313959b9a5c4ee0fe19621727679479b9f3e0d81e118dd2259cc3ffb [2021-04-20T16:09:05.781Z] $ docker rm -f fd0f91fe313959b9a5c4ee0fe19621727679479b9f3e0d81e118dd2259cc3ffb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:09:06.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T16:09:06.466Z] . [Pipeline] withDockerContainer [2021-04-20T16:09:06.716Z] prd-ubuntu18.04-docker-arm64-4c-16g-1203 does not seem to be running inside a container [2021-04-20T16:09:06.805Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T16:09:08.315Z] $ docker top 16cec51271b5c54098198b5a8aead1a5dc03a989f426380b1b1c51837f61985a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:09:09.339Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T16:09:14.777Z] Building docker-core-command-go ... [2021-04-20T16:09:14.777Z] Building docker-core-data-go ... [2021-04-20T16:09:14.777Z] Building docker-core-metadata-go ... [2021-04-20T16:09:14.777Z] Building docker-security-bootstrapper-go ... [2021-04-20T16:09:14.777Z] Building docker-security-proxy-setup-go ... [2021-04-20T16:09:14.777Z] Building docker-security-secretstore-setup-go ... [2021-04-20T16:09:14.777Z] Building docker-support-notifications-go ... [2021-04-20T16:09:14.777Z] Building docker-support-scheduler-go ... [2021-04-20T16:09:14.777Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T16:09:14.777Z] Building docker-security-bootstrapper-go [2021-04-20T16:09:14.777Z] Building docker-core-data-go [2021-04-20T16:09:14.777Z] Building docker-support-notifications-go [2021-04-20T16:09:14.777Z] Building docker-security-secretstore-setup-go [2021-04-20T16:09:14.777Z] Building docker-support-scheduler-go [2021-04-20T16:10:23.430Z] ---> a40b4381248c [2021-04-20T16:10:23.430Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T16:10:23.430Z] ---> a6c4ddf096cc [2021-04-20T16:10:23.430Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> cbcb4d1eaaa5 [2021-04-20T16:10:23.430Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T16:10:23.430Z] [2021-04-20T16:10:23.430Z] ---> Running in dac45e3847b7 [2021-04-20T16:10:23.430Z] ---> Running in 2a50f3343dec [2021-04-20T16:10:23.430Z] ---> 927ec13aee32 [2021-04-20T16:10:23.430Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T16:10:23.430Z] ---> Running in 7ffaf2b84001 [2021-04-20T16:10:23.430Z] ---> 6aa254e5a216 [2021-04-20T16:10:23.430Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T16:10:23.430Z] ---> Running in b11f4afa17bf [2021-04-20T16:10:23.430Z] ---> Running in d049b0d55ecf [2021-04-20T16:10:23.430Z] 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-20T16:10:23.430Z] 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-20T16:10:23.430Z] 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-20T16:10:23.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T16:10:23.430Z] 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-20T16:10:36.727Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:10:36.727Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:10:36.727Z] ---> 95b751f818b2 [2021-04-20T16:10:36.727Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:10:36.727Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:10:36.727Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:10:36.727Z] ---> 95b751f818b2 [2021-04-20T16:10:36.727Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:10:36.727Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:10:36.727Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:10:36.727Z] ---> 95b751f818b2 [2021-04-20T16:10:36.727Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T16:10:36.727Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:10:36.727Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:10:36.727Z] ---> 95b751f818b2 [2021-04-20T16:10:36.727Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T16:10:36.727Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:10:36.727Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:10:36.727Z] ---> 95b751f818b2 [2021-04-20T16:10:36.727Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T16:10:36.727Z] ---> Running in a03c2d618501 [2021-04-20T16:10:36.727Z] ---> Running in 1c52962f350b [2021-04-20T16:10:36.727Z] ---> Running in 738da023b423 [2021-04-20T16:10:36.727Z] ---> Running in 152018ec83b7 [2021-04-20T16:10:36.727Z] ---> Running in bc139c45b16b [2021-04-20T16:10:36.727Z] Removing intermediate container a03c2d618501 [2021-04-20T16:10:36.727Z] ---> 68db05761ce9 [2021-04-20T16:10:36.727Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 738da023b423 [2021-04-20T16:10:36.727Z] ---> c9b60d8b0910 [2021-04-20T16:10:36.727Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:10:36.727Z] [2021-04-20T16:10:36.727Z] Removing intermediate container bc139c45b16b [2021-04-20T16:10:36.727Z] ---> 08f204c901a9 [2021-04-20T16:10:36.727Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:10:36.727Z] Removing intermediate container 152018ec83b7 [2021-04-20T16:10:36.727Z] Removing intermediate container 1c52962f350b [2021-04-20T16:10:36.727Z] ---> 325492cdf30c [2021-04-20T16:10:36.727Z] ---> 305b8d47cf7e [2021-04-20T16:10:36.727Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:10:36.728Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:10:36.728Z] ---> Running in bbf636d6f063 [2021-04-20T16:10:36.728Z] ---> Running in c64bbc5fd36c [2021-04-20T16:10:36.728Z] ---> Running in 54ca34103d85 [2021-04-20T16:10:36.728Z] ---> Running in 985bc2cf3c45 [2021-04-20T16:10:36.728Z] ---> Running in 86cdf8db468f [2021-04-20T16:10:36.728Z] Removing intermediate container bbf636d6f063 [2021-04-20T16:10:36.728Z] ---> ef64f0a8b0a6 [2021-04-20T16:10:36.728Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T16:10:36.728Z] ---> Running in 5e3bd450841e [2021-04-20T16:10:36.728Z] Removing intermediate container c64bbc5fd36c [2021-04-20T16:10:36.728Z] ---> 48b673b21c65 [2021-04-20T16:10:36.728Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T16:10:36.728Z] ---> Running in 3b1824567d14 [2021-04-20T16:10:36.728Z] Removing intermediate container 54ca34103d85 [2021-04-20T16:10:36.728Z] ---> 18eaebd6c78e [2021-04-20T16:10:36.728Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T16:10:36.728Z] Removing intermediate container 86cdf8db468f [2021-04-20T16:10:36.728Z] ---> be8a99e444f4 [2021-04-20T16:10:36.728Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T16:10:36.728Z] Removing intermediate container 985bc2cf3c45 [2021-04-20T16:10:36.728Z] ---> b8b8bf6a72c4 [2021-04-20T16:10:36.728Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T16:10:36.728Z] ---> Running in 6fbd789075dc [2021-04-20T16:10:36.728Z] ---> Running in 3663871c20f4 [2021-04-20T16:10:36.728Z] ---> Running in 1b59d628445d [2021-04-20T16:10:36.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:10:37.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:10:37.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:10:37.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:10:37.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:10:37.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:10:37.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:10:37.832Z] OK: 217 MiB in 51 packages [2021-04-20T16:10:38.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:10:38.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:10:38.688Z] OK: 217 MiB in 51 packages [2021-04-20T16:10:38.983Z] OK: 217 MiB in 51 packages [2021-04-20T16:10:39.264Z] OK: 217 MiB in 51 packages [2021-04-20T16:10:39.264Z] Removing intermediate container 5e3bd450841e [2021-04-20T16:10:39.264Z] ---> 3fb919b5b254 [2021-04-20T16:10:39.542Z] Step 6/22 : COPY go.mod . [2021-04-20T16:10:39.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:10:40.544Z] Removing intermediate container 3b1824567d14 [2021-04-20T16:10:40.544Z] ---> 651f0c6eca09 [2021-04-20T16:10:40.544Z] Step 6/31 : COPY go.mod . [2021-04-20T16:10:40.544Z] ---> e125e9dd1373 [2021-04-20T16:10:40.544Z] Step 7/22 : RUN go mod download [2021-04-20T16:10:40.544Z] Removing intermediate container 6fbd789075dc [2021-04-20T16:10:40.544Z] ---> eb25d2814ca1 [2021-04-20T16:10:40.544Z] Step 6/22 : COPY go.mod . [2021-04-20T16:10:40.826Z] ---> Running in 905b0e1527fa [2021-04-20T16:10:40.826Z] Removing intermediate container 1b59d628445d [2021-04-20T16:10:40.826Z] ---> 769f00603d52 [2021-04-20T16:10:40.826Z] Step 6/24 : COPY go.mod . [2021-04-20T16:10:41.429Z] ---> 1e819d8f19fb [2021-04-20T16:10:41.429Z] Step 7/31 : RUN go mod download [2021-04-20T16:10:41.701Z] ---> a30b5ab74def [2021-04-20T16:10:41.701Z] Step 7/22 : RUN go mod download [2021-04-20T16:10:41.701Z] ---> Running in 12c4a9b6aec7 [2021-04-20T16:10:41.977Z] ---> Running in 294e7e78bcbe [2021-04-20T16:10:41.977Z] OK: 217 MiB in 51 packages [2021-04-20T16:10:41.977Z] ---> 0f6d46583654 [2021-04-20T16:10:41.978Z] Step 7/24 : RUN go mod download [2021-04-20T16:10:42.576Z] ---> Running in cf4ceee8a41f [2021-04-20T16:10:44.026Z] Removing intermediate container 3663871c20f4 [2021-04-20T16:10:44.026Z] ---> d5606107f54f [2021-04-20T16:10:44.026Z] Step 6/23 : COPY go.mod . [2021-04-20T16:10:45.478Z] Removing intermediate container 905b0e1527fa [2021-04-20T16:10:45.478Z] ---> 30814cdd0152 [2021-04-20T16:10:45.478Z] Step 8/22 : COPY . . [2021-04-20T16:10:45.478Z] ---> 6f359e6ad51b [2021-04-20T16:10:45.478Z] Step 7/23 : RUN go mod download [2021-04-20T16:10:45.757Z] ---> Running in 71bb821ccb1a [2021-04-20T16:10:46.036Z] Removing intermediate container 12c4a9b6aec7 [2021-04-20T16:10:46.036Z] ---> 0e2a91c9dad7 [2021-04-20T16:10:46.036Z] Step 8/31 : COPY . . [2021-04-20T16:10:47.026Z] Removing intermediate container 294e7e78bcbe [2021-04-20T16:10:47.026Z] ---> a7e58782ef3d [2021-04-20T16:10:47.026Z] Step 8/22 : COPY . . [2021-04-20T16:10:47.627Z] Removing intermediate container cf4ceee8a41f [2021-04-20T16:10:47.627Z] ---> 5f94b1e98f0f [2021-04-20T16:10:47.627Z] Step 8/24 : COPY . . [2021-04-20T16:10:53.058Z] Removing intermediate container 71bb821ccb1a [2021-04-20T16:10:53.058Z] ---> 4122349fb38f [2021-04-20T16:10:53.058Z] Step 8/23 : COPY . . [2021-04-20T16:11:15.234Z] ---> 4201f16fdc21 [2021-04-20T16:11:15.234Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T16:11:15.234Z] ---> e92f66900edf [2021-04-20T16:11:15.234Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T16:11:15.234Z] ---> 2558b6522458 [2021-04-20T16:11:15.234Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T16:11:15.234Z] ---> 6682ccc8a0ba [2021-04-20T16:11:15.234Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T16:11:15.234Z] ---> 5efe6edebd08 [2021-04-20T16:11:15.234Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T16:11:15.234Z] ---> Running in aa3f2f972e10 [2021-04-20T16:11:15.234Z] ---> Running in a8070a32258f [2021-04-20T16:11:15.234Z] ---> Running in c52d00da597f [2021-04-20T16:11:15.509Z] ---> Running in 64cd91b48101 [2021-04-20T16:11:15.509Z] ---> Running in 94e1ba954b66 [2021-04-20T16:11:17.501Z] 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-20T16:11:17.501Z] 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-20T16:11:17.781Z] 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-20T16:11:17.781Z] 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-20T16:11:18.057Z] 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-20T16:11:32.817Z] 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-20T16:11:41.711Z] Removing intermediate container 7ffaf2b84001 [2021-04-20T16:11:41.711Z] ---> 1056d0710a1d [2021-04-20T16:11:41.711Z] [2021-04-20T16:11:41.711Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T16:11:41.711Z] 3.12: Pulling from library/alpine [2021-04-20T16:11:42.020Z] Removing intermediate container b11f4afa17bf [2021-04-20T16:11:42.020Z] ---> f003379033a5 [2021-04-20T16:11:42.020Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T16:11:42.330Z] ---> Running in a3a240d45541 [2021-04-20T16:11:44.134Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T16:11:44.508Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T16:11:44.508Z] ---> 13621d1b12d4 [2021-04-20T16:11:44.508Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T16:11:44.809Z] 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-20T16:11:47.060Z] ---> Running in f364e0e1792f [2021-04-20T16:11:50.404Z] Removing intermediate container f364e0e1792f [2021-04-20T16:11:50.404Z] ---> f2a8bba125e8 [2021-04-20T16:11:50.404Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T16:11:51.078Z] Removing intermediate container 2a50f3343dec [2021-04-20T16:11:51.078Z] ---> 2c25d00590f2 [2021-04-20T16:11:51.078Z] [2021-04-20T16:11:51.078Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:11:51.078Z] ---> 13621d1b12d4 [2021-04-20T16:11:51.078Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T16:11:51.078Z] Removing intermediate container d049b0d55ecf [2021-04-20T16:11:51.078Z] ---> 12822b5f7c2e [2021-04-20T16:11:51.078Z] [2021-04-20T16:11:51.078Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:11:51.078Z] ---> 13621d1b12d4 [2021-04-20T16:11:51.078Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:11:51.436Z] ---> Running in 83ec1d0139c7 [2021-04-20T16:11:52.074Z] ---> Running in a3299f365a25 [2021-04-20T16:11:52.074Z] ---> Running in 1ab1eb454611 [2021-04-20T16:11:54.487Z] Removing intermediate container a3a240d45541 [2021-04-20T16:11:54.487Z] ---> 75b56ee5fbc0 [2021-04-20T16:11:54.487Z] [2021-04-20T16:11:54.487Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T16:11:54.487Z] 20.10.0: Pulling from library/docker [2021-04-20T16:11:55.264Z] Removing intermediate container dac45e3847b7 [2021-04-20T16:11:55.264Z] ---> 243a4ee9aa8f [2021-04-20T16:11:55.264Z] [2021-04-20T16:11:55.264Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T16:11:55.264Z] ---> 13621d1b12d4 [2021-04-20T16:11:55.264Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T16:11:56.142Z] ---> Running in 777d576754ed [2021-04-20T16:11:56.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:11:56.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:11:56.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:11:57.242Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:11:57.242Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T16:11:57.242Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:57.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:11:57.242Z] OK: 6 MiB in 16 packages [2021-04-20T16:11:57.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:11:58.025Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T16:11:58.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:11:58.025Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:11:58.025Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:58.025Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:11:58.025Z] OK: 6 MiB in 16 packages [2021-04-20T16:11:58.436Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T16:11:58.436Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:58.436Z] OK: 6 MiB in 15 packages [2021-04-20T16:11:58.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:11:59.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:11:59.324Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T16:11:59.324Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:11:59.324Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T16:11:59.324Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T16:11:59.324Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:11:59.324Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T16:11:59.626Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:11:59.626Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:11:59.626Z] OK: 7 MiB in 20 packages [2021-04-20T16:12:00.765Z] Removing intermediate container 83ec1d0139c7 [2021-04-20T16:12:00.765Z] ---> ef3f356c06f6 [2021-04-20T16:12:00.765Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T16:12:01.387Z] ---> Running in fc0ce75606d3 [2021-04-20T16:12:01.699Z] Removing intermediate container 1ab1eb454611 [2021-04-20T16:12:01.699Z] ---> 50fb6bd32e16 [2021-04-20T16:12:01.699Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:12:02.031Z] ---> Running in 666782d14846 [2021-04-20T16:12:02.340Z] Removing intermediate container a3299f365a25 [2021-04-20T16:12:02.340Z] ---> ffb884d0b499 [2021-04-20T16:12:02.340Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:12:02.340Z] Removing intermediate container fc0ce75606d3 [2021-04-20T16:12:02.340Z] ---> e49a14d49a82 [2021-04-20T16:12:02.340Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T16:12:02.623Z] ---> Running in 687614bdfd98 [2021-04-20T16:12:02.623Z] ---> Running in ff911850ec9f [2021-04-20T16:12:02.922Z] Removing intermediate container 666782d14846 [2021-04-20T16:12:02.922Z] ---> 4ebc4f589e0f [2021-04-20T16:12:02.922Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T16:12:03.256Z] Removing intermediate container 777d576754ed [2021-04-20T16:12:03.256Z] ---> 2990b3e59d0f [2021-04-20T16:12:03.256Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:12:03.662Z] ---> Running in 4a224c8c28d8 [2021-04-20T16:12:04.031Z] Removing intermediate container ff911850ec9f [2021-04-20T16:12:04.031Z] ---> da694d6f985f [2021-04-20T16:12:04.031Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T16:12:04.375Z] ---> Running in 6215ab34ad9c [2021-04-20T16:12:04.375Z] Removing intermediate container 687614bdfd98 [2021-04-20T16:12:04.375Z] ---> 73381c61552d [2021-04-20T16:12:04.375Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T16:12:04.660Z] ---> Running in 1ec3161b7459 [2021-04-20T16:12:04.934Z] ---> Running in c570e69eaa17 [2021-04-20T16:12:04.935Z] Removing intermediate container 4a224c8c28d8 [2021-04-20T16:12:04.935Z] ---> ce94653606ad [2021-04-20T16:12:04.935Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:12:05.209Z] Removing intermediate container 6215ab34ad9c [2021-04-20T16:12:05.209Z] ---> f6dd99ec86c2 [2021-04-20T16:12:05.209Z] Step 13/24 : WORKDIR / [2021-04-20T16:12:05.548Z] ---> Running in 859c173c8e19 [2021-04-20T16:12:06.169Z] ---> Running in 32e0bc15053b [2021-04-20T16:12:06.464Z] Removing intermediate container c570e69eaa17 [2021-04-20T16:12:06.464Z] ---> b3e4b788c921 [2021-04-20T16:12:06.464Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:12:07.517Z] ---> Running in 1e9f65e915c6 [2021-04-20T16:12:07.788Z] Removing intermediate container 32e0bc15053b [2021-04-20T16:12:07.788Z] ---> a91c8f935fd1 [2021-04-20T16:12:07.788Z] 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-20T16:12:08.103Z] Removing intermediate container 859c173c8e19 [2021-04-20T16:12:08.103Z] ---> 91d245f87e0a [2021-04-20T16:12:08.103Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:12:08.511Z] Removing intermediate container 1e9f65e915c6 [2021-04-20T16:12:08.511Z] ---> ee183eed4e29 [2021-04-20T16:12:08.511Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:12:09.196Z] Removing intermediate container 1ec3161b7459 [2021-04-20T16:12:09.196Z] ---> 21c0a13a259f [2021-04-20T16:12:09.196Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T16:12:09.483Z] ---> c99f1bf3eedf [2021-04-20T16:12:09.483Z] 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-20T16:12:09.483Z] ---> b0f65b567d2c [2021-04-20T16:12:09.483Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T16:12:09.483Z] ---> Running in f1ab247cbb79 [2021-04-20T16:12:09.835Z] ---> ca6a67ab706d [2021-04-20T16:12:09.835Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T16:12:10.156Z] Removing intermediate container f1ab247cbb79 [2021-04-20T16:12:10.156Z] ---> 1149d6fbded8 [2021-04-20T16:12:10.156Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T16:12:10.485Z] ---> e8a012db691c [2021-04-20T16:12:10.485Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T16:12:11.199Z] ---> a478ebb693d3 [2021-04-20T16:12:11.199Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T16:12:11.484Z] ---> cb2f7290b271 [2021-04-20T16:12:11.484Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T16:12:11.484Z] ---> de2e9ae03b4e [2021-04-20T16:12:11.484Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T16:12:12.156Z] ---> cc0b15018812 [2021-04-20T16:12:12.156Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T16:12:12.651Z] ---> Running in a80cce0eaa25 [2021-04-20T16:12:13.463Z] ---> 1b8ddbec595b [2021-04-20T16:12:13.463Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T16:12:13.776Z] ---> ffc495f0a164 [2021-04-20T16:12:13.776Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T16:12:14.052Z] ---> Running in 985a1a350fe9 [2021-04-20T16:12:14.674Z] ---> Running in d6357e3984c5 [2021-04-20T16:12:14.963Z] Removing intermediate container 985a1a350fe9 [2021-04-20T16:12:14.963Z] ---> 67a89eec0c94 [2021-04-20T16:12:14.963Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:12:14.963Z] ---> 9c7c764af989 [2021-04-20T16:12:14.963Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T16:12:15.265Z] Removing intermediate container d6357e3984c5 [2021-04-20T16:12:15.265Z] ---> 1ae58536078b [2021-04-20T16:12:15.265Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:12:15.265Z] ---> Running in 67b48481b0cb [2021-04-20T16:12:15.559Z] ---> Running in f080d0c6877e [2021-04-20T16:12:16.234Z] Removing intermediate container 67b48481b0cb [2021-04-20T16:12:16.234Z] ---> 5a6df62858b5 [2021-04-20T16:12:16.234Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T16:12:16.513Z] Removing intermediate container f080d0c6877e [2021-04-20T16:12:16.513Z] ---> fb045b77f2d1 [2021-04-20T16:12:16.513Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T16:12:16.513Z] ---> Running in 3d448887111c [2021-04-20T16:12:16.513Z] ---> 10fdf1bc9a33 [2021-04-20T16:12:16.513Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T16:12:16.513Z] ---> Running in f83e65df1ec2 [2021-04-20T16:12:16.780Z] Removing intermediate container a80cce0eaa25 [2021-04-20T16:12:16.780Z] ---> 5c960a6317df [2021-04-20T16:12:16.780Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:12:17.067Z] Removing intermediate container 3d448887111c [2021-04-20T16:12:17.067Z] ---> d948d20ccfb1 [2021-04-20T16:12:17.067Z] Step 21/22 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:12:17.067Z] Removing intermediate container f83e65df1ec2 [2021-04-20T16:12:17.067Z] ---> d84ca56dc54f [2021-04-20T16:12:17.067Z] Step 21/22 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:12:17.067Z] ---> 890f8723e95e [2021-04-20T16:12:17.067Z] 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-20T16:12:17.067Z] ---> Running in a118bf21ab69 [2021-04-20T16:12:17.360Z] ---> 7727aa3a88a4 [2021-04-20T16:12:17.360Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T16:12:17.360Z] ---> Running in 90082e6c72bd [2021-04-20T16:12:17.360Z] ---> Running in b9d48a5d6d70 [2021-04-20T16:12:17.649Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T16:12:17.649Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T16:12:17.649Z] ---> aefe523efa57 [2021-04-20T16:12:17.649Z] 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-20T16:12:18.259Z] Removing intermediate container a118bf21ab69 [2021-04-20T16:12:18.259Z] ---> cf69d692109e [2021-04-20T16:12:18.259Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:12:18.565Z] ---> Running in 47e103c3fc12 [2021-04-20T16:12:18.877Z] Removing intermediate container 90082e6c72bd [2021-04-20T16:12:18.877Z] ---> a12ccd07964d [2021-04-20T16:12:18.877Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:12:18.877Z] ---> Running in 16d34a1ae38d [2021-04-20T16:12:19.174Z] ---> 142f208bf200 [2021-04-20T16:12:19.174Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T16:12:19.174Z] ---> Running in ee39157aeddc [2021-04-20T16:12:19.544Z] Removing intermediate container 47e103c3fc12 [2021-04-20T16:12:19.544Z] ---> 865cc3f43196 [2021-04-20T16:12:19.544Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T16:12:19.922Z] Removing intermediate container 16d34a1ae38d [2021-04-20T16:12:19.922Z] ---> e045d7ac72f6 [2021-04-20T16:12:19.922Z] [2021-04-20T16:12:20.386Z] ---> Running in 0c5b528bb45c [2021-04-20T16:12:20.386Z] Removing intermediate container ee39157aeddc [2021-04-20T16:12:20.386Z] ---> 31106d8d9abb [2021-04-20T16:12:20.386Z] [2021-04-20T16:12:20.711Z] ---> ce600bfeebd9 [2021-04-20T16:12:20.711Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T16:12:21.931Z] Successfully built e045d7ac72f6 [2021-04-20T16:12:22.233Z] Successfully built 31106d8d9abb [2021-04-20T16:12:22.233Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T16:12:22.233Z] Building docker-core-command-go [2021-04-20T16:12:22.233Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T16:12:22.233Z] Building docker-core-data-go [2021-04-20T16:12:22.233Z]  Building docker-support-notifications-go ... done  Building docker-support-scheduler-go ... done Removing intermediate container b9d48a5d6d70 [2021-04-20T16:12:22.233Z] ---> 5f0e7905c632 [2021-04-20T16:12:22.233Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T16:12:22.868Z] ---> Running in 8c6adcf9c92a [2021-04-20T16:12:22.868Z] ---> 8416a505ae18 [2021-04-20T16:12:22.868Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T16:12:23.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:12:23.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:12:24.295Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T16:12:24.295Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T16:12:24.295Z] Removing intermediate container 8c6adcf9c92a [2021-04-20T16:12:24.295Z] ---> 65161549d2b3 [2021-04-20T16:12:24.295Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T16:12:24.295Z] Executing bash-5.0.17-r0.post-install [2021-04-20T16:12:24.295Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:12:24.295Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T16:12:24.295Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T16:12:24.295Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T16:12:24.295Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T16:12:24.295Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T16:12:24.295Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T16:12:24.295Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T16:12:24.295Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T16:12:24.295Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T16:12:24.295Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T16:12:24.295Z] ---> Running in 2f2528c8fbdf [2021-04-20T16:12:24.904Z] ---> 69be5140ef8c [2021-04-20T16:12:24.904Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T16:12:30.551Z] ---> Running in c0e24f9e8f0b [2021-04-20T16:12:30.907Z] Removing intermediate container 2f2528c8fbdf [2021-04-20T16:12:30.907Z] ---> a14da198ee88 [2021-04-20T16:12:30.907Z] Step 23/24 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:12:31.513Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T16:12:31.513Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T16:12:31.513Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T16:12:31.513Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T16:12:31.513Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T16:12:31.513Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T16:12:31.513Z] ---> Running in 60276b2a11bf [2021-04-20T16:12:31.513Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T16:12:31.785Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T16:12:31.785Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T16:12:32.095Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T16:12:32.096Z] Removing intermediate container c0e24f9e8f0b [2021-04-20T16:12:32.096Z] ---> e6674915edc8 [2021-04-20T16:12:32.096Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T16:12:32.096Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T16:12:32.096Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T16:12:32.096Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T16:12:32.374Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T16:12:32.707Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T16:12:32.707Z] Removing intermediate container 60276b2a11bf [2021-04-20T16:12:32.707Z] ---> 8036b0d0e99a [2021-04-20T16:12:32.707Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T16:12:32.707Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T16:12:33.033Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T16:12:33.033Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T16:12:33.033Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T16:12:33.033Z] ---> Running in 1b591ff525a2 [2021-04-20T16:12:34.088Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T16:12:34.367Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T16:12:34.367Z] ---> 4a1c3a9a42d8 [2021-04-20T16:12:34.367Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T16:12:34.367Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T16:12:34.367Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T16:12:35.016Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T16:12:35.016Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T16:12:35.453Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T16:12:36.174Z] Removing intermediate container 1b591ff525a2 [2021-04-20T16:12:36.174Z] ---> 90d847b313e6 [2021-04-20T16:12:36.174Z] [2021-04-20T16:12:36.808Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T16:12:37.097Z] ---> Running in 1c433f09b6d6 [2021-04-20T16:12:37.097Z] OK: 72 MiB in 59 packages [2021-04-20T16:12:37.433Z] Successfully built 90d847b313e6 [2021-04-20T16:12:37.433Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T16:12:37.433Z] Building docker-core-metadata-go [2021-04-20T16:12:42.905Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1c433f09b6d6 [2021-04-20T16:12:42.905Z] ---> 00dd4a39162a [2021-04-20T16:12:42.905Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T16:12:44.161Z] ---> Running in 0767aff58d1b [2021-04-20T16:12:46.321Z] Removing intermediate container 0767aff58d1b [2021-04-20T16:12:46.321Z] ---> abfc017e1d19 [2021-04-20T16:12:46.321Z] Step 28/31 : CMD ["gate"] [2021-04-20T16:12:46.321Z] ---> Running in 74ac15fc13a2 [2021-04-20T16:12:47.421Z] Removing intermediate container 74ac15fc13a2 [2021-04-20T16:12:47.421Z] ---> d71c146eb7f3 [2021-04-20T16:12:47.421Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T16:12:48.536Z] ---> Running in e9362de62195 [2021-04-20T16:12:48.860Z] Collecting docker-compose==1.23.2 [2021-04-20T16:12:48.860Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T16:12:49.664Z] 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-20T16:12:49.664Z] Removing intermediate container e9362de62195 [2021-04-20T16:12:49.664Z] ---> 109716c53455 [2021-04-20T16:12:49.664Z] Step 30/31 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:12:49.664Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T16:12:49.664Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T16:12:50.032Z] ---> Running in bd90dcd97ef7 [2021-04-20T16:12:50.032Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T16:12:50.032Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T16:12:51.193Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T16:12:51.193Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T16:12:51.542Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T16:12:51.542Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T16:12:52.650Z] Removing intermediate container bd90dcd97ef7 [2021-04-20T16:12:52.650Z] ---> bcc5f2af6c21 [2021-04-20T16:12:52.650Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T16:12:54.511Z] ---> Running in 38bee81156a7 [2021-04-20T16:12:56.712Z] Removing intermediate container 38bee81156a7 [2021-04-20T16:12:56.712Z] ---> 96ac481d7018 [2021-04-20T16:12:56.712Z] [2021-04-20T16:12:57.465Z] Successfully built 96ac481d7018 [2021-04-20T16:12:57.788Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T16:12:57.788Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-04-20T16:13:00.029Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T16:13:00.029Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T16:13:03.078Z] Collecting PyYAML<4,>=3.10 [2021-04-20T16:13:03.078Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T16:13:06.910Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T16:13:06.910Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T16:13:08.119Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T16:13:08.119Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T16:13:09.432Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T16:13:09.432Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T16:13:09.933Z] 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-20T16:13:12.166Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T16:13:12.166Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T16:13:14.484Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T16:13:14.484Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T16:13:15.661Z] 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-20T16:13:15.661Z] Collecting idna<2.8,>=2.5 [2021-04-20T16:13:15.661Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T16:13:16.473Z] 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-20T16:13:16.473Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T16:13:16.473Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T16:13:16.473Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T16:13:16.473Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T16:13:16.473Z] Installing collected packages: jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, PyYAML, dockerpty, cached-property, docker-compose [2021-04-20T16:13:18.238Z] Attempting uninstall: urllib3 [2021-04-20T16:13:18.238Z] Found existing installation: urllib3 1.25.9 [2021-04-20T16:13:18.238Z] Uninstalling urllib3-1.25.9: [2021-04-20T16:13:18.523Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T16:13:19.649Z] Attempting uninstall: idna [2021-04-20T16:13:19.650Z] Found existing installation: idna 2.9 [2021-04-20T16:13:19.650Z] Uninstalling idna-2.9: [2021-04-20T16:13:20.038Z] Successfully uninstalled idna-2.9 [2021-04-20T16:13:21.099Z] Attempting uninstall: requests [2021-04-20T16:13:21.099Z] Found existing installation: requests 2.23.0 [2021-04-20T16:13:21.099Z] Uninstalling requests-2.23.0: [2021-04-20T16:13:21.099Z] Successfully uninstalled requests-2.23.0 [2021-04-20T16:13:25.080Z] Removing intermediate container aa3f2f972e10 [2021-04-20T16:13:25.080Z] ---> 53fcfdb4c07f [2021-04-20T16:13:25.080Z] [2021-04-20T16:13:25.080Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T16:13:25.080Z] Removing intermediate container 94e1ba954b66 [2021-04-20T16:13:25.080Z] ---> a27b83f8783a [2021-04-20T16:13:25.080Z] [2021-04-20T16:13:25.080Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T16:13:25.080Z] 3.12: Pulling from library/alpine [2021-04-20T16:13:25.358Z] 3.12: Pulling from library/alpine [2021-04-20T16:13:25.358Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T16:13:25.358Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T16:13:25.358Z] Status: Image is up to date for alpine:3.12 [2021-04-20T16:13:25.358Z] ---> 9852663dfa18 [2021-04-20T16:13:25.358Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T16:13:25.358Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T16:13:25.358Z] ---> 9852663dfa18 [2021-04-20T16:13:25.358Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T16:13:25.652Z] Running setup.py install for docopt: started [2021-04-20T16:13:25.963Z] ---> Running in 53e02290be53 [2021-04-20T16:13:25.963Z] ---> Running in 377f986b1f0b [2021-04-20T16:13:26.951Z] Removing intermediate container 53e02290be53 [2021-04-20T16:13:26.951Z] ---> 6e08d3f2425c [2021-04-20T16:13:26.951Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T16:13:26.951Z] ---> Running in e6d9e76fa280 [2021-04-20T16:13:28.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:28.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:28.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:28.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:29.237Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T16:13:29.237Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:13:29.237Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T16:13:29.237Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T16:13:29.237Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:13:29.519Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T16:13:29.519Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:13:29.519Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:13:29.791Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:13:29.791Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T16:13:29.791Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:13:29.791Z] OK: 7 MiB in 20 packages [2021-04-20T16:13:29.791Z] OK: 5 MiB in 16 packages [2021-04-20T16:13:33.190Z] Removing intermediate container e6d9e76fa280 [2021-04-20T16:13:33.191Z] ---> 488c742ebd60 [2021-04-20T16:13:33.191Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T16:13:33.191Z] Removing intermediate container 377f986b1f0b [2021-04-20T16:13:33.191Z] ---> 1cc7167d9b19 [2021-04-20T16:13:33.191Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:13:33.462Z] ---> Running in 100c6debd15f [2021-04-20T16:13:34.063Z] ---> Running in 39d49a02c1f0 [2021-04-20T16:13:34.209Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:13:34.209Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:13:34.209Z] ---> ba30ba5693f7 [2021-04-20T16:13:34.209Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:13:34.209Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:13:34.209Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:13:34.209Z] ---> ba30ba5693f7 [2021-04-20T16:13:34.209Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:13:34.486Z] ---> Using cache [2021-04-20T16:13:34.486Z] ---> 97d6700bd157 [2021-04-20T16:13:34.486Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:13:34.486Z] ---> Using cache [2021-04-20T16:13:34.486Z] ---> 97d6700bd157 [2021-04-20T16:13:34.486Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:13:34.657Z] Removing intermediate container 100c6debd15f [2021-04-20T16:13:34.657Z] ---> 2beefc7fdecd [2021-04-20T16:13:34.657Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T16:13:34.802Z] ---> Using cache [2021-04-20T16:13:34.802Z] ---> 38ab8dead89e [2021-04-20T16:13:34.802Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T16:13:34.802Z] ---> Using cache [2021-04-20T16:13:34.802Z] ---> 38ab8dead89e [2021-04-20T16:13:34.802Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:13:34.802Z] ---> Using cache [2021-04-20T16:13:34.802Z] ---> 1e95d831552a [2021-04-20T16:13:34.802Z] Step 6/23 : COPY go.mod . [2021-04-20T16:13:35.105Z] ---> Using cache [2021-04-20T16:13:35.105Z] ---> 2fc998b6e9e9 [2021-04-20T16:13:35.105Z] Step 7/23 : RUN go mod download [2021-04-20T16:13:35.105Z] ---> Using cache [2021-04-20T16:13:35.105Z] ---> 12c7c802ce63 [2021-04-20T16:13:35.105Z] Step 8/23 : COPY . . [2021-04-20T16:13:35.250Z] Removing intermediate container 39d49a02c1f0 [2021-04-20T16:13:35.251Z] ---> c4458122eb21 [2021-04-20T16:13:35.251Z] Step 13/24 : WORKDIR / [2021-04-20T16:13:35.522Z] ---> Running in fb9ea8d393ba [2021-04-20T16:13:35.523Z] ---> Running in c3a6ced01b33 [2021-04-20T16:13:35.802Z] ---> Using cache [2021-04-20T16:13:35.802Z] ---> 6aa254e5a216 [2021-04-20T16:13:35.802Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T16:13:36.150Z] Removing intermediate container c52d00da597f [2021-04-20T16:13:36.150Z] Removing intermediate container a8070a32258f [2021-04-20T16:13:36.150Z] ---> 89f013b269cb [2021-04-20T16:13:36.150Z] [2021-04-20T16:13:36.150Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:13:36.150Z] ---> 9852663dfa18 [2021-04-20T16:13:36.150Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:13:36.150Z] ---> 0fcb766aac2e [2021-04-20T16:13:36.150Z] [2021-04-20T16:13:36.150Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T16:13:36.150Z] ---> 9852663dfa18 [2021-04-20T16:13:36.150Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T16:13:36.444Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:13:36.444Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:13:36.444Z] ---> ba30ba5693f7 [2021-04-20T16:13:36.444Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:13:36.444Z] ---> Using cache [2021-04-20T16:13:36.444Z] ---> 97d6700bd157 [2021-04-20T16:13:36.444Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:13:36.444Z] ---> Using cache [2021-04-20T16:13:36.444Z] ---> 38ab8dead89e [2021-04-20T16:13:36.444Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:13:36.444Z] ---> Using cache [2021-04-20T16:13:36.444Z] ---> 1e95d831552a [2021-04-20T16:13:36.444Z] Step 6/23 : COPY go.mod . [2021-04-20T16:13:36.444Z] ---> Using cache [2021-04-20T16:13:36.444Z] ---> 2fc998b6e9e9 [2021-04-20T16:13:36.444Z] Step 7/23 : RUN go mod download [2021-04-20T16:13:36.444Z] ---> Using cache [2021-04-20T16:13:36.444Z] ---> 12c7c802ce63 [2021-04-20T16:13:36.444Z] Step 8/23 : COPY . . [2021-04-20T16:13:36.444Z] ---> Using cache [2021-04-20T16:13:36.444Z] ---> 6aa254e5a216 [2021-04-20T16:13:36.444Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T16:13:36.791Z] ---> Running in cf75916d6a29 [2021-04-20T16:13:36.792Z] ---> Running in b71bc3d11342 [2021-04-20T16:13:36.792Z] Removing intermediate container fb9ea8d393ba [2021-04-20T16:13:36.792Z] ---> b94f4b5b8920 [2021-04-20T16:13:36.792Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T16:13:36.792Z] Removing intermediate container c3a6ced01b33 [2021-04-20T16:13:36.792Z] ---> 05a75b46f12d [2021-04-20T16:13:36.792Z] 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-20T16:13:37.096Z] ---> Running in b43c715ff70f [2021-04-20T16:13:37.488Z] ---> Running in 3ffcce3452fe [2021-04-20T16:13:37.488Z] ---> Running in 5e39e511b576 [2021-04-20T16:13:37.488Z] ---> Running in 1c9d4264632d [2021-04-20T16:13:39.085Z] ---> 61cf45b9c932 [2021-04-20T16:13:39.085Z] 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-20T16:13:39.218Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T16:13:39.218Z] Running setup.py install for texttable: started [2021-04-20T16:13:39.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:39.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:39.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:39.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:40.176Z] ---> b972fdf1da61 [2021-04-20T16:13:40.176Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T16:13:40.455Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T16:13:40.455Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T16:13:40.455Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:13:40.455Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:13:40.728Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T16:13:40.728Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:13:40.728Z] OK: 5 MiB in 15 packages [2021-04-20T16:13:40.728Z] OK: 6 MiB in 16 packages [2021-04-20T16:13:40.898Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T16:13:40.898Z] Running setup.py install for PyYAML: started [2021-04-20T16:13:41.712Z] Removing intermediate container b43c715ff70f [2021-04-20T16:13:41.713Z] ---> 44fe28900605 [2021-04-20T16:13:41.713Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T16:13:41.713Z] ---> 15f7549bfcf7 [2021-04-20T16:13:41.713Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T16:13:41.989Z] ---> Running in 1396aaf4c5a5 [2021-04-20T16:13:42.970Z] Removing intermediate container 1396aaf4c5a5 [2021-04-20T16:13:42.970Z] ---> f3cfe75946fc [2021-04-20T16:13:42.970Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T16:13:42.970Z] Removing intermediate container b71bc3d11342 [2021-04-20T16:13:42.970Z] ---> 51a1fddb4fc7 [2021-04-20T16:13:42.970Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:13:43.221Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T16:13:43.221Z] Running setup.py install for dockerpty: started [2021-04-20T16:13:43.252Z] Removing intermediate container cf75916d6a29 [2021-04-20T16:13:43.252Z] ---> 783e2b7cb0e4 [2021-04-20T16:13:43.252Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:13:43.252Z] ---> dfcbd64e2236 [2021-04-20T16:13:43.252Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T16:13:43.252Z] ---> Running in 877c9f7ee674 [2021-04-20T16:13:43.252Z] ---> Running in 741769f44449 [2021-04-20T16:13:43.507Z] 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-20T16:13:43.507Z] 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-20T16:13:43.849Z] ---> d97c28e8328c [2021-04-20T16:13:44.126Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T16:13:44.126Z] Removing intermediate container 877c9f7ee674 [2021-04-20T16:13:44.126Z] ---> 341d0adcce1f [2021-04-20T16:13:44.126Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T16:13:44.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:13:44.397Z] Removing intermediate container 741769f44449 [2021-04-20T16:13:44.397Z] ---> f18b2e6a7d8c [2021-04-20T16:13:44.397Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T16:13:44.397Z] ---> Running in 2e0a332c5561 [2021-04-20T16:13:44.397Z] ---> Running in 1a2ba00f3ea4 [2021-04-20T16:13:44.566Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T16:13:44.674Z] ---> Running in c07d7f7848dd [2021-04-20T16:13:44.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:13:44.945Z] ---> c4c4cd463a3d [2021-04-20T16:13:44.945Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T16:13:45.222Z] Removing intermediate container 1a2ba00f3ea4 [2021-04-20T16:13:45.222Z] ---> 7ca463535c79 [2021-04-20T16:13:45.222Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:13:45.504Z] Removing intermediate container c07d7f7848dd [2021-04-20T16:13:45.504Z] ---> f5fd6f5a0046 [2021-04-20T16:13:45.504Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T16:13:45.777Z] ---> Running in d7fbff7def20 [2021-04-20T16:13:46.049Z] ---> Running in ccd9a722000a [2021-04-20T16:13:46.049Z] ---> ec98bf3741d3 [2021-04-20T16:13:46.049Z] 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-20T16:13:46.325Z] ---> Running in f26c0e994960 [2021-04-20T16:13:46.556Z] OK: 233 MiB in 51 packages [2021-04-20T16:13:46.919Z] Removing intermediate container d7fbff7def20 [2021-04-20T16:13:46.919Z] ---> bf61898f6e4d [2021-04-20T16:13:46.919Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:13:46.919Z] Removing intermediate container ccd9a722000a [2021-04-20T16:13:46.919Z] ---> 523a8a3eba08 [2021-04-20T16:13:46.919Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:13:48.357Z] Removing intermediate container 2e0a332c5561 [2021-04-20T16:13:48.357Z] ---> cf973b49e6f6 [2021-04-20T16:13:48.357Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:13:48.357Z] ---> 80006bd51092 [2021-04-20T16:13:48.357Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T16:13:48.357Z] ---> a32d76b3bb0b [2021-04-20T16:13:48.357Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T16:13:48.957Z] Removing intermediate container 64cd91b48101 [2021-04-20T16:13:48.957Z] ---> 3d59ee00b407 [2021-04-20T16:13:48.957Z] [2021-04-20T16:13:48.957Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:13:48.957Z] ---> 9852663dfa18 [2021-04-20T16:13:48.957Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T16:13:49.555Z] ---> Running in 55f547efaf0f [2021-04-20T16:13:49.829Z] ---> 165d93cd84c4 [2021-04-20T16:13:49.829Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T16:13:50.101Z] Removing intermediate container 55f547efaf0f [2021-04-20T16:13:50.101Z] ---> 4b155a3e5c95 [2021-04-20T16:13:50.101Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T16:13:50.173Z] 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-20T16:13:50.378Z] ---> 20e898109292 [2021-04-20T16:13:50.378Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T16:13:50.378Z] ---> 0b8110383f36 [2021-04-20T16:13:50.378Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T16:13:50.652Z] Removing intermediate container f26c0e994960 [2021-04-20T16:13:50.652Z] ---> ff968ec2600e [2021-04-20T16:13:50.652Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T16:13:50.652Z] ---> Running in 9b65d226c165 [2021-04-20T16:13:50.926Z] ---> Running in 4699d782d3c0 [2021-04-20T16:13:51.519Z] Removing intermediate container 9b65d226c165 [2021-04-20T16:13:51.519Z] ---> d7a1e763f32c [2021-04-20T16:13:51.519Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T16:13:51.519Z] ---> cff1edff2f8f [2021-04-20T16:13:51.519Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T16:13:51.519Z] ---> eda9c648ae36 [2021-04-20T16:13:51.519Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T16:13:51.519Z] ---> Running in 1451cc76ec8c [2021-04-20T16:13:51.519Z] ---> Running in af794325fd4c [2021-04-20T16:13:51.797Z] Removing intermediate container 4699d782d3c0 [2021-04-20T16:13:51.797Z] ---> 7a11f9eb61e9 [2021-04-20T16:13:51.797Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T16:13:51.797Z] ---> d1e9bb180f46 [2021-04-20T16:13:51.797Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T16:13:51.797Z] ---> Running in df64157221f6 [2021-04-20T16:13:51.797Z] ---> Running in 0acfc8777be1 [2021-04-20T16:13:52.395Z] Removing intermediate container 1451cc76ec8c [2021-04-20T16:13:52.395Z] ---> 5ebd27ebd6f1 [2021-04-20T16:13:52.395Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:13:52.395Z] Removing intermediate container af794325fd4c [2021-04-20T16:13:52.395Z] ---> aee726a2d662 [2021-04-20T16:13:52.395Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:13:52.395Z] ---> Running in a1bd5b91b250 [2021-04-20T16:13:52.395Z] ---> 5c40a089b055 [2021-04-20T16:13:52.395Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T16:13:52.674Z] ---> Running in 5cfa7a0ff68c [2021-04-20T16:13:52.674Z] Removing intermediate container df64157221f6 [2021-04-20T16:13:52.674Z] ---> 32112f01d44f [2021-04-20T16:13:52.674Z] Step 23/24 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:13:52.674Z] Removing intermediate container 0acfc8777be1 [2021-04-20T16:13:52.674Z] ---> bf2ee33d2418 [2021-04-20T16:13:52.674Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:13:52.955Z] ---> Running in 1641f55ef718 [2021-04-20T16:13:52.955Z] ---> Running in 8aefc6358e42 [2021-04-20T16:13:53.236Z] Removing intermediate container 5cfa7a0ff68c [2021-04-20T16:13:53.236Z] ---> a97b7b97c9e6 [2021-04-20T16:13:53.236Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T16:13:53.509Z] ---> Running in 5b333b026ed3 [2021-04-20T16:13:53.509Z] ---> e860f5b5055c [2021-04-20T16:13:53.509Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T16:13:53.787Z] Removing intermediate container 8aefc6358e42 [2021-04-20T16:13:53.787Z] ---> 476908cceba2 [2021-04-20T16:13:53.787Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T16:13:53.787Z] Removing intermediate container 1641f55ef718 [2021-04-20T16:13:53.787Z] ---> d4bf12d0c50b [2021-04-20T16:13:53.787Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T16:13:54.059Z] ---> Running in a393a9d21140 [2021-04-20T16:13:54.059Z] ---> Running in c98d73d370d1 [2021-04-20T16:13:54.333Z] Removing intermediate container 5b333b026ed3 [2021-04-20T16:13:54.333Z] ---> 02bc927490e0 [2021-04-20T16:13:54.333Z] Step 21/22 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:13:54.612Z] ---> Running in accf4be53113 [2021-04-20T16:13:54.883Z] ---> e3afb3580516 [2021-04-20T16:13:54.883Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T16:13:54.883Z] Removing intermediate container c98d73d370d1 [2021-04-20T16:13:54.883Z] ---> d40f8c787801 [2021-04-20T16:13:54.883Z] [2021-04-20T16:13:54.883Z] Removing intermediate container a393a9d21140 [2021-04-20T16:13:54.883Z] ---> dcc37bec821e [2021-04-20T16:13:54.883Z] Step 21/22 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:13:55.478Z] ---> Running in fd7867cccd24 [2021-04-20T16:13:55.478Z] Removing intermediate container accf4be53113 [2021-04-20T16:13:55.478Z] ---> 0f66304bd3ee [2021-04-20T16:13:55.478Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:13:55.478Z] ---> Running in a61364952539 [2021-04-20T16:13:55.478Z] Successfully built d40f8c787801 [2021-04-20T16:13:55.478Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-20T16:13:55.478Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-20T16:13:55.750Z] ---> Running in 547d67e4b577 [2021-04-20T16:13:55.750Z] Removing intermediate container a1bd5b91b250 [2021-04-20T16:13:55.750Z] ---> 26ac80ac3925 [2021-04-20T16:13:55.750Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T16:13:56.111Z] Removing intermediate container 3ffcce3452fe [2021-04-20T16:13:56.111Z] ---> fee5d4e482a7 [2021-04-20T16:13:56.111Z] Step 6/23 : COPY go.mod . [2021-04-20T16:13:56.343Z] ---> Running in 14131922030c [2021-04-20T16:13:56.343Z] Removing intermediate container fd7867cccd24 [2021-04-20T16:13:56.343Z] ---> d7b31f95abb8 [2021-04-20T16:13:56.343Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T16:13:56.622Z] Removing intermediate container a61364952539 [2021-04-20T16:13:56.623Z] ---> 4ce9bfe7d8ed [2021-04-20T16:13:56.623Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T16:13:56.899Z] Removing intermediate container 547d67e4b577 [2021-04-20T16:13:56.899Z] ---> 37216ec989f0 [2021-04-20T16:13:56.899Z] [2021-04-20T16:13:57.173Z] ---> Running in aa259a5fe9de [2021-04-20T16:13:57.666Z] ---> 818ee01ca9db [2021-04-20T16:13:57.666Z] Step 7/23 : RUN go mod download [2021-04-20T16:13:57.780Z] Successfully built 37216ec989f0 [2021-04-20T16:13:58.379Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-20T16:13:58.379Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-20T16:13:58.379Z] Removing intermediate container aa259a5fe9de [2021-04-20T16:13:58.379Z] ---> 04653dba4293 [2021-04-20T16:13:58.379Z] [2021-04-20T16:13:58.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:13:58.666Z] ---> e58c83868a5a [2021-04-20T16:13:58.666Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T16:13:58.666Z] Successfully built 04653dba4293 [2021-04-20T16:13:58.786Z] ---> Running in 528bab4b6a4b [2021-04-20T16:13:58.942Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-20T16:13:58.942Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-04-20T16:13:59.219Z] ---> Running in 2c5bd8abeffe [2021-04-20T16:13:59.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:14:00.196Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:14:00.196Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T16:14:00.196Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T16:14:00.477Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T16:14:00.477Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T16:14:00.755Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T16:14:00.755Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:14:00.755Z] OK: 8 MiB in 20 packages [2021-04-20T16:14:02.735Z] Removing intermediate container 2c5bd8abeffe [2021-04-20T16:14:02.735Z] ---> 5c0aafde2538 [2021-04-20T16:14:02.735Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T16:14:03.009Z] Removing intermediate container 14131922030c [2021-04-20T16:14:03.009Z] ---> 5423ee973997 [2021-04-20T16:14:03.009Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:14:03.609Z] ---> Running in cda00f7377e2 [2021-04-20T16:14:04.205Z] ---> 79801b22f642 [2021-04-20T16:14:04.205Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T16:14:05.194Z] Removing intermediate container cda00f7377e2 [2021-04-20T16:14:05.194Z] ---> 99127fe5007c [2021-04-20T16:14:05.194Z] Step 28/31 : CMD ["gate"] [2021-04-20T16:14:07.179Z] ---> Running in 1423c76f5695 [2021-04-20T16:14:07.179Z] ---> a8f07a9c05bd [2021-04-20T16:14:07.179Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T16:14:07.774Z] Removing intermediate container 1423c76f5695 [2021-04-20T16:14:07.774Z] ---> 604e16f71012 [2021-04-20T16:14:07.774Z] Step 29/31 : LABEL arch=arm64 [2021-04-20T16:14:07.785Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:14:07.785Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:14:07.785Z] ---> ba30ba5693f7 [2021-04-20T16:14:07.785Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T16:14:07.785Z] ---> Using cache [2021-04-20T16:14:07.785Z] ---> 97d6700bd157 [2021-04-20T16:14:07.785Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:14:07.785Z] ---> Using cache [2021-04-20T16:14:07.785Z] ---> 38ab8dead89e [2021-04-20T16:14:07.785Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T16:14:07.785Z] ---> Using cache [2021-04-20T16:14:07.785Z] ---> 1e95d831552a [2021-04-20T16:14:07.785Z] Step 6/21 : COPY go.mod . [2021-04-20T16:14:07.785Z] ---> Using cache [2021-04-20T16:14:07.785Z] ---> 2fc998b6e9e9 [2021-04-20T16:14:07.785Z] Step 7/21 : RUN go mod download [2021-04-20T16:14:07.785Z] ---> Using cache [2021-04-20T16:14:07.785Z] ---> 12c7c802ce63 [2021-04-20T16:14:07.785Z] Step 8/21 : COPY . . [2021-04-20T16:14:07.785Z] ---> Using cache [2021-04-20T16:14:07.785Z] ---> 6aa254e5a216 [2021-04-20T16:14:07.785Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T16:14:08.375Z] ---> Running in 2b6ab4a420ad [2021-04-20T16:14:08.375Z] ---> 132947930525 [2021-04-20T16:14:08.375Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T16:14:08.650Z] ---> Running in 53a0b4a65599 [2021-04-20T16:14:08.845Z] ---> Running in eb9d504af767 [2021-04-20T16:14:08.925Z] Removing intermediate container 2b6ab4a420ad [2021-04-20T16:14:08.926Z] ---> f9c42dee7b6c [2021-04-20T16:14:08.926Z] Step 30/31 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:14:09.201Z] Removing intermediate container 53a0b4a65599 [2021-04-20T16:14:09.201Z] ---> 5a2fef85b642 [2021-04-20T16:14:09.485Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:14:09.761Z] ---> Running in 50bdc48fe640 [2021-04-20T16:14:10.038Z] ---> Running in b42a3e570ead [2021-04-20T16:14:10.320Z] Removing intermediate container 50bdc48fe640 [2021-04-20T16:14:10.320Z] ---> a202459dc826 [2021-04-20T16:14:10.320Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T16:14:10.503Z] Removing intermediate container 528bab4b6a4b [2021-04-20T16:14:10.503Z] ---> 1282432ce9d9 [2021-04-20T16:14:10.503Z] Step 8/23 : COPY . . [2021-04-20T16:14:10.503Z] 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-20T16:14:10.599Z] Removing intermediate container b42a3e570ead [2021-04-20T16:14:10.870Z] ---> f645bab2618c [2021-04-20T16:14:10.870Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:14:11.143Z] ---> Running in d61e109e8c22 [2021-04-20T16:14:11.467Z] ---> Running in 9def7c1beb98 [2021-04-20T16:14:11.766Z] Removing intermediate container d61e109e8c22 [2021-04-20T16:14:11.766Z] ---> 9f74be0b88bc [2021-04-20T16:14:11.766Z] [2021-04-20T16:14:12.051Z] Removing intermediate container 9def7c1beb98 [2021-04-20T16:14:12.051Z] ---> d44f10e2169a [2021-04-20T16:14:12.051Z] Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:14:12.323Z] Successfully built 9f74be0b88bc [2021-04-20T16:14:12.595Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-20T16:14:12.595Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-04-20T16:14:12.596Z] ---> Running in 29fb755dad26 [2021-04-20T16:14:13.202Z] Removing intermediate container 29fb755dad26 [2021-04-20T16:14:13.202Z] ---> 21cf3756fc07 [2021-04-20T16:14:13.202Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:14:13.474Z] ---> Running in 0f63420c9430 [2021-04-20T16:14:14.069Z] Removing intermediate container 0f63420c9430 [2021-04-20T16:14:14.069Z] ---> c4a72b07900b [2021-04-20T16:14:14.069Z] [2021-04-20T16:14:14.339Z] Successfully built c4a72b07900b [2021-04-20T16:14:14.339Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-20T16:14:53.580Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:14:53.580Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:14:53.580Z] ---> 95b751f818b2 [2021-04-20T16:14:53.580Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:14:53.580Z] ---> Using cache [2021-04-20T16:14:53.580Z] ---> 325492cdf30c [2021-04-20T16:14:53.580Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:14:53.580Z] ---> Using cache [2021-04-20T16:14:53.580Z] ---> be8a99e444f4 [2021-04-20T16:14:53.580Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T16:14:55.578Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:14:55.578Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:14:55.578Z] ---> 95b751f818b2 [2021-04-20T16:14:55.578Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:14:55.578Z] ---> Using cache [2021-04-20T16:14:55.578Z] ---> 325492cdf30c [2021-04-20T16:14:55.578Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:14:55.578Z] ---> Using cache [2021-04-20T16:14:55.578Z] ---> be8a99e444f4 [2021-04-20T16:14:55.578Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:14:55.849Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:14:55.849Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:14:55.849Z] ---> 95b751f818b2 [2021-04-20T16:14:55.849Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T16:14:55.849Z] ---> Using cache [2021-04-20T16:14:55.849Z] ---> 325492cdf30c [2021-04-20T16:14:55.849Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:14:55.849Z] ---> Using cache [2021-04-20T16:14:55.849Z] ---> be8a99e444f4 [2021-04-20T16:14:55.849Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T16:14:57.824Z] ---> Running in 06881f74a4ca [2021-04-20T16:14:57.824Z] ---> Running in 7cb9ed87f0b1 [2021-04-20T16:14:57.824Z] ---> Running in a33e0f4717e6 [2021-04-20T16:14:58.416Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T16:14:58.416Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T16:14:58.416Z] ---> 95b751f818b2 [2021-04-20T16:14:58.416Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T16:14:58.416Z] ---> Using cache [2021-04-20T16:14:58.416Z] ---> 325492cdf30c [2021-04-20T16:14:58.416Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:14:58.416Z] ---> Using cache [2021-04-20T16:14:58.416Z] ---> be8a99e444f4 [2021-04-20T16:14:58.416Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T16:14:58.416Z] ---> Running in 7d5c128bbdd1 [2021-04-20T16:14:59.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:14:59.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:14:59.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:00.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:00.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:00.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:00.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:00.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:15:01.247Z] OK: 217 MiB in 51 packages [2021-04-20T16:15:01.526Z] OK: 217 MiB in 51 packages [2021-04-20T16:15:01.814Z] OK: 217 MiB in 51 packages [2021-04-20T16:15:02.090Z] OK: 217 MiB in 51 packages [2021-04-20T16:15:03.075Z] Removing intermediate container 06881f74a4ca [2021-04-20T16:15:03.075Z] ---> 3b45266d7e72 [2021-04-20T16:15:03.075Z] Step 6/21 : COPY go.mod . [2021-04-20T16:15:03.075Z] Removing intermediate container 7cb9ed87f0b1 [2021-04-20T16:15:03.075Z] ---> e1544314c1ce [2021-04-20T16:15:03.075Z] Step 6/23 : COPY go.mod . [2021-04-20T16:15:03.346Z] Removing intermediate container a33e0f4717e6 [2021-04-20T16:15:03.346Z] ---> 062d056c236d [2021-04-20T16:15:03.346Z] Step 6/23 : COPY go.mod . [2021-04-20T16:15:03.618Z] Removing intermediate container 7d5c128bbdd1 [2021-04-20T16:15:03.618Z] ---> 0965fdb64f16 [2021-04-20T16:15:03.618Z] Step 6/23 : COPY go.mod . [2021-04-20T16:15:03.889Z] ---> 3ec9592fa197 [2021-04-20T16:15:03.890Z] Step 7/21 : RUN go mod download [2021-04-20T16:15:03.890Z] ---> c3ddb3754dcb [2021-04-20T16:15:03.890Z] Step 7/23 : RUN go mod download [2021-04-20T16:15:04.160Z] ---> Running in 5e60d9a02323 [2021-04-20T16:15:04.160Z] ---> 1f0f5323ca5f [2021-04-20T16:15:04.160Z] Step 7/23 : RUN go mod download [2021-04-20T16:15:04.160Z] ---> Running in b177c0912912 [2021-04-20T16:15:04.432Z] ---> Running in 03e45a7e5860 [2021-04-20T16:15:04.432Z] ---> 3e2da337945b [2021-04-20T16:15:04.432Z] Step 7/23 : RUN go mod download [2021-04-20T16:15:04.710Z] ---> Running in 86af59f18693 [2021-04-20T16:15:09.339Z] Removing intermediate container 5e60d9a02323 [2021-04-20T16:15:09.339Z] ---> 95223b487cfa [2021-04-20T16:15:09.339Z] Step 8/21 : COPY . . [2021-04-20T16:15:09.339Z] Removing intermediate container b177c0912912 [2021-04-20T16:15:09.339Z] ---> b22b8ed22976 [2021-04-20T16:15:09.339Z] Step 8/23 : COPY . . [2021-04-20T16:15:09.339Z] Removing intermediate container 03e45a7e5860 [2021-04-20T16:15:09.339Z] ---> b515a10481e4 [2021-04-20T16:15:09.339Z] Step 8/23 : COPY . . [2021-04-20T16:15:09.339Z] Removing intermediate container 86af59f18693 [2021-04-20T16:15:09.339Z] ---> b30f129392c9 [2021-04-20T16:15:09.339Z] Step 8/23 : COPY . . [2021-04-20T16:15:19.848Z] 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-20T16:15:21.998Z] Removing intermediate container 5e39e511b576 [2021-04-20T16:15:21.998Z] ---> dcdb78902dde [2021-04-20T16:15:21.998Z] [2021-04-20T16:15:21.998Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:15:21.998Z] ---> 13621d1b12d4 [2021-04-20T16:15:21.998Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:15:21.998Z] ---> Using cache [2021-04-20T16:15:21.998Z] ---> ffb884d0b499 [2021-04-20T16:15:21.998Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:15:21.998Z] ---> Using cache [2021-04-20T16:15:21.998Z] ---> 73381c61552d [2021-04-20T16:15:21.998Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T16:15:23.653Z] ---> Running in 496ff02f49aa [2021-04-20T16:15:25.202Z] Removing intermediate container 1c9d4264632d [2021-04-20T16:15:25.202Z] ---> 697435876ede [2021-04-20T16:15:25.202Z] [2021-04-20T16:15:25.202Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:15:25.202Z] ---> 13621d1b12d4 [2021-04-20T16:15:25.202Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:15:25.202Z] ---> Using cache [2021-04-20T16:15:25.202Z] ---> ffb884d0b499 [2021-04-20T16:15:25.202Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:15:25.202Z] ---> Using cache [2021-04-20T16:15:25.202Z] ---> 73381c61552d [2021-04-20T16:15:25.202Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T16:15:25.202Z] Removing intermediate container 496ff02f49aa [2021-04-20T16:15:25.202Z] ---> 303c99587595 [2021-04-20T16:15:25.202Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:15:25.868Z] ---> Running in db4e87e8a345 [2021-04-20T16:15:25.868Z] ---> Running in 7813ab02521f [2021-04-20T16:15:25.868Z] Removing intermediate container 0c5b528bb45c [2021-04-20T16:15:25.868Z] ---> 113ebd713055 [2021-04-20T16:15:25.868Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T16:15:26.450Z] ---> Running in 07868a3d60c8 [2021-04-20T16:15:26.450Z] Removing intermediate container 7813ab02521f [2021-04-20T16:15:26.450Z] ---> 5ae265903248 [2021-04-20T16:15:26.450Z] Step 15/23 : WORKDIR / [2021-04-20T16:15:26.774Z] Removing intermediate container db4e87e8a345 [2021-04-20T16:15:26.774Z] ---> 181c1201b692 [2021-04-20T16:15:26.774Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:15:27.089Z] ---> Running in 4253a7047408 [2021-04-20T16:15:27.409Z] ---> Running in 913b588816d6 [2021-04-20T16:15:27.409Z] Removing intermediate container 07868a3d60c8 [2021-04-20T16:15:27.409Z] ---> 28e8e5026251 [2021-04-20T16:15:27.409Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T16:15:28.403Z] ---> Running in 8668ab7e230a [2021-04-20T16:15:28.698Z] Removing intermediate container 913b588816d6 [2021-04-20T16:15:28.698Z] ---> a9a27e547ba9 [2021-04-20T16:15:28.698Z] Step 15/23 : WORKDIR / [2021-04-20T16:15:29.811Z] ---> b18ffb843793 [2021-04-20T16:15:29.811Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T16:15:29.811Z] Removing intermediate container 4253a7047408 [2021-04-20T16:15:29.811Z] ---> 2439cff61f74 [2021-04-20T16:15:29.811Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:15:30.702Z] ---> Running in 0a1883bb196b [2021-04-20T16:15:31.107Z] ---> Running in dfa5f1105829 [2021-04-20T16:15:31.467Z] Removing intermediate container 8668ab7e230a [2021-04-20T16:15:31.467Z] ---> bca2610a8724 [2021-04-20T16:15:31.467Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T16:15:32.845Z] ---> 0d5c6890cf79 [2021-04-20T16:15:32.845Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T16:15:33.459Z] Removing intermediate container 0a1883bb196b [2021-04-20T16:15:33.459Z] ---> eff7fb98fb64 [2021-04-20T16:15:33.459Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:15:35.225Z] 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-20T16:15:36.144Z] ---> 6c398a5ad769 [2021-04-20T16:15:36.144Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T16:15:36.144Z] ---> c12ba07c232c [2021-04-20T16:15:36.144Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T16:15:36.144Z] ---> 55739247d3d1 [2021-04-20T16:15:36.144Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T16:15:36.144Z] ---> 4af5819f213d [2021-04-20T16:15:36.144Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T16:15:36.144Z] ---> Running in 739653d6e2b1 [2021-04-20T16:15:36.144Z] ---> Running in c3f9fb2f87e9 [2021-04-20T16:15:36.144Z] ---> Running in 17456f3a8350 [2021-04-20T16:15:36.144Z] ---> Running in df311960c769 [2021-04-20T16:15:36.144Z] 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-20T16:15:36.144Z] 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-20T16:15:36.144Z] 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-20T16:15:36.144Z] 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-20T16:15:36.149Z] ---> 20fe6a4eccc6 [2021-04-20T16:15:36.149Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T16:15:36.149Z] ---> b975dc010a5c [2021-04-20T16:15:36.149Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T16:15:36.924Z] ---> 87e818d3de1a [2021-04-20T16:15:36.924Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T16:15:37.652Z] Removing intermediate container eb9d504af767 [2021-04-20T16:15:37.653Z] ---> 7df84095444f [2021-04-20T16:15:37.653Z] [2021-04-20T16:15:37.653Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T16:15:37.653Z] ---> 13621d1b12d4 [2021-04-20T16:15:37.653Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T16:15:39.260Z] ---> 6f22d37567eb [2021-04-20T16:15:39.260Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T16:15:39.260Z] ---> Running in 5aa30d90a22b [2021-04-20T16:15:39.260Z] ---> 085767c21ab4 [2021-04-20T16:15:39.260Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T16:15:39.260Z] ---> a0a108b02098 [2021-04-20T16:15:39.260Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T16:15:39.918Z] ---> Running in 8fda143bd61c [2021-04-20T16:15:40.642Z] ---> 7e0c3053cd27 [2021-04-20T16:15:40.642Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T16:15:41.431Z] Removing intermediate container 8fda143bd61c [2021-04-20T16:15:41.431Z] ---> 0e9f9143adf7 [2021-04-20T16:15:41.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:15:41.431Z] ---> Running in 0fe5426b0fb7 [2021-04-20T16:15:41.431Z] ---> 973a6e5fe272 [2021-04-20T16:15:41.431Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T16:15:42.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:15:42.569Z] ---> Running in 3e31a1eb6361 [2021-04-20T16:15:42.569Z] ---> Running in c31f0863f69a [2021-04-20T16:15:42.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:15:43.348Z] Removing intermediate container 0fe5426b0fb7 [2021-04-20T16:15:43.348Z] ---> 87c7506ca1c0 [2021-04-20T16:15:43.348Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:15:44.620Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T16:15:44.620Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:15:44.620Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T16:15:45.049Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T16:15:45.049Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:15:45.049Z] ---> Running in be79be7c7cef [2021-04-20T16:15:45.049Z] Removing intermediate container 3e31a1eb6361 [2021-04-20T16:15:45.049Z] ---> c7c018fdc16a [2021-04-20T16:15:45.049Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:15:45.343Z] Removing intermediate container c31f0863f69a [2021-04-20T16:15:45.343Z] ---> 31bdf77a4a12 [2021-04-20T16:15:45.343Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:15:45.621Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:15:45.621Z] ---> Running in 8bf05e174d14 [2021-04-20T16:15:45.621Z] ---> Running in ad60a9229337 [2021-04-20T16:15:45.621Z] OK: 7 MiB in 18 packages [2021-04-20T16:15:45.903Z] Removing intermediate container be79be7c7cef [2021-04-20T16:15:45.903Z] ---> 8d9f794175bd [2021-04-20T16:15:45.903Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:15:46.538Z] ---> Running in 1ae08ffe8eb0 [2021-04-20T16:15:46.538Z] Removing intermediate container 8bf05e174d14 [2021-04-20T16:15:46.538Z] ---> 6b38d8e4da07 [2021-04-20T16:15:46.538Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:15:46.837Z] Removing intermediate container ad60a9229337 [2021-04-20T16:15:46.837Z] ---> 08bb736c607d [2021-04-20T16:15:46.837Z] Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:15:47.356Z] ---> Running in 64d0afcd064e [2021-04-20T16:15:47.356Z] ---> Running in c5d01a2e891c [2021-04-20T16:15:47.738Z] Removing intermediate container 1ae08ffe8eb0 [2021-04-20T16:15:47.738Z] ---> 2c0f2cc9f5c2 [2021-04-20T16:15:47.738Z] Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:15:48.745Z] Removing intermediate container 64d0afcd064e [2021-04-20T16:15:48.745Z] ---> ff147676c749 [2021-04-20T16:15:48.745Z] Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:15:50.443Z] ---> Running in 41793649d208 [2021-04-20T16:15:50.443Z] ---> Running in 37412af7923c [2021-04-20T16:15:50.443Z] Removing intermediate container c5d01a2e891c [2021-04-20T16:15:50.443Z] ---> d54afd81c14b [2021-04-20T16:15:50.443Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:15:50.443Z] Removing intermediate container 5aa30d90a22b [2021-04-20T16:15:50.443Z] ---> a10a34daa1bf [2021-04-20T16:15:50.443Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:15:50.763Z] ---> Running in a3cbdf78857a [2021-04-20T16:15:50.763Z] ---> Running in 23a7f336b59f [2021-04-20T16:15:51.048Z] Removing intermediate container 41793649d208 [2021-04-20T16:15:51.048Z] ---> accafa11bbc2 [2021-04-20T16:15:51.048Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:15:52.158Z] Removing intermediate container 37412af7923c [2021-04-20T16:15:52.158Z] ---> faba3db38d2a [2021-04-20T16:15:52.158Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:15:52.933Z] ---> Running in d33fb7f909d7 [2021-04-20T16:15:53.599Z] ---> Running in bdddb16b9962 [2021-04-20T16:15:53.972Z] Removing intermediate container a3cbdf78857a [2021-04-20T16:15:53.972Z] ---> a1ae9072727d [2021-04-20T16:15:53.972Z] [2021-04-20T16:15:54.255Z] Removing intermediate container d33fb7f909d7 [2021-04-20T16:15:54.255Z] ---> b608a7267338 [2021-04-20T16:15:54.255Z] [2021-04-20T16:15:55.269Z] Removing intermediate container 23a7f336b59f [2021-04-20T16:15:55.269Z] ---> c0537ae2f388 [2021-04-20T16:15:55.269Z] Step 13/21 : WORKDIR /edgex [2021-04-20T16:15:55.708Z] Successfully built a1ae9072727d [2021-04-20T16:15:56.102Z] Successfully built b608a7267338 [2021-04-20T16:15:56.102Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T16:15:56.102Z] ---> Running in 8483bd963fc1 [2021-04-20T16:15:56.102Z] Successfully tagged docker-core-command-go:latest [2021-04-20T16:15:56.102Z]  Building docker-core-command-go ... done  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bdddb16b9962 [2021-04-20T16:15:56.102Z] ---> fd399b228fa7 [2021-04-20T16:15:56.102Z] [2021-04-20T16:15:57.267Z] Removing intermediate container 8483bd963fc1 [2021-04-20T16:15:57.267Z] ---> 0e2c4c1ef7fb [2021-04-20T16:15:57.267Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T16:15:57.267Z] Successfully built fd399b228fa7 [2021-04-20T16:15:57.267Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T16:15:58.526Z]  Building docker-core-metadata-go ... done  ---> 5722755e19cb [2021-04-20T16:15:58.526Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T16:16:00.850Z] ---> 998013823c8e [2021-04-20T16:16:00.850Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T16:16:08.372Z] ---> 532233b25843 [2021-04-20T16:16:08.372Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T16:16:08.372Z] ---> Running in 3dfeefa44145 [2021-04-20T16:16:09.981Z] Removing intermediate container 3dfeefa44145 [2021-04-20T16:16:09.981Z] ---> 5ef9c105a42a [2021-04-20T16:16:09.981Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T16:16:09.981Z] ---> Running in ba938a88290f [2021-04-20T16:16:11.300Z] Removing intermediate container ba938a88290f [2021-04-20T16:16:11.301Z] ---> 13e2265446cc [2021-04-20T16:16:11.301Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T16:16:11.806Z] ---> Running in 9c70d5bde94c [2021-04-20T16:16:13.320Z] Removing intermediate container 9c70d5bde94c [2021-04-20T16:16:13.320Z] ---> 6d23f2d073af [2021-04-20T16:16:13.320Z] Step 20/21 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:16:13.661Z] ---> Running in 2f9049101639 [2021-04-20T16:16:14.341Z] Removing intermediate container 2f9049101639 [2021-04-20T16:16:14.341Z] ---> fc99abaa69d4 [2021-04-20T16:16:14.341Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T16:16:14.706Z] ---> Running in 7f0fd7f873cc [2021-04-20T16:16:15.541Z] Removing intermediate container 7f0fd7f873cc [2021-04-20T16:16:15.541Z] ---> 2ca22bb7c04a [2021-04-20T16:16:15.541Z] [2021-04-20T16:16:15.877Z] Successfully built 2ca22bb7c04a [2021-04-20T16:16:16.341Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T16:16:29.226Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dfa5f1105829 [2021-04-20T16:16:29.226Z] ---> ff5e6d5e6a9f [2021-04-20T16:16:29.226Z] [2021-04-20T16:16:29.226Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:16:29.226Z] ---> 13621d1b12d4 [2021-04-20T16:16:29.226Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T16:16:29.226Z] ---> Running in 8e4db7a27e02 [2021-04-20T16:16:29.866Z] Removing intermediate container 8e4db7a27e02 [2021-04-20T16:16:29.866Z] ---> 4677d0fed8a6 [2021-04-20T16:16:29.866Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T16:16:29.866Z] ---> Running in ddea75aee005 [2021-04-20T16:16:30.498Z] Removing intermediate container ddea75aee005 [2021-04-20T16:16:30.498Z] ---> 6c5a887933ff [2021-04-20T16:16:30.498Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T16:16:30.498Z] ---> Running in 8b54be94860e [2021-04-20T16:16:31.567Z] Removing intermediate container 8b54be94860e [2021-04-20T16:16:31.567Z] ---> 128624d9c25b [2021-04-20T16:16:31.567Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T16:16:31.567Z] ---> Running in 5ebb756c574d [2021-04-20T16:16:33.030Z] Removing intermediate container 5ebb756c574d [2021-04-20T16:16:33.030Z] ---> 0c0ef6854a26 [2021-04-20T16:16:33.030Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T16:16:33.318Z] ---> Running in bbbe21fe4257 [2021-04-20T16:16:34.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T16:16:35.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T16:16:36.271Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T16:16:36.271Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T16:16:36.271Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T16:16:36.538Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T16:16:36.812Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T16:16:36.812Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T16:16:37.092Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:16:37.092Z] OK: 8 MiB in 20 packages [2021-04-20T16:16:40.835Z] Removing intermediate container bbbe21fe4257 [2021-04-20T16:16:40.835Z] ---> a9951b9d85d4 [2021-04-20T16:16:40.835Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:16:41.114Z] ---> b45ef2edfee2 [2021-04-20T16:16:41.114Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T16:16:43.283Z] ---> 717ed5e65213 [2021-04-20T16:16:43.283Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T16:16:44.103Z] ---> 40db6d269577 [2021-04-20T16:16:44.103Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T16:16:44.378Z] ---> Running in b98f7ca51383 [2021-04-20T16:16:45.110Z] Removing intermediate container b98f7ca51383 [2021-04-20T16:16:45.110Z] ---> 89d616b0a7e9 [2021-04-20T16:16:45.110Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:16:45.110Z] ---> Running in 4eb3d6c635b3 [2021-04-20T16:16:45.767Z] Removing intermediate container 4eb3d6c635b3 [2021-04-20T16:16:45.767Z] ---> 726a23d06cea [2021-04-20T16:16:45.767Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T16:16:46.097Z] ---> Running in 679bcecdeb01 [2021-04-20T16:16:48.142Z] Removing intermediate container 679bcecdeb01 [2021-04-20T16:16:48.142Z] ---> 2e328695663e [2021-04-20T16:16:48.142Z] Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:16:48.142Z] ---> Running in ee135640a4d3 [2021-04-20T16:16:49.211Z] Removing intermediate container ee135640a4d3 [2021-04-20T16:16:49.211Z] ---> 5af4446855af [2021-04-20T16:16:49.211Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:16:49.211Z] ---> Running in 8fbf0aed9f2c [2021-04-20T16:16:49.505Z] Removing intermediate container 8fbf0aed9f2c [2021-04-20T16:16:49.505Z] ---> 9e73ffd22688 [2021-04-20T16:16:49.505Z] [2021-04-20T16:16:49.813Z] Successfully built 9e73ffd22688 [2021-04-20T16:16:49.813Z] Successfully tagged docker-core-data-go:latest [2021-04-20T16:16:51.171Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-20T16:16:51.314Z] $ docker stop --time=1 84a2cb00bbac3d3ff946aec690343d0365844bf40094859ebf784709e1c227e0 [2021-04-20T16:16:55.944Z] $ docker rm -f 84a2cb00bbac3d3ff946aec690343d0365844bf40094859ebf784709e1c227e0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T16:16:57.353Z] + docker images [2021-04-20T16:16:57.353Z] + grep docker [2021-04-20T16:16:57.947Z] 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-20T16:16:59.604Z] docker-core-data-go latest 9e73ffd22688 10 seconds ago 22.9MB [2021-04-20T16:16:59.604Z] docker-security-proxy-setup-go latest 2ca22bb7c04a 45 seconds ago 26MB [2021-04-20T16:16:59.604Z] docker-core-metadata-go latest fd399b228fa7 About a minute ago 19.2MB [2021-04-20T16:16:59.604Z] docker-sys-mgmt-agent-go latest b608a7267338 About a minute ago 312MB [2021-04-20T16:16:59.604Z] docker-core-command-go latest a1ae9072727d About a minute ago 17.5MB [2021-04-20T16:16:59.604Z] docker-security-bootstrapper-go latest 96ac481d7018 4 minutes ago 19.3MB [2021-04-20T16:16:59.604Z] docker-security-secretstore-setup-go latest 90d847b313e6 4 minutes ago 26.3MB [2021-04-20T16:16:59.604Z] docker-support-scheduler-go latest 31106d8d9abb 4 minutes ago 17.7MB [2021-04-20T16:16:59.604Z] docker-support-notifications-go latest e045d7ac72f6 4 minutes ago 18.2MB [2021-04-20T16:16:59.604Z] 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-20T16:17:13.064Z] Removing intermediate container 17456f3a8350 [2021-04-20T16:17:13.064Z] ---> 5a0f935a7029 [2021-04-20T16:17:13.064Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T16:17:13.064Z] Removing intermediate container df311960c769 [2021-04-20T16:17:13.064Z] ---> 59e0bc886351 [2021-04-20T16:17:13.064Z] [2021-04-20T16:17:13.064Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T16:17:13.064Z] ---> 9852663dfa18 [2021-04-20T16:17:13.064Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T16:17:13.336Z] ---> Running in f50eae8f0061 [2021-04-20T16:17:13.336Z] ---> Running in 8db9c8e6019d [2021-04-20T16:17:14.821Z] 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-20T16:17:15.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:17:15.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:17:15.369Z] Removing intermediate container c3f9fb2f87e9 [2021-04-20T16:17:15.369Z] ---> e6fb1badd285 [2021-04-20T16:17:15.369Z] [2021-04-20T16:17:15.369Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:17:15.369Z] ---> 9852663dfa18 [2021-04-20T16:17:15.369Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:17:15.369Z] ---> Using cache [2021-04-20T16:17:15.369Z] ---> 51a1fddb4fc7 [2021-04-20T16:17:15.369Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:17:15.369Z] ---> Using cache [2021-04-20T16:17:15.369Z] ---> f18b2e6a7d8c [2021-04-20T16:17:15.369Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T16:17:15.644Z] ---> Running in 10b146d97337 [2021-04-20T16:17:15.921Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T16:17:15.921Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:17:15.921Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T16:17:15.921Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T16:17:15.921Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T16:17:16.204Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T16:17:16.204Z] Removing intermediate container 10b146d97337 [2021-04-20T16:17:16.204Z] ---> 960644242a2c [2021-04-20T16:17:16.204Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:17:16.478Z] OK: 7 MiB in 18 packages [2021-04-20T16:17:16.478Z] ---> Running in 3790a9c6c8ba [2021-04-20T16:17:16.837Z] Still waiting to schedule task [2021-04-20T16:17:16.837Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-20T16:17:17.458Z] Removing intermediate container 3790a9c6c8ba [2021-04-20T16:17:17.458Z] ---> 30adf4dfd1d6 [2021-04-20T16:17:17.458Z] Step 15/23 : WORKDIR / [2021-04-20T16:17:17.733Z] ---> Running in 39719f632264 [2021-04-20T16:17:18.335Z] Removing intermediate container 39719f632264 [2021-04-20T16:17:18.335Z] ---> c9328ac5825e [2021-04-20T16:17:18.335Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:17:18.611Z] Removing intermediate container 8db9c8e6019d [2021-04-20T16:17:18.611Z] ---> f3bdb1f81e0f [2021-04-20T16:17:18.611Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T16:17:18.882Z] ---> Running in 49b34111a570 [2021-04-20T16:17:19.159Z] Removing intermediate container f50eae8f0061 [2021-04-20T16:17:19.159Z] ---> 1ece43ae21f8 [2021-04-20T16:17:19.159Z] [2021-04-20T16:17:19.159Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T16:17:19.159Z] 20.10.0: Pulling from library/docker [2021-04-20T16:17:19.761Z] Removing intermediate container 49b34111a570 [2021-04-20T16:17:19.761Z] ---> 914e00a82bdf [2021-04-20T16:17:19.761Z] Step 13/21 : WORKDIR /edgex [2021-04-20T16:17:19.761Z] ---> 37fdd7e0718d [2021-04-20T16:17:19.761Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T16:17:20.356Z] ---> Running in c186b33f5364 [2021-04-20T16:17:21.780Z] Removing intermediate container c186b33f5364 [2021-04-20T16:17:21.780Z] ---> 276344f7cf58 [2021-04-20T16:17:21.780Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T16:17:22.096Z] ---> 516376395a47 [2021-04-20T16:17:22.096Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T16:17:22.375Z] Removing intermediate container 739653d6e2b1 [2021-04-20T16:17:22.375Z] ---> 29901cd210c8 [2021-04-20T16:17:22.375Z] [2021-04-20T16:17:22.375Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T16:17:22.375Z] ---> 9852663dfa18 [2021-04-20T16:17:22.375Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T16:17:22.375Z] ---> Using cache [2021-04-20T16:17:22.375Z] ---> 51a1fddb4fc7 [2021-04-20T16:17:22.375Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T16:17:22.375Z] ---> Using cache [2021-04-20T16:17:22.375Z] ---> f18b2e6a7d8c [2021-04-20T16:17:22.375Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T16:17:22.375Z] ---> 84de38fdd341 [2021-04-20T16:17:22.375Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T16:17:22.646Z] ---> Running in d54a9095ce97 [2021-04-20T16:17:23.619Z] ---> 37bad10a3fb6 [2021-04-20T16:17:23.619Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T16:17:25.041Z] Removing intermediate container d54a9095ce97 [2021-04-20T16:17:25.041Z] ---> 8acba9297ead [2021-04-20T16:17:25.041Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T16:17:25.634Z] ---> Running in 67ff13b8b98c [2021-04-20T16:17:25.904Z] ---> ad48f74003a8 [2021-04-20T16:17:25.904Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T16:17:25.904Z] ---> Running in 1f149572af3d [2021-04-20T16:17:26.495Z] Removing intermediate container 67ff13b8b98c [2021-04-20T16:17:26.495Z] ---> 989cbedd9567 [2021-04-20T16:17:26.495Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:17:26.770Z] ---> Running in d4b599aa5414 [2021-04-20T16:17:26.770Z] Removing intermediate container 1f149572af3d [2021-04-20T16:17:26.770Z] ---> 85d896ee086f [2021-04-20T16:17:26.770Z] Step 15/23 : WORKDIR / [2021-04-20T16:17:27.371Z] ---> Running in 6cee91ed7ae4 [2021-04-20T16:17:27.371Z] ---> 02d43facf51e [2021-04-20T16:17:27.371Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T16:17:27.371Z] Removing intermediate container d4b599aa5414 [2021-04-20T16:17:27.371Z] ---> c6894905a5f4 [2021-04-20T16:17:27.371Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:17:27.644Z] ---> Running in c5c6a61f9d2e [2021-04-20T16:17:27.644Z] ---> Running in cf17254193ab [2021-04-20T16:17:27.917Z] Removing intermediate container 6cee91ed7ae4 [2021-04-20T16:17:27.917Z] ---> 3209f31d34aa [2021-04-20T16:17:27.917Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T16:17:28.191Z] Removing intermediate container cf17254193ab [2021-04-20T16:17:28.191Z] ---> 310381c9a006 [2021-04-20T16:17:28.191Z] Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:17:28.191Z] Removing intermediate container c5c6a61f9d2e [2021-04-20T16:17:28.191Z] ---> f5003a23a9d2 [2021-04-20T16:17:28.191Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T16:17:28.465Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T16:17:28.465Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T16:17:28.465Z] ---> eeaf43b92773 [2021-04-20T16:17:28.465Z] 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-20T16:17:28.465Z] ---> Running in b58d2ddd8a3b [2021-04-20T16:17:28.465Z] ---> Running in dbea076a8d00 [2021-04-20T16:17:28.738Z] ---> Running in 30172892e50d [2021-04-20T16:17:28.738Z] ---> 4298a168a4f5 [2021-04-20T16:17:28.738Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T16:17:29.335Z] Removing intermediate container b58d2ddd8a3b [2021-04-20T16:17:29.335Z] ---> dff43ade733c [2021-04-20T16:17:29.335Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:17:29.335Z] Removing intermediate container dbea076a8d00 [2021-04-20T16:17:29.335Z] ---> 60644bf73a9e [2021-04-20T16:17:29.335Z] Step 19/21 : LABEL arch=arm64 [2021-04-20T16:17:29.335Z] Removing intermediate container 30172892e50d [2021-04-20T16:17:29.335Z] ---> aea31eba5b35 [2021-04-20T16:17:29.335Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T16:17:29.607Z] ---> Running in 233db65dc684 [2021-04-20T16:17:29.607Z] ---> Running in ae5fddf4b3b6 [2021-04-20T16:17:29.890Z] ---> Running in eec07e571f43 [2021-04-20T16:17:30.165Z] ---> 8103db13ef6a [2021-04-20T16:17:30.165Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T16:17:30.439Z] Removing intermediate container ae5fddf4b3b6 [2021-04-20T16:17:30.439Z] Removing intermediate container 233db65dc684 [2021-04-20T16:17:30.439Z] ---> 1e6e13a3423e [2021-04-20T16:17:30.439Z] ---> 2992a7065f39 [2021-04-20T16:17:30.439Z] [2021-04-20T16:17:30.439Z] Step 20/21 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:17:31.048Z] ---> Running in 2bf356dce620 [2021-04-20T16:17:31.320Z] Successfully built 1e6e13a3423e [2021-04-20T16:17:31.320Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-20T16:17:31.320Z]  Building docker-core-command-go ... done  ---> 867394e7605a [2021-04-20T16:17:31.320Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T16:17:31.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T16:17:31.592Z] ---> Running in 6b44c31d1b2b [2021-04-20T16:17:31.592Z] Removing intermediate container 2bf356dce620 [2021-04-20T16:17:31.592Z] ---> 9e3cf9feec0e [2021-04-20T16:17:31.592Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T16:17:31.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T16:17:31.864Z] ---> Running in 79939086bd14 [2021-04-20T16:17:32.139Z] Removing intermediate container 6b44c31d1b2b [2021-04-20T16:17:32.139Z] ---> a4aae6d9767d [2021-04-20T16:17:32.139Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:17:32.140Z] ---> Running in 50be37bccda3 [2021-04-20T16:17:32.414Z] Removing intermediate container 79939086bd14 [2021-04-20T16:17:32.414Z] ---> edf3542ca576 [2021-04-20T16:17:32.414Z] [2021-04-20T16:17:32.414Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T16:17:32.414Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T16:17:32.414Z] Executing bash-5.0.17-r0.post-install [2021-04-20T16:17:32.414Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T16:17:32.414Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T16:17:32.414Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T16:17:32.688Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T16:17:32.688Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T16:17:32.688Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T16:17:32.688Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T16:17:32.688Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T16:17:32.688Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T16:17:32.688Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T16:17:32.688Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T16:17:32.962Z] Successfully built edf3542ca576 [2021-04-20T16:17:32.962Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-20T16:17:33.234Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 50be37bccda3 [2021-04-20T16:17:33.234Z] ---> 104e1e06eeb3 [2021-04-20T16:17:33.234Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:17:33.505Z] ---> Running in ffaa918113e9 [2021-04-20T16:17:34.094Z] Removing intermediate container ffaa918113e9 [2021-04-20T16:17:34.094Z] ---> c20ad2ab06b7 [2021-04-20T16:17:34.094Z] Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:17:34.366Z] ---> Running in 06b3e7cb089e [2021-04-20T16:17:34.637Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T16:17:34.637Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T16:17:34.637Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T16:17:34.637Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T16:17:34.637Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T16:17:34.637Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T16:17:34.637Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T16:17:34.910Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T16:17:34.910Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T16:17:34.910Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T16:17:34.910Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T16:17:34.910Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T16:17:34.910Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T16:17:34.910Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T16:17:34.910Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T16:17:34.910Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T16:17:34.910Z] Removing intermediate container 06b3e7cb089e [2021-04-20T16:17:34.910Z] ---> 828e093d76ed [2021-04-20T16:17:34.910Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:17:34.910Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T16:17:34.910Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T16:17:34.910Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T16:17:35.191Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T16:17:35.191Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T16:17:35.191Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T16:17:35.191Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T16:17:35.191Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T16:17:35.191Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T16:17:35.191Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T16:17:35.191Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T16:17:35.464Z] OK: 72 MiB in 59 packages [2021-04-20T16:17:35.464Z] ---> Running in 5ff37cd44ca6 [2021-04-20T16:17:35.739Z] Removing intermediate container 5ff37cd44ca6 [2021-04-20T16:17:35.739Z] ---> f1bd81962fb4 [2021-04-20T16:17:35.739Z] [2021-04-20T16:17:36.330Z] Successfully built f1bd81962fb4 [2021-04-20T16:17:36.330Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-20T16:17:38.926Z]  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 [2021-04-20T16:17:39.196Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T16:17:39.784Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T16:17:39.784Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T16:17:41.754Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T16:17:41.754Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T16:17:42.727Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T16:17:42.727Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T16:17:43.314Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T16:17:43.314Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T16:17:43.584Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T16:17:43.585Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T16:17:45.544Z] 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-20T16:17:45.816Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T16:17:45.816Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T16:17:46.786Z] Collecting PyYAML<4,>=3.10 [2021-04-20T16:17:46.786Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T16:17:50.196Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T16:17:50.196Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T16:17:52.178Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T16:17:52.178Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T16:17:52.448Z] Collecting idna<2.8,>=2.5 [2021-04-20T16:17:52.449Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T16:17:52.719Z] 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-20T16:17:53.306Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T16:17:53.306Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T16:17:53.306Z] 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-20T16:17:53.574Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T16:17:53.574Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T16:17:53.574Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T16:17:53.574Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T16:17:53.574Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T16:17:53.574Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T16:17:54.540Z] Installing collected packages: dockerpty, jsonschema, idna, urllib3, requests, cached-property, docopt, websocket-client, PyYAML, texttable, docker-pycreds, docker, docker-compose [2021-04-20T16:17:54.540Z] Running setup.py install for dockerpty: started [2021-04-20T16:17:55.966Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T16:17:56.560Z] Attempting uninstall: idna [2021-04-20T16:17:56.560Z] Found existing installation: idna 2.9 [2021-04-20T16:17:56.560Z] Uninstalling idna-2.9: [2021-04-20T16:17:56.560Z] Successfully uninstalled idna-2.9 [2021-04-20T16:17:57.162Z] Attempting uninstall: urllib3 [2021-04-20T16:17:57.162Z] Found existing installation: urllib3 1.25.9 [2021-04-20T16:17:57.162Z] Uninstalling urllib3-1.25.9: [2021-04-20T16:17:57.162Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T16:17:57.750Z] Attempting uninstall: requests [2021-04-20T16:17:57.750Z] Found existing installation: requests 2.23.0 [2021-04-20T16:17:57.750Z] Uninstalling requests-2.23.0: [2021-04-20T16:17:57.750Z] Successfully uninstalled requests-2.23.0 [2021-04-20T16:17:58.022Z] Running setup.py install for docopt: started [2021-04-20T16:17:59.980Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T16:18:00.251Z] Running setup.py install for PyYAML: started [2021-04-20T16:18:02.211Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T16:18:02.211Z] Running setup.py install for texttable: started [2021-04-20T16:18:04.170Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T16:18:05.589Z] 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-20T16:18:13.853Z] Removing intermediate container eec07e571f43 [2021-04-20T16:18:13.853Z] ---> fb81c2b35269 [2021-04-20T16:18:13.853Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T16:18:13.853Z] ---> Running in 1379fb403746 [2021-04-20T16:18:14.125Z] Removing intermediate container 1379fb403746 [2021-04-20T16:18:14.125Z] ---> 909b91bba56a [2021-04-20T16:18:14.125Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T16:18:14.125Z] ---> Running in 27c3fcada87e [2021-04-20T16:18:14.716Z] Removing intermediate container 27c3fcada87e [2021-04-20T16:18:14.716Z] ---> b7618f0cab26 [2021-04-20T16:18:14.716Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T16:18:15.691Z] ---> 0091a259bc65 [2021-04-20T16:18:15.691Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T16:18:16.286Z] ---> 4cb2c7ab710a [2021-04-20T16:18:16.286Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T16:18:17.259Z] ---> 1ea55ef8ba12 [2021-04-20T16:18:17.259Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T16:18:17.528Z] ---> Running in d416a2ae1def [2021-04-20T16:18:17.797Z] Removing intermediate container d416a2ae1def [2021-04-20T16:18:17.797Z] ---> 9b2e1e4409f3 [2021-04-20T16:18:17.797Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T16:18:18.066Z] ---> Running in c97d965b4e6f [2021-04-20T16:18:18.343Z] Removing intermediate container c97d965b4e6f [2021-04-20T16:18:18.343Z] ---> 1557e9995755 [2021-04-20T16:18:18.343Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T16:18:18.615Z] ---> Running in ff8cccdc66a6 [2021-04-20T16:18:18.893Z] Removing intermediate container ff8cccdc66a6 [2021-04-20T16:18:18.893Z] ---> a1080a94576d [2021-04-20T16:18:18.893Z] Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:18:19.166Z] ---> Running in e614a0ab983f [2021-04-20T16:18:19.450Z] Removing intermediate container e614a0ab983f [2021-04-20T16:18:19.450Z] ---> ab208f0299b2 [2021-04-20T16:18:19.450Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T16:18:19.722Z] ---> Running in 91db671f62f8 [2021-04-20T16:18:19.922Z] Running on prd-ubuntu18.04-docker-8c-8g-1208 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws [2021-04-20T16:18:19.940Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-20T16:18:20.318Z] Removing intermediate container 91db671f62f8 [2021-04-20T16:18:20.318Z] ---> 6682366cc16b [2021-04-20T16:18:20.318Z] [2021-04-20T16:18:20.605Z] Successfully built 6682366cc16b [2021-04-20T16:18:20.605Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-20T16:18:20.898Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T16:18:20.913Z] $ docker stop --time=1 16cec51271b5c54098198b5a8aead1a5dc03a989f426380b1b1c51837f61985a [2021-04-20T16:18:22.208Z] using credential edgex-jenkins-ssh [2021-04-20T16:18:22.222Z] Cloning the remote Git repository [2021-04-20T16:18:22.238Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:18:22.311Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-20T16:18:22.335Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:18:22.335Z] > git --version # timeout=10 [2021-04-20T16:18:22.862Z] $ docker rm -f 16cec51271b5c54098198b5a8aead1a5dc03a989f426380b1b1c51837f61985a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T16:18:22.344Z] > git --version # 'git version 2.17.1' [2021-04-20T16:18:22.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:18:22.368Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T16:18:23.468Z] + + grep dockerdocker [2021-04-20T16:18:23.468Z] images [2021-04-20T16:18:23.741Z] docker-sys-mgmt-agent-go-arm64 latest 6682366cc16b 4 seconds ago 299MB [2021-04-20T16:18:23.741Z] docker-core-metadata-go-arm64 latest f1bd81962fb4 48 seconds ago 18.1MB [2021-04-20T16:18:23.741Z] docker-security-proxy-setup-go-arm64 latest edf3542ca576 51 seconds ago 24.6MB [2021-04-20T16:18:23.741Z] docker-core-command-go-arm64 latest 1e6e13a3423e 53 seconds ago 16.5MB [2021-04-20T16:18:23.741Z] docker-core-data-go-arm64 latest c4a72b07900b 4 minutes ago 21.6MB [2021-04-20T16:18:23.741Z] docker-security-bootstrapper-go-arm64 latest 9f74be0b88bc 4 minutes ago 18.1MB [2021-04-20T16:18:23.741Z] docker-support-scheduler-go-arm64 latest 04653dba4293 4 minutes ago 16.6MB [2021-04-20T16:18:23.741Z] docker-support-notifications-go-arm64 latest 37216ec989f0 4 minutes ago 17.2MB [2021-04-20T16:18:23.741Z] docker-security-secretstore-setup-go-arm64 latest d40f8c787801 4 minutes ago 24.9MB [2021-04-20T16:18:23.741Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:18:24.289Z] ---> job-cost.sh [2021-04-20T16:18:24.290Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-05SI [2021-04-20T16:18:27.784Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T16:18:27.816Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T16:18:27.834Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T16:18:27.855Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T16:18:27.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:18:27.858Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3387/head:refs/remotes/origin/PR-3387 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T16:18:28.653Z] Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:18:28.774Z] Merge succeeded, producing 3cac00ae421225aef9075103638b3013c7ede51c [2021-04-20T16:18:28.775Z] Checking out Revision 3cac00ae421225aef9075103638b3013c7ede51c (PR-3387) [2021-04-20T16:18:28.657Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T16:18:28.662Z] > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # timeout=10 [2021-04-20T16:18:28.738Z] > git remote # timeout=10 [2021-04-20T16:18:28.745Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T16:18:28.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T16:18:28.756Z] > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 [2021-04-20T16:18:28.765Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T16:18:28.773Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T16:18:28.782Z] > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # timeout=10 [2021-04-20T16:18:32.390Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-04-20T16:18:32.847Z] [2021-04-20T16:18:32.847Z] GitHub has been notified of this commit’s build result [2021-04-20T16:18:32.847Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:18:33.538Z] + echo snap-build.sh [2021-04-20T16:18:33.538Z] snap-build.sh [2021-04-20T16:18:33.538Z] + SNAP_BASE_DIR=. [2021-04-20T16:18:33.538Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-04-20T16:18:33.538Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-04-20T16:18:33.538Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-04-20T16:18:33.538Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-04-20T16:18:33.538Z] + cd /w/workspace/edgex-go/5 [2021-04-20T16:18:33.538Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-20T16:18:33.538Z] Reading package lists... [2021-04-20T16:18:33.538Z] Building dependency tree... [2021-04-20T16:18:33.538Z] Reading state information... [2021-04-20T16:18:33.807Z] The following packages were automatically installed and are no longer required: [2021-04-20T16:18:33.807Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-20T16:18:33.807Z] uidmap xdelta3 [2021-04-20T16:18:33.807Z] Use 'sudo apt autoremove' to remove them. [2021-04-20T16:18:33.807Z] The following packages will be REMOVED: [2021-04-20T16:18:33.807Z] lxd* lxd-client* [2021-04-20T16:18:34.067Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-20T16:18:34.067Z] After this operation, 31.7 MB disk space will be freed. [2021-04-20T16:18:35.121Z] (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-20T16:18:35.121Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T16:18:36.067Z] Removing lxd dnsmasq configuration [2021-04-20T16:18:36.067Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T16:18:36.328Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-20T16:18:37.275Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-20T16:18:37.275Z] (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-20T16:18:37.275Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T16:18:38.679Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-20T16:18:38.942Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-20T16:18:39.942Z] + sudo snap remove --purge lxd [2021-04-20T16:18:40.203Z] snap "lxd" is not installed [2021-04-20T16:18:40.203Z] + sudo groupadd --force --system lxd [2021-04-20T16:18:40.203Z] ++ whoami [2021-04-20T16:18:40.203Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-20T16:18:40.203Z] + newgrp - lxd [2021-04-20T16:18:40.203Z] + sudo snap install lxd [2021-04-20T16:19:11.191Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T16:19:36.495Z] 2021-04-20T16:19:31Z INFO Waiting for automatic snapd restart... [2021-04-20T16:19:54.621Z] lxd 4.13 from Canonical* installed [2021-04-20T16:19:54.882Z] + sudo lxd init --auto [2021-04-20T16:20:04.908Z] + sudo snap install --classic snapcraft [2021-04-20T16:20:09.129Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T16:20:09.129Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-20T16:20:09.129Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-20T16:20:09.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:20:09.129Z] Dload Upload Total Spent Left Speed [2021-04-20T16:20:09.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4125 0 --:--:-- --:--:-- --:--:-- 4125 [2021-04-20T16:20:09.129Z] 100 3325k 100 3325k 0 0 9366k 0 --:--:-- --:--:-- --:--:-- 9366k [2021-04-20T16:20:09.129Z] ./yq_linux_amd64 [2021-04-20T16:20:09.129Z] + sudo snapcraft prime --use-lxd [2021-04-20T16:20:10.517Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-20T16:20:10.517Z] 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-20T16:20:10.517Z] - README.md [2021-04-20T16:20:10.517Z] [2021-04-20T16:20:10.517Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T16:20:11.465Z] Launching a container. [2021-04-20T16:20:26.389Z] Waiting for container to be ready [2021-04-20T16:20:26.389Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-20T16:20:26.389Z] [2021-04-20T16:20:29.690Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-20T16:20:29.690Z] Waiting for network to be ready... [2021-04-20T16:20:30.262Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T16:20:30.262Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T16:20:30.835Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T16:20:30.835Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T16:20:30.835Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T16:20:31.096Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T16:20:31.096Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T16:20:31.096Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T16:20:31.096Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T16:20:31.096Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T16:20:31.096Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T16:20:31.096Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T16:20:31.096Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T16:20:31.096Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T16:20:31.096Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T16:20:31.096Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T16:20:31.096Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T16:20:31.357Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T16:20:31.358Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T16:20:31.619Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T16:20:31.619Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T16:20:31.619Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T16:20:31.619Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T16:20:31.619Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T16:20:31.619Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T16:20:31.619Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T16:20:31.619Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T16:20:34.932Z] Fetched 24.4 MB in 4s (5460 kB/s) [2021-04-20T16:20:35.194Z] Reading package lists... [2021-04-20T16:20:35.456Z] Reading package lists... [2021-04-20T16:20:35.716Z] Building dependency tree... [2021-04-20T16:20:35.717Z] Reading state information... [2021-04-20T16:20:35.717Z] The following additional packages will be installed: [2021-04-20T16:20:35.717Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T16:20:35.717Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T16:20:35.717Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T16:20:35.717Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-20T16:20:35.717Z] Suggested packages: [2021-04-20T16:20:35.717Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-20T16:20:35.717Z] Recommended packages: [2021-04-20T16:20:35.717Z] gnupg libsasl2-modules [2021-04-20T16:20:35.717Z] The following NEW packages will be installed: [2021-04-20T16:20:35.717Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T16:20:35.717Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T16:20:35.717Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T16:20:35.717Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-20T16:20:35.717Z] The following packages will be upgraded: [2021-04-20T16:20:35.717Z] gpg gpg-agent gpgconf libudev1 [2021-04-20T16:20:35.978Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-20T16:20:35.978Z] Need to get 3529 kB of archives. [2021-04-20T16:20:35.978Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-20T16:20:35.978Z] 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-20T16:20:35.978Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-20T16:20:36.240Z] 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-20T16:20:36.240Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-20T16:20:36.240Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-20T16:20:36.240Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-20T16:20:36.812Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-20T16:20:36.812Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-20T16:20:36.812Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-20T16:20:36.812Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-20T16:20:36.812Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-20T16:20:36.812Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-20T16:20:36.812Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-20T16:20:36.812Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-20T16:20:36.812Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-20T16:20:36.812Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-20T16:20:36.812Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-20T16:20:36.812Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-20T16:20:36.812Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-20T16:20:36.812Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-20T16:20:36.813Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-20T16:20:36.813Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-20T16:20:37.074Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T16:20:37.074Z] Fetched 3529 kB in 1s (3467 kB/s) [2021-04-20T16:20:37.074Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T16:20:37.074Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-20T16:20:37.074Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T16:20:37.074Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-20T16:20:37.335Z] Selecting previously unselected package udev. [2021-04-20T16:20:37.335Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T16:20:37.335Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-20T16:20:37.335Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-20T16:20:37.596Z] Selecting previously unselected package libfuse2:amd64. [2021-04-20T16:20:37.596Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T16:20:37.596Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T16:20:37.596Z] Selecting previously unselected package fuse. [2021-04-20T16:20:37.596Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T16:20:37.596Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-20T16:20:37.858Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T16:20:37.858Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T16:20:37.858Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T16:20:37.858Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T16:20:38.121Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T16:20:38.121Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T16:20:38.121Z] Selecting previously unselected package libksba8:amd64. [2021-04-20T16:20:38.121Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-20T16:20:38.121Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-20T16:20:38.383Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-20T16:20:38.383Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T16:20:38.383Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:38.383Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-20T16:20:38.383Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T16:20:38.383Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:38.383Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-20T16:20:38.647Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T16:20:38.647Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:38.647Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-20T16:20:38.647Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T16:20:38.647Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:38.647Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-20T16:20:38.647Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T16:20:38.647Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:38.909Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-20T16:20:38.909Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T16:20:38.909Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:38.909Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-20T16:20:38.909Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T16:20:38.909Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:39.171Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-20T16:20:39.171Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T16:20:39.171Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:39.171Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-20T16:20:39.171Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T16:20:39.171Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:39.171Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-20T16:20:39.171Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T16:20:39.171Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T16:20:39.432Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-20T16:20:39.432Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T16:20:39.432Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T16:20:39.432Z] Selecting previously unselected package libldap-common. [2021-04-20T16:20:39.432Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-20T16:20:39.432Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T16:20:39.693Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-20T16:20:39.693Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-20T16:20:39.693Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T16:20:39.693Z] Selecting previously unselected package dirmngr. [2021-04-20T16:20:39.693Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T16:20:39.693Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T16:20:39.954Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T16:20:39.954Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-20T16:20:39.954Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T16:20:39.954Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T16:20:39.954Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T16:20:39.954Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-20T16:20:39.954Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:40.215Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-20T16:20:40.215Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T16:20:40.215Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-20T16:20:40.476Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-20T16:20:40.737Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:40.737Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-20T16:20:40.737Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-20T16:20:40.737Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-20T16:20:40.737Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:40.998Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:40.998Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:40.998Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:40.998Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:40.998Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:40.998Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T16:20:40.998Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T16:20:40.998Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T16:20:41.259Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T16:20:41.520Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-20T16:20:41.520Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-20T16:20:41.520Z] This means they are not meant to be enabled using systemctl. [2021-04-20T16:20:41.520Z] Possible reasons for having this kind of units are: [2021-04-20T16:20:41.520Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-20T16:20:41.520Z] .wants/ or .requires/ directory. [2021-04-20T16:20:41.520Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-20T16:20:41.520Z] a requirement dependency on it. [2021-04-20T16:20:41.520Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-20T16:20:41.520Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-20T16:20:41.520Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-20T16:20:41.520Z] instance name specified. [2021-04-20T16:20:42.092Z] Reading package lists... [2021-04-20T16:20:42.092Z] Building dependency tree... [2021-04-20T16:20:42.092Z] Reading state information... [2021-04-20T16:20:42.092Z] The following additional packages will be installed: [2021-04-20T16:20:42.092Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-20T16:20:42.092Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-20T16:20:42.092Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-20T16:20:42.092Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-20T16:20:42.092Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-20T16:20:42.092Z] Suggested packages: [2021-04-20T16:20:42.092Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-20T16:20:42.092Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-20T16:20:42.092Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-20T16:20:42.092Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-20T16:20:42.092Z] systemd-container policykit-1 [2021-04-20T16:20:42.092Z] Recommended packages: [2021-04-20T16:20:42.092Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-20T16:20:42.355Z] The following NEW packages will be installed: [2021-04-20T16:20:42.356Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-20T16:20:42.356Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-20T16:20:42.356Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-20T16:20:42.356Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-20T16:20:42.356Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-20T16:20:42.356Z] The following packages will be upgraded: [2021-04-20T16:20:42.356Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-20T16:20:42.356Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-20T16:20:42.356Z] Need to get 35.2 MB of archives. [2021-04-20T16:20:42.356Z] After this operation, 141 MB of additional disk space will be used. [2021-04-20T16:20:42.356Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-20T16:20:42.356Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-20T16:20:43.301Z] 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-20T16:20:43.301Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-20T16:20:43.301Z] 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-20T16:20:43.301Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-20T16:20:43.301Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-20T16:20:43.301Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-20T16:20:43.301Z] 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-20T16:20:43.301Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-20T16:20:43.301Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-20T16:20:43.301Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-20T16:20:43.563Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-20T16:20:43.563Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-20T16:20:43.563Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-20T16:20:43.563Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-20T16:20:43.563Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-20T16:20:43.563Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-20T16:20:43.563Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-20T16:20:43.563Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-20T16:20:43.563Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-20T16:20:43.563Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-20T16:20:43.563Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-20T16:20:43.564Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-20T16:20:43.564Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-20T16:20:43.564Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-20T16:20:43.564Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-20T16:20:43.564Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-20T16:20:43.564Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-20T16:20:43.564Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-20T16:20:44.510Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T16:20:44.510Z] Fetched 35.2 MB in 2s (17.4 MB/s) [2021-04-20T16:20:44.510Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T16:20:44.510Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-20T16:20:44.773Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T16:20:45.344Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-20T16:20:45.344Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T16:20:45.606Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-20T16:20:45.606Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T16:20:45.606Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-20T16:20:45.868Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-20T16:20:45.868Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-20T16:20:46.129Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T16:20:46.129Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-20T16:20:46.129Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-20T16:20:46.390Z] Setting up apt (1.6.13) ... [2021-04-20T16:20:46.390Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-20T16:20:46.651Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-20T16:20:46.912Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-20T16:20:46.912Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T16:20:46.912Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T16:20:47.174Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-20T16:20:47.174Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T16:20:47.174Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T16:20:47.174Z] Selecting previously unselected package libexpat1:amd64. [2021-04-20T16:20:47.174Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-20T16:20:47.174Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T16:20:47.436Z] Selecting previously unselected package python3.6-minimal. [2021-04-20T16:20:47.436Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T16:20:47.436Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T16:20:47.697Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T16:20:47.912Z] lf-activate-venv(): INFO: Adding /tmp/venv-05SI/bin to PATH [2021-04-20T16:20:47.913Z] INFO: No Stack... [2021-04-20T16:20:47.913Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T16:20:47.913Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T16:20:47.961Z] Checking for services that may need to be restarted...done. [2021-04-20T16:20:47.961Z] Checking for services that may need to be restarted...done. [2021-04-20T16:20:47.961Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T16:20:47.961Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T16:20:47.961Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T16:20:48.247Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-04-20T16:20:48.247Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T16:20:48.391Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3387-5-stack-cost] [2021-04-20T16:20:48.403Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3387-5-stack-cost] did not exist. Created. [2021-04-20T16:20:48.403Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3387-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T16:20:48.536Z] Selecting previously unselected package python3-minimal. [2021-04-20T16:20:48.536Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-20T16:20:48.536Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-20T16:20:48.536Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-20T16:20:48.754Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T16:20:48.797Z] Selecting previously unselected package mime-support. [2021-04-20T16:20:48.798Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-20T16:20:48.798Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-20T16:20:48.798Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-20T16:20:48.798Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-20T16:20:48.798Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T16:20:48.798Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-20T16:20:48.798Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T16:20:48.798Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T16:20:49.059Z] Selecting previously unselected package python3.6. [2021-04-20T16:20:49.059Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T16:20:49.059Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T16:20:49.144Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T16:20:49.174Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3387-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T16:20:49.321Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-20T16:20:49.321Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-20T16:20:49.321Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T16:20:49.321Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-20T16:20:49.583Z] Selecting previously unselected package python3. [2021-04-20T16:20:49.583Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-20T16:20:49.583Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-20T16:20:49.583Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-20T16:20:49.845Z] Selecting previously unselected package multiarch-support. [2021-04-20T16:20:49.845Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T16:20:49.845Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T16:20:49.845Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T16:20:50.107Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-20T16:20:50.107Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-20T16:20:50.107Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-20T16:20:50.107Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T16:20:50.107Z] Selecting previously unselected package libbsd0:amd64. [2021-04-20T16:20:50.107Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-20T16:20:50.107Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T16:20:50.107Z] Selecting previously unselected package sudo. [2021-04-20T16:20:50.107Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-20T16:20:50.369Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T16:20:50.631Z] Selecting previously unselected package apparmor. [2021-04-20T16:20:50.631Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T16:20:50.631Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-20T16:20:51.208Z] Selecting previously unselected package libedit2:amd64. [2021-04-20T16:20:51.208Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-20T16:20:51.208Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T16:20:51.208Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-20T16:20:51.208Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T16:20:51.208Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T16:20:51.208Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-20T16:20:51.208Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T16:20:51.208Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T16:20:51.469Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-20T16:20:51.469Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-20T16:20:51.469Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T16:20:51.469Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-20T16:20:51.469Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T16:20:51.469Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T16:20:51.730Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-20T16:20:51.730Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T16:20:51.730Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T16:20:51.730Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-20T16:20:51.730Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-20T16:20:51.730Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T16:20:51.991Z] Selecting previously unselected package openssh-client. [2021-04-20T16:20:51.991Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-20T16:20:51.991Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T16:20:52.252Z] Selecting previously unselected package squashfs-tools. [2021-04-20T16:20:52.252Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-20T16:20:52.252Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T16:20:52.252Z] Selecting previously unselected package snapd. [2021-04-20T16:20:52.252Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-20T16:20:52.512Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-20T16:20:54.423Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T16:20:54.423Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T16:20:54.423Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-20T16:20:54.685Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T16:20:54.685Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T16:20:54.685Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T16:20:54.685Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T16:20:54.685Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-20T16:20:54.685Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-20T16:20:55.630Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T16:20:55.630Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T16:20:55.630Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T16:20:55.630Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T16:20:55.630Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T16:20:55.893Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T16:20:56.468Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T16:20:56.729Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T16:20:56.729Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T16:20:56.729Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-20T16:20:56.729Z] running python rtupdate hooks for python3.6... [2021-04-20T16:20:56.729Z] running python post-rtupdate hooks for python3.6... [2021-04-20T16:20:56.990Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-20T16:20:58.376Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-20T16:20:58.376Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T16:20:58.376Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T16:20:58.643Z] Setting up snapd (2.48.3+18.04) ... [2021-04-20T16:20:59.215Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-20T16:20:59.476Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-20T16:20:59.476Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-20T16:20:59.736Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-20T16:20:59.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T16:20:59.998Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T16:20:59.998Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-20T16:21:00.260Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-20T16:21:00.521Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-20T16:21:00.521Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-20T16:21:00.782Z] /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-20T16:21:00.782Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T16:21:00.782Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T16:21:02.168Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T16:21:02.168Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T16:21:02.430Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T16:21:03.390Z] Reading package lists... [2021-04-20T16:21:03.650Z] Reading package lists... [2021-04-20T16:21:03.650Z] Building dependency tree... [2021-04-20T16:21:03.650Z] Reading state information... [2021-04-20T16:21:03.912Z] Calculating upgrade... [2021-04-20T16:21:03.912Z] The following packages will be upgraded: [2021-04-20T16:21:03.912Z] advancecomp base-files bash binutils binutils-common [2021-04-20T16:21:03.912Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-20T16:21:03.912Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-20T16:21:03.912Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-20T16:21:03.912Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-20T16:21:03.912Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-20T16:21:03.912Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-20T16:21:03.912Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-20T16:21:03.912Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-20T16:21:03.912Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-20T16:21:03.912Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-20T16:21:03.912Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-20T16:21:03.912Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-20T16:21:03.912Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-20T16:21:03.912Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-20T16:21:04.174Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T16:21:04.174Z] Need to get 64.0 MB of archives. [2021-04-20T16:21:04.174Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-20T16:21:04.174Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-20T16:21:04.174Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-20T16:21:04.174Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-20T16:21:04.174Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-20T16:21:04.174Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-20T16:21:04.174Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-20T16:21:04.174Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-20T16:21:04.174Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-20T16:21:04.174Z] 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-20T16:21:04.174Z] 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-20T16:21:04.174Z] 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-20T16:21:04.174Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-20T16:21:04.174Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-20T16:21:04.174Z] 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-20T16:21:04.174Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-20T16:21:04.174Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-20T16:21:04.174Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-20T16:21:04.174Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-20T16:21:04.436Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-20T16:21:04.436Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-20T16:21:04.436Z] 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-20T16:21:04.436Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-20T16:21:04.436Z] 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-20T16:21:04.436Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-20T16:21:04.436Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-20T16:21:04.436Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-20T16:21:04.436Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-20T16:21:04.436Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-20T16:21:04.436Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-20T16:21:04.436Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-20T16:21:04.436Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-20T16:21:04.436Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-20T16:21:04.436Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-20T16:21:04.436Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-20T16:21:04.436Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-20T16:21:04.436Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-20T16:21:04.436Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-20T16:21:04.436Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-20T16:21:04.436Z] 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-20T16:21:04.436Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-20T16:21:04.436Z] 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-20T16:21:04.436Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-20T16:21:04.436Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-20T16:21:04.436Z] 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-20T16:21:04.436Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-20T16:21:04.436Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-20T16:21:04.436Z] 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-20T16:21:04.436Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-20T16:21:04.436Z] 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-20T16:21:04.697Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-20T16:21:04.697Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-20T16:21:04.697Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-20T16:21:04.697Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-20T16:21:04.697Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-20T16:21:04.697Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-20T16:21:04.697Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-20T16:21:04.697Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-20T16:21:04.957Z] 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-20T16:21:04.957Z] 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-20T16:21:04.957Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-20T16:21:05.218Z] 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-20T16:21:05.218Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-20T16:21:05.218Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-20T16:21:05.218Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-20T16:21:05.218Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-20T16:21:05.479Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-20T16:21:05.479Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-20T16:21:05.479Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-20T16:21:05.479Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-20T16:21:05.479Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-20T16:21:05.741Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-20T16:21:05.742Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-20T16:21:05.742Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-20T16:21:05.742Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-20T16:21:05.742Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-20T16:21:05.742Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-20T16:21:05.742Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-20T16:21:05.742Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-20T16:21:05.742Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-20T16:21:05.742Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-20T16:21:06.003Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-20T16:21:06.003Z] 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-20T16:21:06.003Z] 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-20T16:21:06.003Z] 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-20T16:21:06.003Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-20T16:21:06.003Z] 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-20T16:21:06.003Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-20T16:21:06.003Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-20T16:21:06.003Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-20T16:21:06.003Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-20T16:21:06.003Z] 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-20T16:21:06.003Z] 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-20T16:21:06.003Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-20T16:21:06.003Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-20T16:21:06.003Z] 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-20T16:21:06.003Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-20T16:21:06.003Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-20T16:21:06.003Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-20T16:21:06.003Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-20T16:21:06.265Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-20T16:21:06.265Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-20T16:21:06.265Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T16:21:06.265Z] Fetched 64.0 MB in 2s (28.6 MB/s) [2021-04-20T16:21:06.528Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:06.528Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T16:21:06.528Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T16:21:07.472Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T16:21:07.472Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T16:21:07.472Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-20T16:21:07.472Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-20T16:21:08.422Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:08.422Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T16:21:08.422Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:08.422Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T16:21:08.683Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:08.683Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T16:21:08.683Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:08.683Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T16:21:08.944Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:08.944Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T16:21:08.944Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:08.944Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T16:21:09.206Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:09.206Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T16:21:09.206Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:09.467Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T16:21:09.467Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:09.467Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-20T16:21:09.467Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:09.467Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T16:21:09.467Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:09.729Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T16:21:09.729Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:09.729Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T16:21:09.991Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:09.991Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T16:21:09.991Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:10.253Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T16:21:10.253Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T16:21:10.515Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T16:21:10.776Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T16:21:11.036Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T16:21:11.036Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-20T16:21:11.036Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-20T16:21:11.036Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-20T16:21:11.300Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-20T16:21:11.300Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-20T16:21:11.560Z] Installing new version of config file /etc/issue ... [2021-04-20T16:21:11.560Z] Installing new version of config file /etc/issue.net ... [2021-04-20T16:21:11.560Z] Installing new version of config file /etc/lsb-release ... [2021-04-20T16:21:11.560Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-20T16:21:11.822Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-20T16:21:11.822Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-20T16:21:11.822Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-20T16:21:11.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:11.822Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-20T16:21:11.822Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-20T16:21:12.084Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-20T16:21:12.084Z] 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-20T16:21:12.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:12.345Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T16:21:12.345Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-20T16:21:12.345Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-20T16:21:12.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:12.345Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-20T16:21:12.606Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-20T16:21:12.606Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-20T16:21:12.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:12.868Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-20T16:21:12.868Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T16:21:12.868Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-20T16:21:13.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:13.129Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T16:21:13.129Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T16:21:13.413Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T16:21:13.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:13.413Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T16:21:13.413Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T16:21:13.674Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-20T16:21:13.674Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:13.674Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-20T16:21:13.674Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-20T16:21:13.935Z] Setting up grep (3.1-2build1) ... [2021-04-20T16:21:13.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:13.935Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T16:21:13.935Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T16:21:14.196Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-20T16:21:14.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:14.196Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T16:21:14.457Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T16:21:14.457Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-20T16:21:14.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:14.457Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T16:21:14.718Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T16:21:15.289Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T16:21:15.289Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T16:21:15.289Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T16:21:15.289Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T16:21:15.861Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-20T16:21:16.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:16.121Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-20T16:21:16.121Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T16:21:17.509Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T16:21:17.509Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T16:21:17.509Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T16:21:17.509Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T16:21:17.770Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T16:21:17.770Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:17.770Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-20T16:21:17.770Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-20T16:21:18.031Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-20T16:21:18.293Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:18.293Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T16:21:18.293Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T16:21:18.293Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T16:21:18.555Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:18.555Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T16:21:18.555Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T16:21:18.555Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T16:21:18.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:18.819Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T16:21:18.819Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T16:21:18.819Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T16:21:19.081Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:19.081Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T16:21:19.081Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T16:21:19.081Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T16:21:19.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:19.346Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T16:21:19.346Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T16:21:19.346Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T16:21:19.607Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T16:21:19.607Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T16:21:19.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:19.607Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T16:21:19.868Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T16:21:19.868Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T16:21:19.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:19.868Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T16:21:19.868Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T16:21:20.129Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T16:21:20.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:20.129Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T16:21:20.129Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T16:21:20.389Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-20T16:21:20.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:20.389Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T16:21:20.389Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T16:21:20.962Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-20T16:21:21.545Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-20T16:21:21.545Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-20T16:21:21.864Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:21.864Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T16:21:21.864Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T16:21:22.509Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T16:21:22.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T16:21:22.903Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-20T16:21:22.903Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T16:21:23.240Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-20T16:21:23.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:23.240Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-20T16:21:23.240Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-20T16:21:23.505Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-20T16:21:23.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:23.766Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-20T16:21:23.766Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T16:21:23.766Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-20T16:21:23.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:23.766Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-20T16:21:24.027Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T16:21:24.027Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-20T16:21:24.027Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:24.027Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T16:21:24.289Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T16:21:24.289Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T16:21:24.550Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:24.550Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T16:21:24.550Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T16:21:24.550Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T16:21:24.550Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:24.550Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T16:21:24.812Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T16:21:24.812Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T16:21:25.073Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:25.073Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T16:21:25.073Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T16:21:25.334Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-20T16:21:25.334Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T16:21:25.334Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T16:21:25.334Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T16:21:25.596Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T16:21:25.596Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:25.596Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-20T16:21:25.596Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-20T16:21:25.857Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-20T16:21:25.857Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:25.857Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-20T16:21:25.857Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T16:21:26.117Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T16:21:26.378Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:26.378Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T16:21:26.378Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T16:21:26.378Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T16:21:26.639Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:26.639Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-20T16:21:26.639Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-20T16:21:26.906Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-20T16:21:26.906Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:26.906Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T16:21:26.906Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T16:21:27.479Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-20T16:21:27.479Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:27.479Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T16:21:27.479Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T16:21:27.479Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-20T16:21:27.741Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:27.741Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T16:21:27.741Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T16:21:27.741Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T16:21:28.002Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:28.002Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T16:21:28.002Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T16:21:28.575Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T16:21:28.575Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:28.575Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-20T16:21:28.575Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-20T16:21:28.575Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-20T16:21:28.835Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:28.836Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-20T16:21:28.836Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-20T16:21:28.836Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-20T16:21:29.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:29.097Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-20T16:21:29.097Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-20T16:21:29.097Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-20T16:21:29.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:29.358Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-20T16:21:29.358Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-20T16:21:29.358Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-20T16:21:29.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:29.619Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-20T16:21:29.619Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-20T16:21:29.619Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-20T16:21:29.880Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T16:21:29.880Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-20T16:21:29.880Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-20T16:21:29.880Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-20T16:21:30.141Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-20T16:21:30.141Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T16:21:30.141Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T16:21:30.141Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T16:21:30.141Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T16:21:30.402Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T16:21:30.402Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T16:21:30.664Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-20T16:21:30.664Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-20T16:21:30.925Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T16:21:30.925Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-20T16:21:30.925Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-20T16:21:30.925Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-20T16:21:31.185Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-20T16:21:31.185Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-20T16:21:31.185Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-20T16:21:31.185Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-20T16:21:31.446Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-20T16:21:31.446Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-20T16:21:31.446Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-20T16:21:31.446Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-20T16:21:31.707Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-20T16:21:31.707Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-20T16:21:31.707Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-20T16:21:31.968Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-20T16:21:32.539Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-20T16:21:32.539Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-20T16:21:32.800Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-20T16:21:32.800Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-20T16:21:32.800Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T16:21:33.060Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T16:21:33.364Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T16:21:33.364Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T16:21:33.627Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T16:21:33.627Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T16:21:33.888Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T16:21:33.888Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T16:21:33.888Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:34.149Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T16:21:34.149Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:34.149Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T16:21:34.409Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:34.409Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T16:21:34.409Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:34.409Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T16:21:35.348Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:35.348Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T16:21:36.290Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:36.290Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T16:21:36.862Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:36.862Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T16:21:37.434Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:37.434Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T16:21:38.386Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T16:21:38.386Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T16:21:38.386Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T16:21:38.386Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T16:21:38.651Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T16:21:38.651Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T16:21:39.229Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T16:21:39.229Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T16:21:39.491Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-20T16:21:39.491Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-20T16:21:39.757Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T16:21:39.757Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T16:21:40.019Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T16:21:40.019Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T16:21:40.019Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-20T16:21:40.280Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-20T16:21:40.280Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:40.280Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T16:21:40.281Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:40.281Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:40.542Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:40.542Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-20T16:21:40.542Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-20T16:21:40.542Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-20T16:21:40.542Z] [2021-04-20T16:21:40.542Z] Current default time zone: 'Etc/UTC' [2021-04-20T16:21:40.542Z] Local time is now: Tue Apr 20 16:21:40 UTC 2021. [2021-04-20T16:21:40.542Z] Universal Time is now: Tue Apr 20 16:21:40 UTC 2021. [2021-04-20T16:21:40.542Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-20T16:21:40.542Z] [2021-04-20T16:21:40.804Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-20T16:21:40.804Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:40.804Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-20T16:21:40.804Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-20T16:21:40.804Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-20T16:21:40.804Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-20T16:21:40.804Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-20T16:21:41.065Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-20T16:21:41.065Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-20T16:21:41.065Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T16:21:41.065Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:41.065Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-20T16:21:41.325Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T16:21:41.325Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T16:21:41.325Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:41.325Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-20T16:21:41.585Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-20T16:21:41.585Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-20T16:21:41.585Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T16:21:41.585Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-20T16:21:41.585Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-20T16:21:41.585Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-20T16:21:41.585Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-20T16:21:43.502Z] Updating certificates in /etc/ssl/certs... [2021-04-20T16:21:44.445Z] 23 added, 27 removed; done. [2021-04-20T16:21:44.445Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T16:21:44.445Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T16:21:44.445Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-20T16:21:44.445Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-20T16:21:44.445Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-20T16:21:44.706Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T16:21:44.706Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T16:21:44.706Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T16:21:44.706Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T16:21:44.706Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T16:21:44.706Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T16:21:44.706Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T16:21:44.706Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-20T16:21:44.968Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-20T16:21:44.968Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-20T16:21:44.968Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-20T16:21:44.968Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-20T16:21:44.968Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T16:21:44.968Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T16:21:45.228Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-20T16:21:45.228Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-20T16:21:45.228Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-20T16:21:45.228Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T16:21:45.488Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T16:21:45.488Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-20T16:21:45.488Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-20T16:21:45.488Z] Updating certificates in /etc/ssl/certs... [2021-04-20T16:21:46.061Z] 0 added, 0 removed; done. [2021-04-20T16:21:46.061Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-20T16:21:46.061Z] done. [2021-04-20T16:21:46.637Z] Reading package lists... [2021-04-20T16:21:46.637Z] Building dependency tree... [2021-04-20T16:21:46.637Z] Reading state information... [2021-04-20T16:21:46.897Z] The following NEW packages will be installed: [2021-04-20T16:21:46.897Z] apt-transport-https [2021-04-20T16:21:47.158Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T16:21:47.158Z] Need to get 1692 B of archives. [2021-04-20T16:21:47.158Z] After this operation, 154 kB of additional disk space will be used. [2021-04-20T16:21:47.158Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-20T16:21:47.158Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T16:21:47.158Z] Fetched 1692 B in 0s (8527 B/s) [2021-04-20T16:21:47.158Z] Selecting previously unselected package apt-transport-https. [2021-04-20T16:21:47.158Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-20T16:21:47.158Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-20T16:21:47.158Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-20T16:21:47.418Z] Setting up apt-transport-https (1.6.13) ... [2021-04-20T16:21:47.678Z] Waiting for network to be ready... [2021-04-20T16:21:54.257Z] 2021-04-20T16:21:51Z INFO Waiting for automatic snapd restart... [2021-04-20T16:21:55.198Z] snapd 2.49.2 from Canonical* installed [2021-04-20T16:21:56.139Z] "snapd" switched to the "latest/stable" channel [2021-04-20T16:21:56.139Z] [2021-04-20T16:21:58.687Z] core18 20210309 from Canonical* installed [2021-04-20T16:21:58.687Z] "core18" switched to the "latest/stable" channel [2021-04-20T16:21:58.687Z] [2021-04-20T16:22:01.988Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T16:22:01.988Z] "snapcraft" switched to the "latest/stable" channel [2021-04-20T16:22:01.988Z] [2021-04-20T16:22:06.198Z] 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-20T16:22:06.198Z] - README.md [2021-04-20T16:22:06.198Z] [2021-04-20T16:22:06.198Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T16:22:12.787Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T16:22:12.787Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T16:22:12.787Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T16:22:12.787Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T16:22:13.990Z] Reading package lists... [2021-04-20T16:22:14.252Z] 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-20T16:22:20.841Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T16:22:20.841Z] Reading package lists... [2021-04-20T16:22:20.841Z] Building dependency tree... [2021-04-20T16:22:20.841Z] Reading state information... [2021-04-20T16:22:20.841Z] Suggested packages: [2021-04-20T16:22:20.841Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-20T16:22:20.841Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-20T16:22:20.841Z] Recommended packages: [2021-04-20T16:22:20.841Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-20T16:22:20.841Z] The following NEW packages will be installed: [2021-04-20T16:22:20.841Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-20T16:22:20.841Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-20T16:22:20.841Z] pkg-config zip [2021-04-20T16:22:20.841Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T16:22:20.841Z] Need to get 7663 kB of archives. [2021-04-20T16:22:20.841Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-20T16:22:20.841Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-20T16:22:20.841Z] 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-20T16:22:21.101Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-20T16:22:21.101Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-20T16:22:21.361Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-20T16:22:21.361Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-20T16:22:21.361Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-20T16:22:21.361Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-20T16:22:21.361Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-20T16:22:21.361Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-20T16:22:21.621Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-20T16:22:21.621Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-20T16:22:21.621Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-20T16:22:21.882Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-20T16:22:21.882Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-20T16:22:21.882Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T16:22:21.882Z] Fetched 7663 kB in 1s (6689 kB/s) [2021-04-20T16:22:22.151Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-20T16:22:22.151Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-20T16:22:22.151Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-20T16:22:22.151Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T16:22:22.479Z] Selecting previously unselected package libpsl5:amd64. [2021-04-20T16:22:22.480Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-20T16:22:22.480Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T16:22:22.480Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-20T16:22:22.480Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-20T16:22:22.480Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T16:22:22.480Z] Selecting previously unselected package librtmp1:amd64. [2021-04-20T16:22:22.480Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-20T16:22:22.480Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T16:22:22.810Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-20T16:22:22.810Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-20T16:22:22.810Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T16:22:22.810Z] Selecting previously unselected package liberror-perl. [2021-04-20T16:22:22.810Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-20T16:22:22.810Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-20T16:22:22.810Z] Selecting previously unselected package git-man. [2021-04-20T16:22:22.810Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-20T16:22:22.810Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T16:22:23.131Z] Selecting previously unselected package git. [2021-04-20T16:22:23.131Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-20T16:22:23.131Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T16:22:23.734Z] Selecting previously unselected package libnorm1:amd64. [2021-04-20T16:22:23.734Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-20T16:22:24.000Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T16:22:24.000Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-20T16:22:24.000Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-20T16:22:24.000Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T16:22:24.262Z] Selecting previously unselected package libsodium23:amd64. [2021-04-20T16:22:24.262Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-20T16:22:24.262Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-20T16:22:24.262Z] Selecting previously unselected package libzmq5:amd64. [2021-04-20T16:22:24.262Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T16:22:24.262Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T16:22:24.262Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-20T16:22:24.262Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T16:22:24.262Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T16:22:24.525Z] Selecting previously unselected package pkg-config. [2021-04-20T16:22:24.525Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-20T16:22:24.525Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T16:22:24.787Z] Selecting previously unselected package zip. [2021-04-20T16:22:24.787Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-20T16:22:24.787Z] Unpacking zip (3.0-11build1) ... [2021-04-20T16:22:24.787Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T16:22:24.787Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T16:22:24.787Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T16:22:24.787Z] Setting up liberror-perl (0.17025-1) ... [2021-04-20T16:22:24.787Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T16:22:25.047Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T16:22:25.048Z] No schema files found: doing nothing. [2021-04-20T16:22:25.048Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T16:22:25.048Z] Setting up zip (3.0-11build1) ... [2021-04-20T16:22:25.048Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T16:22:25.048Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-20T16:22:25.048Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T16:22:25.048Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T16:22:25.309Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T16:22:25.309Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T16:22:25.309Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T16:22:25.309Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T16:22:31.896Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T16:22:31.896Z] git set to automatically installed. [2021-04-20T16:22:31.896Z] git-man set to automatically installed. [2021-04-20T16:22:31.896Z] libcurl3-gnutls set to automatically installed. [2021-04-20T16:22:31.896Z] liberror-perl set to automatically installed. [2021-04-20T16:22:31.896Z] libglib2.0-0 set to automatically installed. [2021-04-20T16:22:31.896Z] libnghttp2-14 set to automatically installed. [2021-04-20T16:22:31.896Z] libnorm1 set to automatically installed. [2021-04-20T16:22:31.896Z] libpgm-5.2-0 set to automatically installed. [2021-04-20T16:22:31.896Z] libpsl5 set to automatically installed. [2021-04-20T16:22:31.896Z] librtmp1 set to automatically installed. [2021-04-20T16:22:31.896Z] libsodium23 set to automatically installed. [2021-04-20T16:22:31.896Z] libzmq3-dev set to automatically installed. [2021-04-20T16:22:31.896Z] libzmq5 set to automatically installed. [2021-04-20T16:22:31.896Z] pkg-config set to automatically installed. [2021-04-20T16:22:31.896Z] zip set to automatically installed. [2021-04-20T16:22:34.444Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T16:22:41.031Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T16:22:51.033Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-20T16:22:51.604Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T16:22:58.193Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T16:22:58.193Z] snap "core18" has no updates available [2021-04-20T16:22:58.764Z] Pulling go-build-helper [2021-04-20T16:22:58.764Z] + snapcraftctl pull [2021-04-20T16:22:59.706Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-20T16:22:59.706Z] Skipping pull go-build-helper (already ran) [2021-04-20T16:22:59.706Z] Building go-build-helper [2021-04-20T16:22:59.966Z] + snapcraftctl build [2021-04-20T16:23:01.880Z] Staging go-build-helper [2021-04-20T16:23:01.880Z] + snapcraftctl stage [2021-04-20T16:23:11.883Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T16:23:11.883Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T16:23:11.883Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T16:23:11.883Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T16:23:11.883Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T16:23:11.883Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T16:23:11.883Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T16:23:11.883Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T16:23:11.883Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T16:23:11.883Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T16:23:11.883Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T16:23:11.883Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T16:23:11.883Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T16:23:11.883Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T16:23:11.883Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T16:23:11.883Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T16:23:11.883Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T16:23:11.883Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T16:23:11.883Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T16:23:11.883Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T16:23:11.883Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T16:23:11.883Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T16:23:11.883Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T16:23:11.883Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T16:23:11.883Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T16:23:11.883Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T16:23:11.883Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T16:23:11.883Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-20T16:23:11.883Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T16:23:11.883Z] Fetched 224 kB in 0s (0 B/s) [2021-04-20T16:23:11.883Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T16:23:11.883Z] Fetched 157 kB in 0s (0 B/s) [2021-04-20T16:23:11.883Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T16:23:11.883Z] Fetched 221 kB in 0s (0 B/s) [2021-04-20T16:23:11.883Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T16:23:11.883Z] Fetched 143 kB in 0s (0 B/s) [2021-04-20T16:23:11.883Z] Pulling app-service-config [2021-04-20T16:23:11.883Z] + snapcraftctl pull [2021-04-20T16:23:12.143Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-20T16:23:12.713Z] Pulling config-common [2021-04-20T16:23:12.713Z] + snapcraftctl pull [2021-04-20T16:23:16.922Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T16:23:16.922Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T16:23:16.922Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T16:23:16.922Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T16:23:16.922Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T16:23:16.922Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T16:23:16.922Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T16:23:16.922Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T16:23:16.922Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T16:23:16.922Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T16:23:16.922Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T16:23:16.922Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T16:23:16.922Z] Pulling edgex-go [2021-04-20T16:23:16.922Z] + snapcraftctl pull [2021-04-20T16:23:38.898Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T16:23:38.898Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T16:23:38.898Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T16:23:38.898Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-20T16:23:38.898Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-20T16:23:38.898Z] Fetched 279 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-20T16:23:38.898Z] Fetched 122 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-20T16:23:38.898Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-20T16:23:38.898Z] Fetched 8848 B in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-20T16:23:38.898Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-20T16:23:38.898Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-20T16:23:38.898Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-20T16:23:38.898Z] Fetched 219 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-20T16:23:38.898Z] Fetched 154 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-20T16:23:38.898Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-20T16:23:38.898Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-20T16:23:38.898Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-20T16:23:38.898Z] Fetched 499 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-20T16:23:38.898Z] Fetched 111 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-20T16:23:38.898Z] Fetched 240 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-20T16:23:38.898Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-20T16:23:38.898Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-20T16:23:38.898Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-20T16:23:38.898Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-20T16:23:38.898Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-20T16:23:38.898Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-20T16:23:38.898Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-20T16:23:38.898Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-20T16:23:38.898Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-20T16:23:38.899Z] Fetched 8720 B in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-20T16:23:38.899Z] Fetched 137 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-20T16:23:38.899Z] Fetched 119 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-20T16:23:38.899Z] Fetched 110 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-20T16:23:38.899Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-20T16:23:38.899Z] Fetched 645 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-20T16:23:38.899Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-20T16:23:38.899Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-20T16:23:38.899Z] Fetched 368 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-20T16:23:38.899Z] Fetched 187 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-20T16:23:38.899Z] Fetched 175 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-20T16:23:38.899Z] Fetched 206 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-20T16:23:38.899Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-20T16:23:38.899Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-20T16:23:38.899Z] Fetched 159 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-20T16:23:38.899Z] Fetched 107 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-20T16:23:38.899Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-20T16:23:38.899Z] Pulling static-packages [2021-04-20T16:23:38.899Z] + snapcraftctl pull [2021-04-20T16:23:38.899Z] Pulling version [2021-04-20T16:23:38.899Z] + cd /root/project [2021-04-20T16:23:38.899Z] + [ -f VERSION ] [2021-04-20T16:23:38.899Z] + PROJECT_VERSION=local-dev [2021-04-20T16:23:38.899Z] + git rev-parse --short HEAD [2021-04-20T16:23:38.899Z] + GIT_REVISION=3cac00ae [2021-04-20T16:23:38.899Z] + snapcraftctl set-version local-dev [2021-04-20T16:23:38.899Z] Skipping build go-build-helper (already ran) [2021-04-20T16:23:39.160Z] Building app-service-config [2021-04-20T16:23:39.160Z] + make build [2021-04-20T16:23:39.161Z] 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-20T16:23:41.072Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-20T16:23:41.332Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-20T16:23:41.332Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-20T16:23:41.332Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-20T16:23:41.332Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-20T16:23:41.594Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-20T16:23:41.594Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-20T16:23:41.594Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-20T16:23:41.594Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-20T16:23:41.594Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-20T16:23:41.594Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-20T16:23:41.594Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-20T16:23:41.853Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-20T16:23:41.853Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-20T16:23:42.114Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-20T16:23:42.115Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-20T16:23:42.374Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-20T16:23:42.374Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-20T16:23:42.374Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-20T16:23:42.634Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-20T16:23:42.634Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-20T16:23:42.634Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-20T16:23:42.634Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-20T16:23:42.634Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-20T16:23:42.634Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-20T16:23:42.906Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-20T16:23:42.906Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-20T16:23:42.906Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-20T16:23:42.906Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-20T16:23:42.906Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-20T16:23:42.906Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-20T16:23:42.906Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-20T16:23:42.906Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-20T16:23:42.906Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-20T16:23:42.906Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-20T16:23:42.906Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-20T16:23:42.906Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-20T16:23:42.906Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-20T16:23:42.906Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-20T16:23:42.906Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-20T16:23:42.906Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-20T16:23:43.166Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-20T16:23:43.166Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-20T16:23:43.166Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-20T16:23:43.166Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-20T16:23:53.194Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-20T16:23:53.194Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-20T16:23:53.194Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-20T16:23:53.194Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-20T16:23:53.767Z] Building config-common [2021-04-20T16:23:53.767Z] + snapcraftctl build [2021-04-20T16:23:55.680Z] Building edgex-go [2021-04-20T16:23:55.942Z] + cd /root/parts/edgex-go/src [2021-04-20T16:23:55.942Z] + make build [2021-04-20T16:23:55.942Z] 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-20T16:23:56.515Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-20T16:23:56.516Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-20T16:23:56.516Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-20T16:23:56.516Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 [2021-04-20T16:23:56.516Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-20T16:23:56.516Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-20T16:23:56.516Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-20T16:23:56.516Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-20T16:23:56.516Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-20T16:23:56.516Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-20T16:23:56.778Z] go: downloading golang.org/x/text v0.3.2 [2021-04-20T16:24:02.074Z] 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-20T16:24:02.074Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-20T16:24:06.277Z] 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-20T16:24:07.660Z] 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-20T16:24:09.569Z] 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-20T16:24:09.828Z] 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-20T16:24:09.828Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-20T16:24:10.087Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-20T16:24:10.087Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-20T16:24:10.087Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-20T16:24:11.997Z] 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-20T16:24:11.997Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-20T16:24:11.997Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-20T16:24:13.908Z] 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-20T16:24:14.848Z] 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-20T16:24:16.228Z] 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-20T16:24:17.167Z] 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-20T16:24:17.427Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-20T16:24:18.365Z] 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-20T16:24:18.626Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-20T16:24:20.534Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-20T16:24:20.534Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-20T16:24:20.534Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-20T16:24:20.534Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-20T16:24:20.534Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-20T16:24:20.534Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-20T16:24:20.534Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-20T16:24:20.534Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-20T16:24:20.534Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-20T16:24:20.534Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-20T16:24:20.534Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-20T16:24:20.534Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-20T16:24:20.534Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-20T16:24:20.534Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-20T16:24:20.534Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-20T16:24:20.534Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-20T16:24:20.534Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-20T16:24:20.534Z] + 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-20T16:24:20.534Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-20T16:24:20.534Z] + 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-20T16:24:20.534Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-20T16:24:20.534Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-20T16:24:20.534Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-20T16:24:20.534Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-20T16:24:20.535Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-20T16:24:20.535Z] + 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-20T16:24:23.986Z] Building static-packages [2021-04-20T16:24:23.986Z] + snapcraftctl build [2021-04-20T16:24:25.503Z] Building version [2021-04-20T16:24:25.503Z] + snapcraftctl build [2021-04-20T16:24:27.414Z] Skipping stage go-build-helper (already ran) [2021-04-20T16:24:27.414Z] Staging app-service-config [2021-04-20T16:24:27.414Z] + snapcraftctl stage [2021-04-20T16:24:28.799Z] Staging config-common [2021-04-20T16:24:28.799Z] + snapcraftctl stage [2021-04-20T16:24:29.739Z] Staging edgex-go [2021-04-20T16:24:29.739Z] + snapcraftctl stage [2021-04-20T16:24:30.682Z] Staging static-packages [2021-04-20T16:24:30.682Z] + snapcraftctl stage [2021-04-20T16:24:31.623Z] Staging version [2021-04-20T16:24:31.623Z] + snapcraftctl stage [2021-04-20T16:24:33.004Z] Priming go-build-helper [2021-04-20T16:24:33.004Z] + snapcraftctl prime [2021-04-20T16:24:33.945Z] Priming app-service-config [2021-04-20T16:24:33.945Z] + snapcraftctl prime [2021-04-20T16:24:34.884Z] Priming config-common [2021-04-20T16:24:34.884Z] + snapcraftctl prime [2021-04-20T16:24:35.826Z] Priming edgex-go [2021-04-20T16:24:35.826Z] + snapcraftctl prime [2021-04-20T16:24:37.211Z] Priming static-packages [2021-04-20T16:24:37.211Z] + snapcraftctl prime [2021-04-20T16:24:39.755Z] Priming version [2021-04-20T16:24:39.755Z] + snapcraftctl prime [2021-04-20T16:24:40.696Z] 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-20T16:24:43.250Z] provisioning config files... [2021-04-20T16:24:43.281Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6558039457093278161tmp [Pipeline] { [Pipeline] sh [2021-04-20T16:24:43.671Z] + set +x [2021-04-20T16:24:43.671Z] + curl -s https://codecov.io/bash [2021-04-20T16:24:43.671Z] + bash -s -- [2021-04-20T16:24:44.264Z] [2021-04-20T16:24:44.264Z] _____ _ [2021-04-20T16:24:44.264Z] / ____| | | [2021-04-20T16:24:44.264Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T16:24:44.264Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T16:24:44.264Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T16:24:44.264Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T16:24:44.264Z] Bash-1.0.2 [2021-04-20T16:24:44.264Z] [2021-04-20T16:24:44.264Z] [2021-04-20T16:24:44.264Z] ==> git version 2.24.3 found [2021-04-20T16:24:44.264Z] ==> 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-20T16:24:44.264Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T16:24:44.264Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T16:24:44.264Z] ==> Jenkins CI detected. [2021-04-20T16:24:44.264Z] project root: . [2021-04-20T16:24:44.264Z] --> token set from env [2021-04-20T16:24:44.264Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T16:24:44.539Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T16:24:44.539Z] ==> Python coveragepy not found [2021-04-20T16:24:44.539Z] ==> Searching for coverage reports in: [2021-04-20T16:24:44.539Z] + . [2021-04-20T16:24:44.539Z] -> Found 1 reports [2021-04-20T16:24:44.539Z] ==> Detecting git/mercurial file structure [2021-04-20T16:24:44.539Z] ==> Reading reports [2021-04-20T16:24:44.539Z] + ./coverage.out bytes=703598 [2021-04-20T16:24:44.817Z] ==> Appending adjustments [2021-04-20T16:24:44.817Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T16:24:53.312Z] + Found adjustments [2021-04-20T16:24:53.312Z] ==> Gzipping contents [2021-04-20T16:24:53.312Z] 100K /tmp/codecov.vq04Ru.gz [2021-04-20T16:24:53.312Z] ==> Uploading reports [2021-04-20T16:24:53.312Z] url: https://codecov.io [2021-04-20T16:24:53.312Z] query: branch=PR-3387&commit=3cac00ae421225aef9075103638b3013c7ede51c&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3387%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3387&job=&cmd_args= [2021-04-20T16:24:53.312Z] -> Pinging Codecov [2021-04-20T16:24:53.312Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3387&commit=3cac00ae421225aef9075103638b3013c7ede51c&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3387%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3387&job=&cmd_args= [2021-04-20T16:24:53.312Z] -> Uploading to [2021-04-20T16:24:53.312Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/3cac00ae421225aef9075103638b3013c7ede51c/044b59ff-79aa-47d6-b098-626b892ee9be.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T162453Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd31fa34654689da403a31919386730c9bd4f285f128391dc801a10aabc8984f [2021-04-20T16:24:53.312Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T16:24:53.312Z] Dload Upload Total Spent Left Speed [2021-04-20T16:24:53.894Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 208k --:--:-- --:--:-- --:--:-- 208k 100 98k 0 0 100 98k 0 208k --:--:-- --:--:-- --:--:-- 208k [2021-04-20T16:24:53.894Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3cac00ae421225aef9075103638b3013c7ede51c [Pipeline] } [2021-04-20T16:24:53.908Z] 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-20T16:24:54.736Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:24:56.032Z] ---> package-listing.sh [2021-04-20T16:24:56.033Z] ++ facter osfamily [2021-04-20T16:24:56.033Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T16:24:56.317Z] + OS_FAMILY=redhat [2021-04-20T16:24:56.317Z] + workspace=/w/workspace/edgex-go/5 [2021-04-20T16:24:56.317Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T16:24:56.317Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T16:24:56.317Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T16:24:56.317Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T16:24:56.317Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-20T16:24:56.318Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T16:24:56.318Z] + case "${OS_FAMILY}" in [2021-04-20T16:24:56.318Z] + sort [2021-04-20T16:24:56.318Z] + rpm -qa [2021-04-20T16:25:03.003Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T16:25:03.003Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T16:25:03.003Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T16:25:03.003Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-20T16:25:03.003Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-04-20T16:25:03.003Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-04-20T16:25:03.021Z] 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-20T16:25:03.321Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:25:03.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:25:04.227Z] [2021-04-20T16:25:04.227Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T16:25:04.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:25:05.035Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T16:25:05.035Z] df20fa9351a1: Pulling fs layer [2021-04-20T16:25:05.035Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T16:25:05.035Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T16:25:05.035Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T16:25:05.035Z] 93b61091891f: Pulling fs layer [2021-04-20T16:25:05.035Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T16:25:05.035Z] 5e14af77c1be: Pulling fs layer [2021-04-20T16:25:05.035Z] 01666e4c0597: Pulling fs layer [2021-04-20T16:25:05.035Z] aa168da1d23b: Pulling fs layer [2021-04-20T16:25:05.035Z] 46f8f816bc3b: Waiting [2021-04-20T16:25:05.035Z] 93b9cdb0e59b: Waiting [2021-04-20T16:25:05.035Z] 5e14af77c1be: Waiting [2021-04-20T16:25:05.035Z] 01666e4c0597: Waiting [2021-04-20T16:25:05.035Z] aa168da1d23b: Waiting [2021-04-20T16:25:05.035Z] 93b61091891f: Waiting [2021-04-20T16:25:05.035Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T16:25:05.035Z] 36b3adc4ff6f: Download complete [2021-04-20T16:25:05.035Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T16:25:05.035Z] 46f8f816bc3b: Download complete [2021-04-20T16:25:05.357Z] df20fa9351a1: Verifying Checksum [2021-04-20T16:25:05.357Z] df20fa9351a1: Download complete [2021-04-20T16:25:05.357Z] 93b9cdb0e59b: Download complete [2021-04-20T16:25:05.357Z] 5e14af77c1be: Verifying Checksum [2021-04-20T16:25:05.357Z] 5e14af77c1be: Download complete [2021-04-20T16:25:05.636Z] 93b61091891f: Verifying Checksum [2021-04-20T16:25:05.636Z] 93b61091891f: Download complete [2021-04-20T16:25:05.636Z] 01666e4c0597: Verifying Checksum [2021-04-20T16:25:05.636Z] 01666e4c0597: Download complete [2021-04-20T16:25:05.903Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T16:25:05.903Z] 8ad3a11d3b57: Download complete [2021-04-20T16:25:06.172Z] df20fa9351a1: Pull complete [2021-04-20T16:25:06.451Z] 36b3adc4ff6f: Pull complete [2021-04-20T16:25:09.096Z] aa168da1d23b: Verifying Checksum [2021-04-20T16:25:09.096Z] aa168da1d23b: Download complete [2021-04-20T16:25:10.093Z] 8ad3a11d3b57: Pull complete [2021-04-20T16:25:10.465Z] 46f8f816bc3b: Pull complete [2021-04-20T16:25:11.484Z] 93b61091891f: Pull complete [2021-04-20T16:25:11.863Z] 93b9cdb0e59b: Pull complete [2021-04-20T16:25:12.142Z] 5e14af77c1be: Pull complete [2021-04-20T16:25:12.142Z] 01666e4c0597: Pull complete [2021-04-20T16:25:34.579Z] aa168da1d23b: Pull complete [2021-04-20T16:25:34.579Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T16:25:34.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T16:25:34.579Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T16:25:34.891Z] prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container [2021-04-20T16:25:35.085Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T16:25:40.279Z] $ docker top 8cbd42923487aebed62154e588b6ae35cc862562b25df35fc7c81ed606e25ce9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T16:25:41.211Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T16:25:42.037Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T16:25:42.355Z] + ls /var/log/sa-host [2021-04-20T16:25:42.355Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T16:25:42.355Z] file_magic: OK [2021-04-20T16:25:42.355Z] HZ: Using current value: 100 [2021-04-20T16:25:42.355Z] file_header: OK [2021-04-20T16:25:42.355Z] 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-20T16:25:42.355Z] Statistics: [2021-04-20T16:25:42.355Z] 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...Hnuu...uuuununununu... [2021-04-20T16:25:42.355Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T16:25:42.355Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T16:25:42.355Z] file_magic: OK [2021-04-20T16:25:42.355Z] HZ: Using current value: 100 [2021-04-20T16:25:42.355Z] file_header: OK [2021-04-20T16:25:42.355Z] 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-20T16:25:42.355Z] Statistics: [2021-04-20T16:25:42.355Z] Hnuu...uuuununununu... [2021-04-20T16:25:42.355Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T16:25:42.980Z] provisioning config files... [2021-04-20T16:25:43.003Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config5100601439537312741tmp [Pipeline] { [Pipeline] echo [2021-04-20T16:25:43.026Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:25:43.346Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T16:25:43.634Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T16:25:43.660Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:25:43.967Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T16:25:43.979Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:25:44.307Z] ---> sudo-logs.sh [2021-04-20T16:25:44.307Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T16:25:44.345Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:25:44.677Z] ---> job-cost.sh [2021-04-20T16:25:44.942Z] lf-activate-venv: SKIPPING [2021-04-20T16:25:44.942Z] DEBUG: total: 0.20999999344348907 [2021-04-20T16:25:44.942Z] INFO: Retrieving Stack Cost... [2021-04-20T16:25:45.901Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T16:25:46.494Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T16:25:46.512Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T16:25:46.833Z] ---> logs-deploy.sh [2021-04-20T16:25:46.833Z] lf-activate-venv: SKIPPING [2021-04-20T16:25:46.833Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3387/5 [2021-04-20T16:25:46.833Z] INFO: archiving workspace using pattern(s): [2021-04-20T16:25:50.178Z] Archives upload complete. [2021-04-20T16:25:50.178Z] INFO: archiving logs to Nexus