Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 44927e8d416fed51ca682e94d2a5f5631bf711c8+65ce9279f83544d4d82fb598274d714e6b166066 (0d87600161c9ce46db27b7b3a1cf7afb3ff2880d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-31080’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31084 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/29 [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/29 # 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 65ce9279f83544d4d82fb598274d714e6b166066 into PR head commit 44927e8d416fed51ca682e94d2a5f5631bf711c8 Merge succeeded, producing 44927e8d416fed51ca682e94d2a5f5631bf711c8 Checking out Revision 44927e8d416fed51ca682e94d2a5f5631bf711c8 (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 44927e8d416fed51ca682e94d2a5f5631bf711c8 # 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 65ce9279f83544d4d82fb598274d714e6b166066 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44927e8d416fed51ca682e94d2a5f5631bf711c8 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk 4e8507bf02f169bfeeba70db1f6d158394b064b0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-23T15:43:04.156Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-23T15:43:04.403Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-23T15:43:04.504Z] ========================================================= [2021-03-23T15:43:04.505Z] EdgeX Global Pipelines Version Info [2021-03-23T15:43:04.505Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:43:06.408Z] ------------------- [2021-03-23T15:43:06.408Z] stable info: [2021-03-23T15:43:06.408Z] ------------------- [2021-03-23T15:43:06.408Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-23T15:43:06.408Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T15:43:06.408Z] Message: update stable to v1.0.186 [2021-03-23T15:43:06.982Z] ------------------- [2021-03-23T15:43:06.982Z] experimental info: [2021-03-23T15:43:06.982Z] ------------------- [2021-03-23T15:43:06.982Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-23T15:43:06.982Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-23T15:43:06.982Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-23T15:43:07.214Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-23T15:43:07.303Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-23T15:43:07.416Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-23T15:43:07.503Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-23T15:43:07.591Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-23T15:43:07.680Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-23T15:43:07.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-23T15:43:07.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-23T15:43:07.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-23T15:43:07.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-23T15:43:08.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-23T15:43:08.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-23T15:43:08.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-23T15:43:08.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-23T15:43:08.382Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T15:43:08.507Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-23T15:43:08.604Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-23T15:43:08.682Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-23T15:43:08.795Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-23T15:43:08.883Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-23T15:43:08.960Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-23T15:43:09.039Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-23T15:43:09.117Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-23T15:43:09.216Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-23T15:43:09.292Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-23T15:43:09.372Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 44927e8d416fed51ca682e94d2a5f5631bf711c8 [Pipeline] echo [2021-03-23T15:43:09.450Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 44927e8 [Pipeline] echo [2021-03-23T15:43:09.530Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T15:43:09.688Z] provisioning config files... [2021-03-23T15:43:09.720Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/29@tmp/config100578095851820849tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:43:10.093Z] ---> docker-login.sh [2021-03-23T15:43:10.093Z] nexus3.edgexfoundry.org:10001 [2021-03-23T15:43:10.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:43:10.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:43:10.622Z] Configure a credential helper to remove this warning. See [2021-03-23T15:43:10.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:43:10.622Z] [2021-03-23T15:43:10.622Z] Login Succeeded [2021-03-23T15:43:10.622Z] nexus3.edgexfoundry.org:10002 [2021-03-23T15:43:10.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:43:10.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:43:10.885Z] Configure a credential helper to remove this warning. See [2021-03-23T15:43:10.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:43:10.885Z] [2021-03-23T15:43:10.885Z] Login Succeeded [2021-03-23T15:43:10.885Z] nexus3.edgexfoundry.org:10003 [2021-03-23T15:43:10.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:43:10.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:43:10.885Z] Configure a credential helper to remove this warning. See [2021-03-23T15:43:10.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:43:10.885Z] [2021-03-23T15:43:10.885Z] Login Succeeded [2021-03-23T15:43:10.885Z] nexus3.edgexfoundry.org:10004 [2021-03-23T15:43:11.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:43:11.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:43:11.150Z] Configure a credential helper to remove this warning. See [2021-03-23T15:43:11.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:43:11.150Z] [2021-03-23T15:43:11.150Z] Login Succeeded [2021-03-23T15:43:11.150Z] docker.io [2021-03-23T15:43:11.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:43:11.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:43:11.680Z] Configure a credential helper to remove this warning. See [2021-03-23T15:43:11.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:43:11.681Z] [2021-03-23T15:43:11.681Z] Login Succeeded [2021-03-23T15:43:11.681Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T15:43:11.693Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:43:12.271Z] ++ 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-23T15:43:12.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:43:12.271Z] ++ dirname cmd/core-command/Dockerfile [2021-03-23T15:43:12.271Z] ++ cut -d/ -f2 [2021-03-23T15:43:12.271Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-23T15:43:12.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:43:12.271Z] ++ dirname cmd/core-data/Dockerfile [2021-03-23T15:43:12.271Z] ++ cut -d/ -f2 [2021-03-23T15:43:12.271Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-23T15:43:12.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:43:12.271Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-23T15:43:12.271Z] ++ cut -d/ -f2 [2021-03-23T15:43:12.271Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-23T15:43:12.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:43:12.271Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-23T15:43:12.271Z] ++ cut -d/ -f2 [2021-03-23T15:43:12.271Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-23T15:43:12.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:43:12.271Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-23T15:43:12.271Z] ++ cut -d/ -f2 [2021-03-23T15:43:12.271Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-23T15:43:12.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:43:12.271Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-23T15:43:12.271Z] ++ cut -d/ -f2 [2021-03-23T15:43:12.271Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-23T15:43:12.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:43:12.271Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-23T15:43:12.271Z] ++ cut -d/ -f2 [2021-03-23T15:43:12.271Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-23T15:43:12.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:43:12.271Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-23T15:43:12.271Z] ++ cut -d/ -f2 [2021-03-23T15:43:12.271Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-23T15:43:12.271Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-23T15:43:12.271Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-23T15:43:12.271Z] ++ cut -d/ -f2 [2021-03-23T15:43:12.271Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-23T15:43:12.354Z] 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-23T15:43:13.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:43:13.250Z] [2021-03-23T15:43:13.250Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:43:13.631Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:43:13.631Z] latest: Pulling from edgex-devops/git-semver [2021-03-23T15:43:13.631Z] 31603596830f: Pulling fs layer [2021-03-23T15:43:13.631Z] 2a8b12db71e7: Pulling fs layer [2021-03-23T15:43:13.631Z] 6ca5941a6612: Pulling fs layer [2021-03-23T15:43:13.631Z] ecc8261a40a4: Pulling fs layer [2021-03-23T15:43:13.631Z] ecc8261a40a4: Waiting [2021-03-23T15:43:13.631Z] 2a8b12db71e7: Download complete [2021-03-23T15:43:13.631Z] 31603596830f: Download complete [2021-03-23T15:43:13.905Z] ecc8261a40a4: Verifying Checksum [2021-03-23T15:43:13.905Z] ecc8261a40a4: Download complete [2021-03-23T15:43:13.905Z] 6ca5941a6612: Verifying Checksum [2021-03-23T15:43:13.905Z] 6ca5941a6612: Download complete [2021-03-23T15:43:14.174Z] 31603596830f: Pull complete [2021-03-23T15:43:14.443Z] 2a8b12db71e7: Pull complete [2021-03-23T15:43:15.400Z] 6ca5941a6612: Pull complete [2021-03-23T15:43:15.663Z] ecc8261a40a4: Pull complete [2021-03-23T15:43:15.664Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-23T15:43:15.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-23T15:43:15.664Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-23T15:43:15.798Z] prd-centos7-docker-4c-2g-31084 does not seem to be running inside a container [2021-03-23T15:43:15.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-23T15:43:18.520Z] $ docker top 29d34e31c0b7abca8dfbcfdb805ace3260adb270d239c81299ba3c55c0c54c11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-23T15:43:18.794Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:43:18.794Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:43:19.028Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:43:19.030Z] $ docker exec 29d34e31c0b7abca8dfbcfdb805ace3260adb270d239c81299ba3c55c0c54c11 ssh-agent [2021-03-23T15:43:19.208Z] SSH_AUTH_SOCK=/tmp/ssh-Sc87JO5m37oC/agent.11 [2021-03-23T15:43:19.208Z] SSH_AGENT_PID=17 [2021-03-23T15:43:19.218Z] Running ssh-add (command line suppressed) [2021-03-23T15:43:19.346Z] Identity added: /w/workspace/edgex-go/29@tmp/private_key_2738924203618200139.key (/w/workspace/edgex-go/29@tmp/private_key_2738924203618200139.key) [2021-03-23T15:43:19.409Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:43:19.759Z] + git tag --points-at HEAD [Pipeline] } [2021-03-23T15:43:19.786Z] $ docker exec --env ******** --env ******** 29d34e31c0b7abca8dfbcfdb805ace3260adb270d239c81299ba3c55c0c54c11 ssh-agent -k [2021-03-23T15:43:19.929Z] unset SSH_AUTH_SOCK; [2021-03-23T15:43:19.929Z] unset SSH_AGENT_PID; [2021-03-23T15:43:19.930Z] echo Agent pid 17 killed; [2021-03-23T15:43:19.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-23T15:43:20.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-23T15:43:20.204Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-23T15:43:20.408Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-23T15:43:20.411Z] $ docker exec 29d34e31c0b7abca8dfbcfdb805ace3260adb270d239c81299ba3c55c0c54c11 ssh-agent [2021-03-23T15:43:20.598Z] SSH_AUTH_SOCK=/tmp/ssh-jMEVmKOa9J8k/agent.45 [2021-03-23T15:43:20.598Z] SSH_AGENT_PID=50 [2021-03-23T15:43:20.606Z] Running ssh-add (command line suppressed) [2021-03-23T15:43:20.766Z] Identity added: /w/workspace/edgex-go/29@tmp/private_key_2183332620564234811.key (/w/workspace/edgex-go/29@tmp/private_key_2183332620564234811.key) [2021-03-23T15:43:20.831Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-23T15:43:21.190Z] + git semver init [2021-03-23T15:43:21.190Z] # -> Open(): unable to determine branch for HEAD [2021-03-23T15:43:21.190Z] # $GIT_DIR = /w/workspace/edgex-go/29/.git [2021-03-23T15:43:21.190Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/29 [2021-03-23T15:43:21.190Z] # $SEMVER_REMOTE_NAME = origin [2021-03-23T15:43:21.190Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-23T15:43:21.190Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-23T15:43:21.190Z] # $SEMVER_BRANCH = PR-3234 [2021-03-23T15:43:21.190Z] # $SEMVER_TEMP = /tmp/semver-724628395 [2021-03-23T15:43:21.190Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-23T15:43:39.416Z] # '/tmp/semver-724628395' -> '/w/workspace/edgex-go/29/.semver' [2021-03-23T15:43:39.998Z] # -> Force: false [2021-03-23T15:43:39.998Z] # $SEMVER_DIR = /w/workspace/edgex-go/29/.semver [Pipeline] } [2021-03-23T15:43:40.279Z] $ docker exec --env ******** --env ******** 29d34e31c0b7abca8dfbcfdb805ace3260adb270d239c81299ba3c55c0c54c11 ssh-agent -k [2021-03-23T15:43:40.564Z] unset SSH_AUTH_SOCK; [2021-03-23T15:43:40.565Z] unset SSH_AGENT_PID; [2021-03-23T15:43:40.565Z] echo Agent pid 50 killed; [2021-03-23T15:43:40.643Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-23T15:43:41.177Z] + git semver [Pipeline] } [2021-03-23T15:43:41.195Z] $ docker stop --time=1 29d34e31c0b7abca8dfbcfdb805ace3260adb270d239c81299ba3c55c0c54c11 [2021-03-23T15:43:42.897Z] $ docker rm -f 29d34e31c0b7abca8dfbcfdb805ace3260adb270d239c81299ba3c55c0c54c11 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T15:43:43.503Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-23T15:43:44.055Z] Stashed 1 file(s) [Pipeline] echo [2021-03-23T15:43:44.065Z] [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-23T15:43:44.982Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:43:45.287Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:43:45.596Z] + sudo service docker restart [2021-03-23T15:43:45.596Z] + true [2021-03-23T15:43:45.596Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-23T15:43:46.191Z] ========================================================= [2021-03-23T15:43:46.191Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-23T15:43:46.191Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:43:46.535Z] + 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-23T15:43:50.777Z] Sending build context to Docker daemon 328.7MB [2021-03-23T15:43:50.777Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T15:43:50.777Z] Step 2/6 : FROM ${BASE} [2021-03-23T15:43:50.777Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-23T15:43:50.777Z] 188c0c94c7c5: Pulling fs layer [2021-03-23T15:43:50.777Z] 0ef7d3d256c8: Pulling fs layer [2021-03-23T15:43:50.777Z] de9db76c5a1d: Pulling fs layer [2021-03-23T15:43:50.777Z] bca2f99d35d6: Pulling fs layer [2021-03-23T15:43:50.777Z] 93359f2a8cfa: Pulling fs layer [2021-03-23T15:43:50.777Z] 7c6f9722023f: Pulling fs layer [2021-03-23T15:43:50.777Z] a35cf1a2eb13: Pulling fs layer [2021-03-23T15:43:50.777Z] 93359f2a8cfa: Waiting [2021-03-23T15:43:50.777Z] 7c6f9722023f: Waiting [2021-03-23T15:43:50.777Z] a35cf1a2eb13: Waiting [2021-03-23T15:43:50.777Z] bca2f99d35d6: Waiting [2021-03-23T15:43:50.777Z] de9db76c5a1d: Verifying Checksum [2021-03-23T15:43:50.777Z] de9db76c5a1d: Download complete [2021-03-23T15:43:50.777Z] 0ef7d3d256c8: Download complete [2021-03-23T15:43:50.777Z] 93359f2a8cfa: Verifying Checksum [2021-03-23T15:43:50.777Z] 93359f2a8cfa: Download complete [2021-03-23T15:43:50.777Z] 188c0c94c7c5: Verifying Checksum [2021-03-23T15:43:50.777Z] 188c0c94c7c5: Download complete [2021-03-23T15:43:50.777Z] 7c6f9722023f: Verifying Checksum [2021-03-23T15:43:50.777Z] 7c6f9722023f: Download complete [2021-03-23T15:43:51.045Z] 188c0c94c7c5: Pull complete [2021-03-23T15:43:52.462Z] a35cf1a2eb13: Verifying Checksum [2021-03-23T15:43:52.462Z] a35cf1a2eb13: Download complete [2021-03-23T15:43:52.726Z] 0ef7d3d256c8: Pull complete [2021-03-23T15:43:52.990Z] bca2f99d35d6: Verifying Checksum [2021-03-23T15:43:52.990Z] bca2f99d35d6: Download complete [2021-03-23T15:43:52.990Z] de9db76c5a1d: Pull complete [2021-03-23T15:43:59.460Z] Still waiting to schedule task [2021-03-23T15:43:59.460Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-23T15:43:59.676Z] bca2f99d35d6: Pull complete [2021-03-23T15:43:59.676Z] 93359f2a8cfa: Pull complete [2021-03-23T15:43:59.676Z] 7c6f9722023f: Pull complete [2021-03-23T15:44:03.920Z] a35cf1a2eb13: Pull complete [2021-03-23T15:44:03.920Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-23T15:44:03.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-23T15:44:03.920Z] ---> a62c8e92a672 [2021-03-23T15:44:03.920Z] 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-23T15:44:04.184Z] ---> Running in 01bcd0173805 [2021-03-23T15:44:04.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:44:05.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:44:06.287Z] (1/12) Installing libmagic (5.38-r0) [2021-03-23T15:44:06.898Z] (2/12) Installing file (5.38-r0) [2021-03-23T15:44:06.898Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-23T15:44:06.898Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-23T15:44:39.067Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-23T15:44:39.067Z] (6/12) Installing patch (2.7.6-r6) [2021-03-23T15:44:39.067Z] (7/12) Installing build-base (0.5-r2) [2021-03-23T15:44:39.067Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-23T15:44:39.067Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-23T15:44:39.067Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-23T15:44:39.067Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-23T15:44:39.067Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-23T15:44:39.067Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:44:39.067Z] OK: 233 MiB in 51 packages [2021-03-23T15:44:41.628Z] Removing intermediate container 01bcd0173805 [2021-03-23T15:44:41.628Z] ---> 65f48b6b4970 [2021-03-23T15:44:41.628Z] Step 4/6 : WORKDIR /edgex-go [2021-03-23T15:44:41.628Z] ---> Running in 33fa57253ffd [2021-03-23T15:44:41.628Z] Removing intermediate container 33fa57253ffd [2021-03-23T15:44:41.628Z] ---> f6242b523175 [2021-03-23T15:44:41.628Z] Step 5/6 : COPY go.mod . [2021-03-23T15:44:41.628Z] ---> 2590d85cdf67 [2021-03-23T15:44:41.628Z] Step 6/6 : RUN go mod download [2021-03-23T15:44:41.628Z] ---> Running in f913a0501d9e [2021-03-23T15:45:03.659Z] Removing intermediate container f913a0501d9e [2021-03-23T15:45:03.659Z] ---> b4a86ec74037 [2021-03-23T15:45:03.923Z] Successfully built b4a86ec74037 [2021-03-23T15:45:03.923Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:45:04.249Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T15:45:04.249Z] . [Pipeline] withDockerContainer [2021-03-23T15:45:04.362Z] prd-centos7-docker-4c-2g-31084 does not seem to be running inside a container [2021-03-23T15:45:04.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-23T15:45:05.473Z] $ docker top 747052d5c4da2a945d211c31a23558101476a76714e4f01b5c29014bb6785ccc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:45:05.983Z] + go version [2021-03-23T15:45:05.983Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-23T15:45:05.997Z] $ docker stop --time=1 747052d5c4da2a945d211c31a23558101476a76714e4f01b5c29014bb6785ccc [2021-03-23T15:45:07.354Z] $ docker rm -f 747052d5c4da2a945d211c31a23558101476a76714e4f01b5c29014bb6785ccc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:45:08.114Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-23T15:45:08.114Z] . [Pipeline] withDockerContainer [2021-03-23T15:45:08.228Z] prd-centos7-docker-4c-2g-31084 does not seem to be running inside a container [2021-03-23T15:45:08.279Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-23T15:45:08.956Z] $ docker top 1b93ee4060dc4c50c62cbf4323b40d4d7a7d1a2ceec0750bfa300bd276a74c0f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T15:45:09.141Z] ========================================================= [2021-03-23T15:45:09.141Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-23T15:45:09.141Z] ========================================================= [Pipeline] sh [2021-03-23T15:45:09.435Z] + make test [2021-03-23T15:45:09.435Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-23T15:45:19.545Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-23T15:45:41.755Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-23T15:45:42.723Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-23T15:45:46.115Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-23T15:45:46.115Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-23T15:45:47.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-23T15:45:47.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-23T15:45:47.082Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-23T15:45:47.353Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-23T15:45:48.327Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-23T15:45:48.595Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-23T15:45:51.211Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-23T15:45:51.211Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-23T15:45:51.211Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-23T15:45:53.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 45.9% of statements [2021-03-23T15:45:53.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-23T15:45:53.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-23T15:45:53.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-23T15:45:53.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-23T15:45:53.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-23T15:45:53.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-23T15:45:53.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 19.8% of statements [2021-03-23T15:45:53.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-03-23T15:45:57.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.1% of statements [2021-03-23T15:45:57.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-23T15:45:57.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-23T15:45:57.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-23T15:45:57.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-23T15:45:57.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-23T15:45:57.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-23T15:45:57.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.029s coverage: 100.0% of statements [2021-03-23T15:45:57.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-23T15:45:57.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-03-23T15:45:57.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-23T15:45:57.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-23T15:45:58.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.115s coverage: 71.3% of statements [2021-03-23T15:45:58.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-23T15:45:58.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-23T15:45:58.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.168s coverage: 82.9% of statements [2021-03-23T15:45:58.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-23T15:45:58.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:45:58.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.057s coverage: 78.9% of statements [2021-03-23T15:45:58.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-23T15:46:01.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements [2021-03-23T15:46:01.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-23T15:46:01.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-23T15:46:01.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-23T15:46:01.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-23T15:46:01.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-23T15:46:01.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-03-23T15:46:01.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-23T15:46:01.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-03-23T15:46:01.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-23T15:46:01.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements [2021-03-23T15:46:01.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-23T15:46:01.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements [2021-03-23T15:46:01.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-23T15:46:01.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements [2021-03-23T15:46:01.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-23T15:46:01.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-23T15:46:01.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-23T15:46:01.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-23T15:46:04.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.481s coverage: 92.8% of statements [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-23T15:46:04.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-23T15:46:04.163Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-23T15:46:04.163Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-23T15:46:04.163Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-23T15:46:04.163Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-23T15:46:04.163Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-23T15:46:04.163Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-23T15:46:04.163Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-03-23T15:46:04.163Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-23T15:46:04.163Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-23T15:46:04.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-23T15:46:04.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements [2021-03-23T15:46:04.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-03-23T15:46:04.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-03-23T15:46:04.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements [2021-03-23T15:46:04.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-03-23T15:46:19.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.068s coverage: 94.4% of statements [2021-03-23T15:46:19.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-03-23T15:46:19.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.149s coverage: 81.7% of statements [2021-03-23T15:46:22.051Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31087 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-23T15:46:22.109Z] Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout [2021-03-23T15:46:27.437Z] using credential edgex-jenkins-ssh [2021-03-23T15:46:27.498Z] Cloning the remote Git repository [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.6% of statements [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 64.4% of statements [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-03-23T15:46:27.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 69.0% of statements [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-23T15:46:27.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-23T15:46:27.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 38.4% of statements [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-23T15:46:27.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-23T15:46:27.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-03-23T15:46:27.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.0% of statements [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-23T15:46:27.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-23T15:46:27.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-23T15:46:27.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.168s coverage: 87.1% of statements [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:46:27.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-23T15:46:27.553Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-23T15:46:27.683Z] > git init /w/workspace/edgex-go/29 # timeout=10 [2021-03-23T15:46:27.787Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T15:46:27.788Z] > git --version # timeout=10 [2021-03-23T15:46:27.810Z] > git --version # 'git version 2.17.1' [2021-03-23T15:46:27.812Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:46:27.887Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:46:28.801Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.929s coverage: 29.1% of statements [2021-03-23T15:46:28.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-23T15:46:28.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-23T15:46:28.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-23T15:46:28.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-23T15:46:28.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-23T15:46:28.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.102s coverage: 99.0% of statements [2021-03-23T15:46:28.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-23T15:46:28.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements [2021-03-23T15:46:28.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-23T15:46:28.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-23T15:46:28.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-23T15:46:28.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-23T15:46:29.076Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.095s coverage: 96.5% of statements [2021-03-23T15:46:29.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-23T15:46:29.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:46:29.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-23T15:46:29.076Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-03-23T15:46:29.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-23T15:46:29.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-03-23T15:46:29.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-23T15:46:29.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-23T15:46:29.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-23T15:46:29.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-23T15:46:29.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.063s coverage: 87.9% of statements [2021-03-23T15:46:29.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-23T15:46:29.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-23T15:46:29.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-03-23T15:46:29.927Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-23T15:46:30.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-23T15:46:30.451Z] GO111MODULE=on go vet ./... [2021-03-23T15:46:46.091Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T15:46:46.111Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:46:46.140Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T15:46:46.187Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T15:46:46.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:46:46.199Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T15:46:46.963Z] Merging remotes/origin/master commit 65ce9279f83544d4d82fb598274d714e6b166066 into PR head commit 44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:46:47.413Z] Merge succeeded, producing 44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:46:47.413Z] Checking out Revision 44927e8d416fed51ca682e94d2a5f5631bf711c8 (PR-3234) [2021-03-23T15:46:46.989Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T15:46:47.007Z] > git checkout -f 44927e8d416fed51ca682e94d2a5f5631bf711c8 # timeout=10 [2021-03-23T15:46:47.329Z] > git remote # timeout=10 [2021-03-23T15:46:47.349Z] > git config --get remote.origin.url # timeout=10 [2021-03-23T15:46:47.365Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:46:47.375Z] > git merge 65ce9279f83544d4d82fb598274d714e6b166066 # timeout=10 [2021-03-23T15:46:47.397Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-23T15:46:47.422Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T15:46:47.490Z] > git checkout -f 44927e8d416fed51ca682e94d2a5f5631bf711c8 # timeout=10 [2021-03-23T15:46:52.145Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-23T15:46:53.652Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:46:54.178Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-23T15:46:54.513Z] + true [2021-03-23T15:46:54.514Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-23T15:46:56.560Z] provisioning config files... [2021-03-23T15:46:56.602Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/29@tmp/config4947158006241768548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:46:57.007Z] ---> docker-login.sh [2021-03-23T15:46:57.007Z] nexus3.edgexfoundry.org:10001 [2021-03-23T15:46:57.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:46:58.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:46:58.219Z] Configure a credential helper to remove this warning. See [2021-03-23T15:46:58.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:46:58.219Z] [2021-03-23T15:46:58.219Z] Login Succeeded [2021-03-23T15:46:58.219Z] nexus3.edgexfoundry.org:10002 [2021-03-23T15:46:58.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:46:58.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:46:58.782Z] Configure a credential helper to remove this warning. See [2021-03-23T15:46:58.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:46:58.782Z] [2021-03-23T15:46:58.782Z] Login Succeeded [2021-03-23T15:46:58.782Z] nexus3.edgexfoundry.org:10003 [2021-03-23T15:46:59.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:46:59.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:46:59.333Z] Configure a credential helper to remove this warning. See [2021-03-23T15:46:59.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:46:59.333Z] [2021-03-23T15:46:59.333Z] Login Succeeded [2021-03-23T15:46:59.333Z] nexus3.edgexfoundry.org:10004 [2021-03-23T15:46:59.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:46:59.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:46:59.888Z] Configure a credential helper to remove this warning. See [2021-03-23T15:46:59.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:46:59.888Z] [2021-03-23T15:46:59.888Z] Login Succeeded [2021-03-23T15:46:59.888Z] docker.io [2021-03-23T15:47:00.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-23T15:47:00.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-23T15:47:00.765Z] Configure a credential helper to remove this warning. See [2021-03-23T15:47:00.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-23T15:47:00.765Z] [2021-03-23T15:47:00.765Z] Login Succeeded [2021-03-23T15:47:00.765Z] ---> docker-login.sh ends [Pipeline] } [2021-03-23T15:47:00.787Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-23T15:47:01.270Z] ========================================================= [2021-03-23T15:47:01.270Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-23T15:47:01.270Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:47:01.644Z] + 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-23T15:47:02.708Z] gofmt -l . [2021-03-23T15:47:02.708Z] [ "`gofmt -l .`" = "" ] [2021-03-23T15:47:02.708Z] ./bin/test-go-mod-tidy.sh [2021-03-23T15:47:02.708Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-23T15:47:03.337Z] + ls -al . [2021-03-23T15:47:03.337Z] total 772 [2021-03-23T15:47:03.337Z] drwxrwxr-x 10 1001 1001 4096 Mar 23 15:47 . [2021-03-23T15:47:03.337Z] drwxr-xr-x 4 root root 30 Mar 23 15:45 .. [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 11 Mar 23 15:42 .dockerignore [2021-03-23T15:47:03.337Z] drwxrwxr-x 8 1001 1001 179 Mar 23 15:43 .git [2021-03-23T15:47:03.337Z] drwxrwxr-x 3 1001 1001 125 Mar 23 15:42 .github [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 818 Mar 23 15:42 .gitignore [2021-03-23T15:47:03.337Z] drwx------ 3 1001 1001 60 Mar 23 15:43 .semver [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 166 Mar 23 15:42 .sonarcloud.properties [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 8607 Mar 23 15:42 Attribution.txt [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 3804 Mar 23 15:42 CONTRIBUTING.md [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 931 Mar 23 15:42 Dockerfile.build [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 863 Mar 23 15:42 Jenkinsfile [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 10775 Mar 23 15:42 LICENSE [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 5774 Mar 23 15:42 Makefile [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 6548 Mar 23 15:42 README.md [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 6755 Mar 23 15:42 SECURITY.md [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 5 Mar 23 15:43 VERSION [2021-03-23T15:47:03.337Z] -rw-rw-r-- 1 1001 1001 4131 Mar 23 15:42 ZMQWindows.md [2021-03-23T15:47:03.337Z] drwxrwxr-x 2 1001 1001 117 Mar 23 15:42 bin [2021-03-23T15:47:03.337Z] drwxrwxr-x 14 1001 1001 4096 Mar 23 15:42 cmd [2021-03-23T15:47:03.338Z] -rw-r--r-- 1 root root 659965 Mar 23 15:46 coverage.out [2021-03-23T15:47:03.338Z] -rw-r--r-- 1 root root 1057 Mar 23 15:46 go.mod [2021-03-23T15:47:03.338Z] -rw-r--r-- 1 root root 22095 Mar 23 15:47 go.sum [2021-03-23T15:47:03.338Z] drwxrwxr-x 8 1001 1001 127 Mar 23 15:42 internal [2021-03-23T15:47:03.338Z] drwxrwxr-x 4 1001 1001 26 Mar 23 15:42 openapi [2021-03-23T15:47:03.338Z] drwxrwxr-x 4 1001 1001 71 Mar 23 15:42 snap [2021-03-23T15:47:03.338Z] -rw-rw-r-- 1 1001 1001 168 Mar 23 15:42 version.go [Pipeline] sh [2021-03-23T15:47:03.650Z] + '[' -e coverage.out ] [2021-03-23T15:47:03.650Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-23T15:47:03.959Z] Stashed 1 file(s) [Pipeline] sh [2021-03-23T15:47:04.260Z] + make build [2021-03-23T15:47:04.260Z] 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-23T15:47:04.274Z] Sending build context to Docker daemon 166.8MB [2021-03-23T15:47:04.274Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-23T15:47:04.274Z] Step 2/6 : FROM ${BASE} [2021-03-23T15:47:04.274Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-23T15:47:04.274Z] 5f621e34cdf4: Pulling fs layer [2021-03-23T15:47:04.274Z] a4357932f1b6: Pulling fs layer [2021-03-23T15:47:04.274Z] 18c013af1878: Pulling fs layer [2021-03-23T15:47:04.274Z] 00ac8860ef70: Pulling fs layer [2021-03-23T15:47:04.274Z] 63d7cb157983: Pulling fs layer [2021-03-23T15:47:04.274Z] b116817d02f9: Pulling fs layer [2021-03-23T15:47:04.274Z] 745a02a5169b: Pulling fs layer [2021-03-23T15:47:04.274Z] 00ac8860ef70: Waiting [2021-03-23T15:47:04.274Z] 63d7cb157983: Waiting [2021-03-23T15:47:04.274Z] b116817d02f9: Waiting [2021-03-23T15:47:04.274Z] 745a02a5169b: Waiting [2021-03-23T15:47:04.274Z] 18c013af1878: Verifying Checksum [2021-03-23T15:47:04.274Z] 18c013af1878: Download complete [2021-03-23T15:47:04.274Z] a4357932f1b6: Verifying Checksum [2021-03-23T15:47:04.274Z] a4357932f1b6: Download complete [2021-03-23T15:47:04.274Z] 63d7cb157983: Verifying Checksum [2021-03-23T15:47:04.274Z] 63d7cb157983: Download complete [2021-03-23T15:47:04.274Z] b116817d02f9: Verifying Checksum [2021-03-23T15:47:04.274Z] b116817d02f9: Download complete [2021-03-23T15:47:04.274Z] 5f621e34cdf4: Verifying Checksum [2021-03-23T15:47:04.274Z] 5f621e34cdf4: Download complete [2021-03-23T15:47:04.873Z] 5f621e34cdf4: Pull complete [2021-03-23T15:47:05.481Z] a4357932f1b6: Pull complete [2021-03-23T15:47:05.758Z] 18c013af1878: Pull complete [2021-03-23T15:47:06.750Z] 745a02a5169b: Download complete [2021-03-23T15:47:07.744Z] 00ac8860ef70: Verifying Checksum [2021-03-23T15:47:07.744Z] 00ac8860ef70: Download complete [2021-03-23T15:47:09.593Z] 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-23T15:47:17.931Z] 00ac8860ef70: Pull complete [2021-03-23T15:47:18.204Z] 63d7cb157983: Pull complete [2021-03-23T15:47:18.816Z] b116817d02f9: Pull complete [2021-03-23T15:47:19.707Z] 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-23T15:47:21.118Z] 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-23T15:47:22.247Z] 745a02a5169b: Pull complete [2021-03-23T15:47:22.247Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-23T15:47:22.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-23T15:47:22.247Z] ---> b7e6874047d6 [2021-03-23T15:47:22.247Z] 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-23T15:47:23.067Z] 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-23T15:47:23.647Z] 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-23T15:47:25.066Z] 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-23T15:47:25.640Z] ---> Running in 92a392c98260 [2021-03-23T15:47:26.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:47:27.013Z] 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-23T15:47:27.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:47:27.806Z] (1/12) Installing libmagic (5.38-r0) [2021-03-23T15:47:28.087Z] (2/12) Installing file (5.38-r0) [2021-03-23T15:47:28.088Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-23T15:47:28.088Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-23T15:47:28.474Z] 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-23T15:47:29.904Z] 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-23T15:47:30.716Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-23T15:47:30.717Z] (6/12) Installing patch (2.7.6-r6) [2021-03-23T15:47:30.857Z] 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-23T15:47:30.988Z] (7/12) Installing build-base (0.5-r2) [2021-03-23T15:47:30.988Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-23T15:47:30.988Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-23T15:47:31.259Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-23T15:47:31.259Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-23T15:47:31.259Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-23T15:47:31.531Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:47:31.531Z] OK: 217 MiB in 51 packages [2021-03-23T15:47:32.265Z] 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-23T15:47:34.876Z] $ docker stop --time=1 1b93ee4060dc4c50c62cbf4323b40d4d7a7d1a2ceec0750bfa300bd276a74c0f [2021-03-23T15:47:35.876Z] Removing intermediate container 92a392c98260 [2021-03-23T15:47:35.877Z] ---> 33469158eb91 [2021-03-23T15:47:35.877Z] Step 4/6 : WORKDIR /edgex-go [2021-03-23T15:47:35.877Z] ---> Running in 84c2abc8b178 [2021-03-23T15:47:36.471Z] Removing intermediate container 84c2abc8b178 [2021-03-23T15:47:36.471Z] ---> 67ecee59c070 [2021-03-23T15:47:36.471Z] Step 5/6 : COPY go.mod . [2021-03-23T15:47:36.746Z] $ docker rm -f 1b93ee4060dc4c50c62cbf4323b40d4d7a7d1a2ceec0750bfa300bd276a74c0f [2021-03-23T15:47:37.067Z] ---> 50295aaabac2 [2021-03-23T15:47:37.068Z] Step 6/6 : RUN go mod download [Pipeline] // withDockerContainer [2021-03-23T15:47:37.340Z] ---> Running in 8c1b350c937e [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:47:38.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T15:47:38.571Z] [2021-03-23T15:47:38.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:47:38.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T15:47:38.919Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-23T15:47:38.919Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-23T15:47:38.919Z] ca9280d653b3: Pulling fs layer [2021-03-23T15:47:38.919Z] 7e9c9ca2126c: Pulling fs layer [2021-03-23T15:47:39.182Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-23T15:47:39.182Z] cbdbe7a5bc2a: Download complete [2021-03-23T15:47:39.764Z] ca9280d653b3: Verifying Checksum [2021-03-23T15:47:39.764Z] ca9280d653b3: Download complete [2021-03-23T15:47:39.764Z] cbdbe7a5bc2a: Pull complete [2021-03-23T15:47:40.724Z] 7e9c9ca2126c: Verifying Checksum [2021-03-23T15:47:40.724Z] 7e9c9ca2126c: Download complete [2021-03-23T15:47:40.987Z] ca9280d653b3: Pull complete [2021-03-23T15:47:49.209Z] 7e9c9ca2126c: Pull complete [2021-03-23T15:47:49.209Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-23T15:47:49.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T15:47:49.209Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-23T15:47:49.368Z] prd-centos7-docker-4c-2g-31084 does not seem to be running inside a container [2021-03-23T15:47:49.424Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-23T15:47:51.817Z] $ docker top ce8cec041a5be02ca911ae78144879857d02b44dade7fe47eb2419c2a16a4b3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:47:52.436Z] + docker-compose build --help [2021-03-23T15:47:52.437Z] + grep parallel [2021-03-23T15:47:53.390Z] --parallel Build images in parallel. [Pipeline] } [2021-03-23T15:47:53.670Z] $ docker stop --time=1 ce8cec041a5be02ca911ae78144879857d02b44dade7fe47eb2419c2a16a4b3b [2021-03-23T15:47:55.206Z] $ docker rm -f ce8cec041a5be02ca911ae78144879857d02b44dade7fe47eb2419c2a16a4b3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:47:55.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-23T15:47:55.911Z] . [Pipeline] withDockerContainer [2021-03-23T15:47:56.083Z] prd-centos7-docker-4c-2g-31084 does not seem to be running inside a container [2021-03-23T15:47:56.190Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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-23T15:47:57.281Z] $ docker top 8f6b033dbc81f95835a1fa927e5da7f2ab56d0719ed6891fc205eeca80c31963 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:47:57.780Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-23T15:47:58.745Z] Building docker-core-command-go ... [2021-03-23T15:47:58.745Z] Building docker-core-data-go ... [2021-03-23T15:47:58.745Z] Building docker-core-metadata-go ... [2021-03-23T15:47:58.745Z] Building docker-security-bootstrapper-go ... [2021-03-23T15:47:58.745Z] Building docker-security-proxy-setup-go ... [2021-03-23T15:47:58.745Z] Building docker-security-secretstore-setup-go ... [2021-03-23T15:47:58.745Z] Building docker-support-notifications-go ... [2021-03-23T15:47:58.745Z] Building docker-support-scheduler-go ... [2021-03-23T15:47:58.745Z] Building docker-sys-mgmt-agent-go ... [2021-03-23T15:47:58.745Z] Building docker-core-metadata-go [2021-03-23T15:47:58.745Z] Building docker-security-secretstore-setup-go [2021-03-23T15:47:58.745Z] Building docker-core-command-go [2021-03-23T15:47:58.745Z] Building docker-sys-mgmt-agent-go [2021-03-23T15:47:58.745Z] Building docker-security-proxy-setup-go [2021-03-23T15:48:04.176Z] Removing intermediate container 8c1b350c937e [2021-03-23T15:48:04.176Z] ---> 8f07677ba88d [2021-03-23T15:48:04.176Z] Successfully built 8f07677ba88d [2021-03-23T15:48:04.176Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:48:04.558Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T15:48:04.558Z] . [Pipeline] withDockerContainer [2021-03-23T15:48:04.850Z] prd-ubuntu18.04-docker-arm64-4c-16g-31087 does not seem to be running inside a container [2021-03-23T15:48:04.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-23T15:48:06.475Z] $ docker top d055b6f46dbd435e5565bbb7a45e6f269f7cc0352e9532075e6e36e9d9c56581 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:48:07.483Z] + go version [2021-03-23T15:48:07.484Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-23T15:48:07.527Z] $ docker stop --time=1 d055b6f46dbd435e5565bbb7a45e6f269f7cc0352e9532075e6e36e9d9c56581 [2021-03-23T15:48:09.530Z] $ docker rm -f d055b6f46dbd435e5565bbb7a45e6f269f7cc0352e9532075e6e36e9d9c56581 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:48:10.542Z] + docker inspect -f . ci-base-image-arm64 [2021-03-23T15:48:10.542Z] . [Pipeline] withDockerContainer [2021-03-23T15:48:10.818Z] prd-ubuntu18.04-docker-arm64-4c-16g-31087 does not seem to be running inside a container [2021-03-23T15:48:10.911Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-23T15:48:12.360Z] $ docker top 1dbb1a93c1e51d69793c930da16f62cd7633106557781f26850f44e01b7b403c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-23T15:48:12.742Z] ========================================================= [2021-03-23T15:48:12.742Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-23T15:48:12.742Z] ========================================================= [Pipeline] sh [2021-03-23T15:48:13.417Z] + make test [2021-03-23T15:48:13.417Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-23T15:48:35.609Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-23T15:48:37.832Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:48:37.832Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:48:37.832Z] ---> b4a86ec74037 [2021-03-23T15:48:37.832Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:48:37.832Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:48:37.832Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:48:37.832Z] ---> b4a86ec74037 [2021-03-23T15:48:37.832Z] Step 3/24 : WORKDIR /edgex-go [2021-03-23T15:48:37.832Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:48:37.832Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:48:37.832Z] ---> b4a86ec74037 [2021-03-23T15:48:37.832Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:48:37.832Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:48:37.832Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:48:37.832Z] ---> b4a86ec74037 [2021-03-23T15:48:37.832Z] Step 3/21 : WORKDIR /edgex-go [2021-03-23T15:48:37.832Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:48:37.832Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:48:37.832Z] ---> b4a86ec74037 [2021-03-23T15:48:37.832Z] Step 3/26 : WORKDIR /edgex-go [2021-03-23T15:48:37.832Z] ---> Running in 2773fb9bd65e [2021-03-23T15:48:37.832Z] ---> Running in cc573f4304aa [2021-03-23T15:48:37.832Z] ---> Running in e50987e79a96 [2021-03-23T15:48:37.832Z] ---> Running in 8d3f9754f7fc [2021-03-23T15:48:37.832Z] ---> Running in a4b95803ffc3 [2021-03-23T15:48:37.832Z] Removing intermediate container cc573f4304aa [2021-03-23T15:48:37.832Z] ---> f3f7e83651b2 [2021-03-23T15:48:37.832Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:48:37.832Z] Removing intermediate container 8d3f9754f7fc [2021-03-23T15:48:37.832Z] ---> fd299e5f0709 [2021-03-23T15:48:37.832Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:48:37.832Z] Removing intermediate container a4b95803ffc3 [2021-03-23T15:48:37.832Z] ---> 77efb7ed7978 [2021-03-23T15:48:37.832Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:48:37.832Z] Removing intermediate container 2773fb9bd65e [2021-03-23T15:48:37.832Z] ---> 18bdfe14195f [2021-03-23T15:48:37.832Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:48:37.832Z] Removing intermediate container e50987e79a96 [2021-03-23T15:48:37.832Z] ---> 0fd3cb5e2a20 [2021-03-23T15:48:37.832Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:48:37.832Z] ---> Running in f19a35ba5972 [2021-03-23T15:48:37.832Z] ---> Running in 02a230de489b [2021-03-23T15:48:37.832Z] ---> Running in 31f4cc8ba68b [2021-03-23T15:48:37.832Z] ---> Running in f9926dc3b9e1 [2021-03-23T15:48:37.833Z] ---> Running in 6a48cf6f5c67 [2021-03-23T15:48:38.812Z] Removing intermediate container 02a230de489b [2021-03-23T15:48:38.812Z] ---> fd9110aa0632 [2021-03-23T15:48:38.812Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-23T15:48:39.396Z] ---> Running in 828d4018509f [2021-03-23T15:48:39.396Z] Removing intermediate container 31f4cc8ba68b [2021-03-23T15:48:39.396Z] ---> f3c86b87b29c [2021-03-23T15:48:39.396Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-23T15:48:39.396Z] Removing intermediate container f19a35ba5972 [2021-03-23T15:48:39.396Z] ---> fb65a84d6402 [2021-03-23T15:48:39.396Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-23T15:48:39.659Z] ---> Running in 653fddb8e8df [2021-03-23T15:48:39.659Z] Removing intermediate container f9926dc3b9e1 [2021-03-23T15:48:39.659Z] ---> 0b9f6842f2c0 [2021-03-23T15:48:39.659Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T15:48:39.923Z] Removing intermediate container 6a48cf6f5c67 [2021-03-23T15:48:39.923Z] ---> 3b9b394011a2 [2021-03-23T15:48:39.923Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T15:48:40.188Z] ---> Running in 4a670ede7e05 [2021-03-23T15:48:40.188Z] ---> Running in de9178c427a0 [2021-03-23T15:48:40.188Z] ---> Running in 87d9f843f938 [2021-03-23T15:48:40.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:48:40.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:48:41.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:48:41.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:48:41.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:48:41.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:48:41.300Z] OK: 233 MiB in 51 packages [2021-03-23T15:48:41.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:48:41.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:48:41.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:48:41.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:48:41.829Z] Removing intermediate container 828d4018509f [2021-03-23T15:48:41.829Z] ---> c1a38862da1d [2021-03-23T15:48:41.829Z] Step 6/24 : COPY go.mod . [2021-03-23T15:48:42.094Z] OK: 233 MiB in 51 packages [2021-03-23T15:48:42.094Z] OK: 233 MiB in 51 packages [2021-03-23T15:48:42.094Z] OK: 233 MiB in 51 packages [2021-03-23T15:48:42.359Z] OK: 233 MiB in 51 packages [2021-03-23T15:48:42.640Z] ---> f585f084bbb1 [2021-03-23T15:48:42.640Z] Step 7/24 : RUN go mod download [2021-03-23T15:48:42.903Z] ---> Running in 947d3b6e0c62 [2021-03-23T15:48:43.487Z] Removing intermediate container 4a670ede7e05 [2021-03-23T15:48:43.487Z] ---> df1149906b51 [2021-03-23T15:48:43.487Z] Step 6/26 : COPY go.mod . [2021-03-23T15:48:44.455Z] Removing intermediate container 87d9f843f938 [2021-03-23T15:48:44.455Z] ---> 161ccb199f71 [2021-03-23T15:48:44.455Z] Step 6/23 : COPY go.mod . [2021-03-23T15:48:44.455Z] Removing intermediate container de9178c427a0 [2021-03-23T15:48:44.455Z] ---> 88faf95b7e25 [2021-03-23T15:48:44.455Z] Step 6/23 : COPY go.mod . [2021-03-23T15:48:44.455Z] Removing intermediate container 653fddb8e8df [2021-03-23T15:48:44.455Z] ---> 3ccae1d05735 [2021-03-23T15:48:44.455Z] Step 6/21 : COPY go.mod . [2021-03-23T15:48:44.455Z] ---> ea1499972f11 [2021-03-23T15:48:44.455Z] Step 7/26 : RUN go mod download [2021-03-23T15:48:44.737Z] ---> Running in c589ec6bb6eb [2021-03-23T15:48:45.326Z] ---> 3a9b4b04c6a7 [2021-03-23T15:48:45.326Z] Step 7/23 : RUN go mod download [2021-03-23T15:48:45.326Z] ---> 9670de7dbd2e [2021-03-23T15:48:45.326Z] Step 7/23 : RUN go mod download [2021-03-23T15:48:45.326Z] ---> 882092066bce [2021-03-23T15:48:45.326Z] Step 7/21 : RUN go mod download [2021-03-23T15:48:45.591Z] ---> Running in 45b69e785ed3 [2021-03-23T15:48:45.591Z] ---> Running in 7e7034131cad [2021-03-23T15:48:45.860Z] ---> Running in e24007e5eb23 [2021-03-23T15:48:46.446Z] Removing intermediate container 947d3b6e0c62 [2021-03-23T15:48:46.446Z] ---> 199659916217 [2021-03-23T15:48:46.446Z] Step 8/24 : COPY . . [2021-03-23T15:48:49.071Z] Removing intermediate container c589ec6bb6eb [2021-03-23T15:48:49.071Z] ---> 946cca17ca01 [2021-03-23T15:48:49.071Z] Step 8/26 : COPY . . [2021-03-23T15:48:57.313Z] Removing intermediate container 45b69e785ed3 [2021-03-23T15:48:57.313Z] ---> 70df40a206a3 [2021-03-23T15:48:57.313Z] Step 8/23 : COPY . . [2021-03-23T15:48:57.313Z] Removing intermediate container e24007e5eb23 [2021-03-23T15:48:57.313Z] ---> e2328e026f85 [2021-03-23T15:48:57.313Z] Step 8/23 : COPY . . [2021-03-23T15:48:59.930Z] Removing intermediate container 7e7034131cad [2021-03-23T15:48:59.930Z] ---> 63cf54b28357 [2021-03-23T15:48:59.930Z] Step 8/21 : COPY . . [2021-03-23T15:49:19.442Z] ---> d4aae8b23915 [2021-03-23T15:49:19.442Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-23T15:49:22.099Z] ---> Running in 7f0f72710e6c [2021-03-23T15:49:22.701Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-23T15:49:24.102Z] ---> aee83296a44f [2021-03-23T15:49:24.103Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-23T15:49:25.105Z] 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-23T15:49:25.105Z] ---> Running in 5c0ebbaa7029 [2021-03-23T15:49:27.721Z] 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-23T15:49:29.582Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-23T15:49:34.684Z] ---> 9fc97e8f5a60 [2021-03-23T15:49:34.684Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-23T15:49:34.684Z] ---> 0eb5b7367a8c [2021-03-23T15:49:34.684Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-23T15:49:35.328Z] ---> Running in 47001cec37ab [2021-03-23T15:49:35.328Z] ---> Running in 330bdd2b6663 [2021-03-23T15:49:36.778Z] 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-23T15:49:36.778Z] 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-23T15:49:38.235Z] ---> 6a08082c7dab [2021-03-23T15:49:38.235Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-23T15:49:38.235Z] ---> Running in 6318ac859ea1 [2021-03-23T15:49:38.396Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-23T15:49:38.396Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-23T15:49:39.676Z] 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-23T15:49:41.081Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-23T15:49:41.081Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-23T15:49:41.081Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-23T15:49:41.081Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-23T15:49:44.535Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-23T15:49:44.535Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-23T15:49:52.881Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-23T15:49:52.881Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-23T15:49:52.881Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-23T15:49:54.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-23T15:49:58.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.353s coverage: 45.9% of statements [2021-03-23T15:49:58.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-23T15:49:58.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-23T15:49:58.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-23T15:49:58.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-23T15:49:58.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-23T15:49:58.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-23T15:49:58.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.122s coverage: 19.8% of statements [2021-03-23T15:49:58.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.245s coverage: 100.0% of statements [2021-03-23T15:50:01.574Z] Removing intermediate container 5c0ebbaa7029 [2021-03-23T15:50:01.574Z] ---> 4edc03c36184 [2021-03-23T15:50:01.574Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-23T15:50:01.574Z] ---> Running in 8e8f42572dae [2021-03-23T15:50:02.616Z] 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-23T15:50:05.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.554s coverage: 27.1% of statements [2021-03-23T15:50:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-23T15:50:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-23T15:50:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-23T15:50:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-23T15:50:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-23T15:50:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-23T15:50:05.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2021-03-23T15:50:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-23T15:50:05.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-03-23T15:50:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-23T15:50:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-23T15:50:05.261Z] Removing intermediate container 7f0f72710e6c [2021-03-23T15:50:05.261Z] ---> 11cc0496151d [2021-03-23T15:50:05.261Z] [2021-03-23T15:50:05.261Z] Step 10/24 : FROM alpine:3.12 [2021-03-23T15:50:05.261Z] 3.12: Pulling from library/alpine [2021-03-23T15:50:06.741Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T15:50:06.741Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T15:50:06.741Z] ---> 88dd2752d2ea [2021-03-23T15:50:06.741Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-23T15:50:07.349Z] ---> Running in f6f41cac3c7f [2021-03-23T15:50:07.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.346s coverage: 71.3% of statements [2021-03-23T15:50:07.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-23T15:50:07.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-23T15:50:07.944Z] Removing intermediate container 8e8f42572dae [2021-03-23T15:50:07.944Z] ---> 578d76604b68 [2021-03-23T15:50:07.944Z] [2021-03-23T15:50:07.944Z] Step 11/26 : FROM docker:20.10.0 [2021-03-23T15:50:07.944Z] 20.10.0: Pulling from library/docker [2021-03-23T15:50:08.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:08.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.548s coverage: 82.9% of statements [2021-03-23T15:50:08.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-23T15:50:08.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:50:08.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.145s coverage: 78.9% of statements [2021-03-23T15:50:08.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-23T15:50:09.212Z] 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-23T15:50:09.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:09.849Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-23T15:50:09.849Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T15:50:09.849Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-23T15:50:09.849Z] (4/5) Installing curl (7.69.1-r3) [2021-03-23T15:50:09.849Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-23T15:50:09.849Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:50:09.849Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:50:10.148Z] OK: 7 MiB in 19 packages [2021-03-23T15:50:12.130Z] Removing intermediate container f6f41cac3c7f [2021-03-23T15:50:12.130Z] ---> e3f05496a3c6 [2021-03-23T15:50:12.130Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T15:50:12.130Z] ---> Running in c057cb728e67 [2021-03-23T15:50:12.432Z] Removing intermediate container c057cb728e67 [2021-03-23T15:50:12.432Z] ---> 6cf9bcd34d55 [2021-03-23T15:50:12.432Z] Step 13/24 : WORKDIR / [2021-03-23T15:50:12.727Z] ---> Running in e8cf0325b66b [2021-03-23T15:50:18.102Z] Removing intermediate container e8cf0325b66b [2021-03-23T15:50:18.102Z] ---> 40d5a86571f7 [2021-03-23T15:50:18.102Z] 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-23T15:50:18.102Z] ---> 9631c50ed2c3 [2021-03-23T15:50:18.102Z] 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-23T15:50:18.102Z] Removing intermediate container 47001cec37ab [2021-03-23T15:50:18.102Z] ---> 7aa3034127df [2021-03-23T15:50:18.102Z] [2021-03-23T15:50:18.102Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:50:18.102Z] ---> 88dd2752d2ea [2021-03-23T15:50:18.102Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:50:18.102Z] ---> Running in c50ec76053e1 [2021-03-23T15:50:18.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.191s coverage: 28.6% of statements [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-23T15:50:18.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.176s coverage: 100.0% of statements [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-23T15:50:18.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.130s coverage: 100.0% of statements [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-23T15:50:18.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.383s coverage: 86.7% of statements [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-23T15:50:18.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.330s coverage: 97.5% of statements [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-23T15:50:18.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-23T15:50:18.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-23T15:50:19.080Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-23T15:50:20.029Z] ---> 98ac350bdf7b [2021-03-23T15:50:20.029Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-23T15:50:20.029Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-23T15:50:20.029Z] ---> aefe523efa57 [2021-03-23T15:50:20.029Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-23T15:50:22.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:22.760Z] ---> Running in cbe98bd8bb8d [2021-03-23T15:50:22.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:22.760Z] Removing intermediate container 6318ac859ea1 [2021-03-23T15:50:22.760Z] ---> 56d3ae054b71 [2021-03-23T15:50:22.760Z] [2021-03-23T15:50:22.760Z] Step 10/21 : FROM alpine:3.12 [2021-03-23T15:50:22.760Z] ---> 88dd2752d2ea [2021-03-23T15:50:22.760Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-23T15:50:22.760Z] ---> f08a3fc9c7f9 [2021-03-23T15:50:22.760Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-23T15:50:22.760Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T15:50:22.760Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:50:22.760Z] OK: 6 MiB in 15 packages [2021-03-23T15:50:22.760Z] Removing intermediate container 330bdd2b6663 [2021-03-23T15:50:22.760Z] ---> e0d32b422cb1 [2021-03-23T15:50:22.760Z] [2021-03-23T15:50:22.760Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:50:22.760Z] ---> 88dd2752d2ea [2021-03-23T15:50:22.760Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:50:22.760Z] ---> Running in c1d81db91358 [2021-03-23T15:50:23.069Z] ---> Running in c25cc56d1199 [2021-03-23T15:50:23.410Z] ---> c776c6b6631c [2021-03-23T15:50:23.410Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-23T15:50:23.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:23.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:23.760Z] (1/2) Installing readline (8.0.4-r0) [2021-03-23T15:50:23.760Z] (2/2) Installing bash (5.0.17-r0) [2021-03-23T15:50:23.760Z] Executing bash-5.0.17-r0.post-install [2021-03-23T15:50:23.760Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:50:23.760Z] OK: 12 MiB in 22 packages [2021-03-23T15:50:23.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:24.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:24.185Z] Removing intermediate container c50ec76053e1 [2021-03-23T15:50:24.185Z] ---> 705f1149ee13 [2021-03-23T15:50:24.185Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:50:24.185Z] ---> 97958cef18ec [2021-03-23T15:50:24.185Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-23T15:50:24.185Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-23T15:50:24.185Z] ---> Running in be69d80d69c0 [2021-03-23T15:50:24.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:24.185Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T15:50:24.185Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-23T15:50:24.185Z] (4/4) Installing curl (7.69.1-r3) [2021-03-23T15:50:24.185Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:50:24.185Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:50:24.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:24.486Z] OK: 7 MiB in 18 packages [2021-03-23T15:50:24.486Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T15:50:24.486Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:50:24.486Z] OK: 6 MiB in 15 packages [2021-03-23T15:50:24.486Z] Removing intermediate container be69d80d69c0 [2021-03-23T15:50:24.486Z] ---> 4324ce30e6d7 [2021-03-23T15:50:24.486Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-23T15:50:24.751Z] ---> b2be2e70a25b [2021-03-23T15:50:24.751Z] 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-23T15:50:25.033Z] ---> Running in 9ebc3565db78 [2021-03-23T15:50:25.033Z] ---> Running in 0b67befc5a48 [2021-03-23T15:50:25.033Z] Removing intermediate container cbe98bd8bb8d [2021-03-23T15:50:25.033Z] ---> 27aa03071748 [2021-03-23T15:50:25.033Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-23T15:50:25.612Z] Removing intermediate container 9ebc3565db78 [2021-03-23T15:50:25.612Z] ---> 8647fdf12325 [2021-03-23T15:50:25.612Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T15:50:25.612Z] ---> Running in 104a07139066 [2021-03-23T15:50:25.875Z] ---> Running in 37407c9d7255 [2021-03-23T15:50:25.875Z] Removing intermediate container c1d81db91358 [2021-03-23T15:50:25.875Z] ---> c74bc35874a1 [2021-03-23T15:50:25.875Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T15:50:25.875Z] Removing intermediate container c25cc56d1199 [2021-03-23T15:50:25.875Z] ---> 2d6c3dc57c50 [2021-03-23T15:50:25.875Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:50:25.875Z] Removing intermediate container 104a07139066 [2021-03-23T15:50:25.875Z] ---> dad61889b8b2 [2021-03-23T15:50:25.875Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-23T15:50:26.145Z] ---> Running in 87622eddfe40 [2021-03-23T15:50:26.145Z] ---> Running in 47bcb2f994bb [2021-03-23T15:50:26.145Z] ---> Running in 9e281a6d83b5 [2021-03-23T15:50:26.145Z] Removing intermediate container 37407c9d7255 [2021-03-23T15:50:26.145Z] ---> 1f960d5f80b8 [2021-03-23T15:50:26.145Z] Step 15/23 : WORKDIR / [2021-03-23T15:50:26.409Z] Removing intermediate container 87622eddfe40 [2021-03-23T15:50:26.409Z] ---> 4b2f52a2bf9b [2021-03-23T15:50:26.409Z] Step 13/21 : WORKDIR /edgex [2021-03-23T15:50:26.409Z] ---> Running in 8580a1f5db05 [2021-03-23T15:50:26.672Z] ---> Running in ab3d081f178a [2021-03-23T15:50:26.672Z] Removing intermediate container 9e281a6d83b5 [2021-03-23T15:50:26.672Z] ---> 048caa5c0ad6 [2021-03-23T15:50:26.672Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-23T15:50:26.672Z] Removing intermediate container 47bcb2f994bb [2021-03-23T15:50:26.672Z] ---> 4d6697863186 [2021-03-23T15:50:26.672Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-23T15:50:26.940Z] ---> Running in fb06e107e29b [2021-03-23T15:50:26.940Z] ---> Running in 3836041b2e8e [2021-03-23T15:50:26.940Z] Removing intermediate container 8580a1f5db05 [2021-03-23T15:50:26.940Z] ---> 5cdf028079a3 [2021-03-23T15:50:26.940Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:50:26.940Z] Removing intermediate container ab3d081f178a [2021-03-23T15:50:26.940Z] ---> 99de48e503e7 [2021-03-23T15:50:26.940Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-23T15:50:26.940Z] Removing intermediate container 0b67befc5a48 [2021-03-23T15:50:26.940Z] ---> a3bc8655413a [2021-03-23T15:50:26.940Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-23T15:50:27.205Z] Removing intermediate container fb06e107e29b [2021-03-23T15:50:27.205Z] ---> ff40b4c5ebbd [2021-03-23T15:50:27.205Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-23T15:50:27.205Z] Removing intermediate container 3836041b2e8e [2021-03-23T15:50:27.205Z] ---> 2acbed6e7124 [2021-03-23T15:50:27.205Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T15:50:27.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.079s coverage: 92.8% of statements [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-23T15:50:27.318Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-23T15:50:27.318Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-23T15:50:27.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-23T15:50:27.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements [2021-03-23T15:50:27.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements [2021-03-23T15:50:27.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.100s coverage: 94.1% of statements [2021-03-23T15:50:27.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2021-03-23T15:50:27.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-03-23T15:50:27.474Z] ---> Running in b9a649f8b5b3 [2021-03-23T15:50:27.474Z] ---> Running in eea78c893764 [2021-03-23T15:50:27.737Z] ---> fc66c3612f39 [2021-03-23T15:50:27.737Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-23T15:50:27.737Z] ---> e675bdbf69ad [2021-03-23T15:50:27.737Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-23T15:50:28.693Z] Removing intermediate container b9a649f8b5b3 [2021-03-23T15:50:28.693Z] ---> ff9c50e3ae95 [2021-03-23T15:50:28.693Z] Step 22/24 : LABEL arch=x86_64 [2021-03-23T15:50:28.693Z] ---> 1ef3a80753f3 [2021-03-23T15:50:28.693Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-23T15:50:28.693Z] Removing intermediate container eea78c893764 [2021-03-23T15:50:28.693Z] ---> b10e79b79b0b [2021-03-23T15:50:28.693Z] Step 15/23 : WORKDIR / [2021-03-23T15:50:28.693Z] ---> aec2e40e08a4 [2021-03-23T15:50:28.693Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-23T15:50:28.693Z] ---> Running in 88e5377c590e [2021-03-23T15:50:28.960Z] ---> 62fa3449ad80 [2021-03-23T15:50:28.960Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-23T15:50:28.960Z] ---> Running in 3f1f1361a10f [2021-03-23T15:50:28.960Z] Removing intermediate container 88e5377c590e [2021-03-23T15:50:28.960Z] ---> 1fd784f4e2e1 [2021-03-23T15:50:28.960Z] Step 23/24 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:50:29.226Z] ---> Running in b5616ce835a8 [2021-03-23T15:50:29.226Z] ---> 3b058590772f [2021-03-23T15:50:29.226Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-23T15:50:29.226Z] Removing intermediate container 3f1f1361a10f [2021-03-23T15:50:29.226Z] ---> 3ddd6a180ff9 [2021-03-23T15:50:29.226Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:50:29.492Z] ---> 64ed0edc5adf [2021-03-23T15:50:29.492Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-23T15:50:29.492Z] ---> Running in e8a472cd660b [2021-03-23T15:50:29.755Z] ---> 1c9cd9bcef96 [2021-03-23T15:50:29.755Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-23T15:50:29.755Z] Removing intermediate container b5616ce835a8 [2021-03-23T15:50:29.755Z] ---> 7c6fb9d0b25e [2021-03-23T15:50:29.755Z] Step 24/24 : LABEL version=0.0.0 [2021-03-23T15:50:29.755Z] ---> a374819cfa41 [2021-03-23T15:50:29.755Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-23T15:50:30.030Z] ---> Running in 851c989905e0 [2021-03-23T15:50:30.030Z] ---> Running in 5079fc549f57 [2021-03-23T15:50:30.293Z] Removing intermediate container e8a472cd660b [2021-03-23T15:50:30.293Z] ---> 65417fb76a65 [2021-03-23T15:50:30.293Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:50:30.293Z] ---> 677683327b33 [2021-03-23T15:50:30.293Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-23T15:50:30.559Z] ---> Running in d6c91d99d97e [2021-03-23T15:50:30.559Z] ---> Running in d9118c4519a9 [2021-03-23T15:50:30.559Z] Removing intermediate container 5079fc549f57 [2021-03-23T15:50:30.559Z] ---> 26ed48c954dd [2021-03-23T15:50:30.559Z] [2021-03-23T15:50:30.559Z] ---> 987a7681deb2 [2021-03-23T15:50:30.559Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-23T15:50:30.827Z] Removing intermediate container 851c989905e0 [2021-03-23T15:50:30.827Z] ---> 23984a940e69 [2021-03-23T15:50:30.827Z] Step 18/21 : CMD ["--init=true"] [2021-03-23T15:50:30.827Z] Successfully built 26ed48c954dd [2021-03-23T15:50:30.827Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-23T15:50:30.827Z] Building docker-security-bootstrapper-go [2021-03-23T15:50:30.827Z] ---> Running in f9b10b20f000 [2021-03-23T15:50:31.094Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d9118c4519a9 [2021-03-23T15:50:31.094Z] ---> 0be6ed4a8561 [2021-03-23T15:50:31.094Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T15:50:31.094Z] ---> dbf153cf5670 [2021-03-23T15:50:31.094Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-23T15:50:31.094Z] ---> Running in 68938ee7b386 [2021-03-23T15:50:31.094Z] ---> Running in 5bda51909733 [2021-03-23T15:50:31.368Z] Removing intermediate container f9b10b20f000 [2021-03-23T15:50:31.368Z] ---> 9dcc1478ddab [2021-03-23T15:50:31.368Z] Step 19/21 : LABEL arch=x86_64 [2021-03-23T15:50:31.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:31.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:50:31.368Z] Removing intermediate container 68938ee7b386 [2021-03-23T15:50:31.368Z] ---> 8edd7cba684a [2021-03-23T15:50:31.368Z] Step 22/23 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:50:31.368Z] ---> Running in 2a9bcdde4285 [2021-03-23T15:50:31.636Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-23T15:50:31.636Z] (2/33) Installing expat (2.2.9-r1) [2021-03-23T15:50:31.636Z] (3/33) Installing libffi (3.3-r2) [2021-03-23T15:50:31.636Z] (4/33) Installing gdbm (1.13-r1) [2021-03-23T15:50:31.636Z] ---> Running in 334b88431237 [2021-03-23T15:50:31.636Z] Removing intermediate container 5bda51909733 [2021-03-23T15:50:31.636Z] ---> d94d879cbcf2 [2021-03-23T15:50:31.636Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:50:31.636Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-23T15:50:31.636Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-23T15:50:31.636Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-23T15:50:38.282Z] ---> Running in f929c59998cc [2021-03-23T15:50:38.282Z] Removing intermediate container 2a9bcdde4285 [2021-03-23T15:50:38.282Z] ---> c7822efe86d1 [2021-03-23T15:50:38.282Z] Step 20/21 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:50:38.544Z] Removing intermediate container 334b88431237 [2021-03-23T15:50:38.544Z] ---> ad68a404f6db [2021-03-23T15:50:38.544Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T15:50:39.120Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-23T15:50:39.120Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-23T15:50:39.120Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-23T15:50:39.120Z] ---> Running in 13ea51e7dafe [2021-03-23T15:50:39.120Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-23T15:50:39.120Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-23T15:50:39.120Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-23T15:50:39.702Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-23T15:50:39.702Z] ---> Running in 489362e7fcb3 [2021-03-23T15:50:39.702Z] Removing intermediate container f929c59998cc [2021-03-23T15:50:39.702Z] ---> d155660eed68 [2021-03-23T15:50:39.702Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T15:50:39.702Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-23T15:50:39.702Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-23T15:50:39.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.072s coverage: 94.4% of statements [2021-03-23T15:50:39.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-03-23T15:50:40.285Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-23T15:50:40.871Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-23T15:50:40.871Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-23T15:50:41.447Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-23T15:50:42.022Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-23T15:50:42.289Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-23T15:50:43.257Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-23T15:50:43.257Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-23T15:50:43.257Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-23T15:50:43.257Z] Removing intermediate container 13ea51e7dafe [2021-03-23T15:50:43.257Z] ---> d9256e8e668e [2021-03-23T15:50:43.257Z] Step 21/21 : LABEL version=0.0.0 [2021-03-23T15:50:43.257Z] ---> Running in f4922ac0f83b [2021-03-23T15:50:43.257Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-23T15:50:44.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.306s coverage: 81.7% of statements [2021-03-23T15:50:44.230Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-23T15:50:44.494Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-23T15:50:44.764Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-23T15:50:44.764Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-23T15:50:44.764Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-23T15:50:44.764Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-23T15:50:44.764Z] Removing intermediate container 489362e7fcb3 [2021-03-23T15:50:44.764Z] ---> bca87124d0b4 [2021-03-23T15:50:44.764Z] [2021-03-23T15:50:44.764Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-23T15:50:46.172Z] ---> Running in 74218cdb64ff [2021-03-23T15:50:46.172Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:50:46.172Z] OK: 71 MiB in 55 packages [2021-03-23T15:50:47.123Z] Successfully built bca87124d0b4 [2021-03-23T15:50:47.710Z] Successfully tagged docker-core-command-go:latest [2021-03-23T15:50:47.710Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-23T15:50:47.710Z] Removing intermediate container f4922ac0f83b [2021-03-23T15:50:47.710Z] ---> 1a8f2885cb93 [2021-03-23T15:50:47.710Z] Step 22/23 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:50:49.641Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:50:49.641Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:50:49.641Z] ---> b4a86ec74037 [2021-03-23T15:50:49.641Z] Step 3/31 : WORKDIR /edgex-go [2021-03-23T15:50:49.908Z] ---> Using cache [2021-03-23T15:50:49.908Z] ---> 0fd3cb5e2a20 [2021-03-23T15:50:49.908Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:50:49.908Z] ---> Using cache [2021-03-23T15:50:49.908Z] ---> 0b9f6842f2c0 [2021-03-23T15:50:49.908Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-23T15:50:49.908Z] ---> Using cache [2021-03-23T15:50:49.908Z] ---> 88faf95b7e25 [2021-03-23T15:50:49.908Z] Step 6/31 : COPY go.mod . [2021-03-23T15:50:50.173Z] ---> Using cache [2021-03-23T15:50:50.173Z] ---> 9670de7dbd2e [2021-03-23T15:50:50.173Z] Step 7/31 : RUN go mod download [2021-03-23T15:50:50.173Z] ---> Using cache [2021-03-23T15:50:50.173Z] ---> e2328e026f85 [2021-03-23T15:50:50.173Z] Step 8/31 : COPY . . [2021-03-23T15:50:50.173Z] ---> Using cache [2021-03-23T15:50:50.173Z] ---> 9fc97e8f5a60 [2021-03-23T15:50:50.173Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-23T15:50:50.750Z] Removing intermediate container 74218cdb64ff [2021-03-23T15:50:50.750Z] ---> 694b3f9bd625 [2021-03-23T15:50:50.750Z] [2021-03-23T15:50:50.750Z] ---> Running in f819fdb96573 [2021-03-23T15:50:51.027Z] ---> Running in 9b91cee1ab62 [2021-03-23T15:50:51.314Z] Successfully built 694b3f9bd625 [2021-03-23T15:50:51.315Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-23T15:50:51.315Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-23T15:50:52.276Z] Removing intermediate container f819fdb96573 [2021-03-23T15:50:52.276Z] ---> 647c97d514dd [2021-03-23T15:50:52.276Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T15:50:52.276Z] 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-23T15:50:53.691Z] ---> Running in 883b53ce4598 [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.171s coverage: 92.9% of statements [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.160s coverage: 84.6% of statements [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.6% of statements [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.613s coverage: 64.4% of statements [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-23T15:50:56.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.124s coverage: 91.3% of statements [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-03-23T15:50:56.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-03-23T15:50:57.043Z] Removing intermediate container 883b53ce4598 [2021-03-23T15:50:57.043Z] ---> 6e4d460c29d4 [2021-03-23T15:50:57.043Z] [2021-03-23T15:50:57.043Z] Successfully built 6e4d460c29d4 [2021-03-23T15:50:58.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.855s coverage: 69.0% of statements [2021-03-23T15:50:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-23T15:50:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-23T15:50:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-23T15:50:58.987Z] Successfully tagged docker-core-metadata-go:latest [2021-03-23T15:50:58.987Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-23T15:51:00.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.402s coverage: 38.4% of statements [2021-03-23T15:51:00.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-23T15:51:00.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-23T15:51:00.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.115s coverage: 89.5% of statements [2021-03-23T15:51:00.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-23T15:51:00.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.096s coverage: 84.8% of statements [2021-03-23T15:51:06.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.463s coverage: 47.0% of statements [2021-03-23T15:51:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-23T15:51:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-23T15:51:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-23T15:51:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-23T15:51:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-23T15:51:06.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.128s coverage: 100.0% of statements [2021-03-23T15:51:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-23T15:51:06.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements [2021-03-23T15:51:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-23T15:51:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-23T15:51:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-23T15:51:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-23T15:51:06.613Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.525s coverage: 87.1% of statements [2021-03-23T15:51:06.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-23T15:51:06.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:51:06.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-23T15:51:14.954Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.338s coverage: 29.1% of statements [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-23T15:51:14.954Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-23T15:51:14.954Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-23T15:51:14.954Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.233s coverage: 96.5% of statements [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-23T15:51:14.954Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-23T15:51:14.954Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-23T15:51:14.954Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-23T15:51:14.954Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-23T15:51:14.954Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-03-23T15:51:14.954Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-23T15:51:15.230Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-03-23T15:51:16.228Z] GO111MODULE=on go vet ./... [2021-03-23T15:51:17.339Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:51:17.339Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:51:17.339Z] ---> b4a86ec74037 [2021-03-23T15:51:17.339Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T15:51:17.339Z] ---> Using cache [2021-03-23T15:51:17.339Z] ---> 0fd3cb5e2a20 [2021-03-23T15:51:17.339Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:51:17.339Z] ---> Using cache [2021-03-23T15:51:17.339Z] ---> 0b9f6842f2c0 [2021-03-23T15:51:17.339Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-23T15:51:17.339Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:51:17.339Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:51:17.339Z] ---> b4a86ec74037 [2021-03-23T15:51:17.339Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:51:17.339Z] ---> Using cache [2021-03-23T15:51:17.339Z] ---> 0fd3cb5e2a20 [2021-03-23T15:51:17.339Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:51:17.339Z] ---> Using cache [2021-03-23T15:51:17.339Z] ---> 0b9f6842f2c0 [2021-03-23T15:51:17.339Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-23T15:51:17.610Z] ---> Running in 3d658c5c02ee [2021-03-23T15:51:17.610Z] ---> Running in 1aea78401396 [2021-03-23T15:51:21.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:51:21.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:51:22.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:51:22.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:51:22.812Z] OK: 233 MiB in 51 packages [2021-03-23T15:51:22.812Z] OK: 233 MiB in 51 packages [2021-03-23T15:51:26.197Z] Removing intermediate container d6c91d99d97e [2021-03-23T15:51:26.197Z] ---> 22db0d7d28e5 [2021-03-23T15:51:26.197Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-23T15:51:26.197Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:51:26.197Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:51:26.197Z] ---> b4a86ec74037 [2021-03-23T15:51:26.197Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T15:51:26.197Z] ---> Using cache [2021-03-23T15:51:26.197Z] ---> 0fd3cb5e2a20 [2021-03-23T15:51:26.197Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:51:26.197Z] ---> Using cache [2021-03-23T15:51:26.197Z] ---> 0b9f6842f2c0 [2021-03-23T15:51:26.197Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-23T15:51:26.197Z] ---> Using cache [2021-03-23T15:51:26.197Z] ---> 88faf95b7e25 [2021-03-23T15:51:26.197Z] Step 6/22 : COPY go.mod . [2021-03-23T15:51:26.197Z] ---> Using cache [2021-03-23T15:51:26.197Z] ---> 9670de7dbd2e [2021-03-23T15:51:26.197Z] Step 7/22 : RUN go mod download [2021-03-23T15:51:26.197Z] ---> Using cache [2021-03-23T15:51:26.197Z] ---> e2328e026f85 [2021-03-23T15:51:26.197Z] Step 8/22 : COPY . . [2021-03-23T15:51:26.197Z] ---> Using cache [2021-03-23T15:51:26.197Z] ---> 9fc97e8f5a60 [2021-03-23T15:51:26.197Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-23T15:51:26.783Z] Removing intermediate container 1aea78401396 [2021-03-23T15:51:26.783Z] ---> 0924ef793949 [2021-03-23T15:51:26.783Z] Step 6/22 : COPY go.mod . [2021-03-23T15:51:26.783Z] Removing intermediate container 3d658c5c02ee [2021-03-23T15:51:26.783Z] ---> 9ad17af2bdbe [2021-03-23T15:51:26.783Z] Step 6/23 : COPY go.mod . [2021-03-23T15:51:27.365Z] ---> Running in 9abfd87ebf83 [2021-03-23T15:51:27.365Z] ---> Running in 4d43c5e7d112 [2021-03-23T15:51:27.970Z] ---> d32995eb3728 [2021-03-23T15:51:27.970Z] Step 7/23 : RUN go mod download [2021-03-23T15:51:28.244Z] ---> 5649da8cecb4 [2021-03-23T15:51:28.244Z] Step 7/22 : RUN go mod download [2021-03-23T15:51:28.537Z] ---> Running in fffc99b2a153 [2021-03-23T15:51:28.537Z] ---> Running in d5a929e78585 [2021-03-23T15:51:28.813Z] Removing intermediate container 9b91cee1ab62 [2021-03-23T15:51:28.813Z] ---> ac536df7c761 [2021-03-23T15:51:28.813Z] [2021-03-23T15:51:28.813Z] Step 10/31 : FROM alpine:3.12 [2021-03-23T15:51:28.813Z] ---> 88dd2752d2ea [2021-03-23T15:51:28.813Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-23T15:51:29.087Z] ---> Running in 1efe6a54b0c6 [2021-03-23T15:51:29.391Z] 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-23T15:51:29.391Z] Removing intermediate container 1efe6a54b0c6 [2021-03-23T15:51:29.391Z] ---> b380f5020660 [2021-03-23T15:51:29.391Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-23T15:51:29.391Z] ---> Running in 25d6af0262e3 [2021-03-23T15:51:30.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:51:30.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:51:30.373Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-23T15:51:30.373Z] (2/2) Installing su-exec (0.2-r1) [2021-03-23T15:51:30.373Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:51:30.653Z] OK: 6 MiB in 16 packages [2021-03-23T15:51:30.653Z] Removing intermediate container fffc99b2a153 [2021-03-23T15:51:30.653Z] ---> 9e64e34fca06 [2021-03-23T15:51:30.653Z] Step 8/23 : COPY . . [2021-03-23T15:51:30.941Z] Removing intermediate container d5a929e78585 [2021-03-23T15:51:30.941Z] ---> 6db9a2533b01 [2021-03-23T15:51:30.941Z] Step 8/22 : COPY . . [2021-03-23T15:51:36.459Z] Removing intermediate container 25d6af0262e3 [2021-03-23T15:51:36.459Z] ---> d52d37035edb [2021-03-23T15:51:36.459Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-23T15:51:37.099Z] ---> Running in 0a66f633e1dc [2021-03-23T15:51:37.099Z] Collecting docker-compose==1.23.2 [2021-03-23T15:51:37.386Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-23T15:51:38.826Z] 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-23T15:51:39.110Z] Collecting PyYAML<4,>=3.10 [2021-03-23T15:51:39.110Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-23T15:51:39.715Z] Removing intermediate container 0a66f633e1dc [2021-03-23T15:51:39.715Z] ---> 2420e70b2a09 [2021-03-23T15:51:39.715Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-23T15:51:43.147Z] ---> Running in 944530292a71 [2021-03-23T15:51:43.744Z] Collecting texttable<0.10,>=0.9.0 [2021-03-23T15:51:43.744Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-23T15:51:45.209Z] Removing intermediate container 944530292a71 [2021-03-23T15:51:45.209Z] ---> 0b4166fc0a25 [2021-03-23T15:51:45.209Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-23T15:51:48.246Z] Collecting docopt<0.7,>=0.6.1 [2021-03-23T15:51:48.246Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-23T15:51:49.505Z] ---> Running in dc7fdb69cae4 [2021-03-23T15:51:50.130Z] Collecting cached-property<2,>=1.2.0 [2021-03-23T15:51:50.130Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-23T15:51:51.111Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-23T15:51:51.378Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-23T15:51:52.818Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-23T15:51:52.818Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-23T15:51:52.818Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-23T15:51:53.087Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-23T15:51:55.707Z] Collecting docker<4.0,>=3.6.0 [2021-03-23T15:51:55.707Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-23T15:51:55.983Z] Removing intermediate container dc7fdb69cae4 [2021-03-23T15:51:55.983Z] ---> d5156c1d7a6d [2021-03-23T15:51:55.983Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-23T15:51:55.983Z] Collecting jsonschema<3,>=2.5.1 [2021-03-23T15:51:55.983Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-23T15:51:56.579Z] 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-23T15:51:56.579Z] 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-23T15:51:57.167Z] ---> Running in 5338fc74d048 [2021-03-23T15:51:57.167Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-23T15:51:57.167Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-23T15:51:57.436Z] Collecting idna<2.8,>=2.5 [2021-03-23T15:51:57.436Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-23T15:51:57.705Z] Collecting docker-pycreds>=0.4.0 [2021-03-23T15:51:57.705Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-23T15:51:57.705Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-23T15:51:57.705Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-23T15:51:57.705Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-23T15:51:57.705Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-23T15:51:58.309Z] Installing collected packages: PyYAML, texttable, docopt, cached-property, urllib3, idna, requests, websocket-client, dockerpty, docker-pycreds, docker, jsonschema, docker-compose [2021-03-23T15:51:58.309Z] Running setup.py install for PyYAML: started [2021-03-23T15:51:58.576Z] Removing intermediate container 5338fc74d048 [2021-03-23T15:51:58.576Z] ---> c78faf3d61ab [2021-03-23T15:51:58.576Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-23T15:52:00.520Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-23T15:52:00.520Z] Running setup.py install for texttable: started [2021-03-23T15:52:00.785Z] Running setup.py install for texttable: finished with status 'done' [2021-03-23T15:52:00.785Z] Running setup.py install for docopt: started [2021-03-23T15:52:01.372Z] Running setup.py install for docopt: finished with status 'done' [2021-03-23T15:52:01.645Z] Attempting uninstall: urllib3 [2021-03-23T15:52:01.645Z] Found existing installation: urllib3 1.25.9 [2021-03-23T15:52:01.645Z] Uninstalling urllib3-1.25.9: [2021-03-23T15:52:01.916Z] Successfully uninstalled urllib3-1.25.9 [2021-03-23T15:52:01.916Z] ---> c0a83c8dd3bb [2021-03-23T15:52:01.916Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-23T15:52:02.874Z] ---> fd57f756c75e [2021-03-23T15:52:02.874Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-23T15:52:03.452Z] ---> Running in d706adab2817 [2021-03-23T15:52:03.452Z] Attempting uninstall: idna [2021-03-23T15:52:03.452Z] Found existing installation: idna 2.9 [2021-03-23T15:52:03.452Z] Uninstalling idna-2.9: [2021-03-23T15:52:03.721Z] Successfully uninstalled idna-2.9 [2021-03-23T15:52:04.678Z] ---> Running in d64fdd19f158 [2021-03-23T15:52:04.678Z] Attempting uninstall: requests [2021-03-23T15:52:04.678Z] Found existing installation: requests 2.23.0 [2021-03-23T15:52:04.678Z] Uninstalling requests-2.23.0: [2021-03-23T15:52:04.678Z] Successfully uninstalled requests-2.23.0 [2021-03-23T15:52:05.267Z] ---> 35ae4260b29b [2021-03-23T15:52:05.267Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-23T15:52:05.536Z] Removing intermediate container 9abfd87ebf83 [2021-03-23T15:52:05.536Z] ---> bd41e85cf200 [2021-03-23T15:52:05.536Z] [2021-03-23T15:52:05.536Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T15:52:05.536Z] ---> 88dd2752d2ea [2021-03-23T15:52:05.536Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:52:05.536Z] ---> Using cache [2021-03-23T15:52:05.536Z] ---> 2d6c3dc57c50 [2021-03-23T15:52:05.536Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:52:05.536Z] ---> Using cache [2021-03-23T15:52:05.536Z] ---> 4d6697863186 [2021-03-23T15:52:05.536Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-23T15:52:06.113Z] ---> Running in 6f9269a56b19 [2021-03-23T15:52:06.113Z] Running setup.py install for dockerpty: started [2021-03-23T15:52:06.113Z] ---> Running in 09b9b15b16a2 [2021-03-23T15:52:06.113Z] 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-23T15:52:06.385Z] Removing intermediate container 09b9b15b16a2 [2021-03-23T15:52:06.385Z] ---> fea068af8d43 [2021-03-23T15:52:06.385Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T15:52:06.385Z] ---> Running in 471f593c71bd [2021-03-23T15:52:06.661Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-23T15:52:06.924Z] 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-23T15:52:07.893Z] Removing intermediate container 471f593c71bd [2021-03-23T15:52:07.893Z] ---> f42161e53188 [2021-03-23T15:52:07.893Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:52:09.303Z] ---> ed68a54cd75a [2021-03-23T15:52:09.303Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-23T15:52:09.922Z] Removing intermediate container d64fdd19f158 [2021-03-23T15:52:09.922Z] ---> f684ca3f9bb7 [2021-03-23T15:52:09.922Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:52:09.922Z] 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-23T15:52:10.541Z] ---> 314867a84c97 [2021-03-23T15:52:10.541Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-23T15:52:11.994Z] ---> 59f7442b609e [2021-03-23T15:52:11.994Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-23T15:52:11.994Z] ---> ae5891af535a [2021-03-23T15:52:11.994Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-23T15:52:12.273Z] ---> 2be91e497b76 [2021-03-23T15:52:12.273Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-23T15:52:12.273Z] ---> Running in 551a21f1186f [2021-03-23T15:52:15.663Z] ---> 27af106d3e2f [2021-03-23T15:52:15.663Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-23T15:52:15.663Z] Removing intermediate container 551a21f1186f [2021-03-23T15:52:15.663Z] ---> 99a66af60043 [2021-03-23T15:52:15.663Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:52:16.647Z] Removing intermediate container 4d43c5e7d112 [2021-03-23T15:52:16.647Z] ---> 1958da96278a [2021-03-23T15:52:16.647Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-23T15:52:16.647Z] ---> Running in 4c647b8e42ca [2021-03-23T15:52:17.242Z] ---> 4ebd29bf8c16 [2021-03-23T15:52:17.242Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-23T15:52:18.254Z] ---> Running in b15139b6d53c [2021-03-23T15:52:18.853Z] Removing intermediate container 4c647b8e42ca [2021-03-23T15:52:18.853Z] ---> 6383b2c24f53 [2021-03-23T15:52:18.853Z] Step 20/22 : LABEL arch=x86_64 [2021-03-23T15:52:18.853Z] ---> 5cd4292191ef [2021-03-23T15:52:18.853Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-23T15:52:19.126Z] ---> Running in 90736da94164 [2021-03-23T15:52:19.126Z] ---> Running in f853cb96be9d [2021-03-23T15:52:20.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:52:20.549Z] Removing intermediate container 90736da94164 [2021-03-23T15:52:20.549Z] ---> c5d129d48269 [2021-03-23T15:52:20.549Z] Step 21/22 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:52:20.549Z] Removing intermediate container f853cb96be9d [2021-03-23T15:52:20.549Z] ---> 57e2149e8993 [2021-03-23T15:52:20.549Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-23T15:52:20.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:52:20.550Z] ---> Running in b238e37b3220 [2021-03-23T15:52:20.840Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T15:52:20.840Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-23T15:52:20.840Z] (3/3) Installing curl (7.69.1-r3) [2021-03-23T15:52:20.840Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:52:20.840Z] OK: 72 MiB in 58 packages [2021-03-23T15:52:20.840Z] Removing intermediate container b238e37b3220 [2021-03-23T15:52:20.840Z] ---> f8bbaf11b950 [2021-03-23T15:52:20.840Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T15:52:21.125Z] ---> Running in 91ddb2eb9ec1 [2021-03-23T15:52:21.125Z] ---> 6a71f0b8cf87 [2021-03-23T15:52:21.125Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-23T15:52:21.727Z] ---> Running in e6058c00c287 [2021-03-23T15:52:21.728Z] Removing intermediate container 91ddb2eb9ec1 [2021-03-23T15:52:21.728Z] ---> 774373f69a73 [2021-03-23T15:52:21.728Z] [2021-03-23T15:52:22.000Z] Successfully built 774373f69a73 [2021-03-23T15:52:22.270Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-23T15:52:22.538Z]  Building docker-support-scheduler-go ... done Removing intermediate container b15139b6d53c [2021-03-23T15:52:22.538Z] ---> 0a25bf786560 [2021-03-23T15:52:22.538Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-23T15:52:22.538Z] ---> Running in a41c84fde008 [2021-03-23T15:52:23.124Z] Removing intermediate container a41c84fde008 [2021-03-23T15:52:23.124Z] ---> 0a82551262c2 [2021-03-23T15:52:23.124Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:52:23.124Z] ---> Running in 7732714425f1 [2021-03-23T15:52:23.712Z] Removing intermediate container 7732714425f1 [2021-03-23T15:52:23.712Z] ---> 27e1164256cf [2021-03-23T15:52:23.712Z] Step 24/26 : LABEL arch=x86_64 [2021-03-23T15:52:23.712Z] ---> Running in 6252d427472f [2021-03-23T15:52:23.988Z] Removing intermediate container e6058c00c287 [2021-03-23T15:52:23.988Z] ---> cab27e91b95e [2021-03-23T15:52:23.988Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-23T15:52:24.259Z] ---> Running in f80cbda45bbc [2021-03-23T15:52:24.259Z] Removing intermediate container 6252d427472f [2021-03-23T15:52:24.259Z] ---> f2976c7e69ec [2021-03-23T15:52:24.259Z] Step 25/26 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:52:24.259Z] ---> Running in 41cc7519febb [2021-03-23T15:52:24.538Z] Removing intermediate container f80cbda45bbc [2021-03-23T15:52:24.538Z] ---> 3188685aa411 [2021-03-23T15:52:24.538Z] Step 28/31 : CMD ["gate"] [2021-03-23T15:52:24.815Z] Removing intermediate container 41cc7519febb [2021-03-23T15:52:24.815Z] ---> b20d6d4aa44f [2021-03-23T15:52:24.815Z] Step 26/26 : LABEL version=0.0.0 [2021-03-23T15:52:25.089Z] ---> Running in 1de9b4586152 [2021-03-23T15:52:25.089Z] ---> Running in 755e3b304116 [2021-03-23T15:52:25.675Z] Removing intermediate container 755e3b304116 [2021-03-23T15:52:25.675Z] ---> 31e0e4f6fd36 [2021-03-23T15:52:25.675Z] [2021-03-23T15:52:25.675Z] Removing intermediate container 1de9b4586152 [2021-03-23T15:52:25.675Z] ---> 5462e8317b4e [2021-03-23T15:52:25.675Z] Step 29/31 : LABEL arch=x86_64 [2021-03-23T15:52:25.675Z] ---> Running in 4bc5c31272d3 [2021-03-23T15:52:25.943Z] Successfully built 31e0e4f6fd36 [2021-03-23T15:52:25.943Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-23T15:52:26.211Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4bc5c31272d3 [2021-03-23T15:52:26.211Z] ---> bbec720ddf11 [2021-03-23T15:52:26.211Z] Step 30/31 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:52:27.172Z] ---> Running in f638a8b4791d [2021-03-23T15:52:27.449Z] Removing intermediate container f638a8b4791d [2021-03-23T15:52:27.450Z] ---> e5c05412cb42 [2021-03-23T15:52:27.450Z] Step 31/31 : LABEL version=0.0.0 [2021-03-23T15:52:28.042Z] ---> Running in b56d1e8cae60 [2021-03-23T15:52:28.310Z] Removing intermediate container b56d1e8cae60 [2021-03-23T15:52:28.310Z] ---> ac08cea0cb46 [2021-03-23T15:52:28.310Z] [2021-03-23T15:52:28.582Z] Successfully built ac08cea0cb46 [2021-03-23T15:52:28.582Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-23T15:52:35.228Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 6f9269a56b19 [2021-03-23T15:52:35.228Z] ---> 187e88b920ee [2021-03-23T15:52:35.228Z] [2021-03-23T15:52:35.228Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T15:52:35.228Z] ---> 88dd2752d2ea [2021-03-23T15:52:35.228Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-23T15:52:35.228Z] ---> Running in 1588ad76877f [2021-03-23T15:52:36.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:52:36.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:52:36.183Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-23T15:52:36.448Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-23T15:52:36.448Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:52:36.448Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:52:36.448Z] OK: 6 MiB in 16 packages [2021-03-23T15:52:38.097Z] gofmt -l . [2021-03-23T15:52:38.098Z] [ "`gofmt -l .`" = "" ] [2021-03-23T15:52:38.098Z] ./bin/test-go-mod-tidy.sh [2021-03-23T15:52:38.098Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-23T15:52:38.367Z] Removing intermediate container d706adab2817 [2021-03-23T15:52:38.367Z] ---> 11bb6d1c7a41 [2021-03-23T15:52:38.367Z] [2021-03-23T15:52:38.367Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:52:38.367Z] ---> 88dd2752d2ea [2021-03-23T15:52:38.367Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-23T15:52:38.367Z] ---> Running in d7375341ed2f [2021-03-23T15:52:38.629Z] Removing intermediate container 1588ad76877f [2021-03-23T15:52:38.629Z] ---> 2a461739d662 [2021-03-23T15:52:38.629Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:52:38.629Z] Removing intermediate container d7375341ed2f [2021-03-23T15:52:38.629Z] ---> 7e5c3162f774 [2021-03-23T15:52:38.629Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-23T15:52:38.774Z] + ls -al . [2021-03-23T15:52:38.774Z] total 800 [2021-03-23T15:52:38.774Z] drwxrwxr-x 9 1001 1001 4096 Mar 23 15:52 . [2021-03-23T15:52:38.774Z] drwxr-xr-x 4 root root 4096 Mar 23 15:48 .. [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 11 Mar 23 15:46 .dockerignore [2021-03-23T15:52:38.774Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 15:46 .git [2021-03-23T15:52:38.774Z] drwxrwxr-x 3 1001 1001 4096 Mar 23 15:46 .github [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 818 Mar 23 15:46 .gitignore [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 166 Mar 23 15:46 .sonarcloud.properties [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 8607 Mar 23 15:46 Attribution.txt [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 3804 Mar 23 15:46 CONTRIBUTING.md [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 931 Mar 23 15:46 Dockerfile.build [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 863 Mar 23 15:46 Jenkinsfile [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 10775 Mar 23 15:46 LICENSE [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 5774 Mar 23 15:46 Makefile [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 6548 Mar 23 15:46 README.md [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 6755 Mar 23 15:46 SECURITY.md [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 5 Mar 23 15:43 VERSION [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 4131 Mar 23 15:46 ZMQWindows.md [2021-03-23T15:52:38.774Z] drwxrwxr-x 2 1001 1001 4096 Mar 23 15:46 bin [2021-03-23T15:52:38.774Z] drwxrwxr-x 14 1001 1001 4096 Mar 23 15:46 cmd [2021-03-23T15:52:38.774Z] -rw-r--r-- 1 root root 659965 Mar 23 15:51 coverage.out [2021-03-23T15:52:38.774Z] -rw-r--r-- 1 root root 1057 Mar 23 15:52 go.mod [2021-03-23T15:52:38.774Z] -rw-r--r-- 1 root root 22095 Mar 23 15:52 go.sum [2021-03-23T15:52:38.774Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 15:46 internal [2021-03-23T15:52:38.774Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 15:46 openapi [2021-03-23T15:52:38.774Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 15:46 snap [2021-03-23T15:52:38.774Z] -rw-rw-r-- 1 1001 1001 168 Mar 23 15:46 version.go [Pipeline] sh [2021-03-23T15:52:38.892Z] ---> Running in a1d841d0d5e9 [2021-03-23T15:52:38.892Z] ---> Running in 9e90e7959fd1 [2021-03-23T15:52:38.892Z] Removing intermediate container a1d841d0d5e9 [2021-03-23T15:52:38.892Z] ---> 3f5fda03100f [2021-03-23T15:52:38.892Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-23T15:52:39.159Z] ---> Running in dcc38a908955 [2021-03-23T15:52:39.159Z] Removing intermediate container 9e90e7959fd1 [2021-03-23T15:52:39.159Z] ---> a5857c400eb0 [2021-03-23T15:52:39.159Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-23T15:52:39.159Z] ---> Running in c0052dc0f6bb [2021-03-23T15:52:39.159Z] Removing intermediate container dcc38a908955 [2021-03-23T15:52:39.159Z] ---> c14e44ce1ffb [2021-03-23T15:52:39.159Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T15:52:39.421Z] ---> Running in 9591c4fd7237 [2021-03-23T15:52:39.421Z] Removing intermediate container c0052dc0f6bb [2021-03-23T15:52:39.421Z] ---> 497bcbadb844 [2021-03-23T15:52:39.421Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:52:39.421Z] ---> Running in 9cd81849cf68 [2021-03-23T15:52:39.505Z] + '[' -e coverage.out ] [2021-03-23T15:52:39.505Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-23T15:52:39.635Z] Warning: overwriting stash ‘coverage-report’ [2021-03-23T15:52:39.687Z] Removing intermediate container 9591c4fd7237 [2021-03-23T15:52:39.687Z] ---> 3e1a02b4d4a4 [2021-03-23T15:52:39.687Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:52:39.952Z] ---> bc886df99db3 [2021-03-23T15:52:39.952Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-23T15:52:40.528Z] ---> 7a9badd11e9d [2021-03-23T15:52:40.528Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-23T15:52:40.791Z] Removing intermediate container 9cd81849cf68 [2021-03-23T15:52:40.791Z] ---> efaec224df12 [2021-03-23T15:52:40.792Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-23T15:52:40.792Z] ---> Running in 79735de6bcb0 [2021-03-23T15:52:40.792Z] ---> ed8d016cfed4 [2021-03-23T15:52:40.792Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-23T15:52:40.861Z] Stashed 1 file(s) [Pipeline] sh [2021-03-23T15:52:41.055Z] ---> Running in 13afed7fad63 [2021-03-23T15:52:41.318Z] Removing intermediate container 13afed7fad63 [2021-03-23T15:52:41.318Z] ---> 5772124ea5bc [2021-03-23T15:52:41.318Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:52:41.318Z] ---> Running in 5c71ce69b1ff [2021-03-23T15:52:41.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-23T15:52:41.564Z] + make build [2021-03-23T15:52:41.564Z] 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-23T15:52:41.580Z] Removing intermediate container 5c71ce69b1ff [2021-03-23T15:52:41.580Z] ---> a694be52d50a [2021-03-23T15:52:41.580Z] Step 20/22 : LABEL arch=x86_64 [2021-03-23T15:52:41.580Z] ---> Running in 4c96bbeb6fce [2021-03-23T15:52:41.842Z] Removing intermediate container 4c96bbeb6fce [2021-03-23T15:52:41.842Z] ---> 9f64324f824e [2021-03-23T15:52:41.842Z] Step 21/22 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:52:41.842Z] ---> Running in f34897b99e2a [2021-03-23T15:52:42.106Z] Removing intermediate container f34897b99e2a [2021-03-23T15:52:42.106Z] ---> 6fca89c66712 [2021-03-23T15:52:42.106Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T15:52:42.106Z] ---> Running in e4e071ad19ea [2021-03-23T15:52:42.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-23T15:52:42.106Z] Removing intermediate container e4e071ad19ea [2021-03-23T15:52:42.106Z] ---> 20e779ae6f86 [2021-03-23T15:52:42.106Z] [2021-03-23T15:52:42.368Z] Successfully built 20e779ae6f86 [2021-03-23T15:52:42.368Z] Successfully tagged docker-support-notifications-go:latest [2021-03-23T15:52:42.631Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-23T15:52:42.631Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-23T15:52:42.897Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-23T15:52:42.897Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-23T15:52:43.160Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-23T15:52:43.160Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-23T15:52:43.424Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:52:43.424Z] OK: 8 MiB in 20 packages [2021-03-23T15:52:43.998Z] Removing intermediate container 79735de6bcb0 [2021-03-23T15:52:43.998Z] ---> 87bcc1b4d1f3 [2021-03-23T15:52:43.998Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:52:43.998Z] ---> 57330ef56da0 [2021-03-23T15:52:43.998Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-23T15:52:44.948Z] ---> 645c00a9df8a [2021-03-23T15:52:44.948Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-23T15:52:46.347Z] ---> 5ff923ac3758 [2021-03-23T15:52:46.347Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-23T15:52:46.347Z] ---> Running in a90d9c407e66 [2021-03-23T15:52:46.610Z] Removing intermediate container a90d9c407e66 [2021-03-23T15:52:46.610Z] ---> 2653a175dd69 [2021-03-23T15:52:46.610Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:52:46.610Z] ---> Running in 7310423eda23 [2021-03-23T15:52:46.872Z] Removing intermediate container 7310423eda23 [2021-03-23T15:52:46.872Z] ---> 1fbc601028a8 [2021-03-23T15:52:46.872Z] Step 21/23 : LABEL arch=x86_64 [2021-03-23T15:52:46.872Z] ---> Running in 02a3bc0378ac [2021-03-23T15:52:47.134Z] Removing intermediate container 02a3bc0378ac [2021-03-23T15:52:47.134Z] ---> df4e28b304f3 [2021-03-23T15:52:47.134Z] Step 22/23 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:52:47.134Z] ---> Running in 89c0b87a31a2 [2021-03-23T15:52:47.134Z] Removing intermediate container 89c0b87a31a2 [2021-03-23T15:52:47.134Z] ---> b322b705fb0d [2021-03-23T15:52:47.134Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T15:52:47.397Z] ---> Running in a5b3f82e532b [2021-03-23T15:52:47.397Z] Removing intermediate container a5b3f82e532b [2021-03-23T15:52:47.397Z] ---> 207ce4daf105 [2021-03-23T15:52:47.397Z] [2021-03-23T15:52:47.660Z] Successfully built 207ce4daf105 [2021-03-23T15:52:47.660Z] Successfully tagged docker-core-data-go:latest [2021-03-23T15:52:47.938Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-23T15:52:47.946Z] $ docker stop --time=1 8f6b033dbc81f95835a1fa927e5da7f2ab56d0719ed6891fc205eeca80c31963 [2021-03-23T15:52:49.588Z] $ docker rm -f 8f6b033dbc81f95835a1fa927e5da7f2ab56d0719ed6891fc205eeca80c31963 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T15:52:50.237Z] + docker images [2021-03-23T15:52:50.237Z] + grep docker [2021-03-23T15:52:50.505Z] docker-core-data-go latest 207ce4daf105 3 seconds ago 22.6MB [2021-03-23T15:52:50.536Z] docker-support-notifications-go latest 20e779ae6f86 8 seconds ago 17.9MB [2021-03-23T15:52:50.536Z] docker-security-bootstrapper-go latest ac08cea0cb46 23 seconds ago 18.8MB [2021-03-23T15:52:50.536Z] docker-sys-mgmt-agent-go latest 31e0e4f6fd36 25 seconds ago 313MB [2021-03-23T15:52:50.536Z] docker-support-scheduler-go latest 774373f69a73 29 seconds ago 17.3MB [2021-03-23T15:52:50.536Z] docker-core-metadata-go latest 6e4d460c29d4 About a minute ago 19.1MB [2021-03-23T15:52:50.536Z] docker-security-proxy-setup-go latest 694b3f9bd625 2 minutes ago 24.7MB [2021-03-23T15:52:50.536Z] docker-core-command-go latest bca87124d0b4 2 minutes ago 17.3MB [2021-03-23T15:52:50.536Z] docker-security-secretstore-setup-go latest 26ed48c954dd 2 minutes ago 25MB [2021-03-23T15:52:50.536Z] 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-23T15:52:53.969Z] 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-23T15:53:06.385Z] Still waiting to schedule task [2021-03-23T15:53:06.385Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-23T15:53:16.157Z] 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-23T15:53:20.457Z] 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-23T15:53:24.754Z] 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-23T15:53:26.183Z] 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-23T15:53:31.580Z] 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-23T15:53:38.285Z] 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-23T15:53:41.676Z] 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-23T15:53:45.989Z] 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-23T15:53:48.597Z] 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-23T15:53:52.909Z] 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-23T15:53:59.636Z] $ docker stop --time=1 1dbb1a93c1e51d69793c930da16f62cd7633106557781f26850f44e01b7b403c [2021-03-23T15:54:01.961Z] Running on prd-ubuntu18.04-docker-8c-8g-31088 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [2021-03-23T15:54:02.275Z] $ docker rm -f 1dbb1a93c1e51d69793c930da16f62cd7633106557781f26850f44e01b7b403c [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-03-23T15:54:03.691Z] Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:54:04.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T15:54:04.386Z] [2021-03-23T15:54:04.386Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:54:04.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T15:54:05.082Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-23T15:54:05.082Z] 29e5d40040c1: Pulling fs layer [2021-03-23T15:54:05.082Z] 1ce36da41761: Pulling fs layer [2021-03-23T15:54:05.082Z] 25b303627fd3: Pulling fs layer [2021-03-23T15:54:05.082Z] 29e5d40040c1: Download complete [2021-03-23T15:54:05.708Z] 1ce36da41761: Verifying Checksum [2021-03-23T15:54:05.982Z] 29e5d40040c1: Pull complete [2021-03-23T15:54:05.999Z] using credential edgex-jenkins-ssh [2021-03-23T15:54:06.063Z] Cloning the remote Git repository [2021-03-23T15:54:06.087Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-23T15:54:06.151Z] > git init /w/workspace/edgex-go/29 # timeout=10 [2021-03-23T15:54:06.191Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T15:54:06.193Z] > git --version # timeout=10 [2021-03-23T15:54:06.206Z] > git --version # 'git version 2.17.1' [2021-03-23T15:54:06.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:54:06.233Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:54:06.970Z] 1ce36da41761: Pull complete [2021-03-23T15:54:07.565Z] 25b303627fd3: Download complete [2021-03-23T15:54:16.145Z] Merging remotes/origin/master commit 65ce9279f83544d4d82fb598274d714e6b166066 into PR head commit 44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:54:16.278Z] Merge succeeded, producing 44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:54:16.279Z] Checking out Revision 44927e8d416fed51ca682e94d2a5f5631bf711c8 (PR-3234) [2021-03-23T15:54:15.605Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T15:54:15.613Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-23T15:54:15.621Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-23T15:54:15.641Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-23T15:54:15.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:54:15.645Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-23T15:54:16.155Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T15:54:16.160Z] > git checkout -f 44927e8d416fed51ca682e94d2a5f5631bf711c8 # timeout=10 [2021-03-23T15:54:16.235Z] > git remote # timeout=10 [2021-03-23T15:54:16.247Z] > git config --get remote.origin.url # timeout=10 [2021-03-23T15:54:16.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-23T15:54:16.263Z] > git merge 65ce9279f83544d4d82fb598274d714e6b166066 # timeout=10 [2021-03-23T15:54:16.273Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-23T15:54:16.284Z] > git config core.sparsecheckout # timeout=10 [2021-03-23T15:54:16.287Z] > git checkout -f 44927e8d416fed51ca682e94d2a5f5631bf711c8 # timeout=10 [2021-03-23T15:54:17.718Z] 25b303627fd3: Pull complete [2021-03-23T15:54:17.718Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-23T15:54:17.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T15:54:17.718Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-23T15:54:17.939Z] prd-ubuntu18.04-docker-arm64-4c-16g-31087 does not seem to be running inside a container [2021-03-23T15:54:18.011Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-23T15:54:20.953Z] $ docker top f074c24f10c196d1e6c945c026760764c483431442b675514a6dd0eb1d12dc57 -eo pid,comm [2021-03-23T15:54:21.036Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-23T15:54:22.043Z] + docker-compose build --help [2021-03-23T15:54:22.043Z] + grep parallel [2021-03-23T15:54:22.424Z] + echo snap-build.sh [2021-03-23T15:54:22.424Z] snap-build.sh [2021-03-23T15:54:22.424Z] + SNAP_BASE_DIR=. [2021-03-23T15:54:22.424Z] + '[' '!' -z /w/workspace/edgex-go/29 ']' [2021-03-23T15:54:22.424Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/29 [2021-03-23T15:54:22.424Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/29]' [2021-03-23T15:54:22.424Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/29] [2021-03-23T15:54:22.424Z] + cd /w/workspace/edgex-go/29 [2021-03-23T15:54:22.424Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-23T15:54:22.424Z] Reading package lists... [2021-03-23T15:54:22.424Z] Building dependency tree... [2021-03-23T15:54:22.424Z] Reading state information... [2021-03-23T15:54:22.707Z] The following packages were automatically installed and are no longer required: [2021-03-23T15:54:22.707Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-23T15:54:22.707Z] uidmap xdelta3 [2021-03-23T15:54:22.707Z] Use 'sudo apt autoremove' to remove them. [2021-03-23T15:54:22.707Z] The following packages will be REMOVED: [2021-03-23T15:54:22.707Z] lxd* lxd-client* [2021-03-23T15:54:22.968Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-23T15:54:22.968Z] After this operation, 31.7 MB disk space will be freed. [2021-03-23T15:54:24.535Z] (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-23T15:54:24.535Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-23T15:54:25.111Z] Removing lxd dnsmasq configuration [2021-03-23T15:54:25.376Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-23T15:54:25.419Z] --parallel Build images in parallel. [Pipeline] } [2021-03-23T15:54:25.442Z] $ docker stop --time=1 f074c24f10c196d1e6c945c026760764c483431442b675514a6dd0eb1d12dc57 [2021-03-23T15:54:25.639Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-23T15:54:26.586Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-23T15:54:26.586Z] (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-23T15:54:26.586Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-23T15:54:27.401Z] $ docker rm -f f074c24f10c196d1e6c945c026760764c483431442b675514a6dd0eb1d12dc57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-23T15:54:27.979Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-23T15:54:27.979Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-23T15:54:28.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-23T15:54:28.244Z] . [Pipeline] withDockerContainer [2021-03-23T15:54:28.509Z] prd-ubuntu18.04-docker-arm64-4c-16g-31087 does not seem to be running inside a container [2021-03-23T15:54:28.591Z] $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-23T15:54:29.367Z] + sudo snap remove --purge lxd [2021-03-23T15:54:29.367Z] snap "lxd" is not installed [2021-03-23T15:54:29.367Z] + sudo groupadd --force --system lxd [2021-03-23T15:54:29.367Z] ++ whoami [2021-03-23T15:54:29.367Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-23T15:54:29.367Z] + newgrp - lxd [2021-03-23T15:54:29.367Z] + sudo snap install lxd [2021-03-23T15:54:30.017Z] $ docker top fb5550b9d4120b1a932d2caff28612c89bfccbe555802cb6832a494754476af5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T15:54:31.096Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-23T15:54:35.444Z] Building docker-core-command-go ... [2021-03-23T15:54:35.444Z] Building docker-core-data-go ... [2021-03-23T15:54:35.444Z] Building docker-core-metadata-go ... [2021-03-23T15:54:35.444Z] Building docker-security-bootstrapper-go ... [2021-03-23T15:54:35.444Z] Building docker-security-proxy-setup-go ... [2021-03-23T15:54:35.444Z] Building docker-security-secretstore-setup-go ... [2021-03-23T15:54:35.444Z] Building docker-support-notifications-go ... [2021-03-23T15:54:35.444Z] Building docker-support-scheduler-go ... [2021-03-23T15:54:35.444Z] Building docker-sys-mgmt-agent-go ... [2021-03-23T15:54:35.444Z] Building docker-core-metadata-go [2021-03-23T15:54:35.444Z] Building docker-security-secretstore-setup-go [2021-03-23T15:54:35.444Z] Building docker-security-bootstrapper-go [2021-03-23T15:54:35.444Z] Building docker-support-notifications-go [2021-03-23T15:54:35.444Z] Building docker-core-command-go [2021-03-23T15:54:47.562Z] 2021-03-23T15:54:43Z INFO Waiting for automatic snapd restart... [2021-03-23T15:55:34.300Z] lxd 4.12 from Canonical* installed [2021-03-23T15:55:34.300Z] + sudo lxd init --auto [2021-03-23T15:55:40.170Z] + sudo snap install --classic snapcraft [2021-03-23T15:55:52.409Z] snapcraft 4.5.4 from Canonical* installed [2021-03-23T15:55:52.409Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-23T15:55:52.409Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-23T15:55:52.409Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T15:55:52.409Z] Dload Upload Total Spent Left Speed [2021-03-23T15:55:52.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4384 [2021-03-23T15:55:52.669Z] 100 3325k 100 3325k 0 0 9.9M 0 --:--:-- --:--:-- --:--:-- 9.9M [2021-03-23T15:55:52.669Z] ./yq_linux_amd64 [2021-03-23T15:55:52.930Z] + sudo snapcraft prime --use-lxd [2021-03-23T15:55:54.316Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-23T15:55:54.316Z] 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-23T15:55:54.316Z] - README.md [2021-03-23T15:55:54.316Z] [2021-03-23T15:55:54.316Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-23T15:55:54.887Z] Launching a container. [2021-03-23T15:55:57.225Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:55:57.225Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:55:57.225Z] ---> 8f07677ba88d [2021-03-23T15:55:57.225Z] Step 3/24 : WORKDIR /edgex-go [2021-03-23T15:55:57.225Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:55:57.225Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:55:57.225Z] ---> 8f07677ba88d [2021-03-23T15:55:57.225Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:55:57.225Z] [2021-03-23T15:55:57.225Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:55:57.225Z] ---> 8f07677ba88d [2021-03-23T15:55:57.225Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:55:57.225Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:55:57.225Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:55:57.225Z] ---> 8f07677ba88d [2021-03-23T15:55:57.225Z] Step 3/31 : WORKDIR /edgex-go [2021-03-23T15:55:57.225Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:55:57.225Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:55:57.225Z] ---> 8f07677ba88d [2021-03-23T15:55:57.225Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T15:55:57.225Z] ---> Running in f98a40ad151f [2021-03-23T15:55:57.225Z] ---> Running in fec079a66a78 [2021-03-23T15:55:57.225Z] ---> Running in a7d84ba25cd2 [2021-03-23T15:55:57.225Z] ---> Running in af3bc384d7f3 [2021-03-23T15:55:57.225Z] ---> Running in 945aad8ce91b [2021-03-23T15:55:57.225Z] Removing intermediate container af3bc384d7f3 [2021-03-23T15:55:57.225Z] ---> 78c01e6c2eef [2021-03-23T15:55:57.225Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:55:57.225Z] Removing intermediate container a7d84ba25cd2 [2021-03-23T15:55:57.225Z] ---> 0df9e0609f8d [2021-03-23T15:55:57.225Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:55:57.225Z] Removing intermediate container fec079a66a78 [2021-03-23T15:55:57.225Z] ---> a742a5528533 [2021-03-23T15:55:57.225Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:55:57.225Z] Removing intermediate container f98a40ad151f [2021-03-23T15:55:57.225Z] ---> 4e8b64336a1f [2021-03-23T15:55:57.225Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:55:57.225Z] Removing intermediate container 945aad8ce91b [2021-03-23T15:55:57.225Z] ---> 693a5c65bc5d [2021-03-23T15:55:57.225Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:55:57.225Z] ---> Running in 736860ea9c24 [2021-03-23T15:55:57.225Z] ---> Running in 8bff126f3e22 [2021-03-23T15:55:57.225Z] ---> Running in 470c70882422 [2021-03-23T15:55:57.225Z] ---> Running in 9b9e7dd330f6 [2021-03-23T15:55:57.225Z] ---> Running in 259cb176098f [2021-03-23T15:55:57.225Z] Removing intermediate container 736860ea9c24 [2021-03-23T15:55:57.225Z] ---> b4072dc7062d [2021-03-23T15:55:57.225Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T15:55:57.225Z] ---> Running in c21abaf66d66 [2021-03-23T15:55:57.225Z] Removing intermediate container 259cb176098f [2021-03-23T15:55:57.225Z] ---> c889a145a7df [2021-03-23T15:55:57.225Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-23T15:55:57.225Z] ---> Running in bbd43929b461 [2021-03-23T15:55:57.225Z] Removing intermediate container 9b9e7dd330f6 [2021-03-23T15:55:57.225Z] ---> 35e01f4be437 [2021-03-23T15:55:57.225Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-23T15:55:57.225Z] Removing intermediate container 470c70882422 [2021-03-23T15:55:57.225Z] ---> 2dcb0ef02b4b [2021-03-23T15:55:57.225Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-23T15:55:57.225Z] Removing intermediate container 8bff126f3e22 [2021-03-23T15:55:57.225Z] ---> 2a3f1c6d26be [2021-03-23T15:55:57.225Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-23T15:55:57.225Z] ---> Running in 734b81c53ee2 [2021-03-23T15:55:57.225Z] ---> Running in 3e0ee6fa4077 [2021-03-23T15:55:57.225Z] ---> Running in 0420ddee2db6 [2021-03-23T15:55:57.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:55:57.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:55:57.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:55:57.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:55:57.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:55:57.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:55:57.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:55:57.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:55:57.225Z] OK: 217 MiB in 51 packages [2021-03-23T15:55:57.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:55:57.770Z] OK: 217 MiB in 51 packages [2021-03-23T15:55:58.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:55:58.647Z] Removing intermediate container c21abaf66d66 [2021-03-23T15:55:58.647Z] ---> 0e7228b47fe1 [2021-03-23T15:55:58.647Z] Step 6/23 : COPY go.mod . [2021-03-23T15:55:58.647Z] OK: 217 MiB in 51 packages [2021-03-23T15:55:58.925Z] Removing intermediate container bbd43929b461 [2021-03-23T15:55:58.925Z] ---> a1cc025b3078 [2021-03-23T15:55:58.925Z] Step 6/31 : COPY go.mod . [2021-03-23T15:55:59.199Z] OK: 217 MiB in 51 packages [2021-03-23T15:55:59.478Z] ---> 440e537cc273 [2021-03-23T15:55:59.478Z] Step 7/23 : RUN go mod download [2021-03-23T15:55:59.758Z] ---> Running in c087e044a94c [2021-03-23T15:56:00.032Z] ---> a5bac6a71a44 [2021-03-23T15:56:00.032Z] Step 7/31 : RUN go mod download [2021-03-23T15:56:00.308Z] Removing intermediate container 0420ddee2db6 [2021-03-23T15:56:00.308Z] ---> ea6d56fe62e6 [2021-03-23T15:56:00.308Z] Step 6/22 : COPY go.mod . [2021-03-23T15:56:00.308Z] ---> Running in a7abd51656ba [2021-03-23T15:56:00.581Z] OK: 217 MiB in 51 packages [2021-03-23T15:56:00.860Z] Removing intermediate container 734b81c53ee2 [2021-03-23T15:56:00.860Z] ---> cc3e64f743b3 [2021-03-23T15:56:00.860Z] Step 6/24 : COPY go.mod . [2021-03-23T15:56:01.465Z] ---> cdec09aa1ff9 [2021-03-23T15:56:01.465Z] Step 7/22 : RUN go mod download [2021-03-23T15:56:01.737Z] ---> Running in 279ef8e988ce [2021-03-23T15:56:02.027Z] ---> 131f9367dd87 [2021-03-23T15:56:02.027Z] Step 7/24 : RUN go mod download [2021-03-23T15:56:02.296Z] ---> Running in b4c0a1ae1196 [2021-03-23T15:56:02.572Z] Removing intermediate container 3e0ee6fa4077 [2021-03-23T15:56:02.572Z] ---> 4321768d6a07 [2021-03-23T15:56:02.572Z] Step 6/23 : COPY go.mod . [2021-03-23T15:56:04.014Z] ---> f184fdd3e8b2 [2021-03-23T15:56:04.014Z] Step 7/23 : RUN go mod download [2021-03-23T15:56:04.287Z] ---> Running in 0969976d4332 [2021-03-23T15:56:04.563Z] Removing intermediate container c087e044a94c [2021-03-23T15:56:04.563Z] ---> 02a685560ff8 [2021-03-23T15:56:04.563Z] Step 8/23 : COPY . . [2021-03-23T15:56:05.165Z] Removing intermediate container a7abd51656ba [2021-03-23T15:56:05.165Z] ---> 681cf0f6c66e [2021-03-23T15:56:05.165Z] Step 8/31 : COPY . . [2021-03-23T15:56:07.117Z] Waiting for container to be ready [2021-03-23T15:56:07.117Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-23T15:56:07.117Z] [2021-03-23T15:56:07.136Z] Removing intermediate container 279ef8e988ce [2021-03-23T15:56:07.136Z] ---> 214e17f86daa [2021-03-23T15:56:07.136Z] Step 8/22 : COPY . . [2021-03-23T15:56:07.412Z] Removing intermediate container b4c0a1ae1196 [2021-03-23T15:56:07.412Z] ---> 0800f3b998f2 [2021-03-23T15:56:07.412Z] Step 8/24 : COPY . . [2021-03-23T15:56:09.384Z] Removing intermediate container 0969976d4332 [2021-03-23T15:56:09.384Z] ---> 70568ede383d [2021-03-23T15:56:09.384Z] Step 8/23 : COPY . . [2021-03-23T15:56:10.412Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-23T15:56:10.674Z] Waiting for network to be ready... [2021-03-23T15:56:11.246Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-23T15:56:11.506Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-23T15:56:11.506Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-23T15:56:11.506Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-23T15:56:11.506Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-23T15:56:11.506Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-23T15:56:11.506Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-23T15:56:11.506Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-23T15:56:11.506Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-23T15:56:11.506Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-23T15:56:11.768Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-23T15:56:12.028Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-23T15:56:12.288Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-23T15:56:12.288Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-23T15:56:12.288Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-23T15:56:12.288Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-23T15:56:12.288Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-23T15:56:12.288Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-23T15:56:12.550Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-23T15:56:12.812Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-23T15:56:12.812Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-23T15:56:12.812Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-23T15:56:12.812Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-23T15:56:12.812Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-23T15:56:12.812Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-23T15:56:12.812Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-23T15:56:13.071Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-23T15:56:15.001Z] Fetched 24.1 MB in 4s (6004 kB/s) [2021-03-23T15:56:15.948Z] Reading package lists... [2021-03-23T15:56:16.217Z] Reading package lists... [2021-03-23T15:56:16.478Z] Building dependency tree... [2021-03-23T15:56:16.478Z] Reading state information... [2021-03-23T15:56:16.478Z] The following additional packages will be installed: [2021-03-23T15:56:16.478Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-23T15:56:16.478Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-23T15:56:16.479Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-23T15:56:16.479Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-23T15:56:16.479Z] Suggested packages: [2021-03-23T15:56:16.479Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-23T15:56:16.479Z] Recommended packages: [2021-03-23T15:56:16.479Z] gnupg libsasl2-modules [2021-03-23T15:56:16.479Z] The following NEW packages will be installed: [2021-03-23T15:56:16.479Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-23T15:56:16.479Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-23T15:56:16.479Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-23T15:56:16.479Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-23T15:56:16.479Z] The following packages will be upgraded: [2021-03-23T15:56:16.479Z] gpg gpg-agent gpgconf libudev1 [2021-03-23T15:56:16.740Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-23T15:56:16.740Z] Need to get 3530 kB of archives. [2021-03-23T15:56:16.740Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-23T15:56:16.740Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-23T15:56:16.740Z] Get:2 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-23T15:56:16.740Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-23T15:56:16.740Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-23T15:56:16.740Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-23T15:56:17.000Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-23T15:56:17.572Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-23T15:56:17.572Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-23T15:56:17.572Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-23T15:56:17.572Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-23T15:56:17.572Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-23T15:56:17.572Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-23T15:56:17.572Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-23T15:56:17.572Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-23T15:56:17.572Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-23T15:56:17.572Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-23T15:56:17.572Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-23T15:56:17.572Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-23T15:56:17.572Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-23T15:56:17.572Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-23T15:56:17.572Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-23T15:56:17.572Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-23T15:56:17.832Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T15:56:17.832Z] Fetched 3530 kB in 1s (3195 kB/s) [2021-03-23T15:56:17.832Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-23T15:56:17.832Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-23T15:56:17.832Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T15:56:18.092Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-23T15:56:18.092Z] Selecting previously unselected package udev. [2021-03-23T15:56:18.092Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-23T15:56:18.092Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-23T15:56:18.092Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-23T15:56:18.352Z] Selecting previously unselected package libfuse2:amd64. [2021-03-23T15:56:18.352Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-23T15:56:18.352Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-23T15:56:18.612Z] Selecting previously unselected package fuse. [2021-03-23T15:56:18.612Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-23T15:56:18.612Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-23T15:56:18.612Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T15:56:18.612Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T15:56:18.874Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T15:56:18.874Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T15:56:18.874Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T15:56:18.874Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T15:56:19.134Z] Selecting previously unselected package libksba8:amd64. [2021-03-23T15:56:19.134Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-23T15:56:19.134Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-23T15:56:19.134Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-23T15:56:19.134Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T15:56:19.134Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:19.134Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-23T15:56:19.134Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T15:56:19.395Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:19.395Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-23T15:56:19.395Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T15:56:19.395Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:19.395Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-23T15:56:19.395Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T15:56:19.395Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:19.658Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-23T15:56:19.658Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T15:56:19.658Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:19.658Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-23T15:56:19.658Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T15:56:19.658Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:19.920Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-23T15:56:19.920Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T15:56:19.920Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:20.180Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-23T15:56:20.180Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T15:56:20.180Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:20.180Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-23T15:56:20.180Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-23T15:56:20.180Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:20.180Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-23T15:56:20.180Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-23T15:56:20.180Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T15:56:20.441Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-23T15:56:20.441Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-23T15:56:20.441Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T15:56:20.441Z] Selecting previously unselected package libldap-common. [2021-03-23T15:56:20.441Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-23T15:56:20.441Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T15:56:20.441Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-23T15:56:20.441Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-23T15:56:20.441Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T15:56:20.707Z] Selecting previously unselected package dirmngr. [2021-03-23T15:56:20.707Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T15:56:20.707Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-23T15:56:20.707Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T15:56:20.978Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-23T15:56:20.978Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-23T15:56:20.978Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T15:56:20.978Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-23T15:56:20.978Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-23T15:56:20.978Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:20.978Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-23T15:56:20.978Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T15:56:21.242Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-23T15:56:21.503Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-23T15:56:21.764Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:21.764Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-23T15:56:21.764Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-23T15:56:21.764Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-23T15:56:21.764Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:21.764Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:21.764Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:22.024Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:22.024Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:22.024Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:22.024Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-23T15:56:22.024Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-23T15:56:22.024Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-23T15:56:22.024Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T15:56:22.605Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-23T15:56:22.605Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-23T15:56:22.605Z] This means they are not meant to be enabled using systemctl. [2021-03-23T15:56:22.605Z] Possible reasons for having this kind of units are: [2021-03-23T15:56:22.605Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-23T15:56:22.605Z] .wants/ or .requires/ directory. [2021-03-23T15:56:22.605Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-23T15:56:22.605Z] a requirement dependency on it. [2021-03-23T15:56:22.605Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-23T15:56:22.605Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-23T15:56:22.605Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-23T15:56:22.605Z] instance name specified. [2021-03-23T15:56:22.875Z] Reading package lists... [2021-03-23T15:56:23.137Z] Building dependency tree... [2021-03-23T15:56:23.137Z] Reading state information... [2021-03-23T15:56:23.137Z] The following additional packages will be installed: [2021-03-23T15:56:23.137Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-23T15:56:23.137Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-23T15:56:23.137Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-23T15:56:23.137Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-23T15:56:23.137Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-23T15:56:23.137Z] Suggested packages: [2021-03-23T15:56:23.137Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-23T15:56:23.137Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-23T15:56:23.137Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-23T15:56:23.137Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-23T15:56:23.137Z] systemd-container policykit-1 [2021-03-23T15:56:23.137Z] Recommended packages: [2021-03-23T15:56:23.137Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-23T15:56:23.137Z] The following NEW packages will be installed: [2021-03-23T15:56:23.137Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-23T15:56:23.137Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-23T15:56:23.137Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-23T15:56:23.137Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-23T15:56:23.137Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-23T15:56:23.137Z] The following packages will be upgraded: [2021-03-23T15:56:23.137Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-23T15:56:23.137Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-23T15:56:23.137Z] Need to get 35.2 MB of archives. [2021-03-23T15:56:23.137Z] After this operation, 141 MB of additional disk space will be used. [2021-03-23T15:56:23.137Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-23T15:56:23.398Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-23T15:56:23.398Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-23T15:56:23.398Z] 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-23T15:56:23.398Z] 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-23T15:56:23.398Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-23T15:56:23.398Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-23T15:56:23.398Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-23T15:56:23.398Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-23T15:56:23.398Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-23T15:56:23.398Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-23T15:56:23.658Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-23T15:56:23.658Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-23T15:56:23.658Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-23T15:56:23.658Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-23T15:56:23.658Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-23T15:56:23.658Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-23T15:56:23.658Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-23T15:56:23.658Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-23T15:56:24.229Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-23T15:56:24.229Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-23T15:56:24.229Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-23T15:56:24.229Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-23T15:56:24.229Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-23T15:56:24.229Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-23T15:56:24.229Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-23T15:56:24.229Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-23T15:56:24.229Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-23T15:56:24.490Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-23T15:56:24.490Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-23T15:56:24.490Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T15:56:24.750Z] Fetched 35.2 MB in 1s (27.2 MB/s) [2021-03-23T15:56:24.750Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-23T15:56:24.750Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-23T15:56:24.750Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T15:56:25.693Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-23T15:56:25.693Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T15:56:25.693Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-23T15:56:25.693Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-23T15:56:25.693Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-23T15:56:25.693Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-23T15:56:25.952Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-23T15:56:25.952Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-23T15:56:25.952Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-23T15:56:26.212Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-23T15:56:26.473Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-23T15:56:26.473Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-23T15:56:26.734Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-23T15:56:26.994Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-23T15:56:26.994Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-23T15:56:26.994Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-23T15:56:27.255Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-23T15:56:27.255Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T15:56:27.255Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T15:56:27.515Z] Selecting previously unselected package libexpat1:amd64. [2021-03-23T15:56:27.515Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-23T15:56:27.515Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-23T15:56:27.515Z] Selecting previously unselected package python3.6-minimal. [2021-03-23T15:56:27.515Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T15:56:27.515Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T15:56:27.774Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-23T15:56:28.036Z] Checking for services that may need to be restarted...done. [2021-03-23T15:56:28.036Z] Checking for services that may need to be restarted...done. [2021-03-23T15:56:28.036Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T15:56:28.036Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-23T15:56:28.036Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T15:56:28.605Z] Selecting previously unselected package python3-minimal. [2021-03-23T15:56:28.605Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-23T15:56:28.605Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-23T15:56:28.605Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-23T15:56:28.605Z] Selecting previously unselected package mime-support. [2021-03-23T15:56:28.605Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-23T15:56:28.605Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-23T15:56:28.605Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-23T15:56:28.605Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-23T15:56:28.605Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-23T15:56:28.865Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-23T15:56:28.865Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T15:56:28.865Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T15:56:29.125Z] Selecting previously unselected package python3.6. [2021-03-23T15:56:29.125Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-23T15:56:29.125Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T15:56:29.125Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-23T15:56:29.125Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-23T15:56:29.125Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-23T15:56:29.386Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-23T15:56:29.647Z] Selecting previously unselected package python3. [2021-03-23T15:56:29.647Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-23T15:56:29.647Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-23T15:56:29.647Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-23T15:56:29.647Z] Selecting previously unselected package multiarch-support. [2021-03-23T15:56:29.647Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T15:56:29.647Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-23T15:56:29.647Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-23T15:56:29.908Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-23T15:56:29.908Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-23T15:56:29.908Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-23T15:56:29.908Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-23T15:56:29.908Z] Selecting previously unselected package libbsd0:amd64. [2021-03-23T15:56:29.908Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-23T15:56:29.908Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-23T15:56:30.170Z] Selecting previously unselected package sudo. [2021-03-23T15:56:30.170Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-23T15:56:30.170Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-23T15:56:30.432Z] Selecting previously unselected package apparmor. [2021-03-23T15:56:30.432Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-23T15:56:30.432Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-23T15:56:30.693Z] Selecting previously unselected package libedit2:amd64. [2021-03-23T15:56:30.693Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-23T15:56:30.693Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-23T15:56:30.953Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-23T15:56:30.953Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T15:56:30.953Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T15:56:30.953Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-23T15:56:30.953Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T15:56:30.953Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T15:56:31.213Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-23T15:56:31.213Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-23T15:56:31.213Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-23T15:56:31.213Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-23T15:56:31.213Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T15:56:31.504Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T15:56:31.765Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-23T15:56:31.765Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-23T15:56:31.765Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T15:56:31.765Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-23T15:56:31.765Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-23T15:56:31.765Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-23T15:56:32.336Z] Selecting previously unselected package openssh-client. [2021-03-23T15:56:32.336Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-23T15:56:32.336Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-23T15:56:32.595Z] Selecting previously unselected package squashfs-tools. [2021-03-23T15:56:32.595Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-23T15:56:32.595Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-23T15:56:32.595Z] Selecting previously unselected package snapd. [2021-03-23T15:56:32.595Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-23T15:56:32.595Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-23T15:56:34.508Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-23T15:56:34.508Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-23T15:56:34.768Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-23T15:56:34.769Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-23T15:56:34.769Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-23T15:56:34.769Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T15:56:34.769Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T15:56:34.769Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-23T15:56:34.769Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-23T15:56:36.186Z] ---> 9e368c64fb46 [2021-03-23T15:56:36.187Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-23T15:56:36.187Z] ---> 1c63153e9e36 [2021-03-23T15:56:36.187Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-23T15:56:36.187Z] ---> 22a1a2c8d6d3 [2021-03-23T15:56:36.187Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-23T15:56:36.187Z] ---> 765480967e2a [2021-03-23T15:56:36.187Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-23T15:56:36.187Z] ---> 25bb0752d4d2 [2021-03-23T15:56:36.187Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-23T15:56:36.187Z] ---> Running in 1a3ee13ef620 [2021-03-23T15:56:36.187Z] ---> Running in c29bd3ad11d0 [2021-03-23T15:56:36.187Z] ---> Running in ae30dc4cade2 [2021-03-23T15:56:36.187Z] ---> Running in 6331fce50f39 [2021-03-23T15:56:36.187Z] ---> Running in 55c656413e18 [2021-03-23T15:56:36.187Z] 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-23T15:56:36.187Z] 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-23T15:56:36.187Z] 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-23T15:56:36.187Z] 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-23T15:56:36.187Z] 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-23T15:56:36.686Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-23T15:56:36.686Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-23T15:56:36.686Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-23T15:56:36.948Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T15:56:36.948Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T15:56:36.948Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-23T15:56:37.520Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-23T15:56:37.520Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T15:56:37.520Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-23T15:56:37.520Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-23T15:56:37.520Z] running python rtupdate hooks for python3.6... [2021-03-23T15:56:37.521Z] running python post-rtupdate hooks for python3.6... [2021-03-23T15:56:37.782Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-23T15:56:39.166Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-23T15:56:39.166Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-23T15:56:39.166Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-23T15:56:39.427Z] Setting up snapd (2.48.3+18.04) ... [2021-03-23T15:56:39.688Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-23T15:56:39.950Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-23T15:56:39.950Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-23T15:56:40.211Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-23T15:56:40.471Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-23T15:56:40.471Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-23T15:56:40.471Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-23T15:56:40.732Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-23T15:56:40.993Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-23T15:56:40.993Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-23T15:56:41.252Z] /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-23T15:56:41.252Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-23T15:56:41.252Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-23T15:56:42.195Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T15:56:42.195Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-23T15:56:42.455Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T15:56:42.721Z] Fetched 88.7 kB in 1s (160 kB/s) [2021-03-23T15:56:43.663Z] Reading package lists... [2021-03-23T15:56:43.663Z] Reading package lists... [2021-03-23T15:56:43.925Z] Building dependency tree... [2021-03-23T15:56:43.925Z] Reading state information... [2021-03-23T15:56:43.925Z] Calculating upgrade... [2021-03-23T15:56:43.925Z] The following packages will be upgraded: [2021-03-23T15:56:43.925Z] advancecomp base-files bash binutils binutils-common [2021-03-23T15:56:43.925Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-23T15:56:43.925Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-23T15:56:43.925Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-23T15:56:43.925Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-23T15:56:43.925Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-23T15:56:43.925Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-23T15:56:43.925Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-23T15:56:43.925Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-23T15:56:43.925Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-23T15:56:43.925Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-23T15:56:43.925Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-23T15:56:43.925Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-23T15:56:43.925Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-23T15:56:43.925Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-23T15:56:44.186Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-23T15:56:44.187Z] Need to get 63.8 MB of archives. [2021-03-23T15:56:44.187Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-23T15:56:44.187Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-23T15:56:44.187Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-23T15:56:44.759Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-23T15:56:44.759Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-23T15:56:44.759Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-23T15:56:44.759Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-23T15:56:45.020Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-23T15:56:45.020Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-23T15:56:45.020Z] 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-23T15:56:45.020Z] 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-23T15:56:45.020Z] 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-23T15:56:45.020Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-23T15:56:45.020Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-23T15:56:45.020Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-23T15:56:45.020Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-23T15:56:45.020Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-23T15:56:45.020Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-23T15:56:45.020Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-23T15:56:45.020Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-23T15:56:45.020Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-23T15:56:45.020Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-23T15:56:45.020Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-23T15:56:45.020Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-23T15:56:45.020Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-23T15:56:45.020Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-23T15:56:45.281Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-23T15:56:45.281Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-23T15:56:45.281Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-23T15:56:45.281Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-23T15:56:45.281Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-23T15:56:45.281Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-23T15:56:45.281Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-23T15:56:45.281Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-23T15:56:45.281Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-23T15:56:45.281Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-23T15:56:45.281Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-23T15:56:45.281Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-23T15:56:45.281Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-23T15:56:45.281Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-23T15:56:45.281Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-23T15:56:45.281Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-23T15:56:45.281Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-23T15:56:45.281Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-23T15:56:45.281Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-23T15:56:45.281Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-23T15:56:45.281Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-23T15:56:45.281Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-23T15:56:45.281Z] Get:48 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-23T15:56:45.281Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-23T15:56:45.281Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-23T15:56:45.281Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-23T15:56:45.281Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-23T15:56:45.281Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-23T15:56:45.281Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-23T15:56:45.281Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-23T15:56:45.281Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-23T15:56:45.281Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-23T15:56:45.281Z] Get:58 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-23T15:56:45.281Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-23T15:56:45.542Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-23T15:56:45.542Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-23T15:56:45.542Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-23T15:56:45.542Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-23T15:56:45.542Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-23T15:56:45.542Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-23T15:56:45.542Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-23T15:56:45.542Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-23T15:56:45.542Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-23T15:56:45.542Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-23T15:56:45.542Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-23T15:56:45.542Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-23T15:56:45.542Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-23T15:56:45.542Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-23T15:56:45.542Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-23T15:56:45.543Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-23T15:56:45.543Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-23T15:56:45.543Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-23T15:56:45.543Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-23T15:56:45.543Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-23T15:56:45.543Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-23T15:56:45.803Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-23T15:56:45.803Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-23T15:56:45.803Z] Get:83 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-23T15:56:45.803Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-23T15:56:45.803Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-23T15:56:45.804Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-23T15:56:45.804Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-23T15:56:45.804Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-23T15:56:45.804Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-23T15:56:45.804Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-23T15:56:46.374Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-23T15:56:46.634Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-23T15:56:46.894Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-23T15:56:46.894Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-23T15:56:47.156Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-23T15:56:47.156Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-23T15:56:47.156Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-23T15:56:47.156Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-23T15:56:47.156Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-23T15:56:47.418Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T15:56:47.418Z] Fetched 63.8 MB in 3s (20.0 MB/s) [2021-03-23T15:56:47.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:47.418Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T15:56:47.418Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T15:56:48.358Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T15:56:48.358Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T15:56:48.358Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-23T15:56:48.358Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-23T15:56:49.304Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:49.304Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T15:56:49.304Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:49.304Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T15:56:49.566Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:49.566Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T15:56:49.566Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:49.827Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T15:56:49.827Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:49.827Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T15:56:50.088Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:50.088Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T15:56:50.088Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:50.088Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T15:56:50.350Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:56:50.350Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T15:56:50.350Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:50.350Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-23T15:56:50.612Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:56:50.612Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T15:56:50.612Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:50.612Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T15:56:50.872Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:50.872Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T15:56:50.872Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-23T15:56:50.872Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-23T15:56:51.133Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:56:51.133Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T15:56:51.133Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T15:56:51.393Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T15:56:51.965Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-23T15:56:52.226Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-23T15:56:52.226Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-23T15:56:52.226Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-23T15:56:52.226Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-23T15:56:52.226Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-23T15:56:52.486Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-23T15:56:52.486Z] Installing new version of config file /etc/issue ... [2021-03-23T15:56:52.486Z] Installing new version of config file /etc/issue.net ... [2021-03-23T15:56:52.486Z] Installing new version of config file /etc/lsb-release ... [2021-03-23T15:56:52.486Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-23T15:56:52.747Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-23T15:56:53.011Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-23T15:56:53.011Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-23T15:56:53.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:53.011Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-23T15:56:53.011Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-23T15:56:53.271Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-23T15:56:53.271Z] 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-23T15:56:53.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:53.271Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T15:56:53.532Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-23T15:56:53.532Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-23T15:56:53.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:53.532Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-23T15:56:53.532Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-23T15:56:53.793Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-23T15:56:53.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:53.793Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-23T15:56:54.054Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-23T15:56:54.054Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-23T15:56:54.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:54.315Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T15:56:54.315Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T15:56:54.315Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-23T15:56:54.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:54.576Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T15:56:54.576Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T15:56:54.836Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-23T15:56:54.836Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:54.836Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-23T15:56:54.837Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-23T15:56:55.097Z] Setting up grep (3.1-2build1) ... [2021-03-23T15:56:55.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:55.097Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-23T15:56:55.097Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-23T15:56:55.359Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-23T15:56:55.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:55.359Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T15:56:55.359Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T15:56:55.621Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-23T15:56:55.621Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:55.621Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-23T15:56:55.621Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T15:56:56.205Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-23T15:56:56.205Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T15:56:56.205Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-23T15:56:56.205Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T15:56:57.147Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-23T15:56:57.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:57.147Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-23T15:56:57.147Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-23T15:56:58.088Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-23T15:56:58.088Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-23T15:56:58.088Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-23T15:56:58.088Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-23T15:56:58.347Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-23T15:56:58.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:58.347Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-23T15:56:58.347Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-23T15:56:58.607Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-23T15:56:58.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:58.607Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T15:56:58.607Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T15:56:58.868Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T15:56:58.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:58.868Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T15:56:58.868Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T15:56:59.129Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T15:56:59.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:59.129Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T15:56:59.129Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T15:56:59.394Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T15:56:59.394Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:59.394Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T15:56:59.394Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T15:56:59.655Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T15:56:59.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:56:59.655Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T15:56:59.655Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T15:56:59.922Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T15:56:59.922Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T15:56:59.922Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-23T15:57:00.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:57:00.183Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-23T15:57:00.183Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T15:57:00.183Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-23T15:57:00.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:57:00.183Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T15:57:00.183Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T15:57:00.443Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-23T15:57:00.443Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:57:00.443Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T15:57:00.443Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T15:57:00.443Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-23T15:57:00.704Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:57:00.704Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T15:57:00.704Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T15:57:01.275Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-23T15:57:01.537Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-23T15:57:01.797Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-23T15:57:01.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:57:01.798Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-23T15:57:01.798Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-23T15:57:02.060Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-23T15:57:02.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-23T15:57:02.060Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-23T15:57:02.060Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-23T15:57:02.324Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-23T15:57:02.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:02.324Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-23T15:57:02.585Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-23T15:57:02.585Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-23T15:57:02.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:02.848Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-23T15:57:02.848Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-23T15:57:03.109Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-23T15:57:03.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:03.109Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-23T15:57:03.109Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-23T15:57:03.368Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-23T15:57:03.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:03.368Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-23T15:57:03.368Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T15:57:03.628Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T15:57:03.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:03.628Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-23T15:57:03.888Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T15:57:03.888Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T15:57:03.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:03.888Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-23T15:57:04.148Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T15:57:04.148Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T15:57:04.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:04.410Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-23T15:57:04.410Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-23T15:57:04.670Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-23T15:57:04.670Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-23T15:57:04.670Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T15:57:04.670Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T15:57:04.930Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-23T15:57:04.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:04.930Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-23T15:57:04.930Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-23T15:57:05.191Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-23T15:57:05.451Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:05.451Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-23T15:57:05.451Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-23T15:57:05.451Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-23T15:57:05.714Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:05.714Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-23T15:57:05.714Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-23T15:57:05.975Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-23T15:57:05.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:05.975Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-23T15:57:05.975Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-23T15:57:06.236Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-23T15:57:06.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:06.236Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-23T15:57:06.236Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-23T15:57:06.811Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-23T15:57:06.811Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:06.811Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-23T15:57:06.811Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-23T15:57:07.071Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-23T15:57:07.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:07.071Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-23T15:57:07.071Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-23T15:57:07.331Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-23T15:57:07.331Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:07.331Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-23T15:57:07.331Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-23T15:57:07.593Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-23T15:57:07.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:07.854Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-23T15:57:08.115Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-23T15:57:08.115Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-23T15:57:08.115Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:08.116Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-23T15:57:08.116Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-23T15:57:08.381Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-23T15:57:08.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:08.381Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-23T15:57:08.381Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-23T15:57:08.642Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-23T15:57:08.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-23T15:57:08.642Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-23T15:57:08.642Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-23T15:57:08.903Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-23T15:57:08.903Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-23T15:57:08.903Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-23T15:57:08.903Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-23T15:57:09.164Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-23T15:57:09.164Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-23T15:57:09.164Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-23T15:57:09.164Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-23T15:57:09.426Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-23T15:57:09.426Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-23T15:57:09.686Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-23T15:57:09.686Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-23T15:57:09.948Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-23T15:57:09.948Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-23T15:57:09.948Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-23T15:57:09.948Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-23T15:57:10.211Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-23T15:57:10.211Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-23T15:57:10.211Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-23T15:57:10.211Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-23T15:57:10.472Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-23T15:57:10.472Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-23T15:57:10.749Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-23T15:57:10.749Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-23T15:57:11.015Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-23T15:57:11.276Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-23T15:57:11.848Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-23T15:57:11.848Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-23T15:57:12.108Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-23T15:57:12.108Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-23T15:57:12.108Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T15:57:12.108Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T15:57:12.680Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T15:57:12.680Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T15:57:12.680Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T15:57:12.680Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T15:57:12.940Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-23T15:57:12.940Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-23T15:57:13.203Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T15:57:13.203Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T15:57:13.203Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T15:57:13.203Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T15:57:13.463Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T15:57:13.463Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T15:57:13.463Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T15:57:13.463Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T15:57:14.407Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T15:57:14.407Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T15:57:15.356Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T15:57:15.356Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T15:57:15.926Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T15:57:15.926Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T15:57:16.190Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T15:57:16.190Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T15:57:17.135Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-23T15:57:17.135Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-23T15:57:17.135Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-23T15:57:17.135Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-23T15:57:17.398Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-23T15:57:17.398Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-23T15:57:17.657Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-23T15:57:17.657Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-23T15:57:17.657Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-23T15:57:17.657Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-23T15:57:17.918Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-23T15:57:17.918Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-23T15:57:17.918Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-23T15:57:17.918Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-23T15:57:18.179Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-23T15:57:18.440Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-23T15:57:18.440Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:57:18.440Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-23T15:57:18.440Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:57:18.700Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:57:18.700Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:57:18.700Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-23T15:57:18.700Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-23T15:57:18.700Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-23T15:57:18.700Z] [2021-03-23T15:57:18.700Z] Current default time zone: 'Etc/UTC' [2021-03-23T15:57:18.700Z] Local time is now: Tue Mar 23 15:57:18 UTC 2021. [2021-03-23T15:57:18.700Z] Universal Time is now: Tue Mar 23 15:57:18 UTC 2021. [2021-03-23T15:57:18.700Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-23T15:57:18.700Z] [2021-03-23T15:57:18.960Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-23T15:57:18.960Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:57:18.960Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-23T15:57:18.960Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-23T15:57:18.960Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-23T15:57:18.960Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-23T15:57:18.960Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-23T15:57:18.960Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-23T15:57:19.223Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-23T15:57:19.223Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-23T15:57:19.223Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:57:19.223Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-23T15:57:19.482Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T15:57:19.482Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-23T15:57:19.482Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:57:19.482Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-23T15:57:19.482Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-23T15:57:19.743Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-23T15:57:19.743Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-23T15:57:19.743Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-23T15:57:19.743Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-23T15:57:19.743Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-23T15:57:19.743Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-23T15:57:21.653Z] Updating certificates in /etc/ssl/certs... [2021-03-23T15:57:22.226Z] 23 added, 27 removed; done. [2021-03-23T15:57:22.488Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-23T15:57:22.488Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-23T15:57:22.488Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-23T15:57:22.488Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-23T15:57:22.488Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-23T15:57:22.488Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T15:57:22.749Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-23T15:57:22.749Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T15:57:22.749Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T15:57:22.749Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T15:57:22.749Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T15:57:22.749Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T15:57:22.749Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-23T15:57:22.749Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-23T15:57:23.009Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-23T15:57:23.009Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-23T15:57:23.009Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-23T15:57:23.009Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T15:57:23.009Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-23T15:57:23.009Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-23T15:57:23.270Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-23T15:57:23.270Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-23T15:57:23.270Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-23T15:57:23.270Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-23T15:57:23.530Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-23T15:57:23.530Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-23T15:57:23.530Z] Updating certificates in /etc/ssl/certs... [2021-03-23T15:57:24.102Z] 0 added, 0 removed; done. [2021-03-23T15:57:24.102Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-23T15:57:24.102Z] done. [2021-03-23T15:57:24.362Z] Reading package lists... [2021-03-23T15:57:24.622Z] Building dependency tree... [2021-03-23T15:57:24.622Z] Reading state information... [2021-03-23T15:57:24.622Z] The following NEW packages will be installed: [2021-03-23T15:57:24.622Z] apt-transport-https [2021-03-23T15:57:24.881Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-23T15:57:24.881Z] Need to get 1696 B of archives. [2021-03-23T15:57:24.881Z] After this operation, 153 kB of additional disk space will be used. [2021-03-23T15:57:24.881Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-23T15:57:25.141Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T15:57:25.141Z] Fetched 1696 B in 0s (8498 B/s) [2021-03-23T15:57:25.141Z] Selecting previously unselected package apt-transport-https. [2021-03-23T15:57:25.141Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-23T15:57:25.141Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-23T15:57:25.141Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-23T15:57:25.141Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-23T15:57:25.405Z] Waiting for network to be ready... [2021-03-23T15:57:35.431Z] 2021-03-23T15:57:29Z INFO Waiting for automatic snapd restart... [2021-03-23T15:57:35.431Z] snapd 2.49 from Canonical* installed [2021-03-23T15:57:36.004Z] "snapd" switched to the "latest/stable" channel [2021-03-23T15:57:36.004Z] [2021-03-23T15:57:38.546Z] core18 20210128 from Canonical* installed [2021-03-23T15:57:38.806Z] "core18" switched to the "latest/stable" channel [2021-03-23T15:57:38.806Z] [2021-03-23T15:57:42.106Z] snapcraft 4.5.4 from Canonical* installed [2021-03-23T15:57:42.106Z] "snapcraft" switched to the "latest/stable" channel [2021-03-23T15:57:42.106Z] [2021-03-23T15:57:45.417Z] 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-23T15:57:45.417Z] - README.md [2021-03-23T15:57:45.417Z] [2021-03-23T15:57:45.417Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-23T15:57:52.025Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T15:57:52.025Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T15:57:52.025Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T15:57:52.286Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T15:57:53.231Z] Reading package lists... [2021-03-23T15:57:53.499Z] 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-23T15:58:00.101Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T15:58:00.101Z] Reading package lists... [2021-03-23T15:58:00.101Z] Building dependency tree... [2021-03-23T15:58:00.101Z] Reading state information... [2021-03-23T15:58:00.101Z] Suggested packages: [2021-03-23T15:58:00.101Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-23T15:58:00.101Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-23T15:58:00.101Z] Recommended packages: [2021-03-23T15:58:00.101Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-23T15:58:00.101Z] The following NEW packages will be installed: [2021-03-23T15:58:00.101Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-23T15:58:00.101Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-23T15:58:00.101Z] pkg-config zip [2021-03-23T15:58:00.101Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-23T15:58:00.101Z] Need to get 7657 kB of archives. [2021-03-23T15:58:00.101Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-23T15:58:00.101Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-23T15:58:00.101Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-23T15:58:00.362Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-23T15:58:00.362Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-23T15:58:00.362Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-23T15:58:00.362Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-23T15:58:00.624Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-23T15:58:00.624Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-23T15:58:00.624Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-23T15:58:00.624Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-23T15:58:00.885Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-23T15:58:00.885Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-23T15:58:00.885Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-23T15:58:01.146Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-23T15:58:01.146Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-23T15:58:01.146Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-23T15:58:01.146Z] Fetched 7657 kB in 1s (6969 kB/s) [2021-03-23T15:58:01.146Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-23T15:58:01.146Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-23T15:58:01.146Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-23T15:58:01.409Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-23T15:58:01.409Z] Selecting previously unselected package libpsl5:amd64. [2021-03-23T15:58:01.409Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-23T15:58:01.409Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-23T15:58:01.672Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-23T15:58:01.672Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-23T15:58:01.672Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-23T15:58:01.672Z] Selecting previously unselected package librtmp1:amd64. [2021-03-23T15:58:01.672Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-23T15:58:01.672Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-23T15:58:01.945Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-23T15:58:01.945Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-23T15:58:01.945Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-23T15:58:01.945Z] Selecting previously unselected package liberror-perl. [2021-03-23T15:58:01.945Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-23T15:58:01.945Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-23T15:58:01.945Z] Selecting previously unselected package git-man. [2021-03-23T15:58:01.945Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-23T15:58:01.945Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-23T15:58:02.213Z] Selecting previously unselected package git. [2021-03-23T15:58:02.213Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-23T15:58:02.213Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-23T15:58:03.156Z] Selecting previously unselected package libnorm1:amd64. [2021-03-23T15:58:03.156Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-23T15:58:03.156Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-23T15:58:03.156Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-23T15:58:03.156Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-23T15:58:03.156Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-23T15:58:03.418Z] Selecting previously unselected package libsodium23:amd64. [2021-03-23T15:58:03.418Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-23T15:58:03.418Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-23T15:58:03.418Z] Selecting previously unselected package libzmq5:amd64. [2021-03-23T15:58:03.418Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-23T15:58:03.418Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T15:58:03.418Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-23T15:58:03.418Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-23T15:58:03.418Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T15:58:03.680Z] Selecting previously unselected package pkg-config. [2021-03-23T15:58:03.680Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-23T15:58:03.680Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-23T15:58:03.680Z] Selecting previously unselected package zip. [2021-03-23T15:58:03.680Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-23T15:58:03.680Z] Unpacking zip (3.0-11build1) ... [2021-03-23T15:58:03.943Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-23T15:58:03.943Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-23T15:58:03.943Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-23T15:58:03.943Z] Setting up liberror-perl (0.17025-1) ... [2021-03-23T15:58:03.943Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-23T15:58:03.943Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-23T15:58:04.204Z] No schema files found: doing nothing. [2021-03-23T15:58:04.204Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-23T15:58:04.204Z] Setting up zip (3.0-11build1) ... [2021-03-23T15:58:04.204Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-23T15:58:04.204Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-23T15:58:04.204Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-23T15:58:04.204Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T15:58:04.204Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-23T15:58:04.465Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-23T15:58:04.465Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-23T15:58:04.465Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-23T15:58:11.296Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T15:58:11.296Z] git set to automatically installed. [2021-03-23T15:58:11.296Z] git-man set to automatically installed. [2021-03-23T15:58:11.296Z] libcurl3-gnutls set to automatically installed. [2021-03-23T15:58:11.296Z] liberror-perl set to automatically installed. [2021-03-23T15:58:11.296Z] libglib2.0-0 set to automatically installed. [2021-03-23T15:58:11.296Z] libnghttp2-14 set to automatically installed. [2021-03-23T15:58:11.296Z] libnorm1 set to automatically installed. [2021-03-23T15:58:11.296Z] libpgm-5.2-0 set to automatically installed. [2021-03-23T15:58:11.296Z] libpsl5 set to automatically installed. [2021-03-23T15:58:11.296Z] librtmp1 set to automatically installed. [2021-03-23T15:58:11.296Z] libsodium23 set to automatically installed. [2021-03-23T15:58:11.296Z] libzmq3-dev set to automatically installed. [2021-03-23T15:58:11.296Z] libzmq5 set to automatically installed. [2021-03-23T15:58:11.296Z] pkg-config set to automatically installed. [2021-03-23T15:58:11.296Z] zip set to automatically installed. [2021-03-23T15:58:13.077Z] 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-23T15:58:13.219Z] snapd is not logged in, snap install commands will use sudo [2021-03-23T15:58:17.425Z] Removing intermediate container ae30dc4cade2 [2021-03-23T15:58:17.425Z] ---> 49b6db5c3ea0 [2021-03-23T15:58:17.425Z] [2021-03-23T15:58:17.425Z] Step 10/24 : FROM alpine:3.12 [2021-03-23T15:58:17.425Z] 3.12: Pulling from library/alpine [2021-03-23T15:58:18.903Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-23T15:58:18.903Z] Status: Downloaded newer image for alpine:3.12 [2021-03-23T15:58:18.903Z] ---> d10569e2745f [2021-03-23T15:58:18.903Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-23T15:58:19.811Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T15:58:19.905Z] ---> Running in 1ef3967cbbb9 [2021-03-23T15:58:21.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:58:21.875Z] Removing intermediate container c29bd3ad11d0 [2021-03-23T15:58:21.875Z] ---> 901288834f3f [2021-03-23T15:58:21.875Z] [2021-03-23T15:58:21.875Z] Step 10/31 : FROM alpine:3.12 [2021-03-23T15:58:21.875Z] ---> d10569e2745f [2021-03-23T15:58:21.875Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-23T15:58:21.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:58:22.146Z] ---> Running in b0710765cf9e [2021-03-23T15:58:22.759Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-23T15:58:22.759Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T15:58:22.759Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-23T15:58:22.759Z] (4/5) Installing curl (7.69.1-r3) [2021-03-23T15:58:22.759Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-23T15:58:22.759Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:58:22.759Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:58:22.759Z] Removing intermediate container b0710765cf9e [2021-03-23T15:58:22.759Z] ---> 783571940432 [2021-03-23T15:58:22.759Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-23T15:58:23.032Z] ---> Running in 2d55cc2541d9 [2021-03-23T15:58:23.309Z] OK: 7 MiB in 19 packages [2021-03-23T15:58:25.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:58:25.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:58:25.961Z] Removing intermediate container 1ef3967cbbb9 [2021-03-23T15:58:25.961Z] ---> dbfad79aa73a [2021-03-23T15:58:25.961Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T15:58:26.244Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-23T15:58:26.244Z] (2/2) Installing su-exec (0.2-r1) [2021-03-23T15:58:26.244Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:58:26.244Z] OK: 5 MiB in 16 packages [2021-03-23T15:58:26.244Z] ---> Running in 552e281e2713 [2021-03-23T15:58:27.233Z] Removing intermediate container 552e281e2713 [2021-03-23T15:58:27.233Z] ---> 704af678af42 [2021-03-23T15:58:27.233Z] Step 13/24 : WORKDIR / [2021-03-23T15:58:27.518Z] ---> Running in 33d453bd8e12 [2021-03-23T15:58:28.967Z] Removing intermediate container 33d453bd8e12 [2021-03-23T15:58:28.967Z] ---> 2bfc56cffbb1 [2021-03-23T15:58:28.967Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.jsonRemoving intermediate container 2d55cc2541d9 [2021-03-23T15:58:28.967Z] [2021-03-23T15:58:28.967Z] ---> 6ac746f842ff [2021-03-23T15:58:28.967Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-23T15:58:28.967Z] ---> Running in c99a2f1b83e3 [2021-03-23T15:58:30.431Z] Removing intermediate container c99a2f1b83e3 [2021-03-23T15:58:30.431Z] ---> ae9f2cca704e [2021-03-23T15:58:30.431Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-23T15:58:30.715Z] ---> 70ff84efae89 [2021-03-23T15:58:30.715Z] 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-23T15:58:31.003Z] ---> Running in aeda63eacb2e [2021-03-23T15:58:31.609Z] Removing intermediate container 1a3ee13ef620 [2021-03-23T15:58:31.609Z] ---> a847dc366b9c [2021-03-23T15:58:31.609Z] [2021-03-23T15:58:31.609Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:58:31.609Z] ---> d10569e2745f [2021-03-23T15:58:31.609Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:58:31.889Z] ---> Running in 9e2cac4a174f [2021-03-23T15:58:31.889Z] Removing intermediate container aeda63eacb2e [2021-03-23T15:58:31.889Z] ---> 2f08832d9275 [2021-03-23T15:58:31.889Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-23T15:58:32.518Z] ---> a4846c1baa30 [2021-03-23T15:58:32.518Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-23T15:58:32.518Z] ---> Running in 9495cbf167c9 [2021-03-23T15:58:33.974Z] ---> d00666a3c3e5 [2021-03-23T15:58:33.974Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-23T15:58:34.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:58:34.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:58:35.453Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-23T15:58:35.453Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:58:35.453Z] OK: 5 MiB in 15 packages [2021-03-23T15:58:36.434Z] Removing intermediate container 55c656413e18 [2021-03-23T15:58:36.434Z] ---> 0db83c975dfb [2021-03-23T15:58:36.434Z] [2021-03-23T15:58:36.434Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T15:58:36.434Z] ---> d10569e2745f [2021-03-23T15:58:36.434Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-23T15:58:36.711Z] ---> 5e787eb383b7 [2021-03-23T15:58:36.711Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-23T15:58:36.711Z] ---> Running in 96d42542b50d [2021-03-23T15:58:37.012Z] Removing intermediate container 9495cbf167c9 [2021-03-23T15:58:37.012Z] ---> 17145b45fecc [2021-03-23T15:58:37.012Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-23T15:58:37.305Z] ---> Running in b28b5bc5015b [2021-03-23T15:58:37.615Z] Removing intermediate container 9e2cac4a174f [2021-03-23T15:58:37.615Z] ---> 1596cf25321f [2021-03-23T15:58:37.615Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:58:37.913Z] ---> Running in 8e9653916dce [2021-03-23T15:58:38.975Z] Removing intermediate container b28b5bc5015b [2021-03-23T15:58:38.975Z] ---> 8f7b86de1d1a [2021-03-23T15:58:38.975Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-23T15:58:38.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:58:38.975Z] ---> 86e5abbe012c [2021-03-23T15:58:38.975Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-23T15:58:39.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:58:39.286Z] Removing intermediate container 8e9653916dce [2021-03-23T15:58:39.286Z] ---> 96364c175b2c [2021-03-23T15:58:39.286Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-23T15:58:39.574Z] ---> Running in f52dadf566c5 [2021-03-23T15:58:39.574Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-23T15:58:39.847Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-23T15:58:39.847Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T15:58:39.847Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T15:58:40.133Z] OK: 6 MiB in 16 packages [2021-03-23T15:58:40.734Z] ---> 64e60ce3ec34 [2021-03-23T15:58:40.734Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-23T15:58:41.358Z] ---> Running in 0a1bfa88ed14 [2021-03-23T15:58:41.358Z] Removing intermediate container f52dadf566c5 [2021-03-23T15:58:41.358Z] ---> 441140f422ba [2021-03-23T15:58:41.358Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T15:58:41.358Z] ---> d33407ac0f22 [2021-03-23T15:58:41.358Z] 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-23T15:58:41.634Z] ---> Running in 7b5d7169d3ed [2021-03-23T15:58:41.913Z] ---> Running in 99c75ba42d71 [2021-03-23T15:58:42.188Z] Removing intermediate container 6331fce50f39 [2021-03-23T15:58:42.188Z] ---> 3e4e48e07b88 [2021-03-23T15:58:42.188Z] [2021-03-23T15:58:42.188Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T15:58:42.188Z] ---> d10569e2745f [2021-03-23T15:58:42.188Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-23T15:58:42.188Z] ---> Using cache [2021-03-23T15:58:42.188Z] ---> 1596cf25321f [2021-03-23T15:58:42.188Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:58:42.188Z] ---> Using cache [2021-03-23T15:58:42.188Z] ---> 96364c175b2c [2021-03-23T15:58:42.188Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-23T15:58:42.797Z] Removing intermediate container 7b5d7169d3ed [2021-03-23T15:58:42.797Z] ---> fa2a30cd52a3 [2021-03-23T15:58:42.797Z] Step 15/23 : WORKDIR / [2021-03-23T15:58:42.797Z] ---> Running in 1ddfd61595d5 [2021-03-23T15:58:42.797Z] Removing intermediate container 96d42542b50d [2021-03-23T15:58:42.797Z] ---> 0101b0b9394a [2021-03-23T15:58:42.797Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T15:58:43.071Z] ---> Running in 15debbd0814f [2021-03-23T15:58:43.071Z] ---> Running in 577e94ffa253 [2021-03-23T15:58:43.347Z] Removing intermediate container 1ddfd61595d5 [2021-03-23T15:58:43.347Z] ---> cc7d4abf7c90 [2021-03-23T15:58:43.347Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-23T15:58:43.623Z] ---> Running in ea3531e5bfa6 [2021-03-23T15:58:43.910Z] Removing intermediate container 15debbd0814f [2021-03-23T15:58:43.910Z] ---> b44bba924e4e [2021-03-23T15:58:43.910Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:58:43.910Z] Removing intermediate container 577e94ffa253 [2021-03-23T15:58:43.910Z] ---> e85f6d688593 [2021-03-23T15:58:43.910Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-23T15:58:44.187Z] ---> Running in 3de1c9f5690b [2021-03-23T15:58:44.187Z] Removing intermediate container ea3531e5bfa6 [2021-03-23T15:58:44.187Z] ---> 981980d69cff [2021-03-23T15:58:44.187Z] Step 15/23 : WORKDIR / [2021-03-23T15:58:44.464Z] ---> Running in 0a47df5e45a2 [2021-03-23T15:58:44.736Z] Removing intermediate container 0a1bfa88ed14 [2021-03-23T15:58:44.736Z] ---> 2b0fda4403a9 [2021-03-23T15:58:44.736Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:58:45.012Z] ---> 1b6d318a5b65 [2021-03-23T15:58:45.012Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-23T15:58:45.012Z] Removing intermediate container 3de1c9f5690b [2021-03-23T15:58:45.013Z] ---> b8e64bf79c79 [2021-03-23T15:58:45.013Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T15:58:45.288Z] ---> Running in b0f794daf11b [2021-03-23T15:58:45.288Z] Removing intermediate container 0a47df5e45a2 [2021-03-23T15:58:45.288Z] ---> f7d7053f6b69 [2021-03-23T15:58:45.288Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:58:45.288Z] Removing intermediate container 99c75ba42d71 [2021-03-23T15:58:45.288Z] ---> ee6c2b67d3a7 [2021-03-23T15:58:45.288Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-23T15:58:45.881Z] ---> Running in b02e003ec5ef [2021-03-23T15:58:46.159Z] ---> e34ad8360e65 [2021-03-23T15:58:46.159Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-23T15:58:46.159Z] Removing intermediate container b0f794daf11b [2021-03-23T15:58:46.159Z] ---> c6460a1b9975 [2021-03-23T15:58:46.159Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T15:58:46.767Z] Removing intermediate container b02e003ec5ef [2021-03-23T15:58:46.767Z] ---> 9af197f88770 [2021-03-23T15:58:46.767Z] Step 22/24 : LABEL arch=arm64 [2021-03-23T15:58:46.767Z] ---> 218438ff2ad0 [2021-03-23T15:58:46.767Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-23T15:58:47.040Z] ---> eb4b14614291 [2021-03-23T15:58:47.040Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-23T15:58:47.040Z] ---> Running in 218cd44d09ce [2021-03-23T15:58:47.040Z] ---> 762c44d58a9d [2021-03-23T15:58:47.040Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-23T15:58:48.053Z] ---> 33108e88b239 [2021-03-23T15:58:48.053Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-23T15:58:48.331Z] ---> 26abd5c5c3b5 [2021-03-23T15:58:48.331Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-23T15:58:48.331Z] Removing intermediate container 218cd44d09ce [2021-03-23T15:58:48.331Z] ---> dc2cf2752c8f [2021-03-23T15:58:48.331Z] Step 23/24 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:58:48.610Z] ---> 28d69b786f5b [2021-03-23T15:58:48.610Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-23T15:58:48.610Z] ---> Running in 69d2892f2000 [2021-03-23T15:58:48.610Z] ---> Running in 71bc52eec874 [2021-03-23T15:58:48.892Z] ---> 7dd4ab0f8944 [2021-03-23T15:58:48.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-23T15:58:48.892Z] ---> 32db4c356d25 [2021-03-23T15:58:48.892Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-23T15:58:49.170Z] Removing intermediate container 69d2892f2000 [2021-03-23T15:58:49.170Z] ---> 8c1119606c6b [2021-03-23T15:58:49.170Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:58:49.454Z] Removing intermediate container 71bc52eec874 [2021-03-23T15:58:49.454Z] ---> 33b4a54fd52d [2021-03-23T15:58:49.454Z] Step 24/24 : LABEL version=0.0.0 [2021-03-23T15:58:49.454Z] ---> Running in e47f611f4ad5 [2021-03-23T15:58:49.728Z] ---> 51a8a06a9032 [2021-03-23T15:58:49.728Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-23T15:58:49.728Z] ---> Running in b8a7fb68c01a [2021-03-23T15:58:50.011Z] ---> Running in 6e579df4be78 [2021-03-23T15:58:50.011Z] ---> 9f593fb76b08 [2021-03-23T15:58:50.011Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-23T15:58:50.011Z] ---> a25e4e288d38 [2021-03-23T15:58:50.011Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-23T15:58:50.290Z] Removing intermediate container e47f611f4ad5 [2021-03-23T15:58:50.290Z] ---> 44b5b49db7ed [2021-03-23T15:58:50.290Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T15:58:50.290Z] ---> Running in 5cfc56d39060 [2021-03-23T15:58:50.579Z] Removing intermediate container b8a7fb68c01a [2021-03-23T15:58:50.579Z] ---> 4b37ee0d3bcb [2021-03-23T15:58:50.579Z] [2021-03-23T15:58:50.579Z] ---> Running in 223eb41d8abf [2021-03-23T15:58:50.579Z] Removing intermediate container 6e579df4be78 [2021-03-23T15:58:50.579Z] ---> cced164d93ef [2021-03-23T15:58:50.579Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:58:50.851Z] Successfully built 4b37ee0d3bcb [2021-03-23T15:58:51.126Z] Removing intermediate container 5cfc56d39060 [2021-03-23T15:58:51.126Z] ---> e5bf21d8cd96 [2021-03-23T15:58:51.126Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T15:58:51.126Z] ---> Running in 3f9eb01c70c3 [2021-03-23T15:58:51.126Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-23T15:58:51.126Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-03-23T15:58:51.126Z] ---> 800d034132d6 [2021-03-23T15:58:51.126Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-23T15:58:51.402Z] ---> Running in 09c143161814 [2021-03-23T15:58:51.402Z] Removing intermediate container 223eb41d8abf [2021-03-23T15:58:51.402Z] ---> 723dc236df3d [2021-03-23T15:58:51.402Z] Step 22/23 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:58:51.674Z] ---> Running in 9d5f8f5c8583 [2021-03-23T15:58:51.950Z] ---> Running in c99b7acdab67 [2021-03-23T15:58:51.950Z] Removing intermediate container 09c143161814 [2021-03-23T15:58:51.950Z] ---> ffc65a8c9e88 [2021-03-23T15:58:51.950Z] Step 20/22 : LABEL arch=arm64 [2021-03-23T15:58:51.950Z] Removing intermediate container 3f9eb01c70c3 [2021-03-23T15:58:51.950Z] ---> f8b262ade37e [2021-03-23T15:58:51.950Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T15:58:52.935Z] ---> Running in 42344d5d841d [2021-03-23T15:58:52.935Z] ---> Running in 74a5f6834aa2 [2021-03-23T15:58:52.935Z] Removing intermediate container 9d5f8f5c8583 [2021-03-23T15:58:52.935Z] ---> eb302d2ea006 [2021-03-23T15:58:52.935Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-23T15:58:53.215Z] Removing intermediate container c99b7acdab67 [2021-03-23T15:58:53.215Z] ---> 821eb1af1f41 [2021-03-23T15:58:53.492Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T15:58:53.786Z] Removing intermediate container 74a5f6834aa2 [2021-03-23T15:58:53.786Z] ---> d68e4c37d2dd [2021-03-23T15:58:53.786Z] Step 21/22 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:58:53.786Z] Removing intermediate container 42344d5d841d [2021-03-23T15:58:53.786Z] ---> 65bf7427380b [2021-03-23T15:58:53.786Z] Step 22/23 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:58:54.391Z] ---> Running in 80c4d9f25efc [2021-03-23T15:58:54.391Z] ---> Running in 26d162d59f5e [2021-03-23T15:58:54.391Z] ---> 172f0da7ee61 [2021-03-23T15:58:54.391Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-23T15:58:54.391Z] ---> Running in 7e000b21b4bc [2021-03-23T15:58:54.994Z] ---> Running in 02889cd47d49 [2021-03-23T15:58:54.994Z] Removing intermediate container 80c4d9f25efc [2021-03-23T15:58:54.994Z] ---> 3afab6597217 [2021-03-23T15:58:54.994Z] [2021-03-23T15:58:55.590Z] Removing intermediate container 7e000b21b4bc [2021-03-23T15:58:55.590Z] ---> 13240ba72772 [2021-03-23T15:58:55.590Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T15:58:55.590Z] Removing intermediate container 26d162d59f5e [2021-03-23T15:58:55.590Z] ---> 0c7012a243fe [2021-03-23T15:58:55.590Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T15:58:55.590Z] Successfully built 3afab6597217 [2021-03-23T15:58:56.186Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-23T15:58:56.186Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-23T15:58:56.469Z] ---> Running in b8ec4db28970 [2021-03-23T15:58:56.469Z] ---> Running in 675f14809c66 [2021-03-23T15:58:57.072Z] Removing intermediate container 675f14809c66 [2021-03-23T15:58:57.072Z] ---> 69ee604f4547 [2021-03-23T15:58:57.072Z] [2021-03-23T15:58:57.356Z] Removing intermediate container b8ec4db28970 [2021-03-23T15:58:57.356Z] ---> b0a7d7b698c2 [2021-03-23T15:58:57.356Z] [2021-03-23T15:58:57.631Z] Successfully built 69ee604f4547 [2021-03-23T15:58:57.901Z] Successfully built b0a7d7b698c2 [2021-03-23T15:58:57.901Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-23T15:58:57.901Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-23T15:58:58.173Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-23T15:58:58.173Z] Building docker-core-data-go [2021-03-23T15:58:58.768Z]  Building docker-support-notifications-go ... done Removing intermediate container 02889cd47d49 [2021-03-23T15:58:58.768Z] ---> c9c2b761aed7 [2021-03-23T15:58:58.768Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-23T15:58:59.040Z] ---> Running in ebb0b4e08a45 [2021-03-23T15:58:59.637Z] Removing intermediate container ebb0b4e08a45 [2021-03-23T15:58:59.637Z] ---> a5a63d966ef0 [2021-03-23T15:58:59.637Z] Step 28/31 : CMD ["gate"] [2021-03-23T15:58:59.910Z] ---> Running in 8eef7100cabd [2021-03-23T15:59:00.506Z] Removing intermediate container 8eef7100cabd [2021-03-23T15:59:00.506Z] ---> 4ff541ebcc8a [2021-03-23T15:59:00.506Z] Step 29/31 : LABEL arch=arm64 [2021-03-23T15:59:00.780Z] ---> Running in 14f768612e36 [2021-03-23T15:59:01.401Z] Removing intermediate container 14f768612e36 [2021-03-23T15:59:01.401Z] ---> 9c8275fda77f [2021-03-23T15:59:01.401Z] Step 30/31 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T15:59:02.387Z] ---> Running in 6c384afb9cbf [2021-03-23T15:59:03.017Z] Removing intermediate container 6c384afb9cbf [2021-03-23T15:59:03.017Z] ---> 233233c5835b [2021-03-23T15:59:03.017Z] Step 31/31 : LABEL version=0.0.0 [2021-03-23T15:59:04.471Z] ---> Running in ff2c2a93aee8 [2021-03-23T15:59:05.460Z] Removing intermediate container ff2c2a93aee8 [2021-03-23T15:59:05.460Z] ---> 8f83f4ab7a56 [2021-03-23T15:59:05.460Z] [2021-03-23T15:59:05.734Z] Successfully built 8f83f4ab7a56 [2021-03-23T15:59:05.734Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-23T15:59:41.355Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-23T15:59:41.355Z] snapd is not logged in, snap install commands will use sudo [2021-03-23T15:59:44.664Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-23T15:59:44.778Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:59:44.778Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:59:44.779Z] ---> 8f07677ba88d [2021-03-23T15:59:44.779Z] Step 3/21 : WORKDIR /edgex-go [2021-03-23T15:59:44.779Z] ---> Using cache [2021-03-23T15:59:44.779Z] ---> 693a5c65bc5d [2021-03-23T15:59:44.779Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:59:44.779Z] ---> Using cache [2021-03-23T15:59:44.779Z] ---> c889a145a7df [2021-03-23T15:59:44.779Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-23T15:59:44.779Z] ---> Using cache [2021-03-23T15:59:44.779Z] ---> a1cc025b3078 [2021-03-23T15:59:44.779Z] Step 6/21 : COPY go.mod . [2021-03-23T15:59:44.779Z] ---> Using cache [2021-03-23T15:59:44.779Z] ---> a5bac6a71a44 [2021-03-23T15:59:44.779Z] Step 7/21 : RUN go mod download [2021-03-23T15:59:44.779Z] ---> Using cache [2021-03-23T15:59:44.779Z] ---> 681cf0f6c66e [2021-03-23T15:59:44.779Z] Step 8/21 : COPY . . [2021-03-23T15:59:44.779Z] ---> Using cache [2021-03-23T15:59:44.779Z] ---> 1c63153e9e36 [2021-03-23T15:59:44.779Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-23T15:59:44.779Z] ---> Running in 9e92126dfefa [2021-03-23T15:59:45.237Z] snap "core18" has no updates available [2021-03-23T15:59:45.809Z] Pulling go-build-helper [2021-03-23T15:59:45.810Z] + snapcraftctl pull [2021-03-23T15:59:46.217Z] 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-23T15:59:46.748Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-23T15:59:46.749Z] Skipping pull go-build-helper (already ran) [2021-03-23T15:59:46.749Z] Building go-build-helper [2021-03-23T15:59:46.749Z] + snapcraftctl build [2021-03-23T15:59:48.667Z] Staging go-build-helper [2021-03-23T15:59:48.667Z] + snapcraftctl stage [2021-03-23T15:59:50.527Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:59:50.528Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:59:50.528Z] ---> 8f07677ba88d [2021-03-23T15:59:50.528Z] Step 3/26 : WORKDIR /edgex-go [2021-03-23T15:59:50.528Z] ---> Using cache [2021-03-23T15:59:50.528Z] ---> 693a5c65bc5d [2021-03-23T15:59:50.528Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:59:50.528Z] ---> Using cache [2021-03-23T15:59:50.528Z] ---> c889a145a7df [2021-03-23T15:59:50.528Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-23T15:59:50.528Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:59:50.528Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:59:50.528Z] ---> 8f07677ba88d [2021-03-23T15:59:50.528Z] Step 3/22 : WORKDIR /edgex-go [2021-03-23T15:59:50.528Z] ---> Using cache [2021-03-23T15:59:50.528Z] ---> 693a5c65bc5d [2021-03-23T15:59:50.528Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:59:50.528Z] ---> Using cache [2021-03-23T15:59:50.528Z] ---> c889a145a7df [2021-03-23T15:59:50.528Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-23T15:59:50.528Z] ---> Using cache [2021-03-23T15:59:50.528Z] ---> a1cc025b3078 [2021-03-23T15:59:50.528Z] Step 6/22 : COPY go.mod . [2021-03-23T15:59:50.528Z] ---> Using cache [2021-03-23T15:59:50.528Z] ---> a5bac6a71a44 [2021-03-23T15:59:50.528Z] Step 7/22 : RUN go mod download [2021-03-23T15:59:50.528Z] ---> Using cache [2021-03-23T15:59:50.528Z] ---> 681cf0f6c66e [2021-03-23T15:59:50.528Z] Step 8/22 : COPY . . [2021-03-23T15:59:50.528Z] ---> Using cache [2021-03-23T15:59:50.528Z] ---> 1c63153e9e36 [2021-03-23T15:59:50.528Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-23T15:59:50.799Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-23T15:59:50.799Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-23T15:59:50.799Z] ---> 8f07677ba88d [2021-03-23T15:59:50.799Z] Step 3/23 : WORKDIR /edgex-go [2021-03-23T15:59:50.799Z] ---> Using cache [2021-03-23T15:59:50.799Z] ---> 693a5c65bc5d [2021-03-23T15:59:50.799Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T15:59:50.799Z] ---> Using cache [2021-03-23T15:59:50.799Z] ---> c889a145a7df [2021-03-23T15:59:50.799Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-23T15:59:51.790Z] ---> Running in 81f6449c4d7d [2021-03-23T15:59:51.791Z] ---> Running in dafbea721cd4 [2021-03-23T15:59:51.791Z] ---> Running in beca869c48d6 [2021-03-23T15:59:54.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:59:54.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T15:59:54.419Z] 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-23T15:59:55.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:59:55.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T15:59:56.002Z] OK: 217 MiB in 51 packages [2021-03-23T15:59:56.002Z] OK: 217 MiB in 51 packages [2021-03-23T15:59:57.987Z] Removing intermediate container 81f6449c4d7d [2021-03-23T15:59:57.987Z] ---> 741a7ee9a1a4 [2021-03-23T15:59:57.987Z] Step 6/23 : COPY go.mod . [2021-03-23T15:59:58.266Z] Removing intermediate container dafbea721cd4 [2021-03-23T15:59:58.266Z] ---> b02727901008 [2021-03-23T15:59:58.266Z] Step 6/26 : COPY go.mod . [2021-03-23T15:59:59.255Z] ---> c01f7ee60042 [2021-03-23T15:59:59.255Z] Step 7/23 : RUN go mod download [2021-03-23T15:59:59.539Z] ---> Running in d766c2555e3a [2021-03-23T15:59:59.539Z] ---> f9418542271f [2021-03-23T15:59:59.539Z] Step 7/26 : RUN go mod download [2021-03-23T15:59:59.827Z] ---> Running in debeb6c5ddb7 [2021-03-23T16:00:00.904Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-23T16:00:00.904Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-23T16:00:00.904Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-23T16:00:00.904Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-23T16:00:00.904Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-23T16:00:00.904Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] [2021-03-23T16:00:00.904Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-23T16:00:00.904Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-23T16:00:00.904Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-23T16:00:00.904Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-23T16:00:00.904Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] [2021-03-23T16:00:00.904Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-23T16:00:00.904Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-23T16:00:00.904Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-23T16:00:00.904Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-23T16:00:00.904Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-23T16:00:00.904Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-23T16:00:00.904Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-23T16:00:00.904Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-23T16:00:00.904Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] [2021-03-23T16:00:00.904Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-23T16:00:00.904Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-23T16:00:00.904Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-23T16:00:00.904Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-23T16:00:00.904Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-23T16:00:00.904Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-23T16:00:00.904Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-23T16:00:00.904Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-23T16:00:00.904Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-23T16:00:00.904Z] Fetched 224 kB in 0s (0 B/s) [2021-03-23T16:00:00.904Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-23T16:00:00.904Z] Fetched 157 kB in 0s (0 B/s) [2021-03-23T16:00:00.904Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-23T16:00:00.904Z] Fetched 221 kB in 0s (0 B/s) [2021-03-23T16:00:00.904Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-23T16:00:00.904Z] Fetched 143 kB in 0s (0 B/s) [2021-03-23T16:00:00.904Z] Pulling app-service-config [2021-03-23T16:00:00.904Z] + snapcraftctl pull [2021-03-23T16:00:00.904Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-23T16:00:00.904Z] Pulling config-common [2021-03-23T16:00:00.904Z] + snapcraftctl pull [2021-03-23T16:00:05.262Z] Removing intermediate container d766c2555e3a [2021-03-23T16:00:05.262Z] ---> 886f701c9493 [2021-03-23T16:00:05.262Z] Step 8/23 : COPY . . [2021-03-23T16:00:05.262Z] Removing intermediate container debeb6c5ddb7 [2021-03-23T16:00:05.262Z] ---> 0211872bb44f [2021-03-23T16:00:05.262Z] Step 8/26 : COPY . . [2021-03-23T16:00:09.064Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T16:00:09.064Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T16:00:09.064Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T16:00:09.064Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T16:00:09.064Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-23T16:00:09.064Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T16:00:09.064Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-23T16:00:09.064Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T16:00:09.064Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-23T16:00:09.064Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T16:00:09.064Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-23T16:00:09.064Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T16:00:09.064Z] Pulling edgex-go [2021-03-23T16:00:09.064Z] + snapcraftctl pull [2021-03-23T16:00:31.043Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-23T16:00:31.043Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-23T16:00:31.043Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-23T16:00:31.043Z] Fetched 0 B in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-23T16:00:31.043Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-23T16:00:31.043Z] Fetched 279 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-23T16:00:31.043Z] Fetched 122 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-23T16:00:31.043Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-23T16:00:31.043Z] Fetched 8848 B in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-23T16:00:31.043Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-23T16:00:31.043Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-23T16:00:31.043Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-23T16:00:31.043Z] Fetched 214 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-23T16:00:31.043Z] Fetched 154 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-23T16:00:31.043Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-23T16:00:31.043Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-23T16:00:31.043Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-23T16:00:31.043Z] Fetched 499 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-23T16:00:31.043Z] Fetched 111 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-23T16:00:31.043Z] Fetched 240 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-23T16:00:31.043Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-23T16:00:31.043Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-23T16:00:31.043Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-23T16:00:31.043Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-23T16:00:31.043Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-23T16:00:31.043Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-23T16:00:31.043Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-23T16:00:31.043Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-23T16:00:31.043Z] Fetched 8720 B in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-23T16:00:31.043Z] Fetched 137 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-23T16:00:31.043Z] Fetched 119 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-23T16:00:31.043Z] Fetched 109 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-23T16:00:31.043Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-23T16:00:31.043Z] Fetched 645 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-23T16:00:31.043Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-23T16:00:31.043Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-23T16:00:31.043Z] Fetched 368 kB in 0s (0 B/s) [2021-03-23T16:00:31.043Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-23T16:00:31.043Z] Fetched 187 kB in 0s (0 B/s) [2021-03-23T16:00:31.044Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-23T16:00:31.044Z] Fetched 175 kB in 0s (0 B/s) [2021-03-23T16:00:31.044Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-23T16:00:31.044Z] Fetched 206 kB in 0s (0 B/s) [2021-03-23T16:00:31.044Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-23T16:00:31.044Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-23T16:00:31.044Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-23T16:00:31.044Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-23T16:00:31.044Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-23T16:00:31.044Z] Fetched 159 kB in 0s (0 B/s) [2021-03-23T16:00:31.044Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-23T16:00:31.044Z] Fetched 107 kB in 0s (0 B/s) [2021-03-23T16:00:31.044Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-23T16:00:31.044Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-23T16:00:31.044Z] Pulling static-packages [2021-03-23T16:00:31.044Z] + snapcraftctl pull [2021-03-23T16:00:31.044Z] Pulling version [2021-03-23T16:00:31.044Z] + cd /root/project [2021-03-23T16:00:31.044Z] + [ -f VERSION ] [2021-03-23T16:00:31.044Z] + PROJECT_VERSION=local-dev [2021-03-23T16:00:31.044Z] + git rev-parse --short HEAD [2021-03-23T16:00:31.044Z] + GIT_REVISION=44927e8d [2021-03-23T16:00:31.044Z] + snapcraftctl set-version local-dev [2021-03-23T16:00:31.044Z] Skipping build go-build-helper (already ran) [2021-03-23T16:00:31.305Z] Building app-service-config [2021-03-23T16:00:31.305Z] + make build [2021-03-23T16:00:31.305Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-23T16:00:33.887Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-23T16:00:34.146Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-23T16:00:34.146Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-23T16:00:34.146Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-23T16:00:34.146Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-23T16:00:34.146Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-23T16:00:34.146Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-23T16:00:34.146Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-23T16:00:34.407Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-23T16:00:34.407Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-23T16:00:34.407Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-23T16:00:34.407Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-23T16:00:34.407Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-23T16:00:34.669Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-23T16:00:34.669Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-23T16:00:34.669Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-23T16:00:34.669Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-23T16:00:34.930Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-23T16:00:34.930Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-23T16:00:34.930Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-23T16:00:34.930Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-23T16:00:34.930Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-23T16:00:35.190Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-23T16:00:35.190Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-23T16:00:35.190Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-23T16:00:35.190Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-23T16:00:35.190Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-23T16:00:35.190Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-23T16:00:35.190Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-23T16:00:35.190Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-23T16:00:35.450Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-23T16:00:35.450Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-23T16:00:35.450Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-23T16:00:35.450Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-23T16:00:35.450Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-23T16:00:35.450Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-23T16:00:35.450Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-23T16:00:35.450Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-23T16:00:35.450Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-23T16:00:35.450Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-23T16:00:35.450Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-23T16:00:35.450Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-23T16:00:35.450Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-23T16:00:37.694Z] 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-23T16:00:37.694Z] ---> a2971546d499 [2021-03-23T16:00:37.694Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-23T16:00:37.694Z] ---> e566f8bcea10 [2021-03-23T16:00:37.694Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-23T16:00:37.694Z] ---> Running in 7a4b7b06d8ab [2021-03-23T16:00:37.694Z] ---> Running in 9a2984fd5531 [2021-03-23T16:00:40.345Z] 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-23T16:00:40.345Z] 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-23T16:00:45.453Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-23T16:00:45.453Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-23T16:00:45.453Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-23T16:00:45.453Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-23T16:00:45.453Z] Building config-common [2021-03-23T16:00:45.453Z] + snapcraftctl build [2021-03-23T16:00:47.368Z] Building edgex-go [2021-03-23T16:00:47.629Z] + cd /root/parts/edgex-go/src [2021-03-23T16:00:47.629Z] + make build [2021-03-23T16:00:47.629Z] 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-23T16:00:48.200Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 [2021-03-23T16:00:48.200Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-23T16:00:48.200Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-23T16:00:48.461Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-23T16:00:48.461Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-23T16:00:48.461Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-23T16:00:48.461Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-23T16:00:48.461Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-23T16:00:48.461Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-23T16:00:48.461Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-23T16:00:48.461Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-23T16:00:50.542Z] Removing intermediate container 9e92126dfefa [2021-03-23T16:00:50.542Z] ---> b15fe201619f [2021-03-23T16:00:50.542Z] [2021-03-23T16:00:50.542Z] Step 10/21 : FROM alpine:3.12 [2021-03-23T16:00:50.542Z] ---> d10569e2745f [2021-03-23T16:00:50.542Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-23T16:00:50.542Z] ---> Running in 0c631d7a0eb2 [2021-03-23T16:00:51.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T16:00:51.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T16:00:52.019Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-23T16:00:52.296Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T16:00:52.296Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-23T16:00:52.296Z] (4/4) Installing curl (7.69.1-r3) [2021-03-23T16:00:52.296Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T16:00:52.296Z] Executing ca-certificates-20191127-r4.trigger [2021-03-23T16:00:52.574Z] OK: 7 MiB in 18 packages [2021-03-23T16:00:52.663Z] 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-23T16:00:52.663Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-23T16:00:55.240Z] Removing intermediate container 0c631d7a0eb2 [2021-03-23T16:00:55.240Z] ---> dd09b37a98e5 [2021-03-23T16:00:55.240Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-23T16:00:55.529Z] ---> Running in f6de90b2233e [2021-03-23T16:00:56.147Z] Removing intermediate container f6de90b2233e [2021-03-23T16:00:56.147Z] ---> 4d611db7bcc4 [2021-03-23T16:00:56.147Z] Step 13/21 : WORKDIR /edgex [2021-03-23T16:00:56.423Z] ---> Running in 95967372f64e [2021-03-23T16:00:57.041Z] Removing intermediate container 95967372f64e [2021-03-23T16:00:57.041Z] ---> 6af53efe932d [2021-03-23T16:00:57.041Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-23T16:00:57.954Z] 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-23T16:00:58.040Z] ---> 6fe3d068af45 [2021-03-23T16:00:58.040Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-23T16:00:58.896Z] 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-23T16:00:59.490Z] ---> 6f695c067af4 [2021-03-23T16:00:59.490Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-23T16:01:00.278Z] 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-23T16:01:00.847Z] 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-23T16:01:00.847Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-23T16:01:01.109Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-23T16:01:01.109Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-23T16:01:01.109Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-23T16:01:01.480Z] ---> 8f14774fa008 [2021-03-23T16:01:01.480Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-23T16:01:01.480Z] ---> Running in 2189cb922022 [2021-03-23T16:01:02.085Z] Removing intermediate container 2189cb922022 [2021-03-23T16:01:02.085Z] ---> 65a665359b90 [2021-03-23T16:01:02.085Z] Step 18/21 : CMD ["--init=true"] [2021-03-23T16:01:02.085Z] ---> Running in 011ab61aa540 [2021-03-23T16:01:03.043Z] 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-23T16:01:03.043Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-23T16:01:03.043Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-23T16:01:03.081Z] Removing intermediate container 011ab61aa540 [2021-03-23T16:01:03.081Z] ---> a02551b33242 [2021-03-23T16:01:03.081Z] Step 19/21 : LABEL arch=arm64 [2021-03-23T16:01:03.680Z] ---> Running in 5174b1f9c401 [2021-03-23T16:01:04.282Z] Removing intermediate container 5174b1f9c401 [2021-03-23T16:01:04.282Z] ---> 21e30b315015 [2021-03-23T16:01:04.282Z] Step 20/21 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T16:01:04.425Z] 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-23T16:01:04.566Z] ---> Running in f9dee5737f50 [2021-03-23T16:01:05.565Z] Removing intermediate container f9dee5737f50 [2021-03-23T16:01:05.565Z] ---> a5c1eb48f099 [2021-03-23T16:01:05.565Z] Step 21/21 : LABEL version=0.0.0 [2021-03-23T16:01:05.811Z] 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-23T16:01:05.811Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-23T16:01:06.169Z] ---> Running in afd1ae7de2a1 [2021-03-23T16:01:07.181Z] Removing intermediate container afd1ae7de2a1 [2021-03-23T16:01:07.181Z] ---> 6d9cb1f216cd [2021-03-23T16:01:07.181Z] [2021-03-23T16:01:07.424Z] 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-23T16:01:08.454Z] 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-23T16:01:08.454Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-23T16:01:08.623Z] Successfully built 6d9cb1f216cd [2021-03-23T16:01:08.623Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-23T16:01:08.898Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container beca869c48d6 [2021-03-23T16:01:08.898Z] ---> 32d0d2d62213 [2021-03-23T16:01:08.898Z] [2021-03-23T16:01:08.898Z] Step 10/22 : FROM alpine:3.12 [2021-03-23T16:01:08.898Z] ---> d10569e2745f [2021-03-23T16:01:08.898Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-23T16:01:08.898Z] ---> Using cache [2021-03-23T16:01:08.899Z] ---> 1596cf25321f [2021-03-23T16:01:08.899Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-23T16:01:08.899Z] ---> Using cache [2021-03-23T16:01:08.899Z] ---> 96364c175b2c [2021-03-23T16:01:08.899Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-23T16:01:10.304Z] ---> Running in c5d23b5dbe8d [2021-03-23T16:01:10.305Z] Removing intermediate container c5d23b5dbe8d [2021-03-23T16:01:10.305Z] ---> aa8d95cf72a9 [2021-03-23T16:01:10.305Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-23T16:01:10.305Z] ---> Running in 477d6d1fd4cd [2021-03-23T16:01:10.369Z] 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-23T16:01:10.369Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-23T16:01:10.902Z] Removing intermediate container 477d6d1fd4cd [2021-03-23T16:01:10.902Z] ---> 412ac050b8b2 [2021-03-23T16:01:10.902Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T16:01:11.899Z] ---> f0a37c40466d [2021-03-23T16:01:11.899Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-23T16:01:11.939Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-23T16:01:11.939Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-23T16:01:11.939Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-23T16:01:11.939Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-23T16:01:11.939Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-23T16:01:11.939Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-23T16:01:11.939Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-23T16:01:11.939Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-23T16:01:11.939Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-23T16:01:11.939Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-23T16:01:11.939Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-23T16:01:11.939Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-23T16:01:11.939Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-23T16:01:11.939Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-23T16:01:11.939Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-23T16:01:11.939Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-23T16:01:11.939Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-23T16:01:11.939Z] + 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-23T16:01:11.939Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-23T16:01:11.939Z] + 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-23T16:01:11.939Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-23T16:01:11.939Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-23T16:01:11.939Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-23T16:01:11.939Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-23T16:01:11.939Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-23T16:01:11.939Z] + 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-23T16:01:13.901Z] ---> debca26f3b9b [2021-03-23T16:01:13.901Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-23T16:01:14.888Z] ---> d15eb8c4aca1 [2021-03-23T16:01:14.888Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-23T16:01:14.888Z] ---> Running in a4862b048a57 [2021-03-23T16:01:15.289Z] Building static-packages [2021-03-23T16:01:15.289Z] + snapcraftctl build [2021-03-23T16:01:15.492Z] Removing intermediate container a4862b048a57 [2021-03-23T16:01:15.492Z] ---> ccc2d9ec6da7 [2021-03-23T16:01:15.492Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T16:01:15.767Z] ---> Running in 84f6aadfe5c6 [2021-03-23T16:01:16.366Z] Removing intermediate container 84f6aadfe5c6 [2021-03-23T16:01:16.366Z] ---> b97c74b4caa1 [2021-03-23T16:01:16.366Z] Step 20/22 : LABEL arch=arm64 [2021-03-23T16:01:16.641Z] ---> Running in 51de419b7f76 [2021-03-23T16:01:17.204Z] Building version [2021-03-23T16:01:17.204Z] + snapcraftctl build [2021-03-23T16:01:17.240Z] Removing intermediate container 51de419b7f76 [2021-03-23T16:01:17.240Z] ---> 76e0b1ca557a [2021-03-23T16:01:17.240Z] Step 21/22 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T16:01:17.240Z] ---> Running in 80e6c4c2bb58 [2021-03-23T16:01:17.837Z] Removing intermediate container 80e6c4c2bb58 [2021-03-23T16:01:17.837Z] ---> 714d5298809a [2021-03-23T16:01:17.837Z] Step 22/22 : LABEL version=0.0.0 [2021-03-23T16:01:17.837Z] ---> Running in f7be37b6ef4c [2021-03-23T16:01:18.830Z] Removing intermediate container f7be37b6ef4c [2021-03-23T16:01:18.830Z] ---> ec497cc07a3d [2021-03-23T16:01:18.830Z] [2021-03-23T16:01:19.110Z] Successfully built ec497cc07a3d [2021-03-23T16:01:19.110Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-23T16:01:19.122Z] Skipping stage go-build-helper (already ran) [2021-03-23T16:01:19.122Z] Staging app-service-config [2021-03-23T16:01:19.122Z] + snapcraftctl stage [2021-03-23T16:01:19.695Z] Staging config-common [2021-03-23T16:01:19.695Z] + snapcraftctl stage [2021-03-23T16:01:20.641Z] Staging edgex-go [2021-03-23T16:01:20.641Z] + snapcraftctl stage [2021-03-23T16:01:21.583Z] Staging static-packages [2021-03-23T16:01:21.583Z] + snapcraftctl stage [2021-03-23T16:01:22.522Z] Staging version [2021-03-23T16:01:22.784Z] + snapcraftctl stage [2021-03-23T16:01:23.728Z] Priming go-build-helper [2021-03-23T16:01:23.728Z] + snapcraftctl prime [2021-03-23T16:01:24.669Z] Priming app-service-config [2021-03-23T16:01:24.669Z] + snapcraftctl prime [2021-03-23T16:01:25.616Z] Priming config-common [2021-03-23T16:01:25.617Z] + snapcraftctl prime [2021-03-23T16:01:26.556Z] Priming edgex-go [2021-03-23T16:01:26.556Z] + snapcraftctl prime [2021-03-23T16:01:27.943Z] Priming static-packages [2021-03-23T16:01:27.943Z] + snapcraftctl prime [2021-03-23T16:01:29.853Z] Priming version [2021-03-23T16:01:29.853Z] + snapcraftctl prime [2021-03-23T16:01:30.794Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-23T16:01:41.287Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9a2984fd5531 [2021-03-23T16:01:41.287Z] ---> 20505eb2b502 [2021-03-23T16:01:41.287Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-23T16:01:41.287Z] ---> Running in c68bd7e22234 [2021-03-23T16:01:41.558Z] 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-23T16:01:44.946Z] Removing intermediate container c68bd7e22234 [2021-03-23T16:01:44.946Z] ---> 08cb7d89cce5 [2021-03-23T16:01:44.946Z] [2021-03-23T16:01:44.946Z] Step 11/26 : FROM docker:20.10.0 [2021-03-23T16:01:44.946Z] 20.10.0: Pulling from library/docker [2021-03-23T16:01:55.101Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-23T16:01:55.101Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-23T16:01:55.101Z] ---> eeaf43b92773 [2021-03-23T16:01:55.101Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-23T16:01:55.101Z] ---> Running in 408c729a05b7 [2021-03-23T16:01:55.101Z] Removing intermediate container 7a4b7b06d8ab [2021-03-23T16:01:55.101Z] ---> 8eb6f2e427fd [2021-03-23T16:01:55.101Z] [2021-03-23T16:01:55.101Z] Step 10/23 : FROM alpine:3.12 [2021-03-23T16:01:55.101Z] ---> d10569e2745f [2021-03-23T16:01:55.101Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-23T16:01:55.101Z] ---> Running in 14b613b9c16d [2021-03-23T16:01:55.381Z] Removing intermediate container 14b613b9c16d [2021-03-23T16:01:55.381Z] ---> e7e7dba21611 [2021-03-23T16:01:55.381Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-23T16:01:55.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T16:01:55.381Z] ---> Running in 60631b1722b7 [2021-03-23T16:01:55.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T16:01:55.923Z] Removing intermediate container 60631b1722b7 [2021-03-23T16:01:55.923Z] ---> a373e3e4450f [2021-03-23T16:01:55.923Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-23T16:01:56.198Z] (1/2) Installing readline (8.0.4-r0) [2021-03-23T16:01:56.198Z] (2/2) Installing bash (5.0.17-r0) [2021-03-23T16:01:56.198Z] ---> Running in 008446517bf4 [2021-03-23T16:01:56.198Z] Executing bash-5.0.17-r0.post-install [2021-03-23T16:01:56.198Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T16:01:56.198Z] OK: 12 MiB in 22 packages [2021-03-23T16:01:56.805Z] Removing intermediate container 008446517bf4 [2021-03-23T16:01:56.805Z] ---> 92a71cfaf485 [2021-03-23T16:01:56.805Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-23T16:01:56.805Z] ---> Running in 781f2b4116da [2021-03-23T16:01:57.795Z] Removing intermediate container 408c729a05b7 [2021-03-23T16:01:57.795Z] ---> 4f2cc136623d [2021-03-23T16:01:57.795Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-23T16:01:57.795Z] ---> Running in 590e7b8bfaf4 [2021-03-23T16:01:58.393Z] Removing intermediate container 590e7b8bfaf4 [2021-03-23T16:01:58.393Z] ---> 06f4d5a5d901 [2021-03-23T16:01:58.393Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-23T16:01:58.393Z] ---> Running in 3ee55f3f22ca [2021-03-23T16:01:58.991Z] Removing intermediate container 3ee55f3f22ca [2021-03-23T16:01:58.991Z] ---> 9935e3bbb8bd [2021-03-23T16:01:58.991Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-23T16:01:58.991Z] ---> Running in e3043c99747d [2021-03-23T16:01:59.264Z] Removing intermediate container 781f2b4116da [2021-03-23T16:01:59.264Z] ---> afcfc1bbda0d [2021-03-23T16:01:59.264Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-23T16:01:59.264Z] ---> Running in e2a256b48f91 [2021-03-23T16:01:59.537Z] Removing intermediate container e3043c99747d [2021-03-23T16:01:59.537Z] ---> 8a52b8211421 [2021-03-23T16:01:59.537Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-23T16:02:00.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T16:02:01.111Z] ---> 3d08c430524d [2021-03-23T16:02:01.111Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-23T16:02:01.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T16:02:01.667Z] ---> 8cf9ac4c0597 [2021-03-23T16:02:01.667Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-23T16:02:02.663Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-23T16:02:02.663Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-23T16:02:02.663Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-23T16:02:02.663Z] ---> 361f45985475 [2021-03-23T16:02:02.663Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-23T16:02:02.663Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-23T16:02:02.946Z] ---> Running in f7e20ac989a1 [2021-03-23T16:02:02.946Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-23T16:02:03.232Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-23T16:02:03.232Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T16:02:03.232Z] OK: 8 MiB in 20 packages [2021-03-23T16:02:04.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T16:02:04.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T16:02:04.799Z] Removing intermediate container e2a256b48f91 [2021-03-23T16:02:04.799Z] ---> a0a7751eeb93 [2021-03-23T16:02:04.799Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-23T16:02:04.799Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-23T16:02:05.072Z] (2/33) Installing expat (2.2.9-r1) [2021-03-23T16:02:05.072Z] (3/33) Installing libffi (3.3-r2) [2021-03-23T16:02:05.072Z] (4/33) Installing gdbm (1.13-r1) [2021-03-23T16:02:05.072Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-23T16:02:05.072Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-23T16:02:05.072Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-23T16:02:06.506Z] ---> e0c402659c4a [2021-03-23T16:02:06.506Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-23T16:02:06.779Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-23T16:02:06.779Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-23T16:02:06.779Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-23T16:02:06.779Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-23T16:02:06.779Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-23T16:02:06.779Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-23T16:02:07.050Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-23T16:02:07.050Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-23T16:02:07.050Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-23T16:02:07.050Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-23T16:02:07.050Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-23T16:02:07.050Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-23T16:02:07.050Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-23T16:02:07.050Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-23T16:02:07.050Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-23T16:02:07.050Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-23T16:02:07.322Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-23T16:02:07.322Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-23T16:02:07.322Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-23T16:02:07.322Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-23T16:02:07.322Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-23T16:02:07.322Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-23T16:02:07.322Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-23T16:02:07.322Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-23T16:02:07.322Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-23T16:02:07.322Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-23T16:02:07.596Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T16:02:07.596Z] OK: 71 MiB in 55 packages [2021-03-23T16:02:08.190Z] ---> a74874a34261 [2021-03-23T16:02:08.191Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-23T16:02:08.791Z] ---> 19fe2d978d2d [2021-03-23T16:02:08.791Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-23T16:02:09.068Z] ---> Running in 0fceb2a6dbb7 [2021-03-23T16:02:09.665Z] Removing intermediate container 0fceb2a6dbb7 [2021-03-23T16:02:09.665Z] ---> c5fd868dd386 [2021-03-23T16:02:09.665Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T16:02:09.937Z] ---> Running in 07ba91653754 [2021-03-23T16:02:10.533Z] Removing intermediate container 07ba91653754 [2021-03-23T16:02:10.533Z] ---> 4c498041d355 [2021-03-23T16:02:10.533Z] Step 21/23 : LABEL arch=arm64 [2021-03-23T16:02:10.810Z] ---> Running in 3f574ac09af2 [2021-03-23T16:02:11.402Z] Removing intermediate container 3f574ac09af2 [2021-03-23T16:02:11.402Z] ---> 967bdde5fa4d [2021-03-23T16:02:11.402Z] Step 22/23 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T16:02:11.402Z] ---> Running in c916eeb939d8 [2021-03-23T16:02:12.377Z] Removing intermediate container c916eeb939d8 [2021-03-23T16:02:12.377Z] ---> 7a3befd45ba0 [2021-03-23T16:02:12.377Z] Step 23/23 : LABEL version=0.0.0 [2021-03-23T16:02:12.377Z] ---> Running in f1642f475ab0 [2021-03-23T16:02:12.970Z] Removing intermediate container f1642f475ab0 [2021-03-23T16:02:12.970Z] ---> f3aca1b847bd [2021-03-23T16:02:12.970Z] [2021-03-23T16:02:13.563Z] Removing intermediate container f7e20ac989a1 [2021-03-23T16:02:13.563Z] ---> d3b07642571a [2021-03-23T16:02:13.563Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-23T16:02:13.563Z] Successfully built f3aca1b847bd [2021-03-23T16:02:13.563Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-23T16:02:13.563Z]  Building docker-core-data-go ... done  ---> Running in fa4513d51408 [2021-03-23T16:02:18.941Z] Collecting docker-compose==1.23.2 [2021-03-23T16:02:18.941Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-23T16:02:18.941Z] Collecting docker<4.0,>=3.6.0 [2021-03-23T16:02:18.941Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-23T16:02:19.910Z] Collecting jsonschema<3,>=2.5.1 [2021-03-23T16:02:19.910Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-23T16:02:20.500Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-23T16:02:20.500Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-23T16:02:20.770Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-23T16:02:20.770Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-23T16:02:22.739Z] Collecting docopt<0.7,>=0.6.1 [2021-03-23T16:02:22.739Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-23T16:02:24.700Z] Collecting texttable<0.10,>=0.9.0 [2021-03-23T16:02:24.700Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-23T16:02:26.671Z] Collecting cached-property<2,>=1.2.0 [2021-03-23T16:02:26.671Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-23T16:02:27.648Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-23T16:02:27.648Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-23T16:02:27.648Z] 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-23T16:02:28.240Z] Collecting PyYAML<4,>=3.10 [2021-03-23T16:02:28.240Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-23T16:02:31.621Z] Collecting docker-pycreds>=0.4.0 [2021-03-23T16:02:31.621Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-23T16:02:31.621Z] 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-23T16:02:31.621Z] Collecting idna<2.8,>=2.5 [2021-03-23T16:02:31.621Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-23T16:02:32.209Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-23T16:02:32.209Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-23T16:02:32.209Z] 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-23T16:02:32.209Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-23T16:02:32.209Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-23T16:02:32.209Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-23T16:02:32.209Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-23T16:02:33.184Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, dockerpty, docopt, texttable, cached-property, PyYAML, docker-compose [2021-03-23T16:02:33.454Z] Attempting uninstall: idna [2021-03-23T16:02:33.454Z] Found existing installation: idna 2.9 [2021-03-23T16:02:33.454Z] Uninstalling idna-2.9: [2021-03-23T16:02:33.454Z] Successfully uninstalled idna-2.9 [2021-03-23T16:02:34.426Z] Attempting uninstall: urllib3 [2021-03-23T16:02:34.426Z] Found existing installation: urllib3 1.25.9 [2021-03-23T16:02:34.426Z] Uninstalling urllib3-1.25.9: [2021-03-23T16:02:34.426Z] Successfully uninstalled urllib3-1.25.9 [2021-03-23T16:02:35.015Z] Attempting uninstall: requests [2021-03-23T16:02:35.015Z] Found existing installation: requests 2.23.0 [2021-03-23T16:02:35.015Z] Uninstalling requests-2.23.0: [2021-03-23T16:02:35.015Z] Successfully uninstalled requests-2.23.0 [2021-03-23T16:02:36.435Z] Running setup.py install for dockerpty: started [2021-03-23T16:02:38.397Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-23T16:02:38.397Z] Running setup.py install for docopt: started [2021-03-23T16:02:39.819Z] Running setup.py install for docopt: finished with status 'done' [2021-03-23T16:02:39.819Z] Running setup.py install for texttable: started [2021-03-23T16:02:41.780Z] Running setup.py install for texttable: finished with status 'done' [2021-03-23T16:02:41.780Z] Running setup.py install for PyYAML: started [2021-03-23T16:02:43.746Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-23T16:02:44.716Z] 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-23T16:02:48.997Z] Removing intermediate container fa4513d51408 [2021-03-23T16:02:48.997Z] ---> 7f43429e20b2 [2021-03-23T16:02:48.997Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-23T16:02:48.997Z] ---> Running in d715462ae5db [2021-03-23T16:02:49.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-23T16:02:49.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-23T16:02:50.453Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-23T16:02:50.453Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-23T16:02:50.453Z] (3/3) Installing curl (7.69.1-r3) [2021-03-23T16:02:50.453Z] Executing busybox-1.31.1-r19.trigger [2021-03-23T16:02:50.453Z] OK: 72 MiB in 58 packages [2021-03-23T16:02:51.883Z] Removing intermediate container d715462ae5db [2021-03-23T16:02:51.883Z] ---> bb7ca6f0c6a9 [2021-03-23T16:02:51.883Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-23T16:02:51.883Z] ---> Running in dea8a6e67945 [2021-03-23T16:02:52.479Z] Removing intermediate container dea8a6e67945 [2021-03-23T16:02:52.479Z] ---> d33ea6d4a5b5 [2021-03-23T16:02:52.479Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-23T16:02:52.479Z] ---> Running in 6a02fc751f73 [2021-03-23T16:02:53.071Z] Removing intermediate container 6a02fc751f73 [2021-03-23T16:02:53.071Z] ---> f5775e5d2c63 [2021-03-23T16:02:53.071Z] Step 24/26 : LABEL arch=arm64 [2021-03-23T16:02:53.071Z] ---> Running in cc5ff8836012 [2021-03-23T16:02:53.663Z] Removing intermediate container cc5ff8836012 [2021-03-23T16:02:53.663Z] ---> 7d974ddcb9fe [2021-03-23T16:02:53.663Z] Step 25/26 : LABEL git_sha=44927e8d416fed51ca682e94d2a5f5631bf711c8 [2021-03-23T16:02:53.663Z] ---> Running in a9204c0d9462 [2021-03-23T16:02:54.258Z] Removing intermediate container a9204c0d9462 [2021-03-23T16:02:54.258Z] ---> a67c954e1016 [2021-03-23T16:02:54.258Z] Step 26/26 : LABEL version=0.0.0 [2021-03-23T16:02:54.258Z] ---> Running in 6e9a269b5224 [2021-03-23T16:02:54.848Z] Removing intermediate container 6e9a269b5224 [2021-03-23T16:02:54.848Z] ---> ca0677024397 [2021-03-23T16:02:54.848Z] [2021-03-23T16:02:55.118Z] Successfully built ca0677024397 [2021-03-23T16:02:55.118Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-23T16:02:55.402Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-23T16:02:55.400Z] $ docker stop --time=1 fb5550b9d4120b1a932d2caff28612c89bfccbe555802cb6832a494754476af5 [2021-03-23T16:02:57.324Z] $ docker rm -f fb5550b9d4120b1a932d2caff28612c89bfccbe555802cb6832a494754476af5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-23T16:02:58.073Z] + + docker images [2021-03-23T16:02:58.073Z] grep docker [2021-03-23T16:02:58.343Z] docker-sys-mgmt-agent-go-arm64 latest ca0677024397 4 seconds ago 300MB [2021-03-23T16:02:58.343Z] docker-core-data-go-arm64 latest f3aca1b847bd 46 seconds ago 21.3MB [2021-03-23T16:02:58.343Z] docker-support-scheduler-go-arm64 latest ec497cc07a3d About a minute ago 16.3MB [2021-03-23T16:02:58.343Z] docker-security-proxy-setup-go-arm64 latest 6d9cb1f216cd About a minute ago 23.4MB [2021-03-23T16:02:58.343Z] docker-security-bootstrapper-go-arm64 latest 8f83f4ab7a56 3 minutes ago 17.8MB [2021-03-23T16:02:58.343Z] docker-support-notifications-go-arm64 latest b0a7d7b698c2 4 minutes ago 16.9MB [2021-03-23T16:02:58.343Z] docker-core-metadata-go-arm64 latest 69ee604f4547 4 minutes ago 17.9MB [2021-03-23T16:02:58.343Z] docker-core-command-go-arm64 latest 3afab6597217 4 minutes ago 16.3MB [2021-03-23T16:02:58.343Z] docker-security-secretstore-setup-go-arm64 latest 4b37ee0d3bcb 4 minutes ago 23.7MB [2021-03-23T16:02:58.343Z] 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-23T16:02:59.446Z] ---> job-cost.sh [2021-03-23T16:02:59.446Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-quEv [2021-03-23T16:03:38.443Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-23T16:05:15.191Z] lf-activate-venv(): INFO: Adding /tmp/venv-quEv/bin to PATH [2021-03-23T16:05:15.191Z] INFO: No Stack... [2021-03-23T16:05:15.191Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-23T16:05:15.191Z] INFO: Archiving Costs [Pipeline] sh [2021-03-23T16:05:15.531Z] + cat /w/workspace/edgex-go/29/archives/cost.csv [2021-03-23T16:05:15.531Z] + cut -d, -f6 [Pipeline] lock [2021-03-23T16:05:15.664Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-29-stack-cost] [2021-03-23T16:05:15.674Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-29-stack-cost] did not exist. Created. [2021-03-23T16:05:15.674Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-29-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-23T16:05:16.094Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-23T16:05:16.407Z] Stashed 1 file(s) [Pipeline] } [2021-03-23T16:05:16.420Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-29-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-23T16:05:17.802Z] provisioning config files... [2021-03-23T16:05:17.813Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/29@tmp/config507076645381351269tmp [Pipeline] { [Pipeline] sh [2021-03-23T16:05:18.203Z] + set +x [2021-03-23T16:05:18.203Z] + curl -s https://codecov.io/bash [2021-03-23T16:05:18.203Z] + bash -s -- [2021-03-23T16:05:18.466Z] [2021-03-23T16:05:18.466Z] _____ _ [2021-03-23T16:05:18.466Z] / ____| | | [2021-03-23T16:05:18.466Z] | | ___ __| | ___ ___ _____ __ [2021-03-23T16:05:18.466Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-23T16:05:18.466Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-23T16:05:18.466Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-23T16:05:18.466Z] Bash-20210309-2b87ace [2021-03-23T16:05:18.466Z] [2021-03-23T16:05:18.466Z] [2021-03-23T16:05:18.466Z] ==> git version 2.24.3 found [2021-03-23T16:05:18.466Z] ==> 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-23T16:05:18.466Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-23T16:05:18.466Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-23T16:05:18.466Z] ==> Jenkins CI detected. [2021-03-23T16:05:18.729Z] project root: . [2021-03-23T16:05:18.729Z] --> token set from env [2021-03-23T16:05:18.729Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-23T16:05:18.729Z] ==> Running gcov in . (disable via -X gcov) [2021-03-23T16:05:18.729Z] ==> Python coveragepy not found [2021-03-23T16:05:18.729Z] ==> Searching for coverage reports in: [2021-03-23T16:05:18.730Z] + . [2021-03-23T16:05:18.730Z] -> Found 1 reports [2021-03-23T16:05:18.730Z] ==> Detecting git/mercurial file structure [2021-03-23T16:05:18.730Z] ==> Reading reports [2021-03-23T16:05:19.005Z] + ./coverage.out bytes=659965 [2021-03-23T16:05:19.005Z] ==> Appending adjustments [2021-03-23T16:05:19.005Z] https://docs.codecov.io/docs/fixing-reports [2021-03-23T16:05:23.237Z] + Found adjustments [2021-03-23T16:05:23.237Z] ==> Gzipping contents [2021-03-23T16:05:23.237Z] 96K /tmp/codecov.A1tiiZ.gz [2021-03-23T16:05:23.237Z] ==> Uploading reports [2021-03-23T16:05:23.237Z] url: https://codecov.io [2021-03-23T16:05:23.237Z] query: branch=PR-3234&commit=44927e8d416fed51ca682e94d2a5f5631bf711c8&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F29%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-23T16:05:23.237Z] -> Pinging Codecov [2021-03-23T16:05:23.237Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=44927e8d416fed51ca682e94d2a5f5631bf711c8&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F29%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-23T16:05:23.237Z] -> Uploading to [2021-03-23T16:05:23.237Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-23/00271124DB129430A58F1EEE437C3FCB/44927e8d416fed51ca682e94d2a5f5631bf711c8/514e19ac-04f0-49c6-ac28-4a6893df6049.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T160522Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d8166bde16a8a530af31957021e55de719e4da01e607f52ebd8232748e7fb39 [2021-03-23T16:05:23.237Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-23T16:05:23.237Z] Dload Upload Total Spent Left Speed [2021-03-23T16:05:23.500Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95947 0 0 100 95947 0 215k --:--:-- --:--:-- --:--:-- 216k [2021-03-23T16:05:23.500Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/44927e8d416fed51ca682e94d2a5f5631bf711c8 [Pipeline] } [2021-03-23T16:05:23.511Z] 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-23T16:05:25.266Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:26.188Z] ---> package-listing.sh [2021-03-23T16:05:26.188Z] ++ facter osfamily [2021-03-23T16:05:26.188Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-23T16:05:26.188Z] + OS_FAMILY=redhat [2021-03-23T16:05:26.188Z] + workspace=/w/workspace/edgex-go/29 [2021-03-23T16:05:26.188Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-23T16:05:26.188Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-23T16:05:26.188Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-23T16:05:26.188Z] + PACKAGES=/tmp/packages_start.txt [2021-03-23T16:05:26.188Z] + '[' /w/workspace/edgex-go/29 ']' [2021-03-23T16:05:26.188Z] + PACKAGES=/tmp/packages_end.txt [2021-03-23T16:05:26.188Z] + case "${OS_FAMILY}" in [2021-03-23T16:05:26.188Z] + rpm -qa [2021-03-23T16:05:26.188Z] + sort [2021-03-23T16:05:31.515Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-23T16:05:31.515Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-23T16:05:31.515Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-23T16:05:31.515Z] + '[' /w/workspace/edgex-go/29 ']' [2021-03-23T16:05:31.515Z] + mkdir -p /w/workspace/edgex-go/29/archives/ [2021-03-23T16:05:31.515Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/29/archives/ [Pipeline] echo [2021-03-23T16:05:31.531Z] 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/29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-23T16:05:31.831Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:05:32.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T16:05:32.153Z] [2021-03-23T16:05:32.153Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-23T16:05:32.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T16:05:32.515Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-23T16:05:32.515Z] df20fa9351a1: Pulling fs layer [2021-03-23T16:05:32.515Z] 36b3adc4ff6f: Pulling fs layer [2021-03-23T16:05:32.515Z] 8ad3a11d3b57: Pulling fs layer [2021-03-23T16:05:32.515Z] 46f8f816bc3b: Pulling fs layer [2021-03-23T16:05:32.515Z] 93b61091891f: Pulling fs layer [2021-03-23T16:05:32.515Z] 93b9cdb0e59b: Pulling fs layer [2021-03-23T16:05:32.515Z] 5e14af77c1be: Pulling fs layer [2021-03-23T16:05:32.515Z] 01666e4c0597: Pulling fs layer [2021-03-23T16:05:32.515Z] aa168da1d23b: Pulling fs layer [2021-03-23T16:05:32.515Z] 46f8f816bc3b: Waiting [2021-03-23T16:05:32.515Z] 93b61091891f: Waiting [2021-03-23T16:05:32.515Z] 93b9cdb0e59b: Waiting [2021-03-23T16:05:32.515Z] 5e14af77c1be: Waiting [2021-03-23T16:05:32.515Z] 01666e4c0597: Waiting [2021-03-23T16:05:32.515Z] aa168da1d23b: Waiting [2021-03-23T16:05:32.515Z] 36b3adc4ff6f: Verifying Checksum [2021-03-23T16:05:32.515Z] 36b3adc4ff6f: Download complete [2021-03-23T16:05:32.515Z] 46f8f816bc3b: Verifying Checksum [2021-03-23T16:05:32.515Z] 46f8f816bc3b: Download complete [2021-03-23T16:05:32.515Z] df20fa9351a1: Verifying Checksum [2021-03-23T16:05:32.779Z] 93b9cdb0e59b: Verifying Checksum [2021-03-23T16:05:32.779Z] 93b9cdb0e59b: Download complete [2021-03-23T16:05:32.779Z] 5e14af77c1be: Verifying Checksum [2021-03-23T16:05:32.779Z] 5e14af77c1be: Download complete [2021-03-23T16:05:32.779Z] 01666e4c0597: Verifying Checksum [2021-03-23T16:05:32.779Z] 01666e4c0597: Download complete [2021-03-23T16:05:32.779Z] 93b61091891f: Verifying Checksum [2021-03-23T16:05:32.779Z] 93b61091891f: Download complete [2021-03-23T16:05:33.045Z] 8ad3a11d3b57: Verifying Checksum [2021-03-23T16:05:33.045Z] 8ad3a11d3b57: Download complete [2021-03-23T16:05:33.045Z] df20fa9351a1: Pull complete [2021-03-23T16:05:33.309Z] 36b3adc4ff6f: Pull complete [2021-03-23T16:05:34.266Z] 8ad3a11d3b57: Pull complete [2021-03-23T16:05:34.538Z] 46f8f816bc3b: Pull complete [2021-03-23T16:05:35.120Z] aa168da1d23b: Verifying Checksum [2021-03-23T16:05:35.120Z] aa168da1d23b: Download complete [2021-03-23T16:05:36.524Z] 93b61091891f: Pull complete [2021-03-23T16:05:36.524Z] 93b9cdb0e59b: Pull complete [2021-03-23T16:05:36.524Z] 5e14af77c1be: Pull complete [2021-03-23T16:05:36.798Z] 01666e4c0597: Pull complete [2021-03-23T16:05:46.867Z] aa168da1d23b: Pull complete [2021-03-23T16:05:46.867Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-23T16:05:46.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-23T16:05:46.867Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-23T16:05:47.344Z] prd-centos7-docker-4c-2g-31084 does not seem to be running inside a container [2021-03-23T16:05:47.509Z] $ 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/29/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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-23T16:05:50.892Z] $ docker top 301223b65b2882ab9f810083f684c2fe19beb92eea83b33d7b41b5be9509a91c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-23T16:05:51.517Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-23T16:05:51.824Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-23T16:05:52.130Z] + ls /var/log/sa-host [2021-03-23T16:05:52.130Z] + sadf -c /var/log/sa-host/sa23 [2021-03-23T16:05:52.130Z] file_magic: OK [2021-03-23T16:05:52.130Z] HZ: Using current value: 100 [2021-03-23T16:05:52.130Z] file_header: OK [2021-03-23T16:05:52.130Z] 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-23T16:05:52.130Z] Statistics: [2021-03-23T16:05:52.130Z] 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... [2021-03-23T16:05:52.130Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-23T16:05:52.351Z] provisioning config files... [2021-03-23T16:05:52.365Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/29@tmp/config4464795843856317042tmp [Pipeline] { [Pipeline] echo [2021-03-23T16:05:52.445Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:52.749Z] ---> create-netrc.sh [Pipeline] } [2021-03-23T16:05:52.760Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-23T16:05:52.859Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:53.159Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-23T16:05:53.172Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:53.475Z] ---> sudo-logs.sh [2021-03-23T16:05:53.475Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-23T16:05:53.550Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:53.855Z] ---> job-cost.sh [2021-03-23T16:05:53.855Z] lf-activate-venv: SKIPPING [2021-03-23T16:05:53.855Z] DEBUG: total: 0.20999999344348907 [2021-03-23T16:05:53.855Z] INFO: Retrieving Stack Cost... [2021-03-23T16:05:55.250Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-23T16:05:55.827Z] INFO: Archiving Costs [Pipeline] echo [2021-03-23T16:05:55.841Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-23T16:05:56.142Z] ---> logs-deploy.sh [2021-03-23T16:05:56.142Z] lf-activate-venv: SKIPPING [2021-03-23T16:05:56.142Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/29 [2021-03-23T16:05:56.142Z] INFO: archiving workspace using pattern(s): [2021-03-23T16:05:58.132Z] Archives upload complete. [2021-03-23T16:05:58.132Z] INFO: archiving logs to Nexus