Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 29b7741412918b380152c0207621d70cd23b397e+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (caba79c88dcd8770a10b1a90dbfc96dbf85f0303) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30059 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 > 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/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 29b7741412918b380152c0207621d70cd23b397e Merge succeeded, producing 8210e0cd3d31697cb0e07c31f24c285899732b21 Checking out Revision 8210e0cd3d31697cb0e07c31f24c285899732b21 (PR-3241) > git config core.sparsecheckout # timeout=10 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8210e0cd3d31697cb0e07c31f24c285899732b21 # timeout=10 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 84e505e40705358717362c9b0dc5ba7440a3616c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-17T00:30:13.533Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-17T00:30:13.815Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-17T00:30:13.953Z] ========================================================= [2021-03-17T00:30:13.953Z] EdgeX Global Pipelines Version Info [2021-03-17T00:30:13.953Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:30:15.614Z] ------------------- [2021-03-17T00:30:15.614Z] stable info: [2021-03-17T00:30:15.614Z] ------------------- [2021-03-17T00:30:15.614Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-17T00:30:15.614Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T00:30:15.614Z] Message: update stable to v1.0.184 [2021-03-17T00:30:16.575Z] ------------------- [2021-03-17T00:30:16.575Z] experimental info: [2021-03-17T00:30:16.575Z] ------------------- [2021-03-17T00:30:16.575Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-17T00:30:16.575Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T00:30:16.575Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-17T00:30:16.834Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-17T00:30:16.923Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-17T00:30:17.015Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-17T00:30:17.101Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-17T00:30:17.187Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-17T00:30:17.272Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-17T00:30:17.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-17T00:30:17.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-17T00:30:17.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-17T00:30:17.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-17T00:30:17.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-17T00:30:17.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-17T00:30:17.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-17T00:30:18.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-17T00:30:18.167Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T00:30:18.258Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T00:30:18.344Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-17T00:30:18.429Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-17T00:30:18.518Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-17T00:30:18.656Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-17T00:30:18.743Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-17T00:30:18.831Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-17T00:30:18.914Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3241 [Pipeline] echo [2021-03-17T00:30:18.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3241 [Pipeline] echo [2021-03-17T00:30:19.105Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3241 [Pipeline] echo [2021-03-17T00:30:19.188Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8210e0cd3d31697cb0e07c31f24c285899732b21 [Pipeline] echo [2021-03-17T00:30:19.279Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8210e0c [Pipeline] echo [2021-03-17T00:30:19.375Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T00:30:19.590Z] provisioning config files... [2021-03-17T00:30:19.625Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7341827996388636855tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:30:19.987Z] ---> docker-login.sh [2021-03-17T00:30:19.987Z] nexus3.edgexfoundry.org:10001 [2021-03-17T00:30:20.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:30:20.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:30:20.518Z] Configure a credential helper to remove this warning. See [2021-03-17T00:30:20.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:30:20.518Z] [2021-03-17T00:30:20.518Z] Login Succeeded [2021-03-17T00:30:20.518Z] nexus3.edgexfoundry.org:10002 [2021-03-17T00:30:20.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:30:20.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:30:20.518Z] Configure a credential helper to remove this warning. See [2021-03-17T00:30:20.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:30:20.518Z] [2021-03-17T00:30:20.518Z] Login Succeeded [2021-03-17T00:30:20.518Z] nexus3.edgexfoundry.org:10003 [2021-03-17T00:30:20.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:30:20.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:30:20.785Z] Configure a credential helper to remove this warning. See [2021-03-17T00:30:20.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:30:20.785Z] [2021-03-17T00:30:20.785Z] Login Succeeded [2021-03-17T00:30:20.785Z] nexus3.edgexfoundry.org:10004 [2021-03-17T00:30:21.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:30:21.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:30:21.100Z] Configure a credential helper to remove this warning. See [2021-03-17T00:30:21.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:30:21.100Z] [2021-03-17T00:30:21.100Z] Login Succeeded [2021-03-17T00:30:21.100Z] docker.io [2021-03-17T00:30:21.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:30:21.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:30:21.366Z] Configure a credential helper to remove this warning. See [2021-03-17T00:30:21.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:30:21.366Z] [2021-03-17T00:30:21.366Z] Login Succeeded [2021-03-17T00:30:21.366Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T00:30:21.376Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T00:30:21.900Z] ++ 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-03-17T00:30:21.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:30:21.900Z] ++ dirname cmd/core-command/Dockerfile [2021-03-17T00:30:21.900Z] ++ cut -d/ -f2 [2021-03-17T00:30:21.900Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-17T00:30:21.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:30:21.900Z] ++ dirname cmd/core-data/Dockerfile [2021-03-17T00:30:21.900Z] ++ cut -d/ -f2 [2021-03-17T00:30:21.900Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-17T00:30:21.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:30:21.900Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-17T00:30:21.900Z] ++ cut -d/ -f2 [2021-03-17T00:30:21.900Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-17T00:30:21.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:30:21.900Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-17T00:30:21.900Z] ++ cut -d/ -f2 [2021-03-17T00:30:21.900Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-17T00:30:21.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:30:21.900Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-17T00:30:21.900Z] ++ cut -d/ -f2 [2021-03-17T00:30:21.900Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-17T00:30:21.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:30:21.900Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-17T00:30:21.900Z] ++ cut -d/ -f2 [2021-03-17T00:30:21.900Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-17T00:30:21.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:30:21.900Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-17T00:30:21.900Z] ++ cut -d/ -f2 [2021-03-17T00:30:21.900Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-17T00:30:21.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:30:21.900Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-17T00:30:21.900Z] ++ cut -d/ -f2 [2021-03-17T00:30:21.900Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-17T00:30:21.900Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-17T00:30:21.900Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-17T00:30:21.900Z] ++ cut -d/ -f2 [2021-03-17T00:30:21.900Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-17T00:30:21.983Z] 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-03-17T00:30:23.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T00:30:23.280Z] [2021-03-17T00:30:23.280Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:30:23.665Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T00:30:23.665Z] latest: Pulling from edgex-devops/git-semver [2021-03-17T00:30:23.665Z] 31603596830f: Pulling fs layer [2021-03-17T00:30:23.665Z] 2a8b12db71e7: Pulling fs layer [2021-03-17T00:30:23.665Z] 6ca5941a6612: Pulling fs layer [2021-03-17T00:30:23.665Z] ecc8261a40a4: Pulling fs layer [2021-03-17T00:30:23.665Z] ecc8261a40a4: Waiting [2021-03-17T00:30:23.665Z] 2a8b12db71e7: Download complete [2021-03-17T00:30:23.665Z] 31603596830f: Verifying Checksum [2021-03-17T00:30:23.665Z] 31603596830f: Download complete [2021-03-17T00:30:23.939Z] 6ca5941a6612: Verifying Checksum [2021-03-17T00:30:23.939Z] 6ca5941a6612: Download complete [2021-03-17T00:30:24.206Z] ecc8261a40a4: Verifying Checksum [2021-03-17T00:30:24.206Z] ecc8261a40a4: Download complete [2021-03-17T00:30:24.206Z] 31603596830f: Pull complete [2021-03-17T00:30:24.470Z] 2a8b12db71e7: Pull complete [2021-03-17T00:30:25.421Z] 6ca5941a6612: Pull complete [2021-03-17T00:30:25.421Z] ecc8261a40a4: Pull complete [2021-03-17T00:30:25.421Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-17T00:30:25.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T00:30:25.421Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-17T00:30:25.544Z] prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container [2021-03-17T00:30:25.602Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T00:30:28.322Z] $ docker top f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T00:30:28.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T00:30:28.653Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T00:30:28.890Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T00:30:28.894Z] $ docker exec f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 ssh-agent [2021-03-17T00:30:29.071Z] SSH_AUTH_SOCK=/tmp/ssh-QNIkNfMzFgyt/agent.11 [2021-03-17T00:30:29.071Z] SSH_AGENT_PID=16 [2021-03-17T00:30:29.085Z] Running ssh-add (command line suppressed) [2021-03-17T00:30:29.212Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_720286138772266197.key (/w/workspace/edgex-go/6@tmp/private_key_720286138772266197.key) [2021-03-17T00:30:29.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T00:30:29.649Z] + git tag --points-at HEAD [Pipeline] } [2021-03-17T00:30:29.673Z] $ docker exec --env ******** --env ******** f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 ssh-agent -k [2021-03-17T00:30:29.793Z] unset SSH_AUTH_SOCK; [2021-03-17T00:30:29.794Z] unset SSH_AGENT_PID; [2021-03-17T00:30:29.794Z] echo Agent pid 16 killed; [2021-03-17T00:30:29.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-17T00:30:29.997Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T00:30:29.997Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T00:30:30.177Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T00:30:30.183Z] $ docker exec f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 ssh-agent [2021-03-17T00:30:30.367Z] SSH_AUTH_SOCK=/tmp/ssh-AZRoOg2GLShc/agent.45 [2021-03-17T00:30:30.367Z] SSH_AGENT_PID=51 [2021-03-17T00:30:30.374Z] Running ssh-add (command line suppressed) [2021-03-17T00:30:30.503Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5458544306973789252.key (/w/workspace/edgex-go/6@tmp/private_key_5458544306973789252.key) [2021-03-17T00:30:30.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T00:30:30.896Z] + git semver init [2021-03-17T00:30:30.896Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T00:30:30.896Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-03-17T00:30:30.896Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-03-17T00:30:30.896Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T00:30:30.896Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T00:30:30.896Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T00:30:30.896Z] # $SEMVER_BRANCH = PR-3241 [2021-03-17T00:30:30.896Z] # $SEMVER_TEMP = /tmp/semver-174731872 [2021-03-17T00:30:30.896Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-17T00:30:49.107Z] # '/tmp/semver-174731872' -> '/w/workspace/edgex-go/6/.semver' [2021-03-17T00:30:49.379Z] # -> Force: false [2021-03-17T00:30:49.379Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-03-17T00:30:49.400Z] $ docker exec --env ******** --env ******** f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 ssh-agent -k [2021-03-17T00:30:49.909Z] unset SSH_AUTH_SOCK; [2021-03-17T00:30:49.910Z] unset SSH_AGENT_PID; [2021-03-17T00:30:49.910Z] echo Agent pid 51 killed; [2021-03-17T00:30:50.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T00:30:50.555Z] + git semver [Pipeline] } [2021-03-17T00:30:50.581Z] $ docker stop --time=1 f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 [2021-03-17T00:30:52.229Z] $ docker rm -f f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T00:30:52.779Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-17T00:30:53.317Z] Stashed 1 file(s) [Pipeline] echo [2021-03-17T00:30:53.320Z] [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-03-17T00:30:54.152Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-17T00:30:54.455Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T00:30:54.759Z] + sudo service docker restart [2021-03-17T00:30:54.760Z] + true [2021-03-17T00:30:54.760Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-17T00:30:55.351Z] ========================================================= [2021-03-17T00:30:55.351Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-17T00:30:55.351Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:30:55.692Z] + 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-03-17T00:30:59.925Z] Sending build context to Docker daemon 328.6MB [2021-03-17T00:30:59.926Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T00:30:59.926Z] Step 2/6 : FROM ${BASE} [2021-03-17T00:30:59.926Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-17T00:30:59.926Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T00:30:59.926Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T00:30:59.926Z] de9db76c5a1d: Pulling fs layer [2021-03-17T00:30:59.926Z] bca2f99d35d6: Pulling fs layer [2021-03-17T00:30:59.926Z] 93359f2a8cfa: Pulling fs layer [2021-03-17T00:30:59.926Z] 7c6f9722023f: Pulling fs layer [2021-03-17T00:30:59.926Z] a35cf1a2eb13: Pulling fs layer [2021-03-17T00:30:59.926Z] 93359f2a8cfa: Waiting [2021-03-17T00:30:59.926Z] 7c6f9722023f: Waiting [2021-03-17T00:30:59.926Z] bca2f99d35d6: Waiting [2021-03-17T00:30:59.926Z] a35cf1a2eb13: Waiting [2021-03-17T00:30:59.926Z] de9db76c5a1d: Verifying Checksum [2021-03-17T00:30:59.926Z] de9db76c5a1d: Download complete [2021-03-17T00:30:59.926Z] 0ef7d3d256c8: Verifying Checksum [2021-03-17T00:30:59.926Z] 93359f2a8cfa: Verifying Checksum [2021-03-17T00:30:59.926Z] 93359f2a8cfa: Download complete [2021-03-17T00:30:59.926Z] 7c6f9722023f: Download complete [2021-03-17T00:30:59.926Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T00:30:59.926Z] 188c0c94c7c5: Download complete [2021-03-17T00:30:59.926Z] 188c0c94c7c5: Pull complete [2021-03-17T00:31:00.191Z] 0ef7d3d256c8: Pull complete [2021-03-17T00:31:00.453Z] de9db76c5a1d: Pull complete [2021-03-17T00:31:01.863Z] a35cf1a2eb13: Download complete [2021-03-17T00:31:02.832Z] bca2f99d35d6: Verifying Checksum [2021-03-17T00:31:02.832Z] bca2f99d35d6: Download complete [2021-03-17T00:31:08.212Z] bca2f99d35d6: Pull complete [2021-03-17T00:31:08.212Z] 93359f2a8cfa: Pull complete [2021-03-17T00:31:08.212Z] 7c6f9722023f: Pull complete [2021-03-17T00:31:08.652Z] Still waiting to schedule task [2021-03-17T00:31:08.652Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-17T00:31:13.591Z] a35cf1a2eb13: Pull complete [2021-03-17T00:31:13.591Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-17T00:31:13.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-17T00:31:13.591Z] ---> a62c8e92a672 [2021-03-17T00:31:13.591Z] 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-03-17T00:31:13.591Z] ---> Running in 242c204a534f [2021-03-17T00:31:13.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:31:14.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:31:15.008Z] (1/12) Installing libmagic (5.38-r0) [2021-03-17T00:31:15.272Z] (2/12) Installing file (5.38-r0) [2021-03-17T00:31:15.272Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-17T00:31:15.536Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-17T00:31:30.495Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-17T00:31:30.495Z] (6/12) Installing patch (2.7.6-r6) [2021-03-17T00:31:30.495Z] (7/12) Installing build-base (0.5-r2) [2021-03-17T00:31:30.495Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-17T00:31:30.495Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-17T00:31:30.495Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-17T00:31:30.495Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-17T00:31:30.758Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-17T00:31:30.758Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:31:30.758Z] OK: 233 MiB in 51 packages [2021-03-17T00:31:34.988Z] Removing intermediate container 242c204a534f [2021-03-17T00:31:34.988Z] ---> 71fa6dc7c18c [2021-03-17T00:31:34.988Z] Step 4/6 : WORKDIR /edgex-go [2021-03-17T00:31:34.988Z] ---> Running in 7541b8443418 [2021-03-17T00:31:34.988Z] Removing intermediate container 7541b8443418 [2021-03-17T00:31:34.988Z] ---> 9d0d18d51ac7 [2021-03-17T00:31:34.988Z] Step 5/6 : COPY go.mod . [2021-03-17T00:31:34.988Z] ---> 65768f56463f [2021-03-17T00:31:34.988Z] Step 6/6 : RUN go mod download [2021-03-17T00:31:34.988Z] ---> Running in ce0a87127564 [2021-03-17T00:32:01.672Z] Removing intermediate container ce0a87127564 [2021-03-17T00:32:01.672Z] ---> c27ad13ca170 [2021-03-17T00:32:01.672Z] Successfully built c27ad13ca170 [2021-03-17T00:32:01.672Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:32:02.004Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T00:32:02.004Z] . [Pipeline] withDockerContainer [2021-03-17T00:32:02.122Z] prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container [2021-03-17T00:32:02.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat [2021-03-17T00:32:03.233Z] $ docker top 6ae35d8bd19098a3c14bf5aa9de54f62014d5baeb4bfe65658570a8cf5135b76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:32:03.736Z] + go version [2021-03-17T00:32:03.736Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-17T00:32:03.757Z] $ docker stop --time=1 6ae35d8bd19098a3c14bf5aa9de54f62014d5baeb4bfe65658570a8cf5135b76 [2021-03-17T00:32:05.121Z] $ docker rm -f 6ae35d8bd19098a3c14bf5aa9de54f62014d5baeb4bfe65658570a8cf5135b76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:32:06.022Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T00:32:06.022Z] . [Pipeline] withDockerContainer [2021-03-17T00:32:06.233Z] prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container [2021-03-17T00:32:06.283Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat [2021-03-17T00:32:07.062Z] $ docker top 43189825a6fddc4f991f7432d7dee9b54ede292893006e1011e1e44c1b0062b1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-17T00:32:07.334Z] ========================================================= [2021-03-17T00:32:07.334Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-17T00:32:07.334Z] ========================================================= [Pipeline] sh [2021-03-17T00:32:07.641Z] + make test [2021-03-17T00:32:07.641Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-17T00:32:17.742Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-17T00:32:39.850Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-17T00:32:39.850Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-17T00:32:41.277Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-17T00:32:41.277Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-17T00:32:43.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-17T00:32:43.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-17T00:32:43.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-17T00:32:43.222Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-17T00:32:44.204Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-17T00:32:44.475Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-17T00:32:47.087Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-17T00:32:47.087Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-17T00:32:47.087Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-17T00:32:50.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 45.9% of statements [2021-03-17T00:32:50.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-17T00:32:50.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-17T00:32:50.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-17T00:32:50.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-17T00:32:50.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-17T00:32:50.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-17T00:32:50.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements [2021-03-17T00:32:50.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.943s coverage: 100.0% of statements [2021-03-17T00:32:53.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.774s coverage: 27.1% of statements [2021-03-17T00:32:53.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-17T00:32:53.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-17T00:32:53.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-17T00:32:53.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-17T00:32:53.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-17T00:32:53.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-17T00:32:53.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-17T00:32:53.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-17T00:32:53.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-03-17T00:32:53.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-17T00:32:53.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-17T00:32:53.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements [2021-03-17T00:32:53.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-17T00:32:53.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-17T00:32:54.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.203s coverage: 82.9% of statements [2021-03-17T00:32:54.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-17T00:32:54.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:32:54.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.072s coverage: 78.9% of statements [2021-03-17T00:32:54.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-17T00:32:58.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.407s coverage: 28.6% of statements [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-17T00:32:58.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-17T00:32:58.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-17T00:32:58.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-17T00:32:58.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-17T00:32:58.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-17T00:32:58.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-17T00:33:00.337Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.388s coverage: 92.8% of statements [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-17T00:33:00.337Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-17T00:33:00.337Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-17T00:33:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-17T00:33:00.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements [2021-03-17T00:33:00.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.054s coverage: 79.5% of statements [2021-03-17T00:33:00.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-03-17T00:33:00.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-03-17T00:33:00.607Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-17T00:33:12.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements [2021-03-17T00:33:12.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-03-17T00:33:15.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.126s coverage: 81.9% of statements [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.067s coverage: 92.9% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.6% of statements [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 62.4% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 69.0% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 38.4% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.145s coverage: 87.1% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.769s coverage: 29.1% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-03-17T00:33:27.764Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-17T00:33:27.764Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-17T00:33:27.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.082s coverage: 96.5% of statements [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-17T00:33:27.765Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-17T00:33:27.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-17T00:33:27.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-17T00:33:27.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-17T00:33:27.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-17T00:33:27.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-17T00:33:27.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-17T00:33:27.765Z] GO111MODULE=on go vet ./... [2021-03-17T00:33:38.889Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30065 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws [2021-03-17T00:33:39.005Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-17T00:33:44.053Z] using credential edgex-jenkins-ssh [2021-03-17T00:33:44.108Z] Cloning the remote Git repository [2021-03-17T00:33:44.155Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:33:44.265Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-17T00:33:44.337Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:33:44.338Z] > git --version # timeout=10 [2021-03-17T00:33:44.355Z] > git --version # 'git version 2.17.1' [2021-03-17T00:33:44.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:33:44.410Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T00:34:00.205Z] gofmt -l . [2021-03-17T00:34:00.205Z] [ "`gofmt -l .`" = "" ] [2021-03-17T00:34:00.205Z] ./bin/test-go-mod-tidy.sh [2021-03-17T00:34:00.205Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-17T00:34:00.654Z] + ls -al . [2021-03-17T00:34:00.654Z] total 760 [2021-03-17T00:34:00.654Z] drwxrwxr-x 10 1001 1001 4096 Mar 17 00:33 . [2021-03-17T00:34:00.654Z] drwxr-xr-x 4 root root 28 Mar 17 00:32 .. [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 11 Mar 17 00:30 .dockerignore [2021-03-17T00:34:00.654Z] drwxrwxr-x 8 1001 1001 179 Mar 17 00:30 .git [2021-03-17T00:34:00.654Z] drwxrwxr-x 3 1001 1001 125 Mar 17 00:30 .github [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 818 Mar 17 00:30 .gitignore [2021-03-17T00:34:00.654Z] drwx------ 3 1001 1001 60 Mar 17 00:30 .semver [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 166 Mar 17 00:30 .sonarcloud.properties [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 8607 Mar 17 00:30 Attribution.txt [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 3804 Mar 17 00:30 CONTRIBUTING.md [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 931 Mar 17 00:30 Dockerfile.build [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 863 Mar 17 00:30 Jenkinsfile [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 10775 Mar 17 00:30 LICENSE [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 5774 Mar 17 00:30 Makefile [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 6548 Mar 17 00:30 README.md [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 6755 Mar 17 00:30 SECURITY.md [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 5 Mar 17 00:30 VERSION [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 4131 Mar 17 00:30 ZMQWindows.md [2021-03-17T00:34:00.654Z] drwxrwxr-x 2 1001 1001 117 Mar 17 00:30 bin [2021-03-17T00:34:00.654Z] drwxrwxr-x 14 1001 1001 4096 Mar 17 00:30 cmd [2021-03-17T00:34:00.654Z] -rw-r--r-- 1 root root 650607 Mar 17 00:33 coverage.out [2021-03-17T00:34:00.654Z] -rw-r--r-- 1 root root 1055 Mar 17 00:33 go.mod [2021-03-17T00:34:00.654Z] -rw-r--r-- 1 root root 21981 Mar 17 00:33 go.sum [2021-03-17T00:34:00.654Z] drwxrwxr-x 8 1001 1001 127 Mar 17 00:30 internal [2021-03-17T00:34:00.654Z] drwxrwxr-x 4 1001 1001 26 Mar 17 00:30 openapi [2021-03-17T00:34:00.654Z] drwxrwxr-x 4 1001 1001 71 Mar 17 00:30 snap [2021-03-17T00:34:00.654Z] -rw-rw-r-- 1 1001 1001 168 Mar 17 00:30 version.go [Pipeline] sh [2021-03-17T00:34:01.027Z] + '[' -e coverage.out ] [2021-03-17T00:34:01.027Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-17T00:34:01.260Z] Stashed 1 file(s) [Pipeline] sh [2021-03-17T00:34:01.581Z] + make build [2021-03-17T00:34:01.581Z] 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-03-17T00:34:03.550Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 29b7741412918b380152c0207621d70cd23b397e [2021-03-17T00:34:02.130Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-17T00:34:02.187Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T00:34:02.234Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-17T00:34:02.307Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:34:02.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:34:02.328Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T00:34:03.565Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T00:34:04.277Z] Merge succeeded, producing 7c34e240b388b55597e867e86777a83559a9b9fd [2021-03-17T00:34:04.278Z] Checking out Revision 7c34e240b388b55597e867e86777a83559a9b9fd (PR-3241) [2021-03-17T00:34:03.581Z] > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 [2021-03-17T00:34:03.893Z] > git remote # timeout=10 [2021-03-17T00:34:03.911Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T00:34:03.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:34:03.936Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-17T00:34:04.261Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T00:34:04.283Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T00:34:04.301Z] > git checkout -f 7c34e240b388b55597e867e86777a83559a9b9fd # timeout=10 [2021-03-17T00:34:06.927Z] 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-03-17T00:34:08.636Z] Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" [2021-03-17T00:34:08.662Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T00:34:10.170Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-17T00:34:08.645Z] > git rev-list --no-walk 84e505e40705358717362c9b0dc5ba7440a3616c # timeout=10 [2021-03-17T00:34:10.606Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T00:34:10.955Z] + true [2021-03-17T00:34:10.955Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T00:34:13.009Z] provisioning config files... [2021-03-17T00:34:13.054Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config616827314519865928tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:34:13.487Z] ---> docker-login.sh [2021-03-17T00:34:13.488Z] nexus3.edgexfoundry.org:10001 [2021-03-17T00:34:14.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:34:14.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:34:14.750Z] Configure a credential helper to remove this warning. See [2021-03-17T00:34:14.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:34:14.750Z] [2021-03-17T00:34:14.750Z] Login Succeeded [2021-03-17T00:34:14.750Z] nexus3.edgexfoundry.org:10002 [2021-03-17T00:34:15.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-17T00:34:15.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:34:15.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:34:15.347Z] Configure a credential helper to remove this warning. See [2021-03-17T00:34:15.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:34:15.347Z] [2021-03-17T00:34:15.347Z] Login Succeeded [2021-03-17T00:34:15.347Z] nexus3.edgexfoundry.org:10003 [2021-03-17T00:34:15.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:34:15.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:34:15.895Z] Configure a credential helper to remove this warning. See [2021-03-17T00:34:15.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:34:15.895Z] [2021-03-17T00:34:15.895Z] Login Succeeded [2021-03-17T00:34:15.895Z] nexus3.edgexfoundry.org:10004 [2021-03-17T00:34:16.102Z] 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-03-17T00:34:16.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:34:16.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:34:16.443Z] Configure a credential helper to remove this warning. See [2021-03-17T00:34:16.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:34:16.443Z] [2021-03-17T00:34:16.443Z] Login Succeeded [2021-03-17T00:34:16.443Z] docker.io [2021-03-17T00:34:16.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T00:34:17.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T00:34:17.311Z] Configure a credential helper to remove this warning. See [2021-03-17T00:34:17.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T00:34:17.311Z] [2021-03-17T00:34:17.311Z] Login Succeeded [2021-03-17T00:34:17.311Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T00:34:17.328Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T00:34:17.876Z] ========================================================= [2021-03-17T00:34:17.876Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-17T00:34:17.876Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:34:18.081Z] 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-03-17T00:34:18.081Z] 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-03-17T00:34:18.273Z] + 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-03-17T00:34:20.028Z] 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-03-17T00:34:20.929Z] Sending build context to Docker daemon 166.8MB [2021-03-17T00:34:20.929Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T00:34:20.929Z] Step 2/6 : FROM ${BASE} [2021-03-17T00:34:20.929Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-17T00:34:20.929Z] 5f621e34cdf4: Pulling fs layer [2021-03-17T00:34:20.929Z] a4357932f1b6: Pulling fs layer [2021-03-17T00:34:20.929Z] 18c013af1878: Pulling fs layer [2021-03-17T00:34:20.929Z] 00ac8860ef70: Pulling fs layer [2021-03-17T00:34:20.929Z] 63d7cb157983: Pulling fs layer [2021-03-17T00:34:20.929Z] b116817d02f9: Pulling fs layer [2021-03-17T00:34:20.929Z] 745a02a5169b: Pulling fs layer [2021-03-17T00:34:20.929Z] 63d7cb157983: Waiting [2021-03-17T00:34:20.929Z] 00ac8860ef70: Waiting [2021-03-17T00:34:20.929Z] b116817d02f9: Waiting [2021-03-17T00:34:20.929Z] 745a02a5169b: Waiting [2021-03-17T00:34:20.929Z] 18c013af1878: Verifying Checksum [2021-03-17T00:34:20.929Z] 18c013af1878: Download complete [2021-03-17T00:34:20.929Z] a4357932f1b6: Verifying Checksum [2021-03-17T00:34:20.929Z] a4357932f1b6: Download complete [2021-03-17T00:34:20.929Z] 63d7cb157983: Verifying Checksum [2021-03-17T00:34:20.929Z] 63d7cb157983: Download complete [2021-03-17T00:34:20.929Z] b116817d02f9: Verifying Checksum [2021-03-17T00:34:20.929Z] b116817d02f9: Download complete [2021-03-17T00:34:20.929Z] 5f621e34cdf4: Verifying Checksum [2021-03-17T00:34:20.929Z] 5f621e34cdf4: Download complete [2021-03-17T00:34:21.543Z] 5f621e34cdf4: Pull complete [2021-03-17T00:34:21.973Z] 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-03-17T00:34:22.151Z] a4357932f1b6: Pull complete [2021-03-17T00:34:22.754Z] 18c013af1878: Pull complete [2021-03-17T00:34:23.348Z] 745a02a5169b: Verifying Checksum [2021-03-17T00:34:23.348Z] 745a02a5169b: Download complete [2021-03-17T00:34:23.372Z] 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-03-17T00:34:24.769Z] 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-03-17T00:34:24.783Z] 00ac8860ef70: Verifying Checksum [2021-03-17T00:34:24.783Z] 00ac8860ef70: Download complete [2021-03-17T00:34:25.721Z] 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-03-17T00:34:27.127Z] 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-03-17T00:34:29.071Z] $ docker stop --time=1 43189825a6fddc4f991f7432d7dee9b54ede292893006e1011e1e44c1b0062b1 [2021-03-17T00:34:30.795Z] $ docker rm -f 43189825a6fddc4f991f7432d7dee9b54ede292893006e1011e1e44c1b0062b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:34:34.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-17T00:34:34.478Z] [2021-03-17T00:34:34.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:34:34.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-17T00:34:34.838Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-17T00:34:34.838Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-17T00:34:34.838Z] ca9280d653b3: Pulling fs layer [2021-03-17T00:34:34.838Z] 7e9c9ca2126c: Pulling fs layer [2021-03-17T00:34:34.946Z] 00ac8860ef70: Pull complete [2021-03-17T00:34:34.946Z] 63d7cb157983: Pull complete [2021-03-17T00:34:35.225Z] b116817d02f9: Pull complete [2021-03-17T00:34:35.791Z] cbdbe7a5bc2a: Download complete [2021-03-17T00:34:36.055Z] ca9280d653b3: Verifying Checksum [2021-03-17T00:34:36.055Z] ca9280d653b3: Download complete [2021-03-17T00:34:36.317Z] cbdbe7a5bc2a: Pull complete [2021-03-17T00:34:37.267Z] ca9280d653b3: Pull complete [2021-03-17T00:34:37.531Z] 7e9c9ca2126c: Verifying Checksum [2021-03-17T00:34:37.531Z] 7e9c9ca2126c: Download complete [2021-03-17T00:34:38.630Z] 745a02a5169b: Pull complete [2021-03-17T00:34:38.630Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-17T00:34:38.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-17T00:34:38.630Z] ---> b7e6874047d6 [2021-03-17T00:34:38.630Z] 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-03-17T00:34:42.024Z] ---> Running in 92c1d5e4df08 [2021-03-17T00:34:43.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:34:44.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:34:44.172Z] 7e9c9ca2126c: Pull complete [2021-03-17T00:34:44.172Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-17T00:34:44.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-17T00:34:44.172Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-17T00:34:44.313Z] prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container [2021-03-17T00:34:44.372Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-03-17T00:34:44.638Z] (1/12) Installing libmagic (5.38-r0) [2021-03-17T00:34:44.638Z] (2/12) Installing file (5.38-r0) [2021-03-17T00:34:44.638Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-17T00:34:44.920Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-17T00:34:47.339Z] $ docker top 8bca777c30c31851dc03ffe9d95040471c52304f2dc88656f01f4e43b60054c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:34:47.915Z] + docker-compose build --help [2021-03-17T00:34:47.915Z] + grep parallel [2021-03-17T00:34:48.912Z] --parallel Build images in parallel. [Pipeline] } [2021-03-17T00:34:48.928Z] $ docker stop --time=1 8bca777c30c31851dc03ffe9d95040471c52304f2dc88656f01f4e43b60054c4 [2021-03-17T00:34:50.299Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-17T00:34:50.299Z] (6/12) Installing patch (2.7.6-r6) [2021-03-17T00:34:50.299Z] (7/12) Installing build-base (0.5-r2) [2021-03-17T00:34:50.299Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-17T00:34:50.299Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-17T00:34:50.299Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-17T00:34:50.299Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-17T00:34:50.388Z] $ docker rm -f 8bca777c30c31851dc03ffe9d95040471c52304f2dc88656f01f4e43b60054c4 [Pipeline] // withDockerContainer [2021-03-17T00:34:50.575Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-17T00:34:50.576Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:34:50.576Z] OK: 217 MiB in 51 packages [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:34:51.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-17T00:34:51.072Z] . [Pipeline] withDockerContainer [2021-03-17T00:34:51.184Z] prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container [2021-03-17T00:34:51.232Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-17T00:34:52.044Z] $ docker top 701a8ea307fa69ceb180c1baa9ac8a23f1c203259934d66004a84fbe28fd8bd9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:34:52.599Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-17T00:34:53.546Z] Building docker-core-command-go ... [2021-03-17T00:34:53.546Z] Building docker-core-data-go ... [2021-03-17T00:34:53.546Z] Building docker-core-metadata-go ... [2021-03-17T00:34:53.546Z] Building docker-security-bootstrapper-go ... [2021-03-17T00:34:53.546Z] Building docker-security-proxy-setup-go ... [2021-03-17T00:34:53.546Z] Building docker-security-secretstore-setup-go ... [2021-03-17T00:34:53.546Z] Building docker-support-notifications-go ... [2021-03-17T00:34:53.546Z] Building docker-support-scheduler-go ... [2021-03-17T00:34:53.546Z] Building docker-sys-mgmt-agent-go ... [2021-03-17T00:34:53.546Z] Building docker-support-notifications-go [2021-03-17T00:34:53.546Z] Building docker-core-command-go [2021-03-17T00:34:53.546Z] Building docker-core-data-go [2021-03-17T00:34:53.546Z] Building docker-support-scheduler-go [2021-03-17T00:34:53.811Z] Building docker-sys-mgmt-agent-go [2021-03-17T00:34:54.872Z] Removing intermediate container 92c1d5e4df08 [2021-03-17T00:34:54.872Z] ---> bf8174e561c3 [2021-03-17T00:34:54.872Z] Step 4/6 : WORKDIR /edgex-go [2021-03-17T00:34:54.872Z] ---> Running in b216c644f0f8 [2021-03-17T00:34:55.148Z] Removing intermediate container b216c644f0f8 [2021-03-17T00:34:55.148Z] ---> a657a307a3d7 [2021-03-17T00:34:55.148Z] Step 5/6 : COPY go.mod . [2021-03-17T00:34:56.131Z] ---> a12ebac24930 [2021-03-17T00:34:56.131Z] Step 6/6 : RUN go mod download [2021-03-17T00:34:56.131Z] ---> Running in 2f2a1be0fccd [2021-03-17T00:35:22.961Z] Removing intermediate container 2f2a1be0fccd [2021-03-17T00:35:22.961Z] ---> ee5b62bccd81 [2021-03-17T00:35:22.961Z] Successfully built ee5b62bccd81 [2021-03-17T00:35:22.961Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:35:23.306Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T00:35:23.306Z] . [Pipeline] withDockerContainer [2021-03-17T00:35:23.560Z] prd-ubuntu18.04-docker-arm64-4c-16g-30065 does not seem to be running inside a container [2021-03-17T00:35:23.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T00:35:25.240Z] $ docker top 0513dcacb0b4cc81e0d867a1e10223e1f60814979d26db0a299bdb1604caeb8f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:35:26.268Z] + go version [2021-03-17T00:35:26.268Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-17T00:35:26.293Z] $ docker stop --time=1 0513dcacb0b4cc81e0d867a1e10223e1f60814979d26db0a299bdb1604caeb8f [2021-03-17T00:35:28.151Z] $ docker rm -f 0513dcacb0b4cc81e0d867a1e10223e1f60814979d26db0a299bdb1604caeb8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:35:29.116Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T00:35:29.117Z] . [Pipeline] withDockerContainer [2021-03-17T00:35:29.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-30065 does not seem to be running inside a container [2021-03-17T00:35:29.430Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-17T00:35:30.728Z] $ docker top d2d6080bf1decd27ad9d6516b501548f9ae22d2594a5c3a16510fb27951ffbd2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-17T00:35:31.058Z] ========================================================= [2021-03-17T00:35:31.058Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-17T00:35:31.058Z] ========================================================= [Pipeline] sh [2021-03-17T00:35:31.705Z] + make test [2021-03-17T00:35:31.705Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-17T00:35:32.801Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:35:32.801Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:35:32.801Z] ---> c27ad13ca170 [2021-03-17T00:35:32.801Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:35:32.801Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:35:32.801Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:35:32.801Z] ---> c27ad13ca170 [2021-03-17T00:35:32.801Z] Step 3/26 : WORKDIR /edgex-go [2021-03-17T00:35:32.801Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:35:32.801Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:35:32.801Z] ---> c27ad13ca170 [2021-03-17T00:35:32.801Z] Step 3/22 : WORKDIR /edgex-go [2021-03-17T00:35:32.801Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:35:32.801Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:35:32.801Z] ---> c27ad13ca170 [2021-03-17T00:35:32.801Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:35:32.801Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:35:32.801Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:35:32.801Z] ---> c27ad13ca170 [2021-03-17T00:35:32.801Z] Step 3/22 : WORKDIR /edgex-go [2021-03-17T00:35:32.801Z] ---> Running in 8a3851cceb9a [2021-03-17T00:35:32.801Z] ---> Running in 672e21c7ccc4 [2021-03-17T00:35:32.801Z] ---> Running in e0e43baf074f [2021-03-17T00:35:32.801Z] ---> Running in 463db54bb7a1 [2021-03-17T00:35:32.801Z] ---> Running in 1ffd10aee90c [2021-03-17T00:35:32.801Z] Removing intermediate container 672e21c7ccc4 [2021-03-17T00:35:32.801Z] ---> 42e4534548a7 [2021-03-17T00:35:32.801Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:35:32.801Z] Removing intermediate container 8a3851cceb9a [2021-03-17T00:35:32.801Z] ---> d297b3437111 [2021-03-17T00:35:32.801Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:35:32.801Z] Removing intermediate container 463db54bb7a1 [2021-03-17T00:35:32.801Z] ---> 22e15984d96d [2021-03-17T00:35:32.801Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:35:32.801Z] Removing intermediate container 1ffd10aee90c [2021-03-17T00:35:32.801Z] ---> a6681ae89639 [2021-03-17T00:35:32.801Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:35:32.801Z] Removing intermediate container e0e43baf074f [2021-03-17T00:35:32.801Z] ---> 51b800f7da95 [2021-03-17T00:35:32.801Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:35:32.801Z] ---> Running in de2496c98197 [2021-03-17T00:35:32.801Z] ---> Running in 1240f7a12175 [2021-03-17T00:35:32.801Z] ---> Running in 570ed11fc2db [2021-03-17T00:35:32.801Z] ---> Running in 992e50c53308 [2021-03-17T00:35:32.801Z] ---> Running in f337cf9ce819 [2021-03-17T00:35:32.801Z] Removing intermediate container 570ed11fc2db [2021-03-17T00:35:32.801Z] ---> 1533d093db18 [2021-03-17T00:35:32.801Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-17T00:35:32.801Z] ---> Running in d3053c7fa79a [2021-03-17T00:35:32.801Z] Removing intermediate container de2496c98197 [2021-03-17T00:35:32.801Z] ---> 41e4a2f81fdc [2021-03-17T00:35:32.801Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-17T00:35:33.066Z] Removing intermediate container f337cf9ce819 [2021-03-17T00:35:33.066Z] ---> e9d00f7d04ef [2021-03-17T00:35:33.066Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-17T00:35:33.066Z] ---> Running in 75f729da7129 [2021-03-17T00:35:33.328Z] Removing intermediate container 992e50c53308 [2021-03-17T00:35:33.328Z] ---> 6c5546d11ef5 [2021-03-17T00:35:33.328Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-17T00:35:33.328Z] ---> Running in 68dfc2f42c97 [2021-03-17T00:35:33.328Z] Removing intermediate container 1240f7a12175 [2021-03-17T00:35:33.328Z] ---> d2103f75ef17 [2021-03-17T00:35:33.328Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-17T00:35:33.597Z] ---> Running in a7bcfa1f1b41 [2021-03-17T00:35:33.597Z] ---> Running in e83a60ca95a8 [2021-03-17T00:35:33.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:35:34.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:35:34.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:35:34.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:35:34.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:35:34.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:35:34.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:35:35.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:35:35.505Z] OK: 233 MiB in 51 packages [2021-03-17T00:35:35.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:35:35.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:35:35.769Z] OK: 233 MiB in 51 packages [2021-03-17T00:35:36.361Z] Removing intermediate container d3053c7fa79a [2021-03-17T00:35:36.361Z] ---> a49103afe080 [2021-03-17T00:35:36.361Z] Step 6/22 : COPY go.mod . [2021-03-17T00:35:36.361Z] Removing intermediate container 75f729da7129 [2021-03-17T00:35:36.361Z] ---> 59015224ffae [2021-03-17T00:35:36.361Z] Step 6/23 : COPY go.mod . [2021-03-17T00:35:36.635Z] ---> 37986b02bcb3 [2021-03-17T00:35:36.635Z] Step 7/22 : RUN go mod download [2021-03-17T00:35:36.635Z] OK: 233 MiB in 51 packages [2021-03-17T00:35:36.635Z] ---> e5bd27a36519 [2021-03-17T00:35:36.635Z] Step 7/23 : RUN go mod download [2021-03-17T00:35:36.635Z] ---> Running in 1f88ffb2bdd6 [2021-03-17T00:35:36.635Z] OK: 233 MiB in 51 packages [2021-03-17T00:35:36.900Z] ---> Running in 8eb6cefaf688 [2021-03-17T00:35:36.900Z] OK: 233 MiB in 51 packages [2021-03-17T00:35:37.870Z] Removing intermediate container 68dfc2f42c97 [2021-03-17T00:35:37.870Z] ---> fe441932bb20 [2021-03-17T00:35:37.870Z] Step 6/22 : COPY go.mod . [2021-03-17T00:35:37.870Z] Removing intermediate container a7bcfa1f1b41 [2021-03-17T00:35:37.870Z] ---> 6062b4b55b37 [2021-03-17T00:35:37.870Z] Step 6/26 : COPY go.mod . [2021-03-17T00:35:37.870Z] Removing intermediate container e83a60ca95a8 [2021-03-17T00:35:37.870Z] ---> cda0728ca520 [2021-03-17T00:35:37.870Z] Step 6/23 : COPY go.mod . [2021-03-17T00:35:38.147Z] ---> 13bba64585c7 [2021-03-17T00:35:38.147Z] Step 7/22 : RUN go mod download [2021-03-17T00:35:38.147Z] ---> Running in 8e06e78f2a2f [2021-03-17T00:35:38.147Z] ---> 54f896d615ed [2021-03-17T00:35:38.147Z] Step 7/23 : RUN go mod download [2021-03-17T00:35:38.147Z] ---> ffe9c989f45a [2021-03-17T00:35:38.147Z] Step 7/26 : RUN go mod download [2021-03-17T00:35:38.414Z] ---> Running in 234a4d0bdf6a [2021-03-17T00:35:38.414Z] ---> Running in 0134555538b0 [2021-03-17T00:35:39.013Z] Removing intermediate container 8eb6cefaf688 [2021-03-17T00:35:39.013Z] ---> 7530ad10f88e [2021-03-17T00:35:39.013Z] Step 8/23 : COPY . . [2021-03-17T00:35:39.287Z] Removing intermediate container 1f88ffb2bdd6 [2021-03-17T00:35:39.287Z] ---> d45ce847939f [2021-03-17T00:35:39.287Z] Step 8/22 : COPY . . [2021-03-17T00:35:45.978Z] Removing intermediate container 8e06e78f2a2f [2021-03-17T00:35:45.978Z] ---> dcc9a3470922 [2021-03-17T00:35:45.978Z] Step 8/22 : COPY . . [2021-03-17T00:35:50.239Z] Removing intermediate container 234a4d0bdf6a [2021-03-17T00:35:50.240Z] ---> 45c5597b1624 [2021-03-17T00:35:50.240Z] Step 8/23 : COPY . . [2021-03-17T00:35:52.864Z] Removing intermediate container 0134555538b0 [2021-03-17T00:35:52.864Z] ---> b0ef00eef595 [2021-03-17T00:35:52.864Z] Step 8/26 : COPY . . [2021-03-17T00:35:58.601Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-17T00:36:19.655Z] ---> 4c54af98e62d [2021-03-17T00:36:19.655Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-17T00:36:19.655Z] ---> 56cf0d58afbf [2021-03-17T00:36:19.655Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-17T00:36:21.616Z] ---> Running in eef5e5495faa [2021-03-17T00:36:21.616Z] ---> Running in bcd2c246f297 [2021-03-17T00:36:24.987Z] 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-03-17T00:36:24.987Z] 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-03-17T00:36:27.579Z] ---> 1cc8156052ad [2021-03-17T00:36:27.579Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-17T00:36:28.822Z] ---> Running in 77ba26aa947f [2021-03-17T00:36:28.822Z] ---> dc230dc5ed4f [2021-03-17T00:36:28.822Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-17T00:36:28.822Z] ---> adbb9c01d092 [2021-03-17T00:36:28.822Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-17T00:36:28.822Z] ---> Running in e17c09d67c7e [2021-03-17T00:36:28.822Z] ---> Running in bcb932ed48d6 [2021-03-17T00:36:30.370Z] 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-03-17T00:36:30.370Z] 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-03-17T00:36:30.370Z] 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-03-17T00:36:45.996Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-17T00:37:08.230Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-17T00:37:08.230Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-17T00:37:08.230Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-17T00:37:08.230Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-17T00:37:08.230Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-17T00:37:08.230Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-17T00:37:08.230Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-17T00:37:09.293Z] Removing intermediate container eef5e5495faa [2021-03-17T00:37:09.293Z] ---> 6742f5403b8f [2021-03-17T00:37:09.293Z] [2021-03-17T00:37:09.293Z] Step 10/22 : FROM alpine:3.12 [2021-03-17T00:37:09.293Z] 3.12: Pulling from library/alpine [2021-03-17T00:37:09.293Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T00:37:09.293Z] Status: Downloaded newer image for alpine:3.12 [2021-03-17T00:37:09.293Z] ---> 88dd2752d2ea [2021-03-17T00:37:09.293Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:37:09.692Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-17T00:37:10.290Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-17T00:37:11.238Z] ---> Running in 89dc66d4f545 [2021-03-17T00:37:11.829Z] Removing intermediate container e17c09d67c7e [2021-03-17T00:37:11.829Z] ---> 5246c52968fd [2021-03-17T00:37:11.829Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-17T00:37:11.829Z] ---> Running in 5d1be7060791 [2021-03-17T00:37:12.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:37:12.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:37:12.695Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-17T00:37:12.695Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:37:12.695Z] OK: 6 MiB in 15 packages [2021-03-17T00:37:12.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-17T00:37:16.303Z] Removing intermediate container bcb932ed48d6 [2021-03-17T00:37:16.303Z] ---> 313535200580 [2021-03-17T00:37:16.303Z] [2021-03-17T00:37:16.303Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:37:17.252Z] ---> 88dd2752d2ea [2021-03-17T00:37:17.252Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:37:17.252Z] ---> Using cache [2021-03-17T00:37:17.252Z] ---> 497e3ce6536c [2021-03-17T00:37:17.252Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:37:17.252Z] Removing intermediate container 89dc66d4f545 [2021-03-17T00:37:17.252Z] ---> 497e3ce6536c [2021-03-17T00:37:17.252Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:37:17.252Z] Removing intermediate container 77ba26aa947f [2021-03-17T00:37:17.252Z] ---> 797a5154ad21 [2021-03-17T00:37:17.252Z] [2021-03-17T00:37:17.252Z] Step 10/22 : FROM alpine:3.12 [2021-03-17T00:37:17.252Z] ---> 88dd2752d2ea [2021-03-17T00:37:17.252Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-17T00:37:18.202Z] Removing intermediate container bcd2c246f297 [2021-03-17T00:37:18.202Z] ---> 4dfacf96ca08 [2021-03-17T00:37:18.202Z] [2021-03-17T00:37:18.202Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:37:18.202Z] ---> 88dd2752d2ea [2021-03-17T00:37:18.202Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-17T00:37:18.202Z] ---> Running in 5298aeba2f07 [2021-03-17T00:37:18.202Z] ---> Running in 299e4ffa7b78 [2021-03-17T00:37:18.202Z] ---> Running in a5f0635f30c1 [2021-03-17T00:37:18.465Z] ---> Running in 8195c9e74282 [2021-03-17T00:37:18.578Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-17T00:37:18.578Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-17T00:37:18.578Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-17T00:37:18.727Z] Removing intermediate container 5298aeba2f07 [2021-03-17T00:37:18.727Z] ---> fca2e4a62105 [2021-03-17T00:37:18.727Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-17T00:37:18.727Z] Removing intermediate container 8195c9e74282 [2021-03-17T00:37:18.727Z] ---> e77f58311988 [2021-03-17T00:37:18.727Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-17T00:37:18.727Z] Removing intermediate container a5f0635f30c1 [2021-03-17T00:37:18.727Z] ---> e76aeab9e759 [2021-03-17T00:37:18.727Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-17T00:37:19.004Z] Removing intermediate container 5d1be7060791 [2021-03-17T00:37:19.004Z] ---> c1d6aca150b7 [2021-03-17T00:37:19.004Z] [2021-03-17T00:37:19.004Z] Step 11/26 : FROM docker:20.10.0 [2021-03-17T00:37:19.004Z] 20.10.0: Pulling from library/docker [2021-03-17T00:37:19.004Z] ---> Running in 777397c6f4a5 [2021-03-17T00:37:19.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:37:19.004Z] ---> Running in ab2aea2ac54b [2021-03-17T00:37:19.004Z] ---> Running in 1f31e7dbcdef [2021-03-17T00:37:19.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:37:19.550Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-17T00:37:19.550Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-17T00:37:19.550Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:37:19.550Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:37:19.817Z] OK: 6 MiB in 16 packages [2021-03-17T00:37:21.761Z] Removing intermediate container 1f31e7dbcdef [2021-03-17T00:37:21.761Z] ---> 2064eaf3514d [2021-03-17T00:37:21.761Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-17T00:37:21.761Z] Removing intermediate container 777397c6f4a5 [2021-03-17T00:37:21.761Z] ---> 932dc8f61703 [2021-03-17T00:37:21.761Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-17T00:37:21.761Z] Removing intermediate container ab2aea2ac54b [2021-03-17T00:37:21.761Z] ---> ec6fa3573f44 [2021-03-17T00:37:21.761Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-17T00:37:21.761Z] ---> Running in b14c87c5b64a [2021-03-17T00:37:21.761Z] ---> Running in ff5d8484f763 [2021-03-17T00:37:22.031Z] ---> Running in 596433a4bfee [2021-03-17T00:37:22.615Z] Removing intermediate container ff5d8484f763 [2021-03-17T00:37:22.615Z] ---> 3d96bc5603fe [2021-03-17T00:37:22.615Z] Step 15/23 : WORKDIR / [2021-03-17T00:37:22.615Z] Removing intermediate container b14c87c5b64a [2021-03-17T00:37:22.615Z] ---> f40645fdd442 [2021-03-17T00:37:22.615Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:37:22.615Z] Removing intermediate container 299e4ffa7b78 [2021-03-17T00:37:22.615Z] ---> 80d6012928fb [2021-03-17T00:37:22.615Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:37:22.886Z] ---> Running in 571ea7b11bdd [2021-03-17T00:37:22.886Z] ---> Running in c6a843777f83 [2021-03-17T00:37:22.886Z] ---> Running in b38bdc73af78 [2021-03-17T00:37:22.886Z] Removing intermediate container 596433a4bfee [2021-03-17T00:37:22.886Z] ---> 03df70831d11 [2021-03-17T00:37:22.886Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:37:23.154Z] Removing intermediate container 571ea7b11bdd [2021-03-17T00:37:23.154Z] ---> b3e40b227cf9 [2021-03-17T00:37:23.154Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-17T00:37:23.431Z] ---> Running in 5129ccd5c5e6 [2021-03-17T00:37:23.431Z] ---> 403e0ca93a90 [2021-03-17T00:37:23.431Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-17T00:37:23.431Z] Removing intermediate container b38bdc73af78 [2021-03-17T00:37:23.431Z] ---> 8bf18ebdcbd7 [2021-03-17T00:37:23.431Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:37:23.698Z] Removing intermediate container 5129ccd5c5e6 [2021-03-17T00:37:23.698Z] ---> 975d5de53bd6 [2021-03-17T00:37:23.698Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-17T00:37:23.963Z] ---> Running in 9adddef2e7ae [2021-03-17T00:37:23.964Z] ---> a25059e9c7d4 [2021-03-17T00:37:23.964Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-17T00:37:24.232Z] Removing intermediate container 9adddef2e7ae [2021-03-17T00:37:24.232Z] ---> df7b680c0b56 [2021-03-17T00:37:24.232Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:37:24.232Z] ---> 86f8791cec01 [2021-03-17T00:37:24.232Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-17T00:37:24.494Z] Removing intermediate container c6a843777f83 [2021-03-17T00:37:24.494Z] ---> aa87328ad3e5 [2021-03-17T00:37:24.494Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-17T00:37:24.759Z] ---> Running in 4f7cc95d14ca [2021-03-17T00:37:25.028Z] ---> b246f5e45bb5 [2021-03-17T00:37:25.028Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-17T00:37:25.028Z] ---> 9a1db2944772 [2021-03-17T00:37:25.028Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-17T00:37:25.028Z] ---> 66be0a6da109 [2021-03-17T00:37:25.028Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-17T00:37:25.294Z] ---> Running in abd83adb1fd7 [2021-03-17T00:37:25.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.395s coverage: 45.9% of statements [2021-03-17T00:37:25.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-17T00:37:25.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-17T00:37:25.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-17T00:37:25.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-17T00:37:25.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-17T00:37:25.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-17T00:37:25.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.121s coverage: 19.8% of statements [2021-03-17T00:37:25.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.224s coverage: 100.0% of statements [2021-03-17T00:37:25.569Z] ---> e823334a25b6 [2021-03-17T00:37:25.569Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-17T00:37:25.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:37:25.842Z] Removing intermediate container abd83adb1fd7 [2021-03-17T00:37:25.842Z] ---> 75925a91461d [2021-03-17T00:37:25.842Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:37:25.842Z] ---> Running in b9f2c6122a8d [2021-03-17T00:37:26.115Z] ---> 6899fd72e2ec [2021-03-17T00:37:26.115Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-17T00:37:26.115Z] ---> Running in ba49fcb834dd [2021-03-17T00:37:26.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:37:26.383Z] Removing intermediate container b9f2c6122a8d [2021-03-17T00:37:26.383Z] ---> be8672ea0fa5 [2021-03-17T00:37:26.383Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:37:26.657Z] ---> Running in 27fa92f82eb6 [2021-03-17T00:37:26.657Z] Removing intermediate container ba49fcb834dd [2021-03-17T00:37:26.657Z] ---> cbab19139efe [2021-03-17T00:37:26.657Z] Step 20/22 : LABEL arch=x86_64 [2021-03-17T00:37:26.657Z] ---> ade4b37230e5 [2021-03-17T00:37:26.657Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-17T00:37:26.657Z] ---> Running in d9f7c9d1afc9 [2021-03-17T00:37:26.657Z] ---> Running in 315318f10a15 [2021-03-17T00:37:26.924Z] Removing intermediate container 27fa92f82eb6 [2021-03-17T00:37:26.924Z] ---> 584c23cfb25f [2021-03-17T00:37:26.924Z] Step 21/23 : LABEL arch=x86_64 [2021-03-17T00:37:26.924Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-17T00:37:26.924Z] Removing intermediate container d9f7c9d1afc9 [2021-03-17T00:37:26.924Z] ---> 8157f9bc153f [2021-03-17T00:37:26.924Z] Step 21/22 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:37:26.924Z] ---> Running in 1bdee65bf21c [2021-03-17T00:37:26.924Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-17T00:37:27.208Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-17T00:37:27.208Z] ---> aefe523efa57 [2021-03-17T00:37:27.208Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-17T00:37:27.208Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-17T00:37:27.208Z] Removing intermediate container 315318f10a15 [2021-03-17T00:37:27.208Z] ---> 795923d2a9d2 [2021-03-17T00:37:27.208Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:37:27.208Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-17T00:37:27.208Z] ---> Running in 03743417579b [2021-03-17T00:37:27.208Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-17T00:37:27.208Z] ---> Running in 540144cfbfd4 [2021-03-17T00:37:27.484Z] ---> Running in 056566ce5534 [2021-03-17T00:37:27.484Z] Removing intermediate container 1bdee65bf21c [2021-03-17T00:37:27.484Z] ---> 261788bea404 [2021-03-17T00:37:27.484Z] Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:37:27.484Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-17T00:37:27.484Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-17T00:37:27.484Z] Removing intermediate container 03743417579b [2021-03-17T00:37:27.484Z] ---> ac0379d483ec [2021-03-17T00:37:27.484Z] Step 22/22 : LABEL version=0.0.0 [2021-03-17T00:37:27.747Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:37:27.747Z] OK: 8 MiB in 20 packages [2021-03-17T00:37:28.015Z] ---> Running in 0e569bdb02ce [2021-03-17T00:37:28.284Z] ---> Running in f214520428af [2021-03-17T00:37:28.284Z] Removing intermediate container 056566ce5534 [2021-03-17T00:37:28.284Z] ---> 19cc929568b2 [2021-03-17T00:37:28.284Z] Step 20/22 : LABEL arch=x86_64 [2021-03-17T00:37:28.284Z] ---> Running in 03d6b3ca1c65 [2021-03-17T00:37:28.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:37:28.548Z] Removing intermediate container 0e569bdb02ce [2021-03-17T00:37:28.548Z] ---> 510b03818307 [2021-03-17T00:37:28.548Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:37:28.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:37:28.814Z] Removing intermediate container f214520428af [2021-03-17T00:37:28.814Z] ---> 912803367a8e [2021-03-17T00:37:28.814Z] [2021-03-17T00:37:28.814Z] (1/2) Installing readline (8.0.4-r0) [2021-03-17T00:37:28.814Z] ---> Running in 73b2b6a67002 [2021-03-17T00:37:28.814Z] Removing intermediate container 03d6b3ca1c65 [2021-03-17T00:37:28.814Z] ---> 74192e4bcd21 [2021-03-17T00:37:28.814Z] Step 21/22 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:37:28.814Z] (2/2) Installing bash (5.0.17-r0) [2021-03-17T00:37:28.814Z] Executing bash-5.0.17-r0.post-install [2021-03-17T00:37:28.814Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:37:28.814Z] OK: 12 MiB in 22 packages [2021-03-17T00:37:28.814Z] Removing intermediate container 4f7cc95d14ca [2021-03-17T00:37:28.814Z] ---> 916ae85c873c [2021-03-17T00:37:28.814Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:37:29.077Z] ---> Running in ce5613120baa [2021-03-17T00:37:29.077Z] Successfully built 912803367a8e [2021-03-17T00:37:29.077Z] Removing intermediate container 73b2b6a67002 [2021-03-17T00:37:29.077Z] ---> fe4111a941b6 [2021-03-17T00:37:29.077Z] [2021-03-17T00:37:29.339Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-17T00:37:29.339Z] Building docker-security-bootstrapper-go [2021-03-17T00:37:29.339Z]  Building docker-support-scheduler-go ... done Successfully built fe4111a941b6 [2021-03-17T00:37:29.604Z] Successfully tagged docker-core-command-go:latest [2021-03-17T00:37:29.604Z]  Building docker-core-command-go ... done Removing intermediate container ce5613120baa [2021-03-17T00:37:29.604Z] ---> ef4220be7c98 [2021-03-17T00:37:29.604Z] Step 22/22 : LABEL version=0.0.0 [2021-03-17T00:37:29.604Z] Building docker-security-proxy-setup-go [2021-03-17T00:37:29.604Z] ---> 4050985e1748 [2021-03-17T00:37:29.604Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-17T00:37:29.604Z] ---> Running in 329d5b33bc70 [2021-03-17T00:37:29.879Z] Removing intermediate container 540144cfbfd4 [2021-03-17T00:37:29.879Z] ---> c487b74edc1e [2021-03-17T00:37:29.879Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-17T00:37:29.879Z] Removing intermediate container 329d5b33bc70 [2021-03-17T00:37:29.879Z] ---> 63166c927f15 [2021-03-17T00:37:29.879Z] [2021-03-17T00:37:29.879Z] ---> Running in c3b897b5737b [2021-03-17T00:37:30.154Z] Successfully built 63166c927f15 [2021-03-17T00:37:32.082Z] Successfully tagged docker-support-notifications-go:latest [2021-03-17T00:37:32.082Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-17T00:37:32.082Z] ---> 272681bc1bac [2021-03-17T00:37:32.082Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-17T00:37:33.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.589s coverage: 27.1% of statements [2021-03-17T00:37:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-17T00:37:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-17T00:37:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-17T00:37:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-17T00:37:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-17T00:37:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-17T00:37:33.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-03-17T00:37:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-17T00:37:33.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements [2021-03-17T00:37:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-17T00:37:33.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-17T00:37:33.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.225s coverage: 71.3% of statements [2021-03-17T00:37:33.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-17T00:37:33.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-17T00:37:35.409Z] Removing intermediate container c3b897b5737b [2021-03-17T00:37:35.409Z] ---> 7c9856c054be [2021-03-17T00:37:35.409Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-17T00:37:36.359Z] ---> Running in d2c133f272f3 [2021-03-17T00:37:36.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.537s coverage: 82.9% of statements [2021-03-17T00:37:36.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-17T00:37:36.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:37:36.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.130s coverage: 78.9% of statements [2021-03-17T00:37:36.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-17T00:37:38.935Z] ---> 3a304c7e5943 [2021-03-17T00:37:38.936Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-17T00:37:38.936Z] Removing intermediate container d2c133f272f3 [2021-03-17T00:37:38.936Z] ---> 408463ccc539 [2021-03-17T00:37:38.936Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-17T00:37:38.936Z] ---> Running in d586735fd5f7 [2021-03-17T00:37:39.200Z] ---> Running in 9ad7bbb7d2b3 [2021-03-17T00:37:39.780Z] Removing intermediate container 9ad7bbb7d2b3 [2021-03-17T00:37:39.780Z] ---> 2aa5f3f2db16 [2021-03-17T00:37:39.780Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-17T00:37:39.780Z] Removing intermediate container d586735fd5f7 [2021-03-17T00:37:39.780Z] ---> b9030ffce62b [2021-03-17T00:37:39.780Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:37:39.780Z] ---> Running in 6b5205712cf3 [2021-03-17T00:37:40.044Z] Removing intermediate container 6b5205712cf3 [2021-03-17T00:37:40.044Z] ---> 5c240e2ed722 [2021-03-17T00:37:40.044Z] Step 21/23 : LABEL arch=x86_64 [2021-03-17T00:37:40.626Z] ---> Running in 3a18ccf3e8c3 [2021-03-17T00:37:42.053Z] ---> 2197730ecd4e [2021-03-17T00:37:42.054Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-17T00:37:42.659Z] Removing intermediate container 3a18ccf3e8c3 [2021-03-17T00:37:42.659Z] ---> a552abb6116c [2021-03-17T00:37:42.659Z] Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:37:42.934Z] ---> Running in 5a60ddc24b30 [2021-03-17T00:37:43.525Z] ---> 74571f7e80f5 [2021-03-17T00:37:43.525Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-17T00:37:44.120Z] Removing intermediate container 5a60ddc24b30 [2021-03-17T00:37:44.120Z] ---> 24d70b573020 [2021-03-17T00:37:44.120Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:37:45.551Z] ---> ba4350192077 [2021-03-17T00:37:45.551Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-17T00:37:45.551Z] ---> Running in 971093eab265 [2021-03-17T00:37:46.853Z] ---> Running in 2a445410423d [2021-03-17T00:37:47.213Z] Removing intermediate container 971093eab265 [2021-03-17T00:37:47.213Z] ---> 276c722cdadd [2021-03-17T00:37:47.213Z] [2021-03-17T00:37:47.504Z] Successfully built 276c722cdadd [2021-03-17T00:37:47.504Z] Successfully tagged docker-core-data-go:latest [2021-03-17T00:37:47.504Z] Building docker-core-metadata-go [2021-03-17T00:37:48.492Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:37:48.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:37:48.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.285s coverage: 28.6% of statements [2021-03-17T00:37:48.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-17T00:37:48.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-17T00:37:48.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-17T00:37:48.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-17T00:37:48.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-17T00:37:48.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.170s coverage: 100.0% of statements [2021-03-17T00:37:48.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-17T00:37:48.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-03-17T00:37:48.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-17T00:37:48.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements [2021-03-17T00:37:48.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-17T00:37:48.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements [2021-03-17T00:37:48.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-17T00:37:48.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements [2021-03-17T00:37:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-17T00:37:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-17T00:37:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-17T00:37:48.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-17T00:37:49.060Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-17T00:37:49.060Z] (2/33) Installing expat (2.2.9-r1) [2021-03-17T00:37:49.060Z] (3/33) Installing libffi (3.3-r2) [2021-03-17T00:37:49.060Z] (4/33) Installing gdbm (1.13-r1) [2021-03-17T00:37:49.344Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-17T00:37:49.344Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-17T00:37:49.344Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-17T00:37:57.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.336s coverage: 92.8% of statements [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-17T00:37:57.319Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-17T00:37:57.319Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.250s coverage: 0.1% of statements [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-17T00:37:57.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-17T00:37:57.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-03-17T00:37:57.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements [2021-03-17T00:37:57.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements [2021-03-17T00:37:57.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.127s coverage: 96.3% of statements [2021-03-17T00:37:57.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-03-17T00:37:57.562Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-17T00:37:57.562Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-17T00:37:57.562Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-17T00:37:57.562Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-17T00:37:57.562Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-17T00:37:57.562Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-17T00:37:57.562Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-17T00:37:57.562Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:37:57.562Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:37:57.562Z] ---> c27ad13ca170 [2021-03-17T00:37:57.562Z] Step 3/21 : WORKDIR /edgex-go [2021-03-17T00:37:57.562Z] ---> Using cache [2021-03-17T00:37:57.562Z] ---> 51b800f7da95 [2021-03-17T00:37:57.562Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:37:57.562Z] ---> Using cache [2021-03-17T00:37:57.562Z] ---> e9d00f7d04ef [2021-03-17T00:37:57.562Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-17T00:37:58.966Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-17T00:37:59.240Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-17T00:37:59.502Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-17T00:37:59.502Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:37:59.503Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:37:59.503Z] ---> c27ad13ca170 [2021-03-17T00:37:59.503Z] Step 3/31 : WORKDIR /edgex-go [2021-03-17T00:37:59.503Z] ---> Using cache [2021-03-17T00:37:59.503Z] ---> 51b800f7da95 [2021-03-17T00:37:59.503Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:37:59.503Z] ---> Using cache [2021-03-17T00:37:59.503Z] ---> e9d00f7d04ef [2021-03-17T00:37:59.503Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-17T00:38:00.900Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-17T00:38:01.478Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-17T00:38:01.478Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:38:01.478Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:38:01.478Z] ---> c27ad13ca170 [2021-03-17T00:38:01.478Z] Step 3/24 : WORKDIR /edgex-go [2021-03-17T00:38:01.478Z] ---> Using cache [2021-03-17T00:38:01.478Z] ---> 51b800f7da95 [2021-03-17T00:38:01.478Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:38:01.478Z] ---> Using cache [2021-03-17T00:38:01.478Z] ---> e9d00f7d04ef [2021-03-17T00:38:01.478Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-17T00:38:01.744Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-17T00:38:01.744Z] ---> Running in 82e80ce2a811 [2021-03-17T00:38:01.744Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-17T00:38:01.744Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-17T00:38:01.744Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-17T00:38:02.327Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-17T00:38:02.327Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-17T00:38:02.327Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-17T00:38:02.327Z] ---> Running in 9758097c814a [2021-03-17T00:38:02.327Z] ---> Running in 1c16cfea9308 [2021-03-17T00:38:02.598Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-17T00:38:02.598Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-17T00:38:02.598Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-17T00:38:02.598Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-17T00:38:02.598Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-17T00:38:02.598Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-17T00:38:02.598Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-17T00:38:03.180Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:38:03.181Z] OK: 71 MiB in 55 packages [2021-03-17T00:38:04.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:05.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:05.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:05.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:05.765Z] OK: 233 MiB in 51 packages [2021-03-17T00:38:06.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:06.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:38:06.906Z] OK: 233 MiB in 51 packages [2021-03-17T00:38:06.906Z] OK: 233 MiB in 51 packages [2021-03-17T00:38:08.328Z] Removing intermediate container 82e80ce2a811 [2021-03-17T00:38:08.328Z] ---> bd9d2f469d4a [2021-03-17T00:38:08.328Z] Step 6/21 : COPY go.mod . [2021-03-17T00:38:08.602Z] Removing intermediate container 1c16cfea9308 [2021-03-17T00:38:08.602Z] ---> cc2eaa050bb3 [2021-03-17T00:38:08.602Z] Step 6/31 : COPY go.mod . [2021-03-17T00:38:09.573Z] Removing intermediate container 9758097c814a [2021-03-17T00:38:09.573Z] ---> 26363a59b7c5 [2021-03-17T00:38:09.573Z] Step 6/24 : COPY go.mod . [2021-03-17T00:38:10.167Z] ---> ce0b96b09a1e [2021-03-17T00:38:10.167Z] Step 7/21 : RUN go mod download [2021-03-17T00:38:11.568Z] ---> 5ab1172bf8b5 [2021-03-17T00:38:11.568Z] Step 7/31 : RUN go mod download [2021-03-17T00:38:12.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.106s coverage: 94.4% of statements [2021-03-17T00:38:12.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-03-17T00:38:12.519Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:38:12.519Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:38:12.519Z] ---> c27ad13ca170 [2021-03-17T00:38:12.519Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:38:12.519Z] ---> Using cache [2021-03-17T00:38:12.519Z] ---> 51b800f7da95 [2021-03-17T00:38:12.519Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:38:12.519Z] ---> Using cache [2021-03-17T00:38:12.519Z] ---> e9d00f7d04ef [2021-03-17T00:38:12.519Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-17T00:38:12.519Z] ---> Using cache [2021-03-17T00:38:12.519Z] ---> 26363a59b7c5 [2021-03-17T00:38:12.519Z] Step 6/23 : COPY go.mod . [2021-03-17T00:38:13.471Z] ---> Running in c033fb8f3bdb [2021-03-17T00:38:13.471Z] ---> f56d3a771b7b [2021-03-17T00:38:13.471Z] Step 7/24 : RUN go mod download [2021-03-17T00:38:13.471Z] ---> Running in cd1938e69052 [2021-03-17T00:38:13.733Z] ---> f3fad33621f3 [2021-03-17T00:38:13.733Z] Step 7/23 : RUN go mod download [2021-03-17T00:38:13.733Z] ---> Running in 0ed508822295 [2021-03-17T00:38:14.680Z] ---> Running in 2d39b78b34be [2021-03-17T00:38:16.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.294s coverage: 81.9% of statements [2021-03-17T00:38:18.946Z] Removing intermediate container cd1938e69052 [2021-03-17T00:38:18.946Z] ---> 4aac4f2aa750 [2021-03-17T00:38:18.946Z] Step 8/31 : COPY . . [2021-03-17T00:38:18.946Z] Removing intermediate container 0ed508822295 [2021-03-17T00:38:18.946Z] ---> 2676869f1cff [2021-03-17T00:38:18.946Z] Step 8/24 : COPY . . [2021-03-17T00:38:18.946Z] Removing intermediate container 2a445410423d [2021-03-17T00:38:18.946Z] ---> daeb470bd32b [2021-03-17T00:38:18.946Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-17T00:38:18.946Z] Removing intermediate container 2d39b78b34be [2021-03-17T00:38:18.946Z] ---> e36148e32a57 [2021-03-17T00:38:18.946Z] Step 8/23 : COPY . . [2021-03-17T00:38:18.946Z] Removing intermediate container c033fb8f3bdb [2021-03-17T00:38:18.946Z] ---> 3fcb3981e0a7 [2021-03-17T00:38:18.946Z] Step 8/21 : COPY . . [2021-03-17T00:38:18.946Z] ---> Running in 9341c040d0e7 [2021-03-17T00:38:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.137s coverage: 92.9% of statements [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-17T00:38:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-17T00:38:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-17T00:38:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-17T00:38:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-17T00:38:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-03-17T00:38:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements [2021-03-17T00:38:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.6% of statements [2021-03-17T00:38:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.6% of statements [2021-03-17T00:38:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-17T00:38:27.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.729s coverage: 62.4% of statements [2021-03-17T00:38:27.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-17T00:38:27.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-17T00:38:27.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.089s coverage: 100.0% of statements [2021-03-17T00:38:27.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2021-03-17T00:38:28.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-03-17T00:38:30.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.149s coverage: 73.7% of statements [2021-03-17T00:38:30.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-03-17T00:38:34.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.026s coverage: 69.0% of statements [2021-03-17T00:38:34.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-17T00:38:34.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-17T00:38:34.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-17T00:38:37.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.410s coverage: 38.4% of statements [2021-03-17T00:38:37.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-17T00:38:37.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-17T00:38:37.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements [2021-03-17T00:38:37.124Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-17T00:38:37.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.126s coverage: 84.8% of statements [2021-03-17T00:38:41.030Z] Collecting docker-compose==1.23.2 [2021-03-17T00:38:41.030Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-17T00:38:41.301Z] Collecting docopt<0.7,>=0.6.1 [2021-03-17T00:38:41.301Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-17T00:38:45.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.487s coverage: 47.0% of statements [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-17T00:38:45.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-17T00:38:45.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-17T00:38:45.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.504s coverage: 87.1% of statements [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:38:45.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-17T00:38:45.563Z] Collecting docker<4.0,>=3.6.0 [2021-03-17T00:38:45.563Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-17T00:38:46.148Z] 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-03-17T00:38:46.414Z] Collecting cached-property<2,>=1.2.0 [2021-03-17T00:38:46.414Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-17T00:38:47.107Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-17T00:38:47.107Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-17T00:38:47.696Z] Collecting texttable<0.10,>=0.9.0 [2021-03-17T00:38:47.696Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-17T00:38:51.060Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-17T00:38:51.060Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-17T00:38:53.170Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-17T00:38:53.170Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-17T00:38:53.546Z] Collecting jsonschema<3,>=2.5.1 [2021-03-17T00:38:53.546Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-17T00:38:53.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.774s coverage: 29.1% of statements [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-17T00:38:53.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-17T00:38:53.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-17T00:38:53.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.230s coverage: 96.5% of statements [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-17T00:38:53.771Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-17T00:38:53.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-17T00:38:53.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-17T00:38:53.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-17T00:38:53.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-03-17T00:38:53.809Z] Collecting PyYAML<4,>=3.10 [2021-03-17T00:38:53.809Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-17T00:38:54.812Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-03-17T00:38:55.407Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2021-03-17T00:38:56.413Z] Collecting docker-pycreds>=0.4.0 [2021-03-17T00:38:56.413Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-17T00:38:56.677Z] 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-03-17T00:38:56.677Z] 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-03-17T00:38:56.677Z] ---> dc03c24883d4 [2021-03-17T00:38:56.677Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-17T00:38:56.677Z] ---> 9a6c17689187 [2021-03-17T00:38:56.677Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-17T00:38:56.677Z] ---> 1b9c2c39522a [2021-03-17T00:38:56.677Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-17T00:38:56.677Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-17T00:38:56.842Z] GO111MODULE=on go vet ./... [2021-03-17T00:38:56.941Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-17T00:38:57.524Z] ---> Running in d7db32affee2 [2021-03-17T00:38:57.524Z] ---> Running in 93061120bb2f [2021-03-17T00:38:57.524Z] Collecting idna<2.8,>=2.5 [2021-03-17T00:38:57.524Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-17T00:38:57.525Z] ---> Running in 0d70a3399a44 [2021-03-17T00:38:57.525Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-17T00:38:57.525Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-17T00:38:57.525Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-17T00:38:57.525Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-17T00:38:57.810Z] ---> 32729af9c7f3 [2021-03-17T00:38:57.810Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-17T00:38:57.810Z] Installing collected packages: docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, texttable, dockerpty, jsonschema, PyYAML, docker-compose [2021-03-17T00:38:57.810Z] Running setup.py install for docopt: started [2021-03-17T00:38:58.076Z] ---> Running in b4c0e28b06d5 [2021-03-17T00:38:58.656Z] Running setup.py install for docopt: finished with status 'done' [2021-03-17T00:38:58.656Z] Attempting uninstall: urllib3 [2021-03-17T00:38:58.656Z] Found existing installation: urllib3 1.25.9 [2021-03-17T00:38:58.656Z] Uninstalling urllib3-1.25.9: [2021-03-17T00:38:58.927Z] 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-03-17T00:38:58.927Z] 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-03-17T00:38:58.927Z] 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-03-17T00:38:58.927Z] 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-03-17T00:38:58.927Z] Successfully uninstalled urllib3-1.25.9 [2021-03-17T00:38:59.203Z] Attempting uninstall: idna [2021-03-17T00:38:59.203Z] Found existing installation: idna 2.9 [2021-03-17T00:38:59.203Z] Uninstalling idna-2.9: [2021-03-17T00:38:59.472Z] Successfully uninstalled idna-2.9 [2021-03-17T00:38:59.472Z] Attempting uninstall: requests [2021-03-17T00:38:59.472Z] Found existing installation: requests 2.23.0 [2021-03-17T00:38:59.472Z] Uninstalling requests-2.23.0: [2021-03-17T00:38:59.739Z] Successfully uninstalled requests-2.23.0 [2021-03-17T00:39:00.326Z] Running setup.py install for texttable: started [2021-03-17T00:39:00.934Z] Running setup.py install for texttable: finished with status 'done' [2021-03-17T00:39:00.934Z] Running setup.py install for dockerpty: started [2021-03-17T00:39:01.931Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-17T00:39:01.931Z] Running setup.py install for PyYAML: started [2021-03-17T00:39:04.566Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-17T00:39:05.157Z] 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-03-17T00:39:09.436Z] Removing intermediate container 9341c040d0e7 [2021-03-17T00:39:09.436Z] ---> 094d28dfc254 [2021-03-17T00:39:09.436Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-17T00:39:09.706Z] ---> Running in b3b7e3230eaa [2021-03-17T00:39:10.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:39:10.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:39:10.952Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:39:10.952Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-17T00:39:10.952Z] (3/3) Installing curl (7.69.1-r3) [2021-03-17T00:39:10.952Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:39:11.222Z] OK: 72 MiB in 58 packages [2021-03-17T00:39:12.643Z] Removing intermediate container b3b7e3230eaa [2021-03-17T00:39:12.643Z] ---> da160f37d799 [2021-03-17T00:39:12.643Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-17T00:39:12.643Z] ---> Running in 19a3184f0aa4 [2021-03-17T00:39:12.913Z] Removing intermediate container 19a3184f0aa4 [2021-03-17T00:39:12.913Z] ---> 1fc6367bcc75 [2021-03-17T00:39:12.913Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:39:12.913Z] ---> Running in f1517e6b5a2e [2021-03-17T00:39:13.185Z] Removing intermediate container f1517e6b5a2e [2021-03-17T00:39:13.185Z] ---> 8bf30a3e378a [2021-03-17T00:39:13.185Z] Step 24/26 : LABEL arch=x86_64 [2021-03-17T00:39:13.456Z] ---> Running in 2fcf7f2f3995 [2021-03-17T00:39:13.728Z] Removing intermediate container 2fcf7f2f3995 [2021-03-17T00:39:13.728Z] ---> dfbba52a7741 [2021-03-17T00:39:13.728Z] Step 25/26 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:39:13.728Z] ---> Running in 7b5ad19bf7fe [2021-03-17T00:39:15.180Z] Removing intermediate container 7b5ad19bf7fe [2021-03-17T00:39:15.180Z] ---> 8dc915888326 [2021-03-17T00:39:15.180Z] Step 26/26 : LABEL version=0.0.0 [2021-03-17T00:39:15.180Z] ---> Running in 56beb3eeff02 [2021-03-17T00:39:15.450Z] Removing intermediate container 56beb3eeff02 [2021-03-17T00:39:15.450Z] ---> 5d61b82ffda8 [2021-03-17T00:39:15.450Z] [2021-03-17T00:39:15.721Z] Successfully built 5d61b82ffda8 [2021-03-17T00:39:15.721Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-17T00:39:23.959Z]  Building docker-sys-mgmt-agent-go ... done 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-03-17T00:39:23.959Z] 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-03-17T00:39:36.321Z] Removing intermediate container 93061120bb2f [2021-03-17T00:39:36.321Z] Removing intermediate container d7db32affee2 [2021-03-17T00:39:36.321Z] ---> 43a1df3db59a [2021-03-17T00:39:36.321Z] ---> 9b1048ac5235 [2021-03-17T00:39:36.321Z] [2021-03-17T00:39:36.321Z] Step 10/21 : FROM alpine:3.12 [2021-03-17T00:39:36.321Z] Removing intermediate container 0d70a3399a44 [2021-03-17T00:39:36.321Z] ---> 6b6e7f830ae5 [2021-03-17T00:39:36.321Z] [2021-03-17T00:39:36.321Z] [2021-03-17T00:39:36.321Z] Step 10/24 : FROM alpine:3.12Step 10/31 : FROM alpine:3.12 [2021-03-17T00:39:36.321Z] [2021-03-17T00:39:36.321Z] ---> 88dd2752d2ea [2021-03-17T00:39:36.321Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-17T00:39:36.321Z] ---> 88dd2752d2ea [2021-03-17T00:39:36.321Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl ---> 88dd2752d2ea [2021-03-17T00:39:36.321Z] [2021-03-17T00:39:36.321Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-17T00:39:36.321Z] ---> Running in 01b94aa6d379 [2021-03-17T00:39:36.321Z] ---> Running in e79b1b23d502 [2021-03-17T00:39:36.321Z] ---> Running in 972d432380a5 [2021-03-17T00:39:36.321Z] Removing intermediate container 01b94aa6d379 [2021-03-17T00:39:36.321Z] ---> 068588ba2cc4 [2021-03-17T00:39:36.321Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-17T00:39:36.592Z] ---> Running in 6b71d45eab0d [2021-03-17T00:39:36.861Z] Removing intermediate container b4c0e28b06d5 [2021-03-17T00:39:36.861Z] ---> 59957cfbc4b6 [2021-03-17T00:39:36.861Z] [2021-03-17T00:39:36.861Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:39:36.861Z] ---> 88dd2752d2ea [2021-03-17T00:39:36.861Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:39:36.861Z] ---> Using cache [2021-03-17T00:39:36.861Z] ---> 497e3ce6536c [2021-03-17T00:39:36.861Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:39:36.861Z] ---> Using cache [2021-03-17T00:39:36.861Z] ---> e76aeab9e759 [2021-03-17T00:39:36.861Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-17T00:39:36.861Z] ---> Running in 6cc45b51d9d2 [2021-03-17T00:39:37.134Z] Removing intermediate container 6cc45b51d9d2 [2021-03-17T00:39:37.134Z] ---> f06d1539b6af [2021-03-17T00:39:37.134Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-17T00:39:37.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:39:37.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:39:37.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T00:39:37.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:39:37.405Z] ---> Running in 7b0a0c9e6d20 [2021-03-17T00:39:37.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:39:37.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T00:39:37.405Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-17T00:39:37.405Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:39:37.405Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-17T00:39:37.405Z] (4/5) Installing curl (7.69.1-r3) [2021-03-17T00:39:37.405Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-17T00:39:37.405Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:39:37.668Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-17T00:39:37.669Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:39:37.669Z] (2/2) Installing su-exec (0.2-r1) [2021-03-17T00:39:37.669Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:39:37.669Z] OK: 6 MiB in 16 packages [2021-03-17T00:39:37.669Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-17T00:39:37.669Z] OK: 7 MiB in 19 packages [2021-03-17T00:39:37.669Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:39:37.669Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-17T00:39:37.669Z] (4/4) Installing curl (7.69.1-r3) [2021-03-17T00:39:37.669Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:39:37.669Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:39:37.669Z] OK: 7 MiB in 18 packages [2021-03-17T00:39:37.940Z] Removing intermediate container 7b0a0c9e6d20 [2021-03-17T00:39:37.940Z] ---> 40afa9b68f50 [2021-03-17T00:39:37.940Z] Step 15/23 : WORKDIR / [2021-03-17T00:39:38.525Z] ---> Running in 83c470c2eb0b [2021-03-17T00:39:39.102Z] Removing intermediate container 83c470c2eb0b [2021-03-17T00:39:39.102Z] ---> 0f813349ab20 [2021-03-17T00:39:39.102Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:39:40.506Z] Removing intermediate container 972d432380a5 [2021-03-17T00:39:40.506Z] ---> 0a9d88298483 [2021-03-17T00:39:40.506Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-17T00:39:40.506Z] ---> 5c49c372bf5e [2021-03-17T00:39:40.506Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-17T00:39:40.506Z] ---> Running in 1c67254691f5 [2021-03-17T00:39:40.776Z] Removing intermediate container 6b71d45eab0d [2021-03-17T00:39:40.776Z] ---> c40562349313 [2021-03-17T00:39:40.776Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-17T00:39:41.042Z] Removing intermediate container e79b1b23d502 [2021-03-17T00:39:41.042Z] ---> a66dad6cecd0 [2021-03-17T00:39:41.042Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-17T00:39:41.042Z] Removing intermediate container 1c67254691f5 [2021-03-17T00:39:41.042Z] ---> b3cb2d404680 [2021-03-17T00:39:41.042Z] Step 13/24 : WORKDIR / [2021-03-17T00:39:41.042Z] ---> Running in 72d54e7cea72 [2021-03-17T00:39:41.042Z] ---> Running in 3e74ceb6f643 [2021-03-17T00:39:41.042Z] ---> 7835256fb0f0 [2021-03-17T00:39:41.042Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-17T00:39:41.042Z] ---> Running in 4fda1771b707 [2021-03-17T00:39:41.305Z] Removing intermediate container 72d54e7cea72 [2021-03-17T00:39:41.305Z] ---> c2ad5fca2962 [2021-03-17T00:39:41.305Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-17T00:39:41.572Z] Removing intermediate container 3e74ceb6f643 [2021-03-17T00:39:41.572Z] ---> a462d4c208e8 [2021-03-17T00:39:41.572Z] Step 13/21 : WORKDIR /edgex [2021-03-17T00:39:41.572Z] ---> Running in 7b07226d73b9 [2021-03-17T00:39:41.572Z] Removing intermediate container 4fda1771b707 [2021-03-17T00:39:41.572Z] ---> 07125c975061 [2021-03-17T00:39:41.572Z] 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-03-17T00:39:41.572Z] ---> 2710fa3ad1ea [2021-03-17T00:39:41.572Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-17T00:39:41.572Z] ---> Running in 8623418c8bf3 [2021-03-17T00:39:41.837Z] ---> Running in 06e4eca058a0 [2021-03-17T00:39:41.837Z] Removing intermediate container 7b07226d73b9 [2021-03-17T00:39:41.837Z] ---> e56c00161ba7 [2021-03-17T00:39:41.837Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-17T00:39:41.837Z] ---> d703b415691d [2021-03-17T00:39:41.837Z] 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-03-17T00:39:42.099Z] ---> Running in 472202f9f95d [2021-03-17T00:39:42.099Z] Removing intermediate container 8623418c8bf3 [2021-03-17T00:39:42.099Z] ---> b9a4edd3a9d2 [2021-03-17T00:39:42.099Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-17T00:39:42.679Z] Removing intermediate container 06e4eca058a0 [2021-03-17T00:39:42.679Z] ---> 140a325a9d54 [2021-03-17T00:39:42.679Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:39:42.679Z] ---> Running in 3e4e6034dc0c [2021-03-17T00:39:42.945Z] ---> f17edd0ac1ca [2021-03-17T00:39:42.945Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-17T00:39:42.945Z] ---> 06afb10a9962 [2021-03-17T00:39:42.945Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-17T00:39:43.207Z] Removing intermediate container 3e4e6034dc0c [2021-03-17T00:39:43.207Z] ---> 605a9e694e9f [2021-03-17T00:39:43.207Z] Step 21/23 : LABEL arch=x86_64 [2021-03-17T00:39:43.207Z] ---> Running in 8f4ec5899064 [2021-03-17T00:39:43.207Z] ---> 8322395e4993 [2021-03-17T00:39:43.207Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-17T00:39:43.472Z] ---> 498ba9dc426b [2021-03-17T00:39:43.472Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-17T00:39:43.472Z] Removing intermediate container 8f4ec5899064 [2021-03-17T00:39:43.472Z] ---> c9ccaca73459 [2021-03-17T00:39:43.472Z] Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:39:43.735Z] ---> Running in 4963565cea9f [2021-03-17T00:39:43.998Z] Removing intermediate container 4963565cea9f [2021-03-17T00:39:43.998Z] ---> 1efdc17a746f [2021-03-17T00:39:43.998Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:39:43.998Z] ---> f19f3075f3d5 [2021-03-17T00:39:43.998Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-17T00:39:43.998Z] ---> Running in 9edcad2ca4e7 [2021-03-17T00:39:43.998Z] ---> c140f589765b [2021-03-17T00:39:43.998Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-17T00:39:43.998Z] Removing intermediate container 472202f9f95d [2021-03-17T00:39:43.998Z] ---> 8712e60723ea [2021-03-17T00:39:43.998Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-17T00:39:44.264Z] ---> Running in c44d0b404d9e [2021-03-17T00:39:44.264Z] ---> Running in 00753eae5d80 [2021-03-17T00:39:44.264Z] Removing intermediate container 9edcad2ca4e7 [2021-03-17T00:39:44.264Z] ---> 47c89976e5de [2021-03-17T00:39:44.264Z] [2021-03-17T00:39:44.840Z] Successfully built 47c89976e5de [2021-03-17T00:39:44.840Z] Successfully tagged docker-core-metadata-go:latest [2021-03-17T00:39:44.840Z]  Building docker-core-metadata-go ... done  ---> 84ed69494476 [2021-03-17T00:39:44.840Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-17T00:39:44.840Z] Removing intermediate container c44d0b404d9e [2021-03-17T00:39:44.840Z] ---> 4c4eab0a63c6 [2021-03-17T00:39:44.840Z] Step 18/21 : CMD ["--init=true"] [2021-03-17T00:39:44.840Z] Removing intermediate container 00753eae5d80 [2021-03-17T00:39:44.840Z] ---> 7bce45202ffc [2021-03-17T00:39:44.840Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-17T00:39:44.840Z] ---> Running in 834b0bd4e244 [2021-03-17T00:39:45.104Z] ---> 62fa5753173d [2021-03-17T00:39:45.104Z] 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-03-17T00:39:45.104Z] Removing intermediate container 834b0bd4e244 [2021-03-17T00:39:45.104Z] ---> dd89d8a4c842 [2021-03-17T00:39:45.104Z] Step 19/21 : LABEL arch=x86_64 [2021-03-17T00:39:45.497Z] ---> Running in 028eb2ae857a [2021-03-17T00:39:45.497Z] ---> 76bc9e10646f [2021-03-17T00:39:45.497Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-17T00:39:45.497Z] ---> Running in fbfde9a76729 [2021-03-17T00:39:45.497Z] ---> Running in 47744518a8e4 [2021-03-17T00:39:45.817Z] Removing intermediate container fbfde9a76729 [2021-03-17T00:39:45.817Z] ---> 5b463630d387 [2021-03-17T00:39:45.817Z] Step 20/21 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:39:45.817Z] ---> Running in f231e3d5d21a [2021-03-17T00:39:46.097Z] Removing intermediate container f231e3d5d21a [2021-03-17T00:39:46.097Z] ---> b809b029bd84 [2021-03-17T00:39:46.097Z] Step 21/21 : LABEL version=0.0.0 [2021-03-17T00:39:46.097Z] ---> Running in 46568f87b166 [2021-03-17T00:39:46.364Z] Removing intermediate container 46568f87b166 [2021-03-17T00:39:46.364Z] ---> 84d0b835f865 [2021-03-17T00:39:46.364Z] [2021-03-17T00:39:46.630Z] Successfully built 84d0b835f865 [2021-03-17T00:39:46.630Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-17T00:39:46.893Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 028eb2ae857a [2021-03-17T00:39:46.893Z] ---> 1e4bd782a5f4 [2021-03-17T00:39:46.893Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-17T00:39:46.893Z] ---> Running in 3bfc33c26137 [2021-03-17T00:39:46.893Z] Removing intermediate container 47744518a8e4 [2021-03-17T00:39:46.893Z] ---> cf85b5133e0b [2021-03-17T00:39:46.893Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:39:47.154Z] Removing intermediate container 3bfc33c26137 [2021-03-17T00:39:47.154Z] ---> 0fedea12734c [2021-03-17T00:39:47.154Z] Step 22/24 : LABEL arch=x86_64 [2021-03-17T00:39:47.154Z] ---> Running in 6817f5de3555 [2021-03-17T00:39:47.154Z] ---> 685842271e39 [2021-03-17T00:39:47.154Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-17T00:39:47.416Z] Removing intermediate container 6817f5de3555 [2021-03-17T00:39:47.416Z] ---> e4d634d0e19f [2021-03-17T00:39:47.416Z] Step 23/24 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:39:47.416Z] ---> Running in d4cfa0b0a4dc [2021-03-17T00:39:47.688Z] Removing intermediate container d4cfa0b0a4dc [2021-03-17T00:39:47.688Z] ---> d7dff2efa419 [2021-03-17T00:39:47.688Z] Step 24/24 : LABEL version=0.0.0 [2021-03-17T00:39:47.688Z] ---> Running in 180581f5cd2a [2021-03-17T00:39:47.688Z] ---> 7603ada91d01 [2021-03-17T00:39:47.688Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-17T00:39:47.951Z] Removing intermediate container 180581f5cd2a [2021-03-17T00:39:47.951Z] ---> d56d30931277 [2021-03-17T00:39:47.951Z] [2021-03-17T00:39:48.213Z] ---> 02fe0b57a600 [2021-03-17T00:39:48.213Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-17T00:39:48.213Z] Successfully built d56d30931277 [2021-03-17T00:39:48.474Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-17T00:39:48.474Z]  Building docker-security-secretstore-setup-go ... done  ---> 7cd496b9c555 [2021-03-17T00:39:48.474Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-17T00:39:48.737Z] ---> 8ef0a345863d [2021-03-17T00:39:48.737Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-17T00:39:49.000Z] ---> Running in e90f42104757 [2021-03-17T00:39:49.000Z] Removing intermediate container e90f42104757 [2021-03-17T00:39:49.262Z] ---> d2953ef093bc [2021-03-17T00:39:49.262Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-17T00:39:49.262Z] ---> 86002574cc46 [2021-03-17T00:39:49.262Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-17T00:39:49.525Z] ---> Running in afcbe0428cee [2021-03-17T00:39:51.450Z] Removing intermediate container afcbe0428cee [2021-03-17T00:39:51.451Z] ---> 8b8e297e38e4 [2021-03-17T00:39:51.451Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-17T00:39:51.451Z] ---> Running in ac8b7d6ce099 [2021-03-17T00:39:51.721Z] Removing intermediate container ac8b7d6ce099 [2021-03-17T00:39:51.721Z] ---> af08fd392cfd [2021-03-17T00:39:51.721Z] Step 28/31 : CMD ["gate"] [2021-03-17T00:39:51.721Z] ---> Running in 4801a708d05a [2021-03-17T00:39:51.984Z] Removing intermediate container 4801a708d05a [2021-03-17T00:39:51.984Z] ---> 69d329d8f831 [2021-03-17T00:39:51.984Z] Step 29/31 : LABEL arch=x86_64 [2021-03-17T00:39:52.251Z] ---> Running in a2d5c2405f42 [2021-03-17T00:39:52.251Z] Removing intermediate container a2d5c2405f42 [2021-03-17T00:39:52.251Z] ---> 106acde07ea8 [2021-03-17T00:39:52.251Z] Step 30/31 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:39:52.513Z] ---> Running in d9a514a31d81 [2021-03-17T00:39:52.776Z] Removing intermediate container d9a514a31d81 [2021-03-17T00:39:52.776Z] ---> e0ce75b7dc2a [2021-03-17T00:39:52.776Z] Step 31/31 : LABEL version=0.0.0 [2021-03-17T00:39:52.776Z] ---> Running in e2bab651f22e [2021-03-17T00:39:53.048Z] Removing intermediate container e2bab651f22e [2021-03-17T00:39:53.048Z] ---> ce08548b1b1f [2021-03-17T00:39:53.048Z] [2021-03-17T00:39:53.310Z] Successfully built ce08548b1b1f [2021-03-17T00:39:53.310Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-17T00:39:53.584Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-17T00:39:53.593Z] $ docker stop --time=1 701a8ea307fa69ceb180c1baa9ac8a23f1c203259934d66004a84fbe28fd8bd9 [2021-03-17T00:39:55.148Z] $ docker rm -f 701a8ea307fa69ceb180c1baa9ac8a23f1c203259934d66004a84fbe28fd8bd9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T00:39:55.701Z] + docker images [2021-03-17T00:39:55.702Z] + grep docker [2021-03-17T00:39:55.964Z] docker-security-bootstrapper-go latest ce08548b1b1f 3 seconds ago 18.8MB [2021-03-17T00:39:55.964Z] docker-security-secretstore-setup-go latest d56d30931277 8 seconds ago 24.9MB [2021-03-17T00:39:55.964Z] docker-security-proxy-setup-go latest 84d0b835f865 9 seconds ago 24.7MB [2021-03-17T00:39:55.964Z] docker-core-metadata-go latest 47c89976e5de 11 seconds ago 19MB [2021-03-17T00:39:55.964Z] docker-sys-mgmt-agent-go latest 5d61b82ffda8 40 seconds ago 313MB [2021-03-17T00:39:55.964Z] docker-core-data-go latest 276c722cdadd 2 minutes ago 22.6MB [2021-03-17T00:39:55.964Z] docker-support-notifications-go latest 63166c927f15 2 minutes ago 17.8MB [2021-03-17T00:39:55.964Z] docker-support-scheduler-go latest 912803367a8e 2 minutes ago 17.3MB [2021-03-17T00:39:55.964Z] docker-core-command-go latest fe4111a941b6 2 minutes ago 17.2MB [2021-03-17T00:39:55.964Z] docker 20.10.0 aefe523efa57 3 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-03-17T00:40:11.604Z] Still waiting to schedule task [2021-03-17T00:40:11.604Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-17T00:40:33.805Z] gofmt -l . [2021-03-17T00:40:33.805Z] [ "`gofmt -l .`" = "" ] [2021-03-17T00:40:33.806Z] ./bin/test-go-mod-tidy.sh [2021-03-17T00:40:33.806Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-17T00:40:35.459Z] + ls -al . [2021-03-17T00:40:35.459Z] total 788 [2021-03-17T00:40:35.459Z] drwxrwxr-x 9 1001 1001 4096 Mar 17 00:40 . [2021-03-17T00:40:35.459Z] drwxr-xr-x 4 root root 4096 Mar 17 00:35 .. [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 11 Mar 17 00:34 .dockerignore [2021-03-17T00:40:35.459Z] drwxrwxr-x 8 1001 1001 4096 Mar 17 00:34 .git [2021-03-17T00:40:35.459Z] drwxrwxr-x 3 1001 1001 4096 Mar 17 00:34 .github [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 818 Mar 17 00:34 .gitignore [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 166 Mar 17 00:34 .sonarcloud.properties [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 8607 Mar 17 00:34 Attribution.txt [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 3804 Mar 17 00:34 CONTRIBUTING.md [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 931 Mar 17 00:34 Dockerfile.build [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 863 Mar 17 00:34 Jenkinsfile [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 10775 Mar 17 00:34 LICENSE [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 5774 Mar 17 00:34 Makefile [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 6548 Mar 17 00:34 README.md [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 6755 Mar 17 00:34 SECURITY.md [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 5 Mar 17 00:30 VERSION [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 4131 Mar 17 00:34 ZMQWindows.md [2021-03-17T00:40:35.459Z] drwxrwxr-x 2 1001 1001 4096 Mar 17 00:34 bin [2021-03-17T00:40:35.459Z] drwxrwxr-x 14 1001 1001 4096 Mar 17 00:34 cmd [2021-03-17T00:40:35.459Z] -rw-r--r-- 1 root root 650607 Mar 17 00:38 coverage.out [2021-03-17T00:40:35.459Z] -rw-r--r-- 1 root root 1055 Mar 17 00:40 go.mod [2021-03-17T00:40:35.459Z] -rw-r--r-- 1 root root 21981 Mar 17 00:40 go.sum [2021-03-17T00:40:35.459Z] drwxrwxr-x 8 1001 1001 4096 Mar 17 00:34 internal [2021-03-17T00:40:35.459Z] drwxrwxr-x 4 1001 1001 4096 Mar 17 00:34 openapi [2021-03-17T00:40:35.459Z] drwxrwxr-x 4 1001 1001 4096 Mar 17 00:34 snap [2021-03-17T00:40:35.459Z] -rw-rw-r-- 1 1001 1001 168 Mar 17 00:34 version.go [Pipeline] sh [2021-03-17T00:40:36.121Z] + '[' -e coverage.out ] [2021-03-17T00:40:36.121Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-17T00:40:36.185Z] Warning: overwriting stash ‘coverage-report’ [2021-03-17T00:40:37.597Z] Stashed 1 file(s) [Pipeline] sh [2021-03-17T00:40:38.266Z] + make build [2021-03-17T00:40:38.266Z] 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-03-17T00:40:53.373Z] 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-03-17T00:41:25.762Z] 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-03-17T00:41:27.735Z] 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-03-17T00:41:34.462Z] 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-03-17T00:41:35.897Z] 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-03-17T00:41:40.399Z] Running on prd-ubuntu18.04-docker-8c-8g-30071 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws [2021-03-17T00:41:40.448Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-03-17T00:41:42.597Z] using credential edgex-jenkins-ssh [2021-03-17T00:41:42.629Z] 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-03-17T00:41:42.656Z] Cloning the remote Git repository [2021-03-17T00:41:42.681Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:41:42.746Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-03-17T00:41:42.781Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:41:42.781Z] > git --version # timeout=10 [2021-03-17T00:41:42.788Z] > git --version # 'git version 2.17.1' [2021-03-17T00:41:42.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:41:42.820Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T00:41:48.784Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-17T00:41:48.798Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T00:41:48.807Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-17T00:41:48.819Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-17T00:41:48.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:41:48.824Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T00:41:49.346Z] 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-03-17T00:41:49.436Z] Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 29b7741412918b380152c0207621d70cd23b397e [2021-03-17T00:41:49.623Z] Merge succeeded, producing abf1dcca7813016df427dd45f6e61f4c61e3a1ef [2021-03-17T00:41:49.623Z] Checking out Revision abf1dcca7813016df427dd45f6e61f4c61e3a1ef (PR-3241) [2021-03-17T00:41:49.443Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T00:41:49.449Z] > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 [2021-03-17T00:41:49.522Z] > git remote # timeout=10 [2021-03-17T00:41:49.530Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T00:41:49.538Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T00:41:49.541Z] > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-17T00:41:49.615Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T00:41:49.624Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T00:41:49.628Z] > git checkout -f abf1dcca7813016df427dd45f6e61f4c61e3a1ef # timeout=10 [2021-03-17T00:41:53.329Z] Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" [2021-03-17T00:41:53.338Z] First time build. Skipping changelog. [2021-03-17T00:41:53.331Z] > git rev-list --no-walk 84e505e40705358717362c9b0dc5ba7440a3616c # timeout=10 [2021-03-17T00:41:53.664Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:41:54.480Z] + echo snap-build.sh [2021-03-17T00:41:54.480Z] snap-build.sh [2021-03-17T00:41:54.480Z] + SNAP_BASE_DIR=. [2021-03-17T00:41:54.480Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-03-17T00:41:54.480Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-03-17T00:41:54.480Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-03-17T00:41:54.480Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-03-17T00:41:54.480Z] + cd /w/workspace/edgex-go/6 [2021-03-17T00:41:54.480Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-17T00:41:54.480Z] Reading package lists... [2021-03-17T00:41:54.480Z] Building dependency tree... [2021-03-17T00:41:54.480Z] Reading state information... [2021-03-17T00:41:54.741Z] The following packages were automatically installed and are no longer required: [2021-03-17T00:41:54.741Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-17T00:41:54.741Z] uidmap xdelta3 [2021-03-17T00:41:54.741Z] Use 'sudo apt autoremove' to remove them. [2021-03-17T00:41:54.741Z] The following packages will be REMOVED: [2021-03-17T00:41:54.741Z] lxd* lxd-client* [2021-03-17T00:41:55.003Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-17T00:41:55.003Z] After this operation, 31.7 MB disk space will be freed. [2021-03-17T00:41:56.049Z] (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-03-17T00:41:56.049Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-17T00:41:56.993Z] Removing lxd dnsmasq configuration [2021-03-17T00:41:57.255Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-17T00:41:57.255Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-17T00:41:58.006Z] 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-03-17T00:41:58.201Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-17T00:41:58.469Z] (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-03-17T00:41:58.469Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-17T00:41:59.864Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-17T00:41:59.864Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-17T00:42:01.252Z] + sudo snap remove --purge lxd [2021-03-17T00:42:01.388Z] 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-03-17T00:42:01.514Z] snap "lxd" is not installed [2021-03-17T00:42:01.514Z] + sudo groupadd --force --system lxd [2021-03-17T00:42:01.514Z] ++ whoami [2021-03-17T00:42:01.514Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-17T00:42:01.514Z] + newgrp - lxd [2021-03-17T00:42:01.514Z] + sudo snap install lxd [2021-03-17T00:42:06.798Z] 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-03-17T00:42:11.545Z] 2021-03-17T00:42:08Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-03-17T00:42:13.521Z] $ docker stop --time=1 d2d6080bf1decd27ad9d6516b501548f9ae22d2594a5c3a16510fb27951ffbd2 [2021-03-17T00:42:16.121Z] $ docker rm -f d2d6080bf1decd27ad9d6516b501548f9ae22d2594a5c3a16510fb27951ffbd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:42:18.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-17T00:42:18.704Z] [2021-03-17T00:42:18.704Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:42:19.092Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-17T00:42:19.367Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-17T00:42:19.367Z] 29e5d40040c1: Pulling fs layer [2021-03-17T00:42:19.367Z] 1ce36da41761: Pulling fs layer [2021-03-17T00:42:19.367Z] 25b303627fd3: Pulling fs layer [2021-03-17T00:42:19.647Z] 29e5d40040c1: Download complete [2021-03-17T00:42:20.254Z] 1ce36da41761: Verifying Checksum [2021-03-17T00:42:20.254Z] 1ce36da41761: Download complete [2021-03-17T00:42:20.528Z] 29e5d40040c1: Pull complete [2021-03-17T00:42:21.960Z] 1ce36da41761: Pull complete [2021-03-17T00:42:21.960Z] 25b303627fd3: Verifying Checksum [2021-03-17T00:42:21.960Z] 25b303627fd3: Download complete [2021-03-17T00:42:32.118Z] 25b303627fd3: Pull complete [2021-03-17T00:42:32.118Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-17T00:42:32.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-17T00:42:32.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-17T00:42:32.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-30065 does not seem to be running inside a container [2021-03-17T00:42:32.468Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-17T00:42:35.715Z] $ docker top 5fe822306b3eda27613693e0a817f1b07bd77c25726f45ab8713da5604b05c1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:42:36.715Z] + docker-compose build --help [2021-03-17T00:42:36.715Z] + grep parallel [2021-03-17T00:42:42.096Z] --parallel Build images in parallel. [Pipeline] } [2021-03-17T00:42:42.119Z] $ docker stop --time=1 5fe822306b3eda27613693e0a817f1b07bd77c25726f45ab8713da5604b05c1a [2021-03-17T00:42:44.080Z] $ docker rm -f 5fe822306b3eda27613693e0a817f1b07bd77c25726f45ab8713da5604b05c1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:42:44.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-17T00:42:44.909Z] . [Pipeline] withDockerContainer [2021-03-17T00:42:45.204Z] prd-ubuntu18.04-docker-arm64-4c-16g-30065 does not seem to be running inside a container [2021-03-17T00:42:45.291Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-17T00:42:46.948Z] $ docker top b79e4c4f552576f4614719728919ea6c1c129320a6c86c9849738bb310b558a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:42:48.034Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-17T00:42:50.317Z] lxd 4.12 from Canonical* installed [2021-03-17T00:42:50.317Z] + sudo lxd init --auto [2021-03-17T00:42:53.478Z] Building docker-core-command-go ... [2021-03-17T00:42:53.478Z] Building docker-core-data-go ... [2021-03-17T00:42:53.478Z] Building docker-core-metadata-go ... [2021-03-17T00:42:53.478Z] Building docker-security-bootstrapper-go ... [2021-03-17T00:42:53.478Z] Building docker-security-proxy-setup-go ... [2021-03-17T00:42:53.478Z] Building docker-security-secretstore-setup-go ... [2021-03-17T00:42:53.478Z] Building docker-support-notifications-go ... [2021-03-17T00:42:53.478Z] Building docker-support-scheduler-go ... [2021-03-17T00:42:53.478Z] Building docker-sys-mgmt-agent-go ... [2021-03-17T00:42:53.478Z] Building docker-support-notifications-go [2021-03-17T00:42:53.478Z] Building docker-sys-mgmt-agent-go [2021-03-17T00:42:53.478Z] Building docker-core-metadata-go [2021-03-17T00:42:53.478Z] Building docker-security-proxy-setup-go [2021-03-17T00:42:53.478Z] Building docker-support-scheduler-go [2021-03-17T00:42:53.620Z] + sudo snap install --classic snapcraft [2021-03-17T00:43:08.526Z] snapcraft 4.5.4 from Canonical* installed [2021-03-17T00:43:08.526Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-17T00:43:08.526Z] + patch --verbose -p1 [2021-03-17T00:43:08.526Z] Hmm... Looks like a unified diff to me... [2021-03-17T00:43:08.526Z] The text leading up to this was: [2021-03-17T00:43:08.526Z] -------------------------- [2021-03-17T00:43:08.526Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-17T00:43:08.526Z] |From: Tony Espy [2021-03-17T00:43:08.526Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-17T00:43:08.526Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-17T00:43:08.526Z] | [2021-03-17T00:43:08.526Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-17T00:43:08.526Z] |optimize the snap CI check run for pull requests. When [2021-03-17T00:43:08.526Z] |applied, it essentially strips out everything (apps and [2021-03-17T00:43:08.526Z] |parts) from the snapcraft.yaml file except those required [2021-03-17T00:43:08.526Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-17T00:43:08.526Z] |catch changes to edgex-go that break the snap build. [2021-03-17T00:43:08.526Z] | [2021-03-17T00:43:08.526Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-17T00:43:08.526Z] |to update this patch file, otherwise it may fail to apply, [2021-03-17T00:43:08.526Z] |resulting in a failed snap build CI check in the associated [2021-03-17T00:43:08.526Z] |pull request. [2021-03-17T00:43:08.526Z] | [2021-03-17T00:43:08.526Z] |Note - in addition to applying this patch, the pipeline also [2021-03-17T00:43:08.526Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-17T00:43:08.526Z] |need to build the finally binary .snap file (and it won't [2021-03-17T00:43:08.526Z] |work with the patch applied). This further reduces the build [2021-03-17T00:43:08.526Z] |time. [2021-03-17T00:43:08.526Z] |--- [2021-03-17T00:43:08.526Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-17T00:43:08.526Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-17T00:43:08.526Z] | [2021-03-17T00:43:08.526Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-17T00:43:08.526Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-17T00:43:08.526Z] |--- a/snap/snapcraft.yaml [2021-03-17T00:43:08.526Z] |+++ b/snap/snapcraft.yaml [2021-03-17T00:43:08.526Z] -------------------------- [2021-03-17T00:43:08.526Z] patching file snap/snapcraft.yaml [2021-03-17T00:43:08.526Z] Using Plan A... [2021-03-17T00:43:08.526Z] Hunk #1 succeeded at 73. [2021-03-17T00:43:08.526Z] Hunk #2 succeeded at 205. [2021-03-17T00:43:08.526Z] Hunk #3 succeeded at 217. [2021-03-17T00:43:08.526Z] Hunk #4 succeeded at 225. [2021-03-17T00:43:08.526Z] Hunk #5 succeeded at 232. [2021-03-17T00:43:08.526Z] Hunk #6 succeeded at 259. [2021-03-17T00:43:08.526Z] Hunk #7 succeeded at 271. [2021-03-17T00:43:08.526Z] Hunk #8 succeeded at 327. [2021-03-17T00:43:08.526Z] Hmm... Ignoring the trailing garbage. [2021-03-17T00:43:08.526Z] done [2021-03-17T00:43:08.526Z] + sudo snapcraft prime --use-lxd [2021-03-17T00:43:08.526Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-17T00:43:08.526Z] 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-03-17T00:43:08.526Z] - README.md [2021-03-17T00:43:08.526Z] [2021-03-17T00:43:08.526Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-17T00:43:08.526Z] Launching a container. [2021-03-17T00:43:20.765Z] Waiting for container to be ready [2021-03-17T00:43:20.765Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-17T00:43:20.765Z] [2021-03-17T00:43:23.307Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-17T00:43:23.879Z] Waiting for network to be ready... [2021-03-17T00:43:24.451Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-17T00:43:24.451Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-17T00:43:25.022Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-17T00:43:25.022Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-17T00:43:25.022Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-17T00:43:25.283Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-17T00:43:25.283Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-17T00:43:25.283Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-17T00:43:25.283Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-17T00:43:25.283Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-17T00:43:25.283Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-17T00:43:25.283Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-17T00:43:25.283Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-17T00:43:25.283Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-17T00:43:25.283Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-17T00:43:25.283Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-17T00:43:25.283Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-17T00:43:25.544Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-17T00:43:25.544Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-17T00:43:26.122Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-17T00:43:26.122Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-17T00:43:26.122Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-17T00:43:26.122Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-17T00:43:26.122Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-17T00:43:26.122Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-17T00:43:26.122Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-17T00:43:26.122Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-17T00:43:28.665Z] Fetched 24.1 MB in 4s (5456 kB/s) [2021-03-17T00:43:29.606Z] Reading package lists... [2021-03-17T00:43:29.867Z] Reading package lists... [2021-03-17T00:43:30.127Z] Building dependency tree... [2021-03-17T00:43:30.127Z] Reading state information... [2021-03-17T00:43:30.127Z] The following additional packages will be installed: [2021-03-17T00:43:30.127Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-17T00:43:30.127Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-17T00:43:30.127Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-17T00:43:30.127Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-17T00:43:30.127Z] Suggested packages: [2021-03-17T00:43:30.127Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-17T00:43:30.127Z] Recommended packages: [2021-03-17T00:43:30.127Z] gnupg libsasl2-modules [2021-03-17T00:43:30.127Z] The following NEW packages will be installed: [2021-03-17T00:43:30.127Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-17T00:43:30.127Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-17T00:43:30.127Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-17T00:43:30.127Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-17T00:43:30.127Z] The following packages will be upgraded: [2021-03-17T00:43:30.127Z] gpg gpg-agent gpgconf libudev1 [2021-03-17T00:43:30.388Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-17T00:43:30.388Z] Need to get 3530 kB of archives. [2021-03-17T00:43:30.388Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-17T00:43:30.388Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-17T00:43:30.388Z] 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-03-17T00:43:30.648Z] 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-03-17T00:43:30.648Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-17T00:43:30.909Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-17T00:43:30.909Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-17T00:43:31.169Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-17T00:43:31.170Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-17T00:43:31.170Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-17T00:43:31.170Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-17T00:43:31.170Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-17T00:43:31.170Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-17T00:43:31.170Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-17T00:43:31.170Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-17T00:43:31.170Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-17T00:43:31.170Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-17T00:43:31.431Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-17T00:43:31.432Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-17T00:43:31.432Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-17T00:43:31.432Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-17T00:43:31.432Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-17T00:43:31.432Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-17T00:43:31.432Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-17T00:43:31.432Z] Fetched 3530 kB in 1s (3075 kB/s) [2021-03-17T00:43:31.432Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-17T00:43:31.432Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-17T00:43:31.693Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-17T00:43:31.693Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-17T00:43:31.693Z] Selecting previously unselected package udev. [2021-03-17T00:43:31.693Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-17T00:43:31.693Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-17T00:43:31.954Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-17T00:43:32.216Z] Selecting previously unselected package libfuse2:amd64. [2021-03-17T00:43:32.216Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-17T00:43:32.216Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-17T00:43:32.216Z] Selecting previously unselected package fuse. [2021-03-17T00:43:32.216Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-17T00:43:32.216Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-17T00:43:32.216Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-17T00:43:32.216Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-17T00:43:32.476Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-17T00:43:32.476Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-17T00:43:32.745Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-17T00:43:32.745Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-17T00:43:32.745Z] Selecting previously unselected package libksba8:amd64. [2021-03-17T00:43:32.745Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-17T00:43:32.745Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-17T00:43:32.745Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-17T00:43:32.745Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-17T00:43:33.006Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:33.006Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-17T00:43:33.006Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-17T00:43:33.006Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:33.006Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-17T00:43:33.006Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-17T00:43:33.006Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:33.269Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-17T00:43:33.269Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-17T00:43:33.269Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:33.269Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-17T00:43:33.269Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-17T00:43:33.269Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:33.269Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-17T00:43:33.269Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-17T00:43:33.531Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:33.531Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-17T00:43:33.531Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-17T00:43:33.531Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:33.531Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-17T00:43:33.531Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-17T00:43:33.531Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:33.791Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-17T00:43:33.792Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-17T00:43:33.792Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:33.792Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-17T00:43:33.792Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-17T00:43:33.792Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-17T00:43:33.792Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-17T00:43:33.792Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-17T00:43:33.792Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-17T00:43:34.053Z] Selecting previously unselected package libldap-common. [2021-03-17T00:43:34.053Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-17T00:43:34.053Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-17T00:43:34.053Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-17T00:43:34.053Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-17T00:43:34.053Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-17T00:43:34.318Z] Selecting previously unselected package dirmngr. [2021-03-17T00:43:34.318Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-17T00:43:34.318Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-17T00:43:34.318Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-17T00:43:34.318Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-17T00:43:34.318Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-17T00:43:34.318Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-17T00:43:34.318Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-17T00:43:34.578Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-17T00:43:34.578Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:34.578Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-17T00:43:34.578Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-17T00:43:34.578Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-17T00:43:34.838Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-17T00:43:35.099Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:35.099Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-17T00:43:35.099Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-17T00:43:35.099Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-17T00:43:35.099Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:35.361Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:35.361Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:35.361Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:35.361Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:35.361Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:35.361Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-17T00:43:35.361Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-17T00:43:35.361Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-17T00:43:35.361Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-17T00:43:35.931Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-17T00:43:35.931Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-17T00:43:35.931Z] This means they are not meant to be enabled using systemctl. [2021-03-17T00:43:35.931Z] Possible reasons for having this kind of units are: [2021-03-17T00:43:35.931Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-17T00:43:35.931Z] .wants/ or .requires/ directory. [2021-03-17T00:43:35.931Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-17T00:43:35.931Z] a requirement dependency on it. [2021-03-17T00:43:35.931Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-17T00:43:35.931Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-17T00:43:35.931Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-17T00:43:35.931Z] instance name specified. [2021-03-17T00:43:36.191Z] Reading package lists... [2021-03-17T00:43:36.452Z] Building dependency tree... [2021-03-17T00:43:36.452Z] Reading state information... [2021-03-17T00:43:36.713Z] The following additional packages will be installed: [2021-03-17T00:43:36.713Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-17T00:43:36.713Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-17T00:43:36.713Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-17T00:43:36.713Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-17T00:43:36.713Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-17T00:43:36.713Z] Suggested packages: [2021-03-17T00:43:36.713Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-17T00:43:36.713Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-17T00:43:36.713Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-17T00:43:36.713Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-17T00:43:36.713Z] systemd-container policykit-1 [2021-03-17T00:43:36.713Z] Recommended packages: [2021-03-17T00:43:36.713Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-17T00:43:36.713Z] The following NEW packages will be installed: [2021-03-17T00:43:36.713Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-17T00:43:36.713Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-17T00:43:36.713Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-17T00:43:36.713Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-17T00:43:36.713Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-17T00:43:36.713Z] The following packages will be upgraded: [2021-03-17T00:43:36.713Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-17T00:43:36.974Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-17T00:43:36.974Z] Need to get 35.2 MB of archives. [2021-03-17T00:43:36.974Z] After this operation, 141 MB of additional disk space will be used. [2021-03-17T00:43:36.974Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-17T00:43:36.974Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-17T00:43:37.547Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-17T00:43:37.547Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-17T00:43:37.806Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-17T00:43:37.806Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-17T00:43:37.806Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-17T00:43:37.806Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-17T00:43:37.806Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-17T00:43:37.806Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-17T00:43:37.806Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-17T00:43:37.806Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-17T00:43:37.806Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-17T00:43:37.806Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-17T00:43:37.806Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-17T00:43:37.806Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-17T00:43:37.806Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-17T00:43:37.806Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-17T00:43:37.806Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-17T00:43:37.806Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-17T00:43:37.806Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-17T00:43:37.806Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-17T00:43:37.806Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-17T00:43:37.806Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-17T00:43:37.806Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-17T00:43:37.806Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-17T00:43:37.806Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-17T00:43:37.806Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-17T00:43:38.066Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-17T00:43:38.066Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-17T00:43:39.450Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-17T00:43:39.450Z] Fetched 35.2 MB in 2s (14.7 MB/s) [2021-03-17T00:43:39.450Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-17T00:43:39.450Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-17T00:43:39.450Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-17T00:43:40.022Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-17T00:43:40.285Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-17T00:43:40.285Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-17T00:43:40.285Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-17T00:43:40.285Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-17T00:43:40.285Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-17T00:43:40.545Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-17T00:43:40.806Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-17T00:43:40.806Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-17T00:43:40.806Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-17T00:43:41.066Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-17T00:43:41.066Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-17T00:43:41.637Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-17T00:43:41.637Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-17T00:43:41.637Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-17T00:43:41.637Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-17T00:43:41.898Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-17T00:43:41.898Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-17T00:43:41.898Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-17T00:43:42.157Z] Selecting previously unselected package libexpat1:amd64. [2021-03-17T00:43:42.157Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-17T00:43:42.157Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-17T00:43:42.157Z] Selecting previously unselected package python3.6-minimal. [2021-03-17T00:43:42.157Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-17T00:43:42.157Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-17T00:43:42.418Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-17T00:43:42.679Z] Checking for services that may need to be restarted...done. [2021-03-17T00:43:42.679Z] Checking for services that may need to be restarted...done. [2021-03-17T00:43:42.679Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-17T00:43:42.679Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-17T00:43:42.679Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-17T00:43:43.252Z] Selecting previously unselected package python3-minimal. [2021-03-17T00:43:43.252Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-17T00:43:43.252Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-17T00:43:43.252Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-17T00:43:43.252Z] Selecting previously unselected package mime-support. [2021-03-17T00:43:43.252Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-17T00:43:43.252Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-17T00:43:43.252Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-17T00:43:43.252Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-17T00:43:43.252Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-17T00:43:43.519Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-17T00:43:43.519Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-17T00:43:43.519Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-17T00:43:43.780Z] Selecting previously unselected package python3.6. [2021-03-17T00:43:43.780Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-17T00:43:43.780Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-17T00:43:43.780Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-17T00:43:43.780Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-17T00:43:43.780Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-17T00:43:43.780Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-17T00:43:44.041Z] Selecting previously unselected package python3. [2021-03-17T00:43:44.041Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-17T00:43:44.041Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-17T00:43:44.041Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-17T00:43:44.302Z] Selecting previously unselected package multiarch-support. [2021-03-17T00:43:44.302Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-17T00:43:44.302Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-17T00:43:44.302Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-17T00:43:44.302Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-17T00:43:44.302Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-17T00:43:44.302Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-17T00:43:44.302Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-17T00:43:44.874Z] Selecting previously unselected package libbsd0:amd64. [2021-03-17T00:43:44.874Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-17T00:43:44.874Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-17T00:43:44.874Z] Selecting previously unselected package sudo. [2021-03-17T00:43:44.874Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-17T00:43:44.874Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-17T00:43:44.874Z] Selecting previously unselected package apparmor. [2021-03-17T00:43:44.874Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-17T00:43:44.874Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-17T00:43:45.136Z] Selecting previously unselected package libedit2:amd64. [2021-03-17T00:43:45.136Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-17T00:43:45.136Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-17T00:43:45.136Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-17T00:43:45.136Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-17T00:43:45.136Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-17T00:43:45.397Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-17T00:43:45.397Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-17T00:43:45.397Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-17T00:43:45.397Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-17T00:43:45.397Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-17T00:43:45.397Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-17T00:43:45.657Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-17T00:43:45.657Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-17T00:43:45.657Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-17T00:43:45.657Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-17T00:43:45.657Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-17T00:43:45.657Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-17T00:43:45.918Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-17T00:43:45.918Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-17T00:43:45.918Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-17T00:43:45.918Z] Selecting previously unselected package openssh-client. [2021-03-17T00:43:45.918Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-17T00:43:45.918Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-17T00:43:46.177Z] Selecting previously unselected package squashfs-tools. [2021-03-17T00:43:46.178Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-17T00:43:46.178Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-17T00:43:46.437Z] Selecting previously unselected package snapd. [2021-03-17T00:43:46.437Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-17T00:43:46.437Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-17T00:43:48.349Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-17T00:43:48.349Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-17T00:43:48.349Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-17T00:43:48.610Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-17T00:43:48.610Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-17T00:43:48.610Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-17T00:43:48.610Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-17T00:43:48.611Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-17T00:43:48.611Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-17T00:43:49.552Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-17T00:43:49.552Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-17T00:43:49.552Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-17T00:43:49.812Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-17T00:43:49.812Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-17T00:43:49.812Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-17T00:43:50.760Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-17T00:43:51.021Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-17T00:43:51.021Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-17T00:43:51.021Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-17T00:43:51.021Z] running python rtupdate hooks for python3.6... [2021-03-17T00:43:51.021Z] running python post-rtupdate hooks for python3.6... [2021-03-17T00:43:51.021Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-17T00:43:52.404Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-17T00:43:52.404Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-17T00:43:52.404Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-17T00:43:52.666Z] Setting up snapd (2.48.3+18.04) ... [2021-03-17T00:43:52.928Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-17T00:43:53.188Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-17T00:43:53.188Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-17T00:43:53.448Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-17T00:43:53.713Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-17T00:43:53.713Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-17T00:43:53.713Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-17T00:43:53.975Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-17T00:43:54.238Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-17T00:43:54.238Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-17T00:43:54.500Z] /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-03-17T00:43:54.500Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-17T00:43:54.500Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-17T00:43:55.439Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-17T00:43:55.439Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-17T00:43:55.439Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-17T00:43:56.643Z] Reading package lists... [2021-03-17T00:43:56.903Z] Reading package lists... [2021-03-17T00:43:57.165Z] Building dependency tree... [2021-03-17T00:43:57.165Z] Reading state information... [2021-03-17T00:43:57.165Z] Calculating upgrade... [2021-03-17T00:43:57.425Z] The following packages will be upgraded: [2021-03-17T00:43:57.425Z] advancecomp base-files bash binutils binutils-common [2021-03-17T00:43:57.425Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-17T00:43:57.425Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-17T00:43:57.425Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-17T00:43:57.425Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-17T00:43:57.425Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-17T00:43:57.425Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-17T00:43:57.425Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-17T00:43:57.425Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-17T00:43:57.425Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-17T00:43:57.425Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-17T00:43:57.425Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-17T00:43:57.425Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-17T00:43:57.425Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-17T00:43:57.425Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-17T00:43:57.425Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-17T00:43:57.425Z] Need to get 63.8 MB of archives. [2021-03-17T00:43:57.425Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-17T00:43:57.425Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-17T00:43:57.687Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-17T00:43:57.687Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-17T00:43:57.687Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-17T00:43:57.687Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-17T00:43:57.687Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-17T00:43:57.687Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-17T00:43:57.687Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-17T00:43:57.687Z] 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-03-17T00:43:57.687Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-17T00:43:57.687Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-17T00:43:57.687Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-17T00:43:57.687Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-17T00:43:57.687Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-17T00:43:57.687Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-17T00:43:57.687Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-17T00:43:57.687Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-17T00:43:57.687Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-17T00:43:57.687Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-17T00:43:57.687Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-17T00:43:57.687Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-17T00:43:57.687Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-17T00:43:57.687Z] 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-03-17T00:43:57.687Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-17T00:43:57.687Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-17T00:43:57.687Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-17T00:43:57.687Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-17T00:43:57.687Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-17T00:43:57.687Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-17T00:43:57.687Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-17T00:43:57.687Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-17T00:43:57.687Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-17T00:43:57.687Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-17T00:43:57.687Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-17T00:43:57.687Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-17T00:43:57.687Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-17T00:43:57.687Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-17T00:43:57.687Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-17T00:43:57.947Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-17T00:43:57.947Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-17T00:43:57.947Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-17T00:43:57.947Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-17T00:43:57.947Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-17T00:43:57.947Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-17T00:43:57.947Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-17T00:43:57.947Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-17T00:43:57.947Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-17T00:43:57.947Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-17T00:43:57.947Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-17T00:43:57.947Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-17T00:43:57.947Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-17T00:43:57.947Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-17T00:43:57.947Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-17T00:43:57.947Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-17T00:43:57.947Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-17T00:43:57.947Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-17T00:43:58.211Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-17T00:43:58.211Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-17T00:43:58.211Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-17T00:43:58.472Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-17T00:43:58.472Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-17T00:43:58.472Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-17T00:43:58.472Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-17T00:43:58.472Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-17T00:43:58.472Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-17T00:43:58.472Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-17T00:43:58.731Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-17T00:43:58.731Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-17T00:43:58.732Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-17T00:43:58.732Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-17T00:43:58.732Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-17T00:43:58.732Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-17T00:43:58.732Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-17T00:43:58.732Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-17T00:43:58.732Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-17T00:43:58.732Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-17T00:43:58.732Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-17T00:43:58.732Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-17T00:43:58.732Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-17T00:43:58.732Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-17T00:43:58.732Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-17T00:43:58.991Z] Get:82 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-03-17T00:43:58.991Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-17T00:43:58.991Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-17T00:43:58.991Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-17T00:43:58.991Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-17T00:43:58.991Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-17T00:43:58.991Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-17T00:43:58.991Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-17T00:43:59.252Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-17T00:43:59.252Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-17T00:43:59.252Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-17T00:43:59.252Z] Get:93 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-03-17T00:43:59.252Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-17T00:43:59.252Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-17T00:43:59.252Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-17T00:43:59.252Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-17T00:43:59.252Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-17T00:43:59.252Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-17T00:43:59.513Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-17T00:43:59.513Z] Fetched 63.8 MB in 2s (33.9 MB/s) [2021-03-17T00:43:59.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:43:59.513Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-17T00:43:59.513Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-17T00:44:00.084Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-17T00:44:00.345Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-17T00:44:00.345Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-17T00:44:00.345Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-17T00:44:01.286Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:01.286Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-17T00:44:01.556Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:01.556Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-17T00:44:01.818Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:01.818Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-17T00:44:01.818Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:01.818Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-17T00:44:02.081Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:02.081Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-17T00:44:02.081Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:02.081Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-17T00:44:02.341Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:02.341Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-17T00:44:02.341Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:02.602Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-17T00:44:02.602Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:02.602Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-17T00:44:02.602Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:02.863Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-17T00:44:02.863Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:02.863Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-17T00:44:02.863Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:02.863Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-17T00:44:03.127Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:03.127Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-17T00:44:03.127Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:03.387Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-17T00:44:03.387Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-17T00:44:03.648Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-17T00:44:03.910Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-17T00:44:04.172Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-17T00:44:04.172Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-17T00:44:04.172Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-17T00:44:04.172Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-17T00:44:04.433Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-17T00:44:04.433Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-17T00:44:04.697Z] Installing new version of config file /etc/issue ... [2021-03-17T00:44:04.697Z] Installing new version of config file /etc/issue.net ... [2021-03-17T00:44:04.697Z] Installing new version of config file /etc/lsb-release ... [2021-03-17T00:44:04.697Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-17T00:44:04.958Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-17T00:44:04.958Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-17T00:44:04.958Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-17T00:44:04.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:04.958Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-17T00:44:05.219Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-17T00:44:05.219Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-17T00:44:05.480Z] 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-03-17T00:44:05.480Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:05.480Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-17T00:44:05.480Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-17T00:44:05.480Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-17T00:44:05.741Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:05.741Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-17T00:44:05.741Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-17T00:44:05.741Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-17T00:44:06.002Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:06.003Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-17T00:44:06.003Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-17T00:44:06.263Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-17T00:44:06.263Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:06.263Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-17T00:44:06.523Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-17T00:44:06.523Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-17T00:44:06.523Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:06.523Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-17T00:44:06.783Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-17T00:44:06.783Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-17T00:44:07.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:07.043Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-17T00:44:07.043Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-17T00:44:07.043Z] Setting up grep (3.1-2build1) ... [2021-03-17T00:44:07.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:07.304Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-17T00:44:07.304Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-17T00:44:07.304Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-17T00:44:07.564Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:07.565Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-17T00:44:07.565Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-17T00:44:07.565Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-17T00:44:07.826Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:07.826Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-17T00:44:07.826Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-17T00:44:08.397Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-17T00:44:08.397Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-17T00:44:08.397Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-17T00:44:08.397Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-17T00:44:08.969Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-17T00:44:09.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:09.229Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-17T00:44:09.229Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-17T00:44:10.171Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-17T00:44:10.171Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-17T00:44:10.437Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-17T00:44:10.437Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-17T00:44:10.437Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-17T00:44:10.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:10.703Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-17T00:44:10.703Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-17T00:44:10.963Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-17T00:44:10.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:10.963Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-17T00:44:10.963Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-17T00:44:11.223Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-17T00:44:11.223Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:11.223Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-17T00:44:11.223Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-17T00:44:11.484Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-17T00:44:11.484Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:11.484Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-17T00:44:11.484Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-17T00:44:11.745Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-17T00:44:12.005Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:12.006Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-17T00:44:12.006Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-17T00:44:12.006Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-17T00:44:12.006Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:12.006Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-17T00:44:12.006Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-17T00:44:12.266Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-17T00:44:12.266Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-17T00:44:12.266Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-17T00:44:12.528Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:12.528Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-17T00:44:12.528Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-17T00:44:12.528Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-17T00:44:12.788Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:12.788Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-17T00:44:12.788Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-17T00:44:12.788Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-17T00:44:12.788Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:12.788Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-17T00:44:12.788Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-17T00:44:13.049Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-17T00:44:13.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:13.049Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-17T00:44:13.049Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-17T00:44:13.629Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-17T00:44:13.889Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-17T00:44:14.151Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-17T00:44:14.151Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:14.151Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-17T00:44:14.151Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-17T00:44:14.413Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-17T00:44:14.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-17T00:44:14.413Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-17T00:44:14.674Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-17T00:44:14.674Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-17T00:44:14.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:14.674Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-17T00:44:14.935Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-17T00:44:14.935Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-17T00:44:15.196Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:15.196Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-17T00:44:15.196Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-17T00:44:15.239Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:44:15.239Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:44:15.239Z] ---> ee5b62bccd81 [2021-03-17T00:44:15.239Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:44:15.239Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:44:15.239Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:44:15.239Z] ---> ee5b62bccd81 [2021-03-17T00:44:15.239Z] Step 3/22 : WORKDIR /edgex-go [2021-03-17T00:44:15.239Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:44:15.239Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:44:15.239Z] ---> ee5b62bccd81 [2021-03-17T00:44:15.239Z] Step 3/22 : WORKDIR /edgex-go [2021-03-17T00:44:15.239Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:44:15.239Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:44:15.239Z] ---> ee5b62bccd81 [2021-03-17T00:44:15.239Z] Step 3/21 : WORKDIR /edgex-go [2021-03-17T00:44:15.239Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:44:15.239Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:44:15.239Z] ---> ee5b62bccd81 [2021-03-17T00:44:15.239Z] Step 3/26 : WORKDIR /edgex-go [2021-03-17T00:44:15.239Z] ---> Running in c1197afde458 [2021-03-17T00:44:15.239Z] ---> Running in 515a5867568f [2021-03-17T00:44:15.239Z] ---> Running in 9e14151242af [2021-03-17T00:44:15.239Z] ---> Running in 52c2a39f0e92 [2021-03-17T00:44:15.239Z] ---> Running in f40fb47ef230 [2021-03-17T00:44:15.239Z] Removing intermediate container f40fb47ef230 [2021-03-17T00:44:15.239Z] ---> a71e8d8127bf [2021-03-17T00:44:15.239Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:44:15.239Z] Removing intermediate container 515a5867568f [2021-03-17T00:44:15.239Z] ---> 4dd726176008 [2021-03-17T00:44:15.239Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:44:15.239Z] Removing intermediate container 52c2a39f0e92 [2021-03-17T00:44:15.239Z] ---> 0e710e8c2aae [2021-03-17T00:44:15.239Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:44:15.239Z] Removing intermediate container c1197afde458 [2021-03-17T00:44:15.239Z] Removing intermediate container 9e14151242af [2021-03-17T00:44:15.239Z] ---> 7e3462c4eb73 [2021-03-17T00:44:15.239Z] ---> a80e1444ff00 [2021-03-17T00:44:15.239Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:44:15.239Z] [2021-03-17T00:44:15.239Z] ---> Running in 0b937864b36e [2021-03-17T00:44:15.239Z] ---> Running in 9b226065eb52 [2021-03-17T00:44:15.239Z] ---> Running in bffa8c7698e6 [2021-03-17T00:44:15.239Z] ---> Running in 4c2c5aa46232 [2021-03-17T00:44:15.239Z] ---> Running in 38aa0da6df5a [2021-03-17T00:44:15.457Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-17T00:44:15.457Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:15.457Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-17T00:44:15.457Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-17T00:44:15.718Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-17T00:44:15.718Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:15.718Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-17T00:44:15.718Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-17T00:44:15.979Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-17T00:44:15.979Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:15.979Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-17T00:44:16.216Z] Removing intermediate container 0b937864b36e [2021-03-17T00:44:16.216Z] ---> b4fed5d0117a [2021-03-17T00:44:16.216Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-17T00:44:16.216Z] ---> Running in 082623c2305b [2021-03-17T00:44:16.239Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-17T00:44:16.239Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-17T00:44:16.239Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:16.239Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-17T00:44:16.489Z] Removing intermediate container bffa8c7698e6 [2021-03-17T00:44:16.489Z] ---> 6945baf4fc85 [2021-03-17T00:44:16.489Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-17T00:44:16.499Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-17T00:44:16.499Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-17T00:44:16.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:16.759Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-17T00:44:16.759Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-17T00:44:16.762Z] ---> Running in dcb2d9f30d98 [2021-03-17T00:44:16.762Z] Removing intermediate container 38aa0da6df5a [2021-03-17T00:44:16.762Z] ---> 43c54a9b1773 [2021-03-17T00:44:16.762Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-17T00:44:16.762Z] Removing intermediate container 9b226065eb52 [2021-03-17T00:44:16.762Z] ---> 0365f9347609 [2021-03-17T00:44:16.762Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-17T00:44:17.019Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-17T00:44:17.019Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-17T00:44:17.019Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-17T00:44:17.019Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-17T00:44:17.039Z] Removing intermediate container 4c2c5aa46232 [2021-03-17T00:44:17.039Z] ---> 6fac8d1c8c28 [2021-03-17T00:44:17.039Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-17T00:44:17.039Z] ---> Running in 50ba9ec7213a [2021-03-17T00:44:17.039Z] ---> Running in e84aa36c4e76 [2021-03-17T00:44:17.039Z] ---> Running in 55a65f083b7c [2021-03-17T00:44:17.279Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-17T00:44:17.279Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:17.279Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-17T00:44:17.279Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-17T00:44:17.540Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-17T00:44:17.540Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:17.541Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-17T00:44:17.541Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-17T00:44:17.800Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-17T00:44:18.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:44:18.061Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:18.061Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-17T00:44:18.061Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-17T00:44:18.322Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-17T00:44:18.322Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:18.322Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-17T00:44:18.322Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-17T00:44:18.583Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-17T00:44:18.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:18.583Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-17T00:44:18.583Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-17T00:44:18.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:44:18.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:44:18.844Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-17T00:44:18.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:44:18.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:44:19.105Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:19.105Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-17T00:44:19.105Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-17T00:44:19.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:44:19.366Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-17T00:44:19.367Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:19.367Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-17T00:44:19.367Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-17T00:44:19.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:44:19.455Z] OK: 217 MiB in 51 packages [2021-03-17T00:44:19.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:44:19.627Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-17T00:44:19.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:19.628Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-17T00:44:19.628Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-17T00:44:19.628Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-17T00:44:19.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:44:19.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:44:19.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:19.888Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-17T00:44:19.888Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-17T00:44:19.888Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-17T00:44:20.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:20.149Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-17T00:44:20.149Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-17T00:44:20.149Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-17T00:44:20.331Z] OK: 217 MiB in 51 packages [2021-03-17T00:44:20.331Z] OK: 217 MiB in 51 packages [2021-03-17T00:44:20.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:20.409Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-17T00:44:20.409Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-17T00:44:20.409Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-17T00:44:20.609Z] OK: 217 MiB in 51 packages [2021-03-17T00:44:20.609Z] OK: 217 MiB in 51 packages [2021-03-17T00:44:20.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-17T00:44:20.670Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-17T00:44:20.670Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-17T00:44:20.670Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-17T00:44:20.670Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-17T00:44:20.670Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-17T00:44:20.670Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-17T00:44:20.930Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-17T00:44:20.930Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-17T00:44:21.192Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-17T00:44:21.192Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-17T00:44:21.192Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-17T00:44:21.192Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-17T00:44:21.209Z] Removing intermediate container 082623c2305b [2021-03-17T00:44:21.209Z] ---> 83a7931f1842 [2021-03-17T00:44:21.209Z] Step 6/22 : COPY go.mod . [2021-03-17T00:44:21.452Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-17T00:44:21.453Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-17T00:44:21.453Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-17T00:44:21.713Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-17T00:44:21.713Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-17T00:44:21.713Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-17T00:44:21.813Z] Removing intermediate container dcb2d9f30d98 [2021-03-17T00:44:21.813Z] ---> 3ea6bfb490cd [2021-03-17T00:44:21.813Z] Step 6/22 : COPY go.mod . [2021-03-17T00:44:21.973Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-17T00:44:21.973Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-17T00:44:22.083Z] Removing intermediate container 50ba9ec7213a [2021-03-17T00:44:22.083Z] ---> 2b78cd4ae1d0 [2021-03-17T00:44:22.083Z] Step 6/23 : COPY go.mod . [2021-03-17T00:44:22.234Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-17T00:44:22.234Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-17T00:44:22.234Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-17T00:44:22.234Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-17T00:44:22.362Z] ---> 1255fff491c7 [2021-03-17T00:44:22.362Z] Step 7/22 : RUN go mod download [2021-03-17T00:44:22.362Z] Removing intermediate container e84aa36c4e76 [2021-03-17T00:44:22.362Z] ---> c353b8d9be50 [2021-03-17T00:44:22.362Z] Step 6/21 : COPY go.mod . [2021-03-17T00:44:22.494Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-17T00:44:22.494Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-17T00:44:22.640Z] Removing intermediate container 55a65f083b7c [2021-03-17T00:44:22.640Z] ---> 6c1180be32f1 [2021-03-17T00:44:22.640Z] Step 6/26 : COPY go.mod . [2021-03-17T00:44:22.640Z] ---> Running in c02d5e86fc1f [2021-03-17T00:44:22.754Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-17T00:44:22.754Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-17T00:44:22.918Z] ---> f608e30fdffd [2021-03-17T00:44:22.918Z] Step 7/22 : RUN go mod download [2021-03-17T00:44:23.196Z] ---> 491f0bbe9b87 [2021-03-17T00:44:23.196Z] Step 7/23 : RUN go mod download [2021-03-17T00:44:23.196Z] ---> Running in 7013a8b18288 [2021-03-17T00:44:23.479Z] ---> Running in 844349067afd [2021-03-17T00:44:23.697Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-17T00:44:23.697Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-17T00:44:23.697Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-17T00:44:23.697Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-17T00:44:23.754Z] ---> 7e6d233fc2a5 [2021-03-17T00:44:23.754Z] Step 7/21 : RUN go mod download [2021-03-17T00:44:23.754Z] ---> e03f095aaeb8 [2021-03-17T00:44:23.754Z] Step 7/26 : RUN go mod download [2021-03-17T00:44:23.957Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-17T00:44:23.957Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-17T00:44:24.031Z] ---> Running in e1f5e8df7381 [2021-03-17T00:44:24.031Z] ---> Running in 780ae1f99263 [2021-03-17T00:44:24.220Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-17T00:44:24.482Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-17T00:44:24.482Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-17T00:44:24.482Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-17T00:44:24.742Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-17T00:44:24.742Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-17T00:44:24.742Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:24.742Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-17T00:44:25.005Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:25.005Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-17T00:44:25.005Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:25.265Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-17T00:44:25.265Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:25.265Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-17T00:44:26.211Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:26.211Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-17T00:44:27.151Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:27.151Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-17T00:44:27.441Z] Removing intermediate container c02d5e86fc1f [2021-03-17T00:44:27.441Z] ---> 7984540fcaa0 [2021-03-17T00:44:27.441Z] Step 8/22 : COPY . . [2021-03-17T00:44:27.720Z] Removing intermediate container 7013a8b18288 [2021-03-17T00:44:27.720Z] ---> 18cb354deb68 [2021-03-17T00:44:27.720Z] Step 8/22 : COPY . . [2021-03-17T00:44:27.997Z] Removing intermediate container 844349067afd [2021-03-17T00:44:27.997Z] ---> 7609169cc141 [2021-03-17T00:44:27.997Z] Step 8/23 : COPY . . [2021-03-17T00:44:28.095Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:28.095Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-17T00:44:28.271Z] Removing intermediate container 780ae1f99263 [2021-03-17T00:44:28.272Z] ---> eecb342357f2 [2021-03-17T00:44:28.272Z] Step 8/26 : COPY . . [2021-03-17T00:44:28.355Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:28.355Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-17T00:44:28.876Z] Removing intermediate container e1f5e8df7381 [2021-03-17T00:44:28.876Z] ---> feaea7273872 [2021-03-17T00:44:28.876Z] Step 8/21 : COPY . . [2021-03-17T00:44:29.295Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-17T00:44:29.295Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-17T00:44:29.295Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-17T00:44:29.295Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-17T00:44:29.295Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-17T00:44:29.295Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-17T00:44:29.556Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-17T00:44:29.556Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-17T00:44:29.556Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-17T00:44:29.818Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-17T00:44:29.818Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-17T00:44:29.818Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-17T00:44:29.818Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-17T00:44:29.818Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-17T00:44:30.079Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-17T00:44:30.079Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-17T00:44:30.344Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:30.344Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-17T00:44:30.344Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:30.344Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:30.344Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:30.344Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-17T00:44:30.344Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-17T00:44:30.604Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-17T00:44:30.604Z] [2021-03-17T00:44:30.604Z] Current default time zone: 'Etc/UTC' [2021-03-17T00:44:30.604Z] Local time is now: Wed Mar 17 00:44:30 UTC 2021. [2021-03-17T00:44:30.604Z] Universal Time is now: Wed Mar 17 00:44:30 UTC 2021. [2021-03-17T00:44:30.604Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-17T00:44:30.604Z] [2021-03-17T00:44:30.604Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-17T00:44:30.604Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:30.604Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-17T00:44:30.864Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-17T00:44:30.864Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-17T00:44:30.864Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-17T00:44:30.864Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-17T00:44:30.864Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-17T00:44:30.864Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-17T00:44:30.864Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-17T00:44:30.864Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:31.129Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-17T00:44:31.129Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-17T00:44:31.389Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-17T00:44:31.389Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:31.389Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-17T00:44:31.389Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-17T00:44:31.389Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-17T00:44:31.389Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-17T00:44:31.389Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-17T00:44:31.389Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-17T00:44:31.651Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-17T00:44:31.651Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-17T00:44:33.564Z] Updating certificates in /etc/ssl/certs... [2021-03-17T00:44:34.526Z] 23 added, 27 removed; done. [2021-03-17T00:44:34.526Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-17T00:44:34.526Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-17T00:44:34.526Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-17T00:44:34.526Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-17T00:44:34.792Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-17T00:44:34.793Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-17T00:44:34.793Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-17T00:44:34.793Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-17T00:44:34.793Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-17T00:44:34.793Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-17T00:44:35.053Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-17T00:44:35.053Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-17T00:44:35.053Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-17T00:44:35.053Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-17T00:44:35.053Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-17T00:44:35.053Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-17T00:44:35.053Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-17T00:44:35.053Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-17T00:44:35.053Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-17T00:44:35.053Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-17T00:44:35.315Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-17T00:44:35.315Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-17T00:44:35.315Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-17T00:44:35.315Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-17T00:44:35.315Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-17T00:44:35.576Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-17T00:44:35.576Z] Updating certificates in /etc/ssl/certs... [2021-03-17T00:44:36.148Z] 0 added, 0 removed; done. [2021-03-17T00:44:36.148Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-17T00:44:36.148Z] done. [2021-03-17T00:44:36.721Z] Reading package lists... [2021-03-17T00:44:36.721Z] Building dependency tree... [2021-03-17T00:44:36.721Z] Reading state information... [2021-03-17T00:44:36.982Z] The following NEW packages will be installed: [2021-03-17T00:44:36.982Z] apt-transport-https [2021-03-17T00:44:36.982Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-17T00:44:36.982Z] Need to get 1696 B of archives. [2021-03-17T00:44:36.982Z] After this operation, 153 kB of additional disk space will be used. [2021-03-17T00:44:36.982Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-17T00:44:37.254Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-17T00:44:37.254Z] Fetched 1696 B in 0s (21.9 kB/s) [2021-03-17T00:44:37.254Z] Selecting previously unselected package apt-transport-https. [2021-03-17T00:44:37.254Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-17T00:44:37.254Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-17T00:44:37.254Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-17T00:44:37.254Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-17T00:44:37.515Z] Waiting for network to be ready... [2021-03-17T00:44:44.106Z] 2021-03-17T00:44:41Z INFO Waiting for automatic snapd restart... [2021-03-17T00:44:45.493Z] snapd 2.49 from Canonical* installed [2021-03-17T00:44:46.436Z] "snapd" switched to the "latest/stable" channel [2021-03-17T00:44:46.436Z] [2021-03-17T00:44:49.738Z] core18 20210128 from Canonical* installed [2021-03-17T00:44:49.738Z] "core18" switched to the "latest/stable" channel [2021-03-17T00:44:49.738Z] [2021-03-17T00:44:53.041Z] snapcraft 4.5.4 from Canonical* installed [2021-03-17T00:44:53.041Z] "snapcraft" switched to the "latest/stable" channel [2021-03-17T00:44:53.041Z] [2021-03-17T00:44:55.755Z] ---> 300d155d3fad [2021-03-17T00:44:55.755Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-17T00:44:55.755Z] ---> e46d60ed26ee [2021-03-17T00:44:55.755Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-17T00:44:55.755Z] ---> 3c27b8947b10 [2021-03-17T00:44:55.755Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-17T00:44:55.755Z] ---> b9c6719a4b3a [2021-03-17T00:44:55.755Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-17T00:44:55.755Z] ---> Running in f4126cbed343 [2021-03-17T00:44:55.755Z] ---> Running in 8245cddc1be9 [2021-03-17T00:44:55.755Z] ---> Running in 83f93597440a [2021-03-17T00:44:55.755Z] ---> Running in bb128a0dd672 [2021-03-17T00:44:55.755Z] ---> 7f807b49a609 [2021-03-17T00:44:55.755Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-17T00:44:56.029Z] ---> Running in 7a6cc5fb1135 [2021-03-17T00:44:57.027Z] 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-03-17T00:44:57.258Z] 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-03-17T00:44:57.258Z] - README.md [2021-03-17T00:44:57.258Z] [2021-03-17T00:44:57.258Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-17T00:44:57.640Z] 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-03-17T00:44:58.242Z] 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-03-17T00:44:58.242Z] 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-03-17T00:44:58.242Z] 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-03-17T00:45:03.860Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-17T00:45:03.860Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-17T00:45:03.860Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-17T00:45:03.860Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-17T00:45:04.804Z] Reading package lists... [2021-03-17T00:45:05.065Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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-03-17T00:45:11.655Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-17T00:45:11.655Z] Reading package lists... [2021-03-17T00:45:11.655Z] Building dependency tree... [2021-03-17T00:45:11.655Z] Reading state information... [2021-03-17T00:45:11.655Z] Suggested packages: [2021-03-17T00:45:11.655Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-17T00:45:11.655Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-17T00:45:11.655Z] Recommended packages: [2021-03-17T00:45:11.655Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-17T00:45:11.655Z] The following NEW packages will be installed: [2021-03-17T00:45:11.655Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-17T00:45:11.655Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-17T00:45:11.655Z] pkg-config zip [2021-03-17T00:45:11.655Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-17T00:45:11.655Z] Need to get 7657 kB of archives. [2021-03-17T00:45:11.655Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-17T00:45:11.655Z] 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-03-17T00:45:11.655Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-17T00:45:11.655Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-17T00:45:11.655Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-17T00:45:11.656Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-17T00:45:11.656Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-17T00:45:11.656Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-17T00:45:11.916Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-17T00:45:11.916Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-17T00:45:11.916Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-17T00:45:11.916Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-17T00:45:12.179Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-17T00:45:12.179Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-17T00:45:12.179Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-17T00:45:12.179Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-17T00:45:12.179Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-17T00:45:12.179Z] Fetched 7657 kB in 1s (10.6 MB/s) [2021-03-17T00:45:12.441Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-17T00:45:12.441Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-17T00:45:12.441Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-17T00:45:12.441Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-17T00:45:12.441Z] Selecting previously unselected package libpsl5:amd64. [2021-03-17T00:45:12.441Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-17T00:45:12.441Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-17T00:45:12.701Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-17T00:45:12.702Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-17T00:45:12.702Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-17T00:45:12.702Z] Selecting previously unselected package librtmp1:amd64. [2021-03-17T00:45:12.702Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-17T00:45:12.702Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-17T00:45:12.702Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-17T00:45:12.702Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-17T00:45:12.963Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-17T00:45:12.963Z] Selecting previously unselected package liberror-perl. [2021-03-17T00:45:12.963Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-17T00:45:12.964Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-17T00:45:12.964Z] Selecting previously unselected package git-man. [2021-03-17T00:45:12.964Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-17T00:45:12.964Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-17T00:45:13.225Z] Selecting previously unselected package git. [2021-03-17T00:45:13.225Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-17T00:45:13.225Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-17T00:45:13.798Z] Selecting previously unselected package libnorm1:amd64. [2021-03-17T00:45:13.798Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-17T00:45:13.798Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-17T00:45:14.060Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-17T00:45:14.060Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-17T00:45:14.060Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-17T00:45:14.060Z] Selecting previously unselected package libsodium23:amd64. [2021-03-17T00:45:14.060Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-17T00:45:14.060Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-17T00:45:14.321Z] Selecting previously unselected package libzmq5:amd64. [2021-03-17T00:45:14.321Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-17T00:45:14.321Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-17T00:45:14.321Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-17T00:45:14.321Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-17T00:45:14.321Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-17T00:45:14.582Z] Selecting previously unselected package pkg-config. [2021-03-17T00:45:14.582Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-17T00:45:14.582Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-17T00:45:14.582Z] Selecting previously unselected package zip. [2021-03-17T00:45:14.582Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-17T00:45:14.582Z] Unpacking zip (3.0-11build1) ... [2021-03-17T00:45:14.582Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-17T00:45:14.843Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-17T00:45:14.843Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-17T00:45:14.843Z] Setting up liberror-perl (0.17025-1) ... [2021-03-17T00:45:14.843Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-17T00:45:14.843Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-17T00:45:14.843Z] No schema files found: doing nothing. [2021-03-17T00:45:14.843Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-17T00:45:14.843Z] Setting up zip (3.0-11build1) ... [2021-03-17T00:45:14.843Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-17T00:45:15.105Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-17T00:45:15.105Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-17T00:45:15.105Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-17T00:45:15.105Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-17T00:45:15.105Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-17T00:45:15.105Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-17T00:45:15.368Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-17T00:45:21.960Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-17T00:45:21.960Z] git set to automatically installed. [2021-03-17T00:45:21.960Z] git-man set to automatically installed. [2021-03-17T00:45:21.960Z] libcurl3-gnutls set to automatically installed. [2021-03-17T00:45:21.960Z] liberror-perl set to automatically installed. [2021-03-17T00:45:21.960Z] libglib2.0-0 set to automatically installed. [2021-03-17T00:45:21.960Z] libnghttp2-14 set to automatically installed. [2021-03-17T00:45:21.960Z] libnorm1 set to automatically installed. [2021-03-17T00:45:21.960Z] libpgm-5.2-0 set to automatically installed. [2021-03-17T00:45:21.960Z] libpsl5 set to automatically installed. [2021-03-17T00:45:21.960Z] librtmp1 set to automatically installed. [2021-03-17T00:45:21.960Z] libsodium23 set to automatically installed. [2021-03-17T00:45:21.960Z] libzmq3-dev set to automatically installed. [2021-03-17T00:45:21.960Z] libzmq5 set to automatically installed. [2021-03-17T00:45:21.960Z] pkg-config set to automatically installed. [2021-03-17T00:45:21.960Z] zip set to automatically installed. [2021-03-17T00:45:24.506Z] snapd is not logged in, snap install commands will use sudo [2021-03-17T00:45:31.095Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-17T00:45:31.095Z] snap "core18" has no updates available [2021-03-17T00:45:31.667Z] snapd is not logged in, snap install commands will use sudo [2021-03-17T00:45:38.259Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-17T00:46:50.119Z] 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-03-17T00:46:58.425Z] Removing intermediate container bb128a0dd672 [2021-03-17T00:46:58.425Z] ---> 9305155dea3f [2021-03-17T00:46:58.425Z] [2021-03-17T00:46:58.425Z] Step 10/21 : FROM alpine:3.12 [2021-03-17T00:46:58.425Z] 3.12: Pulling from library/alpine [2021-03-17T00:46:58.706Z] Removing intermediate container 7a6cc5fb1135 [2021-03-17T00:46:58.706Z] ---> 1a05e02424e4 [2021-03-17T00:46:58.706Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-17T00:46:59.689Z] ---> Running in 515700d16952 [2021-03-17T00:46:59.689Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T00:46:59.689Z] Status: Downloaded newer image for alpine:3.12 [2021-03-17T00:46:59.689Z] ---> d10569e2745f [2021-03-17T00:46:59.689Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-17T00:46:59.765Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-17T00:46:59.765Z] Pulling config-common [2021-03-17T00:46:59.765Z] + snapcraftctl pull [2021-03-17T00:46:59.765Z] Pulling go-build-helper [2021-03-17T00:46:59.765Z] + snapcraftctl pull [2021-03-17T00:46:59.765Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-17T00:46:59.765Z] Skipping pull go-build-helper (already ran) [2021-03-17T00:46:59.765Z] Building go-build-helper [2021-03-17T00:46:59.765Z] + snapcraftctl build [2021-03-17T00:46:59.765Z] Staging go-build-helper [2021-03-17T00:46:59.765Z] + snapcraftctl stage [2021-03-17T00:46:59.968Z] ---> Running in fee9b30bfe34 [2021-03-17T00:47:01.964Z] 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-03-17T00:47:01.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:47:02.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:47:03.161Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-17T00:47:03.436Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:47:03.436Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-17T00:47:03.436Z] (4/4) Installing curl (7.69.1-r3) [2021-03-17T00:47:03.436Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:47:03.436Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:47:04.042Z] OK: 7 MiB in 18 packages [2021-03-17T00:47:07.458Z] Removing intermediate container fee9b30bfe34 [2021-03-17T00:47:07.458Z] ---> 60e111c77499 [2021-03-17T00:47:07.458Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-17T00:47:07.458Z] ---> Running in a5b647b170d6 [2021-03-17T00:47:08.473Z] Removing intermediate container a5b647b170d6 [2021-03-17T00:47:08.473Z] ---> 5a8d699e93a1 [2021-03-17T00:47:08.473Z] Step 13/21 : WORKDIR /edgex [2021-03-17T00:47:08.762Z] Removing intermediate container 515700d16952 [2021-03-17T00:47:08.762Z] ---> 33c710a5bde6 [2021-03-17T00:47:08.762Z] [2021-03-17T00:47:08.762Z] Step 11/26 : FROM docker:20.10.0 [2021-03-17T00:47:08.762Z] 20.10.0: Pulling from library/docker [2021-03-17T00:47:09.364Z] ---> Running in b076a793c0c7 [2021-03-17T00:47:09.782Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-17T00:47:09.782Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-17T00:47:09.782Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-17T00:47:09.782Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-17T00:47:09.782Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-17T00:47:09.782Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-17T00:47:09.782Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-17T00:47:09.782Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-17T00:47:09.782Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-17T00:47:09.782Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-17T00:47:09.782Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-17T00:47:09.782Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-17T00:47:09.782Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-17T00:47:09.782Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-17T00:47:09.782Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-17T00:47:09.782Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-17T00:47:09.782Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-17T00:47:09.782Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-17T00:47:09.782Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-17T00:47:09.782Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-17T00:47:09.782Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-17T00:47:09.782Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-17T00:47:09.782Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-17T00:47:09.782Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-17T00:47:09.782Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-17T00:47:09.782Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-17T00:47:09.782Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-17T00:47:09.782Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-17T00:47:09.782Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-17T00:47:09.782Z] Fetched 224 kB in 0s (0 B/s) [2021-03-17T00:47:09.782Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-17T00:47:09.782Z] Fetched 157 kB in 0s (0 B/s) [2021-03-17T00:47:09.782Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-17T00:47:09.782Z] Fetched 221 kB in 0s (0 B/s) [2021-03-17T00:47:09.782Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-17T00:47:09.782Z] Fetched 143 kB in 0s (0 B/s) [2021-03-17T00:47:09.782Z] Pulling edgex-go [2021-03-17T00:47:09.782Z] + snapcraftctl pull [2021-03-17T00:47:12.004Z] Removing intermediate container b076a793c0c7 [2021-03-17T00:47:12.004Z] ---> 2dc5fc852301 [2021-03-17T00:47:12.004Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-17T00:47:14.695Z] ---> f025a591980c [2021-03-17T00:47:14.695Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-17T00:47:17.328Z] Removing intermediate container f4126cbed343 [2021-03-17T00:47:17.328Z] ---> 623c0de0139f [2021-03-17T00:47:17.328Z] [2021-03-17T00:47:17.328Z] Step 10/22 : FROM alpine:3.12 [2021-03-17T00:47:17.328Z] ---> d10569e2745f [2021-03-17T00:47:17.328Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:47:18.313Z] ---> 6d85c1fa3a2b [2021-03-17T00:47:18.313Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-17T00:47:18.911Z] ---> Running in 0022199b6be6 [2021-03-17T00:47:19.187Z] Removing intermediate container 83f93597440a [2021-03-17T00:47:19.187Z] ---> 3a5da6bbfc17 [2021-03-17T00:47:19.187Z] [2021-03-17T00:47:19.187Z] Step 10/22 : FROM alpine:3.12 [2021-03-17T00:47:19.187Z] ---> d10569e2745f [2021-03-17T00:47:19.187Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-17T00:47:19.785Z] ---> Running in 2126c8fdc323 [2021-03-17T00:47:20.395Z] ---> 80ba185b335a [2021-03-17T00:47:20.395Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-17T00:47:20.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:47:20.996Z] ---> Running in 69288b7f9dd4 [2021-03-17T00:47:21.276Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:47:21.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:47:21.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:47:22.108Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-17T00:47:22.108Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:47:22.108Z] OK: 5 MiB in 15 packages [2021-03-17T00:47:22.393Z] Removing intermediate container 69288b7f9dd4 [2021-03-17T00:47:22.393Z] ---> bfc9e6bd0056 [2021-03-17T00:47:22.393Z] Step 18/21 : CMD ["--init=true"] [2021-03-17T00:47:22.393Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-17T00:47:22.393Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-17T00:47:22.393Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:47:22.393Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:47:22.673Z] OK: 6 MiB in 16 packages [2021-03-17T00:47:22.951Z] ---> Running in 83bef5952c92 [2021-03-17T00:47:24.389Z] Removing intermediate container 83bef5952c92 [2021-03-17T00:47:24.389Z] ---> d2b12443ae7a [2021-03-17T00:47:24.389Z] Step 19/21 : LABEL arch=arm64 [2021-03-17T00:47:24.662Z] Removing intermediate container 0022199b6be6 [2021-03-17T00:47:24.662Z] ---> e4f1481a8c6d [2021-03-17T00:47:24.662Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:47:24.662Z] Removing intermediate container 8245cddc1be9 [2021-03-17T00:47:24.662Z] ---> 30096dd1e21f [2021-03-17T00:47:24.662Z] [2021-03-17T00:47:24.662Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:47:24.662Z] ---> d10569e2745f [2021-03-17T00:47:24.662Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:47:24.662Z] ---> Using cache [2021-03-17T00:47:24.662Z] ---> e4f1481a8c6d [2021-03-17T00:47:24.662Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:47:24.942Z] ---> Running in 1a5ad8156885 [2021-03-17T00:47:24.942Z] ---> Running in 5993edcf2d03 [2021-03-17T00:47:24.942Z] ---> Running in dbaec037e3e2 [2021-03-17T00:47:25.214Z] Removing intermediate container 2126c8fdc323 [2021-03-17T00:47:25.214Z] ---> 51316d646a71 [2021-03-17T00:47:25.214Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:47:25.492Z] ---> Running in 9618e6368958 [2021-03-17T00:47:25.765Z] Removing intermediate container 1a5ad8156885 [2021-03-17T00:47:25.765Z] ---> 45c475a5e899 [2021-03-17T00:47:25.765Z] Step 20/21 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:47:25.765Z] Removing intermediate container dbaec037e3e2 [2021-03-17T00:47:25.765Z] ---> c87a92efbc11 [2021-03-17T00:47:25.765Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-17T00:47:25.765Z] Removing intermediate container 5993edcf2d03 [2021-03-17T00:47:25.765Z] ---> 46fe4514ae1b [2021-03-17T00:47:25.765Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-17T00:47:26.038Z] ---> Running in 66b3e24d0c1c [2021-03-17T00:47:26.038Z] ---> Running in ecaab3f90047 [2021-03-17T00:47:26.038Z] ---> Running in 8a69304bd238 [2021-03-17T00:47:26.038Z] Removing intermediate container 9618e6368958 [2021-03-17T00:47:26.038Z] ---> f0e6bd77ea36 [2021-03-17T00:47:26.038Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-17T00:47:26.315Z] ---> Running in 849306796df9 [2021-03-17T00:47:26.588Z] Removing intermediate container 66b3e24d0c1c [2021-03-17T00:47:26.588Z] ---> 24e1b83e8c89 [2021-03-17T00:47:26.588Z] Step 21/21 : LABEL version=0.0.0 [2021-03-17T00:47:26.588Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-17T00:47:26.588Z] Removing intermediate container ecaab3f90047 [2021-03-17T00:47:26.588Z] ---> aebbb8cf1169 [2021-03-17T00:47:26.588Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-17T00:47:26.861Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-17T00:47:26.861Z] Removing intermediate container 8a69304bd238 [2021-03-17T00:47:26.861Z] ---> d9d957298b0f [2021-03-17T00:47:26.861Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-17T00:47:26.861Z] ---> eeaf43b92773 [2021-03-17T00:47:26.861Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-17T00:47:26.861Z] ---> Running in cb4b1c42b037 [2021-03-17T00:47:26.861Z] ---> Running in 4c21c2247a85 [2021-03-17T00:47:26.861Z] Removing intermediate container 849306796df9 [2021-03-17T00:47:26.861Z] ---> fbf3a42172ce [2021-03-17T00:47:26.861Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-17T00:47:27.143Z] ---> Running in 0f5afb7d9ded [2021-03-17T00:47:27.143Z] ---> Running in 34fef27c2e0c [2021-03-17T00:47:27.143Z] ---> Running in a1137e2be9e8 [2021-03-17T00:47:27.739Z] Removing intermediate container cb4b1c42b037 [2021-03-17T00:47:27.739Z] ---> 877273b6f1e0 [2021-03-17T00:47:27.739Z] [2021-03-17T00:47:27.739Z] Removing intermediate container 4c21c2247a85 [2021-03-17T00:47:27.739Z] ---> 478ec3827a0b [2021-03-17T00:47:27.739Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:47:27.739Z] Removing intermediate container a1137e2be9e8 [2021-03-17T00:47:27.739Z] ---> 617dfdc42414 [2021-03-17T00:47:27.739Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:47:28.017Z] Removing intermediate container 34fef27c2e0c [2021-03-17T00:47:28.017Z] ---> 747d166cc912 [2021-03-17T00:47:28.017Z] Step 15/23 : WORKDIR / [2021-03-17T00:47:28.017Z] ---> Running in 6d909ff3b526 [2021-03-17T00:47:28.305Z] Successfully built 877273b6f1e0 [2021-03-17T00:47:28.580Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-17T00:47:28.581Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-03-17T00:47:28.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:47:29.133Z] ---> c3c6d727ba14 [2021-03-17T00:47:29.133Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-17T00:47:29.133Z] ---> 26ecbfe55aa8 [2021-03-17T00:47:29.133Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Removing intermediate container 6d909ff3b526 [2021-03-17T00:47:29.133Z] ---> 629351b7dfac [2021-03-17T00:47:29.133Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:47:29.133Z] [2021-03-17T00:47:30.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:47:30.787Z] (1/2) Installing readline (8.0.4-r0) [2021-03-17T00:47:30.787Z] (2/2) Installing bash (5.0.17-r0) [2021-03-17T00:47:31.062Z] Executing bash-5.0.17-r0.post-install [2021-03-17T00:47:31.062Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:47:31.062Z] OK: 12 MiB in 22 packages [2021-03-17T00:47:31.349Z] ---> a5fd81d1d327 [2021-03-17T00:47:31.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-17T00:47:31.772Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-17T00:47:31.772Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-17T00:47:31.772Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-17T00:47:31.772Z] Fetched 0 B in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-17T00:47:31.772Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-17T00:47:31.772Z] Fetched 279 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-17T00:47:31.772Z] Fetched 122 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-17T00:47:31.772Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-17T00:47:31.772Z] Fetched 8848 B in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-17T00:47:31.772Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-17T00:47:31.772Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-17T00:47:31.772Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-17T00:47:31.772Z] Fetched 214 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-17T00:47:31.772Z] Fetched 154 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-17T00:47:31.772Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-17T00:47:31.772Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-17T00:47:31.772Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-17T00:47:31.772Z] Fetched 499 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-17T00:47:31.772Z] Fetched 111 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-17T00:47:31.772Z] Fetched 240 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-17T00:47:31.772Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-17T00:47:31.772Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-17T00:47:31.772Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-17T00:47:31.772Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-17T00:47:31.772Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-17T00:47:31.772Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-17T00:47:31.772Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-17T00:47:31.772Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-17T00:47:31.772Z] Fetched 8720 B in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-17T00:47:31.772Z] Fetched 137 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-17T00:47:31.772Z] Fetched 119 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-17T00:47:31.772Z] Fetched 109 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-17T00:47:31.772Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-17T00:47:31.772Z] Fetched 645 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-17T00:47:31.772Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-17T00:47:31.772Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-17T00:47:31.772Z] Fetched 368 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-17T00:47:31.772Z] Fetched 187 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-17T00:47:31.772Z] Fetched 175 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-17T00:47:31.772Z] Fetched 206 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-17T00:47:31.772Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-17T00:47:31.772Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-17T00:47:31.772Z] Fetched 159 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-17T00:47:31.772Z] Fetched 107 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-17T00:47:31.772Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-17T00:47:31.772Z] Pulling static-packages [2021-03-17T00:47:31.772Z] + snapcraftctl pull [2021-03-17T00:47:31.772Z] Pulling version [2021-03-17T00:47:31.772Z] + cd /root/project [2021-03-17T00:47:31.772Z] + [ -f VERSION ] [2021-03-17T00:47:31.772Z] + PROJECT_VERSION=local-dev [2021-03-17T00:47:31.772Z] + git rev-parse --short HEAD [2021-03-17T00:47:31.772Z] + GIT_REVISION=abf1dcca [2021-03-17T00:47:31.772Z] + snapcraftctl set-version local-dev [2021-03-17T00:47:31.957Z] ---> 4514e7147fac [2021-03-17T00:47:31.957Z] ---> bc5fd9ac9cb2 [2021-03-17T00:47:31.957Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-17T00:47:31.957Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-17T00:47:32.348Z] Building config-common [2021-03-17T00:47:32.348Z] + snapcraftctl build [2021-03-17T00:47:33.508Z] ---> 6be384e93342 [2021-03-17T00:47:33.508Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-17T00:47:34.102Z] Removing intermediate container 0f5afb7d9ded [2021-03-17T00:47:34.102Z] ---> d57f29926f74 [2021-03-17T00:47:34.102Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-17T00:47:34.331Z] Skipping build go-build-helper (already ran) [2021-03-17T00:47:34.378Z] ---> 138eb08d8083 [2021-03-17T00:47:34.378Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-17T00:47:34.378Z] ---> 19296e2d43cf [2021-03-17T00:47:34.378Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-17T00:47:34.592Z] Building edgex-go [2021-03-17T00:47:34.592Z] + cd /root/parts/edgex-go/src [2021-03-17T00:47:34.592Z] + make build [2021-03-17T00:47:34.592Z] 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-03-17T00:47:35.356Z] ---> Running in 7528fbe5ed3b [2021-03-17T00:47:35.632Z] ---> f445a7485b7d [2021-03-17T00:47:35.632Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-17T00:47:35.632Z] ---> Running in fcde13b51a63 [2021-03-17T00:47:35.632Z] ---> Running in 860ce98d6fc2 [2021-03-17T00:47:35.910Z] ---> Running in 31785c156172 [2021-03-17T00:47:35.910Z] Removing intermediate container 7528fbe5ed3b [2021-03-17T00:47:35.910Z] ---> b38223977db7 [2021-03-17T00:47:35.910Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-17T00:47:36.187Z] ---> Running in 85639ceb68f8 [2021-03-17T00:47:36.470Z] Removing intermediate container 860ce98d6fc2 [2021-03-17T00:47:36.470Z] ---> d6ecd39ad434 [2021-03-17T00:47:36.470Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:47:36.470Z] Removing intermediate container fcde13b51a63 [2021-03-17T00:47:36.470Z] ---> 91778835e088 [2021-03-17T00:47:36.470Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:47:36.470Z] Removing intermediate container 31785c156172 [2021-03-17T00:47:36.470Z] ---> 0df953e9636e [2021-03-17T00:47:36.470Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:47:36.743Z] ---> Running in 1b289b3ef2c9 [2021-03-17T00:47:36.743Z] ---> Running in e44f952558b3 [2021-03-17T00:47:36.743Z] ---> Running in 59ba2595d46e [2021-03-17T00:47:37.021Z] Removing intermediate container 85639ceb68f8 [2021-03-17T00:47:37.021Z] ---> 5bc0b6642e21 [2021-03-17T00:47:37.021Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-17T00:47:37.140Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-17T00:47:37.140Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-17T00:47:37.140Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 [2021-03-17T00:47:37.140Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-17T00:47:37.140Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-17T00:47:37.140Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-17T00:47:37.140Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-17T00:47:37.140Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-17T00:47:37.140Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-17T00:47:37.140Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-17T00:47:37.140Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-17T00:47:37.303Z] ---> Running in 6ebe3e94555c [2021-03-17T00:47:37.303Z] Removing intermediate container 1b289b3ef2c9 [2021-03-17T00:47:37.303Z] ---> 5d7931df0bd5 [2021-03-17T00:47:37.303Z] Step 20/22 : LABEL arch=arm64 [2021-03-17T00:47:37.401Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-17T00:47:37.401Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-17T00:47:37.401Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-17T00:47:37.401Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-17T00:47:37.577Z] ---> Running in 3334ee048c24 [2021-03-17T00:47:37.578Z] Removing intermediate container e44f952558b3 [2021-03-17T00:47:37.578Z] ---> c1e46eac0a90 [2021-03-17T00:47:37.578Z] Step 20/22 : LABEL arch=arm64 [2021-03-17T00:47:37.661Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-17T00:47:37.661Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-17T00:47:37.661Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-17T00:47:37.851Z] Removing intermediate container 59ba2595d46e [2021-03-17T00:47:37.851Z] ---> 8227b207acb3 [2021-03-17T00:47:37.851Z] Step 21/23 : LABEL arch=arm64 [2021-03-17T00:47:37.921Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-17T00:47:37.921Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-17T00:47:37.921Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-17T00:47:37.921Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-17T00:47:37.921Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-17T00:47:37.921Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-17T00:47:37.921Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-17T00:47:37.921Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-17T00:47:37.921Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-17T00:47:37.921Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-17T00:47:37.921Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-17T00:47:37.921Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-17T00:47:37.921Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-17T00:47:37.921Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-17T00:47:37.921Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-17T00:47:37.921Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-17T00:47:38.126Z] ---> Running in b9ce7529ef56 [2021-03-17T00:47:38.126Z] Removing intermediate container 6ebe3e94555c [2021-03-17T00:47:38.126Z] ---> 899b63455c82 [2021-03-17T00:47:38.126Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-17T00:47:38.182Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-17T00:47:38.182Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-17T00:47:38.182Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-17T00:47:38.182Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-17T00:47:38.182Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-17T00:47:38.182Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-17T00:47:38.182Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-17T00:47:38.182Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-17T00:47:38.182Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-17T00:47:38.408Z] ---> Running in a5c1110bb8f8 [2021-03-17T00:47:38.443Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-17T00:47:38.443Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-17T00:47:38.698Z] Removing intermediate container 3334ee048c24 [2021-03-17T00:47:38.698Z] ---> 7aecd26a2967 [2021-03-17T00:47:38.698Z] Step 21/22 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:47:39.297Z] Removing intermediate container b9ce7529ef56 [2021-03-17T00:47:39.297Z] ---> e470fc84a636 [2021-03-17T00:47:39.297Z] Step 21/22 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:47:39.574Z] ---> Running in ed2fd06c1e81 [2021-03-17T00:47:39.854Z] Removing intermediate container a5c1110bb8f8 [2021-03-17T00:47:39.854Z] ---> c1082205df26 [2021-03-17T00:47:39.854Z] Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:47:39.854Z] ---> Running in 510a72112c64 [2021-03-17T00:47:40.848Z] ---> Running in 4569d53fc86d [2021-03-17T00:47:41.161Z] Removing intermediate container ed2fd06c1e81 [2021-03-17T00:47:41.161Z] ---> f03c2f0f9a77 [2021-03-17T00:47:41.161Z] Step 22/22 : LABEL version=0.0.0 [2021-03-17T00:47:41.161Z] Removing intermediate container 510a72112c64 [2021-03-17T00:47:41.161Z] ---> bb0f0bcf4019 [2021-03-17T00:47:41.161Z] Step 22/22 : LABEL version=0.0.0 [2021-03-17T00:47:41.161Z] ---> f33f72254849 [2021-03-17T00:47:41.161Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-17T00:47:41.454Z] ---> Running in e130cb2cd5b5 [2021-03-17T00:47:41.454Z] ---> Running in 1c1e79fc48b5 [2021-03-17T00:47:41.777Z] Removing intermediate container 4569d53fc86d [2021-03-17T00:47:41.777Z] ---> 215e34121e16 [2021-03-17T00:47:41.777Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:47:42.379Z] ---> Running in 4b05756249de [2021-03-17T00:47:42.379Z] Removing intermediate container e130cb2cd5b5 [2021-03-17T00:47:42.379Z] ---> 53da2e2355ac [2021-03-17T00:47:42.379Z] [2021-03-17T00:47:42.655Z] Removing intermediate container 1c1e79fc48b5 [2021-03-17T00:47:42.655Z] ---> b82bfe5bb4b7 [2021-03-17T00:47:42.655Z] [2021-03-17T00:47:42.655Z] ---> b97c021a0d89 [2021-03-17T00:47:42.934Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-17T00:47:43.211Z] Removing intermediate container 4b05756249de [2021-03-17T00:47:43.211Z] ---> c4d286f6c74a [2021-03-17T00:47:43.211Z] [2021-03-17T00:47:43.211Z] Successfully built 53da2e2355ac [2021-03-17T00:47:43.489Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-17T00:47:43.489Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-03-17T00:47:43.489Z] Successfully built b82bfe5bb4b7 [2021-03-17T00:47:43.490Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-17T00:47:43.490Z] Building docker-security-secretstore-setup-go [2021-03-17T00:47:43.763Z]  Building docker-support-notifications-go ... done Successfully built c4d286f6c74a [2021-03-17T00:47:44.039Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-17T00:47:44.039Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-17T00:47:44.311Z] ---> 0bfcb6878d15 [2021-03-17T00:47:44.590Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-17T00:47:44.590Z] ---> Running in e5ab2dd7c40a [2021-03-17T00:47:46.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:47:46.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:47:47.009Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-17T00:47:47.009Z] (2/33) Installing expat (2.2.9-r1) [2021-03-17T00:47:47.009Z] (3/33) Installing libffi (3.3-r2) [2021-03-17T00:47:47.009Z] (4/33) Installing gdbm (1.13-r1) [2021-03-17T00:47:47.009Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-17T00:47:47.009Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-17T00:47:47.009Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-17T00:47:48.444Z] 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-03-17T00:47:48.444Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-17T00:47:52.416Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-17T00:47:52.416Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-17T00:47:52.416Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-17T00:47:52.416Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-17T00:47:52.416Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-17T00:47:52.416Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-17T00:47:52.416Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-17T00:47:52.416Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-17T00:47:52.416Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-17T00:47:52.416Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-17T00:47:52.416Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-17T00:47:52.416Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-17T00:47:52.645Z] 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-03-17T00:47:52.688Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-17T00:47:52.688Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-17T00:47:52.688Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-17T00:47:52.688Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-17T00:47:52.688Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-17T00:47:52.961Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-17T00:47:52.961Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-17T00:47:52.961Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-17T00:47:52.961Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-17T00:47:52.961Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-17T00:47:52.961Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-17T00:47:52.961Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-17T00:47:52.961Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-17T00:47:52.961Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-17T00:47:53.557Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:47:53.557Z] OK: 71 MiB in 55 packages [2021-03-17T00:47:54.038Z] 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-03-17T00:47:55.536Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:47:55.536Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:47:55.536Z] ---> ee5b62bccd81 [2021-03-17T00:47:55.536Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:47:55.536Z] ---> Using cache [2021-03-17T00:47:55.536Z] ---> 7e3462c4eb73 [2021-03-17T00:47:55.536Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:47:55.536Z] ---> Using cache [2021-03-17T00:47:55.536Z] ---> 43c54a9b1773 [2021-03-17T00:47:55.536Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-17T00:47:55.536Z] ---> Using cache [2021-03-17T00:47:55.536Z] ---> 2b78cd4ae1d0 [2021-03-17T00:47:55.536Z] Step 6/23 : COPY go.mod . [2021-03-17T00:47:55.536Z] ---> Using cache [2021-03-17T00:47:55.536Z] ---> 491f0bbe9b87 [2021-03-17T00:47:55.536Z] Step 7/23 : RUN go mod download [2021-03-17T00:47:55.536Z] ---> Using cache [2021-03-17T00:47:55.536Z] ---> 7609169cc141 [2021-03-17T00:47:55.536Z] Step 8/23 : COPY . . [2021-03-17T00:47:55.536Z] ---> Using cache [2021-03-17T00:47:55.537Z] ---> e46d60ed26ee [2021-03-17T00:47:55.537Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-17T00:47:55.954Z] 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-03-17T00:47:56.527Z] 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-03-17T00:47:56.527Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-17T00:47:56.788Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-17T00:47:56.788Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-17T00:47:56.789Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-17T00:47:58.705Z] 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-03-17T00:47:58.705Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-17T00:47:58.705Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-17T00:48:00.092Z] 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-03-17T00:48:00.976Z] ---> Running in 364a36064ec3 [2021-03-17T00:48:01.480Z] 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-03-17T00:48:01.480Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-17T00:48:01.961Z] 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-03-17T00:48:03.399Z] 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-03-17T00:48:04.355Z] 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-03-17T00:48:04.355Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-17T00:48:05.740Z] 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-03-17T00:48:06.001Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-17T00:48:07.420Z] Removing intermediate container e5ab2dd7c40a [2021-03-17T00:48:07.420Z] ---> 769868081a00 [2021-03-17T00:48:07.420Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-17T00:48:07.701Z] ---> Running in 671bc19dd31f [2021-03-17T00:48:07.919Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-17T00:48:07.919Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-17T00:48:07.919Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-17T00:48:07.919Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-17T00:48:07.919Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-17T00:48:07.919Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-17T00:48:07.919Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-17T00:48:07.919Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-17T00:48:07.919Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-17T00:48:07.919Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-17T00:48:07.919Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-17T00:48:07.919Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-17T00:48:07.919Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-17T00:48:08.179Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-17T00:48:08.179Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-17T00:48:08.179Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-17T00:48:08.179Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-17T00:48:08.179Z] + 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-03-17T00:48:08.179Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-17T00:48:08.179Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-17T00:48:08.179Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-17T00:48:08.179Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-17T00:48:08.179Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-17T00:48:08.179Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-17T00:48:08.179Z] + 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-03-17T00:48:11.481Z] Building static-packages [2021-03-17T00:48:11.481Z] + snapcraftctl build [2021-03-17T00:48:12.869Z] Building version [2021-03-17T00:48:12.869Z] + snapcraftctl build [2021-03-17T00:48:14.787Z] Staging config-common [2021-03-17T00:48:14.787Z] + snapcraftctl stage [2021-03-17T00:48:15.731Z] Skipping stage go-build-helper (already ran) [2021-03-17T00:48:15.731Z] Staging edgex-go [2021-03-17T00:48:15.731Z] + snapcraftctl stage [2021-03-17T00:48:16.675Z] Staging static-packages [2021-03-17T00:48:16.675Z] + snapcraftctl stage [2021-03-17T00:48:17.834Z] Staging version [2021-03-17T00:48:17.834Z] + snapcraftctl stage [2021-03-17T00:48:17.912Z] Collecting docker-compose==1.23.2 [2021-03-17T00:48:17.912Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-17T00:48:17.912Z] Collecting cached-property<2,>=1.2.0 [2021-03-17T00:48:17.912Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-17T00:48:18.587Z] Priming config-common [2021-03-17T00:48:18.587Z] + snapcraftctl prime [2021-03-17T00:48:18.940Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-17T00:48:18.940Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-17T00:48:19.226Z] 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-03-17T00:48:19.387Z] Priming go-build-helper [2021-03-17T00:48:19.387Z] + snapcraftctl prime [2021-03-17T00:48:19.506Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-17T00:48:19.506Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-17T00:48:20.596Z] Priming edgex-go [2021-03-17T00:48:20.596Z] + snapcraftctl prime [2021-03-17T00:48:21.542Z] Priming static-packages [2021-03-17T00:48:21.542Z] + snapcraftctl prime [2021-03-17T00:48:24.090Z] Priming version [2021-03-17T00:48:24.090Z] + snapcraftctl prime [2021-03-17T00:48:24.661Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-17T00:48:25.087Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-17T00:48:25.087Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-17T00:48:25.368Z] Collecting jsonschema<3,>=2.5.1 [2021-03-17T00:48:25.368Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] } [Pipeline] // withEnv [2021-03-17T00:48:26.181Z] Collecting texttable<0.10,>=0.9.0 [2021-03-17T00:48:26.181Z] Downloading texttable-0.9.1.tar.gz (11 kB) [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-17T00:48:30.732Z] Collecting docker<4.0,>=3.6.0 [2021-03-17T00:48:30.732Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-17T00:48:31.339Z] Collecting docopt<0.7,>=0.6.1 [2021-03-17T00:48:31.339Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-17T00:48:35.713Z] Collecting PyYAML<4,>=3.10 [2021-03-17T00:48:35.713Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-17T00:48:39.169Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:48:39.169Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:48:39.169Z] ---> ee5b62bccd81 [2021-03-17T00:48:39.169Z] Step 3/23 : WORKDIR /edgex-go [2021-03-17T00:48:39.169Z] ---> Using cache [2021-03-17T00:48:39.169Z] ---> 7e3462c4eb73 [2021-03-17T00:48:39.169Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:48:39.169Z] ---> Using cache [2021-03-17T00:48:39.169Z] ---> 43c54a9b1773 [2021-03-17T00:48:39.169Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-17T00:48:39.452Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:48:39.452Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:48:39.452Z] ---> ee5b62bccd81 [2021-03-17T00:48:39.452Z] Step 3/31 : WORKDIR /edgex-go [2021-03-17T00:48:39.452Z] ---> Using cache [2021-03-17T00:48:39.452Z] ---> 7e3462c4eb73 [2021-03-17T00:48:39.452Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:48:39.452Z] ---> Using cache [2021-03-17T00:48:39.452Z] ---> 43c54a9b1773 [2021-03-17T00:48:39.452Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-17T00:48:39.452Z] ---> Using cache [2021-03-17T00:48:39.748Z] ---> 2b78cd4ae1d0 [2021-03-17T00:48:39.748Z] Step 6/31 : COPY go.mod . [2021-03-17T00:48:39.748Z] ---> Using cache [2021-03-17T00:48:39.748Z] ---> 491f0bbe9b87 [2021-03-17T00:48:39.748Z] Step 7/31 : RUN go mod download [2021-03-17T00:48:39.748Z] ---> Using cache [2021-03-17T00:48:39.748Z] ---> 7609169cc141 [2021-03-17T00:48:39.748Z] Step 8/31 : COPY . . [2021-03-17T00:48:39.748Z] ---> Using cache [2021-03-17T00:48:39.748Z] ---> e46d60ed26ee [2021-03-17T00:48:39.748Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-17T00:48:40.028Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-17T00:48:40.028Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-17T00:48:40.028Z] ---> ee5b62bccd81 [2021-03-17T00:48:40.028Z] Step 3/24 : WORKDIR /edgex-go [2021-03-17T00:48:40.028Z] ---> Using cache [2021-03-17T00:48:40.028Z] ---> 7e3462c4eb73 [2021-03-17T00:48:40.028Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:48:40.028Z] ---> Using cache [2021-03-17T00:48:40.028Z] ---> 43c54a9b1773 [2021-03-17T00:48:40.028Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-17T00:48:40.028Z] ---> Using cache [2021-03-17T00:48:40.028Z] ---> 2b78cd4ae1d0 [2021-03-17T00:48:40.028Z] Step 6/24 : COPY go.mod . [2021-03-17T00:48:40.028Z] ---> Using cache [2021-03-17T00:48:40.028Z] ---> 491f0bbe9b87 [2021-03-17T00:48:40.028Z] Step 7/24 : RUN go mod download [2021-03-17T00:48:40.028Z] ---> Using cache [2021-03-17T00:48:40.028Z] ---> 7609169cc141 [2021-03-17T00:48:40.028Z] Step 8/24 : COPY . . [2021-03-17T00:48:40.028Z] ---> Using cache [2021-03-17T00:48:40.028Z] ---> e46d60ed26ee [2021-03-17T00:48:40.028Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-17T00:48:42.730Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-17T00:48:42.730Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-17T00:48:43.007Z] 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-03-17T00:48:43.007Z] 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-03-17T00:48:43.293Z] ---> Running in 624841efd088 [2021-03-17T00:48:43.293Z] ---> Running in bc455af21709 [2021-03-17T00:48:43.293Z] ---> Running in 26925ec3cacd [2021-03-17T00:48:43.574Z] Collecting idna<2.8,>=2.5 [2021-03-17T00:48:43.574Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-17T00:48:44.189Z] Collecting docker-pycreds>=0.4.0 [2021-03-17T00:48:44.189Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-17T00:48:44.468Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-17T00:48:44.468Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-17T00:48:44.468Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-17T00:48:44.468Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-17T00:48:45.929Z] 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-03-17T00:48:45.930Z] Installing collected packages: cached-property, websocket-client, dockerpty, urllib3, idna, requests, jsonschema, texttable, docker-pycreds, docker, docopt, PyYAML, docker-compose [2021-03-17T00:48:46.545Z] 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-03-17T00:48:46.545Z] Running setup.py install for dockerpty: started [2021-03-17T00:48:46.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:48:47.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:48:48.541Z] OK: 217 MiB in 51 packages [2021-03-17T00:48:50.006Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-17T00:48:50.006Z] Attempting uninstall: urllib3 [2021-03-17T00:48:50.006Z] Found existing installation: urllib3 1.25.9 [2021-03-17T00:48:50.006Z] Uninstalling urllib3-1.25.9: [2021-03-17T00:48:50.285Z] Successfully uninstalled urllib3-1.25.9 [2021-03-17T00:48:50.285Z] Removing intermediate container 26925ec3cacd [2021-03-17T00:48:50.285Z] ---> 985fb8310525 [2021-03-17T00:48:50.285Z] Step 6/23 : COPY go.mod . [2021-03-17T00:48:51.281Z] Attempting uninstall: idna [2021-03-17T00:48:51.281Z] Found existing installation: idna 2.9 [2021-03-17T00:48:51.281Z] Uninstalling idna-2.9: [2021-03-17T00:48:51.574Z] ---> ce09ef92235f [2021-03-17T00:48:51.574Z] Step 7/23 : RUN go mod download [2021-03-17T00:48:51.574Z] Successfully uninstalled idna-2.9 [2021-03-17T00:48:51.855Z] ---> Running in 6978ed0ef7aa [2021-03-17T00:48:52.852Z] Attempting uninstall: requests [2021-03-17T00:48:52.852Z] Found existing installation: requests 2.23.0 [2021-03-17T00:48:52.852Z] Uninstalling requests-2.23.0: [2021-03-17T00:48:53.136Z] Successfully uninstalled requests-2.23.0 [2021-03-17T00:48:54.605Z] Running setup.py install for texttable: started [2021-03-17T00:48:57.295Z] Removing intermediate container 6978ed0ef7aa [2021-03-17T00:48:57.295Z] ---> 7b7eca12d6a3 [2021-03-17T00:48:57.295Z] Step 8/23 : COPY . . [2021-03-17T00:48:59.309Z] Running setup.py install for texttable: finished with status 'done' [2021-03-17T00:49:00.770Z] Running setup.py install for docopt: started [2021-03-17T00:49:04.227Z] Running setup.py install for docopt: finished with status 'done' [2021-03-17T00:49:04.227Z] Running setup.py install for PyYAML: started [2021-03-17T00:49:09.674Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-17T00:49:11.120Z] 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-03-17T00:49:19.436Z] ---> 3708202b81d5 [2021-03-17T00:49:19.436Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-17T00:49:19.436Z] ---> Running in 91ec1aa5551d [2021-03-17T00:49:21.448Z] Removing intermediate container 671bc19dd31f [2021-03-17T00:49:21.448Z] ---> 535f8a931eb1 [2021-03-17T00:49:21.448Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-17T00:49:21.727Z] ---> Running in 912a96ba8c77 [2021-03-17T00:49:22.015Z] 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-03-17T00:49:24.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:24.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:49:25.020Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:49:25.020Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-17T00:49:25.020Z] (3/3) Installing curl (7.69.1-r3) [2021-03-17T00:49:25.020Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:49:25.020Z] OK: 72 MiB in 58 packages [2021-03-17T00:49:27.065Z] Removing intermediate container 912a96ba8c77 [2021-03-17T00:49:27.065Z] ---> f6eeb6d9ad27 [2021-03-17T00:49:27.065Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-17T00:49:27.349Z] ---> Running in 0a743990033c [2021-03-17T00:49:28.360Z] Removing intermediate container 0a743990033c [2021-03-17T00:49:28.360Z] ---> 5519f6164461 [2021-03-17T00:49:28.360Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:49:28.360Z] ---> Running in b8a0ca9e4ee9 [2021-03-17T00:49:29.370Z] Removing intermediate container b8a0ca9e4ee9 [2021-03-17T00:49:29.370Z] ---> 71ea518512a5 [2021-03-17T00:49:29.370Z] Step 24/26 : LABEL arch=arm64 [2021-03-17T00:49:29.370Z] ---> Running in 70627c49e08c [2021-03-17T00:49:30.400Z] Removing intermediate container 70627c49e08c [2021-03-17T00:49:30.400Z] ---> 66670634745d [2021-03-17T00:49:30.400Z] Step 25/26 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:49:30.401Z] ---> Running in c65e918165d4 [2021-03-17T00:49:31.418Z] Removing intermediate container c65e918165d4 [2021-03-17T00:49:31.418Z] ---> ea0b2d9b7d3f [2021-03-17T00:49:31.418Z] Step 26/26 : LABEL version=0.0.0 [2021-03-17T00:49:31.714Z] ---> Running in 17525dff866c [2021-03-17T00:49:32.729Z] Removing intermediate container 17525dff866c [2021-03-17T00:49:32.729Z] ---> a8337689a550 [2021-03-17T00:49:32.729Z] [2021-03-17T00:49:33.014Z] Successfully built a8337689a550 [2021-03-17T00:49:33.014Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-17T00:49:55.275Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 364a36064ec3 [2021-03-17T00:49:55.275Z] ---> a217690b9a76 [2021-03-17T00:49:55.275Z] [2021-03-17T00:49:55.275Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:49:55.275Z] ---> d10569e2745f [2021-03-17T00:49:55.275Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-17T00:49:55.275Z] ---> Using cache [2021-03-17T00:49:55.275Z] ---> e4f1481a8c6d [2021-03-17T00:49:55.275Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-17T00:49:55.275Z] ---> Using cache [2021-03-17T00:49:55.275Z] ---> 46fe4514ae1b [2021-03-17T00:49:55.275Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-17T00:49:55.275Z] ---> Running in 6ef1124f5dcf [2021-03-17T00:49:55.275Z] Removing intermediate container 6ef1124f5dcf [2021-03-17T00:49:55.275Z] ---> 79fd653434cd [2021-03-17T00:49:55.275Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-17T00:49:55.275Z] ---> Running in d93a878c4473 [2021-03-17T00:49:55.884Z] Removing intermediate container d93a878c4473 [2021-03-17T00:49:55.884Z] ---> c3bc66d0a45b [2021-03-17T00:49:55.884Z] Step 15/23 : WORKDIR / [2021-03-17T00:49:56.162Z] ---> Running in ba2770b36b81 [2021-03-17T00:49:57.164Z] Removing intermediate container ba2770b36b81 [2021-03-17T00:49:57.165Z] ---> 064a43aa0aa8 [2021-03-17T00:49:57.165Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:49:58.151Z] ---> 609ab078dd5e [2021-03-17T00:49:58.151Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-17T00:50:00.144Z] ---> d7c4643237b4 [2021-03-17T00:50:00.144Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-17T00:50:01.131Z] ---> 8e8b4891bb9e [2021-03-17T00:50:01.131Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-17T00:50:01.413Z] ---> Running in 6a481916323b [2021-03-17T00:50:02.019Z] Removing intermediate container 6a481916323b [2021-03-17T00:50:02.019Z] ---> 3546d19e8504 [2021-03-17T00:50:02.019Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:50:02.294Z] ---> Running in e60c95b34114 [2021-03-17T00:50:02.902Z] Removing intermediate container e60c95b34114 [2021-03-17T00:50:02.902Z] ---> 2cec9f43131d [2021-03-17T00:50:02.902Z] Step 21/23 : LABEL arch=arm64 [2021-03-17T00:50:03.181Z] ---> Running in 2163fbd3f5b4 [2021-03-17T00:50:03.782Z] Removing intermediate container 2163fbd3f5b4 [2021-03-17T00:50:03.782Z] ---> 6883c26ab13c [2021-03-17T00:50:03.782Z] Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:50:04.058Z] ---> Running in f7d9f4d49bce [2021-03-17T00:50:04.658Z] Removing intermediate container f7d9f4d49bce [2021-03-17T00:50:04.658Z] ---> 4b8cf09ec5f4 [2021-03-17T00:50:04.658Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:50:04.935Z] ---> Running in a5ea0d32532d [2021-03-17T00:50:05.536Z] Removing intermediate container a5ea0d32532d [2021-03-17T00:50:05.536Z] ---> d37789f246f5 [2021-03-17T00:50:05.536Z] [2021-03-17T00:50:06.138Z] Successfully built d37789f246f5 [2021-03-17T00:50:06.138Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-17T00:50:18.583Z]  Building docker-core-command-go ... done 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-03-17T00:50:33.717Z] Removing intermediate container 624841efd088 [2021-03-17T00:50:33.717Z] ---> ec8665ff7e39 [2021-03-17T00:50:33.717Z] [2021-03-17T00:50:33.717Z] Step 10/24 : FROM alpine:3.12 [2021-03-17T00:50:33.717Z] ---> d10569e2745f [2021-03-17T00:50:33.717Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-17T00:50:33.717Z] ---> Running in d5fa6a9d042a [2021-03-17T00:50:35.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:50:36.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:50:37.009Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-17T00:50:37.009Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-17T00:50:37.009Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-17T00:50:37.009Z] (4/5) Installing curl (7.69.1-r3) [2021-03-17T00:50:37.009Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-17T00:50:37.009Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:50:37.009Z] Executing ca-certificates-20191127-r4.trigger [2021-03-17T00:50:37.289Z] OK: 7 MiB in 19 packages [2021-03-17T00:50:37.570Z] Removing intermediate container bc455af21709 [2021-03-17T00:50:37.570Z] ---> 0a634775d5dc [2021-03-17T00:50:37.570Z] [2021-03-17T00:50:37.570Z] Step 10/31 : FROM alpine:3.12 [2021-03-17T00:50:37.570Z] ---> d10569e2745f [2021-03-17T00:50:37.570Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-17T00:50:38.177Z] ---> Running in 9daa757da5f9 [2021-03-17T00:50:39.164Z] Removing intermediate container 9daa757da5f9 [2021-03-17T00:50:39.164Z] ---> a058d3bd9735 [2021-03-17T00:50:39.164Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-17T00:50:39.164Z] ---> Running in 7ebf82fa7dab [2021-03-17T00:50:40.609Z] Removing intermediate container d5fa6a9d042a [2021-03-17T00:50:40.609Z] ---> 9c909024b09c [2021-03-17T00:50:40.609Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-17T00:50:40.886Z] ---> Running in dbfad8fec906 [2021-03-17T00:50:41.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:50:41.485Z] Removing intermediate container dbfad8fec906 [2021-03-17T00:50:41.485Z] ---> f7b633959a9d [2021-03-17T00:50:41.762Z] Step 13/24 : WORKDIR / [2021-03-17T00:50:41.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:50:41.762Z] ---> Running in f2cb5c97a12f [2021-03-17T00:50:42.376Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-17T00:50:42.376Z] (2/2) Installing su-exec (0.2-r1) [2021-03-17T00:50:42.376Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:50:42.376Z] OK: 5 MiB in 16 packages [2021-03-17T00:50:42.666Z] Removing intermediate container f2cb5c97a12f [2021-03-17T00:50:42.666Z] ---> 19bb716e7052 [2021-03-17T00:50:42.666Z] 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-03-17T00:50:44.122Z] ---> 0ef997aedf59 [2021-03-17T00:50:44.122Z] 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-03-17T00:50:44.122Z] Removing intermediate container 7ebf82fa7dab [2021-03-17T00:50:44.122Z] ---> 63f5f974e081 [2021-03-17T00:50:44.122Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-17T00:50:44.402Z] ---> Running in bd287e51dd85 [2021-03-17T00:50:45.013Z] Removing intermediate container bd287e51dd85 [2021-03-17T00:50:45.013Z] ---> e87a89f6619d [2021-03-17T00:50:45.013Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-17T00:50:45.293Z] ---> 70c6d8a8e9ed [2021-03-17T00:50:45.293Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-17T00:50:45.293Z] ---> Running in ca2f1c087f00 [2021-03-17T00:50:46.295Z] Removing intermediate container ca2f1c087f00 [2021-03-17T00:50:46.295Z] ---> 5544a2ad74a9 [2021-03-17T00:50:46.295Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-17T00:50:46.295Z] ---> Running in 6cac5dd019d0 [2021-03-17T00:50:46.295Z] ---> 95798bd62605 [2021-03-17T00:50:46.295Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-17T00:50:48.315Z] ---> 98b41e1695dc [2021-03-17T00:50:48.315Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-17T00:50:49.332Z] Removing intermediate container 6cac5dd019d0 [2021-03-17T00:50:49.332Z] ---> a06797b0d8c9 [2021-03-17T00:50:49.332Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-17T00:50:49.935Z] ---> f1d492493668 [2021-03-17T00:50:49.935Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-17T00:50:49.935Z] ---> Running in e9ab6fac9e3c [2021-03-17T00:50:50.540Z] Removing intermediate container e9ab6fac9e3c [2021-03-17T00:50:50.540Z] ---> 4a4fd0add890 [2021-03-17T00:50:50.540Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-17T00:50:50.818Z] ---> d450051d71bc [2021-03-17T00:50:50.818Z] 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-03-17T00:50:51.092Z] ---> Running in 7dc6329f3d11 [2021-03-17T00:50:51.698Z] ---> 82d9189787d8 [2021-03-17T00:50:51.699Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-17T00:50:51.977Z] ---> Running in 752ac3140bc7 [2021-03-17T00:50:54.646Z] Removing intermediate container 7dc6329f3d11 [2021-03-17T00:50:54.646Z] ---> 69f6801c153f [2021-03-17T00:50:54.646Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-17T00:50:54.646Z] ---> Running in 86ffb0190556 [2021-03-17T00:50:55.633Z] Removing intermediate container 86ffb0190556 [2021-03-17T00:50:55.633Z] ---> 3b6611325aba [2021-03-17T00:50:55.633Z] Step 22/24 : LABEL arch=arm64 [2021-03-17T00:50:55.633Z] Removing intermediate container 752ac3140bc7 [2021-03-17T00:50:55.633Z] ---> f54d18614754 [2021-03-17T00:50:55.633Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:50:55.912Z] ---> Running in e27151114121 [2021-03-17T00:50:56.532Z] Removing intermediate container e27151114121 [2021-03-17T00:50:56.532Z] ---> 85c904a71a30 [2021-03-17T00:50:56.532Z] Step 23/24 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:50:56.532Z] ---> Running in 2c0fcde7a79f [2021-03-17T00:50:56.532Z] ---> 544e45224724 [2021-03-17T00:50:56.532Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-17T00:50:57.523Z] Removing intermediate container 2c0fcde7a79f [2021-03-17T00:50:57.523Z] ---> a58ed851aa8d [2021-03-17T00:50:57.523Z] Step 24/24 : LABEL version=0.0.0 [2021-03-17T00:50:57.806Z] ---> Running in a1ccdb714185 [2021-03-17T00:50:58.081Z] ---> e88eeea730ce [2021-03-17T00:50:58.081Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-17T00:50:58.356Z] Removing intermediate container a1ccdb714185 [2021-03-17T00:50:58.356Z] ---> df358861279e [2021-03-17T00:50:58.356Z] [2021-03-17T00:50:58.958Z] Successfully built df358861279e [2021-03-17T00:50:58.958Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-17T00:50:59.239Z]  Building docker-security-secretstore-setup-go ... done  ---> 2c41ba9ec607 [2021-03-17T00:50:59.239Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-17T00:51:00.232Z] ---> 60944a2dde74 [2021-03-17T00:51:00.232Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-17T00:51:01.687Z] ---> 0bedf33be78b [2021-03-17T00:51:01.687Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-17T00:51:02.289Z] ---> Running in ddd308c8df26 [2021-03-17T00:51:02.886Z] Removing intermediate container ddd308c8df26 [2021-03-17T00:51:02.886Z] ---> 0b5de0494159 [2021-03-17T00:51:02.886Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-17T00:51:03.168Z] Removing intermediate container 91ec1aa5551d [2021-03-17T00:51:03.168Z] ---> 088733321103 [2021-03-17T00:51:03.168Z] [2021-03-17T00:51:03.168Z] Step 10/23 : FROM alpine:3.12 [2021-03-17T00:51:03.168Z] ---> d10569e2745f [2021-03-17T00:51:03.168Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-17T00:51:03.451Z] ---> Running in c5ed1aca70ca [2021-03-17T00:51:03.726Z] ---> f5164060bb3d [2021-03-17T00:51:03.726Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-17T00:51:04.324Z] ---> Running in 539e109bc7cb [2021-03-17T00:51:04.324Z] Removing intermediate container c5ed1aca70ca [2021-03-17T00:51:04.324Z] ---> a652d39197d1 [2021-03-17T00:51:04.324Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-17T00:51:04.324Z] ---> Running in 3719b7c0942a [2021-03-17T00:51:04.922Z] Removing intermediate container 3719b7c0942a [2021-03-17T00:51:04.922Z] ---> 64f2e88e5f19 [2021-03-17T00:51:04.922Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-17T00:51:05.194Z] ---> Running in c4acd5279783 [2021-03-17T00:51:05.792Z] Removing intermediate container c4acd5279783 [2021-03-17T00:51:05.792Z] ---> b6b1df155191 [2021-03-17T00:51:05.792Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T00:51:05.792Z] ---> Running in ae8baa1d6738 [2021-03-17T00:51:06.850Z] Removing intermediate container 539e109bc7cb [2021-03-17T00:51:06.850Z] ---> b2dd85b271ca [2021-03-17T00:51:06.850Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-17T00:51:07.466Z] ---> Running in 4f987160ad53 [2021-03-17T00:51:08.134Z] Removing intermediate container 4f987160ad53 [2021-03-17T00:51:08.134Z] ---> eafccbdd5c3d [2021-03-17T00:51:08.134Z] Step 28/31 : CMD ["gate"] [2021-03-17T00:51:08.758Z] ---> Running in cd0b127b44de [2021-03-17T00:51:08.758Z] Removing intermediate container ae8baa1d6738 [2021-03-17T00:51:08.758Z] ---> 52395b880971 [2021-03-17T00:51:08.758Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-17T00:51:09.032Z] ---> Running in 02435d165582 [2021-03-17T00:51:09.305Z] Removing intermediate container cd0b127b44de [2021-03-17T00:51:09.305Z] ---> f0ed62f96efd [2021-03-17T00:51:09.305Z] Step 29/31 : LABEL arch=arm64 [2021-03-17T00:51:09.908Z] ---> Running in db98b0ef5071 [2021-03-17T00:51:10.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T00:51:10.513Z] Removing intermediate container db98b0ef5071 [2021-03-17T00:51:10.513Z] ---> c9d2ca476532 [2021-03-17T00:51:10.513Z] Step 30/31 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:51:10.785Z] ---> Running in 415ae7270bf3 [2021-03-17T00:51:11.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T00:51:11.370Z] Removing intermediate container 415ae7270bf3 [2021-03-17T00:51:11.370Z] ---> f58a48d73ca6 [2021-03-17T00:51:11.370Z] Step 31/31 : LABEL version=0.0.0 [2021-03-17T00:51:11.650Z] ---> Running in 2659b04b93ee [2021-03-17T00:51:11.922Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-17T00:51:11.922Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-17T00:51:12.196Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-17T00:51:12.196Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-17T00:51:12.196Z] Removing intermediate container 2659b04b93ee [2021-03-17T00:51:12.196Z] ---> 7e96af39652c [2021-03-17T00:51:12.196Z] [2021-03-17T00:51:12.471Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-17T00:51:12.471Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-17T00:51:12.746Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T00:51:12.746Z] OK: 8 MiB in 20 packages [2021-03-17T00:51:12.746Z] Successfully built 7e96af39652c [2021-03-17T00:51:12.746Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-17T00:51:14.184Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 02435d165582 [2021-03-17T00:51:14.185Z] ---> e601dfe3e591 [2021-03-17T00:51:14.185Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-17T00:51:14.784Z] ---> a69b6056436c [2021-03-17T00:51:14.784Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-17T00:51:16.294Z] ---> 7ee3e587792e [2021-03-17T00:51:16.294Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-17T00:51:17.273Z] ---> 781a8d55161e [2021-03-17T00:51:17.273Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-17T00:51:17.273Z] ---> Running in 56ee484e0c1f [2021-03-17T00:51:17.877Z] Removing intermediate container 56ee484e0c1f [2021-03-17T00:51:17.877Z] ---> 11f5be2b94c9 [2021-03-17T00:51:17.877Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T00:51:17.877Z] ---> Running in 4687b8157ff2 [2021-03-17T00:51:18.476Z] Removing intermediate container 4687b8157ff2 [2021-03-17T00:51:18.476Z] ---> fa7b8a11cab6 [2021-03-17T00:51:18.476Z] Step 21/23 : LABEL arch=arm64 [2021-03-17T00:51:18.476Z] ---> Running in 26b7124f5547 [2021-03-17T00:51:19.072Z] Removing intermediate container 26b7124f5547 [2021-03-17T00:51:19.072Z] ---> 7991e5077671 [2021-03-17T00:51:19.072Z] Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 [2021-03-17T00:51:19.072Z] ---> Running in f6abe977dff9 [2021-03-17T00:51:19.665Z] Removing intermediate container f6abe977dff9 [2021-03-17T00:51:19.665Z] ---> 7a3d206e0628 [2021-03-17T00:51:19.665Z] Step 23/23 : LABEL version=0.0.0 [2021-03-17T00:51:19.938Z] ---> Running in a2a2ba16a2ab [2021-03-17T00:51:20.209Z] Removing intermediate container a2a2ba16a2ab [2021-03-17T00:51:20.209Z] ---> b26c622d5574 [2021-03-17T00:51:20.209Z] [2021-03-17T00:51:20.803Z] Successfully built b26c622d5574 [2021-03-17T00:51:20.803Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-17T00:51:21.414Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-17T00:51:21.419Z] $ docker stop --time=1 b79e4c4f552576f4614719728919ea6c1c129320a6c86c9849738bb310b558a6 [2021-03-17T00:51:23.470Z] $ docker rm -f b79e4c4f552576f4614719728919ea6c1c129320a6c86c9849738bb310b558a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T00:51:24.234Z] + docker images [2021-03-17T00:51:24.234Z] + grep docker [2021-03-17T00:51:24.506Z] docker-core-data-go-arm64 latest b26c622d5574 4 seconds ago 21.3MB [2021-03-17T00:51:24.506Z] docker-security-bootstrapper-go-arm64 latest 7e96af39652c 13 seconds ago 17.8MB [2021-03-17T00:51:24.506Z] docker-security-secretstore-setup-go-arm64 latest df358861279e 27 seconds ago 23.7MB [2021-03-17T00:51:24.506Z] docker-core-command-go-arm64 latest d37789f246f5 About a minute ago 16.2MB [2021-03-17T00:51:24.506Z] docker-sys-mgmt-agent-go-arm64 latest a8337689a550 About a minute ago 300MB [2021-03-17T00:51:24.506Z] docker-support-notifications-go-arm64 latest b82bfe5bb4b7 3 minutes ago 16.9MB [2021-03-17T00:51:24.506Z] docker-core-metadata-go-arm64 latest c4d286f6c74a 3 minutes ago 17.9MB [2021-03-17T00:51:24.506Z] docker-support-scheduler-go-arm64 latest 53da2e2355ac 3 minutes ago 16.3MB [2021-03-17T00:51:24.506Z] docker-security-proxy-setup-go-arm64 latest 877273b6f1e0 3 minutes ago 23.4MB [2021-03-17T00:51:24.506Z] docker 20.10.0 eeaf43b92773 3 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-03-17T00:51:25.628Z] ---> job-cost.sh [2021-03-17T00:51:25.628Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6DEp [2021-03-17T00:52:22.235Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T00:54:14.033Z] lf-activate-venv(): INFO: Adding /tmp/venv-6DEp/bin to PATH [2021-03-17T00:54:14.033Z] INFO: No Stack... [2021-03-17T00:54:15.454Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-17T00:54:15.454Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T00:54:16.054Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [2021-03-17T00:54:16.054Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T00:54:16.148Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3241-6-stack-cost] [2021-03-17T00:54:16.155Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3241-6-stack-cost] did not exist. Created. [2021-03-17T00:54:16.155Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3241-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T00:54:16.565Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-17T00:54:16.867Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T00:54:16.879Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3241-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-17T00:54:17.990Z] provisioning config files... [2021-03-17T00:54:18.005Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config8784319678411058232tmp [Pipeline] { [Pipeline] sh [2021-03-17T00:54:18.417Z] + set +x [2021-03-17T00:54:18.417Z] + curl -s https://codecov.io/bash [2021-03-17T00:54:18.417Z] + bash -s -- [2021-03-17T00:54:18.996Z] [2021-03-17T00:54:18.996Z] _____ _ [2021-03-17T00:54:18.996Z] / ____| | | [2021-03-17T00:54:18.996Z] | | ___ __| | ___ ___ _____ __ [2021-03-17T00:54:18.996Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-17T00:54:18.996Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-17T00:54:18.996Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-17T00:54:18.996Z] Bash-20210309-2b87ace [2021-03-17T00:54:18.996Z] [2021-03-17T00:54:18.996Z] [2021-03-17T00:54:18.996Z] ==> git version 2.24.3 found [2021-03-17T00:54:18.996Z] ==> 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-03-17T00:54:18.996Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-17T00:54:18.996Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-17T00:54:18.996Z] ==> Jenkins CI detected. [2021-03-17T00:54:18.996Z] project root: . [2021-03-17T00:54:18.996Z] --> token set from env [2021-03-17T00:54:18.996Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-17T00:54:18.996Z] ==> Running gcov in . (disable via -X gcov) [2021-03-17T00:54:18.996Z] ==> Python coveragepy not found [2021-03-17T00:54:18.996Z] ==> Searching for coverage reports in: [2021-03-17T00:54:18.996Z] + . [2021-03-17T00:54:19.262Z] -> Found 1 reports [2021-03-17T00:54:19.263Z] ==> Detecting git/mercurial file structure [2021-03-17T00:54:19.263Z] ==> Reading reports [2021-03-17T00:54:19.263Z] + ./coverage.out bytes=650607 [2021-03-17T00:54:19.263Z] ==> Appending adjustments [2021-03-17T00:54:19.263Z] https://docs.codecov.io/docs/fixing-reports [2021-03-17T00:54:22.576Z] + Found adjustments [2021-03-17T00:54:22.576Z] ==> Gzipping contents [2021-03-17T00:54:22.576Z] 96K /tmp/codecov.mtvg3z.gz [2021-03-17T00:54:22.576Z] ==> Uploading reports [2021-03-17T00:54:22.576Z] url: https://codecov.io [2021-03-17T00:54:22.576Z] query: branch=PR-3241&commit=8210e0cd3d31697cb0e07c31f24c285899732b21&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= [2021-03-17T00:54:22.576Z] -> Pinging Codecov [2021-03-17T00:54:22.576Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3241&commit=8210e0cd3d31697cb0e07c31f24c285899732b21&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= [2021-03-17T00:54:24.498Z] -> Uploading to [2021-03-17T00:54:24.499Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-17/00271124DB129430A58F1EEE437C3FCB/8210e0cd3d31697cb0e07c31f24c285899732b21/b0a7d078-84d9-4b6d-91fe-feae3a7d81b8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T005424Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bd9bb573d5908fde7f699baf5058007ce526062068eee7f76ece8908222f286f [2021-03-17T00:54:24.499Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-17T00:54:24.499Z] Dload Upload Total Spent Left Speed [2021-03-17T00:54:25.023Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94828 0 0 100 94828 0 155k --:--:-- --:--:-- --:--:-- 155k [2021-03-17T00:54:25.023Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8210e0cd3d31697cb0e07c31f24c285899732b21 [Pipeline] } [2021-03-17T00:54:25.032Z] 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-03-17T00:54:26.951Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:54:27.843Z] ---> package-listing.sh [2021-03-17T00:54:27.843Z] ++ facter osfamily [2021-03-17T00:54:27.843Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-17T00:54:27.843Z] + OS_FAMILY=redhat [2021-03-17T00:54:27.843Z] + workspace=/w/workspace/edgex-go/6 [2021-03-17T00:54:27.843Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-17T00:54:27.843Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-17T00:54:27.843Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-17T00:54:27.843Z] + PACKAGES=/tmp/packages_start.txt [2021-03-17T00:54:27.843Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-17T00:54:27.843Z] + PACKAGES=/tmp/packages_end.txt [2021-03-17T00:54:27.843Z] + case "${OS_FAMILY}" in [2021-03-17T00:54:27.843Z] + rpm -qa [2021-03-17T00:54:27.843Z] + sort [2021-03-17T00:54:33.151Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-17T00:54:33.151Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-17T00:54:33.151Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-17T00:54:33.151Z] + '[' /w/workspace/edgex-go/6 ']' [2021-03-17T00:54:33.151Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-03-17T00:54:33.151Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-03-17T00:54:33.164Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-17T00:54:33.460Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:54:33.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T00:54:33.861Z] [2021-03-17T00:54:33.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-17T00:54:34.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T00:54:34.237Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-17T00:54:34.237Z] df20fa9351a1: Pulling fs layer [2021-03-17T00:54:34.237Z] 36b3adc4ff6f: Pulling fs layer [2021-03-17T00:54:34.237Z] 8ad3a11d3b57: Pulling fs layer [2021-03-17T00:54:34.237Z] 46f8f816bc3b: Pulling fs layer [2021-03-17T00:54:34.237Z] 93b61091891f: Pulling fs layer [2021-03-17T00:54:34.237Z] 93b9cdb0e59b: Pulling fs layer [2021-03-17T00:54:34.237Z] 5e14af77c1be: Pulling fs layer [2021-03-17T00:54:34.237Z] 01666e4c0597: Pulling fs layer [2021-03-17T00:54:34.237Z] aa168da1d23b: Pulling fs layer [2021-03-17T00:54:34.237Z] 46f8f816bc3b: Waiting [2021-03-17T00:54:34.237Z] 93b61091891f: Waiting [2021-03-17T00:54:34.237Z] 93b9cdb0e59b: Waiting [2021-03-17T00:54:34.237Z] 5e14af77c1be: Waiting [2021-03-17T00:54:34.237Z] aa168da1d23b: Waiting [2021-03-17T00:54:34.237Z] 01666e4c0597: Waiting [2021-03-17T00:54:34.237Z] 36b3adc4ff6f: Verifying Checksum [2021-03-17T00:54:34.237Z] 36b3adc4ff6f: Download complete [2021-03-17T00:54:34.237Z] 46f8f816bc3b: Download complete [2021-03-17T00:54:34.237Z] df20fa9351a1: Download complete [2021-03-17T00:54:34.509Z] 93b9cdb0e59b: Verifying Checksum [2021-03-17T00:54:34.509Z] 93b9cdb0e59b: Download complete [2021-03-17T00:54:34.509Z] 5e14af77c1be: Verifying Checksum [2021-03-17T00:54:34.509Z] 5e14af77c1be: Download complete [2021-03-17T00:54:34.509Z] 01666e4c0597: Verifying Checksum [2021-03-17T00:54:34.509Z] 01666e4c0597: Download complete [2021-03-17T00:54:34.509Z] 93b61091891f: Verifying Checksum [2021-03-17T00:54:34.509Z] 93b61091891f: Download complete [2021-03-17T00:54:34.509Z] 8ad3a11d3b57: Verifying Checksum [2021-03-17T00:54:34.509Z] 8ad3a11d3b57: Download complete [2021-03-17T00:54:34.772Z] df20fa9351a1: Pull complete [2021-03-17T00:54:35.037Z] 36b3adc4ff6f: Pull complete [2021-03-17T00:54:36.000Z] 8ad3a11d3b57: Pull complete [2021-03-17T00:54:36.000Z] 46f8f816bc3b: Pull complete [2021-03-17T00:54:36.952Z] aa168da1d23b: Verifying Checksum [2021-03-17T00:54:36.952Z] aa168da1d23b: Download complete [2021-03-17T00:54:37.527Z] 93b61091891f: Pull complete [2021-03-17T00:54:37.527Z] 93b9cdb0e59b: Pull complete [2021-03-17T00:54:37.791Z] 5e14af77c1be: Pull complete [2021-03-17T00:54:38.061Z] 01666e4c0597: Pull complete [2021-03-17T00:54:48.132Z] aa168da1d23b: Pull complete [2021-03-17T00:54:48.132Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-17T00:54:48.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T00:54:48.132Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-17T00:54:48.319Z] prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container [2021-03-17T00:54:48.371Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-lftools-log-publisher:alpine cat [2021-03-17T00:54:54.047Z] $ docker top 41f3b3166d7ea16f329b6150f78e84ee18e45f1382f6f2c0c30d3171480a1fab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T00:54:54.629Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-17T00:54:54.933Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-17T00:54:55.234Z] + ls /var/log/sa-host [2021-03-17T00:54:55.234Z] + sadf -c /var/log/sa-host/sa17 [2021-03-17T00:54:55.234Z] file_magic: OK [2021-03-17T00:54:55.234Z] HZ: Using current value: 100 [2021-03-17T00:54:55.234Z] file_header: OK [2021-03-17T00:54:55.234Z] 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-03-17T00:54:55.234Z] Statistics: [2021-03-17T00:54:55.234Z] 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... [2021-03-17T00:54:55.234Z] File successfully converted to sysstat format version 12.2.1 [2021-03-17T00:54:55.234Z] + sadf -c /var/log/sa-host/sa23 [2021-03-17T00:54:55.234Z] file_magic: OK [2021-03-17T00:54:55.234Z] HZ: Using current value: 100 [2021-03-17T00:54:55.234Z] file_header: OK [2021-03-17T00:54:55.234Z] 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-03-17T00:54:55.234Z] Statistics: [2021-03-17T00:54:55.234Z] Hnuu...uuuununununu... [2021-03-17T00:54:55.235Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-17T00:54:55.432Z] provisioning config files... [2021-03-17T00:54:55.448Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config944990961205400762tmp [Pipeline] { [Pipeline] echo [2021-03-17T00:54:55.520Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:54:55.827Z] ---> create-netrc.sh [Pipeline] } [2021-03-17T00:54:55.839Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-17T00:54:55.937Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:54:56.239Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-17T00:54:56.265Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:54:56.602Z] ---> sudo-logs.sh [2021-03-17T00:54:56.602Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-17T00:54:56.672Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:54:56.979Z] ---> job-cost.sh [2021-03-17T00:54:56.979Z] lf-activate-venv: SKIPPING [2021-03-17T00:54:56.979Z] DEBUG: total: 0.20999999344348907 [2021-03-17T00:54:56.979Z] INFO: Retrieving Stack Cost... [2021-03-17T00:54:58.376Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T00:54:58.951Z] INFO: Archiving Costs [Pipeline] echo [2021-03-17T00:54:58.967Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T00:54:59.269Z] ---> logs-deploy.sh [2021-03-17T00:54:59.269Z] lf-activate-venv: SKIPPING [2021-03-17T00:54:59.269Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3241/6 [2021-03-17T00:54:59.269Z] INFO: archiving workspace using pattern(s): [2021-03-17T00:55:01.200Z] Archives upload complete. [2021-03-17T00:55:01.200Z] INFO: archiving logs to Nexus