Pull request #3387 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fcb463379cb20344b4af5188c99e81291b015a70+b2496097c2e37da8ddba342dd762aae92f769114 (535f6eb23ed43da419e9d01ae2534f780bbeec5a) 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-builder-2c-1g-1165’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1167’ is offline Running on prd-centos7-docker-4c-2g-1169 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 b2496097c2e37da8ddba342dd762aae92f769114 into PR head commit fcb463379cb20344b4af5188c99e81291b015a70 > 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 > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 Merge succeeded, producing fcb463379cb20344b4af5188c99e81291b015a70 Checking out Revision fcb463379cb20344b4af5188c99e81291b015a70 (PR-3387) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b2496097c2e37da8ddba342dd762aae92f769114 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # 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:16:22.511Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T15:16:22.617Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T15:16:22.643Z] ========================================================= [2021-04-20T15:16:22.643Z] EdgeX Global Pipelines Version Info [2021-04-20T15:16:22.643Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 684a4512dcf9735722c740319c53f3e961411c3c # timeout=10 [2021-04-20T15:16:26.453Z] ------------------- [2021-04-20T15:16:26.453Z] stable info: [2021-04-20T15:16:26.453Z] ------------------- [2021-04-20T15:16:26.453Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T15:16:26.453Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T15:16:26.453Z] Message: update stable to v1.0.186 [2021-04-20T15:16:27.462Z] ------------------- [2021-04-20T15:16:27.462Z] experimental info: [2021-04-20T15:16:27.462Z] ------------------- [2021-04-20T15:16:27.462Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T15:16:27.462Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T15:16:27.462Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T15:16:27.838Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T15:16:27.860Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T15:16:27.882Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T15:16:27.920Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T15:16:27.941Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T15:16:27.961Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T15:16:27.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T15:16:28.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T15:16:28.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T15:16:28.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T15:16:28.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T15:16:28.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T15:16:28.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T15:16:28.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T15:16:28.176Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:16:28.199Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:16:28.221Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T15:16:28.260Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T15:16:28.284Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T15:16:28.305Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T15:16:28.327Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T15:16:28.347Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T15:16:28.369Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3387 [Pipeline] echo [2021-04-20T15:16:28.390Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3387 [Pipeline] echo [2021-04-20T15:16:28.432Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3387 [Pipeline] echo [2021-04-20T15:16:28.454Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fcb463379cb20344b4af5188c99e81291b015a70 [Pipeline] echo [2021-04-20T15:16:28.475Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fcb4633 [Pipeline] echo [2021-04-20T15:16:28.497Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:16:28.584Z] provisioning config files... [2021-04-20T15:16:28.628Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2177635397270586000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:16:29.052Z] ---> docker-login.sh [2021-04-20T15:16:29.052Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:16:30.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:16:30.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:16:30.777Z] Configure a credential helper to remove this warning. See [2021-04-20T15:16:30.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:16:30.777Z] [2021-04-20T15:16:30.777Z] Login Succeeded [2021-04-20T15:16:30.777Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:16:31.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:16:31.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:16:31.407Z] Configure a credential helper to remove this warning. See [2021-04-20T15:16:31.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:16:31.407Z] [2021-04-20T15:16:31.407Z] Login Succeeded [2021-04-20T15:16:31.407Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:16:32.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:16:32.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:16:32.035Z] Configure a credential helper to remove this warning. See [2021-04-20T15:16:32.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:16:32.035Z] [2021-04-20T15:16:32.035Z] Login Succeeded [2021-04-20T15:16:32.035Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:16:32.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:16:33.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:16:33.054Z] Configure a credential helper to remove this warning. See [2021-04-20T15:16:33.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:16:33.054Z] [2021-04-20T15:16:33.054Z] Login Succeeded [2021-04-20T15:16:33.054Z] docker.io [2021-04-20T15:16:33.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:16:34.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:16:34.035Z] Configure a credential helper to remove this warning. See [2021-04-20T15:16:34.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:16:34.035Z] [2021-04-20T15:16:34.035Z] Login Succeeded [2021-04-20T15:16:34.035Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T15:16:34.062Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:16:34.517Z] ++ 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:16:34.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:34.517Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T15:16:34.517Z] ++ cut -d/ -f2 [2021-04-20T15:16:34.517Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T15:16:34.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:34.517Z] ++ cut -d/ -f2 [2021-04-20T15:16:34.517Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T15:16:34.517Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T15:16:34.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:34.517Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T15:16:34.517Z] ++ cut -d/ -f2 [2021-04-20T15:16:34.517Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T15:16:34.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:34.517Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T15:16:34.517Z] ++ cut -d/ -f2 [2021-04-20T15:16:34.517Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T15:16:34.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:34.517Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T15:16:34.517Z] ++ cut -d/ -f2 [2021-04-20T15:16:34.517Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T15:16:34.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:34.517Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:16:34.517Z] ++ cut -d/ -f2 [2021-04-20T15:16:34.517Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:16:34.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:34.517Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T15:16:34.517Z] ++ cut -d/ -f2 [2021-04-20T15:16:34.517Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T15:16:34.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:34.517Z] ++ cut -d/ -f2 [2021-04-20T15:16:34.517Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T15:16:34.517Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T15:16:34.517Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:34.517Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T15:16:34.517Z] ++ cut -d/ -f2 [2021-04-20T15:16:34.517Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T15:16:34.816Z] 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:16:35.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:16:35.501Z] [2021-04-20T15:16:35.501Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:16:35.888Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:16:36.252Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T15:16:36.252Z] 31603596830f: Pulling fs layer [2021-04-20T15:16:36.252Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T15:16:36.252Z] 6ca5941a6612: Pulling fs layer [2021-04-20T15:16:36.252Z] ecc8261a40a4: Pulling fs layer [2021-04-20T15:16:36.252Z] ecc8261a40a4: Waiting [2021-04-20T15:16:36.252Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T15:16:36.252Z] 2a8b12db71e7: Download complete [2021-04-20T15:16:36.581Z] 31603596830f: Verifying Checksum [2021-04-20T15:16:36.581Z] 31603596830f: Download complete [2021-04-20T15:16:37.337Z] ecc8261a40a4: Verifying Checksum [2021-04-20T15:16:37.337Z] ecc8261a40a4: Download complete [2021-04-20T15:16:37.642Z] 6ca5941a6612: Verifying Checksum [2021-04-20T15:16:37.642Z] 6ca5941a6612: Download complete [2021-04-20T15:16:37.977Z] 31603596830f: Pull complete [2021-04-20T15:16:38.282Z] 2a8b12db71e7: Pull complete [2021-04-20T15:16:41.060Z] 6ca5941a6612: Pull complete [2021-04-20T15:16:41.340Z] ecc8261a40a4: Pull complete [2021-04-20T15:16:41.341Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T15:16:41.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:16:41.341Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T15:16:41.589Z] prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container [2021-04-20T15:16:41.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:16:45.416Z] $ docker top 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T15:16:45.879Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:16:45.879Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:16:46.740Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:16:46.923Z] $ docker exec 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee ssh-agent [2021-04-20T15:16:47.803Z] SSH_AUTH_SOCK=/tmp/ssh-W1fC9IRmiQ2v/agent.12 [2021-04-20T15:16:47.803Z] SSH_AGENT_PID=17 [2021-04-20T15:16:47.829Z] Running ssh-add (command line suppressed) [2021-04-20T15:16:48.263Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2631979279009835654.key (/w/workspace/edgex-go/3@tmp/private_key_2631979279009835654.key) [2021-04-20T15:16:48.686Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:16:49.383Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T15:16:49.443Z] $ docker exec --env ******** --env ******** 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee ssh-agent -k [2021-04-20T15:16:49.804Z] unset SSH_AUTH_SOCK; [2021-04-20T15:16:49.810Z] unset SSH_AGENT_PID; [2021-04-20T15:16:49.810Z] echo Agent pid 17 killed; [2021-04-20T15:16:49.927Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T15:16:49.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:16:49.973Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:16:50.398Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:16:50.406Z] $ docker exec 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee ssh-agent [2021-04-20T15:16:50.777Z] SSH_AUTH_SOCK=/tmp/ssh-MyAzRWl8eEXu/agent.47 [2021-04-20T15:16:50.777Z] SSH_AGENT_PID=53 [2021-04-20T15:16:50.793Z] Running ssh-add (command line suppressed) [2021-04-20T15:16:51.009Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7825409219878283969.key (/w/workspace/edgex-go/3@tmp/private_key_7825409219878283969.key) [2021-04-20T15:16:51.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:16:51.814Z] + git semver init [2021-04-20T15:16:51.814Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T15:16:51.814Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-04-20T15:16:51.814Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-04-20T15:16:51.814Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T15:16:51.814Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T15:16:51.814Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T15:16:51.814Z] # $SEMVER_BRANCH = PR-3387 [2021-04-20T15:16:51.814Z] # $SEMVER_TEMP = /tmp/semver-730387251 [2021-04-20T15:16:51.814Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T15:17:39.907Z] # '/tmp/semver-730387251' -> '/w/workspace/edgex-go/3/.semver' [2021-04-20T15:17:42.037Z] # -> Force: false [2021-04-20T15:17:42.037Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-04-20T15:17:42.160Z] $ docker exec --env ******** --env ******** 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee ssh-agent -k [2021-04-20T15:17:43.623Z] unset SSH_AUTH_SOCK; [2021-04-20T15:17:43.623Z] unset SSH_AGENT_PID; [2021-04-20T15:17:43.623Z] echo Agent pid 53 killed; [2021-04-20T15:17:43.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:17:44.767Z] + git semver [Pipeline] } [2021-04-20T15:17:44.815Z] $ docker stop --time=1 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee [2021-04-20T15:17:47.585Z] $ docker rm -f 950ba936446b39b2b51fdf137d040a19c19b4f6ec3e20f2247f6f79efa8f67ee [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:17:49.026Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T15:17:50.830Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T15:17:50.834Z] [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:17:51.339Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:17:51.770Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:17:52.130Z] + sudo service docker restart [2021-04-20T15:17:52.130Z] + true [2021-04-20T15:17:52.130Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T15:17:54.547Z] ========================================================= [2021-04-20T15:17:54.547Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T15:17:54.547Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:17:54.976Z] + 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:18:05.964Z] Still waiting to schedule task [2021-04-20T15:18:05.964Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1171’ [2021-04-20T15:18:11.161Z] Sending build context to Docker daemon 329.6MB [2021-04-20T15:18:11.161Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:18:11.161Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:18:11.161Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T15:18:11.161Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T15:18:11.161Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T15:18:11.161Z] de9db76c5a1d: Pulling fs layer [2021-04-20T15:18:11.161Z] bca2f99d35d6: Pulling fs layer [2021-04-20T15:18:11.161Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T15:18:11.161Z] 7c6f9722023f: Pulling fs layer [2021-04-20T15:18:11.161Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T15:18:11.161Z] bca2f99d35d6: Waiting [2021-04-20T15:18:11.161Z] 93359f2a8cfa: Waiting [2021-04-20T15:18:11.161Z] 7c6f9722023f: Waiting [2021-04-20T15:18:11.161Z] a35cf1a2eb13: Waiting [2021-04-20T15:18:11.443Z] de9db76c5a1d: Verifying Checksum [2021-04-20T15:18:11.443Z] de9db76c5a1d: Download complete [2021-04-20T15:18:11.443Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T15:18:11.443Z] 0ef7d3d256c8: Download complete [2021-04-20T15:18:11.443Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T15:18:11.443Z] 93359f2a8cfa: Download complete [2021-04-20T15:18:11.443Z] 7c6f9722023f: Verifying Checksum [2021-04-20T15:18:11.443Z] 7c6f9722023f: Download complete [2021-04-20T15:18:11.723Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T15:18:11.723Z] 188c0c94c7c5: Download complete [2021-04-20T15:18:14.025Z] 188c0c94c7c5: Pull complete [2021-04-20T15:18:14.715Z] 0ef7d3d256c8: Pull complete [2021-04-20T15:18:15.004Z] de9db76c5a1d: Pull complete [2021-04-20T15:18:17.184Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T15:18:17.184Z] a35cf1a2eb13: Download complete [2021-04-20T15:18:20.876Z] bca2f99d35d6: Verifying Checksum [2021-04-20T15:18:20.876Z] bca2f99d35d6: Download complete [2021-04-20T15:18:39.698Z] bca2f99d35d6: Pull complete [2021-04-20T15:18:39.698Z] 93359f2a8cfa: Pull complete [2021-04-20T15:18:39.987Z] 7c6f9722023f: Pull complete [2021-04-20T15:18:50.670Z] a35cf1a2eb13: Pull complete [2021-04-20T15:18:50.670Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T15:18:50.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T15:18:50.670Z] ---> a62c8e92a672 [2021-04-20T15:18:50.670Z] 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:18:50.670Z] ---> Running in a1034cfa4518 [2021-04-20T15:18:52.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:18:52.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:18:53.440Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:18:54.060Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:18:54.060Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:18:54.060Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:18:58.361Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:18:58.361Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:18:58.629Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:18:58.629Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:18:58.629Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:18:58.905Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:18:58.905Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:18:59.177Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:18:59.177Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:18:59.177Z] OK: 233 MiB in 51 packages [2021-04-20T15:19:04.811Z] Removing intermediate container a1034cfa4518 [2021-04-20T15:19:04.811Z] ---> 372333f82ebf [2021-04-20T15:19:04.811Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:19:04.811Z] ---> Running in 32b1701a9d9e [2021-04-20T15:19:04.811Z] Removing intermediate container 32b1701a9d9e [2021-04-20T15:19:04.811Z] ---> 89552f12132a [2021-04-20T15:19:04.811Z] Step 5/6 : COPY go.mod . [2021-04-20T15:19:06.371Z] ---> e02e7ff83779 [2021-04-20T15:19:06.371Z] Step 6/6 : RUN go mod download [2021-04-20T15:19:06.371Z] ---> Running in e3c0ecff8e84 [2021-04-20T15:19:54.421Z] Removing intermediate container e3c0ecff8e84 [2021-04-20T15:19:54.421Z] ---> f6a3fa198c3b [2021-04-20T15:19:54.421Z] Successfully built f6a3fa198c3b [2021-04-20T15:19:54.421Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:19:54.770Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:19:55.042Z] . [Pipeline] withDockerContainer [2021-04-20T15:19:55.280Z] prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container [2021-04-20T15:19:55.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:19:57.597Z] $ docker top 5bf6d7d6e596c586ea355914021960905ef1c624e9158135e059e6b971b0feae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:19:58.649Z] + go version [2021-04-20T15:19:58.649Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T15:19:58.673Z] $ docker stop --time=1 5bf6d7d6e596c586ea355914021960905ef1c624e9158135e059e6b971b0feae [2021-04-20T15:20:01.079Z] $ docker rm -f 5bf6d7d6e596c586ea355914021960905ef1c624e9158135e059e6b971b0feae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:20:01.748Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:20:02.037Z] . [Pipeline] withDockerContainer [2021-04-20T15:20:02.607Z] prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container [2021-04-20T15:20:02.678Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:20:05.862Z] $ docker top 1f54e334ee58170e993c089312c766d6a32c114d2785e37b2024eac88c6fd47e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T15:20:06.185Z] ========================================================= [2021-04-20T15:20:06.186Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T15:20:06.186Z] ========================================================= [Pipeline] sh [2021-04-20T15:20:07.545Z] + make test [2021-04-20T15:20:07.545Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T15:20:30.168Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T15:21:10.169Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T15:21:23.482Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T15:21:23.482Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T15:21:23.482Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T15:21:27.912Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1180 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws [2021-04-20T15:21:27.929Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T15:21:30.553Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T15:21:30.553Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T15:21:30.553Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T15:21:30.553Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T15:21:32.301Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T15:21:33.906Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T15:21:34.037Z] using credential edgex-jenkins-ssh [2021-04-20T15:21:34.066Z] Cloning the remote Git repository [2021-04-20T15:21:34.134Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:21:34.256Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-20T15:21:34.338Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:21:34.339Z] > git --version # timeout=10 [2021-04-20T15:21:34.361Z] > git --version # 'git version 2.17.1' [2021-04-20T15:21:34.363Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:21:34.441Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:21:41.167Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T15:21:41.167Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T15:21:41.167Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T15:21:47.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.477s coverage: 45.9% of statements [2021-04-20T15:21:47.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T15:21:47.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T15:21:47.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T15:21:47.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T15:21:47.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T15:21:47.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T15:21:47.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.138s coverage: 19.8% of statements [2021-04-20T15:21:47.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.254s coverage: 100.0% of statements [2021-04-20T15:21:54.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.462s coverage: 27.1% of statements [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T15:21:54.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.122s coverage: 100.0% of statements [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T15:21:54.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.109s coverage: 100.0% of statements [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T15:21:54.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.356s coverage: 71.3% of statements [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T15:21:54.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T15:21:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.606s coverage: 82.9% of statements [2021-04-20T15:21:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T15:21:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:21:56.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.177s coverage: 78.9% of statements [2021-04-20T15:21:56.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T15:21:57.949Z] Merging remotes/origin/master commit b2496097c2e37da8ddba342dd762aae92f769114 into PR head commit fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:21:58.394Z] Merge succeeded, producing fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:21:58.395Z] Checking out Revision fcb463379cb20344b4af5188c99e81291b015a70 (PR-3387) [2021-04-20T15:21:57.081Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:21:57.105Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:21:57.142Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:21:57.183Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:21:57.184Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:21:57.195Z] > 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-20T15:21:57.971Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:21:57.986Z] > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 [2021-04-20T15:21:58.307Z] > git remote # timeout=10 [2021-04-20T15:21:58.327Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T15:21:58.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:21:58.357Z] > git merge b2496097c2e37da8ddba342dd762aae92f769114 # timeout=10 [2021-04-20T15:21:58.380Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T15:21:58.401Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:21:58.410Z] > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 [2021-04-20T15:22:02.885Z] 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-20T15:22:03.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.324s coverage: 28.6% of statements [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T15:22:03.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T15:22:03.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.109s coverage: 100.0% of statements [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T15:22:03.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.728s coverage: 86.7% of statements [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T15:22:03.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.559s coverage: 97.5% of statements [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T15:22:03.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.173s coverage: 78.3% of statements [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T15:22:03.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T15:22:04.409Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:22:04.845Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:22:05.190Z] + + sudo servicetrue docker [2021-04-20T15:22:05.190Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:22:07.856Z] provisioning config files... [2021-04-20T15:22:07.902Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config533709341666770758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:22:08.273Z] ---> docker-login.sh [2021-04-20T15:22:08.273Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:22:09.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:22:09.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:22:09.547Z] Configure a credential helper to remove this warning. See [2021-04-20T15:22:09.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:22:09.547Z] [2021-04-20T15:22:09.547Z] Login Succeeded [2021-04-20T15:22:09.547Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:22:09.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:22:10.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:22:10.099Z] Configure a credential helper to remove this warning. See [2021-04-20T15:22:10.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:22:10.099Z] [2021-04-20T15:22:10.099Z] Login Succeeded [2021-04-20T15:22:10.099Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:22:10.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:22:10.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:22:10.648Z] Configure a credential helper to remove this warning. See [2021-04-20T15:22:10.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:22:10.648Z] [2021-04-20T15:22:10.648Z] Login Succeeded [2021-04-20T15:22:10.648Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:22:10.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:22:10.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:22:10.967Z] Configure a credential helper to remove this warning. See [2021-04-20T15:22:10.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:22:10.967Z] [2021-04-20T15:22:10.967Z] Login Succeeded [2021-04-20T15:22:11.242Z] docker.io [2021-04-20T15:22:11.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.654s coverage: 93.0% of statements [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T15:22:11.492Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.140s coverage: 58.8% of statements [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T15:22:11.492Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.431s coverage: 0.9% of statements [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T15:22:11.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T15:22:11.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements [2021-04-20T15:22:11.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.482s coverage: 79.5% of statements [2021-04-20T15:22:11.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:22:11.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:22:11.791Z] Configure a credential helper to remove this warning. See [2021-04-20T15:22:11.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:22:11.791Z] [2021-04-20T15:22:11.791Z] Login Succeeded [2021-04-20T15:22:11.791Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T15:22:11.810Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-20T15:22:11.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.189s coverage: 94.1% of statements [Pipeline] echo [2021-04-20T15:22:12.148Z] ========================================================= [2021-04-20T15:22:12.148Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T15:22:12.148Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:22:12.510Z] + 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-20T15:22:13.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.181s coverage: 96.3% of statements [2021-04-20T15:22:14.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements [2021-04-20T15:22:15.162Z] Sending build context to Docker daemon 167.4MB [2021-04-20T15:22:15.162Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:22:15.162Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:22:15.162Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T15:22:15.163Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T15:22:15.163Z] a4357932f1b6: Pulling fs layer [2021-04-20T15:22:15.163Z] 18c013af1878: Pulling fs layer [2021-04-20T15:22:15.163Z] 00ac8860ef70: Pulling fs layer [2021-04-20T15:22:15.163Z] 63d7cb157983: Pulling fs layer [2021-04-20T15:22:15.163Z] b116817d02f9: Pulling fs layer [2021-04-20T15:22:15.163Z] 745a02a5169b: Pulling fs layer [2021-04-20T15:22:15.163Z] 00ac8860ef70: Waiting [2021-04-20T15:22:15.163Z] 63d7cb157983: Waiting [2021-04-20T15:22:15.163Z] b116817d02f9: Waiting [2021-04-20T15:22:15.163Z] 745a02a5169b: Waiting [2021-04-20T15:22:15.163Z] 18c013af1878: Verifying Checksum [2021-04-20T15:22:15.163Z] 18c013af1878: Download complete [2021-04-20T15:22:15.163Z] a4357932f1b6: Download complete [2021-04-20T15:22:15.163Z] 63d7cb157983: Verifying Checksum [2021-04-20T15:22:15.163Z] 63d7cb157983: Download complete [2021-04-20T15:22:15.163Z] b116817d02f9: Verifying Checksum [2021-04-20T15:22:15.163Z] b116817d02f9: Download complete [2021-04-20T15:22:15.163Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T15:22:15.163Z] 5f621e34cdf4: Download complete [2021-04-20T15:22:15.765Z] 5f621e34cdf4: Pull complete [2021-04-20T15:22:16.370Z] a4357932f1b6: Pull complete [2021-04-20T15:22:16.969Z] 18c013af1878: Pull complete [2021-04-20T15:22:17.571Z] 745a02a5169b: Verifying Checksum [2021-04-20T15:22:17.571Z] 745a02a5169b: Download complete [2021-04-20T15:22:18.551Z] 00ac8860ef70: Verifying Checksum [2021-04-20T15:22:18.551Z] 00ac8860ef70: Download complete [2021-04-20T15:22:27.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.352s coverage: 94.4% of statements [2021-04-20T15:22:27.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.183s coverage: 44.8% of statements [2021-04-20T15:22:28.725Z] 00ac8860ef70: Pull complete [2021-04-20T15:22:28.725Z] 63d7cb157983: Pull complete [2021-04-20T15:22:28.725Z] b116817d02f9: Pull complete [2021-04-20T15:22:32.131Z] 745a02a5169b: Pull complete [2021-04-20T15:22:32.131Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T15:22:32.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T15:22:32.131Z] ---> b7e6874047d6 [2021-04-20T15:22:32.131Z] 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:22:33.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.573s coverage: 81.9% of statements [2021-04-20T15:22:33.438Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T15:22:36.480Z] ---> Running in 366a3f8dc6df [2021-04-20T15:22:37.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:22:37.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:22:38.658Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:22:38.930Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:22:39.204Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:22:39.204Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:22:39.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.440s coverage: 92.9% of statements [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T15:22:39.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.076s coverage: 77.8% of statements [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T15:22:39.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.284s coverage: 87.2% of statements [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T15:22:39.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.197s coverage: 100.0% of statements [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T15:22:39.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.301s coverage: 75.5% of statements [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T15:22:39.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.200s coverage: 80.8% of statements [2021-04-20T15:22:39.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.361s coverage: 87.2% of statements [2021-04-20T15:22:39.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.460s coverage: 84.6% of statements [2021-04-20T15:22:39.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.371s coverage: 91.6% of statements [2021-04-20T15:22:39.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T15:22:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.410s coverage: 64.4% of statements [2021-04-20T15:22:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T15:22:43.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T15:22:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.227s coverage: 100.0% of statements [2021-04-20T15:22:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.151s coverage: 91.3% of statements [2021-04-20T15:22:43.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.120s coverage: 100.0% of statements [2021-04-20T15:22:44.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.164s coverage: 73.7% of statements [2021-04-20T15:22:44.596Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:22:44.596Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:22:44.596Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:22:44.596Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:22:44.867Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:22:44.867Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:22:44.867Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:22:45.140Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:22:45.140Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:22:45.140Z] OK: 217 MiB in 51 packages [2021-04-20T15:22:45.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.125s coverage: 100.0% of statements [2021-04-20T15:22:49.464Z] Removing intermediate container 366a3f8dc6df [2021-04-20T15:22:49.464Z] ---> 6336328b297c [2021-04-20T15:22:49.464Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:22:49.464Z] ---> Running in f2264ab6d05f [2021-04-20T15:22:49.736Z] Removing intermediate container f2264ab6d05f [2021-04-20T15:22:49.736Z] ---> f3159e33ddd0 [2021-04-20T15:22:49.736Z] Step 5/6 : COPY go.mod . [2021-04-20T15:22:49.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.885s coverage: 69.0% of statements [2021-04-20T15:22:49.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T15:22:49.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T15:22:49.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T15:22:50.332Z] ---> 44b5f70ed326 [2021-04-20T15:22:50.332Z] Step 6/6 : RUN go mod download [2021-04-20T15:22:50.332Z] ---> Running in 93ad59f24953 [2021-04-20T15:22:51.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.229s coverage: 38.4% of statements [2021-04-20T15:22:51.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T15:22:51.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T15:22:51.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.118s coverage: 89.5% of statements [2021-04-20T15:22:51.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T15:22:51.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.398s coverage: 84.8% of statements [2021-04-20T15:22:58.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.417s coverage: 47.0% of statements [2021-04-20T15:22:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T15:22:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T15:22:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T15:22:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T15:22:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T15:22:58.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2021-04-20T15:22:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T15:22:58.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.175s coverage: 100.0% of statements [2021-04-20T15:22:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T15:22:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T15:22:58.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.916s coverage: 9.6% of statements [2021-04-20T15:22:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T15:23:01.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.353s coverage: 88.6% of statements [2021-04-20T15:23:01.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T15:23:01.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:23:01.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T15:23:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.934s coverage: 28.7% of statements [2021-04-20T15:23:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T15:23:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T15:23:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T15:23:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T15:23:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T15:23:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements [2021-04-20T15:23:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T15:23:05.226Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.178s coverage: 100.0% of statements [2021-04-20T15:23:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T15:23:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T15:23:05.226Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T15:23:05.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.115s coverage: 64.6% of statements [2021-04-20T15:23:05.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T15:23:06.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.275s coverage: 95.6% of statements [2021-04-20T15:23:06.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T15:23:06.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:23:06.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T15:23:06.142Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.169s coverage: 0.0% of statements [2021-04-20T15:23:06.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T15:23:06.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2021-04-20T15:23:06.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T15:23:06.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T15:23:06.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T15:23:06.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T15:23:08.301Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements [2021-04-20T15:23:08.301Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T15:23:08.301Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T15:23:08.301Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-04-20T15:23:08.301Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.114s coverage: 28.1% of statements [2021-04-20T15:23:08.937Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.169s coverage: 100.0% of statements [2021-04-20T15:23:09.540Z] GO111MODULE=on go vet ./... [2021-04-20T15:23:17.157Z] Removing intermediate container 93ad59f24953 [2021-04-20T15:23:17.157Z] ---> f3455c5e1287 [2021-04-20T15:23:17.157Z] Successfully built f3455c5e1287 [2021-04-20T15:23:17.157Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:23:17.510Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T15:23:17.511Z] . [Pipeline] withDockerContainer [2021-04-20T15:23:17.819Z] prd-ubuntu18.04-docker-arm64-4c-16g-1180 does not seem to be running inside a container [2021-04-20T15:23:17.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T15:23:19.552Z] $ docker top f4e172b66bd4a7e37a59370dc4f93a9a5d832b9a09db8a84bdc6da41a8f15ec7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:23:20.552Z] + go version [2021-04-20T15:23:20.552Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T15:23:20.586Z] $ docker stop --time=1 f4e172b66bd4a7e37a59370dc4f93a9a5d832b9a09db8a84bdc6da41a8f15ec7 [2021-04-20T15:23:22.594Z] $ docker rm -f f4e172b66bd4a7e37a59370dc4f93a9a5d832b9a09db8a84bdc6da41a8f15ec7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:23:23.321Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T15:23:23.321Z] . [Pipeline] withDockerContainer [2021-04-20T15:23:23.602Z] prd-ubuntu18.04-docker-arm64-4c-16g-1180 does not seem to be running inside a container [2021-04-20T15:23:23.685Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T15:23:25.226Z] $ docker top d7adfa1b680d5ea5561dd37a16c62cc8a60868ddb68ee3bcc4b9e52285b1fbf5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T15:23:25.571Z] ========================================================= [2021-04-20T15:23:25.571Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T15:23:25.571Z] ========================================================= [Pipeline] sh [2021-04-20T15:23:26.217Z] + make test [2021-04-20T15:23:26.217Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T15:23:53.035Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T15:24:32.746Z] gofmt -l . [2021-04-20T15:24:32.746Z] [ "`gofmt -l .`" = "" ] [2021-04-20T15:24:32.746Z] ./bin/test-go-mod-tidy.sh [2021-04-20T15:24:32.746Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T15:24:33.435Z] + ls -al . [2021-04-20T15:24:33.435Z] total 812 [2021-04-20T15:24:33.435Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 15:24 . [2021-04-20T15:24:33.435Z] drwxr-xr-x 4 root root 28 Apr 20 15:20 .. [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 15:16 .dockerignore [2021-04-20T15:24:33.435Z] drwxrwxr-x 8 1001 1001 179 Apr 20 15:16 .git [2021-04-20T15:24:33.435Z] drwxrwxr-x 3 1001 1001 125 Apr 20 15:16 .github [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 15:16 .gitignore [2021-04-20T15:24:33.435Z] drwx------ 3 1001 1001 60 Apr 20 15:17 .semver [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 15:16 .sonarcloud.properties [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:16 Attribution.txt [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:16 CONTRIBUTING.md [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 15:16 Dockerfile.build [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 15:16 Jenkinsfile [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:16 LICENSE [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:16 Makefile [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:16 README.md [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:16 SECURITY.md [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 15:17 VERSION [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:16 ZMQWindows.md [2021-04-20T15:24:33.435Z] drwxrwxr-x 2 1001 1001 117 Apr 20 15:16 bin [2021-04-20T15:24:33.435Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 15:16 cmd [2021-04-20T15:24:33.435Z] -rw-r--r-- 1 root root 703598 Apr 20 15:23 coverage.out [2021-04-20T15:24:33.435Z] -rw-r--r-- 1 root root 1059 Apr 20 15:24 go.mod [2021-04-20T15:24:33.435Z] -rw-r--r-- 1 root root 21962 Apr 20 15:24 go.sum [2021-04-20T15:24:33.435Z] drwxrwxr-x 8 1001 1001 127 Apr 20 15:16 internal [2021-04-20T15:24:33.435Z] drwxrwxr-x 4 1001 1001 26 Apr 20 15:16 openapi [2021-04-20T15:24:33.435Z] drwxrwxr-x 4 1001 1001 71 Apr 20 15:16 snap [2021-04-20T15:24:33.435Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 15:16 version.go [Pipeline] sh [2021-04-20T15:24:34.226Z] + '[' -e coverage.out ] [2021-04-20T15:24:34.226Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T15:24:34.683Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T15:24:35.399Z] + make build [2021-04-20T15:24:35.399Z] 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-20T15:24:42.274Z] 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-20T15:24:49.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T15:24:54.025Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T15:25:02.372Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T15:25:02.372Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T15:25:04.369Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T15:25:04.369Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T15:25:04.369Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T15:25:04.369Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T15:25:08.706Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T15:25:08.706Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T15:25:16.497Z] 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-20T15:25:17.017Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T15:25:17.017Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T15:25:17.017Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T15:25:20.951Z] 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-20T15:25:23.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.267s coverage: 45.9% of statements [2021-04-20T15:25:23.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T15:25:23.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T15:25:23.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T15:25:23.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T15:25:23.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T15:25:23.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T15:25:23.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements [2021-04-20T15:25:23.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.295s coverage: 100.0% of statements [2021-04-20T15:25:25.432Z] 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-20T15:25:26.502Z] 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-20T15:25:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.574s coverage: 27.1% of statements [2021-04-20T15:25:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T15:25:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T15:25:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T15:25:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T15:25:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T15:25:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T15:25:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.140s coverage: 100.0% of statements [2021-04-20T15:25:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T15:25:32.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements [2021-04-20T15:25:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T15:25:32.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T15:25:33.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.284s coverage: 71.3% of statements [2021-04-20T15:25:33.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T15:25:33.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T15:25:35.265Z] 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-20T15:25:35.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.476s coverage: 82.9% of statements [2021-04-20T15:25:35.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T15:25:35.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:25:35.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements [2021-04-20T15:25:35.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T15:25:41.258Z] 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-20T15:25:45.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.110s coverage: 28.6% of statements [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T15:25:45.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.239s coverage: 100.0% of statements [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T15:25:45.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.223s coverage: 100.0% of statements [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T15:25:45.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.511s coverage: 86.7% of statements [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T15:25:45.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.484s coverage: 97.5% of statements [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T15:25:45.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.265s coverage: 78.3% of statements [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T15:25:45.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T15:25:46.838Z] 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-20T15:25:48.911Z] 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-20T15:25:53.318Z] 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-20T15:25:54.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.295s coverage: 93.0% of statements [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T15:25:54.138Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T15:25:54.138Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.250s coverage: 0.9% of statements [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T15:25:54.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T15:25:54.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.132s coverage: 47.1% of statements [2021-04-20T15:25:54.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.140s coverage: 79.5% of statements [2021-04-20T15:25:54.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.120s coverage: 94.1% of statements [2021-04-20T15:25:54.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.151s coverage: 96.3% of statements [2021-04-20T15:25:54.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.148s coverage: 87.5% of statements [2021-04-20T15:25:57.934Z] 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-20T15:26:06.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.154s coverage: 94.4% of statements [2021-04-20T15:26:06.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.112s coverage: 44.8% of statements [Pipeline] } [2021-04-20T15:26:08.695Z] $ docker stop --time=1 1f54e334ee58170e993c089312c766d6a32c114d2785e37b2024eac88c6fd47e [2021-04-20T15:26:11.064Z] $ docker rm -f 1f54e334ee58170e993c089312c766d6a32c114d2785e37b2024eac88c6fd47e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:26:13.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.519s coverage: 81.9% of statements [2021-04-20T15:26:13.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T15:26:13.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:26:13.550Z] [2021-04-20T15:26:13.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:26:13.897Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:26:13.897Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T15:26:13.897Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T15:26:13.897Z] ca9280d653b3: Pulling fs layer [2021-04-20T15:26:13.897Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T15:26:14.178Z] cbdbe7a5bc2a: Download complete [2021-04-20T15:26:14.778Z] ca9280d653b3: Verifying Checksum [2021-04-20T15:26:14.778Z] ca9280d653b3: Download complete [2021-04-20T15:26:15.061Z] cbdbe7a5bc2a: Pull complete [2021-04-20T15:26:17.748Z] ca9280d653b3: Pull complete [2021-04-20T15:26:17.748Z] 7e9c9ca2126c: Verifying Checksum [2021-04-20T15:26:17.748Z] 7e9c9ca2126c: Download complete [2021-04-20T15:26:23.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.208s coverage: 92.9% of statements [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T15:26:23.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T15:26:23.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T15:26:23.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-20T15:26:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T15:26:23.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.147s coverage: 75.5% of statements [2021-04-20T15:26:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T15:26:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.137s coverage: 80.8% of statements [2021-04-20T15:26:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements [2021-04-20T15:26:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.195s coverage: 84.6% of statements [2021-04-20T15:26:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.252s coverage: 91.6% of statements [2021-04-20T15:26:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T15:26:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.715s coverage: 64.4% of statements [2021-04-20T15:26:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T15:26:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T15:26:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.152s coverage: 100.0% of statements [2021-04-20T15:26:24.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 91.3% of statements [2021-04-20T15:26:24.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-04-20T15:26:24.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-04-20T15:26:26.213Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements [2021-04-20T15:26:30.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.946s coverage: 69.0% of statements [2021-04-20T15:26:30.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T15:26:30.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T15:26:30.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T15:26:31.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.462s coverage: 38.4% of statements [2021-04-20T15:26:31.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T15:26:31.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T15:26:31.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements [2021-04-20T15:26:31.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T15:26:31.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements [2021-04-20T15:26:33.023Z] 7e9c9ca2126c: Pull complete [2021-04-20T15:26:33.023Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T15:26:33.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:26:33.023Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T15:26:33.214Z] prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container [2021-04-20T15:26:33.281Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-20T15:26:35.659Z] $ docker top 61497d3a4f6a77cbafcc702756e5a1e14a7d11cc0a54657cc4cae5ca14efdd98 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:26:36.222Z] + docker-compose build --help [2021-04-20T15:26:36.222Z] + grep parallel [2021-04-20T15:26:36.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.437s coverage: 47.0% of statements [2021-04-20T15:26:36.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T15:26:36.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T15:26:36.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T15:26:36.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T15:26:36.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T15:26:36.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements [2021-04-20T15:26:36.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T15:26:36.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-04-20T15:26:36.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T15:26:36.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T15:26:37.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.146s coverage: 9.6% of statements [2021-04-20T15:26:37.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T15:26:37.640Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T15:26:37.930Z] $ docker stop --time=1 61497d3a4f6a77cbafcc702756e5a1e14a7d11cc0a54657cc4cae5ca14efdd98 [2021-04-20T15:26:39.568Z] $ docker rm -f 61497d3a4f6a77cbafcc702756e5a1e14a7d11cc0a54657cc4cae5ca14efdd98 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:26:40.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T15:26:40.308Z] . [Pipeline] withDockerContainer [2021-04-20T15:26:40.676Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.406s coverage: 88.6% of statements [2021-04-20T15:26:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T15:26:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:26:40.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T15:26:40.761Z] prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container [2021-04-20T15:26:40.834Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-20T15:26:43.557Z] $ docker top 0f36cfe0d2ebbbc471837f3a93129352fcb1281abb0a3f80e762757cea4e6856 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:26:44.052Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T15:26:46.007Z] Building docker-core-command-go ... [2021-04-20T15:26:46.007Z] Building docker-core-data-go ... [2021-04-20T15:26:46.007Z] Building docker-core-metadata-go ... [2021-04-20T15:26:46.007Z] Building docker-security-bootstrapper-go ... [2021-04-20T15:26:46.007Z] Building docker-security-proxy-setup-go ... [2021-04-20T15:26:46.007Z] Building docker-security-secretstore-setup-go ... [2021-04-20T15:26:46.007Z] Building docker-support-notifications-go ... [2021-04-20T15:26:46.007Z] Building docker-support-scheduler-go ... [2021-04-20T15:26:46.007Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T15:26:46.007Z] Building docker-core-data-go [2021-04-20T15:26:46.007Z] Building docker-support-scheduler-go [2021-04-20T15:26:46.008Z] Building docker-security-bootstrapper-go [2021-04-20T15:26:46.008Z] Building docker-support-notifications-go [2021-04-20T15:26:46.008Z] Building docker-core-metadata-go [2021-04-20T15:26:47.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.416s coverage: 28.7% of statements [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T15:26:47.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T15:26:47.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.163s coverage: 100.0% of statements [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T15:26:47.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.173s coverage: 64.6% of statements [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T15:26:47.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.394s coverage: 95.6% of statements [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T15:26:47.438Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T15:26:47.438Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T15:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T15:26:48.042Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-04-20T15:26:48.042Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T15:26:48.042Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T15:26:48.042Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2021-04-20T15:26:49.484Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements [2021-04-20T15:26:50.083Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-04-20T15:26:50.680Z] GO111MODULE=on go vet ./... [2021-04-20T15:28:12.519Z] gofmt -l . [2021-04-20T15:28:12.519Z] [ "`gofmt -l .`" = "" ] [2021-04-20T15:28:12.519Z] ./bin/test-go-mod-tidy.sh [2021-04-20T15:28:12.795Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T15:28:15.429Z] + ls -al . [2021-04-20T15:28:15.429Z] total 840 [2021-04-20T15:28:15.429Z] drwxrwxr-x 9 1001 1001 4096 Apr 20 15:28 . [2021-04-20T15:28:15.429Z] drwxr-xr-x 4 root root 4096 Apr 20 15:23 .. [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 15:21 .dockerignore [2021-04-20T15:28:15.429Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 15:22 .git [2021-04-20T15:28:15.429Z] drwxrwxr-x 3 1001 1001 4096 Apr 20 15:21 .github [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 15:21 .gitignore [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 15:21 .sonarcloud.properties [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:21 Attribution.txt [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:21 CONTRIBUTING.md [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 15:21 Dockerfile.build [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 15:21 Jenkinsfile [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:21 LICENSE [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:21 Makefile [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:21 README.md [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:21 SECURITY.md [2021-04-20T15:28:15.429Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 15:17 VERSION [2021-04-20T15:28:15.430Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:21 ZMQWindows.md [2021-04-20T15:28:15.430Z] drwxrwxr-x 2 1001 1001 4096 Apr 20 15:21 bin [2021-04-20T15:28:15.430Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 15:21 cmd [2021-04-20T15:28:15.430Z] -rw-r--r-- 1 root root 703598 Apr 20 15:26 coverage.out [2021-04-20T15:28:15.430Z] -rw-r--r-- 1 root root 1059 Apr 20 15:28 go.mod [2021-04-20T15:28:15.430Z] -rw-r--r-- 1 root root 21962 Apr 20 15:28 go.sum [2021-04-20T15:28:15.430Z] drwxrwxr-x 8 1001 1001 4096 Apr 20 15:21 internal [2021-04-20T15:28:15.430Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 15:21 openapi [2021-04-20T15:28:15.430Z] drwxrwxr-x 4 1001 1001 4096 Apr 20 15:21 snap [2021-04-20T15:28:15.430Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 15:21 version.go [Pipeline] sh [2021-04-20T15:28:16.100Z] + '[' -e coverage.out ] [2021-04-20T15:28:16.100Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T15:28:16.120Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T15:28:17.438Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T15:28:18.125Z] + make build [2021-04-20T15:28:18.125Z] 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-20T15:28:23.898Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:28:23.898Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:28:23.898Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:28:23.898Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:28:23.898Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:28:23.898Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:28:23.898Z] ---> f6a3fa198c3b [2021-04-20T15:28:23.898Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T15:28:23.898Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:28:23.898Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:28:23.898Z] ---> f6a3fa198c3b [2021-04-20T15:28:23.898Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T15:28:23.898Z] ---> f6a3fa198c3b [2021-04-20T15:28:23.898Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T15:28:23.898Z] ---> f6a3fa198c3b [2021-04-20T15:28:23.898Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T15:28:23.898Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:28:23.898Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:28:23.898Z] ---> f6a3fa198c3b [2021-04-20T15:28:23.898Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T15:28:23.898Z] ---> Running in 57aa1da19051 [2021-04-20T15:28:23.898Z] ---> Running in c9ece41c9755 [2021-04-20T15:28:23.898Z] ---> Running in 0c3cc0cdac39 [2021-04-20T15:28:23.898Z] ---> Running in afee28349049 [2021-04-20T15:28:23.898Z] ---> Running in 93377f4faf2f [2021-04-20T15:28:23.898Z] Removing intermediate container c9ece41c9755 [2021-04-20T15:28:23.898Z] ---> a391ac0b524f [2021-04-20T15:28:23.898Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:28:23.898Z] Removing intermediate container afee28349049 [2021-04-20T15:28:23.898Z] ---> f2d71e73cbe7 [2021-04-20T15:28:23.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:28:23.898Z] Removing intermediate container 0c3cc0cdac39 [2021-04-20T15:28:23.898Z] ---> 33080e617ca1 [2021-04-20T15:28:23.898Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:28:23.898Z] Removing intermediate container 93377f4faf2f [2021-04-20T15:28:23.898Z] ---> 991e26cfb234 [2021-04-20T15:28:23.898Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:28:23.898Z] Removing intermediate container 57aa1da19051 [2021-04-20T15:28:23.898Z] ---> 393de2a36cd8 [2021-04-20T15:28:23.898Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:28:23.898Z] ---> Running in 78d1cff8d7dd [2021-04-20T15:28:23.898Z] ---> Running in 7ff6daf1e7b6 [2021-04-20T15:28:23.898Z] ---> Running in 1eee47745813 [2021-04-20T15:28:23.898Z] ---> Running in 86e2c131554f [2021-04-20T15:28:23.898Z] ---> Running in b40841a9a04d [2021-04-20T15:28:23.898Z] Removing intermediate container 86e2c131554f [2021-04-20T15:28:23.898Z] ---> a506cce0bc57 [2021-04-20T15:28:23.898Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T15:28:23.898Z] ---> Running in dfa097d8193b [2021-04-20T15:28:23.898Z] Removing intermediate container 78d1cff8d7dd [2021-04-20T15:28:23.898Z] ---> 7ee35408bca5 [2021-04-20T15:28:23.898Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T15:28:23.898Z] Removing intermediate container 1eee47745813 [2021-04-20T15:28:23.898Z] ---> 0f06cedd65e8 [2021-04-20T15:28:23.898Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T15:28:23.898Z] ---> Running in fbf4b4d0655f [2021-04-20T15:28:23.898Z] Removing intermediate container b40841a9a04d [2021-04-20T15:28:23.898Z] ---> 8c74d23b93eb [2021-04-20T15:28:23.898Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T15:28:23.898Z] ---> Running in a843613a23b1 [2021-04-20T15:28:23.898Z] Removing intermediate container 7ff6daf1e7b6 [2021-04-20T15:28:23.898Z] ---> 5fb686f5db7e [2021-04-20T15:28:23.898Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T15:28:23.898Z] ---> Running in b8eee07c9a8d [2021-04-20T15:28:23.898Z] ---> Running in 84b07dc86913 [2021-04-20T15:28:23.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:28:23.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:28:23.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:28:23.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:28:23.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:28:23.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:28:23.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:28:23.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:28:23.898Z] OK: 233 MiB in 51 packages [2021-04-20T15:28:23.898Z] OK: 233 MiB in 51 packages [2021-04-20T15:28:23.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:28:23.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:28:23.898Z] OK: 233 MiB in 51 packages [2021-04-20T15:28:23.898Z] OK: 233 MiB in 51 packages [2021-04-20T15:28:23.898Z] OK: 233 MiB in 51 packages [2021-04-20T15:28:23.898Z] Removing intermediate container dfa097d8193b [2021-04-20T15:28:23.898Z] ---> 23f2996dad5e [2021-04-20T15:28:23.898Z] Step 6/31 : COPY go.mod . [2021-04-20T15:28:23.898Z] Removing intermediate container fbf4b4d0655f [2021-04-20T15:28:23.898Z] ---> 6fc35c276328 [2021-04-20T15:28:23.898Z] Step 6/22 : COPY go.mod . [2021-04-20T15:28:24.222Z] ---> c7198161d09a [2021-04-20T15:28:24.222Z] Step 7/31 : RUN go mod download [2021-04-20T15:28:24.222Z] Removing intermediate container b8eee07c9a8d [2021-04-20T15:28:24.222Z] ---> 46049c2cb649 [2021-04-20T15:28:24.222Z] Step 6/23 : COPY go.mod . [2021-04-20T15:28:24.631Z] Removing intermediate container a843613a23b1 [2021-04-20T15:28:24.631Z] ---> c82a450491fc [2021-04-20T15:28:24.631Z] Step 6/22 : COPY go.mod . [2021-04-20T15:28:24.631Z] Removing intermediate container 84b07dc86913 [2021-04-20T15:28:24.631Z] ---> 682dc90b1bb0 [2021-04-20T15:28:24.631Z] Step 6/23 : COPY go.mod . [2021-04-20T15:28:24.631Z] ---> Running in 88e6b5de081b [2021-04-20T15:28:25.468Z] ---> 3a78ac9156c2 [2021-04-20T15:28:25.468Z] Step 7/23 : RUN go mod download [2021-04-20T15:28:25.468Z] ---> 66ee882a32e6 [2021-04-20T15:28:25.468Z] Step 7/22 : RUN go mod download [2021-04-20T15:28:25.468Z] ---> 65c8998a12f1 [2021-04-20T15:28:25.469Z] Step 7/22 : RUN go mod download [2021-04-20T15:28:25.469Z] ---> Running in c7ac6a1667eb [2021-04-20T15:28:25.816Z] ---> Running in 094d3b97d46d [2021-04-20T15:28:25.816Z] ---> Running in 0669f03a81bd [2021-04-20T15:28:25.816Z] ---> bd4e0569134a [2021-04-20T15:28:25.816Z] Step 7/23 : RUN go mod download [2021-04-20T15:28:26.141Z] ---> Running in 5121a3c9b349 [2021-04-20T15:28:28.393Z] 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-20T15:28:30.622Z] Removing intermediate container 094d3b97d46d [2021-04-20T15:28:30.622Z] ---> 81b8df6724f9 [2021-04-20T15:28:30.622Z] Step 8/22 : COPY . . [2021-04-20T15:28:30.622Z] Removing intermediate container 5121a3c9b349 [2021-04-20T15:28:30.622Z] ---> 675e45f75d23 [2021-04-20T15:28:30.622Z] Step 8/23 : COPY . . [2021-04-20T15:28:30.944Z] Removing intermediate container 0669f03a81bd [2021-04-20T15:28:30.944Z] ---> 0a6c41606f51 [2021-04-20T15:28:30.944Z] Step 8/22 : COPY . . [2021-04-20T15:28:31.259Z] Removing intermediate container c7ac6a1667eb [2021-04-20T15:28:31.259Z] ---> a15f7cb3a093 [2021-04-20T15:28:31.259Z] Step 8/23 : COPY . . [2021-04-20T15:28:32.953Z] Removing intermediate container 88e6b5de081b [2021-04-20T15:28:32.953Z] ---> 4c331ad62793 [2021-04-20T15:28:32.953Z] Step 8/31 : COPY . . [2021-04-20T15:28:50.548Z] 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-20T15:28:55.951Z] 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-20T15:29:01.349Z] 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-20T15:29:01.944Z] 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-20T15:29:07.351Z] 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-20T15:29:12.758Z] 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-20T15:29:17.067Z] 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-20T15:29:22.468Z] 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-20T15:29:26.770Z] 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-20T15:29:30.162Z] 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-20T15:29:38.466Z] $ docker stop --time=1 d7adfa1b680d5ea5561dd37a16c62cc8a60868ddb68ee3bcc4b9e52285b1fbf5 [2021-04-20T15:29:41.033Z] $ docker rm -f d7adfa1b680d5ea5561dd37a16c62cc8a60868ddb68ee3bcc4b9e52285b1fbf5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:29:42.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T15:29:42.760Z] [2021-04-20T15:29:42.760Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:29:43.377Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T15:29:43.651Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-20T15:29:43.651Z] 29e5d40040c1: Pulling fs layer [2021-04-20T15:29:43.651Z] 1ce36da41761: Pulling fs layer [2021-04-20T15:29:43.651Z] 25b303627fd3: Pulling fs layer [2021-04-20T15:29:43.928Z] 29e5d40040c1: Verifying Checksum [2021-04-20T15:29:43.928Z] 29e5d40040c1: Download complete [2021-04-20T15:29:44.526Z] 29e5d40040c1: Pull complete [2021-04-20T15:29:44.526Z] 1ce36da41761: Verifying Checksum [2021-04-20T15:29:44.526Z] 1ce36da41761: Download complete [2021-04-20T15:29:45.968Z] 1ce36da41761: Pull complete [2021-04-20T15:29:46.239Z] 25b303627fd3: Verifying Checksum [2021-04-20T15:29:46.239Z] 25b303627fd3: Download complete [2021-04-20T15:29:56.387Z] 25b303627fd3: Pull complete [2021-04-20T15:29:56.387Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-20T15:29:56.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T15:29:56.387Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-20T15:29:56.651Z] prd-ubuntu18.04-docker-arm64-4c-16g-1180 does not seem to be running inside a container [2021-04-20T15:29:56.734Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-20T15:29:59.795Z] $ docker top aa76c373344e5ecccd11dd25c53bb9c6688a4dc6f32014ef638aff93a0477e8a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:30:00.710Z] + docker-compose build --help [2021-04-20T15:30:00.710Z] + grep parallel [2021-04-20T15:30:04.100Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T15:30:04.122Z] $ docker stop --time=1 aa76c373344e5ecccd11dd25c53bb9c6688a4dc6f32014ef638aff93a0477e8a [2021-04-20T15:30:06.056Z] $ docker rm -f aa76c373344e5ecccd11dd25c53bb9c6688a4dc6f32014ef638aff93a0477e8a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:30:06.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-20T15:30:06.675Z] . [Pipeline] withDockerContainer [2021-04-20T15:30:06.908Z] prd-ubuntu18.04-docker-arm64-4c-16g-1180 does not seem to be running inside a container [2021-04-20T15:30:06.990Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-20T15:30:08.345Z] $ docker top 1256059c16041eb478164a2a0acf5b3f507de957f07f9c32966c1913478ccb68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:30:09.306Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T15:30:10.501Z] ---> 244a38857868 [2021-04-20T15:30:10.501Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T15:30:10.501Z] ---> 7b81436df557 [2021-04-20T15:30:10.501Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T15:30:10.501Z] ---> 1bddac28b89c [2021-04-20T15:30:10.501Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T15:30:10.501Z] ---> bb21ea934aa4 [2021-04-20T15:30:10.501Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T15:30:10.501Z] ---> 5445c3fc9dac [2021-04-20T15:30:10.501Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T15:30:10.501Z] ---> Running in a884ba11c137 [2021-04-20T15:30:10.501Z] ---> Running in fb62f1a4cc3e [2021-04-20T15:30:10.501Z] ---> Running in aa789ed2f061 [2021-04-20T15:30:10.501Z] ---> Running in c256b49539ae [2021-04-20T15:30:10.501Z] ---> Running in 893f94ff96b5 [2021-04-20T15:30:10.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-20T15:30:10.501Z] 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-20T15:30:10.501Z] 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-20T15:30:10.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-20T15:30:10.501Z] 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-20T15:30:13.593Z] Building docker-core-command-go ... [2021-04-20T15:30:13.593Z] Building docker-core-data-go ... [2021-04-20T15:30:13.593Z] Building docker-core-metadata-go ... [2021-04-20T15:30:13.593Z] Building docker-security-bootstrapper-go ... [2021-04-20T15:30:13.593Z] Building docker-security-proxy-setup-go ... [2021-04-20T15:30:13.593Z] Building docker-security-secretstore-setup-go ... [2021-04-20T15:30:13.593Z] Building docker-support-notifications-go ... [2021-04-20T15:30:13.593Z] Building docker-support-scheduler-go ... [2021-04-20T15:30:13.593Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T15:30:13.593Z] Building docker-support-notifications-go [2021-04-20T15:30:13.593Z] Building docker-security-proxy-setup-go [2021-04-20T15:30:13.593Z] Building docker-core-data-go [2021-04-20T15:30:13.593Z] Building docker-support-scheduler-go [2021-04-20T15:30:13.593Z] Building docker-core-metadata-go [2021-04-20T15:31:35.355Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:31:35.355Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:31:35.355Z] ---> f3455c5e1287 [2021-04-20T15:31:35.355Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T15:31:35.355Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:31:35.355Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:31:35.355Z] ---> f3455c5e1287 [2021-04-20T15:31:35.355Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T15:31:35.355Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:31:35.355Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:31:35.355Z] ---> f3455c5e1287 [2021-04-20T15:31:35.355Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T15:31:35.355Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:31:35.355Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:31:35.355Z] ---> f3455c5e1287 [2021-04-20T15:31:35.355Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T15:31:35.355Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:31:35.355Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:31:35.356Z] ---> f3455c5e1287 [2021-04-20T15:31:35.356Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T15:31:35.356Z] ---> Running in 8a3d8e6ef764 [2021-04-20T15:31:35.356Z] ---> Running in be2a442fb8ef [2021-04-20T15:31:35.356Z] ---> Running in 16bf293b7e6c [2021-04-20T15:31:35.356Z] ---> Running in 90aad59a58bc [2021-04-20T15:31:35.356Z] ---> Running in e770a3b9f372 [2021-04-20T15:31:35.356Z] Removing intermediate container 16bf293b7e6c [2021-04-20T15:31:35.356Z] ---> 38ca41c59ffc [2021-04-20T15:31:35.356Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:31:35.356Z] ---> Running in fe1f72d65ca4 [2021-04-20T15:31:35.356Z] Removing intermediate container 90aad59a58bc [2021-04-20T15:31:35.356Z] ---> 7704493c2bf3 [2021-04-20T15:31:35.356Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:31:35.356Z] Removing intermediate container 8a3d8e6ef764 [2021-04-20T15:31:35.356Z] ---> 849e36ad5529 [2021-04-20T15:31:35.356Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:31:35.356Z] Removing intermediate container e770a3b9f372 [2021-04-20T15:31:35.356Z] ---> 883a78859ef3 [2021-04-20T15:31:35.356Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:31:35.356Z] Removing intermediate container be2a442fb8ef [2021-04-20T15:31:35.356Z] ---> 8ef19671c3f8 [2021-04-20T15:31:35.356Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:31:35.356Z] ---> Running in 91ef895b0768 [2021-04-20T15:31:35.356Z] ---> Running in f74a7d83c562 [2021-04-20T15:31:35.356Z] ---> Running in 6240604e2d02 [2021-04-20T15:31:35.356Z] ---> Running in 31fd437c1f34 [2021-04-20T15:31:35.356Z] Removing intermediate container fe1f72d65ca4 [2021-04-20T15:31:35.356Z] ---> d46e5fcadd1f [2021-04-20T15:31:35.356Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T15:31:35.356Z] ---> Running in 908c10072643 [2021-04-20T15:31:35.356Z] Removing intermediate container 91ef895b0768 [2021-04-20T15:31:35.356Z] ---> fcf77d2dc248 [2021-04-20T15:31:35.356Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T15:31:35.356Z] ---> Running in 7fc2e7a1d344 [2021-04-20T15:31:35.356Z] Removing intermediate container f74a7d83c562 [2021-04-20T15:31:35.356Z] ---> 68070b15f552 [2021-04-20T15:31:35.356Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T15:31:35.356Z] Removing intermediate container 6240604e2d02 [2021-04-20T15:31:35.356Z] ---> b03247838e30 [2021-04-20T15:31:35.356Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T15:31:35.356Z] ---> Running in ae552e128d4e [2021-04-20T15:31:35.356Z] ---> Running in 74d0e912a8d9 [2021-04-20T15:31:35.356Z] Removing intermediate container 31fd437c1f34 [2021-04-20T15:31:35.356Z] ---> 06aef6ae3402 [2021-04-20T15:31:35.356Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T15:31:35.356Z] ---> Running in 43c9e135243b [2021-04-20T15:31:35.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:31:35.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:31:35.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:31:35.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:31:35.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:31:35.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:31:35.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:31:35.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:31:35.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:31:35.356Z] OK: 217 MiB in 51 packages [2021-04-20T15:31:35.356Z] OK: 217 MiB in 51 packages [2021-04-20T15:31:35.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:31:35.356Z] OK: 217 MiB in 51 packages [2021-04-20T15:31:35.356Z] OK: 217 MiB in 51 packages [2021-04-20T15:31:35.356Z] OK: 217 MiB in 51 packages [2021-04-20T15:31:35.954Z] Removing intermediate container 7fc2e7a1d344 [2021-04-20T15:31:35.954Z] ---> 0f7263e0824f [2021-04-20T15:31:35.954Z] Step 6/22 : COPY go.mod . [2021-04-20T15:31:36.228Z] Removing intermediate container 908c10072643 [2021-04-20T15:31:36.228Z] ---> 85c8dca5af49 [2021-04-20T15:31:36.228Z] Step 6/22 : COPY go.mod . [2021-04-20T15:31:36.840Z] Removing intermediate container ae552e128d4e [2021-04-20T15:31:36.840Z] ---> dab1c83fe0bf [2021-04-20T15:31:36.840Z] Step 6/21 : COPY go.mod . [2021-04-20T15:31:37.123Z] Removing intermediate container 74d0e912a8d9 [2021-04-20T15:31:37.124Z] ---> f497d182ce50 [2021-04-20T15:31:37.124Z] Step 6/23 : COPY go.mod . [2021-04-20T15:31:37.124Z] Removing intermediate container 43c9e135243b [2021-04-20T15:31:37.124Z] ---> 0f987d401455 [2021-04-20T15:31:37.124Z] Step 6/23 : COPY go.mod . [2021-04-20T15:31:37.124Z] ---> 748a804d7918 [2021-04-20T15:31:37.124Z] Step 7/22 : RUN go mod download [2021-04-20T15:31:37.124Z] ---> 19c66e4cecf9 [2021-04-20T15:31:37.124Z] Step 7/22 : RUN go mod download [2021-04-20T15:31:37.397Z] ---> Running in 6f3700ad32c1 [2021-04-20T15:31:37.397Z] ---> Running in 2dfa95816ed8 [2021-04-20T15:31:37.990Z] ---> 5abcce95527f [2021-04-20T15:31:37.990Z] Step 7/21 : RUN go mod download [2021-04-20T15:31:37.990Z] ---> 5644a90cb187 [2021-04-20T15:31:37.990Z] Step 7/23 : RUN go mod download [2021-04-20T15:31:37.990Z] ---> Running in c33d7b634d12 [2021-04-20T15:31:38.267Z] ---> d996cb92bebd [2021-04-20T15:31:38.268Z] Step 7/23 : RUN go mod download [2021-04-20T15:31:38.549Z] ---> Running in fe61f750c69a [2021-04-20T15:31:38.549Z] ---> Running in 98f86f9b9d60 [2021-04-20T15:31:41.959Z] Removing intermediate container 6f3700ad32c1 [2021-04-20T15:31:41.959Z] ---> 776b1e2d025a [2021-04-20T15:31:41.959Z] Step 8/22 : COPY . . [2021-04-20T15:31:42.235Z] Removing intermediate container 2dfa95816ed8 [2021-04-20T15:31:42.235Z] ---> e0b9097ca9ee [2021-04-20T15:31:42.235Z] Step 8/22 : COPY . . [2021-04-20T15:31:42.507Z] Removing intermediate container c33d7b634d12 [2021-04-20T15:31:42.507Z] ---> eb596df58ec2 [2021-04-20T15:31:42.507Z] Step 8/21 : COPY . . [2021-04-20T15:31:43.160Z] Removing intermediate container fe61f750c69a [2021-04-20T15:31:43.160Z] ---> e1809ef221db [2021-04-20T15:31:43.160Z] Step 8/23 : COPY . . [2021-04-20T15:31:43.438Z] Removing intermediate container 98f86f9b9d60 [2021-04-20T15:31:43.438Z] ---> 10a6686bd019 [2021-04-20T15:31:43.438Z] Step 8/23 : COPY . . [2021-04-20T15:31:51.870Z] Removing intermediate container 893f94ff96b5 [2021-04-20T15:31:51.870Z] ---> 03e2d2f7d8ee [2021-04-20T15:31:51.870Z] [2021-04-20T15:31:51.870Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T15:31:51.870Z] Removing intermediate container fb62f1a4cc3e [2021-04-20T15:31:51.870Z] ---> b9aced2dc64d [2021-04-20T15:31:51.870Z] [2021-04-20T15:31:51.870Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T15:31:51.870Z] 3.12: Pulling from library/alpine [2021-04-20T15:31:51.870Z] 3.12: Pulling from library/alpine [2021-04-20T15:31:51.870Z] Removing intermediate container c256b49539ae [2021-04-20T15:31:51.870Z] ---> f4e97f354541 [2021-04-20T15:31:51.870Z] [2021-04-20T15:31:51.870Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T15:31:51.870Z] 3.12: Pulling from library/alpine [2021-04-20T15:31:51.870Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T15:31:51.870Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T15:31:51.870Z] Status: Image is up to date for alpine:3.12 [2021-04-20T15:31:51.870Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T15:31:51.870Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T15:31:51.870Z] Status: Image is up to date for alpine:3.12 [2021-04-20T15:31:51.870Z] ---> 13621d1b12d4 [2021-04-20T15:31:51.870Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T15:31:51.870Z] ---> 13621d1b12d4 [2021-04-20T15:31:51.870Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T15:31:51.870Z] ---> 13621d1b12d4 [2021-04-20T15:31:51.870Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T15:31:51.870Z] ---> Running in 5e02e3205812 [2021-04-20T15:31:51.870Z] ---> Running in 13f2e5106b3a [2021-04-20T15:31:51.870Z] ---> Running in 8a7b827def6a [2021-04-20T15:31:54.541Z] Removing intermediate container 13f2e5106b3a [2021-04-20T15:31:54.541Z] ---> b79858326ffc [2021-04-20T15:31:54.542Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T15:31:54.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:31:54.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:31:55.106Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T15:31:56.147Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T15:31:56.147Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:31:56.147Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T15:31:56.147Z] OK: 6 MiB in 16 packages [2021-04-20T15:31:56.593Z] ---> Running in 49250f5b1ba4 [2021-04-20T15:31:56.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:31:57.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:31:57.404Z] Removing intermediate container a884ba11c137 [2021-04-20T15:31:57.404Z] ---> 459207487b2d [2021-04-20T15:31:57.404Z] [2021-04-20T15:31:57.404Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T15:31:57.404Z] ---> 13621d1b12d4 [2021-04-20T15:31:57.404Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T15:31:57.726Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T15:31:57.726Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:31:57.726Z] OK: 6 MiB in 15 packages [2021-04-20T15:31:58.046Z] ---> Running in ba40fb5cbfc8 [2021-04-20T15:31:58.046Z] Removing intermediate container aa789ed2f061 [2021-04-20T15:31:58.046Z] ---> 931dd71319be [2021-04-20T15:31:58.046Z] [2021-04-20T15:31:58.046Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T15:31:58.046Z] ---> 13621d1b12d4 [2021-04-20T15:31:58.046Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T15:31:58.348Z] ---> Running in 82bd5358c45f [2021-04-20T15:31:59.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:31:59.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:31:59.611Z] Removing intermediate container 5e02e3205812 [2021-04-20T15:31:59.611Z] ---> 19dc9b8dcf6f [2021-04-20T15:31:59.611Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T15:31:59.611Z] Removing intermediate container 82bd5358c45f [2021-04-20T15:31:59.611Z] ---> 9acf01caee3c [2021-04-20T15:31:59.611Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T15:31:59.932Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T15:31:59.932Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T15:31:59.932Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:31:59.932Z] OK: 6 MiB in 16 packages [2021-04-20T15:31:59.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:31:59.932Z] ---> Running in 7e0539e464e2 [2021-04-20T15:31:59.932Z] Removing intermediate container 8a7b827def6a [2021-04-20T15:31:59.932Z] ---> 3465ccb80331 [2021-04-20T15:31:59.932Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T15:31:59.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:32:00.230Z] ---> Running in 7cf1e30b37ca [2021-04-20T15:32:00.548Z] ---> Running in 635bd4960efd [2021-04-20T15:32:00.548Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T15:32:00.548Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:32:00.548Z] OK: 6 MiB in 15 packages [2021-04-20T15:32:00.845Z] Removing intermediate container 7cf1e30b37ca [2021-04-20T15:32:00.845Z] ---> f46c64a4b940 [2021-04-20T15:32:00.845Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T15:32:01.134Z] Removing intermediate container 7e0539e464e2 [2021-04-20T15:32:01.134Z] ---> 638d9921e453 [2021-04-20T15:32:01.134Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T15:32:01.427Z] ---> Running in fb3927e0ea99 [2021-04-20T15:32:01.427Z] Removing intermediate container 635bd4960efd [2021-04-20T15:32:01.427Z] ---> 8a8771ffd719 [2021-04-20T15:32:01.427Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T15:32:01.783Z] ---> Running in 4ff07c50baad [2021-04-20T15:32:01.783Z] ---> Running in 97adfba4640e [2021-04-20T15:32:01.783Z] Removing intermediate container 49250f5b1ba4 [2021-04-20T15:32:01.783Z] ---> 756fd6c91f1b [2021-04-20T15:32:01.783Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T15:32:02.088Z] Removing intermediate container fb3927e0ea99 [2021-04-20T15:32:02.088Z] ---> 43fdaf13fe96 [2021-04-20T15:32:02.088Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:32:02.088Z] ---> Running in baf8a54255a7 [2021-04-20T15:32:02.357Z] ---> Running in 7dab4da8a5e8 [2021-04-20T15:32:02.357Z] Removing intermediate container ba40fb5cbfc8 [2021-04-20T15:32:02.357Z] ---> 4e5a7318a93e [2021-04-20T15:32:02.357Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T15:32:02.357Z] Removing intermediate container 97adfba4640e [2021-04-20T15:32:02.357Z] ---> 12e3c40034f4 [2021-04-20T15:32:02.357Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T15:32:02.647Z] Removing intermediate container 4ff07c50baad [2021-04-20T15:32:02.647Z] ---> 9fbe87014624 [2021-04-20T15:32:02.647Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T15:32:02.939Z] ---> Running in 88772e5bb528 [2021-04-20T15:32:02.939Z] ---> Running in 838bba326357 [2021-04-20T15:32:02.939Z] ---> Running in b8e785930dea [2021-04-20T15:32:03.267Z] Removing intermediate container baf8a54255a7 [2021-04-20T15:32:03.267Z] ---> ac3aeaac5257 [2021-04-20T15:32:03.267Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T15:32:03.604Z] ---> Running in 40a9a84205a0 [2021-04-20T15:32:03.939Z] Removing intermediate container 838bba326357 [2021-04-20T15:32:03.939Z] ---> ce4ee118322e [2021-04-20T15:32:03.939Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:32:03.939Z] Removing intermediate container 88772e5bb528 [2021-04-20T15:32:03.939Z] ---> 8c2ca148c182 [2021-04-20T15:32:03.939Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T15:32:03.939Z] Removing intermediate container b8e785930dea [2021-04-20T15:32:03.939Z] ---> b99a0422addc [2021-04-20T15:32:04.276Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:32:04.276Z] ---> Running in 05bfe146ba98 [2021-04-20T15:32:04.572Z] Removing intermediate container 40a9a84205a0 [2021-04-20T15:32:04.572Z] ---> 4d600ef9c06e [2021-04-20T15:32:04.572Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T15:32:05.251Z] ---> Running in 2993c0b57972 [2021-04-20T15:32:05.667Z] ---> b9e57402b7ac [2021-04-20T15:32:05.667Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T15:32:05.667Z] ---> 794dbcbac5fa [2021-04-20T15:32:05.667Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T15:32:05.667Z] Removing intermediate container 05bfe146ba98 [2021-04-20T15:32:05.667Z] ---> 0acd4c97be6a [2021-04-20T15:32:05.667Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T15:32:06.307Z] ---> Running in 79c08048b0e7 [2021-04-20T15:32:07.921Z] Removing intermediate container 7dab4da8a5e8 [2021-04-20T15:32:07.921Z] ---> 56892239f2a0 [2021-04-20T15:32:07.921Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T15:32:07.921Z] Removing intermediate container 79c08048b0e7 [2021-04-20T15:32:07.921Z] ---> 09df00499f02 [2021-04-20T15:32:07.921Z] Step 15/23 : WORKDIR / [2021-04-20T15:32:08.640Z] ---> Running in ef393c2f5bb4 [2021-04-20T15:32:09.016Z] ---> 86c1919e16cb [2021-04-20T15:32:09.016Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T15:32:09.016Z] ---> b9498adafa8e [2021-04-20T15:32:09.016Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T15:32:09.016Z] ---> Running in 6e7248bc2cf3 [2021-04-20T15:32:09.739Z] Removing intermediate container 6e7248bc2cf3 [2021-04-20T15:32:09.739Z] ---> bf0080a9f732 [2021-04-20T15:32:09.739Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:32:09.739Z] ---> 5ade31c8becf [2021-04-20T15:32:09.739Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T15:32:09.739Z] ---> 237900ab663d [2021-04-20T15:32:09.739Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T15:32:10.084Z] ---> Running in eac4efdf29b3 [2021-04-20T15:32:10.266Z] ---> 4ebfc274cc07 [2021-04-20T15:32:10.266Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T15:32:10.266Z] ---> 5b7975f9f34e [2021-04-20T15:32:10.266Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T15:32:10.266Z] ---> 6af2f2f0a333 [2021-04-20T15:32:10.266Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T15:32:10.266Z] ---> Running in 9f513dcec66f [2021-04-20T15:32:10.266Z] ---> 452575dd4c43 [2021-04-20T15:32:10.266Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T15:32:10.266Z] ---> 9a113de49bcf [2021-04-20T15:32:10.266Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T15:32:10.266Z] ---> Running in aa1b50d70588 [2021-04-20T15:32:10.266Z] ---> Running in e92346de7f61 [2021-04-20T15:32:10.266Z] ---> Running in 8af539d772d3 [2021-04-20T15:32:10.266Z] ---> Running in acd53ad8cfc0 [2021-04-20T15:32:10.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:32:10.368Z] ---> Running in 5343b9950ade [2021-04-20T15:32:10.368Z] Removing intermediate container 2993c0b57972 [2021-04-20T15:32:10.368Z] ---> 9508d36e4583 [2021-04-20T15:32:10.368Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T15:32:10.634Z] ---> Running in 4b59775eef31 [2021-04-20T15:32:10.634Z] ---> 28692828b8d0 [2021-04-20T15:32:10.634Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T15:32:10.634Z] Removing intermediate container 5343b9950ade [2021-04-20T15:32:10.634Z] ---> fe127439e47f [2021-04-20T15:32:10.634Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:32:10.909Z] Removing intermediate container eac4efdf29b3 [2021-04-20T15:32:10.909Z] ---> 84a313b042ac [2021-04-20T15:32:10.909Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:32:10.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:32:10.909Z] ---> Running in 9805abd271ac [2021-04-20T15:32:10.909Z] ---> Running in 88388959fb7e [2021-04-20T15:32:10.909Z] Removing intermediate container 4b59775eef31 [2021-04-20T15:32:10.909Z] ---> 284697978bf9 [2021-04-20T15:32:10.909Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T15:32:11.521Z] Removing intermediate container 9805abd271ac [2021-04-20T15:32:11.521Z] ---> d06e30cb307b [2021-04-20T15:32:11.521Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T15:32:11.723Z] 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-20T15:32:11.999Z] 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-20T15:32:11.999Z] 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-20T15:32:12.274Z] ---> Running in 419fa2fa8772 [2021-04-20T15:32:12.274Z] Removing intermediate container 88388959fb7e [2021-04-20T15:32:12.274Z] ---> 8143e2db923e [2021-04-20T15:32:12.274Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T15:32:12.274Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T15:32:12.274Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T15:32:12.274Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T15:32:12.277Z] 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-20T15:32:12.277Z] 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-20T15:32:12.694Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T15:32:12.694Z] ---> c071e16867d0 [2021-04-20T15:32:12.694Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T15:32:12.694Z] ---> Running in ddbd9f67a571 [2021-04-20T15:32:12.694Z] ---> 5266c2b39c85 [2021-04-20T15:32:12.694Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T15:32:13.025Z] ---> Running in 7fe935bfedcc [2021-04-20T15:32:13.025Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T15:32:13.448Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T15:32:13.759Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:32:13.759Z] OK: 8 MiB in 20 packages [2021-04-20T15:32:13.759Z] Removing intermediate container 419fa2fa8772 [2021-04-20T15:32:13.759Z] ---> feec35845ffd [2021-04-20T15:32:13.759Z] Step 21/22 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:32:13.759Z] Removing intermediate container ddbd9f67a571 [2021-04-20T15:32:13.759Z] ---> 5e0f9eeddb64 [2021-04-20T15:32:13.759Z] Step 21/22 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:32:14.105Z] ---> Running in c3a1c149d49e [2021-04-20T15:32:14.105Z] ---> fbcd89ad3b3c [2021-04-20T15:32:14.105Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T15:32:14.105Z] ---> Running in 7d6a487e001b [2021-04-20T15:32:14.411Z] ---> Running in 8febc6a134aa [2021-04-20T15:32:14.411Z] Removing intermediate container c3a1c149d49e [2021-04-20T15:32:14.411Z] ---> f7c04db989d5 [2021-04-20T15:32:14.411Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T15:32:14.760Z] Removing intermediate container 7d6a487e001b [2021-04-20T15:32:14.760Z] ---> 40569b8130d1 [2021-04-20T15:32:14.760Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T15:32:14.760Z] ---> Running in cbe62f39a0df [2021-04-20T15:32:15.039Z] ---> Running in 4ca5f8c082a1 [2021-04-20T15:32:15.039Z] Removing intermediate container 8febc6a134aa [2021-04-20T15:32:15.039Z] ---> 08af6a1e29ce [2021-04-20T15:32:15.039Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:32:15.317Z] ---> Running in c17c0be627f8 [2021-04-20T15:32:15.317Z] Removing intermediate container ef393c2f5bb4 [2021-04-20T15:32:15.317Z] ---> 054ee2c6368b [2021-04-20T15:32:15.317Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:32:15.587Z] Removing intermediate container cbe62f39a0df [2021-04-20T15:32:15.587Z] ---> 2051c34ae99c [2021-04-20T15:32:15.587Z] [2021-04-20T15:32:15.587Z] Removing intermediate container 4ca5f8c082a1 [2021-04-20T15:32:15.587Z] ---> 7c3e6faad3a0 [2021-04-20T15:32:15.587Z] [2021-04-20T15:32:16.239Z] Removing intermediate container c17c0be627f8 [2021-04-20T15:32:16.239Z] ---> b0e72491c06a [2021-04-20T15:32:16.239Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T15:32:16.549Z] Removing intermediate container 7fe935bfedcc [2021-04-20T15:32:16.549Z] ---> 4bfc293aaddf [2021-04-20T15:32:16.549Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:32:16.549Z] ---> da42b6f6d7d9 [2021-04-20T15:32:16.549Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T15:32:16.549Z] ---> Running in 2ad26e8d2890 [2021-04-20T15:32:16.873Z] Successfully built 2051c34ae99c [2021-04-20T15:32:16.873Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T15:32:16.873Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-20T15:32:17.162Z] Successfully built 7c3e6faad3a0 [2021-04-20T15:32:17.162Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T15:32:17.162Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-04-20T15:32:17.458Z] Removing intermediate container 2ad26e8d2890 [2021-04-20T15:32:17.458Z] ---> d539409f7e7e [2021-04-20T15:32:17.458Z] Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:32:17.735Z] ---> 67ffa9767cd4 [2021-04-20T15:32:17.735Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T15:32:17.735Z] ---> Running in b5cb41e36f42 [2021-04-20T15:32:17.735Z] ---> 3273a9e09e3a [2021-04-20T15:32:17.735Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T15:32:18.397Z] Removing intermediate container b5cb41e36f42 [2021-04-20T15:32:18.398Z] ---> 4fd1a5762ead [2021-04-20T15:32:18.398Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T15:32:19.085Z] ---> Running in 1775e853434a [2021-04-20T15:32:19.085Z] ---> 49428cb1faa7 [2021-04-20T15:32:19.085Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T15:32:21.766Z] ---> Running in a9172f86ef73 [2021-04-20T15:32:22.046Z] ---> 0c5855224a87 [2021-04-20T15:32:22.046Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T15:32:22.046Z] Removing intermediate container 1775e853434a [2021-04-20T15:32:22.046Z] ---> 78d1784758b6 [2021-04-20T15:32:22.046Z] [2021-04-20T15:32:22.711Z] Successfully built 78d1784758b6 [2021-04-20T15:32:22.711Z] Removing intermediate container a9172f86ef73 [2021-04-20T15:32:22.711Z] ---> 945851961961 [2021-04-20T15:32:22.711Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:32:22.711Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T15:32:22.711Z] Building docker-sys-mgmt-agent-go [2021-04-20T15:32:22.711Z]  Building docker-core-metadata-go ... done  ---> Running in 47978bec30c6 [2021-04-20T15:32:23.073Z] ---> ce545b19424c [2021-04-20T15:32:23.073Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T15:32:25.078Z] Removing intermediate container 47978bec30c6 [2021-04-20T15:32:25.078Z] ---> 219ad0334c38 [2021-04-20T15:32:25.078Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T15:32:25.795Z] ---> Running in 9c547b21d0aa [2021-04-20T15:32:25.795Z] ---> a5b8df9d9a87 [2021-04-20T15:32:25.795Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T15:32:28.421Z] Removing intermediate container 9c547b21d0aa [2021-04-20T15:32:28.421Z] ---> b04b2bcac2cd [2021-04-20T15:32:28.421Z] Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:32:28.690Z] ---> c2e66a613529 [2021-04-20T15:32:28.690Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T15:32:29.720Z] ---> Running in 33b9d53d47c8 [2021-04-20T15:32:30.724Z] ---> Running in cedf0203c03c [2021-04-20T15:32:30.724Z] Removing intermediate container 33b9d53d47c8 [2021-04-20T15:32:30.724Z] ---> 7d8f29f43939 [2021-04-20T15:32:30.724Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T15:32:30.724Z] ---> Running in 4ae28fa69041 [2021-04-20T15:32:31.014Z] Removing intermediate container cedf0203c03c [2021-04-20T15:32:31.014Z] ---> 3bcd2d546758 [2021-04-20T15:32:31.014Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T15:32:31.306Z] Removing intermediate container 4ae28fa69041 [2021-04-20T15:32:31.306Z] ---> 3429602e6a63 [2021-04-20T15:32:31.306Z] [2021-04-20T15:32:32.289Z] Successfully built 3429602e6a63 [2021-04-20T15:32:32.565Z] Successfully tagged docker-core-data-go:latest [2021-04-20T15:32:32.565Z] Building docker-core-command-go [2021-04-20T15:32:33.185Z]  Building docker-core-data-go ... done  ---> ce4709be8ee7 [2021-04-20T15:32:33.185Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T15:32:34.204Z] ---> Running in 8d49f240b53b [2021-04-20T15:32:44.872Z] Removing intermediate container 8d49f240b53b [2021-04-20T15:32:44.872Z] ---> e73f94a46e60 [2021-04-20T15:32:44.872Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T15:32:44.872Z] ---> Running in 93dc668219af [2021-04-20T15:32:45.492Z] Removing intermediate container 93dc668219af [2021-04-20T15:32:45.492Z] ---> 415b49d79ca0 [2021-04-20T15:32:45.492Z] Step 28/31 : CMD ["gate"] [2021-04-20T15:32:46.900Z] ---> Running in 2a8bd5d84697 [2021-04-20T15:32:48.067Z] Removing intermediate container 2a8bd5d84697 [2021-04-20T15:32:48.067Z] ---> 781e08da70d2 [2021-04-20T15:32:48.067Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T15:32:49.347Z] ---> Running in 18cb0cc41e49 [2021-04-20T15:32:51.091Z] Removing intermediate container 18cb0cc41e49 [2021-04-20T15:32:51.091Z] ---> 2ee2f03cfd63 [2021-04-20T15:32:51.091Z] Step 30/31 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:32:51.389Z] ---> Running in 74835b4852ce [2021-04-20T15:32:52.676Z] Removing intermediate container 74835b4852ce [2021-04-20T15:32:52.676Z] ---> be14778b30d2 [2021-04-20T15:32:52.676Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T15:32:53.429Z] ---> Running in 1623c82a27d6 [2021-04-20T15:32:56.296Z] Removing intermediate container 1623c82a27d6 [2021-04-20T15:32:56.296Z] ---> 7b5f8353939c [2021-04-20T15:32:56.296Z] [2021-04-20T15:32:56.970Z] Successfully built 7b5f8353939c [2021-04-20T15:32:57.276Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T15:33:25.389Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:33:25.389Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:33:25.389Z] ---> f6a3fa198c3b [2021-04-20T15:33:25.389Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T15:33:25.389Z] ---> Using cache [2021-04-20T15:33:25.389Z] ---> 393de2a36cd8 [2021-04-20T15:33:25.389Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:33:25.389Z] ---> Using cache [2021-04-20T15:33:25.389Z] ---> 8c74d23b93eb [2021-04-20T15:33:25.389Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T15:33:25.389Z] ---> Using cache [2021-04-20T15:33:25.389Z] ---> 46049c2cb649 [2021-04-20T15:33:25.389Z] Step 6/24 : COPY go.mod . [2021-04-20T15:33:25.389Z] ---> Using cache [2021-04-20T15:33:25.389Z] ---> 3a78ac9156c2 [2021-04-20T15:33:25.389Z] Step 7/24 : RUN go mod download [2021-04-20T15:33:25.389Z] ---> Using cache [2021-04-20T15:33:25.389Z] ---> a15f7cb3a093 [2021-04-20T15:33:25.389Z] Step 8/24 : COPY . . [2021-04-20T15:33:25.711Z] ---> Using cache [2021-04-20T15:33:25.711Z] ---> 1bddac28b89c [2021-04-20T15:33:25.711Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T15:33:25.711Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:33:25.711Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:33:25.711Z] ---> f6a3fa198c3b [2021-04-20T15:33:25.711Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T15:33:25.711Z] ---> Using cache [2021-04-20T15:33:25.711Z] ---> 393de2a36cd8 [2021-04-20T15:33:25.711Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:33:25.711Z] ---> Using cache [2021-04-20T15:33:25.711Z] ---> 8c74d23b93eb [2021-04-20T15:33:25.711Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T15:33:26.473Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:33:26.473Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:33:26.473Z] ---> f6a3fa198c3b [2021-04-20T15:33:26.473Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T15:33:26.473Z] ---> Using cache [2021-04-20T15:33:26.473Z] ---> 393de2a36cd8 [2021-04-20T15:33:26.473Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:33:26.473Z] ---> Using cache [2021-04-20T15:33:26.473Z] ---> 8c74d23b93eb [2021-04-20T15:33:26.473Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T15:33:26.473Z] ---> Using cache [2021-04-20T15:33:26.473Z] ---> 46049c2cb649 [2021-04-20T15:33:26.473Z] Step 6/21 : COPY go.mod . [2021-04-20T15:33:26.473Z] ---> Using cache [2021-04-20T15:33:26.473Z] ---> 3a78ac9156c2 [2021-04-20T15:33:26.473Z] Step 7/21 : RUN go mod download [2021-04-20T15:33:26.473Z] ---> Using cache [2021-04-20T15:33:26.473Z] ---> a15f7cb3a093 [2021-04-20T15:33:26.474Z] Step 8/21 : COPY . . [2021-04-20T15:33:26.474Z] ---> Using cache [2021-04-20T15:33:26.474Z] ---> 1bddac28b89c [2021-04-20T15:33:26.474Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T15:33:29.131Z] ---> Running in 064d36421cb9 [2021-04-20T15:33:29.131Z] ---> Running in f566a5661a79 [2021-04-20T15:33:29.131Z] ---> Running in 1ef8584cebc4 [2021-04-20T15:33:31.189Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:33:31.189Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:33:31.189Z] ---> f6a3fa198c3b [2021-04-20T15:33:31.189Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T15:33:31.189Z] ---> Using cache [2021-04-20T15:33:31.189Z] ---> 393de2a36cd8 [2021-04-20T15:33:31.189Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:33:31.189Z] ---> Using cache [2021-04-20T15:33:31.189Z] ---> 8c74d23b93eb [2021-04-20T15:33:31.189Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T15:33:31.189Z] ---> Using cache [2021-04-20T15:33:31.189Z] ---> 46049c2cb649 [2021-04-20T15:33:31.189Z] Step 6/23 : COPY go.mod . [2021-04-20T15:33:31.189Z] ---> Using cache [2021-04-20T15:33:31.189Z] ---> 3a78ac9156c2 [2021-04-20T15:33:31.189Z] Step 7/23 : RUN go mod download [2021-04-20T15:33:31.189Z] ---> Using cache [2021-04-20T15:33:31.189Z] ---> a15f7cb3a093 [2021-04-20T15:33:31.189Z] Step 8/23 : COPY . . [2021-04-20T15:33:31.189Z] ---> Using cache [2021-04-20T15:33:31.189Z] ---> 1bddac28b89c [2021-04-20T15:33:31.189Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T15:33:31.467Z] ---> Running in 5b41f8daf967 [2021-04-20T15:33:31.786Z] 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-20T15:33:31.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:33:32.401Z] 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-20T15:33:32.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:33:33.466Z] 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-20T15:33:33.824Z] OK: 233 MiB in 51 packages [2021-04-20T15:33:35.883Z] Removing intermediate container 064d36421cb9 [2021-04-20T15:33:35.883Z] ---> 710e952afde0 [2021-04-20T15:33:35.883Z] Step 6/23 : COPY go.mod . [2021-04-20T15:33:36.539Z] ---> 020de4350d5a [2021-04-20T15:33:36.539Z] Step 7/23 : RUN go mod download [2021-04-20T15:33:36.539Z] ---> Running in 0b66b90b53bf [2021-04-20T15:33:50.639Z] Removing intermediate container 0b66b90b53bf [2021-04-20T15:33:50.639Z] ---> 2616b38a5265 [2021-04-20T15:33:50.639Z] Step 8/23 : COPY . . [2021-04-20T15:34:04.122Z] 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-20T15:34:09.563Z] Removing intermediate container aa1b50d70588 [2021-04-20T15:34:09.563Z] ---> 3db393ccdc0b [2021-04-20T15:34:09.563Z] [2021-04-20T15:34:09.563Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T15:34:09.841Z] 3.12: Pulling from library/alpine [2021-04-20T15:34:11.295Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T15:34:11.295Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T15:34:11.295Z] ---> 9852663dfa18 [2021-04-20T15:34:11.295Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T15:34:12.288Z] ---> Running in 2fc166ceab0e [2021-04-20T15:34:14.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:34:14.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:34:15.547Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T15:34:15.547Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T15:34:15.547Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T15:34:15.547Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T15:34:15.547Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:34:15.547Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T15:34:15.828Z] OK: 7 MiB in 18 packages [2021-04-20T15:34:20.395Z] Removing intermediate container 9f513dcec66f [2021-04-20T15:34:20.395Z] ---> f6e1cdb816a6 [2021-04-20T15:34:20.395Z] [2021-04-20T15:34:20.395Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T15:34:20.395Z] ---> 9852663dfa18 [2021-04-20T15:34:20.395Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T15:34:20.866Z] Removing intermediate container 2fc166ceab0e [2021-04-20T15:34:20.866Z] ---> 9c32b70989e4 [2021-04-20T15:34:20.866Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T15:34:20.866Z] ---> Running in 08fb0486727b [2021-04-20T15:34:21.235Z] Removing intermediate container e92346de7f61 [2021-04-20T15:34:21.235Z] ---> 3103044120e9 [2021-04-20T15:34:21.235Z] [2021-04-20T15:34:21.235Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T15:34:21.235Z] ---> 9852663dfa18 [2021-04-20T15:34:21.235Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T15:34:21.235Z] ---> Running in 0ce8d3898dd7 [2021-04-20T15:34:21.235Z] ---> Running in 4b47e45511b6 [2021-04-20T15:34:22.230Z] Removing intermediate container 0ce8d3898dd7 [2021-04-20T15:34:22.230Z] ---> 5231a0df6413 [2021-04-20T15:34:22.230Z] Step 13/21 : WORKDIR /edgex [2021-04-20T15:34:22.230Z] ---> Running in dec6323687ee [2021-04-20T15:34:23.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:34:23.216Z] Removing intermediate container dec6323687ee [2021-04-20T15:34:23.216Z] ---> cd1589efc170 [2021-04-20T15:34:23.216Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T15:34:23.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:34:23.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:34:23.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:34:23.768Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T15:34:24.047Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T15:34:24.047Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:34:24.047Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T15:34:24.328Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T15:34:24.328Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:34:24.328Z] OK: 5 MiB in 15 packages [2021-04-20T15:34:24.328Z] OK: 6 MiB in 16 packages [2021-04-20T15:34:24.328Z] ---> 7af875f7c443 [2021-04-20T15:34:24.328Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T15:34:26.983Z] Removing intermediate container 4b47e45511b6 [2021-04-20T15:34:26.983Z] ---> e0524b7f9f81 [2021-04-20T15:34:26.983Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T15:34:26.983Z] ---> 7b6ff34f0c9f [2021-04-20T15:34:26.983Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T15:34:26.983Z] ---> Running in 670ea8abcaca [2021-04-20T15:34:27.595Z] Removing intermediate container 08fb0486727b [2021-04-20T15:34:27.595Z] ---> 03e5cbbe889f [2021-04-20T15:34:27.595Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T15:34:27.871Z] Removing intermediate container 670ea8abcaca [2021-04-20T15:34:27.871Z] ---> d01cffe17b18 [2021-04-20T15:34:27.871Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T15:34:27.871Z] ---> Running in b1a7ee301946 [2021-04-20T15:34:28.144Z] ---> Running in 51775ad85dab [2021-04-20T15:34:29.583Z] ---> 4d884cd80c54 [2021-04-20T15:34:29.583Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T15:34:29.583Z] Removing intermediate container b1a7ee301946 [2021-04-20T15:34:29.583Z] ---> 05b15c606ad1 [2021-04-20T15:34:29.583Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T15:34:29.869Z] ---> Running in b8fe4ddcbac2 [2021-04-20T15:34:29.869Z] ---> Running in ecf2a49c4f0b [2021-04-20T15:34:29.869Z] Removing intermediate container 51775ad85dab [2021-04-20T15:34:29.869Z] ---> 9cd46ed6828a [2021-04-20T15:34:30.146Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T15:34:30.419Z] ---> Running in 0b415b91a09f [2021-04-20T15:34:30.693Z] Removing intermediate container ecf2a49c4f0b [2021-04-20T15:34:30.694Z] ---> 6cbd76caa66a [2021-04-20T15:34:30.694Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T15:34:30.971Z] Removing intermediate container b8fe4ddcbac2 [2021-04-20T15:34:30.971Z] ---> 03dca59a1224 [2021-04-20T15:34:30.971Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T15:34:30.971Z] Removing intermediate container acd53ad8cfc0 [2021-04-20T15:34:30.971Z] ---> cde3508ffd32 [2021-04-20T15:34:30.971Z] [2021-04-20T15:34:30.971Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T15:34:30.971Z] ---> 9852663dfa18 [2021-04-20T15:34:30.971Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T15:34:30.971Z] ---> Using cache [2021-04-20T15:34:30.971Z] ---> e0524b7f9f81 [2021-04-20T15:34:30.971Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T15:34:30.971Z] ---> Using cache [2021-04-20T15:34:30.971Z] ---> d01cffe17b18 [2021-04-20T15:34:30.971Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T15:34:31.138Z] 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-20T15:34:31.138Z] 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-20T15:34:31.243Z] ---> Running in 9fb8e6024b6f [2021-04-20T15:34:31.243Z] ---> Running in 4988bc9ab283 [2021-04-20T15:34:31.243Z] ---> Running in 6e7c93cae8db [2021-04-20T15:34:31.243Z] Removing intermediate container 0b415b91a09f [2021-04-20T15:34:31.243Z] ---> e27295ccd951 [2021-04-20T15:34:31.243Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:34:31.857Z] Removing intermediate container 4988bc9ab283 [2021-04-20T15:34:31.857Z] ---> 9f636778855e [2021-04-20T15:34:31.857Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:34:32.136Z] Removing intermediate container 9fb8e6024b6f [2021-04-20T15:34:32.136Z] ---> 5011001fdd1a [2021-04-20T15:34:32.136Z] Step 19/21 : LABEL arch=arm64 [2021-04-20T15:34:32.136Z] Removing intermediate container 6e7c93cae8db [2021-04-20T15:34:32.136Z] ---> 62ccadd38688 [2021-04-20T15:34:32.136Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T15:34:32.408Z] ---> 1a442bcce716 [2021-04-20T15:34:32.409Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T15:34:32.409Z] ---> Running in 209e56a5237a [2021-04-20T15:34:32.409Z] ---> Running in c1e179f60370 [2021-04-20T15:34:33.010Z] ---> b277c1123d31 [2021-04-20T15:34:33.010Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T15:34:33.287Z] Removing intermediate container c1e179f60370 [2021-04-20T15:34:33.287Z] ---> 29c6a76e06c0 [2021-04-20T15:34:33.287Z] Step 15/23 : WORKDIR / [2021-04-20T15:34:33.287Z] Removing intermediate container 209e56a5237a [2021-04-20T15:34:33.287Z] ---> dad12289913f [2021-04-20T15:34:33.287Z] Step 20/21 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:34:33.565Z] ---> Running in f609f6f1877f [2021-04-20T15:34:33.565Z] ---> Running in 8825c9ba5d77 [2021-04-20T15:34:34.553Z] Removing intermediate container f609f6f1877f [2021-04-20T15:34:34.553Z] ---> a3440b82af8e [2021-04-20T15:34:34.553Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T15:34:35.151Z] ---> 360032c9b2c8 [2021-04-20T15:34:35.151Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T15:34:35.151Z] Removing intermediate container 8825c9ba5d77 [2021-04-20T15:34:35.151Z] ---> 03572a8aa60c [2021-04-20T15:34:35.151Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:34:35.151Z] ---> 0da93b75c5f3 [2021-04-20T15:34:35.151Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T15:34:35.425Z] ---> Running in f52032555746 [2021-04-20T15:34:36.416Z] Removing intermediate container f52032555746 [2021-04-20T15:34:36.416Z] ---> 0cbc28f53252 [2021-04-20T15:34:36.416Z] [2021-04-20T15:34:36.416Z] Removing intermediate container 8af539d772d3 [2021-04-20T15:34:36.416Z] ---> 8451f55824fb [2021-04-20T15:34:36.416Z] [2021-04-20T15:34:36.416Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T15:34:36.416Z] ---> 9852663dfa18 [2021-04-20T15:34:36.416Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T15:34:36.693Z] ---> 4cc33f7cabf5 [2021-04-20T15:34:36.693Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T15:34:36.693Z] ---> 80ae85afeb38 [2021-04-20T15:34:36.693Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T15:34:36.693Z] ---> 79b281a6ba2f [2021-04-20T15:34:36.693Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T15:34:36.979Z] ---> Running in c900d225dc83 [2021-04-20T15:34:36.979Z] Successfully built 0cbc28f53252 [2021-04-20T15:34:36.979Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-20T15:34:36.979Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-20T15:34:36.979Z] ---> Running in 378c4c88ed7d [2021-04-20T15:34:36.979Z] ---> Running in e0f831fde655 [2021-04-20T15:34:37.575Z] Removing intermediate container 378c4c88ed7d [2021-04-20T15:34:37.575Z] ---> 9dec411f13d4 [2021-04-20T15:34:37.575Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:34:37.847Z] Removing intermediate container c900d225dc83 [2021-04-20T15:34:37.847Z] ---> e4b7679f5411 [2021-04-20T15:34:37.847Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T15:34:38.122Z] Removing intermediate container e0f831fde655 [2021-04-20T15:34:38.122Z] ---> a9751056a4f5 [2021-04-20T15:34:38.122Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:34:38.122Z] ---> Running in 07a17d642a8d [2021-04-20T15:34:38.122Z] ---> Running in 4d0cbf58a2b4 [2021-04-20T15:34:38.398Z] ---> Running in 2b2d48c07aad [2021-04-20T15:34:38.398Z] ---> e069c38dd8c8 [2021-04-20T15:34:38.398Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T15:34:39.015Z] Removing intermediate container 4d0cbf58a2b4 [2021-04-20T15:34:39.015Z] ---> 222d1dadc21b [2021-04-20T15:34:39.015Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T15:34:39.015Z] Removing intermediate container 07a17d642a8d [2021-04-20T15:34:39.015Z] ---> 84b70e3a81d7 [2021-04-20T15:34:39.015Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T15:34:39.294Z] Removing intermediate container 2b2d48c07aad [2021-04-20T15:34:39.294Z] ---> 16cc5c4cbf51 [2021-04-20T15:34:39.294Z] Step 20/22 : LABEL arch=arm64 [2021-04-20T15:34:39.571Z] ---> Running in 44d2c649430e [2021-04-20T15:34:39.571Z] ---> Running in 837400d42756 [2021-04-20T15:34:40.185Z] ---> Running in 66ddb0b4439d [2021-04-20T15:34:40.185Z] ---> b11f4ce5b873 [2021-04-20T15:34:40.185Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T15:34:40.460Z] ---> Running in ddbfafea8d15 [2021-04-20T15:34:40.460Z] Removing intermediate container 44d2c649430e [2021-04-20T15:34:40.460Z] ---> d814a9832214 [2021-04-20T15:34:40.460Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:34:40.460Z] Removing intermediate container 837400d42756 [2021-04-20T15:34:40.460Z] ---> 720f9789f2da [2021-04-20T15:34:40.460Z] Step 21/22 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:34:40.749Z] Removing intermediate container 66ddb0b4439d [2021-04-20T15:34:40.749Z] ---> 53724c113a38 [2021-04-20T15:34:40.749Z] Step 21/22 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:34:40.749Z] ---> Running in fd6f2973f2fd [2021-04-20T15:34:41.035Z] ---> Running in 1df04a1c725c [2021-04-20T15:34:41.035Z] ---> Running in 57128a1fb53e [2021-04-20T15:34:41.035Z] Removing intermediate container ddbfafea8d15 [2021-04-20T15:34:41.035Z] ---> c8b84664ce5a [2021-04-20T15:34:41.035Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:34:41.636Z] ---> Running in 578a727cebf3 [2021-04-20T15:34:41.911Z] Removing intermediate container 1df04a1c725c [2021-04-20T15:34:41.911Z] ---> 2a3efa65296c [2021-04-20T15:34:41.911Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T15:34:41.911Z] Removing intermediate container 57128a1fb53e [2021-04-20T15:34:41.911Z] ---> 960aa6302eb9 [2021-04-20T15:34:41.911Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T15:34:42.541Z] ---> Running in 1a3928372e66 [2021-04-20T15:34:42.542Z] ---> Running in f131a53ca053 [2021-04-20T15:34:42.847Z] Removing intermediate container 578a727cebf3 [2021-04-20T15:34:42.848Z] ---> 5bab712861e9 [2021-04-20T15:34:42.848Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T15:34:43.451Z] ---> Running in 8eac12007fe6 [2021-04-20T15:34:43.451Z] Removing intermediate container f131a53ca053 [2021-04-20T15:34:43.451Z] ---> 7ddadd5585b9 [2021-04-20T15:34:43.451Z] [2021-04-20T15:34:43.451Z] Removing intermediate container 1a3928372e66 [2021-04-20T15:34:43.451Z] ---> e6c79dd74128 [2021-04-20T15:34:43.451Z] [2021-04-20T15:34:44.063Z] Successfully built 7ddadd5585b9 [2021-04-20T15:34:44.063Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-20T15:34:44.063Z] Building docker-security-bootstrapper-go [2021-04-20T15:34:44.338Z]  Building docker-support-scheduler-go ... done Successfully built e6c79dd74128 [2021-04-20T15:34:44.338Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-20T15:34:44.338Z] Building docker-sys-mgmt-agent-go [2021-04-20T15:34:44.338Z]  Building docker-support-notifications-go ... done Removing intermediate container 8eac12007fe6 [2021-04-20T15:34:44.338Z] ---> 37d3ff87bcc2 [2021-04-20T15:34:44.338Z] Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70Removing intermediate container fd6f2973f2fd [2021-04-20T15:34:44.338Z] ---> 151c2f2f18ed [2021-04-20T15:34:44.338Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T15:34:44.338Z] [2021-04-20T15:34:44.616Z] ---> Running in bb1a2b90c2b1 [2021-04-20T15:34:44.616Z] ---> Running in 319fc229c97d [2021-04-20T15:34:45.221Z] Removing intermediate container 319fc229c97d [2021-04-20T15:34:45.221Z] ---> 8ef5e87c9247 [2021-04-20T15:34:45.221Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T15:34:45.499Z] ---> Running in c4b4cb18fffb [2021-04-20T15:34:45.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:34:45.778Z] Removing intermediate container c4b4cb18fffb [2021-04-20T15:34:45.778Z] ---> 5ed29dc0d399 [2021-04-20T15:34:46.052Z] [2021-04-20T15:34:46.327Z] Successfully built 5ed29dc0d399 [2021-04-20T15:34:46.327Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-20T15:34:46.327Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-04-20T15:34:46.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:34:48.037Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T15:34:48.037Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T15:34:48.037Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T15:34:48.311Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T15:34:48.311Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T15:34:48.593Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T15:34:48.593Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:34:48.593Z] OK: 8 MiB in 20 packages [2021-04-20T15:34:51.231Z] Removing intermediate container bb1a2b90c2b1 [2021-04-20T15:34:51.231Z] ---> 772782ccd76b [2021-04-20T15:34:51.231Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:34:52.226Z] ---> da41d66c3eaf [2021-04-20T15:34:52.226Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T15:34:54.225Z] ---> ec5daeb4f79d [2021-04-20T15:34:54.225Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T15:34:55.527Z] Removing intermediate container 5b41f8daf967 [2021-04-20T15:34:55.527Z] ---> a6034070154f [2021-04-20T15:34:55.527Z] [2021-04-20T15:34:55.527Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T15:34:55.527Z] ---> 13621d1b12d4 [2021-04-20T15:34:55.527Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T15:34:55.527Z] ---> Using cache [2021-04-20T15:34:55.527Z] ---> 4e5a7318a93e [2021-04-20T15:34:55.527Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T15:34:55.527Z] ---> Using cache [2021-04-20T15:34:55.527Z] ---> 8c2ca148c182 [2021-04-20T15:34:55.527Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T15:34:55.527Z] ---> Running in 744896915c18 [2021-04-20T15:34:55.663Z] ---> 8e4050cc9756 [2021-04-20T15:34:55.663Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T15:34:55.663Z] ---> Running in d3b87fc12343 [2021-04-20T15:34:56.651Z] Removing intermediate container d3b87fc12343 [2021-04-20T15:34:56.651Z] ---> 0aee56d49778 [2021-04-20T15:34:56.651Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:34:56.924Z] ---> Running in 4e549eaaff42 [2021-04-20T15:34:57.530Z] Removing intermediate container 4e549eaaff42 [2021-04-20T15:34:57.530Z] ---> 7226ca9b117a [2021-04-20T15:34:57.530Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T15:34:57.530Z] ---> Running in 4546a52c9f61 [2021-04-20T15:34:57.901Z] Removing intermediate container 744896915c18 [2021-04-20T15:34:57.901Z] ---> c044554d24da [2021-04-20T15:34:57.901Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T15:34:58.129Z] Removing intermediate container 4546a52c9f61 [2021-04-20T15:34:58.129Z] ---> 2a19f0b2a546 [2021-04-20T15:34:58.129Z] Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:34:58.129Z] ---> Running in 58b7a2a02e39 [2021-04-20T15:34:58.451Z] ---> Running in 05c5ee332644 [2021-04-20T15:34:58.731Z] Removing intermediate container 58b7a2a02e39 [2021-04-20T15:34:58.731Z] ---> 4f1a5b4ffa49 [2021-04-20T15:34:58.731Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T15:34:58.731Z] ---> Running in 52d5e1d3aa30 [2021-04-20T15:34:59.329Z] Removing intermediate container 52d5e1d3aa30 [2021-04-20T15:34:59.329Z] ---> d597704612a9 [2021-04-20T15:34:59.329Z] [2021-04-20T15:34:59.928Z] Successfully built d597704612a9 [2021-04-20T15:34:59.928Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-20T15:35:00.525Z] Removing intermediate container 05c5ee332644 [2021-04-20T15:35:00.525Z] ---> c21ed900c23c [2021-04-20T15:35:00.525Z] Step 15/23 : WORKDIR / [2021-04-20T15:35:02.755Z] ---> Running in 44f4188d753d [2021-04-20T15:35:04.229Z] Removing intermediate container 1ef8584cebc4 [2021-04-20T15:35:04.229Z] ---> 96756025c7f2 [2021-04-20T15:35:04.229Z] [2021-04-20T15:35:04.229Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T15:35:04.515Z] ---> 13621d1b12d4 [2021-04-20T15:35:04.515Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T15:35:04.515Z] Removing intermediate container 44f4188d753d [2021-04-20T15:35:04.515Z] ---> 0ce9ea7be14a [2021-04-20T15:35:04.515Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:35:04.785Z] ---> Running in bcd235506f15 [2021-04-20T15:35:04.785Z] Removing intermediate container f566a5661a79 [2021-04-20T15:35:04.785Z] ---> ec46ee99d512 [2021-04-20T15:35:04.785Z] [2021-04-20T15:35:04.785Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T15:35:04.785Z] ---> 13621d1b12d4 [2021-04-20T15:35:04.785Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T15:35:05.081Z] ---> Running in c8de9e6d45e5 [2021-04-20T15:35:05.359Z] ---> a742972f449e [2021-04-20T15:35:05.359Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T15:35:05.654Z] ---> b0398288daa0 [2021-04-20T15:35:05.654Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T15:35:05.991Z] ---> Running in 70d98f4dbc4d [2021-04-20T15:35:06.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:35:06.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:35:06.946Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T15:35:06.946Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T15:35:07.402Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T15:35:07.402Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T15:35:07.402Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:35:07.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:35:07.402Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T15:35:07.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:35:07.774Z] OK: 7 MiB in 18 packages [2021-04-20T15:35:07.774Z] ---> 694ac032ab8c [2021-04-20T15:35:07.774Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T15:35:07.774Z] 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-20T15:35:07.774Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T15:35:08.156Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T15:35:08.156Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T15:35:08.156Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T15:35:08.156Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T15:35:08.156Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T15:35:08.156Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:35:08.156Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T15:35:08.571Z] OK: 7 MiB in 20 packages [2021-04-20T15:35:09.205Z] ---> 5316a76d5340 [2021-04-20T15:35:09.205Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T15:35:09.501Z] ---> Running in 54bdf2fb16ae [2021-04-20T15:35:11.188Z] Removing intermediate container bcd235506f15 [2021-04-20T15:35:11.188Z] ---> 8948baca05f2 [2021-04-20T15:35:11.188Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T15:35:11.188Z] Removing intermediate container 54bdf2fb16ae [2021-04-20T15:35:11.188Z] ---> 814784bb176a [2021-04-20T15:35:11.188Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:35:11.188Z] ---> Running in cd7fea577d0e [2021-04-20T15:35:11.188Z] ---> Running in 18f6e293537e [2021-04-20T15:35:11.188Z] Removing intermediate container c8de9e6d45e5 [2021-04-20T15:35:11.188Z] ---> 146bef659bf0 [2021-04-20T15:35:11.188Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T15:35:11.953Z] ---> Running in 64f574c53d77 [2021-04-20T15:35:12.980Z] Removing intermediate container cd7fea577d0e [2021-04-20T15:35:12.980Z] ---> d38727e995d3 [2021-04-20T15:35:12.980Z] Step 13/21 : WORKDIR /edgex [2021-04-20T15:35:12.980Z] Removing intermediate container 18f6e293537e [2021-04-20T15:35:12.980Z] ---> 514f14f4e8c1 [2021-04-20T15:35:12.980Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T15:35:13.717Z] Removing intermediate container 64f574c53d77 [2021-04-20T15:35:13.717Z] ---> 01f4839c6606 [2021-04-20T15:35:13.717Z] Step 13/24 : WORKDIR / [2021-04-20T15:35:14.036Z] ---> Running in 3d1d17df53d1 [2021-04-20T15:35:14.036Z] ---> Running in b4141b92e091 [2021-04-20T15:35:15.083Z] ---> Running in 7a216a135b96 [2021-04-20T15:35:15.083Z] Removing intermediate container b4141b92e091 [2021-04-20T15:35:15.083Z] ---> e84aad3ccdcb [2021-04-20T15:35:15.083Z] Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:35:15.413Z] Removing intermediate container 3d1d17df53d1 [2021-04-20T15:35:15.413Z] ---> 494b139e28d7 [2021-04-20T15:35:15.413Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T15:35:15.707Z] ---> Running in 88e862ac619d [2021-04-20T15:35:16.018Z] Removing intermediate container 7a216a135b96 [2021-04-20T15:35:16.018Z] ---> bd06ca585817 [2021-04-20T15:35:16.018Z] 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-20T15:35:16.759Z] ---> a11474030ed6 [2021-04-20T15:35:16.759Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T15:35:16.759Z] Removing intermediate container 88e862ac619d [2021-04-20T15:35:16.759Z] ---> c2b9bf0fafe1 [2021-04-20T15:35:16.759Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T15:35:17.436Z] ---> Running in 6914794bdb94 [2021-04-20T15:35:17.783Z] ---> 88e83dbe964e [2021-04-20T15:35:17.783Z] 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-20T15:35:17.783Z] Removing intermediate container 6914794bdb94 [2021-04-20T15:35:17.783Z] ---> 1ebb69cdb378 [2021-04-20T15:35:17.783Z] [2021-04-20T15:35:18.947Z] ---> cc22ac9024a0 [2021-04-20T15:35:18.947Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T15:35:18.947Z] ---> e62b03b68810 [2021-04-20T15:35:18.947Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T15:35:18.947Z] Successfully built 1ebb69cdb378 [2021-04-20T15:35:19.317Z] Successfully tagged docker-core-command-go:latest [2021-04-20T15:35:20.694Z]  Building docker-core-command-go ... done  ---> 8c61d15eb462 [2021-04-20T15:35:20.694Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T15:35:21.439Z] ---> b9312ce4fa32 [2021-04-20T15:35:21.439Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T15:35:21.726Z] ---> Running in 5ba11fcbfb7d [2021-04-20T15:35:22.868Z] Removing intermediate container 5ba11fcbfb7d [2021-04-20T15:35:22.868Z] ---> 3b2857c2e56c [2021-04-20T15:35:22.868Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T15:35:22.868Z] ---> e078cfb6c6dc [2021-04-20T15:35:22.868Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T15:35:23.241Z] ---> Running in da35cbea5b06 [2021-04-20T15:35:25.224Z] Removing intermediate container da35cbea5b06 [2021-04-20T15:35:25.224Z] ---> d2e6754667cd [2021-04-20T15:35:25.224Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T15:35:26.079Z] ---> Running in fed2797d0060 [2021-04-20T15:35:26.438Z] ---> 857bc3e4038e [2021-04-20T15:35:26.438Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T15:35:26.777Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:35:26.777Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:35:26.777Z] ---> f3455c5e1287 [2021-04-20T15:35:26.777Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T15:35:26.777Z] ---> Using cache [2021-04-20T15:35:26.777Z] ---> 8ef19671c3f8 [2021-04-20T15:35:26.777Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:35:26.777Z] ---> Using cache [2021-04-20T15:35:26.777Z] ---> 68070b15f552 [2021-04-20T15:35:26.777Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T15:35:26.777Z] ---> Using cache [2021-04-20T15:35:26.777Z] ---> dab1c83fe0bf [2021-04-20T15:35:26.777Z] Step 6/24 : COPY go.mod . [2021-04-20T15:35:26.777Z] ---> Using cache [2021-04-20T15:35:26.777Z] ---> 5abcce95527f [2021-04-20T15:35:26.777Z] Step 7/24 : RUN go mod download [2021-04-20T15:35:26.777Z] ---> Using cache [2021-04-20T15:35:26.777Z] ---> eb596df58ec2 [2021-04-20T15:35:26.777Z] Step 8/24 : COPY . . [2021-04-20T15:35:26.777Z] ---> Using cache [2021-04-20T15:35:26.777Z] ---> 5b7975f9f34e [2021-04-20T15:35:26.777Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T15:35:27.158Z] Removing intermediate container fed2797d0060 [2021-04-20T15:35:27.158Z] ---> 45250cc79d72 [2021-04-20T15:35:27.158Z] Step 20/21 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:35:27.455Z] ---> Running in a2ca4bade392 [2021-04-20T15:35:27.764Z] ---> 0f6b64b0e272 [2021-04-20T15:35:27.764Z] 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-20T15:35:28.075Z] ---> Running in 95eb228af5b6 [2021-04-20T15:35:28.871Z] Removing intermediate container a2ca4bade392 [2021-04-20T15:35:28.871Z] ---> e27653e730a5 [2021-04-20T15:35:28.871Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T15:35:29.451Z] ---> Running in 859a7061367f [2021-04-20T15:35:29.590Z] ---> Running in 53f57c7305df [2021-04-20T15:35:30.446Z] 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-20T15:35:30.496Z] Removing intermediate container 53f57c7305df [2021-04-20T15:35:30.496Z] ---> f0d723646cba [2021-04-20T15:35:30.496Z] [2021-04-20T15:35:31.872Z] Successfully built f0d723646cba [2021-04-20T15:35:31.872Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T15:35:36.179Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 95eb228af5b6 [2021-04-20T15:35:36.179Z] ---> 3b9dada00316 [2021-04-20T15:35:36.179Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T15:35:36.179Z] ---> Running in 8e3964ae4ede [2021-04-20T15:35:36.928Z] Removing intermediate container 8e3964ae4ede [2021-04-20T15:35:36.928Z] ---> 51a5921e4768 [2021-04-20T15:35:36.928Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T15:35:36.928Z] ---> Running in 0bd284d6f576 [2021-04-20T15:35:37.951Z] Removing intermediate container 0bd284d6f576 [2021-04-20T15:35:37.951Z] ---> 4dc3d3105568 [2021-04-20T15:35:37.951Z] Step 23/24 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:35:37.951Z] ---> Running in 5b6f459cdb5e [2021-04-20T15:35:38.630Z] Removing intermediate container 5b6f459cdb5e [2021-04-20T15:35:38.630Z] ---> 8a0bca8b5a26 [2021-04-20T15:35:38.630Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T15:35:38.758Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:35:38.758Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:35:38.758Z] ---> f3455c5e1287 [2021-04-20T15:35:38.758Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T15:35:38.758Z] ---> Using cache [2021-04-20T15:35:38.758Z] ---> 8ef19671c3f8 [2021-04-20T15:35:38.758Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:35:38.758Z] ---> Using cache [2021-04-20T15:35:38.758Z] ---> 68070b15f552 [2021-04-20T15:35:38.758Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T15:35:38.758Z] ---> Using cache [2021-04-20T15:35:38.758Z] ---> dab1c83fe0bf [2021-04-20T15:35:38.758Z] Step 6/31 : COPY go.mod . [2021-04-20T15:35:38.758Z] ---> Using cache [2021-04-20T15:35:38.758Z] ---> 5abcce95527f [2021-04-20T15:35:38.758Z] Step 7/31 : RUN go mod download [2021-04-20T15:35:38.758Z] ---> Using cache [2021-04-20T15:35:38.758Z] ---> eb596df58ec2 [2021-04-20T15:35:38.758Z] Step 8/31 : COPY . . [2021-04-20T15:35:38.758Z] ---> Using cache [2021-04-20T15:35:38.758Z] ---> 5b7975f9f34e [2021-04-20T15:35:38.758Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T15:35:38.758Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T15:35:38.758Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:35:38.758Z] ---> f3455c5e1287 [2021-04-20T15:35:38.758Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T15:35:38.758Z] ---> Using cache [2021-04-20T15:35:38.758Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 8ef19671c3f8 [2021-04-20T15:35:38.758Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:35:38.758Z] ---> Using cache [2021-04-20T15:35:38.758Z] ---> 68070b15f552 [2021-04-20T15:35:38.759Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T15:35:38.759Z] [2021-04-20T15:35:38.759Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T15:35:38.759Z] ---> f3455c5e1287 [2021-04-20T15:35:38.759Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T15:35:38.759Z] ---> Using cache [2021-04-20T15:35:38.759Z] ---> 8ef19671c3f8 [2021-04-20T15:35:38.759Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T15:35:38.759Z] ---> Using cache [2021-04-20T15:35:38.759Z] ---> 68070b15f552 [2021-04-20T15:35:38.759Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T15:35:38.759Z] ---> Using cache [2021-04-20T15:35:38.759Z] ---> dab1c83fe0bf [2021-04-20T15:35:38.759Z] Step 6/23 : COPY go.mod . [2021-04-20T15:35:38.759Z] ---> Using cache [2021-04-20T15:35:38.759Z] ---> 5abcce95527f [2021-04-20T15:35:38.759Z] Step 7/23 : RUN go mod download [2021-04-20T15:35:38.759Z] ---> Using cache [2021-04-20T15:35:38.759Z] ---> eb596df58ec2 [2021-04-20T15:35:38.759Z] Step 8/23 : COPY . . [2021-04-20T15:35:38.759Z] ---> Using cache [2021-04-20T15:35:38.759Z] ---> 5b7975f9f34e [2021-04-20T15:35:38.759Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T15:35:38.759Z] ---> Running in be7a992add6d [2021-04-20T15:35:38.759Z] ---> Running in 2cf98e45b9d6 [2021-04-20T15:35:38.759Z] ---> Running in f46dd16fd2b1 [2021-04-20T15:35:38.903Z] ---> Running in ad9872d253b6 [2021-04-20T15:35:39.222Z] Removing intermediate container ad9872d253b6 [2021-04-20T15:35:39.222Z] ---> bcdaaba1d846 [2021-04-20T15:35:39.222Z] [2021-04-20T15:35:39.888Z] Successfully built bcdaaba1d846 [2021-04-20T15:35:40.162Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T15:35:41.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:35:41.404Z] 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-20T15:35:41.404Z] 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-20T15:35:41.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:35:42.668Z] OK: 217 MiB in 51 packages [2021-04-20T15:35:44.493Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 70d98f4dbc4d [2021-04-20T15:35:44.493Z] ---> 05b6d058424b [2021-04-20T15:35:44.493Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T15:35:44.493Z] ---> Running in ace9b81349d8 [2021-04-20T15:35:44.679Z] Removing intermediate container be7a992add6d [2021-04-20T15:35:44.679Z] ---> ce7625c65fa0 [2021-04-20T15:35:44.679Z] Step 6/23 : COPY go.mod . [2021-04-20T15:35:45.514Z] 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-20T15:35:46.143Z] ---> 13769e9d70a0 [2021-04-20T15:35:46.143Z] Step 7/23 : RUN go mod download [2021-04-20T15:35:46.143Z] ---> Running in b2f08314c271 [2021-04-20T15:35:48.229Z] Removing intermediate container ace9b81349d8 [2021-04-20T15:35:48.229Z] ---> a86f5a42b74f [2021-04-20T15:35:48.229Z] [2021-04-20T15:35:48.229Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T15:35:48.229Z] 20.10.0: Pulling from library/docker [2021-04-20T15:35:50.516Z] Removing intermediate container b2f08314c271 [2021-04-20T15:35:50.516Z] ---> 4233d21d5b47 [2021-04-20T15:35:50.516Z] Step 8/23 : COPY . . [2021-04-20T15:36:03.643Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T15:36:03.643Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T15:36:03.643Z] ---> aefe523efa57 [2021-04-20T15:36:03.643Z] 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-20T15:36:03.643Z] ---> Running in 867a3086822b [2021-04-20T15:36:03.643Z] Removing intermediate container 867a3086822b [2021-04-20T15:36:03.643Z] ---> 26216c6eda78 [2021-04-20T15:36:03.643Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T15:36:03.643Z] ---> Running in 192617fe07b5 [2021-04-20T15:36:04.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:36:04.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:36:04.959Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T15:36:04.959Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T15:36:04.959Z] Executing bash-5.0.17-r0.post-install [2021-04-20T15:36:04.959Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T15:36:04.959Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T15:36:05.277Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T15:36:05.277Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T15:36:05.277Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T15:36:05.277Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T15:36:05.277Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T15:36:05.277Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T15:36:05.277Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T15:36:05.277Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T15:36:05.277Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T15:36:06.772Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T15:36:06.772Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T15:36:06.772Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T15:36:06.772Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T15:36:06.772Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T15:36:06.772Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T15:36:06.772Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T15:36:06.772Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T15:36:06.772Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T15:36:06.772Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T15:36:07.056Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T15:36:07.056Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T15:36:07.056Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T15:36:07.056Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T15:36:07.056Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T15:36:07.056Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T15:36:07.056Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T15:36:07.056Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T15:36:07.056Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T15:36:07.335Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T15:36:07.336Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T15:36:07.336Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T15:36:07.336Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T15:36:07.336Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T15:36:07.336Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T15:36:07.336Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T15:36:07.336Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:36:07.336Z] OK: 72 MiB in 59 packages [2021-04-20T15:36:09.329Z] Collecting docker-compose==1.23.2 [2021-04-20T15:36:09.329Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T15:36:09.329Z] 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-20T15:36:09.329Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T15:36:09.329Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T15:36:09.601Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T15:36:09.601Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T15:36:09.601Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T15:36:09.601Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T15:36:11.120Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T15:36:11.120Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T15:36:12.161Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T15:36:12.161Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T15:36:12.161Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T15:36:12.161Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T15:36:12.784Z] ---> 2e3130b43ae3 [2021-04-20T15:36:12.784Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T15:36:12.784Z] ---> Running in 17c5849d8c1c [2021-04-20T15:36:12.784Z] 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-20T15:36:13.597Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T15:36:13.597Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T15:36:13.888Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T15:36:13.888Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T15:36:14.552Z] Collecting PyYAML<4,>=3.10 [2021-04-20T15:36:14.552Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T15:36:16.072Z] 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-20T15:36:16.072Z] Collecting idna<2.8,>=2.5 [2021-04-20T15:36:16.072Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T15:36:16.072Z] 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-20T15:36:16.374Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T15:36:16.374Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T15:36:16.660Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T15:36:16.660Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T15:36:16.660Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T15:36:16.660Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T15:36:16.660Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T15:36:16.660Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T15:36:16.944Z] Installing collected packages: cached-property, jsonschema, dockerpty, texttable, websocket-client, docopt, idna, urllib3, requests, docker-pycreds, docker, PyYAML, docker-compose [2021-04-20T15:36:17.249Z] Running setup.py install for dockerpty: started [2021-04-20T15:36:19.402Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T15:36:19.402Z] Running setup.py install for texttable: started [2021-04-20T15:36:20.012Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T15:36:20.279Z] Running setup.py install for docopt: started [2021-04-20T15:36:20.877Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T15:36:20.877Z] Attempting uninstall: idna [2021-04-20T15:36:20.877Z] Found existing installation: idna 2.9 [2021-04-20T15:36:20.877Z] Uninstalling idna-2.9: [2021-04-20T15:36:20.877Z] Successfully uninstalled idna-2.9 [2021-04-20T15:36:21.154Z] Attempting uninstall: urllib3 [2021-04-20T15:36:21.154Z] Found existing installation: urllib3 1.25.9 [2021-04-20T15:36:21.154Z] Uninstalling urllib3-1.25.9: [2021-04-20T15:36:21.463Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T15:36:21.814Z] Attempting uninstall: requests [2021-04-20T15:36:21.814Z] Found existing installation: requests 2.23.0 [2021-04-20T15:36:21.814Z] Uninstalling requests-2.23.0: [2021-04-20T15:36:21.814Z] Successfully uninstalled requests-2.23.0 [2021-04-20T15:36:22.455Z] Running setup.py install for PyYAML: started [2021-04-20T15:36:23.557Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T15:36:24.171Z] 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-20T15:36:39.498Z] Removing intermediate container 192617fe07b5 [2021-04-20T15:36:39.498Z] ---> 6e08c02bd01c [2021-04-20T15:36:39.498Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T15:36:39.498Z] ---> Running in b22d7ebf36e0 [2021-04-20T15:36:39.645Z] 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-20T15:36:40.165Z] Removing intermediate container b22d7ebf36e0 [2021-04-20T15:36:40.165Z] ---> 3587a44b5b58 [2021-04-20T15:36:40.165Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T15:36:40.165Z] ---> Running in 501bc025385b [2021-04-20T15:36:40.823Z] Removing intermediate container 501bc025385b [2021-04-20T15:36:40.823Z] ---> d4b6fb628113 [2021-04-20T15:36:40.823Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T15:36:42.268Z] ---> f1b4adc68cbc [2021-04-20T15:36:42.268Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T15:36:42.268Z] ---> 05c90e2b5b78 [2021-04-20T15:36:42.268Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T15:36:42.890Z] ---> 1f41f6e54933 [2021-04-20T15:36:42.890Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T15:36:43.172Z] ---> Running in c8aaedb6a9e0 [2021-04-20T15:36:43.450Z] Removing intermediate container c8aaedb6a9e0 [2021-04-20T15:36:43.450Z] ---> 6393e4b603fd [2021-04-20T15:36:43.450Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:36:43.450Z] ---> Running in d54fb2d1a20d [2021-04-20T15:36:43.732Z] Removing intermediate container d54fb2d1a20d [2021-04-20T15:36:43.732Z] ---> 4e790cb052d7 [2021-04-20T15:36:43.732Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T15:36:44.039Z] ---> Running in bcbe564400d5 [2021-04-20T15:36:44.653Z] Removing intermediate container bcbe564400d5 [2021-04-20T15:36:44.653Z] ---> 8e88f14c6ddc [2021-04-20T15:36:44.653Z] Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:36:44.653Z] ---> Running in 1eb626c10d75 [2021-04-20T15:36:45.265Z] Removing intermediate container 1eb626c10d75 [2021-04-20T15:36:45.265Z] ---> 9344c4130974 [2021-04-20T15:36:45.265Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T15:36:45.265Z] ---> Running in e0b04afe8595 [2021-04-20T15:36:45.718Z] Removing intermediate container e0b04afe8595 [2021-04-20T15:36:45.718Z] ---> 2de2f749cfba [2021-04-20T15:36:45.718Z] [2021-04-20T15:36:46.425Z] Successfully built 2de2f749cfba [2021-04-20T15:36:46.425Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T15:36:47.438Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T15:36:47.448Z] $ docker stop --time=1 0f36cfe0d2ebbbc471837f3a93129352fcb1281abb0a3f80e762757cea4e6856 [2021-04-20T15:36:51.657Z] $ docker rm -f 0f36cfe0d2ebbbc471837f3a93129352fcb1281abb0a3f80e762757cea4e6856 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:36:52.094Z] Removing intermediate container 859a7061367f [2021-04-20T15:36:52.094Z] ---> bf0fa63cc733 [2021-04-20T15:36:52.094Z] [2021-04-20T15:36:52.094Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T15:36:52.094Z] ---> 9852663dfa18 [2021-04-20T15:36:52.094Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T15:36:52.094Z] ---> Running in 1854bcdd23bd [2021-04-20T15:36:52.216Z] + docker images [2021-04-20T15:36:52.217Z] + grep docker [2021-04-20T15:36:53.218Z] docker-sys-mgmt-agent-go latest 2de2f749cfba 7 seconds ago 312MB [2021-04-20T15:36:53.218Z] docker-security-secretstore-setup-go latest bcdaaba1d846 About a minute ago 26.3MB [2021-04-20T15:36:53.218Z] docker-security-proxy-setup-go latest f0d723646cba About a minute ago 26MB [2021-04-20T15:36:53.218Z] docker-core-command-go latest 1ebb69cdb378 About a minute ago 17.5MB [2021-04-20T15:36:53.218Z] docker-security-bootstrapper-go latest 7b5f8353939c 3 minutes ago 19.3MB [2021-04-20T15:36:53.218Z] docker-core-data-go latest 3429602e6a63 4 minutes ago 22.9MB [2021-04-20T15:36:53.218Z] docker-core-metadata-go latest 78d1784758b6 4 minutes ago 19.2MB [2021-04-20T15:36:53.218Z] docker-support-scheduler-go latest 7c3e6faad3a0 4 minutes ago 17.7MB [2021-04-20T15:36:53.218Z] docker-support-notifications-go latest 2051c34ae99c 4 minutes ago 18.2MB [2021-04-20T15:36:53.218Z] 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-20T15:36:54.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:36:54.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:36:55.102Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T15:36:55.102Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T15:36:55.102Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T15:36:55.102Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T15:36:55.102Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T15:36:55.102Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T15:36:55.102Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:36:55.102Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T15:36:55.382Z] OK: 7 MiB in 20 packages [2021-04-20T15:36:58.047Z] Removing intermediate container 1854bcdd23bd [2021-04-20T15:36:58.047Z] ---> 4732b3f0817a [2021-04-20T15:36:58.047Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T15:36:58.047Z] ---> Running in 7272fd523713 [2021-04-20T15:36:58.650Z] Removing intermediate container 7272fd523713 [2021-04-20T15:36:58.650Z] ---> 58c408f7bdc7 [2021-04-20T15:36:58.650Z] Step 13/24 : WORKDIR / [2021-04-20T15:36:58.927Z] ---> Running in 94b48a37ca7a [2021-04-20T15:36:59.922Z] Removing intermediate container 94b48a37ca7a [2021-04-20T15:36:59.922Z] ---> f19d2fcd54f9 [2021-04-20T15:36:59.922Z] 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-20T15:37:00.930Z] ---> 671a1c7524dc [2021-04-20T15:37:00.930Z] 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-20T15:37:02.380Z] ---> 2e10efd5ad1a [2021-04-20T15:37:02.380Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T15:37:03.381Z] ---> 07d0e08ee0c2 [2021-04-20T15:37:03.381Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T15:37:05.364Z] ---> 00d12cecc46f [2021-04-20T15:37:05.364Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T15:37:07.356Z] ---> 23218066dbc4 [2021-04-20T15:37:07.356Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T15:37:08.547Z] Still waiting to schedule task [2021-04-20T15:37:08.547Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-20T15:37:08.805Z] ---> 84d637fe8016 [2021-04-20T15:37:08.805Z] 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-20T15:37:09.080Z] ---> Running in 231537dab1bd [2021-04-20T15:37:11.071Z] Removing intermediate container f46dd16fd2b1 [2021-04-20T15:37:11.071Z] ---> 0c64766fe2f1 [2021-04-20T15:37:11.071Z] [2021-04-20T15:37:11.071Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T15:37:11.071Z] ---> 9852663dfa18 [2021-04-20T15:37:11.071Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T15:37:11.071Z] ---> Running in aeeb7d8f9666 [2021-04-20T15:37:12.058Z] Removing intermediate container aeeb7d8f9666 [2021-04-20T15:37:12.058Z] ---> 8a10538a0359 [2021-04-20T15:37:12.058Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T15:37:12.058Z] ---> Running in 3eb896688282 [2021-04-20T15:37:13.505Z] Removing intermediate container 231537dab1bd [2021-04-20T15:37:13.506Z] ---> 9f1559271663 [2021-04-20T15:37:13.506Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T15:37:13.506Z] ---> Running in 7b27ba940ab0 [2021-04-20T15:37:14.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:37:14.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:37:14.391Z] Removing intermediate container 7b27ba940ab0 [2021-04-20T15:37:14.391Z] ---> 8e8cfee34a82 [2021-04-20T15:37:14.391Z] Step 22/24 : LABEL arch=arm64 [2021-04-20T15:37:14.999Z] ---> Running in 790ffadeafa9 [2021-04-20T15:37:14.999Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T15:37:14.999Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T15:37:14.999Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T15:37:14.999Z] OK: 5 MiB in 16 packages [2021-04-20T15:37:16.449Z] Removing intermediate container 790ffadeafa9 [2021-04-20T15:37:16.449Z] ---> c4c1e73d00e2 [2021-04-20T15:37:16.449Z] Step 23/24 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:37:16.721Z] ---> Running in 485d951ac8f4 [2021-04-20T15:37:17.325Z] Removing intermediate container 3eb896688282 [2021-04-20T15:37:17.325Z] ---> b4e6033a9f99 [2021-04-20T15:37:17.325Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T15:37:17.607Z] Removing intermediate container 485d951ac8f4 [2021-04-20T15:37:17.607Z] ---> 860cf55156fc [2021-04-20T15:37:17.607Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T15:37:17.607Z] ---> Running in 2f857763bf5a [2021-04-20T15:37:17.879Z] Removing intermediate container 2cf98e45b9d6 [2021-04-20T15:37:17.879Z] ---> ac6c0ba049c0 [2021-04-20T15:37:17.879Z] [2021-04-20T15:37:17.879Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T15:37:17.879Z] ---> 9852663dfa18 [2021-04-20T15:37:17.879Z] ---> Running in 9dd308925bad [2021-04-20T15:37:17.879Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T15:37:17.879Z] ---> Using cache [2021-04-20T15:37:17.879Z] ---> e0524b7f9f81 [2021-04-20T15:37:17.879Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T15:37:17.879Z] ---> Using cache [2021-04-20T15:37:17.879Z] ---> d01cffe17b18 [2021-04-20T15:37:17.879Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T15:37:18.156Z] ---> Running in 53012aca66b8 [2021-04-20T15:37:18.435Z] Removing intermediate container 2f857763bf5a [2021-04-20T15:37:18.435Z] ---> 440c03afcb44 [2021-04-20T15:37:18.435Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T15:37:18.715Z] Removing intermediate container 9dd308925bad [2021-04-20T15:37:18.715Z] ---> d159261104b9 [2021-04-20T15:37:18.715Z] [2021-04-20T15:37:18.715Z] ---> Running in 24511851bfe4 [2021-04-20T15:37:18.715Z] Removing intermediate container 53012aca66b8 [2021-04-20T15:37:18.715Z] ---> 462a15771f77 [2021-04-20T15:37:18.715Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T15:37:18.989Z] ---> Running in aa61ef80bcad [2021-04-20T15:37:19.270Z] Successfully built d159261104b9 [2021-04-20T15:37:19.270Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-20T15:37:19.543Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 24511851bfe4 [2021-04-20T15:37:19.543Z] ---> d4cab14f5b02 [2021-04-20T15:37:19.543Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T15:37:19.816Z] ---> Running in ee0f5da0d13b [2021-04-20T15:37:19.816Z] Removing intermediate container aa61ef80bcad [2021-04-20T15:37:19.816Z] ---> d9352e58b271 [2021-04-20T15:37:19.816Z] Step 15/23 : WORKDIR / [2021-04-20T15:37:20.092Z] ---> Running in 405c4de4a856 [2021-04-20T15:37:20.693Z] Removing intermediate container 405c4de4a856 [2021-04-20T15:37:20.693Z] ---> 388219822cb4 [2021-04-20T15:37:20.693Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:37:21.678Z] ---> 0aee74e66f32 [2021-04-20T15:37:21.678Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T15:37:23.142Z] Removing intermediate container ee0f5da0d13b [2021-04-20T15:37:23.142Z] ---> 0e68ecb2fc6d [2021-04-20T15:37:23.142Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T15:37:23.142Z] ---> c6fad8eb74c0 [2021-04-20T15:37:23.142Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T15:37:23.142Z] ---> Running in 46e953a8ae9a [2021-04-20T15:37:24.123Z] Removing intermediate container 46e953a8ae9a [2021-04-20T15:37:24.123Z] ---> a2317201efa2 [2021-04-20T15:37:24.123Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T15:37:24.123Z] ---> a1786eb90e87 [2021-04-20T15:37:24.123Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T15:37:24.728Z] ---> Running in ab5d1c1423aa [2021-04-20T15:37:25.003Z] ---> 4db7b5572a97 [2021-04-20T15:37:25.003Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T15:37:25.280Z] Removing intermediate container ab5d1c1423aa [2021-04-20T15:37:25.280Z] ---> 27fe1ed56462 [2021-04-20T15:37:25.280Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:37:25.280Z] ---> Running in 3fb960168b7f [2021-04-20T15:37:25.879Z] ---> Running in 51609b6e9888 [2021-04-20T15:37:26.150Z] Removing intermediate container 17c5849d8c1c [2021-04-20T15:37:26.150Z] ---> d8d3d7c6403b [2021-04-20T15:37:26.150Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T15:37:26.426Z] ---> Running in a6d9f46e764d [2021-04-20T15:37:26.426Z] Removing intermediate container 51609b6e9888 [2021-04-20T15:37:26.426Z] ---> bd5e9392388a [2021-04-20T15:37:26.426Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T15:37:26.714Z] ---> Running in 6ec5cf504613 [2021-04-20T15:37:27.311Z] Removing intermediate container 6ec5cf504613 [2021-04-20T15:37:27.311Z] ---> bf823aacac70 [2021-04-20T15:37:27.311Z] Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:37:27.586Z] ---> Running in ca54d8ab692d [2021-04-20T15:37:27.863Z] 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-20T15:37:28.136Z] Removing intermediate container ca54d8ab692d [2021-04-20T15:37:28.136Z] ---> 7655df32caff [2021-04-20T15:37:28.136Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T15:37:28.409Z] Removing intermediate container 3fb960168b7f [2021-04-20T15:37:28.409Z] ---> cad7f5e2b9e0 [2021-04-20T15:37:28.409Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T15:37:28.409Z] ---> Running in 83518df08c59 [2021-04-20T15:37:29.009Z] Removing intermediate container 83518df08c59 [2021-04-20T15:37:29.009Z] ---> 137ed371f5e4 [2021-04-20T15:37:29.009Z] [2021-04-20T15:37:29.611Z] ---> ccaf20e24a03 [2021-04-20T15:37:29.611Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T15:37:29.611Z] Successfully built 137ed371f5e4 [2021-04-20T15:37:29.611Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-20T15:37:31.047Z]  Building docker-core-command-go ... done  ---> fec122fde0a1 [2021-04-20T15:37:31.047Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T15:37:31.047Z] Removing intermediate container a6d9f46e764d [2021-04-20T15:37:31.047Z] ---> 5561ba1bfc38 [2021-04-20T15:37:31.047Z] [2021-04-20T15:37:31.047Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T15:37:31.047Z] 20.10.0: Pulling from library/docker [2021-04-20T15:37:32.030Z] ---> f07f1572fc69 [2021-04-20T15:37:32.030Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T15:37:33.462Z] ---> 339588152aea [2021-04-20T15:37:33.462Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T15:37:34.445Z] ---> 23725430ff8e [2021-04-20T15:37:34.446Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T15:37:35.048Z] ---> Running in 08f97537dbf5 [2021-04-20T15:37:36.035Z] Removing intermediate container 08f97537dbf5 [2021-04-20T15:37:36.035Z] ---> 96512831ac7d [2021-04-20T15:37:36.035Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T15:37:37.476Z] ---> 5c26fec167dc [2021-04-20T15:37:37.476Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T15:37:38.071Z] ---> Running in 173da8a0d9f9 [2021-04-20T15:37:39.511Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T15:37:39.511Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T15:37:39.511Z] ---> eeaf43b92773 [2021-04-20T15:37:39.511Z] 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-20T15:37:40.101Z] ---> Running in a68f484f9f84 [2021-04-20T15:37:40.370Z] Removing intermediate container 173da8a0d9f9 [2021-04-20T15:37:40.370Z] ---> fd4814fbb5b2 [2021-04-20T15:37:40.370Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T15:37:40.370Z] Removing intermediate container a68f484f9f84 [2021-04-20T15:37:40.370Z] ---> cb3f34fb9519 [2021-04-20T15:37:40.370Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T15:37:40.643Z] ---> Running in b3647aee7bc8 [2021-04-20T15:37:40.643Z] ---> Running in 197ed97137c9 [2021-04-20T15:37:41.248Z] Removing intermediate container b3647aee7bc8 [2021-04-20T15:37:41.248Z] ---> a8b08e4628c6 [2021-04-20T15:37:41.248Z] Step 28/31 : CMD ["gate"] [2021-04-20T15:37:41.529Z] ---> Running in 144a580a8c58 [2021-04-20T15:37:41.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:37:42.076Z] Removing intermediate container 144a580a8c58 [2021-04-20T15:37:42.076Z] ---> 1d0a8184dc1e [2021-04-20T15:37:42.076Z] Step 29/31 : LABEL arch=arm64 [2021-04-20T15:37:42.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:37:42.356Z] ---> Running in cdc36a327986 [2021-04-20T15:37:42.630Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T15:37:42.630Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T15:37:42.630Z] Executing bash-5.0.17-r0.post-install [2021-04-20T15:37:42.630Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T15:37:42.630Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T15:37:42.630Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T15:37:42.630Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T15:37:42.912Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T15:37:42.912Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T15:37:42.912Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T15:37:42.912Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T15:37:42.912Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T15:37:42.912Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T15:37:42.912Z] Removing intermediate container cdc36a327986 [2021-04-20T15:37:42.912Z] ---> 6750cf91797b [2021-04-20T15:37:42.912Z] Step 30/31 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:37:42.912Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T15:37:43.183Z] ---> Running in a605ab92a4c9 [2021-04-20T15:37:43.783Z] Removing intermediate container a605ab92a4c9 [2021-04-20T15:37:43.783Z] ---> b991de692b4c [2021-04-20T15:37:43.783Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T15:37:44.392Z] ---> Running in e3e6ee496d7b [2021-04-20T15:37:44.664Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T15:37:44.664Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T15:37:44.664Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T15:37:44.664Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T15:37:44.664Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T15:37:44.664Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T15:37:44.664Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T15:37:44.664Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T15:37:44.936Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T15:37:44.936Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T15:37:44.936Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T15:37:44.936Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T15:37:44.936Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T15:37:44.936Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T15:37:44.936Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T15:37:44.936Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T15:37:44.936Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T15:37:44.936Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T15:37:44.936Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T15:37:44.936Z] Removing intermediate container e3e6ee496d7b [2021-04-20T15:37:44.936Z] ---> 000593af789e [2021-04-20T15:37:44.936Z] [2021-04-20T15:37:45.209Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T15:37:45.209Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T15:37:45.209Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T15:37:45.209Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T15:37:45.209Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T15:37:45.209Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T15:37:45.209Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T15:37:45.209Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:37:45.209Z] OK: 72 MiB in 59 packages [2021-04-20T15:37:45.496Z] Successfully built 000593af789e [2021-04-20T15:37:45.496Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-20T15:37:49.784Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-04-20T15:37:49.784Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T15:37:49.784Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T15:37:49.784Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T15:37:51.207Z] 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-20T15:37:51.479Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T15:37:51.479Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T15:37:53.444Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T15:37:53.716Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T15:37:55.137Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T15:37:55.137Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T15:37:55.406Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T15:37:55.406Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T15:37:55.675Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T15:37:55.675Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T15:37:58.276Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T15:37:58.276Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T15:37:58.545Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T15:37:58.545Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T15:37:59.511Z] Collecting PyYAML<4,>=3.10 [2021-04-20T15:37:59.511Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T15:38:02.090Z] Running on prd-ubuntu18.04-docker-8c-8g-1184 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws [2021-04-20T15:38:02.108Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T15:38:02.994Z] Collecting idna<2.8,>=2.5 [2021-04-20T15:38:02.995Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T15:38:03.276Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T15:38:03.276Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T15:38:03.565Z] 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-20T15:38:03.565Z] 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-20T15:38:03.859Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T15:38:03.859Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T15:38:03.859Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T15:38:03.859Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T15:38:03.859Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T15:38:03.859Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T15:38:04.447Z] using credential edgex-jenkins-ssh [2021-04-20T15:38:04.460Z] Cloning the remote Git repository [2021-04-20T15:38:04.500Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:38:04.574Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-20T15:38:04.883Z] Installing collected packages: dockerpty, docopt, websocket-client, idna, urllib3, requests, jsonschema, texttable, docker-pycreds, docker, cached-property, PyYAML, docker-compose [2021-04-20T15:38:04.883Z] Running setup.py install for dockerpty: started [2021-04-20T15:38:04.613Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:38:04.613Z] > git --version # timeout=10 [2021-04-20T15:38:04.621Z] > git --version # 'git version 2.17.1' [2021-04-20T15:38:04.621Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:38:04.657Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:38:06.877Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T15:38:06.877Z] Running setup.py install for docopt: started [2021-04-20T15:38:08.834Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T15:38:08.834Z] Attempting uninstall: idna [2021-04-20T15:38:08.834Z] Found existing installation: idna 2.9 [2021-04-20T15:38:08.834Z] Uninstalling idna-2.9: [2021-04-20T15:38:09.108Z] Successfully uninstalled idna-2.9 [2021-04-20T15:38:09.701Z] Attempting uninstall: urllib3 [2021-04-20T15:38:09.701Z] Found existing installation: urllib3 1.25.9 [2021-04-20T15:38:09.701Z] Uninstalling urllib3-1.25.9: [2021-04-20T15:38:09.701Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T15:38:10.290Z] Attempting uninstall: requests [2021-04-20T15:38:10.290Z] Found existing installation: requests 2.23.0 [2021-04-20T15:38:10.290Z] Uninstalling requests-2.23.0: [2021-04-20T15:38:10.290Z] Successfully uninstalled requests-2.23.0 [2021-04-20T15:38:10.879Z] Running setup.py install for texttable: started [2021-04-20T15:38:11.800Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:38:11.807Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:38:11.817Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:38:11.826Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:38:11.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:38:11.830Z] > 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-20T15:38:12.318Z] Merging remotes/origin/master commit b2496097c2e37da8ddba342dd762aae92f769114 into PR head commit fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:38:12.443Z] Merge succeeded, producing fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:38:12.444Z] Checking out Revision fcb463379cb20344b4af5188c99e81291b015a70 (PR-3387) [2021-04-20T15:38:12.841Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T15:38:13.429Z] Running setup.py install for PyYAML: started [2021-04-20T15:38:12.343Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:38:12.348Z] > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 [2021-04-20T15:38:12.423Z] > git remote # timeout=10 [2021-04-20T15:38:12.432Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T15:38:12.441Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:38:12.445Z] > git merge b2496097c2e37da8ddba342dd762aae92f769114 # timeout=10 [2021-04-20T15:38:12.453Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T15:38:12.465Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:38:12.469Z] > git checkout -f fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 [2021-04-20T15:38:15.389Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T15:38:16.015Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-04-20T15:38:16.366Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:38:17.070Z] + echo snap-build.sh [2021-04-20T15:38:17.070Z] snap-build.sh [2021-04-20T15:38:17.070Z] + SNAP_BASE_DIR=. [2021-04-20T15:38:17.070Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-04-20T15:38:17.070Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-04-20T15:38:17.070Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-04-20T15:38:17.070Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-04-20T15:38:17.070Z] + cd /w/workspace/edgex-go/3 [2021-04-20T15:38:17.070Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-20T15:38:17.070Z] Reading package lists... [2021-04-20T15:38:17.070Z] Building dependency tree... [2021-04-20T15:38:17.070Z] Reading state information... [2021-04-20T15:38:17.332Z] The following packages were automatically installed and are no longer required: [2021-04-20T15:38:17.332Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-20T15:38:17.332Z] uidmap xdelta3 [2021-04-20T15:38:17.332Z] Use 'sudo apt autoremove' to remove them. [2021-04-20T15:38:17.332Z] The following packages will be REMOVED: [2021-04-20T15:38:17.332Z] lxd* lxd-client* [2021-04-20T15:38:17.592Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-20T15:38:17.592Z] After this operation, 31.7 MB disk space will be freed. [2021-04-20T15:38:18.641Z] (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-20T15:38:18.641Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T15:38:19.591Z] Removing lxd dnsmasq configuration [2021-04-20T15:38:19.591Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T15:38:19.591Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-20T15:38:20.538Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-20T15:38:20.801Z] (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-20T15:38:20.801Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-20T15:38:22.191Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-20T15:38:22.191Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-20T15:38:23.576Z] + sudo snap remove --purge lxd [2021-04-20T15:38:23.576Z] snap "lxd" is not installed [2021-04-20T15:38:23.576Z] + sudo groupadd --force --system lxd [2021-04-20T15:38:23.576Z] ++ whoami [2021-04-20T15:38:23.576Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-20T15:38:23.576Z] + newgrp - lxd [2021-04-20T15:38:23.576Z] + sudo snap install lxd [2021-04-20T15:38:24.635Z] Removing intermediate container 197ed97137c9 [2021-04-20T15:38:24.635Z] ---> 03f0997db91d [2021-04-20T15:38:24.635Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T15:38:24.635Z] ---> Running in 4b24cd0743ea [2021-04-20T15:38:24.635Z] Removing intermediate container 4b24cd0743ea [2021-04-20T15:38:24.635Z] ---> 7ca0884c948d [2021-04-20T15:38:24.635Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T15:38:24.906Z] ---> Running in 3142ba666afc [2021-04-20T15:38:25.178Z] Removing intermediate container 3142ba666afc [2021-04-20T15:38:25.178Z] ---> 45ee188c58f8 [2021-04-20T15:38:25.178Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T15:38:26.611Z] ---> dc1ee3bc4f23 [2021-04-20T15:38:26.611Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T15:38:27.206Z] ---> ccc482a245ba [2021-04-20T15:38:27.206Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T15:38:28.182Z] ---> dd227d45dac1 [2021-04-20T15:38:28.182Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T15:38:28.182Z] ---> Running in 70f33429d8ac [2021-04-20T15:38:28.774Z] Removing intermediate container 70f33429d8ac [2021-04-20T15:38:28.774Z] ---> 02c23980704a [2021-04-20T15:38:28.774Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T15:38:28.774Z] ---> Running in a24de5d8ec5d [2021-04-20T15:38:29.371Z] Removing intermediate container a24de5d8ec5d [2021-04-20T15:38:29.371Z] ---> e72889da2123 [2021-04-20T15:38:29.371Z] Step 21/23 : LABEL arch=arm64 [2021-04-20T15:38:29.371Z] ---> Running in 6cdb228e481a [2021-04-20T15:38:29.963Z] Removing intermediate container 6cdb228e481a [2021-04-20T15:38:29.964Z] ---> 44d248d429c6 [2021-04-20T15:38:29.964Z] Step 22/23 : LABEL git_sha=fcb463379cb20344b4af5188c99e81291b015a70 [2021-04-20T15:38:29.964Z] ---> Running in 5dba8e75538f [2021-04-20T15:38:30.236Z] Removing intermediate container 5dba8e75538f [2021-04-20T15:38:30.237Z] ---> cf289eae6881 [2021-04-20T15:38:30.237Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T15:38:30.512Z] ---> Running in 8b08a3c20392 [2021-04-20T15:38:30.786Z] Removing intermediate container 8b08a3c20392 [2021-04-20T15:38:30.786Z] ---> da4371731fd2 [2021-04-20T15:38:30.786Z] [2021-04-20T15:38:31.381Z] Successfully built da4371731fd2 [2021-04-20T15:38:31.381Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-20T15:38:31.675Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-20T15:38:31.685Z] $ docker stop --time=1 1256059c16041eb478164a2a0acf5b3f507de957f07f9c32966c1913478ccb68 [2021-04-20T15:38:33.585Z] 2021-04-20T15:38:31Z INFO Waiting for automatic snapd restart... [2021-04-20T15:38:33.640Z] $ docker rm -f 1256059c16041eb478164a2a0acf5b3f507de957f07f9c32966c1913478ccb68 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:38:34.235Z] + docker images [2021-04-20T15:38:34.235Z] + grep docker [2021-04-20T15:38:34.504Z] docker-sys-mgmt-agent-go-arm64 latest da4371731fd2 4 seconds ago 299MB [2021-04-20T15:38:34.504Z] docker-security-bootstrapper-go-arm64 latest 000593af789e 50 seconds ago 18.1MB [2021-04-20T15:38:34.504Z] docker-core-command-go-arm64 latest 137ed371f5e4 About a minute ago 16.5MB [2021-04-20T15:38:34.504Z] docker-security-secretstore-setup-go-arm64 latest d159261104b9 About a minute ago 24.9MB [2021-04-20T15:38:34.504Z] docker-core-data-go-arm64 latest d597704612a9 3 minutes ago 21.6MB [2021-04-20T15:38:34.504Z] docker-core-metadata-go-arm64 latest 5ed29dc0d399 3 minutes ago 18.1MB [2021-04-20T15:38:34.504Z] docker-support-notifications-go-arm64 latest e6c79dd74128 3 minutes ago 17.2MB [2021-04-20T15:38:34.504Z] docker-support-scheduler-go-arm64 latest 7ddadd5585b9 3 minutes ago 16.6MB [2021-04-20T15:38:34.504Z] docker-security-proxy-setup-go-arm64 latest 0cbc28f53252 3 minutes ago 24.6MB [2021-04-20T15:38:34.504Z] 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-20T15:38:35.077Z] ---> job-cost.sh [2021-04-20T15:38:35.077Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3k5H [2021-04-20T15:38:48.505Z] lxd 4.13 from Canonical* installed [2021-04-20T15:38:48.506Z] + sudo lxd init --auto [2021-04-20T15:38:56.652Z] + sudo snap install --classic snapcraft [2021-04-20T15:39:04.790Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T15:39:04.790Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-20T15:39:04.790Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-20T15:39:04.790Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T15:39:04.790Z] Dload Upload Total Spent Left Speed [2021-04-20T15:39:04.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4510 0 --:--:-- --:--:-- --:--:-- 4510 [2021-04-20T15:39:04.790Z] 100 3325k 100 3325k 0 0 10.8M 0 --:--:-- --:--:-- --:--:-- 10.8M [2021-04-20T15:39:04.790Z] ./yq_linux_amd64 [2021-04-20T15:39:04.790Z] + sudo snapcraft prime --use-lxd [2021-04-20T15:39:05.363Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-20T15:39:05.363Z] 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-20T15:39:05.363Z] - README.md [2021-04-20T15:39:05.363Z] [2021-04-20T15:39:05.364Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T15:39:06.306Z] Launching a container. [2021-04-20T15:39:14.013Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T15:39:21.219Z] Waiting for container to be ready [2021-04-20T15:39:21.219Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-20T15:39:21.219Z] [2021-04-20T15:39:22.603Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-20T15:39:23.171Z] Waiting for network to be ready... [2021-04-20T15:39:23.742Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T15:39:23.742Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T15:39:24.313Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T15:39:24.313Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T15:39:24.573Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T15:39:24.834Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T15:39:24.834Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T15:39:24.834Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T15:39:24.834Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T15:39:24.834Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T15:39:24.834Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T15:39:25.093Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T15:39:25.093Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T15:39:25.093Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T15:39:25.093Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T15:39:25.093Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T15:39:25.093Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T15:39:25.093Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T15:39:25.353Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T15:39:25.614Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T15:39:25.614Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T15:39:25.614Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T15:39:25.614Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T15:39:25.614Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T15:39:25.614Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T15:39:25.614Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T15:39:25.875Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T15:39:28.421Z] Fetched 24.4 MB in 5s (5358 kB/s) [2021-04-20T15:39:28.992Z] Reading package lists... [2021-04-20T15:39:28.992Z] Reading package lists... [2021-04-20T15:39:29.253Z] Building dependency tree... [2021-04-20T15:39:29.253Z] Reading state information... [2021-04-20T15:39:29.253Z] The following additional packages will be installed: [2021-04-20T15:39:29.253Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T15:39:29.253Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T15:39:29.253Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T15:39:29.253Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-20T15:39:29.253Z] Suggested packages: [2021-04-20T15:39:29.253Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-20T15:39:29.253Z] Recommended packages: [2021-04-20T15:39:29.253Z] gnupg libsasl2-modules [2021-04-20T15:39:29.253Z] The following NEW packages will be installed: [2021-04-20T15:39:29.253Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-20T15:39:29.253Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-20T15:39:29.253Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-20T15:39:29.253Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-20T15:39:29.253Z] The following packages will be upgraded: [2021-04-20T15:39:29.253Z] gpg gpg-agent gpgconf libudev1 [2021-04-20T15:39:29.515Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-20T15:39:29.515Z] Need to get 3529 kB of archives. [2021-04-20T15:39:29.515Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-20T15:39:29.515Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-20T15:39:29.775Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-20T15:39:30.036Z] 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-20T15:39:30.036Z] 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-20T15:39:30.036Z] 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-20T15:39:30.613Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-20T15:39:31.183Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-20T15:39:31.183Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-20T15:39:31.183Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-20T15:39:31.183Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-20T15:39:31.183Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-20T15:39:31.183Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-20T15:39:31.183Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-20T15:39:31.183Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-20T15:39:31.445Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-20T15:39:31.445Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-20T15:39:31.445Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-20T15:39:31.445Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-20T15:39:31.445Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-20T15:39:31.445Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-20T15:39:31.445Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-20T15:39:31.445Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-20T15:39:31.445Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T15:39:31.445Z] Fetched 3529 kB in 2s (1669 kB/s) [2021-04-20T15:39:31.706Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T15:39:31.706Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-20T15:39:31.706Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T15:39:31.706Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-20T15:39:31.706Z] Selecting previously unselected package udev. [2021-04-20T15:39:31.967Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-20T15:39:31.967Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-20T15:39:31.967Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-20T15:39:32.226Z] Selecting previously unselected package libfuse2:amd64. [2021-04-20T15:39:32.226Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T15:39:32.226Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T15:39:32.226Z] Selecting previously unselected package fuse. [2021-04-20T15:39:32.226Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-20T15:39:32.226Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-20T15:39:32.226Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T15:39:32.226Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T15:39:32.486Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T15:39:32.486Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T15:39:32.486Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T15:39:32.748Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T15:39:32.748Z] Selecting previously unselected package libksba8:amd64. [2021-04-20T15:39:32.748Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-20T15:39:32.748Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-20T15:39:32.748Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-20T15:39:33.009Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T15:39:33.009Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:33.009Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-20T15:39:33.009Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T15:39:33.009Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:33.009Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-20T15:39:33.009Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T15:39:33.009Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:33.269Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-20T15:39:33.269Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T15:39:33.269Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:33.269Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-20T15:39:33.269Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T15:39:33.269Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:33.529Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-20T15:39:33.529Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T15:39:33.529Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:33.529Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-20T15:39:33.529Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T15:39:33.529Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:33.790Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-20T15:39:33.790Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T15:39:33.790Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:33.790Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-20T15:39:33.790Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-20T15:39:33.790Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:33.790Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-20T15:39:33.790Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T15:39:33.790Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T15:39:34.049Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-20T15:39:34.049Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-20T15:39:34.049Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T15:39:34.049Z] Selecting previously unselected package libldap-common. [2021-04-20T15:39:34.049Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-20T15:39:34.049Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T15:39:34.049Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-20T15:39:34.049Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-20T15:39:34.049Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T15:39:34.310Z] Selecting previously unselected package dirmngr. [2021-04-20T15:39:34.310Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T15:39:34.310Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T15:39:34.310Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T15:39:34.310Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-20T15:39:34.571Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-20T15:39:34.571Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T15:39:34.571Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-20T15:39:34.571Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-20T15:39:34.571Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:34.571Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-20T15:39:34.571Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T15:39:34.571Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-20T15:39:35.144Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-20T15:39:35.144Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:35.144Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-20T15:39:35.144Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-20T15:39:35.405Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-20T15:39:35.405Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:35.405Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:35.405Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:35.405Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:35.405Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:35.405Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:35.405Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-20T15:39:35.405Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-20T15:39:35.666Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-20T15:39:35.667Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T15:39:35.927Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-20T15:39:35.927Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-20T15:39:35.927Z] This means they are not meant to be enabled using systemctl. [2021-04-20T15:39:35.927Z] Possible reasons for having this kind of units are: [2021-04-20T15:39:35.927Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-20T15:39:35.927Z] .wants/ or .requires/ directory. [2021-04-20T15:39:35.928Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-20T15:39:35.928Z] a requirement dependency on it. [2021-04-20T15:39:35.928Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-20T15:39:35.928Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-20T15:39:35.928Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-20T15:39:35.928Z] instance name specified. [2021-04-20T15:39:36.450Z] Reading package lists... [2021-04-20T15:39:36.450Z] Building dependency tree... [2021-04-20T15:39:36.450Z] Reading state information... [2021-04-20T15:39:36.711Z] The following additional packages will be installed: [2021-04-20T15:39:36.711Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-20T15:39:36.711Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-20T15:39:36.711Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-20T15:39:36.711Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-20T15:39:36.711Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-20T15:39:36.711Z] Suggested packages: [2021-04-20T15:39:36.711Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-20T15:39:36.711Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-20T15:39:36.711Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-20T15:39:36.711Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-20T15:39:36.711Z] systemd-container policykit-1 [2021-04-20T15:39:36.711Z] Recommended packages: [2021-04-20T15:39:36.711Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-20T15:39:36.711Z] The following NEW packages will be installed: [2021-04-20T15:39:36.711Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-20T15:39:36.711Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-20T15:39:36.711Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-20T15:39:36.711Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-20T15:39:36.711Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-20T15:39:36.711Z] The following packages will be upgraded: [2021-04-20T15:39:36.711Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-20T15:39:36.972Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-20T15:39:36.972Z] Need to get 35.2 MB of archives. [2021-04-20T15:39:36.972Z] After this operation, 141 MB of additional disk space will be used. [2021-04-20T15:39:36.972Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-20T15:39:36.972Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-20T15:39:37.912Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-20T15:39:37.912Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-20T15:39:37.912Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-20T15:39:37.912Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-20T15:39:37.912Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-20T15:39:37.912Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-20T15:39:37.912Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-20T15:39:37.912Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-20T15:39:37.912Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-20T15:39:37.912Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-20T15:39:37.912Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-20T15:39:37.912Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-20T15:39:37.912Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-20T15:39:37.912Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-20T15:39:37.912Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-20T15:39:37.912Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-20T15:39:37.912Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-20T15:39:37.912Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-20T15:39:37.912Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-20T15:39:38.172Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-20T15:39:38.172Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-20T15:39:38.172Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-20T15:39:38.172Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-20T15:39:38.172Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-20T15:39:38.172Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-20T15:39:38.172Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-20T15:39:38.172Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-20T15:39:38.172Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-20T15:39:39.557Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T15:39:39.557Z] Fetched 35.2 MB in 3s (13.0 MB/s) [2021-04-20T15:39:39.557Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T15:39:39.557Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-20T15:39:39.817Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T15:39:40.390Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-20T15:39:40.390Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T15:39:40.390Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-20T15:39:40.651Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T15:39:40.651Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-20T15:39:40.651Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-20T15:39:40.651Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-20T15:39:41.223Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-20T15:39:41.223Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-20T15:39:41.223Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-20T15:39:41.484Z] Setting up apt (1.6.13) ... [2021-04-20T15:39:41.484Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-20T15:39:41.744Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-20T15:39:42.004Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-20T15:39:42.004Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T15:39:42.004Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T15:39:42.264Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-20T15:39:42.264Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T15:39:42.264Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T15:39:42.264Z] Selecting previously unselected package libexpat1:amd64. [2021-04-20T15:39:42.264Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-20T15:39:42.264Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T15:39:42.525Z] Selecting previously unselected package python3.6-minimal. [2021-04-20T15:39:42.526Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T15:39:42.526Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T15:39:42.786Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T15:39:42.786Z] Checking for services that may need to be restarted...done. [2021-04-20T15:39:42.786Z] Checking for services that may need to be restarted...done. [2021-04-20T15:39:43.049Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T15:39:43.049Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-20T15:39:43.049Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T15:39:43.620Z] Selecting previously unselected package python3-minimal. [2021-04-20T15:39:43.620Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-20T15:39:43.620Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-20T15:39:43.620Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-20T15:39:43.620Z] Selecting previously unselected package mime-support. [2021-04-20T15:39:43.620Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-20T15:39:43.620Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-20T15:39:43.620Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-20T15:39:43.620Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-20T15:39:43.620Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T15:39:43.620Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-20T15:39:43.620Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T15:39:43.620Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T15:39:43.881Z] Selecting previously unselected package python3.6. [2021-04-20T15:39:43.881Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-20T15:39:43.881Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T15:39:44.141Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-20T15:39:44.141Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-20T15:39:44.141Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T15:39:44.141Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-20T15:39:44.402Z] Selecting previously unselected package python3. [2021-04-20T15:39:44.402Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-20T15:39:44.402Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-20T15:39:44.402Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-20T15:39:44.402Z] Selecting previously unselected package multiarch-support. [2021-04-20T15:39:44.402Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T15:39:44.402Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T15:39:44.402Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-20T15:39:44.662Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-20T15:39:44.662Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-20T15:39:44.662Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-20T15:39:44.662Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T15:39:44.662Z] Selecting previously unselected package libbsd0:amd64. [2021-04-20T15:39:44.662Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-20T15:39:44.662Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T15:39:44.924Z] Selecting previously unselected package sudo. [2021-04-20T15:39:44.924Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-20T15:39:44.924Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T15:39:44.924Z] Selecting previously unselected package apparmor. [2021-04-20T15:39:44.924Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T15:39:44.924Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-20T15:39:45.186Z] Selecting previously unselected package libedit2:amd64. [2021-04-20T15:39:45.186Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-20T15:39:45.186Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T15:39:45.186Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-20T15:39:45.186Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T15:39:45.186Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T15:39:45.446Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-20T15:39:45.446Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T15:39:45.446Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T15:39:45.446Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-20T15:39:45.446Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-20T15:39:45.446Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T15:39:45.446Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-20T15:39:45.446Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T15:39:45.446Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T15:39:45.707Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-20T15:39:45.707Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-20T15:39:45.707Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T15:39:45.707Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-20T15:39:45.707Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-20T15:39:45.707Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T15:39:45.968Z] Selecting previously unselected package openssh-client. [2021-04-20T15:39:45.968Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-20T15:39:45.968Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T15:39:46.230Z] Selecting previously unselected package squashfs-tools. [2021-04-20T15:39:46.230Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-20T15:39:46.230Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T15:39:46.492Z] Selecting previously unselected package snapd. [2021-04-20T15:39:46.492Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-20T15:39:46.753Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-20T15:39:48.661Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-20T15:39:48.661Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-20T15:39:48.661Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-20T15:39:48.661Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-20T15:39:48.923Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-20T15:39:48.923Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T15:39:48.923Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T15:39:48.923Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-20T15:39:48.923Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-20T15:39:49.867Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-20T15:39:49.867Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-20T15:39:49.867Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-20T15:39:49.867Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T15:39:49.867Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T15:39:49.867Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-20T15:39:50.440Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-20T15:39:50.701Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T15:39:50.701Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-20T15:39:50.701Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-20T15:39:50.701Z] running python rtupdate hooks for python3.6... [2021-04-20T15:39:50.701Z] running python post-rtupdate hooks for python3.6... [2021-04-20T15:39:50.701Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-20T15:39:52.616Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-20T15:39:52.876Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-20T15:39:52.876Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-20T15:39:52.876Z] Setting up snapd (2.48.3+18.04) ... [2021-04-20T15:39:53.447Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-20T15:39:53.447Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-20T15:39:53.709Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-20T15:39:53.972Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-20T15:39:53.972Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T15:39:53.972Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-20T15:39:54.232Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-20T15:39:54.493Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-20T15:39:54.493Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-20T15:39:54.754Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-20T15:39:55.015Z] /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-20T15:39:55.015Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-20T15:39:55.015Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T15:39:55.957Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T15:39:55.957Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T15:39:55.957Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T15:39:57.160Z] Reading package lists... [2021-04-20T15:39:57.160Z] Reading package lists... [2021-04-20T15:39:57.421Z] Building dependency tree... [2021-04-20T15:39:57.421Z] Reading state information... [2021-04-20T15:39:57.421Z] Calculating upgrade... [2021-04-20T15:39:57.681Z] The following packages will be upgraded: [2021-04-20T15:39:57.681Z] advancecomp base-files bash binutils binutils-common [2021-04-20T15:39:57.681Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-20T15:39:57.681Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-20T15:39:57.681Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-20T15:39:57.681Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-20T15:39:57.681Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-20T15:39:57.681Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-20T15:39:57.681Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-20T15:39:57.681Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-20T15:39:57.681Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-20T15:39:57.681Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-20T15:39:57.681Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-20T15:39:57.681Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-20T15:39:57.681Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-20T15:39:57.681Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-20T15:39:57.681Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T15:39:57.681Z] Need to get 64.0 MB of archives. [2021-04-20T15:39:57.681Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-20T15:39:57.681Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-20T15:39:57.944Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-20T15:39:57.944Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-20T15:39:57.944Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-20T15:39:57.944Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-20T15:39:57.944Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-20T15:39:57.944Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-20T15:39:57.944Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-20T15:39:57.944Z] 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-20T15:39:57.944Z] 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-20T15:39:57.944Z] 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-20T15:39:57.944Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-20T15:39:57.944Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-20T15:39:57.944Z] 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-20T15:39:57.944Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-20T15:39:57.944Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-20T15:39:57.944Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-20T15:39:57.944Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-20T15:39:57.944Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-20T15:39:57.944Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-20T15:39:57.944Z] 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-20T15:39:57.944Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-20T15:39:57.944Z] 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-20T15:39:57.944Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-20T15:39:57.944Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-20T15:39:57.944Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-20T15:39:57.944Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-20T15:39:57.944Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-20T15:39:57.944Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-20T15:39:57.944Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-20T15:39:57.944Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-20T15:39:58.206Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-20T15:39:58.206Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-20T15:39:58.206Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-20T15:39:58.206Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-20T15:39:58.206Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-20T15:39:58.206Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-20T15:39:58.206Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-20T15:39:58.206Z] 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-20T15:39:58.206Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-20T15:39:58.206Z] 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-20T15:39:58.206Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-20T15:39:58.206Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-20T15:39:58.206Z] 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-20T15:39:58.206Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-20T15:39:58.206Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-20T15:39:58.206Z] 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-20T15:39:58.206Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-20T15:39:58.206Z] 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-20T15:39:58.206Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-20T15:39:58.206Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-20T15:39:58.206Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-20T15:39:58.206Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-20T15:39:58.206Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-20T15:39:58.206Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-20T15:39:58.206Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-20T15:39:58.206Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-20T15:39:58.467Z] 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-20T15:39:58.467Z] 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-20T15:39:58.467Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-20T15:39:58.725Z] 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-20T15:39:58.725Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-20T15:39:58.725Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-20T15:39:58.725Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-20T15:39:58.725Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-20T15:39:58.984Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-20T15:39:58.984Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-20T15:39:59.243Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-20T15:39:59.243Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-20T15:39:59.243Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-20T15:39:59.243Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-20T15:39:59.243Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-20T15:39:59.243Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-20T15:39:59.243Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-20T15:39:59.243Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-20T15:39:59.243Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-20T15:39:59.243Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-20T15:39:59.504Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-20T15:39:59.504Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-20T15:39:59.504Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-20T15:39:59.504Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-20T15:39:59.504Z] 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-20T15:39:59.504Z] 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-20T15:39:59.504Z] 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-20T15:39:59.504Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-20T15:39:59.504Z] 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-20T15:39:59.504Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-20T15:39:59.764Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-20T15:39:59.764Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-20T15:39:59.764Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-20T15:39:59.764Z] 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-20T15:39:59.764Z] 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-20T15:39:59.764Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-20T15:39:59.764Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-20T15:39:59.764Z] 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-20T15:39:59.764Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-20T15:39:59.764Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-20T15:39:59.764Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-20T15:39:59.764Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-20T15:40:00.025Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-20T15:40:00.025Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-20T15:40:00.025Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T15:40:00.025Z] Fetched 64.0 MB in 2s (28.2 MB/s) [2021-04-20T15:40:00.025Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:00.025Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T15:40:00.025Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T15:40:00.966Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T15:40:00.966Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T15:40:00.966Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-20T15:40:00.966Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-20T15:40:01.964Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:01.964Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T15:40:01.964Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:01.964Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T15:40:02.227Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:02.227Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T15:40:02.227Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:02.227Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T15:40:02.489Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:02.489Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T15:40:02.489Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:02.489Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T15:40:02.750Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:02.750Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T15:40:03.011Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:03.011Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T15:40:03.011Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:03.011Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-20T15:40:03.273Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:03.273Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T15:40:03.273Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:03.273Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T15:40:03.273Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:03.534Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T15:40:03.534Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:03.534Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-20T15:40:03.794Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:03.794Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T15:40:03.794Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T15:40:04.055Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T15:40:04.316Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T15:40:04.583Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-20T15:40:04.583Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-20T15:40:04.583Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-20T15:40:04.583Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-20T15:40:04.844Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-20T15:40:04.844Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-20T15:40:05.104Z] Installing new version of config file /etc/issue ... [2021-04-20T15:40:05.104Z] Installing new version of config file /etc/issue.net ... [2021-04-20T15:40:05.104Z] Installing new version of config file /etc/lsb-release ... [2021-04-20T15:40:05.104Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-20T15:40:05.364Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-20T15:40:05.364Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-20T15:40:05.364Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-20T15:40:05.624Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:05.624Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-20T15:40:05.624Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-20T15:40:05.624Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-20T15:40:05.886Z] 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-20T15:40:05.886Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:05.886Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T15:40:05.886Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-20T15:40:06.147Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-20T15:40:06.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:06.147Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-20T15:40:06.147Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-20T15:40:06.409Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-20T15:40:06.409Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:06.409Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-20T15:40:06.409Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T15:40:06.680Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-20T15:40:06.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:06.946Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T15:40:06.946Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T15:40:06.946Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T15:40:07.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:07.207Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T15:40:07.207Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T15:40:07.207Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-20T15:40:07.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:07.207Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-20T15:40:07.207Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-20T15:40:07.468Z] Setting up grep (3.1-2build1) ... [2021-04-20T15:40:07.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:07.468Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T15:40:07.468Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T15:40:07.730Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-20T15:40:07.730Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:07.730Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T15:40:07.730Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T15:40:07.989Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-20T15:40:07.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:07.989Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T15:40:07.989Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T15:40:08.560Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T15:40:08.560Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T15:40:08.560Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-20T15:40:08.560Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T15:40:09.130Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-20T15:40:09.130Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:09.130Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-20T15:40:09.130Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-20T15:40:10.514Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T15:40:10.514Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T15:40:10.514Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-20T15:40:10.514Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-20T15:40:10.514Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T15:40:10.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:10.514Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-20T15:40:10.514Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-20T15:40:10.775Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-20T15:40:10.775Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:10.775Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T15:40:11.035Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T15:40:11.035Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T15:40:11.035Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:11.035Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T15:40:11.035Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T15:40:11.296Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T15:40:11.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:11.296Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T15:40:11.296Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T15:40:11.556Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T15:40:11.556Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:11.556Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T15:40:11.556Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T15:40:11.818Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T15:40:11.818Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:11.818Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T15:40:11.818Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T15:40:12.079Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T15:40:12.079Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T15:40:12.079Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T15:40:12.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:12.339Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-20T15:40:12.339Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T15:40:12.339Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T15:40:12.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:12.600Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T15:40:12.600Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T15:40:12.600Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-20T15:40:12.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:12.600Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T15:40:12.860Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T15:40:12.861Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-20T15:40:12.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:12.861Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T15:40:13.128Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T15:40:13.410Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-20T15:40:13.671Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-20T15:40:13.933Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-20T15:40:14.192Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:14.192Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-20T15:40:14.192Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-20T15:40:14.453Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T15:40:14.453Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-20T15:40:14.453Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-20T15:40:14.453Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-20T15:40:14.714Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-20T15:40:14.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:14.975Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-20T15:40:14.975Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-20T15:40:14.975Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-20T15:40:15.235Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:15.235Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-20T15:40:15.497Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T15:40:15.497Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-20T15:40:15.497Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:15.497Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-20T15:40:15.758Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-20T15:40:15.758Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-20T15:40:15.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:15.758Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T15:40:16.025Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T15:40:16.025Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T15:40:16.285Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:16.285Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T15:40:16.285Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T15:40:16.285Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T15:40:16.612Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:16.612Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-20T15:40:16.612Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T15:40:16.871Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T15:40:17.132Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:17.132Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-20T15:40:17.132Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-20T15:40:17.132Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-20T15:40:17.132Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-20T15:40:17.392Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T15:40:17.392Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T15:40:17.392Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T15:40:17.653Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:17.653Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-20T15:40:17.653Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-20T15:40:17.914Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-20T15:40:17.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:17.914Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-20T15:40:17.914Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-20T15:40:18.175Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-20T15:40:18.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:18.435Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-20T15:40:18.435Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-20T15:40:18.435Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-20T15:40:18.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:18.694Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-20T15:40:18.694Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-20T15:40:18.694Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-20T15:40:18.973Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:18.973Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-20T15:40:18.973Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-20T15:40:19.543Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-20T15:40:19.543Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:19.543Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-20T15:40:19.543Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-20T15:40:19.804Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-20T15:40:19.804Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:19.804Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T15:40:20.066Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T15:40:20.066Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T15:40:20.066Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:20.328Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-20T15:40:20.328Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-20T15:40:20.328Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-20T15:40:20.590Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:20.590Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-20T15:40:20.590Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-20T15:40:20.590Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-20T15:40:20.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:20.851Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-20T15:40:20.851Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-20T15:40:20.851Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-20T15:40:21.112Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:21.112Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-20T15:40:21.112Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-20T15:40:21.112Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-20T15:40:21.112Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:21.112Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-20T15:40:21.373Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-20T15:40:21.373Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-20T15:40:21.373Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:21.373Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-20T15:40:21.373Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-20T15:40:21.634Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-20T15:40:21.634Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-20T15:40:21.634Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-20T15:40:21.634Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-20T15:40:21.895Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-20T15:40:21.895Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-20T15:40:21.895Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T15:40:21.895Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T15:40:21.895Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-20T15:40:22.155Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-20T15:40:22.155Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-20T15:40:22.155Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-20T15:40:22.417Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-20T15:40:22.417Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-20T15:40:22.677Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-20T15:40:22.677Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-20T15:40:22.677Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-20T15:40:22.677Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-20T15:40:22.939Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-20T15:40:22.939Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-20T15:40:22.939Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-20T15:40:22.939Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-20T15:40:24.853Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-20T15:40:24.853Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-20T15:40:24.853Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-20T15:40:24.853Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-20T15:40:24.853Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-20T15:40:24.853Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-20T15:40:25.116Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-20T15:40:25.116Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-20T15:40:26.063Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-20T15:40:26.063Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-20T15:40:26.063Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-20T15:40:26.063Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-20T15:40:26.324Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T15:40:26.324Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T15:40:26.584Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T15:40:26.844Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T15:40:26.844Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T15:40:26.844Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T15:40:27.105Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-20T15:40:27.105Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-20T15:40:27.105Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:27.105Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T15:40:27.366Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:27.366Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T15:40:27.626Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:27.626Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T15:40:27.626Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:27.626Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T15:40:28.566Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:28.827Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T15:40:29.395Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:29.659Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T15:40:30.237Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:30.237Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T15:40:30.497Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:30.497Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T15:40:31.439Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-20T15:40:31.439Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-20T15:40:31.439Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T15:40:31.439Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T15:40:31.699Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T15:40:31.699Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T15:40:31.960Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-20T15:40:31.960Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-20T15:40:31.960Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-20T15:40:31.960Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-20T15:40:32.221Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T15:40:32.221Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T15:40:32.221Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-20T15:40:32.482Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-20T15:40:32.482Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-20T15:40:32.482Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-20T15:40:32.745Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:32.745Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-20T15:40:32.745Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:32.745Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:32.745Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:32.745Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-20T15:40:33.006Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-20T15:40:33.006Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-20T15:40:33.006Z] [2021-04-20T15:40:33.006Z] Current default time zone: 'Etc/UTC' [2021-04-20T15:40:33.006Z] Local time is now: Tue Apr 20 15:40:32 UTC 2021. [2021-04-20T15:40:33.006Z] Universal Time is now: Tue Apr 20 15:40:32 UTC 2021. [2021-04-20T15:40:33.006Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-20T15:40:33.006Z] [2021-04-20T15:40:33.006Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-20T15:40:33.266Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:33.266Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-20T15:40:33.266Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-20T15:40:33.266Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-20T15:40:33.266Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-20T15:40:33.266Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-20T15:40:33.266Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-20T15:40:33.266Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-20T15:40:33.266Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-20T15:40:33.529Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:33.529Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-20T15:40:34.102Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T15:40:34.102Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T15:40:34.102Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:34.102Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-20T15:40:34.102Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-20T15:40:34.102Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-20T15:40:34.102Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-20T15:40:34.102Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-20T15:40:34.102Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-20T15:40:34.102Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-20T15:40:34.102Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-20T15:40:36.013Z] Updating certificates in /etc/ssl/certs... [2021-04-20T15:40:36.585Z] 23 added, 27 removed; done. [2021-04-20T15:40:36.846Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-20T15:40:36.846Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-20T15:40:36.846Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-20T15:40:36.846Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-20T15:40:36.846Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-20T15:40:36.846Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T15:40:37.106Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-20T15:40:37.106Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T15:40:37.106Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T15:40:37.106Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T15:40:37.106Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T15:40:37.106Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T15:40:37.106Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-20T15:40:37.106Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-20T15:40:37.368Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-20T15:40:37.368Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-20T15:40:37.368Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-20T15:40:37.368Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T15:40:37.368Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-20T15:40:37.368Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-20T15:40:37.368Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-20T15:40:37.630Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-20T15:40:37.630Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T15:40:37.630Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-20T15:40:37.630Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-20T15:40:37.630Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-20T15:40:37.630Z] Updating certificates in /etc/ssl/certs... [2021-04-20T15:40:38.573Z] 0 added, 0 removed; done. [2021-04-20T15:40:38.573Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-20T15:40:38.573Z] done. [2021-04-20T15:40:38.834Z] Reading package lists... [2021-04-20T15:40:38.834Z] Building dependency tree... [2021-04-20T15:40:38.834Z] Reading state information... [2021-04-20T15:40:39.095Z] The following NEW packages will be installed: [2021-04-20T15:40:39.095Z] apt-transport-https [2021-04-20T15:40:39.356Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T15:40:39.356Z] Need to get 1692 B of archives. [2021-04-20T15:40:39.356Z] After this operation, 154 kB of additional disk space will be used. [2021-04-20T15:40:39.356Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-20T15:40:39.356Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T15:40:39.356Z] Fetched 1692 B in 0s (8658 B/s) [2021-04-20T15:40:39.356Z] Selecting previously unselected package apt-transport-https. [2021-04-20T15:40:39.356Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-20T15:40:39.356Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-20T15:40:39.356Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-20T15:40:39.615Z] Setting up apt-transport-https (1.6.13) ... [2021-04-20T15:40:39.876Z] Waiting for network to be ready... [2021-04-20T15:40:46.459Z] 2021-04-20T15:40:42Z INFO Waiting for automatic snapd restart... [2021-04-20T15:40:46.459Z] snapd 2.49.2 from Canonical* installed [2021-04-20T15:40:46.719Z] "snapd" switched to the "latest/stable" channel [2021-04-20T15:40:46.719Z] [2021-04-20T15:40:50.024Z] core18 20210309 from Canonical* installed [2021-04-20T15:40:50.024Z] "core18" switched to the "latest/stable" channel [2021-04-20T15:40:50.024Z] [2021-04-20T15:40:50.753Z] lf-activate-venv(): INFO: Adding /tmp/venv-3k5H/bin to PATH [2021-04-20T15:40:50.753Z] INFO: No Stack... [2021-04-20T15:40:50.753Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T15:40:50.753Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T15:40:51.086Z] + + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-04-20T15:40:51.086Z] cut -d, -f6 [Pipeline] lock [2021-04-20T15:40:51.191Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3387-3-stack-cost] [2021-04-20T15:40:51.200Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3387-3-stack-cost] did not exist. Created. [2021-04-20T15:40:51.200Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3387-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T15:40:51.553Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T15:40:51.822Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T15:40:51.835Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3387-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T15:40:52.584Z] snapcraft 4.6.2 from Canonical* installed [2021-04-20T15:40:53.281Z] "snapcraft" switched to the "latest/stable" channel [2021-04-20T15:40:53.281Z] [2021-04-20T15:40:56.585Z] 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-20T15:40:56.585Z] - README.md [2021-04-20T15:40:56.585Z] [2021-04-20T15:40:56.585Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-20T15:41:03.166Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T15:41:03.166Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T15:41:03.166Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T15:41:03.166Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T15:41:04.370Z] Reading package lists... [2021-04-20T15:41:04.630Z] 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-20T15:41:11.211Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T15:41:11.211Z] Reading package lists... [2021-04-20T15:41:11.211Z] Building dependency tree... [2021-04-20T15:41:11.211Z] Reading state information... [2021-04-20T15:41:11.211Z] Suggested packages: [2021-04-20T15:41:11.211Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-20T15:41:11.211Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-20T15:41:11.211Z] Recommended packages: [2021-04-20T15:41:11.211Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-20T15:41:11.211Z] The following NEW packages will be installed: [2021-04-20T15:41:11.211Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-20T15:41:11.211Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-20T15:41:11.211Z] pkg-config zip [2021-04-20T15:41:11.211Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-20T15:41:11.211Z] Need to get 7663 kB of archives. [2021-04-20T15:41:11.211Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-20T15:41:11.211Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-20T15:41:11.211Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-20T15:41:11.211Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-20T15:41:11.211Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-20T15:41:11.211Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-20T15:41:11.211Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-20T15:41:11.211Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-20T15:41:11.211Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-20T15:41:11.471Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-20T15:41:11.471Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-20T15:41:11.471Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-20T15:41:11.471Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-20T15:41:11.471Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-20T15:41:11.736Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-20T15:41:11.736Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-20T15:41:11.736Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-20T15:41:11.736Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-04-20T15:41:11.736Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-20T15:41:11.736Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-20T15:41:11.736Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-20T15:41:11.736Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T15:41:12.000Z] Selecting previously unselected package libpsl5:amd64. [2021-04-20T15:41:12.000Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-20T15:41:12.000Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T15:41:12.000Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-20T15:41:12.000Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-20T15:41:12.000Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T15:41:12.261Z] Selecting previously unselected package librtmp1:amd64. [2021-04-20T15:41:12.261Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-20T15:41:12.261Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T15:41:12.261Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-20T15:41:12.261Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-20T15:41:12.261Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T15:41:12.261Z] Selecting previously unselected package liberror-perl. [2021-04-20T15:41:12.261Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-20T15:41:12.261Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-20T15:41:12.522Z] Selecting previously unselected package git-man. [2021-04-20T15:41:12.522Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-20T15:41:12.522Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T15:41:12.522Z] Selecting previously unselected package git. [2021-04-20T15:41:12.522Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-20T15:41:12.522Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T15:41:13.463Z] Selecting previously unselected package libnorm1:amd64. [2021-04-20T15:41:13.463Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-20T15:41:13.463Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T15:41:13.463Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-20T15:41:13.463Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-20T15:41:13.463Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T15:41:13.463Z] Selecting previously unselected package libsodium23:amd64. [2021-04-20T15:41:13.463Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-20T15:41:13.463Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-20T15:41:13.724Z] Selecting previously unselected package libzmq5:amd64. [2021-04-20T15:41:13.724Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T15:41:13.724Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T15:41:13.724Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-20T15:41:13.724Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-20T15:41:13.724Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T15:41:13.984Z] Selecting previously unselected package pkg-config. [2021-04-20T15:41:13.984Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-20T15:41:13.984Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T15:41:13.984Z] Selecting previously unselected package zip. [2021-04-20T15:41:13.984Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-20T15:41:13.984Z] Unpacking zip (3.0-11build1) ... [2021-04-20T15:41:13.984Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-20T15:41:13.984Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-20T15:41:13.984Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-20T15:41:13.984Z] Setting up liberror-perl (0.17025-1) ... [2021-04-20T15:41:13.984Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-20T15:41:13.984Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-20T15:41:14.244Z] No schema files found: doing nothing. [2021-04-20T15:41:14.244Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-20T15:41:14.244Z] Setting up zip (3.0-11build1) ... [2021-04-20T15:41:14.244Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-20T15:41:14.244Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-20T15:41:14.244Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-20T15:41:14.244Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T15:41:14.244Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-20T15:41:14.244Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-20T15:41:14.244Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-20T15:41:14.504Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-20T15:41:21.094Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T15:41:21.094Z] git set to automatically installed. [2021-04-20T15:41:21.094Z] git-man set to automatically installed. [2021-04-20T15:41:21.094Z] libcurl3-gnutls set to automatically installed. [2021-04-20T15:41:21.094Z] liberror-perl set to automatically installed. [2021-04-20T15:41:21.094Z] libglib2.0-0 set to automatically installed. [2021-04-20T15:41:21.094Z] libnghttp2-14 set to automatically installed. [2021-04-20T15:41:21.094Z] libnorm1 set to automatically installed. [2021-04-20T15:41:21.094Z] libpgm-5.2-0 set to automatically installed. [2021-04-20T15:41:21.094Z] libpsl5 set to automatically installed. [2021-04-20T15:41:21.094Z] librtmp1 set to automatically installed. [2021-04-20T15:41:21.094Z] libsodium23 set to automatically installed. [2021-04-20T15:41:21.094Z] libzmq3-dev set to automatically installed. [2021-04-20T15:41:21.094Z] libzmq5 set to automatically installed. [2021-04-20T15:41:21.094Z] pkg-config set to automatically installed. [2021-04-20T15:41:21.094Z] zip set to automatically installed. [2021-04-20T15:41:23.640Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T15:41:30.235Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T15:41:42.471Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-20T15:41:42.471Z] snapd is not logged in, snap install commands will use sudo [2021-04-20T15:41:49.068Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-20T15:41:49.068Z] snap "core18" has no updates available [2021-04-20T15:41:49.328Z] Pulling go-build-helper [2021-04-20T15:41:49.329Z] + snapcraftctl pull [2021-04-20T15:41:50.718Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-20T15:41:50.718Z] Skipping pull go-build-helper (already ran) [2021-04-20T15:41:50.718Z] Building go-build-helper [2021-04-20T15:41:50.718Z] + snapcraftctl build [2021-04-20T15:41:52.106Z] Staging go-build-helper [2021-04-20T15:41:52.106Z] + snapcraftctl stage [2021-04-20T15:42:02.111Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-20T15:42:02.111Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-20T15:42:02.111Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-20T15:42:02.111Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-20T15:42:02.111Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-20T15:42:02.111Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-20T15:42:02.111Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-20T15:42:02.111Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-20T15:42:02.111Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-20T15:42:02.111Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-20T15:42:02.111Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-20T15:42:02.111Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-20T15:42:02.111Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-20T15:42:02.111Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-20T15:42:02.111Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-20T15:42:02.111Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-20T15:42:02.111Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-20T15:42:02.111Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-20T15:42:02.111Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-20T15:42:02.111Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-20T15:42:02.111Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-20T15:42:02.111Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-20T15:42:02.111Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-20T15:42:02.111Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-20T15:42:02.111Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-20T15:42:02.111Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-20T15:42:02.111Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-20T15:42:02.111Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-20T15:42:02.111Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T15:42:02.111Z] Fetched 224 kB in 0s (0 B/s) [2021-04-20T15:42:02.111Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T15:42:02.111Z] Fetched 157 kB in 0s (0 B/s) [2021-04-20T15:42:02.111Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T15:42:02.111Z] Fetched 221 kB in 0s (0 B/s) [2021-04-20T15:42:02.111Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T15:42:02.111Z] Fetched 143 kB in 0s (0 B/s) [2021-04-20T15:42:02.111Z] Pulling app-service-config [2021-04-20T15:42:02.111Z] + snapcraftctl pull [2021-04-20T15:42:02.687Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-20T15:42:03.256Z] Pulling config-common [2021-04-20T15:42:03.257Z] + snapcraftctl pull [2021-04-20T15:42:07.464Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T15:42:07.464Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T15:42:07.464Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T15:42:07.464Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T15:42:07.464Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-20T15:42:07.464Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T15:42:07.464Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-20T15:42:07.464Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T15:42:07.464Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-20T15:42:07.464Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T15:42:07.464Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-20T15:42:07.464Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T15:42:07.464Z] Pulling edgex-go [2021-04-20T15:42:07.464Z] + snapcraftctl pull [2021-04-20T15:42:29.436Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-20T15:42:29.436Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-20T15:42:29.436Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-20T15:42:29.436Z] Fetched 0 B in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-20T15:42:29.436Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-20T15:42:29.436Z] Fetched 279 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-20T15:42:29.436Z] Fetched 122 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-20T15:42:29.436Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-20T15:42:29.436Z] Fetched 8848 B in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-20T15:42:29.436Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-20T15:42:29.436Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-20T15:42:29.436Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-20T15:42:29.436Z] Fetched 219 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-20T15:42:29.436Z] Fetched 154 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-20T15:42:29.436Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-20T15:42:29.436Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-20T15:42:29.436Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-20T15:42:29.436Z] Fetched 499 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-20T15:42:29.436Z] Fetched 111 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-20T15:42:29.436Z] Fetched 240 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-20T15:42:29.436Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-20T15:42:29.436Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-20T15:42:29.436Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-20T15:42:29.436Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-20T15:42:29.436Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-20T15:42:29.436Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-20T15:42:29.436Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-20T15:42:29.436Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-20T15:42:29.436Z] Fetched 8720 B in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-20T15:42:29.436Z] Fetched 137 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-20T15:42:29.436Z] Fetched 119 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-20T15:42:29.436Z] Fetched 110 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-20T15:42:29.436Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-20T15:42:29.436Z] Fetched 645 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-20T15:42:29.436Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-20T15:42:29.436Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-20T15:42:29.436Z] Fetched 368 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-20T15:42:29.436Z] Fetched 187 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-20T15:42:29.436Z] Fetched 175 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-20T15:42:29.436Z] Fetched 206 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-20T15:42:29.436Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-20T15:42:29.436Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-20T15:42:29.436Z] Fetched 159 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-20T15:42:29.436Z] Fetched 107 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-20T15:42:29.436Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-20T15:42:29.436Z] Pulling static-packages [2021-04-20T15:42:29.436Z] + snapcraftctl pull [2021-04-20T15:42:29.436Z] Pulling version [2021-04-20T15:42:29.436Z] + cd /root/project [2021-04-20T15:42:29.436Z] + [ -f VERSION ] [2021-04-20T15:42:29.436Z] + PROJECT_VERSION=local-dev [2021-04-20T15:42:29.436Z] + git rev-parse --short HEAD [2021-04-20T15:42:29.436Z] + GIT_REVISION=fcb46337 [2021-04-20T15:42:29.436Z] + snapcraftctl set-version local-dev [2021-04-20T15:42:30.009Z] Skipping build go-build-helper (already ran) [2021-04-20T15:42:30.009Z] Building app-service-config [2021-04-20T15:42:30.009Z] + make build [2021-04-20T15:42:30.009Z] 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-20T15:42:32.554Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-20T15:42:32.554Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-20T15:42:32.554Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-20T15:42:32.554Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-20T15:42:32.554Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-20T15:42:32.554Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-20T15:42:32.554Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-20T15:42:32.555Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-20T15:42:32.555Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-20T15:42:32.555Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-20T15:42:32.555Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-20T15:42:32.555Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-20T15:42:32.555Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-20T15:42:32.555Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-20T15:42:32.555Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-20T15:42:32.814Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-20T15:42:32.814Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-20T15:42:32.814Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-20T15:42:32.814Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-20T15:42:33.087Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-20T15:42:33.088Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-20T15:42:33.682Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-20T15:42:33.682Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-20T15:42:33.682Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-20T15:42:33.682Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-20T15:42:33.682Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-20T15:42:33.682Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-20T15:42:33.682Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-20T15:42:33.682Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-20T15:42:33.959Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-20T15:42:33.959Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-20T15:42:33.959Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-20T15:42:33.959Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-20T15:42:33.959Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-20T15:42:33.959Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-20T15:42:33.959Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-20T15:42:33.959Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-20T15:42:33.959Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-20T15:42:33.959Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-20T15:42:33.959Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-20T15:42:33.959Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-20T15:42:33.959Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-20T15:42:33.959Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-20T15:42:34.222Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-20T15:42:34.222Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-20T15:42:44.218Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-20T15:42:44.218Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-20T15:42:44.218Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-20T15:42:44.218Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-20T15:42:44.218Z] Building config-common [2021-04-20T15:42:44.218Z] + snapcraftctl build [2021-04-20T15:42:46.132Z] Building edgex-go [2021-04-20T15:42:46.393Z] + cd /root/parts/edgex-go/src [2021-04-20T15:42:46.393Z] + make build [2021-04-20T15:42:46.393Z] 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-20T15:42:46.964Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-20T15:42:46.964Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-20T15:42:46.964Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 [2021-04-20T15:42:46.964Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-20T15:42:46.964Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-20T15:42:46.964Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-20T15:42:46.964Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.15 [2021-04-20T15:42:47.227Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-20T15:42:47.228Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-20T15:42:47.228Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-20T15:42:47.228Z] go: downloading golang.org/x/text v0.3.2 [2021-04-20T15:42:52.513Z] 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-20T15:42:52.513Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-20T15:42:56.711Z] 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-20T15:42:58.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T15:42:59.482Z] 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-20T15:43:00.052Z] 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-20T15:43:00.313Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-20T15:43:00.313Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-20T15:43:00.313Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-20T15:43:00.313Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-20T15:43:02.225Z] 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-20T15:43:02.225Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-20T15:43:02.225Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-20T15:43:04.147Z] 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-20T15:43:05.088Z] 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-20T15:43:06.654Z] 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-20T15:43:07.289Z] 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-20T15:43:07.603Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-20T15:43:08.602Z] 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-20T15:43:08.882Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-20T15:43:10.987Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-20T15:43:10.987Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-20T15:43:10.987Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-20T15:43:10.987Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-20T15:43:10.987Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-20T15:43:10.987Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-20T15:43:10.987Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-20T15:43:10.987Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-20T15:43:10.987Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-20T15:43:10.987Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-20T15:43:10.987Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-20T15:43:10.987Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-20T15:43:10.987Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-20T15:43:10.987Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-20T15:43:10.987Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-20T15:43:10.987Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-20T15:43:10.987Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-20T15:43:10.987Z] + 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-20T15:43:10.987Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-20T15:43:10.987Z] + 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-20T15:43:10.987Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-20T15:43:10.987Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-20T15:43:10.987Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-20T15:43:10.987Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-20T15:43:10.987Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-20T15:43:10.987Z] + 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-20T15:43:13.655Z] Building static-packages [2021-04-20T15:43:13.655Z] + snapcraftctl build [2021-04-20T15:43:15.568Z] Building version [2021-04-20T15:43:15.568Z] + snapcraftctl build [2021-04-20T15:43:17.482Z] Skipping stage go-build-helper (already ran) [2021-04-20T15:43:17.482Z] Staging app-service-config [2021-04-20T15:43:17.482Z] + snapcraftctl stage [2021-04-20T15:43:18.427Z] Staging config-common [2021-04-20T15:43:18.427Z] + snapcraftctl stage [2021-04-20T15:43:19.369Z] Staging edgex-go [2021-04-20T15:43:19.369Z] + snapcraftctl stage [2021-04-20T15:43:20.306Z] Staging static-packages [2021-04-20T15:43:20.306Z] + snapcraftctl stage [2021-04-20T15:43:21.690Z] Staging version [2021-04-20T15:43:21.690Z] + snapcraftctl stage [2021-04-20T15:43:22.631Z] Priming go-build-helper [2021-04-20T15:43:22.631Z] + snapcraftctl prime [2021-04-20T15:43:23.571Z] Priming app-service-config [2021-04-20T15:43:23.571Z] + snapcraftctl prime [2021-04-20T15:43:24.512Z] Priming config-common [2021-04-20T15:43:24.512Z] + snapcraftctl prime [2021-04-20T15:43:25.938Z] Priming edgex-go [2021-04-20T15:43:25.938Z] + snapcraftctl prime [2021-04-20T15:43:26.879Z] Priming static-packages [2021-04-20T15:43:26.879Z] + snapcraftctl prime [2021-04-20T15:43:29.417Z] Priming version [2021-04-20T15:43:29.417Z] + snapcraftctl prime [2021-04-20T15:43:29.987Z] 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-20T15:43:31.990Z] provisioning config files... [2021-04-20T15:43:32.010Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config9167300197565860321tmp [Pipeline] { [Pipeline] sh [2021-04-20T15:43:32.540Z] + set +x [2021-04-20T15:43:32.540Z] + curl -s https://codecov.io/bash [2021-04-20T15:43:32.540Z] + bash -s -- [2021-04-20T15:43:33.643Z] [2021-04-20T15:43:33.643Z] _____ _ [2021-04-20T15:43:33.643Z] / ____| | | [2021-04-20T15:43:33.643Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T15:43:33.643Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T15:43:33.643Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T15:43:33.643Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T15:43:33.643Z] Bash-1.0.2 [2021-04-20T15:43:33.643Z] [2021-04-20T15:43:33.643Z] [2021-04-20T15:43:33.643Z] ==> git version 2.24.3 found [2021-04-20T15:43:33.643Z] ==> 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-20T15:43:33.643Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T15:43:33.643Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T15:43:33.643Z] ==> Jenkins CI detected. [2021-04-20T15:43:33.643Z] project root: . [2021-04-20T15:43:33.643Z] --> token set from env [2021-04-20T15:43:33.643Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T15:43:33.922Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T15:43:33.922Z] ==> Python coveragepy not found [2021-04-20T15:43:33.922Z] ==> Searching for coverage reports in: [2021-04-20T15:43:33.922Z] + . [2021-04-20T15:43:34.220Z] -> Found 1 reports [2021-04-20T15:43:34.220Z] ==> Detecting git/mercurial file structure [2021-04-20T15:43:34.220Z] ==> Reading reports [2021-04-20T15:43:34.220Z] + ./coverage.out bytes=703598 [2021-04-20T15:43:34.220Z] ==> Appending adjustments [2021-04-20T15:43:34.220Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T15:43:44.713Z] + Found adjustments [2021-04-20T15:43:44.713Z] ==> Gzipping contents [2021-04-20T15:43:44.713Z] 100K /tmp/codecov.TR8COd.gz [2021-04-20T15:43:44.713Z] ==> Uploading reports [2021-04-20T15:43:44.713Z] url: https://codecov.io [2021-04-20T15:43:44.713Z] query: branch=PR-3387&commit=fcb463379cb20344b4af5188c99e81291b015a70&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3387%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3387&job=&cmd_args= [2021-04-20T15:43:44.713Z] -> Pinging Codecov [2021-04-20T15:43:44.713Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3387&commit=fcb463379cb20344b4af5188c99e81291b015a70&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3387%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3387&job=&cmd_args= [2021-04-20T15:43:44.713Z] -> Uploading to [2021-04-20T15:43:44.713Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/fcb463379cb20344b4af5188c99e81291b015a70/fe675179-06df-4f36-a54c-201aad58a3fc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T154343Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7d4e1e79930a33cf1027603f058f3f9daeba36d6bbfc769d8528eeace9e3e23c [2021-04-20T15:43:44.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T15:43:44.713Z] Dload Upload Total Spent Left Speed [2021-04-20T15:43:44.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 147k --:--:-- --:--:-- --:--:-- 147k 100 98k 0 0 100 98k 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-04-20T15:43:44.816Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/fcb463379cb20344b4af5188c99e81291b015a70 [Pipeline] } [2021-04-20T15:43:44.819Z] 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-20T15:43:45.804Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:43:47.925Z] ---> package-listing.sh [2021-04-20T15:43:47.925Z] ++ facter osfamily [2021-04-20T15:43:47.925Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T15:43:48.564Z] + OS_FAMILY=redhat [2021-04-20T15:43:48.564Z] + workspace=/w/workspace/edgex-go/3 [2021-04-20T15:43:48.564Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T15:43:48.564Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T15:43:48.564Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T15:43:48.564Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T15:43:48.564Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-20T15:43:48.564Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T15:43:48.565Z] + case "${OS_FAMILY}" in [2021-04-20T15:43:48.565Z] + rpm -qa [2021-04-20T15:43:48.565Z] + sort [2021-04-20T15:44:01.115Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T15:44:01.115Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T15:44:01.115Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T15:44:01.115Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-20T15:44:01.115Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-04-20T15:44:01.115Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-04-20T15:44:01.138Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T15:44:01.488Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:44:02.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T15:44:02.708Z] [2021-04-20T15:44:02.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:44:03.077Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T15:44:03.077Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T15:44:03.077Z] df20fa9351a1: Pulling fs layer [2021-04-20T15:44:03.077Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T15:44:03.077Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T15:44:03.077Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T15:44:03.077Z] 93b61091891f: Pulling fs layer [2021-04-20T15:44:03.077Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T15:44:03.077Z] 5e14af77c1be: Pulling fs layer [2021-04-20T15:44:03.077Z] 01666e4c0597: Pulling fs layer [2021-04-20T15:44:03.077Z] aa168da1d23b: Pulling fs layer [2021-04-20T15:44:03.077Z] 01666e4c0597: Waiting [2021-04-20T15:44:03.077Z] 93b9cdb0e59b: Waiting [2021-04-20T15:44:03.077Z] 5e14af77c1be: Waiting [2021-04-20T15:44:03.077Z] 46f8f816bc3b: Waiting [2021-04-20T15:44:03.077Z] aa168da1d23b: Waiting [2021-04-20T15:44:03.077Z] 93b61091891f: Waiting [2021-04-20T15:44:03.371Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T15:44:03.371Z] 36b3adc4ff6f: Download complete [2021-04-20T15:44:03.371Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T15:44:03.371Z] 46f8f816bc3b: Download complete [2021-04-20T15:44:03.371Z] df20fa9351a1: Verifying Checksum [2021-04-20T15:44:03.371Z] df20fa9351a1: Download complete [2021-04-20T15:44:03.371Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T15:44:03.371Z] 93b9cdb0e59b: Download complete [2021-04-20T15:44:03.371Z] 93b61091891f: Verifying Checksum [2021-04-20T15:44:03.371Z] 93b61091891f: Download complete [2021-04-20T15:44:03.371Z] 5e14af77c1be: Verifying Checksum [2021-04-20T15:44:03.371Z] 5e14af77c1be: Download complete [2021-04-20T15:44:03.651Z] 01666e4c0597: Verifying Checksum [2021-04-20T15:44:03.651Z] 01666e4c0597: Download complete [2021-04-20T15:44:04.720Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T15:44:04.720Z] 8ad3a11d3b57: Download complete [2021-04-20T15:44:04.720Z] df20fa9351a1: Pull complete [2021-04-20T15:44:05.871Z] 36b3adc4ff6f: Pull complete [2021-04-20T15:44:07.867Z] 8ad3a11d3b57: Pull complete [2021-04-20T15:44:07.867Z] 46f8f816bc3b: Pull complete [2021-04-20T15:44:08.866Z] aa168da1d23b: Verifying Checksum [2021-04-20T15:44:08.866Z] aa168da1d23b: Download complete [2021-04-20T15:44:10.307Z] 93b61091891f: Pull complete [2021-04-20T15:44:10.589Z] 93b9cdb0e59b: Pull complete [2021-04-20T15:44:10.862Z] 5e14af77c1be: Pull complete [2021-04-20T15:44:11.194Z] 01666e4c0597: Pull complete [2021-04-20T15:44:33.766Z] aa168da1d23b: Pull complete [2021-04-20T15:44:33.766Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T15:44:33.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T15:44:33.766Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T15:44:34.435Z] prd-centos7-docker-4c-2g-1169 does not seem to be running inside a container [2021-04-20T15:44:34.521Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-20T15:44:39.960Z] $ docker top c6ba10151fd510ec7c52430fe7749d764022adfedb41c300f416eb7200651c34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:44:40.776Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T15:44:42.008Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T15:44:42.739Z] + ls /var/log/sa-host [2021-04-20T15:44:42.739Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T15:44:42.739Z] file_magic: OK [2021-04-20T15:44:42.739Z] HZ: Using current value: 100 [2021-04-20T15:44:42.739Z] file_header: OK [2021-04-20T15:44:42.739Z] 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-20T15:44:42.739Z] Statistics: [2021-04-20T15:44:42.739Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T15:44:42.739Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T15:44:42.739Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T15:44:42.739Z] file_magic: OK [2021-04-20T15:44:42.739Z] HZ: Using current value: 100 [2021-04-20T15:44:42.739Z] file_header: OK [2021-04-20T15:44:42.739Z] 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-20T15:44:42.739Z] Statistics: [2021-04-20T15:44:42.739Z] Hnuu...uuuununununu... [2021-04-20T15:44:42.739Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T15:44:43.415Z] provisioning config files... [2021-04-20T15:44:43.468Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3000693636633971872tmp [Pipeline] { [Pipeline] echo [2021-04-20T15:44:43.515Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:44:43.844Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T15:44:43.862Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T15:44:43.887Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:44:44.250Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T15:44:44.285Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:44:44.990Z] ---> sudo-logs.sh [2021-04-20T15:44:44.990Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T15:44:45.041Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:44:45.396Z] ---> job-cost.sh [2021-04-20T15:44:45.396Z] lf-activate-venv: SKIPPING [2021-04-20T15:44:45.716Z] DEBUG: total: 0.20999999344348907 [2021-04-20T15:44:45.716Z] INFO: Retrieving Stack Cost... [2021-04-20T15:44:46.304Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T15:44:46.910Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T15:44:46.933Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:44:47.291Z] ---> logs-deploy.sh [2021-04-20T15:44:47.291Z] lf-activate-venv: SKIPPING [2021-04-20T15:44:47.291Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3387/3 [2021-04-20T15:44:47.291Z] INFO: archiving workspace using pattern(s): [2021-04-20T15:44:49.938Z] Archives upload complete. [2021-04-20T15:44:49.938Z] INFO: archiving logs to Nexus