Pull request #3075 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 38ee97bf23fa756444b90e09a13947d7f6f04c10+4a83cd830d92d64e3c8662a0b68849c078e73697 (d1dc14af74f9ee20836afed45a7a575f60835aff) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23554’ is offline; ‘prd-centos7-docker-4c-2g-23556’ is offline; ‘prd-centos7-docker-4c-2g-23558’ is offline; ‘prd-centos7-docker-4c-2g-23559’ is offline; ‘prd-centos7-docker-4c-2g-23577’ is offline; ‘prd-centos7-docker-4c-2g-23587’ is offline; ‘prd-centos7-docker-4c-2g-23588’ is offline; ‘prd-centos7-docker-4c-2g-23596’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23565’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23566’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23568’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23569’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23570’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23585’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23605 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 38ee97bf23fa756444b90e09a13947d7f6f04c10 Merge succeeded, producing 38ee97bf23fa756444b90e09a13947d7f6f04c10 Checking out Revision 38ee97bf23fa756444b90e09a13947d7f6f04c10 (PR-3075) > git config core.sparsecheckout # timeout=10 > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 89581fd38e7cb917bba02ff221ffddc981963cfe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:55:02.217Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:55:02.459Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:55:02.563Z] ========================================================= [2021-01-28T00:55:02.563Z] EdgeX Global Pipelines Version Info [2021-01-28T00:55:02.563Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:04.023Z] ------------------- [2021-01-28T00:55:04.023Z] stable info: [2021-01-28T00:55:04.023Z] ------------------- [2021-01-28T00:55:04.023Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:55:04.023Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:55:04.023Z] Message: update stable to v1.0.179 [2021-01-28T00:55:04.979Z] ------------------- [2021-01-28T00:55:04.979Z] experimental info: [2021-01-28T00:55:04.979Z] ------------------- [2021-01-28T00:55:04.979Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:55:04.979Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:55:04.979Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:55:05.255Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T00:55:05.356Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T00:55:05.451Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:55:05.542Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:55:05.677Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:55:05.765Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:55:05.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:55:05.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T00:55:06.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T00:55:06.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T00:55:06.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:55:06.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:55:06.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:55:06.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:55:06.577Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:55:06.733Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:55:06.819Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:55:06.912Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:55:06.998Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:55:07.088Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:55:07.173Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T00:55:07.309Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:55:07.407Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:55:07.493Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo [2021-01-28T00:55:07.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo [2021-01-28T00:55:07.669Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo [2021-01-28T00:55:07.770Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38ee97bf23fa756444b90e09a13947d7f6f04c10 [Pipeline] echo [2021-01-28T00:55:07.870Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38ee97b [Pipeline] echo [2021-01-28T00:55:07.959Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:55:08.122Z] provisioning config files... [2021-01-28T00:55:08.223Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7301999534756935075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:08.578Z] ---> docker-login.sh [2021-01-28T00:55:08.578Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:55:08.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:55:09.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:55:09.119Z] Configure a credential helper to remove this warning. See [2021-01-28T00:55:09.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:55:09.119Z] [2021-01-28T00:55:09.119Z] Login Succeeded [2021-01-28T00:55:09.119Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:55:09.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:55:09.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:55:09.399Z] Configure a credential helper to remove this warning. See [2021-01-28T00:55:09.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:55:09.399Z] [2021-01-28T00:55:09.399Z] Login Succeeded [2021-01-28T00:55:09.399Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:55:09.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:55:09.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:55:09.672Z] Configure a credential helper to remove this warning. See [2021-01-28T00:55:09.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:55:09.672Z] [2021-01-28T00:55:09.672Z] Login Succeeded [2021-01-28T00:55:09.672Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:55:09.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:55:09.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:55:09.938Z] Configure a credential helper to remove this warning. See [2021-01-28T00:55:09.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:55:09.938Z] [2021-01-28T00:55:09.938Z] Login Succeeded [2021-01-28T00:55:09.938Z] docker.io [2021-01-28T00:55:10.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:55:10.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:55:10.469Z] Configure a credential helper to remove this warning. See [2021-01-28T00:55:10.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:55:10.469Z] [2021-01-28T00:55:10.469Z] Login Succeeded [2021-01-28T00:55:10.469Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:55:10.481Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:55:11.035Z] ++ 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-01-28T00:55:11.035Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:11.035Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T00:55:11.035Z] ++ cut -d/ -f2 [2021-01-28T00:55:11.035Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T00:55:11.035Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:11.035Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T00:55:11.035Z] ++ cut -d/ -f2 [2021-01-28T00:55:11.035Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T00:55:11.035Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:11.035Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T00:55:11.035Z] ++ cut -d/ -f2 [2021-01-28T00:55:11.035Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T00:55:11.035Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:11.035Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T00:55:11.035Z] ++ cut -d/ -f2 [2021-01-28T00:55:11.035Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T00:55:11.035Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:11.035Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T00:55:11.035Z] ++ cut -d/ -f2 [2021-01-28T00:55:11.035Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T00:55:11.035Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:11.035Z] ++ cut -d/ -f2 [2021-01-28T00:55:11.035Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:55:11.035Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:55:11.035Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:11.035Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T00:55:11.035Z] ++ cut -d/ -f2 [2021-01-28T00:55:11.035Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T00:55:11.035Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:11.035Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T00:55:11.035Z] ++ cut -d/ -f2 [2021-01-28T00:55:11.035Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T00:55:11.035Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:11.035Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:55:11.035Z] ++ cut -d/ -f2 [2021-01-28T00:55:11.035Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T00:55:11.130Z] 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-01-28T00:55:12.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:55:12.043Z] [2021-01-28T00:55:12.043Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:55:12.396Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:55:12.396Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:55:12.396Z] 31603596830f: Pulling fs layer [2021-01-28T00:55:12.396Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:55:12.396Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:55:12.397Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:55:12.397Z] ecc8261a40a4: Waiting [2021-01-28T00:55:12.397Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T00:55:12.397Z] 2a8b12db71e7: Download complete [2021-01-28T00:55:12.660Z] 31603596830f: Verifying Checksum [2021-01-28T00:55:12.660Z] 31603596830f: Download complete [2021-01-28T00:55:12.660Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:55:12.660Z] ecc8261a40a4: Download complete [2021-01-28T00:55:12.925Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:55:12.925Z] 6ca5941a6612: Download complete [2021-01-28T00:55:13.194Z] 31603596830f: Pull complete [2021-01-28T00:55:13.194Z] 2a8b12db71e7: Pull complete [2021-01-28T00:55:14.605Z] 6ca5941a6612: Pull complete [2021-01-28T00:55:14.605Z] ecc8261a40a4: Pull complete [2021-01-28T00:55:14.605Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:55:14.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:55:14.605Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:55:14.747Z] prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container [2021-01-28T00:55:14.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:55:17.872Z] $ docker top b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:55:18.359Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:55:18.359Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:55:18.678Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:55:18.688Z] $ docker exec b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 ssh-agent [2021-01-28T00:55:18.923Z] SSH_AUTH_SOCK=/tmp/ssh-ycijm57X8SZX/agent.11 [2021-01-28T00:55:18.923Z] SSH_AGENT_PID=16 [2021-01-28T00:55:18.945Z] Running ssh-add (command line suppressed) [2021-01-28T00:55:19.096Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3166516797408844716.key (/w/workspace/edgex-go/4@tmp/private_key_3166516797408844716.key) [2021-01-28T00:55:19.168Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:55:19.550Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:55:19.578Z] $ docker exec --env ******** --env ******** b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 ssh-agent -k [2021-01-28T00:55:19.705Z] unset SSH_AUTH_SOCK; [2021-01-28T00:55:19.705Z] unset SSH_AGENT_PID; [2021-01-28T00:55:19.705Z] echo Agent pid 16 killed; [2021-01-28T00:55:19.753Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:55:19.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:55:19.899Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:55:20.090Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:55:20.098Z] $ docker exec b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 ssh-agent [2021-01-28T00:55:20.286Z] SSH_AUTH_SOCK=/tmp/ssh-A2ritxePZMd5/agent.44 [2021-01-28T00:55:20.286Z] SSH_AGENT_PID=50 [2021-01-28T00:55:20.295Z] Running ssh-add (command line suppressed) [2021-01-28T00:55:20.438Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5047984489735178134.key (/w/workspace/edgex-go/4@tmp/private_key_5047984489735178134.key) [2021-01-28T00:55:20.496Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:55:20.835Z] + git semver init [2021-01-28T00:55:20.835Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:55:20.835Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-28T00:55:20.835Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-28T00:55:20.835Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:55:20.835Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:55:20.835Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:55:20.835Z] # $SEMVER_BRANCH = PR-3075 [2021-01-28T00:55:20.835Z] # $SEMVER_TEMP = /tmp/semver-498678035 [2021-01-28T00:55:20.835Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T00:55:53.063Z] # '/tmp/semver-498678035' -> '/w/workspace/edgex-go/4/.semver' [2021-01-28T00:55:53.063Z] # -> Force: false [2021-01-28T00:55:53.063Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-28T00:55:53.090Z] $ docker exec --env ******** --env ******** b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 ssh-agent -k [2021-01-28T00:55:53.375Z] unset SSH_AUTH_SOCK; [2021-01-28T00:55:53.376Z] unset SSH_AGENT_PID; [2021-01-28T00:55:53.376Z] echo Agent pid 50 killed; [2021-01-28T00:55:53.496Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:55:54.049Z] + git semver [Pipeline] } [2021-01-28T00:55:54.075Z] $ docker stop --time=1 b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 [2021-01-28T00:55:55.800Z] $ docker rm -f b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:55:56.408Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:55:57.219Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:55:57.222Z] [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-01-28T00:55:58.458Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:55:58.813Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:55:59.186Z] + sudo service docker restart [2021-01-28T00:55:59.186Z] + true [2021-01-28T00:55:59.186Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T00:56:00.266Z] ========================================================= [2021-01-28T00:56:00.266Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:56:00.266Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:56:00.715Z] + 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-01-28T00:56:05.007Z] Sending build context to Docker daemon 327.2MB [2021-01-28T00:56:05.007Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:56:05.007Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:56:05.007Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:56:05.007Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:56:05.007Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:56:05.007Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:56:05.007Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:56:05.007Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:56:05.007Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:56:05.007Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:56:05.007Z] bca2f99d35d6: Waiting [2021-01-28T00:56:05.007Z] 93359f2a8cfa: Waiting [2021-01-28T00:56:05.007Z] 7c6f9722023f: Waiting [2021-01-28T00:56:05.007Z] a35cf1a2eb13: Waiting [2021-01-28T00:56:05.007Z] de9db76c5a1d: Download complete [2021-01-28T00:56:05.007Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T00:56:05.007Z] 0ef7d3d256c8: Download complete [2021-01-28T00:56:05.007Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:56:05.007Z] 93359f2a8cfa: Download complete [2021-01-28T00:56:05.302Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:56:05.302Z] 7c6f9722023f: Download complete [2021-01-28T00:56:05.302Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:56:05.302Z] 188c0c94c7c5: Download complete [2021-01-28T00:56:05.571Z] 188c0c94c7c5: Pull complete [2021-01-28T00:56:06.539Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:56:06.539Z] de9db76c5a1d: Pull complete [2021-01-28T00:56:07.529Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:56:07.529Z] a35cf1a2eb13: Download complete [2021-01-28T00:56:08.108Z] bca2f99d35d6: Download complete [2021-01-28T00:56:12.782Z] Still waiting to schedule task [2021-01-28T00:56:12.782Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23563’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23572’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-23598’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23581’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23582’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23614’ is offline [2021-01-28T00:56:14.800Z] bca2f99d35d6: Pull complete [2021-01-28T00:56:15.077Z] 93359f2a8cfa: Pull complete [2021-01-28T00:56:15.077Z] 7c6f9722023f: Pull complete [2021-01-28T00:56:20.468Z] a35cf1a2eb13: Pull complete [2021-01-28T00:56:20.468Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:56:20.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:56:20.468Z] ---> a62c8e92a672 [2021-01-28T00:56:20.468Z] 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-01-28T00:56:20.468Z] ---> Running in b1680f7a9244 [2021-01-28T00:56:21.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:56:22.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:56:23.943Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:56:24.910Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:56:24.910Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:56:25.174Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:56:51.796Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:56:51.796Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:56:51.796Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:56:51.796Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:56:52.072Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:56:52.072Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:56:52.340Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:56:52.605Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:56:52.870Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:56:52.870Z] OK: 233 MiB in 51 packages [2021-01-28T00:56:56.228Z] Removing intermediate container b1680f7a9244 [2021-01-28T00:56:56.228Z] ---> 533cff8cbe1e [2021-01-28T00:56:56.228Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:56:56.228Z] ---> Running in 4f9144389420 [2021-01-28T00:56:56.494Z] Removing intermediate container 4f9144389420 [2021-01-28T00:56:56.494Z] ---> 7e3906327cd8 [2021-01-28T00:56:56.494Z] Step 5/6 : COPY go.mod . [2021-01-28T00:56:56.768Z] ---> a6a942b13d26 [2021-01-28T00:56:56.768Z] Step 6/6 : RUN go mod download [2021-01-28T00:56:56.768Z] ---> Running in eb4d61868156 [2021-01-28T00:57:18.883Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23617 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-01-28T00:57:18.945Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [2021-01-28T00:57:18.953Z] Removing intermediate container eb4d61868156 [2021-01-28T00:57:18.953Z] ---> 9f09717ff980 [2021-01-28T00:57:18.953Z] Successfully built 9f09717ff980 [2021-01-28T00:57:18.953Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:57:19.371Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:57:19.371Z] . [Pipeline] withDockerContainer [2021-01-28T00:57:19.516Z] prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container [2021-01-28T00:57:19.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:57:20.535Z] $ docker top ed8af55ca67d2b9a57973e546b817470bc8f21170d2a9551656e4da921eb3565 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:57:21.113Z] + go version [2021-01-28T00:57:21.114Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:57:21.140Z] $ docker stop --time=1 ed8af55ca67d2b9a57973e546b817470bc8f21170d2a9551656e4da921eb3565 [2021-01-28T00:57:22.515Z] $ docker rm -f ed8af55ca67d2b9a57973e546b817470bc8f21170d2a9551656e4da921eb3565 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:57:23.512Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:57:23.512Z] . [Pipeline] withDockerContainer [2021-01-28T00:57:23.626Z] prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container [2021-01-28T00:57:23.702Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:57:24.438Z] $ docker top b51fa9e8bba33df43bb70548a8fe1e7d33339e2c6cce8cf0f468ee5eeaffa0fe -eo pid,comm [2021-01-28T00:57:24.468Z] using credential edgex-jenkins-ssh [2021-01-28T00:57:24.532Z] Cloning the remote Git repository [Pipeline] { [Pipeline] echo [2021-01-28T00:57:24.695Z] ========================================================= [2021-01-28T00:57:24.695Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:57:24.695Z] ========================================================= [Pipeline] sh [2021-01-28T00:57:24.993Z] + make test [2021-01-28T00:57:24.993Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:57:24.582Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:57:24.717Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-28T00:57:24.809Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:57:24.810Z] > git --version # timeout=10 [2021-01-28T00:57:24.830Z] > git --version # 'git version 2.17.1' [2021-01-28T00:57:24.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:57:24.899Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:57:37.320Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:57:47.049Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:57:47.074Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:57:47.141Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:57:47.204Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:57:47.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:57:47.227Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:57:47.894Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T00:57:48.316Z] Merge succeeded, producing 38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T00:57:48.316Z] Checking out Revision 38ee97bf23fa756444b90e09a13947d7f6f04c10 (PR-3075) [2021-01-28T00:57:49.669Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:57:47.911Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:57:47.923Z] > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 [2021-01-28T00:57:48.229Z] > git remote # timeout=10 [2021-01-28T00:57:48.250Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:57:48.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:57:48.277Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:57:48.302Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:57:48.324Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:57:48.342Z] > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 [2021-01-28T00:57:52.802Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:57:54.341Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:57:54.761Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:57:55.111Z] + true [2021-01-28T00:57:55.112Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:57:57.826Z] provisioning config files... [2021-01-28T00:57:57.867Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7713502748227348739tmp [Pipeline] { [2021-01-28T00:57:57.906Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:57:58.268Z] ---> docker-login.sh [2021-01-28T00:57:58.268Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:57:58.492Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:57:58.492Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:57:58.492Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:57:59.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:57:59.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:57:59.529Z] Configure a credential helper to remove this warning. See [2021-01-28T00:57:59.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:57:59.529Z] [2021-01-28T00:57:59.529Z] Login Succeeded [2021-01-28T00:57:59.529Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:57:59.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:58:00.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:58:00.080Z] Configure a credential helper to remove this warning. See [2021-01-28T00:58:00.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:58:00.080Z] [2021-01-28T00:58:00.080Z] Login Succeeded [2021-01-28T00:58:00.080Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:58:00.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:58:00.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:58:00.676Z] Configure a credential helper to remove this warning. See [2021-01-28T00:58:00.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:58:00.676Z] [2021-01-28T00:58:00.676Z] Login Succeeded [2021-01-28T00:58:00.676Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:58:01.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:58:01.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:58:01.277Z] Configure a credential helper to remove this warning. See [2021-01-28T00:58:01.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:58:01.277Z] [2021-01-28T00:58:01.277Z] Login Succeeded [2021-01-28T00:58:01.277Z] docker.io [2021-01-28T00:58:01.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:58:01.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:58:01.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:58:01.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:58:01.882Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:58:01.882Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:58:01.882Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:58:02.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:58:02.164Z] Configure a credential helper to remove this warning. See [2021-01-28T00:58:02.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:58:02.164Z] [2021-01-28T00:58:02.164Z] Login Succeeded [2021-01-28T00:58:02.164Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:58:02.182Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:58:02.669Z] ========================================================= [2021-01-28T00:58:02.669Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:58:02.669Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:58:03.082Z] + 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-01-28T00:58:04.516Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:58:04.516Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:58:04.516Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:58:05.752Z] Sending build context to Docker daemon 165.9MB [2021-01-28T00:58:05.753Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:58:05.753Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:58:05.753Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:58:05.753Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:58:05.753Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:58:05.753Z] 18c013af1878: Pulling fs layer [2021-01-28T00:58:05.753Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:58:05.753Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:58:05.753Z] b116817d02f9: Pulling fs layer [2021-01-28T00:58:05.753Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:58:05.753Z] 00ac8860ef70: Waiting [2021-01-28T00:58:05.753Z] 63d7cb157983: Waiting [2021-01-28T00:58:05.753Z] b116817d02f9: Waiting [2021-01-28T00:58:05.753Z] 745a02a5169b: Waiting [2021-01-28T00:58:05.753Z] 18c013af1878: Verifying Checksum [2021-01-28T00:58:05.753Z] 18c013af1878: Download complete [2021-01-28T00:58:05.753Z] a4357932f1b6: Download complete [2021-01-28T00:58:05.753Z] 63d7cb157983: Download complete [2021-01-28T00:58:05.753Z] b116817d02f9: Verifying Checksum [2021-01-28T00:58:05.753Z] b116817d02f9: Download complete [2021-01-28T00:58:05.753Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T00:58:05.753Z] 5f621e34cdf4: Download complete [2021-01-28T00:58:06.356Z] 5f621e34cdf4: Pull complete [2021-01-28T00:58:06.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements [2021-01-28T00:58:06.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:58:06.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:58:06.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:58:06.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:58:06.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:58:06.958Z] a4357932f1b6: Pull complete [2021-01-28T00:58:07.238Z] 18c013af1878: Pull complete [2021-01-28T00:58:08.226Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:58:08.226Z] 745a02a5169b: Download complete [2021-01-28T00:58:09.216Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:58:09.216Z] 00ac8860ef70: Download complete [2021-01-28T00:58:11.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.1% of statements [2021-01-28T00:58:11.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:58:11.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:58:11.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:58:11.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:58:11.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:58:11.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:58:11.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-28T00:58:11.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:58:11.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-01-28T00:58:11.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:58:11.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:58:11.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 65.8% of statements [2021-01-28T00:58:11.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:58:11.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:58:11.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.112s coverage: 82.3% of statements [2021-01-28T00:58:11.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:58:11.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:58:11.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:58:11.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:58:12.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.364s coverage: 28.6% of statements [2021-01-28T00:58:12.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:58:12.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:58:12.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:58:12.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:58:12.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:58:12.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-28T00:58:12.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:58:12.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-28T00:58:12.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:58:12.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements [2021-01-28T00:58:12.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:58:13.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.177s coverage: 97.5% of statements [2021-01-28T00:58:13.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:58:13.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.098s coverage: 78.3% of statements [2021-01-28T00:58:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:58:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:58:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:58:13.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:58:16.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.371s coverage: 92.8% of statements [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:58:16.561Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:58:16.561Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:58:16.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:58:16.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 43.8% of statements [2021-01-28T00:58:16.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.053s coverage: 79.5% of statements [2021-01-28T00:58:16.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-01-28T00:58:16.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-01-28T00:58:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements [2021-01-28T00:58:19.467Z] 00ac8860ef70: Pull complete [2021-01-28T00:58:19.769Z] 63d7cb157983: Pull complete [2021-01-28T00:58:20.043Z] b116817d02f9: Pull complete [2021-01-28T00:58:24.378Z] 745a02a5169b: Pull complete [2021-01-28T00:58:24.378Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:58:24.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:58:24.378Z] ---> b7e6874047d6 [2021-01-28T00:58:24.378Z] 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-01-28T00:58:27.836Z] ---> Running in 3f3e77be2c37 [2021-01-28T00:58:28.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.051s coverage: 94.4% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.272s coverage: 68.9% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.259s coverage: 84.0% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.683s coverage: 29.1% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:58:29.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements [2021-01-28T00:58:29.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:58:29.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:58:29.711Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-01-28T00:58:29.711Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:58:29.711Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-01-28T00:58:29.711Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:58:29.711Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-01-28T00:58:29.711Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:58:29.711Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:58:29.711Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:58:29.711Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:58:30.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-01-28T00:58:30.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:58:30.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:58:30.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-01-28T00:58:30.565Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-28T00:58:30.565Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-28T00:58:30.827Z] GO111MODULE=on go vet ./... [2021-01-28T00:58:30.899Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:58:30.899Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:58:30.899Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:58:30.899Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:58:41.014Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:58:41.014Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:58:41.014Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:58:41.014Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:58:41.014Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:58:41.014Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:58:41.290Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:58:41.563Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:58:41.836Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:58:41.836Z] OK: 217 MiB in 51 packages [2021-01-28T00:58:46.147Z] Removing intermediate container 3f3e77be2c37 [2021-01-28T00:58:46.147Z] ---> ab2234b68b50 [2021-01-28T00:58:46.147Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:58:46.147Z] ---> Running in 34ef21876c40 [2021-01-28T00:58:46.423Z] Removing intermediate container 34ef21876c40 [2021-01-28T00:58:46.423Z] ---> efe853ae6522 [2021-01-28T00:58:46.423Z] Step 5/6 : COPY go.mod . [2021-01-28T00:58:47.034Z] ---> 7a7ff1518cb9 [2021-01-28T00:58:47.034Z] Step 6/6 : RUN go mod download [2021-01-28T00:58:47.313Z] ---> Running in 46a467186d63 [2021-01-28T00:58:57.519Z] gofmt -l . [2021-01-28T00:58:57.519Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:58:57.519Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:58:57.519Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:58:57.831Z] + ls -al . [2021-01-28T00:58:57.831Z] total 668 [2021-01-28T00:58:57.831Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 00:58 . [2021-01-28T00:58:57.831Z] drwxr-xr-x 4 root root 28 Jan 28 00:57 .. [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:54 .dockerignore [2021-01-28T00:58:57.831Z] drwxrwxr-x 8 1001 1001 179 Jan 28 00:55 .git [2021-01-28T00:58:57.831Z] drwxrwxr-x 3 1001 1001 125 Jan 28 00:54 .github [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:54 .gitignore [2021-01-28T00:58:57.831Z] drwx------ 3 1001 1001 60 Jan 28 00:55 .semver [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:54 .sonarcloud.properties [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:54 Attribution.txt [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:54 CONTRIBUTING.md [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:54 Dockerfile.build [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:54 Jenkinsfile [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:54 LICENSE [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:54 Makefile [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:54 README.md [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:54 SECURITY.md [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:55 VERSION [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:54 ZMQWindows.md [2021-01-28T00:58:57.831Z] drwxrwxr-x 2 1001 1001 117 Jan 28 00:54 bin [2021-01-28T00:58:57.831Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:54 cmd [2021-01-28T00:58:57.831Z] -rw-r--r-- 1 root root 564700 Jan 28 00:58 coverage.out [2021-01-28T00:58:57.831Z] -rw-r--r-- 1 root root 1053 Jan 28 00:58 go.mod [2021-01-28T00:58:57.831Z] -rw-r--r-- 1 root root 19190 Jan 28 00:58 go.sum [2021-01-28T00:58:57.831Z] drwxrwxr-x 8 1001 1001 127 Jan 28 00:54 internal [2021-01-28T00:58:57.831Z] drwxrwxr-x 4 1001 1001 26 Jan 28 00:54 openapi [2021-01-28T00:58:57.831Z] drwxrwxr-x 4 1001 1001 71 Jan 28 00:54 snap [2021-01-28T00:58:57.831Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:54 version.go [Pipeline] sh [2021-01-28T00:58:58.136Z] + '[' -e coverage.out ] [2021-01-28T00:58:58.136Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:58:58.336Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:58:58.638Z] + make build [2021-01-28T00:58:58.638Z] 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-01-28T00:59:01.987Z] 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-01-28T00:59:10.218Z] 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-01-28T00:59:11.171Z] 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-01-28T00:59:12.575Z] 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-01-28T00:59:12.850Z] 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-01-28T00:59:14.162Z] Removing intermediate container 46a467186d63 [2021-01-28T00:59:14.162Z] ---> e18a132568bc [2021-01-28T00:59:14.162Z] Successfully built e18a132568bc [2021-01-28T00:59:14.162Z] Successfully tagged ci-base-image-arm64:latest [2021-01-28T00:59:14.270Z] 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 [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:14.605Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:59:14.605Z] . [Pipeline] withDockerContainer [2021-01-28T00:59:14.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-23617 does not seem to be running inside a container [2021-01-28T00:59:15.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:59:15.686Z] 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-01-28T00:59:16.629Z] $ docker top c600f16dba78034a2adc77ea66a998b5262f9181f2f988fffa279125342ad4fd -eo pid,comm [2021-01-28T00:59:16.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] { [Pipeline] sh [2021-01-28T00:59:17.816Z] + go version [2021-01-28T00:59:17.816Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:59:17.858Z] $ docker stop --time=1 c600f16dba78034a2adc77ea66a998b5262f9181f2f988fffa279125342ad4fd [2021-01-28T00:59:18.077Z] 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-01-28T00:59:18.671Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:59:19.900Z] $ docker rm -f c600f16dba78034a2adc77ea66a998b5262f9181f2f988fffa279125342ad4fd [2021-01-28T00:59:20.115Z] 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:21.090Z] 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-01-28T00:59:21.210Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:59:21.210Z] . [Pipeline] withDockerContainer [2021-01-28T00:59:21.465Z] prd-ubuntu18.04-docker-arm64-4c-16g-23617 does not seem to be running inside a container [2021-01-28T00:59:21.558Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:59:23.075Z] $ docker top 6fd3bdbacb38d98b09339b8e57caa360de0179b5f7023b9f92979c4aa32e4eda -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-28T00:59:23.490Z] $ docker stop --time=1 b51fa9e8bba33df43bb70548a8fe1e7d33339e2c6cce8cf0f468ee5eeaffa0fe [2021-01-28T00:59:25.305Z] $ docker rm -f b51fa9e8bba33df43bb70548a8fe1e7d33339e2c6cce8cf0f468ee5eeaffa0fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] echo [2021-01-28T00:59:25.829Z] ========================================================= [2021-01-28T00:59:25.829Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:59:25.829Z] ========================================================= [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-28T00:59:26.503Z] + make test [2021-01-28T00:59:26.503Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:27.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:59:27.071Z] [2021-01-28T00:59:27.071Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:27.422Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:59:27.422Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T00:59:27.422Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T00:59:27.422Z] ca9280d653b3: Pulling fs layer [2021-01-28T00:59:27.422Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T00:59:27.683Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T00:59:27.683Z] cbdbe7a5bc2a: Download complete [2021-01-28T00:59:27.949Z] cbdbe7a5bc2a: Pull complete [2021-01-28T00:59:28.211Z] ca9280d653b3: Verifying Checksum [2021-01-28T00:59:28.211Z] ca9280d653b3: Download complete [2021-01-28T00:59:29.170Z] 7e9c9ca2126c: Verifying Checksum [2021-01-28T00:59:29.170Z] 7e9c9ca2126c: Download complete [2021-01-28T00:59:29.170Z] ca9280d653b3: Pull complete [2021-01-28T00:59:35.824Z] 7e9c9ca2126c: Pull complete [2021-01-28T00:59:35.825Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T00:59:35.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:59:35.825Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T00:59:35.968Z] prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container [2021-01-28T00:59:36.024Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:59:38.905Z] $ docker top e22b85c8180a1dfad1d328aed0468aa0e111984e8a3a654870ef2e4dbacd7a3e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:59:39.569Z] + docker-compose build --help [2021-01-28T00:59:39.569Z] + grep parallel [2021-01-28T00:59:40.526Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:59:40.543Z] $ docker stop --time=1 e22b85c8180a1dfad1d328aed0468aa0e111984e8a3a654870ef2e4dbacd7a3e [2021-01-28T00:59:41.911Z] $ docker rm -f e22b85c8180a1dfad1d328aed0468aa0e111984e8a3a654870ef2e4dbacd7a3e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:42.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:59:42.618Z] . [Pipeline] withDockerContainer [2021-01-28T00:59:42.728Z] prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container [2021-01-28T00:59:42.790Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T00:59:43.469Z] $ docker top 23a19d7324d56418f22dc23856f78929d131083100a582de1aa58fbcbbc6d218 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:59:44.042Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:59:45.074Z] Building docker-core-command-go ... [2021-01-28T00:59:45.074Z] Building docker-core-data-go ... [2021-01-28T00:59:45.074Z] Building docker-core-metadata-go ... [2021-01-28T00:59:45.074Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:59:45.074Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:59:45.074Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:59:45.074Z] Building docker-support-notifications-go ... [2021-01-28T00:59:45.074Z] Building docker-support-scheduler-go ... [2021-01-28T00:59:45.074Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:59:45.074Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:59:45.074Z] Building docker-core-data-go [2021-01-28T00:59:45.074Z] Building docker-support-scheduler-go [2021-01-28T00:59:45.074Z] Building docker-support-notifications-go [2021-01-28T00:59:45.074Z] Building docker-security-bootstrapper-go [2021-01-28T00:59:48.717Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T01:00:17.427Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:00:17.427Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:00:17.427Z] ---> 9f09717ff980 [2021-01-28T01:00:17.427Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:00:17.427Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:00:17.427Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:00:17.427Z] ---> 9f09717ff980 [2021-01-28T01:00:17.427Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T01:00:17.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:00:17.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:00:17.427Z] [2021-01-28T01:00:17.427Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:00:17.427Z] ---> 9f09717ff980 [2021-01-28T01:00:17.427Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:00:17.427Z] ---> 9f09717ff980 [2021-01-28T01:00:17.427Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:00:17.427Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:00:17.427Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:00:17.427Z] ---> 9f09717ff980 [2021-01-28T01:00:17.427Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T01:00:17.707Z] ---> Running in c91ee882cc76 [2021-01-28T01:00:17.707Z] ---> Running in 70798c3313ed [2021-01-28T01:00:17.707Z] ---> Running in ea79df3e5a8a [2021-01-28T01:00:17.707Z] ---> Running in 7795735af31e [2021-01-28T01:00:17.707Z] ---> Running in 8678b85803cf [2021-01-28T01:00:18.299Z] Removing intermediate container 7795735af31e [2021-01-28T01:00:18.299Z] ---> f4f61350734d [2021-01-28T01:00:18.299Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:00:18.299Z] Removing intermediate container ea79df3e5a8a [2021-01-28T01:00:18.299Z] ---> e747a0c0fddf [2021-01-28T01:00:18.299Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:00:18.299Z] Removing intermediate container 70798c3313ed [2021-01-28T01:00:18.299Z] ---> e6a97c085949 [2021-01-28T01:00:18.299Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:00:18.299Z] Removing intermediate container 8678b85803cf [2021-01-28T01:00:18.299Z] ---> e269ad3908ed [2021-01-28T01:00:18.299Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:00:18.299Z] Removing intermediate container c91ee882cc76 [2021-01-28T01:00:18.299Z] ---> f81117564a09 [2021-01-28T01:00:18.299Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:00:18.564Z] ---> Running in 05fe27767480 [2021-01-28T01:00:18.564Z] ---> Running in bb072e74932e [2021-01-28T01:00:18.564Z] ---> Running in dce24779e7df [2021-01-28T01:00:18.564Z] ---> Running in 4e1342fc48ec [2021-01-28T01:00:18.564Z] ---> Running in eafb3c034c6b [2021-01-28T01:00:20.530Z] Removing intermediate container bb072e74932e [2021-01-28T01:00:20.530Z] ---> afd06474a8c5 [2021-01-28T01:00:20.530Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T01:00:20.823Z] ---> Running in caff45c36cb3 [2021-01-28T01:00:20.823Z] Removing intermediate container 05fe27767480 [2021-01-28T01:00:20.823Z] ---> 0cfa167b8658 [2021-01-28T01:00:20.823Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T01:00:20.823Z] Removing intermediate container 4e1342fc48ec [2021-01-28T01:00:20.823Z] ---> dfb68a33149f [2021-01-28T01:00:20.823Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T01:00:21.106Z] Removing intermediate container eafb3c034c6b [2021-01-28T01:00:21.106Z] ---> 0245abc89cdf [2021-01-28T01:00:21.106Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T01:00:21.106Z] Removing intermediate container dce24779e7df [2021-01-28T01:00:21.106Z] ---> be366ea411b4 [2021-01-28T01:00:21.106Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T01:00:21.106Z] ---> Running in d680f4825dee [2021-01-28T01:00:21.106Z] ---> Running in 44918ac34ed2 [2021-01-28T01:00:21.106Z] ---> Running in d296fe3a051a [2021-01-28T01:00:21.370Z] ---> Running in 714557b16668 [2021-01-28T01:00:21.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:00:21.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:00:22.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:00:22.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:00:22.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:00:22.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:00:22.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:00:22.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:00:23.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:00:23.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:00:23.027Z] OK: 233 MiB in 51 packages [2021-01-28T01:00:23.604Z] OK: 233 MiB in 51 packages [2021-01-28T01:00:23.604Z] Removing intermediate container caff45c36cb3 [2021-01-28T01:00:23.604Z] ---> 18b9f48ba659 [2021-01-28T01:00:23.604Z] Step 6/23 : COPY go.mod . [2021-01-28T01:00:23.604Z] OK: 233 MiB in 51 packages [2021-01-28T01:00:23.604Z] OK: 233 MiB in 51 packages [2021-01-28T01:00:23.880Z] ---> 176ee3f755e6 [2021-01-28T01:00:23.880Z] Step 7/23 : RUN go mod download [2021-01-28T01:00:23.880Z] OK: 233 MiB in 51 packages [2021-01-28T01:00:23.880Z] ---> Running in 0fc571cb1c05 [2021-01-28T01:00:24.462Z] Removing intermediate container 44918ac34ed2 [2021-01-28T01:00:24.462Z] ---> 07066dd0735a [2021-01-28T01:00:24.462Z] Step 6/22 : COPY go.mod . [2021-01-28T01:00:24.462Z] Removing intermediate container d680f4825dee [2021-01-28T01:00:24.462Z] ---> 49a9d472a865 [2021-01-28T01:00:24.462Z] Step 6/26 : COPY go.mod . [2021-01-28T01:00:24.726Z] Removing intermediate container 714557b16668 [2021-01-28T01:00:24.726Z] ---> 915ec60d1b85 [2021-01-28T01:00:24.726Z] Step 6/22 : COPY go.mod . [2021-01-28T01:00:24.726Z] ---> 8e489ba33784 [2021-01-28T01:00:24.726Z] Step 7/22 : RUN go mod download [2021-01-28T01:00:24.726Z] ---> Running in 178fe103a11d [2021-01-28T01:00:24.991Z] Removing intermediate container d296fe3a051a [2021-01-28T01:00:24.991Z] ---> 85596d64af07 [2021-01-28T01:00:24.991Z] Step 6/34 : COPY go.mod . [2021-01-28T01:00:24.991Z] ---> 2c38a722ebea [2021-01-28T01:00:24.991Z] Step 7/26 : RUN go mod download [2021-01-28T01:00:25.265Z] ---> 9a99ccc78355 [2021-01-28T01:00:25.265Z] Step 7/22 : RUN go mod download [2021-01-28T01:00:25.265Z] ---> Running in 5892b634eb9a [2021-01-28T01:00:25.265Z] ---> Running in 10abf6eb9419 [2021-01-28T01:00:25.542Z] ---> 0c46c7d7e860 [2021-01-28T01:00:25.542Z] Step 7/34 : RUN go mod download [2021-01-28T01:00:25.542Z] ---> Running in bd6c00f4f243 [2021-01-28T01:00:26.517Z] Removing intermediate container 0fc571cb1c05 [2021-01-28T01:00:26.517Z] ---> f4df87986bdc [2021-01-28T01:00:26.517Z] Step 8/23 : COPY . . [2021-01-28T01:00:26.517Z] Removing intermediate container 178fe103a11d [2021-01-28T01:00:26.517Z] ---> bc7ec820d7fc [2021-01-28T01:00:26.517Z] Step 8/22 : COPY . . [2021-01-28T01:00:30.791Z] Removing intermediate container 10abf6eb9419 [2021-01-28T01:00:30.791Z] ---> f2897fc32dcd [2021-01-28T01:00:30.791Z] Step 8/22 : COPY . . [2021-01-28T01:00:36.004Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T01:00:36.147Z] Removing intermediate container bd6c00f4f243 [2021-01-28T01:00:36.147Z] ---> 8061d816495b [2021-01-28T01:00:36.147Z] Step 8/34 : COPY . . [2021-01-28T01:00:36.147Z] Removing intermediate container 5892b634eb9a [2021-01-28T01:00:36.147Z] ---> bd1b436387d8 [2021-01-28T01:00:36.147Z] Step 8/26 : COPY . . [2021-01-28T01:00:51.170Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T01:00:51.170Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T01:00:51.170Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T01:00:51.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T01:00:52.610Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T01:00:52.610Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T01:00:52.610Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T01:00:52.610Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T01:00:52.610Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T01:00:54.611Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T01:01:01.412Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T01:01:01.412Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T01:01:01.412Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T01:01:06.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.232s coverage: 46.6% of statements [2021-01-28T01:01:06.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T01:01:06.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T01:01:06.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T01:01:06.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T01:01:06.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T01:01:08.414Z] ---> 89397a5e536d [2021-01-28T01:01:08.414Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T01:01:08.414Z] ---> 72a15f6b8a5f [2021-01-28T01:01:08.414Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T01:01:08.414Z] ---> Running in fae9c9d2333e [2021-01-28T01:01:08.414Z] ---> Running in b0423db40a5e [2021-01-28T01:01:08.414Z] ---> ed3985f13051 [2021-01-28T01:01:08.414Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T01:01:09.000Z] ---> 6770706668bf [2021-01-28T01:01:09.000Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T01:01:09.267Z] ---> f57bc6c074a8 [2021-01-28T01:01:09.267Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T01:01:09.547Z] ---> Running in 7bdc89b182be [2021-01-28T01:01:09.547Z] ---> Running in e1be64e2dc64 [2021-01-28T01:01:09.547Z] ---> Running in 0ddc07725bfa [2021-01-28T01:01:10.146Z] Removing intermediate container e1be64e2dc64 [2021-01-28T01:01:10.146Z] ---> 2cab97ddd230 [2021-01-28T01:01:10.146Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T01:01:10.146Z] ---> Running in f0f09fb6a5ce [2021-01-28T01:01:10.146Z] 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-01-28T01:01:10.146Z] 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-01-28T01:01:10.421Z] 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-01-28T01:01:10.421Z] 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-01-28T01:01:11.006Z] 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-01-28T01:01:13.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.510s coverage: 27.1% of statements [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T01:01:13.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T01:01:13.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T01:01:13.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 65.8% of statements [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T01:01:13.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T01:01:14.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.772s coverage: 82.3% of statements [2021-01-28T01:01:14.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T01:01:14.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T01:01:14.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T01:01:14.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T01:01:22.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.154s coverage: 28.6% of statements [2021-01-28T01:01:22.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T01:01:22.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T01:01:22.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T01:01:22.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T01:01:22.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T01:01:22.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements [2021-01-28T01:01:22.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T01:01:22.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-01-28T01:01:22.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T01:01:22.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements [2021-01-28T01:01:22.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T01:01:22.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.375s coverage: 97.5% of statements [2021-01-28T01:01:22.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T01:01:22.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements [2021-01-28T01:01:22.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T01:01:22.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T01:01:22.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T01:01:22.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T01:01:33.045Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.270s coverage: 92.8% of statements [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T01:01:33.045Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T01:01:33.045Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T01:01:33.045Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T01:01:33.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 43.8% of statements [2021-01-28T01:01:33.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements [2021-01-28T01:01:33.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2021-01-28T01:01:33.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.113s coverage: 96.3% of statements [2021-01-28T01:01:33.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-01-28T01:01:43.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T01:01:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.101s coverage: 94.4% of statements [2021-01-28T01:01:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-01-28T01:01:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T01:01:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T01:01:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T01:01:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T01:01:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-01-28T01:01:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T01:01:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T01:01:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-01-28T01:01:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T01:01:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-01-28T01:01:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T01:01:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-01-28T01:01:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-01-28T01:01:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements [2021-01-28T01:01:45.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.4% of statements [2021-01-28T01:01:45.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T01:01:45.849Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T01:01:45.849Z] + cd /tmp/build/dist/linux [2021-01-28T01:01:45.849Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T01:01:45.849Z] Cloning into '.'... [2021-01-28T01:01:45.849Z] Removing intermediate container 7bdc89b182be [2021-01-28T01:01:45.849Z] ---> 24ed99363893 [2021-01-28T01:01:45.849Z] [2021-01-28T01:01:45.849Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:01:45.849Z] Removing intermediate container fae9c9d2333e [2021-01-28T01:01:45.849Z] ---> 04e109d5a9c7 [2021-01-28T01:01:45.849Z] [2021-01-28T01:01:45.849Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:01:45.849Z] Removing intermediate container 0ddc07725bfa [2021-01-28T01:01:45.849Z] ---> 5f2addcdc86e [2021-01-28T01:01:45.849Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T01:01:45.849Z] 3.12: Pulling from library/alpine [2021-01-28T01:01:45.849Z] 3.12: Pulling from library/alpine [2021-01-28T01:01:45.849Z] ---> Running in b1f663a3c5b3 [2021-01-28T01:01:45.849Z] + go get github.com/robfig/glock [2021-01-28T01:01:46.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.644s coverage: 63.5% of statements [2021-01-28T01:01:46.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T01:01:46.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T01:01:46.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.086s coverage: 100.0% of statements [2021-01-28T01:01:46.113Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:01:46.113Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:01:46.113Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T01:01:46.113Z] ---> 389fef711851 [2021-01-28T01:01:46.113Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T01:01:46.113Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T01:01:46.113Z] ---> 389fef711851 [2021-01-28T01:01:46.113Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:01:46.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2021-01-28T01:01:46.686Z] 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-01-28T01:01:47.262Z] ---> Running in 110be50121b7 [2021-01-28T01:01:47.262Z] ---> Running in 1d383d511b7b [2021-01-28T01:01:47.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-01-28T01:01:48.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:48.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:48.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:48.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:48.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-01-28T01:01:48.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2021-01-28T01:01:48.510Z] Removing intermediate container b1f663a3c5b3 [2021-01-28T01:01:48.510Z] ---> 8aea7596fb2f [2021-01-28T01:01:48.510Z] [2021-01-28T01:01:48.510Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T01:01:48.510Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T01:01:48.510Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:01:48.510Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T01:01:48.510Z] OK: 6 MiB in 15 packages [2021-01-28T01:01:48.510Z] 20.10.0: Pulling from library/docker [2021-01-28T01:01:48.510Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T01:01:48.510Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:01:48.510Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:01:48.783Z] OK: 6 MiB in 16 packages [2021-01-28T01:01:52.100Z] Removing intermediate container b0423db40a5e [2021-01-28T01:01:52.100Z] ---> fe5465298229 [2021-01-28T01:01:52.100Z] [2021-01-28T01:01:52.100Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:01:52.100Z] ---> 389fef711851 [2021-01-28T01:01:52.100Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T01:01:52.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.792s coverage: 68.9% of statements [2021-01-28T01:01:52.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T01:01:52.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T01:01:52.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T01:01:52.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T01:01:52.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T01:01:53.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.364s coverage: 37.0% of statements [2021-01-28T01:01:53.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T01:01:53.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T01:01:54.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.638s coverage: 84.0% of statements [2021-01-28T01:01:54.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements [2021-01-28T01:01:55.424Z] Removing intermediate container 110be50121b7 [2021-01-28T01:01:55.424Z] ---> 51c27ed2df59 [2021-01-28T01:01:55.424Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:01:55.424Z] ---> Running in 3b41c2035742 [2021-01-28T01:01:55.424Z] ---> Running in 1d1cbf1aba5f [2021-01-28T01:01:55.424Z] Removing intermediate container 1d383d511b7b [2021-01-28T01:01:55.424Z] ---> f46655113632 [2021-01-28T01:01:55.424Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:01:55.424Z] ---> Running in 99753a30d37e [2021-01-28T01:01:55.424Z] Removing intermediate container 3b41c2035742 [2021-01-28T01:01:55.424Z] ---> 0467fca5cb96 [2021-01-28T01:01:55.424Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T01:01:55.424Z] ---> Running in 4239cac651b8 [2021-01-28T01:01:55.424Z] Removing intermediate container 1d1cbf1aba5f [2021-01-28T01:01:55.424Z] ---> 67fa2c7d4120 [2021-01-28T01:01:55.424Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T01:01:55.707Z] ---> Running in fedc14b75b6e [2021-01-28T01:01:55.707Z] Removing intermediate container 99753a30d37e [2021-01-28T01:01:55.707Z] ---> 4688755ffc96 [2021-01-28T01:01:55.707Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T01:01:55.707Z] Removing intermediate container 4239cac651b8 [2021-01-28T01:01:55.707Z] ---> 6f9f35b0b9ae [2021-01-28T01:01:55.707Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T01:01:55.707Z] ---> Running in 7d87d91809dc [2021-01-28T01:01:55.979Z] ---> Running in 70adf23ec501 [2021-01-28T01:01:55.979Z] Removing intermediate container fedc14b75b6e [2021-01-28T01:01:55.979Z] ---> b0f000f610e7 [2021-01-28T01:01:55.979Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:01:56.251Z] ---> Running in 2a85a92d0b0a [2021-01-28T01:01:56.251Z] + glock sync -n [2021-01-28T01:01:56.251Z] Removing intermediate container 7d87d91809dc [2021-01-28T01:01:56.251Z] ---> 8121f48dbf3a [2021-01-28T01:01:56.251Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:01:56.518Z] Removing intermediate container 70adf23ec501 [2021-01-28T01:01:56.518Z] ---> 28728a36e1d4 [2021-01-28T01:01:56.518Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:01:57.104Z] ---> Running in e4b8ad8e7161 [2021-01-28T01:01:57.104Z] ---> Running in ad9303adabfb [2021-01-28T01:01:57.104Z] Removing intermediate container 2a85a92d0b0a [2021-01-28T01:01:57.104Z] ---> 2692981e2471 [2021-01-28T01:01:57.104Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:01:57.372Z] Removing intermediate container e4b8ad8e7161 [2021-01-28T01:01:57.372Z] ---> 567b459b9376 [2021-01-28T01:01:57.372Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:01:57.644Z] ---> f0c47101b38d [2021-01-28T01:01:57.645Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T01:01:59.051Z] ---> 54239bf619dd [2021-01-28T01:01:59.051Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml ---> 0c037d30ed7c [2021-01-28T01:01:59.051Z] [2021-01-28T01:01:59.051Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T01:01:59.653Z] ---> c74d1ccf4bf7 [2021-01-28T01:01:59.653Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T01:01:59.653Z] ---> Running in b7a59e55a4a5 [2021-01-28T01:01:59.653Z] Removing intermediate container ad9303adabfb [2021-01-28T01:01:59.653Z] ---> 7da4fdbb16fc [2021-01-28T01:01:59.653Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T01:01:59.653Z] ---> 20dad56066d3 [2021-01-28T01:01:59.653Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T01:01:59.653Z] ---> Running in 82b81db54c5e [2021-01-28T01:01:59.929Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T01:01:59.929Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T01:01:59.929Z] ---> aefe523efa57 [2021-01-28T01:01:59.929Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T01:01:59.929Z] Removing intermediate container b7a59e55a4a5 [2021-01-28T01:01:59.929Z] ---> 44587a2c6e8a [2021-01-28T01:01:59.929Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:02:00.197Z] ---> Running in 86a6ca0bfff4 [2021-01-28T01:02:00.774Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T01:02:00.774Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T01:02:00.775Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T01:02:01.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.366s coverage: 47.1% of statements [2021-01-28T01:02:01.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T01:02:01.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T01:02:01.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T01:02:01.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T01:02:01.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T01:02:01.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-01-28T01:02:01.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T01:02:01.010Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2021-01-28T01:02:01.010Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T01:02:01.036Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T01:02:01.036Z] + git describe '--abbrev=0' --tags [2021-01-28T01:02:01.036Z] + TAG=v0.6.1 [2021-01-28T01:02:01.036Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T01:02:01.036Z] + apk --print-arch [2021-01-28T01:02:01.036Z] building [dockerize] for amd64 ... [2021-01-28T01:02:01.036Z] + arch=x86_64 [2021-01-28T01:02:01.036Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T01:02:01.036Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T01:02:01.306Z]  ---> eb2b75db7d93 [2021-01-28T01:02:01.306Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T01:02:01.306Z] ---> Running in 51ba8995448d [2021-01-28T01:02:01.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:02.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:02.540Z] ---> Running in 2c785081a817 [2021-01-28T01:02:03.122Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T01:02:03.122Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T01:02:03.398Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T01:02:03.398Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T01:02:03.398Z] Removing intermediate container 51ba8995448d [2021-01-28T01:02:03.398Z] ---> e3a363e13748 [2021-01-28T01:02:03.398Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T01:02:03.678Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T01:02:03.941Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T01:02:04.212Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:02:04.212Z] OK: 8 MiB in 20 packages [2021-01-28T01:02:04.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:04.212Z] ---> Running in 8ba38b8e3f32 [2021-01-28T01:02:04.212Z] Removing intermediate container 2c785081a817 [2021-01-28T01:02:04.212Z] ---> 127d895b35a0 [2021-01-28T01:02:04.212Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:02:04.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:04.212Z] ---> Running in b82ac4d2dbde [2021-01-28T01:02:04.479Z] Removing intermediate container 8ba38b8e3f32 [2021-01-28T01:02:04.479Z] ---> 407625eab246 [2021-01-28T01:02:04.479Z] Step 21/22 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:02:04.479Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T01:02:04.479Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T01:02:04.479Z] Executing bash-5.0.17-r0.post-install [2021-01-28T01:02:04.479Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:02:04.479Z] OK: 12 MiB in 22 packages [2021-01-28T01:02:04.755Z] ---> Running in e4b7cda818b6 [2021-01-28T01:02:05.024Z] Removing intermediate container b82ac4d2dbde [2021-01-28T01:02:05.024Z] ---> d88aa964ff6d [2021-01-28T01:02:05.024Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T01:02:05.299Z] ---> Running in 018fe590b31e [2021-01-28T01:02:05.299Z] Removing intermediate container e4b7cda818b6 [2021-01-28T01:02:05.299Z] ---> 3eed930a9c8f [2021-01-28T01:02:05.299Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:02:05.299Z] Removing intermediate container 82b81db54c5e [2021-01-28T01:02:05.299Z] ---> e262afd989db [2021-01-28T01:02:05.299Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:02:05.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.867s coverage: 29.1% of statements [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T01:02:05.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T01:02:05.347Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T01:02:05.347Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.089s coverage: 0.0% of statements [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T01:02:05.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T01:02:05.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T01:02:05.347Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T01:02:05.347Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-01-28T01:02:05.573Z] ---> Running in 42a23e4a340d [2021-01-28T01:02:05.573Z] Removing intermediate container 018fe590b31e [2021-01-28T01:02:05.573Z] ---> f6f120b6a09e [2021-01-28T01:02:05.573Z] Step 21/22 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:02:05.863Z] Removing intermediate container 86a6ca0bfff4 [2021-01-28T01:02:05.863Z] ---> 4ad8dce2efce [2021-01-28T01:02:05.863Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T01:02:05.863Z] ---> Running in 1a00a0c9b588 [2021-01-28T01:02:06.144Z] ---> Running in 51aca6028a86 [2021-01-28T01:02:06.144Z] ---> 9a7caf619786 [2021-01-28T01:02:06.144Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T01:02:06.144Z] Removing intermediate container 42a23e4a340d [2021-01-28T01:02:06.144Z] ---> b5aee88b78c1 [2021-01-28T01:02:06.144Z] [2021-01-28T01:02:06.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-28T01:02:06.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-01-28T01:02:07.114Z] Removing intermediate container 1a00a0c9b588 [2021-01-28T01:02:07.114Z] ---> 07265b825e2f [2021-01-28T01:02:07.114Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:02:07.114Z] Successfully built b5aee88b78c1 [2021-01-28T01:02:07.380Z] GO111MODULE=on go vet ./... [2021-01-28T01:02:07.397Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T01:02:07.397Z] Building docker-core-command-go [2021-01-28T01:02:07.397Z]  Building docker-support-scheduler-go ... done  ---> Running in 463d95f7f87c [2021-01-28T01:02:07.397Z] Removing intermediate container 51aca6028a86 [2021-01-28T01:02:07.397Z] ---> 10d2f9e506a0 [2021-01-28T01:02:07.397Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T01:02:07.664Z] ---> e1ec8f47f0ee [2021-01-28T01:02:07.664Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T01:02:07.953Z] ---> Running in 3b5e23610dcf [2021-01-28T01:02:07.953Z] Removing intermediate container 463d95f7f87c [2021-01-28T01:02:07.953Z] ---> bd4867a6af11 [2021-01-28T01:02:07.953Z] [2021-01-28T01:02:09.902Z] Successfully built bd4867a6af11 [2021-01-28T01:02:10.173Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T01:02:10.173Z] Building docker-security-secretstore-setup-go [2021-01-28T01:02:12.735Z]  Building docker-support-notifications-go ... done Removing intermediate container 3b5e23610dcf [2021-01-28T01:02:12.735Z] ---> 1f974312279b [2021-01-28T01:02:12.735Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T01:02:16.064Z] ---> 9b689ea51c70 [2021-01-28T01:02:16.064Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T01:02:16.331Z] ---> Running in 13580cf45924 [2021-01-28T01:02:16.596Z] ---> Running in 70d62941977c [2021-01-28T01:02:20.837Z] Removing intermediate container 70d62941977c [2021-01-28T01:02:20.837Z] ---> bcf2e878f7c8 [2021-01-28T01:02:20.837Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:02:21.787Z] Removing intermediate container 13580cf45924 [2021-01-28T01:02:21.787Z] ---> c7b5c7bc903d [2021-01-28T01:02:21.787Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T01:02:28.471Z] ---> Running in f5dcc77312a2 [2021-01-28T01:02:28.471Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:02:28.471Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:02:28.471Z] ---> 9f09717ff980 [2021-01-28T01:02:28.471Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:02:28.471Z] ---> Using cache [2021-01-28T01:02:28.471Z] ---> f81117564a09 [2021-01-28T01:02:28.471Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:02:28.471Z] ---> Using cache [2021-01-28T01:02:28.471Z] ---> 0245abc89cdf [2021-01-28T01:02:28.471Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:02:28.471Z] ---> Using cache [2021-01-28T01:02:28.471Z] ---> 85596d64af07 [2021-01-28T01:02:28.471Z] Step 6/23 : COPY go.mod . [2021-01-28T01:02:28.471Z] ---> Using cache [2021-01-28T01:02:28.471Z] ---> 0c46c7d7e860 [2021-01-28T01:02:28.471Z] Step 7/23 : RUN go mod download [2021-01-28T01:02:28.471Z] ---> Using cache [2021-01-28T01:02:28.471Z] ---> 8061d816495b [2021-01-28T01:02:28.471Z] Step 8/23 : COPY . . [2021-01-28T01:02:28.471Z] ---> Using cache [2021-01-28T01:02:28.471Z] ---> 6770706668bf [2021-01-28T01:02:28.471Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T01:02:28.471Z] ---> 9f5693099836 [2021-01-28T01:02:28.471Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T01:02:28.751Z] ---> Running in e4971db31cd7 [2021-01-28T01:02:28.751Z] Removing intermediate container f5dcc77312a2 [2021-01-28T01:02:28.751Z] ---> 1460b3e4025c [2021-01-28T01:02:28.751Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T01:02:29.328Z] ---> Running in 4739ca0098ec [2021-01-28T01:02:29.591Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:02:29.591Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:02:29.591Z] ---> 9f09717ff980 [2021-01-28T01:02:29.591Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T01:02:29.591Z] ---> Using cache [2021-01-28T01:02:29.591Z] ---> f81117564a09 [2021-01-28T01:02:29.591Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:02:29.591Z] ---> Using cache [2021-01-28T01:02:29.591Z] ---> 0245abc89cdf [2021-01-28T01:02:29.591Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T01:02:29.591Z] ---> Using cache [2021-01-28T01:02:29.591Z] ---> 85596d64af07 [2021-01-28T01:02:29.591Z] Step 6/24 : COPY go.mod . [2021-01-28T01:02:29.591Z] ---> Using cache [2021-01-28T01:02:29.591Z] ---> 0c46c7d7e860 [2021-01-28T01:02:29.591Z] Step 7/24 : RUN go mod download [2021-01-28T01:02:29.591Z] ---> Using cache [2021-01-28T01:02:29.591Z] ---> 8061d816495b [2021-01-28T01:02:29.591Z] Step 8/24 : COPY . . [2021-01-28T01:02:29.591Z] ---> Using cache [2021-01-28T01:02:29.591Z] ---> 6770706668bf [2021-01-28T01:02:29.591Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T01:02:30.191Z] ---> f6b643e1aaac [2021-01-28T01:02:30.191Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T01:02:30.191Z] ---> Running in 818f68260159 [2021-01-28T01:02:30.459Z] + date [2021-01-28T01:02:30.459Z] Thu Jan 28 01:02:30 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T01:02:30.459Z] + echo 'Thu Jan 28 01:02:30 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T01:02:30.459Z] Removing intermediate container 4739ca0098ec [2021-01-28T01:02:30.459Z] ---> afbe695e17a4 [2021-01-28T01:02:30.459Z] Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:02:30.737Z] ---> Running in 38c0938497f8 [2021-01-28T01:02:30.737Z] 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-01-28T01:02:30.737Z] ---> de14c28eecdd [2021-01-28T01:02:30.737Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T01:02:31.012Z] ---> Running in 6825b9162e97 [2021-01-28T01:02:31.012Z] Removing intermediate container 38c0938497f8 [2021-01-28T01:02:31.012Z] ---> 502fb07acb1f [2021-01-28T01:02:31.012Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:02:31.012Z] 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-01-28T01:02:31.290Z] ---> Running in 086a41ead640 [2021-01-28T01:02:31.568Z] Removing intermediate container 086a41ead640 [2021-01-28T01:02:31.568Z] ---> c1e8fa5f268c [2021-01-28T01:02:31.568Z] [2021-01-28T01:02:32.162Z] Successfully built c1e8fa5f268c [2021-01-28T01:02:32.162Z] Successfully tagged docker-core-data-go:latest [2021-01-28T01:02:32.162Z] Building docker-security-proxy-setup-go [2021-01-28T01:02:32.162Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:32.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:32.472Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T01:02:32.472Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T01:02:32.472Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T01:02:32.472Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T01:02:32.472Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T01:02:32.472Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T01:02:32.472Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T01:02:43.506Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T01:02:43.506Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T01:02:43.506Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T01:02:43.506Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T01:02:43.506Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T01:02:43.506Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T01:02:43.506Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T01:02:43.506Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T01:02:43.506Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T01:02:43.506Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T01:02:43.506Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T01:02:43.506Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T01:02:43.506Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T01:02:44.282Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T01:02:44.720Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T01:02:45.047Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T01:02:45.741Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T01:02:46.011Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T01:02:46.011Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T01:02:46.598Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T01:02:46.598Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T01:02:46.598Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T01:02:46.598Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T01:02:46.872Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T01:02:46.872Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T01:02:46.872Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T01:02:47.147Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:02:47.147Z] OK: 71 MiB in 55 packages [2021-01-28T01:02:55.424Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:02:55.424Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:02:55.424Z] ---> 9f09717ff980 [2021-01-28T01:02:55.424Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T01:02:55.424Z] ---> Using cache [2021-01-28T01:02:55.424Z] ---> f81117564a09 [2021-01-28T01:02:55.424Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:02:55.424Z] ---> Using cache [2021-01-28T01:02:55.424Z] ---> 0245abc89cdf [2021-01-28T01:02:55.424Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T01:02:55.424Z] ---> Using cache [2021-01-28T01:02:55.424Z] ---> 85596d64af07 [2021-01-28T01:02:55.424Z] Step 6/21 : COPY go.mod . [2021-01-28T01:02:55.424Z] ---> Using cache [2021-01-28T01:02:55.424Z] ---> 0c46c7d7e860 [2021-01-28T01:02:55.424Z] Step 7/21 : RUN go mod download [2021-01-28T01:02:55.424Z] ---> Using cache [2021-01-28T01:02:55.424Z] ---> 8061d816495b [2021-01-28T01:02:55.424Z] Step 8/21 : COPY . . [2021-01-28T01:02:55.424Z] 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-01-28T01:02:55.424Z] ---> Using cache [2021-01-28T01:02:55.424Z] ---> 6770706668bf [2021-01-28T01:02:55.424Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T01:02:56.013Z] ---> Running in ea7ff4a59e60 [2021-01-28T01:02:56.995Z] 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-01-28T01:03:02.356Z] Removing intermediate container f0f09fb6a5ce [2021-01-28T01:03:02.356Z] ---> 797bdc69cc68 [2021-01-28T01:03:02.356Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T01:03:04.308Z] ---> Running in 4d6f2652f10b [2021-01-28T01:03:04.886Z] Removing intermediate container e4971db31cd7 [2021-01-28T01:03:04.886Z] ---> abe98967411a [2021-01-28T01:03:04.886Z] [2021-01-28T01:03:04.886Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:03:04.886Z] ---> 389fef711851 [2021-01-28T01:03:04.886Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:03:04.886Z] ---> Using cache [2021-01-28T01:03:04.886Z] ---> 51c27ed2df59 [2021-01-28T01:03:04.886Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:03:04.886Z] ---> Using cache [2021-01-28T01:03:04.886Z] ---> 67fa2c7d4120 [2021-01-28T01:03:04.886Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T01:03:07.486Z] Removing intermediate container 6825b9162e97 [2021-01-28T01:03:07.486Z] ---> aaa57ee2400c [2021-01-28T01:03:07.486Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T01:03:07.486Z] ---> Running in cce62d8bf056 [2021-01-28T01:03:07.486Z] Removing intermediate container 818f68260159 [2021-01-28T01:03:07.486Z] ---> ad1f141c69c2 [2021-01-28T01:03:07.486Z] [2021-01-28T01:03:07.486Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T01:03:07.486Z] ---> 389fef711851 [2021-01-28T01:03:07.486Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T01:03:07.486Z] ---> Running in 4ff1e8036994 [2021-01-28T01:03:07.486Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T01:03:07.486Z] statically linked [2021-01-28T01:03:07.752Z] ---> Running in 4a768ef4300c [2021-01-28T01:03:07.752Z] Removing intermediate container cce62d8bf056 [2021-01-28T01:03:07.752Z] ---> a30503a9c344 [2021-01-28T01:03:07.752Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:03:10.338Z] ---> Running in 48450ff8042b [2021-01-28T01:03:10.619Z] Removing intermediate container 48450ff8042b [2021-01-28T01:03:10.619Z] ---> 2478018d003b [2021-01-28T01:03:10.619Z] Step 15/23 : WORKDIR / [2021-01-28T01:03:10.619Z] ---> Running in 377a80251a86 [2021-01-28T01:03:10.897Z] Removing intermediate container 4d6f2652f10b [2021-01-28T01:03:10.897Z] ---> 2f806e7d9ce2 [2021-01-28T01:03:10.897Z] [2021-01-28T01:03:10.897Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T01:03:10.897Z] ---> 389fef711851 [2021-01-28T01:03:10.897Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T01:03:10.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:10.897Z] ---> Running in 515ade2af273 [2021-01-28T01:03:10.897Z] Removing intermediate container 377a80251a86 [2021-01-28T01:03:10.897Z] ---> 71dc406ead9d [2021-01-28T01:03:10.897Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:03:10.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:11.176Z] Removing intermediate container 515ade2af273 [2021-01-28T01:03:11.176Z] ---> 50ea7997b6b4 [2021-01-28T01:03:11.176Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T01:03:11.176Z] ---> 9c00ae786b4e [2021-01-28T01:03:11.176Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T01:03:11.450Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T01:03:11.450Z] ---> Running in 5873c061755a [2021-01-28T01:03:11.450Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:03:11.450Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T01:03:11.450Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T01:03:11.450Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T01:03:11.450Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:03:11.450Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:03:11.450Z] Collecting docker-compose==1.23.2 [2021-01-28T01:03:11.450Z] OK: 7 MiB in 19 packages [2021-01-28T01:03:11.740Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T01:03:12.025Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T01:03:12.025Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T01:03:12.025Z] 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-01-28T01:03:12.025Z] 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-01-28T01:03:12.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:12.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:12.290Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T01:03:12.290Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T01:03:12.290Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T01:03:12.290Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:03:12.290Z] OK: 6 MiB in 17 packages [2021-01-28T01:03:12.885Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T01:03:12.885Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T01:03:12.885Z] ---> 804709461d49 [2021-01-28T01:03:12.885Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T01:03:13.858Z] Removing intermediate container 4a768ef4300c [2021-01-28T01:03:13.858Z] ---> a77d6f01e16e [2021-01-28T01:03:13.858Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:03:13.858Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T01:03:13.858Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T01:03:13.858Z] ---> c9fc95c64f8e [2021-01-28T01:03:13.858Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T01:03:13.858Z] ---> Running in 49cf60f73493 [2021-01-28T01:03:13.858Z] Removing intermediate container 5873c061755a [2021-01-28T01:03:13.858Z] ---> 41f3a79bfc29 [2021-01-28T01:03:13.858Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T01:03:14.126Z] ---> Running in 020ab5dd1814 [2021-01-28T01:03:14.126Z] ---> Running in fcfd78cce05d [2021-01-28T01:03:14.126Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T01:03:14.126Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T01:03:14.126Z] Removing intermediate container 49cf60f73493 [2021-01-28T01:03:14.126Z] ---> db4a109aa957 [2021-01-28T01:03:14.126Z] Step 13/24 : WORKDIR / [2021-01-28T01:03:14.393Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T01:03:14.393Z] Removing intermediate container 020ab5dd1814 [2021-01-28T01:03:14.393Z] ---> 5f1e1acec026 [2021-01-28T01:03:14.393Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:03:14.393Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T01:03:14.673Z] Removing intermediate container fcfd78cce05d [2021-01-28T01:03:14.673Z] ---> c073def4e638 [2021-01-28T01:03:14.673Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T01:03:14.673Z] ---> Running in 3347c0a2a564 [2021-01-28T01:03:14.673Z] ---> Running in 427e35f56159 [2021-01-28T01:03:14.941Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T01:03:14.941Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T01:03:14.941Z] ---> Running in 917bac2a7629 [2021-01-28T01:03:14.941Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T01:03:14.941Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T01:03:15.212Z] Removing intermediate container 3347c0a2a564 [2021-01-28T01:03:15.212Z] ---> 2e5aad7517de [2021-01-28T01:03:15.213Z] 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-01-28T01:03:15.414Z] gofmt -l . [2021-01-28T01:03:15.478Z] Removing intermediate container 427e35f56159 [2021-01-28T01:03:15.478Z] ---> d1f8d6a3a4d4 [2021-01-28T01:03:15.478Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T01:03:15.478Z] Removing intermediate container 917bac2a7629 [2021-01-28T01:03:15.478Z] ---> 862cd9b82532 [2021-01-28T01:03:15.478Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T01:03:16.053Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T01:03:16.053Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T01:03:16.053Z] ---> Running in e86d12e85c84 [2021-01-28T01:03:16.841Z] [ "`gofmt -l .`" = "" ] [2021-01-28T01:03:17.449Z] ---> Running in 175df6686df0 [2021-01-28T01:03:17.449Z] Collecting PyYAML<4,>=3.10 [2021-01-28T01:03:17.449Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T01:03:17.449Z] ---> ddafb4716608 [2021-01-28T01:03:17.449Z] 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-01-28T01:03:17.449Z] Removing intermediate container ea7ff4a59e60 [2021-01-28T01:03:17.449Z] ---> 7b4fd11951d9 [2021-01-28T01:03:17.449Z] [2021-01-28T01:03:17.449Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T01:03:17.449Z] ---> 389fef711851 [2021-01-28T01:03:17.449Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T01:03:17.713Z] Removing intermediate container e86d12e85c84 [2021-01-28T01:03:17.713Z] ---> 05bca5de5321 [2021-01-28T01:03:17.713Z] Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:03:17.975Z] ---> Running in 7648e154c2ba [2021-01-28T01:03:18.553Z] ---> Running in e91aa3b796a2 [2021-01-28T01:03:18.828Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T01:03:18.828Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T01:03:18.828Z] ---> c6f378749580 [2021-01-28T01:03:18.828Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T01:03:18.828Z] Collecting idna<2.8,>=2.5 [2021-01-28T01:03:18.828Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T01:03:18.828Z] 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-01-28T01:03:19.099Z] 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-01-28T01:03:19.099Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T01:03:19.099Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T01:03:19.099Z] Removing intermediate container e91aa3b796a2 [2021-01-28T01:03:19.099Z] ---> e7759d921c8e [2021-01-28T01:03:19.099Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:03:19.099Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T01:03:19.099Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T01:03:19.099Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T01:03:19.099Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T01:03:19.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:19.373Z] ---> b3849ca4bf1b [2021-01-28T01:03:19.373Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T01:03:19.373Z] ---> Running in 8f48f2020b10 [2021-01-28T01:03:19.373Z] Installing collected packages: websocket-client, dockerpty, jsonschema, urllib3, idna, requests, cached-property, docker-pycreds, docker, texttable, docopt, PyYAML, docker-compose [2021-01-28T01:03:19.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:19.469Z] ./bin/test-go-mod-tidy.sh [2021-01-28T01:03:19.636Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T01:03:19.636Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:03:19.636Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T01:03:19.636Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T01:03:19.636Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:03:19.636Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:03:19.636Z] OK: 7 MiB in 18 packages [2021-01-28T01:03:19.744Z] ./bin/test-attribution-txt.sh [2021-01-28T01:03:19.901Z] Running setup.py install for dockerpty: started [2021-01-28T01:03:20.484Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T01:03:20.749Z] Removing intermediate container 8f48f2020b10 [2021-01-28T01:03:20.749Z] ---> c757fe79a6dc [2021-01-28T01:03:20.749Z] [2021-01-28T01:03:21.023Z] Successfully built c757fe79a6dc [2021-01-28T01:03:21.023Z] ---> 0c532175f6be [2021-01-28T01:03:21.023Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T01:03:21.023Z] Attempting uninstall: urllib3 [2021-01-28T01:03:21.023Z] Found existing installation: urllib3 1.25.9 [2021-01-28T01:03:21.023Z] Uninstalling urllib3-1.25.9: [2021-01-28T01:03:21.023Z] Successfully tagged docker-core-command-go:latest [2021-01-28T01:03:21.023Z] Building docker-core-metadata-go [2021-01-28T01:03:21.023Z]  Building docker-core-command-go ... done  Successfully uninstalled urllib3-1.25.9 [Pipeline] sh [2021-01-28T01:03:21.289Z] Removing intermediate container 175df6686df0 [2021-01-28T01:03:21.289Z] ---> 0b62ddbd6b10 [2021-01-28T01:03:21.289Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T01:03:21.844Z] + ls -al . [2021-01-28T01:03:21.844Z] total 696 [2021-01-28T01:03:21.844Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 01:03 . [2021-01-28T01:03:21.844Z] drwxr-xr-x 4 root root 4096 Jan 28 00:59 .. [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:57 .dockerignore [2021-01-28T01:03:21.844Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:57 .git [2021-01-28T01:03:21.844Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 00:57 .github [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:57 .gitignore [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:57 .sonarcloud.properties [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:57 Attribution.txt [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:57 CONTRIBUTING.md [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:57 Dockerfile.build [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:57 Jenkinsfile [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:57 LICENSE [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:57 Makefile [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:57 README.md [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:57 SECURITY.md [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:55 VERSION [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:57 ZMQWindows.md [2021-01-28T01:03:21.844Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 00:57 bin [2021-01-28T01:03:21.844Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:57 cmd [2021-01-28T01:03:21.844Z] -rw-r--r-- 1 root root 564700 Jan 28 01:02 coverage.out [2021-01-28T01:03:21.844Z] -rw-r--r-- 1 root root 1053 Jan 28 01:03 go.mod [2021-01-28T01:03:21.844Z] -rw-r--r-- 1 root root 19190 Jan 28 01:03 go.sum [2021-01-28T01:03:21.844Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:57 internal [2021-01-28T01:03:21.844Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:57 openapi [2021-01-28T01:03:21.844Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:57 snap [2021-01-28T01:03:21.844Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:57 version.go [Pipeline] sh [2021-01-28T01:03:22.497Z] + '[' -e coverage.out ] [2021-01-28T01:03:22.497Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T01:03:22.560Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T01:03:23.826Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T01:03:24.516Z] + make build [2021-01-28T01:03:24.516Z] 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-01-28T01:03:25.514Z] Attempting uninstall: idna [2021-01-28T01:03:25.514Z] Found existing installation: idna 2.9 [2021-01-28T01:03:25.514Z] Uninstalling idna-2.9: [2021-01-28T01:03:25.514Z] Successfully uninstalled idna-2.9 [2021-01-28T01:03:25.514Z] ---> Running in 0e325d4e31f9 [2021-01-28T01:03:28.079Z] Attempting uninstall: requests [2021-01-28T01:03:28.079Z] Found existing installation: requests 2.23.0 [2021-01-28T01:03:28.079Z] Uninstalling requests-2.23.0: [2021-01-28T01:03:28.079Z] Successfully uninstalled requests-2.23.0 [2021-01-28T01:03:28.079Z] Removing intermediate container 7648e154c2ba [2021-01-28T01:03:28.079Z] ---> 1a358fe991c1 [2021-01-28T01:03:28.079Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:03:28.079Z] ---> c375eedc1235 [2021-01-28T01:03:28.079Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T01:03:31.330Z] ---> Running in fd9f07a9eda7 [2021-01-28T01:03:31.330Z] Removing intermediate container 0e325d4e31f9 [2021-01-28T01:03:31.330Z] ---> 6ac35171e9fb [2021-01-28T01:03:31.331Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T01:03:31.331Z] ---> 392974324060 [2021-01-28T01:03:31.331Z] 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-01-28T01:03:31.616Z] Running setup.py install for texttable: started [2021-01-28T01:03:32.589Z] Removing intermediate container fd9f07a9eda7 [2021-01-28T01:03:32.589Z] ---> e68b3845b4b1 [2021-01-28T01:03:32.589Z] Step 13/21 : WORKDIR /edgex [2021-01-28T01:03:32.855Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T01:03:32.855Z] Running setup.py install for docopt: started [2021-01-28T01:03:33.120Z] ---> Running in c0fa44a0109a [2021-01-28T01:03:33.701Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T01:03:33.701Z] Running setup.py install for PyYAML: started [2021-01-28T01:03:33.963Z] ---> Running in 95ad94068eb4 [2021-01-28T01:03:34.938Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T01:03:34.938Z] ---> b94eb970a5fb [2021-01-28T01:03:34.938Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T01:03:36.085Z] 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-01-28T01:03:36.364Z] 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.57.0 [2021-01-28T01:03:36.364Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:03:36.364Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:03:36.629Z] ---> 9f09717ff980 [2021-01-28T01:03:36.629Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:03:36.893Z] ---> Using cache [2021-01-28T01:03:36.893Z] ---> f81117564a09 [2021-01-28T01:03:36.893Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:03:36.893Z] ---> Using cache [2021-01-28T01:03:36.893Z] ---> 0245abc89cdf [2021-01-28T01:03:36.893Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:03:36.893Z] ---> Using cache [2021-01-28T01:03:36.893Z] ---> 85596d64af07 [2021-01-28T01:03:36.893Z] Step 6/23 : COPY go.mod . [2021-01-28T01:03:36.893Z] ---> Using cache [2021-01-28T01:03:36.893Z] ---> 0c46c7d7e860 [2021-01-28T01:03:36.893Z] Step 7/23 : RUN go mod download [2021-01-28T01:03:36.893Z] ---> Using cache [2021-01-28T01:03:36.893Z] ---> 8061d816495b [2021-01-28T01:03:36.893Z] Step 8/23 : COPY . . [2021-01-28T01:03:37.155Z] ---> Using cache [2021-01-28T01:03:37.155Z] ---> 6770706668bf [2021-01-28T01:03:37.155Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T01:03:37.433Z] ---> 6dadc7af519a [2021-01-28T01:03:37.433Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T01:03:37.433Z] Removing intermediate container 95ad94068eb4 [2021-01-28T01:03:37.433Z] ---> 848bef5ea710 [2021-01-28T01:03:37.433Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T01:03:37.698Z] ---> Running in da8a3991aae7 [2021-01-28T01:03:37.698Z] ---> Running in 5f3d181822a8 [2021-01-28T01:03:39.095Z] ---> df368913e50e [2021-01-28T01:03:39.095Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T01:03:39.095Z] 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-01-28T01:03:39.681Z] Removing intermediate container c0fa44a0109a [2021-01-28T01:03:39.681Z] ---> 8305d8423fc8 [2021-01-28T01:03:39.681Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T01:03:39.681Z] ---> Running in 2bac32c764af [2021-01-28T01:03:40.640Z] ---> d7cd27e4f947 [2021-01-28T01:03:40.640Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T01:03:42.082Z] Removing intermediate container 2bac32c764af [2021-01-28T01:03:42.082Z] ---> 62c84a27419c [2021-01-28T01:03:42.082Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T01:03:42.082Z] ---> Running in d9648b6ebaf3 [2021-01-28T01:03:42.082Z] ---> 1727e9933b9b [2021-01-28T01:03:42.082Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T01:03:42.082Z] Removing intermediate container 4ff1e8036994 [2021-01-28T01:03:42.082Z] ---> fd2570b08ba1 [2021-01-28T01:03:42.082Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T01:03:42.348Z] ---> Running in ca08adafad64 [2021-01-28T01:03:42.348Z] ---> Running in 56dcfa35f93c [2021-01-28T01:03:42.618Z] Removing intermediate container 5f3d181822a8 [2021-01-28T01:03:42.618Z] ---> eb7e2a6559ec [2021-01-28T01:03:42.618Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:03:42.618Z] Removing intermediate container d9648b6ebaf3 [2021-01-28T01:03:42.618Z] ---> ceea62eddc2b [2021-01-28T01:03:42.618Z] Step 23/24 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:03:42.888Z] Removing intermediate container ca08adafad64 [2021-01-28T01:03:42.888Z] ---> 7fc3c3e9d0b5 [2021-01-28T01:03:42.888Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T01:03:42.888Z] ---> Running in 6589b49eb6e3 [2021-01-28T01:03:43.171Z] ---> Running in c19e328d2be4 [2021-01-28T01:03:43.171Z] ---> 8a368d19f763 [2021-01-28T01:03:43.171Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T01:03:43.453Z] Removing intermediate container 6589b49eb6e3 [2021-01-28T01:03:43.453Z] ---> 428180104c6c [2021-01-28T01:03:43.453Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T01:03:43.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:43.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:43.740Z] ---> Running in 636524396b38 [2021-01-28T01:03:43.740Z] Removing intermediate container c19e328d2be4 [2021-01-28T01:03:43.740Z] ---> eac6cef47d6b [2021-01-28T01:03:43.740Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T01:03:44.026Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:03:44.026Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T01:03:44.026Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T01:03:44.026Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:03:44.026Z] OK: 72 MiB in 58 packages [2021-01-28T01:03:44.026Z] ---> Running in 9ed91d3bb84d [2021-01-28T01:03:44.026Z] Removing intermediate container 636524396b38 [2021-01-28T01:03:44.026Z] ---> 8f15e8cef180 [2021-01-28T01:03:44.026Z] [2021-01-28T01:03:44.302Z] ---> b74e5e933467 [2021-01-28T01:03:44.302Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T01:03:44.302Z] Removing intermediate container 9ed91d3bb84d [2021-01-28T01:03:44.302Z] ---> c0fad0ef9cbc [2021-01-28T01:03:44.302Z] Step 20/21 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:03:44.591Z] Successfully built 8f15e8cef180 [2021-01-28T01:03:44.591Z] ---> Running in 091489adc870 [2021-01-28T01:03:44.591Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T01:03:44.868Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 091489adc870 [2021-01-28T01:03:44.868Z] ---> b7c2ab5753ef [2021-01-28T01:03:44.868Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T01:03:44.868Z] ---> eaa23df4593b [2021-01-28T01:03:44.868Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T01:03:45.146Z] ---> Running in 99f8a58c34e7 [2021-01-28T01:03:45.147Z] Removing intermediate container 56dcfa35f93c [2021-01-28T01:03:45.147Z] ---> 29390f6e73a8 [2021-01-28T01:03:45.147Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T01:03:45.415Z] ---> Running in 69398ae94022 [2021-01-28T01:03:45.415Z] Removing intermediate container 99f8a58c34e7 [2021-01-28T01:03:45.415Z] ---> 50b03f4557f1 [2021-01-28T01:03:45.415Z] [2021-01-28T01:03:46.392Z] Successfully built 50b03f4557f1 [2021-01-28T01:03:46.392Z] Removing intermediate container 69398ae94022 [2021-01-28T01:03:46.392Z] ---> c9f5280c28f4 [2021-01-28T01:03:46.392Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:03:46.392Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T01:03:46.392Z]  Building docker-security-proxy-setup-go ... done  ---> fab66ad8b192 [2021-01-28T01:03:46.392Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T01:03:46.679Z] ---> Running in f92db0b616c6 [2021-01-28T01:03:46.948Z] Removing intermediate container f92db0b616c6 [2021-01-28T01:03:46.948Z] ---> 97413d0e1e6a [2021-01-28T01:03:46.948Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T01:03:46.948Z] ---> Running in 9e0fa9d1962e [2021-01-28T01:03:46.948Z] ---> aec8e35c9061 [2021-01-28T01:03:46.948Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T01:03:47.216Z] ---> Running in e920dd45cd7b [2021-01-28T01:03:47.216Z] Removing intermediate container 9e0fa9d1962e [2021-01-28T01:03:47.216Z] ---> 482c268f1491 [2021-01-28T01:03:47.216Z] Step 25/26 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:03:47.484Z] ---> Running in 34395e5190a2 [2021-01-28T01:03:47.761Z] Removing intermediate container e920dd45cd7b [2021-01-28T01:03:47.761Z] ---> 7dea42bd555b [2021-01-28T01:03:47.761Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T01:03:47.761Z] Removing intermediate container 34395e5190a2 [2021-01-28T01:03:47.761Z] ---> 699e84e6fe52 [2021-01-28T01:03:47.761Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T01:03:48.026Z] ---> Running in b982409a30b8 [2021-01-28T01:03:48.289Z] ---> a0ff233a82ac [2021-01-28T01:03:48.289Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T01:03:48.876Z] Removing intermediate container b982409a30b8 [2021-01-28T01:03:48.876Z] ---> a5379d7fa5f2 [2021-01-28T01:03:48.876Z] [2021-01-28T01:03:48.876Z] ---> Running in 2c57ced2237d [2021-01-28T01:03:49.146Z] Successfully built a5379d7fa5f2 [2021-01-28T01:03:49.146Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T01:03:51.123Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 2c57ced2237d [2021-01-28T01:03:51.123Z] ---> 7378e2a71d68 [2021-01-28T01:03:51.123Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T01:03:51.123Z] ---> Running in dec7b4f66d8f [2021-01-28T01:03:51.404Z] Removing intermediate container dec7b4f66d8f [2021-01-28T01:03:51.404Z] ---> 4b2633073371 [2021-01-28T01:03:51.404Z] Step 31/34 : CMD ["gate"] [2021-01-28T01:03:51.404Z] ---> Running in 7e9be04be665 [2021-01-28T01:03:51.670Z] Removing intermediate container 7e9be04be665 [2021-01-28T01:03:51.670Z] ---> 0110f2e07c14 [2021-01-28T01:03:51.670Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T01:03:51.932Z] ---> Running in 6e8d64dcf084 [2021-01-28T01:03:52.211Z] Removing intermediate container 6e8d64dcf084 [2021-01-28T01:03:52.211Z] ---> 4013bff652f3 [2021-01-28T01:03:52.211Z] Step 33/34 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:03:52.476Z] ---> Running in 6a9f4ae500dd [2021-01-28T01:03:53.053Z] Removing intermediate container 6a9f4ae500dd [2021-01-28T01:03:53.053Z] ---> a4c81c0fa6aa [2021-01-28T01:03:53.053Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T01:03:53.318Z] ---> Running in 305cef7fa170 [2021-01-28T01:03:53.583Z] Removing intermediate container 305cef7fa170 [2021-01-28T01:03:53.583Z] ---> 2939650496a0 [2021-01-28T01:03:53.583Z] [2021-01-28T01:03:53.583Z] Successfully built 2939650496a0 [2021-01-28T01:03:53.850Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T01:03:55.846Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container da8a3991aae7 [2021-01-28T01:03:55.846Z] ---> 3723ce2a48ae [2021-01-28T01:03:55.846Z] [2021-01-28T01:03:55.846Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:03:55.846Z] ---> 389fef711851 [2021-01-28T01:03:55.846Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:03:55.846Z] ---> Using cache [2021-01-28T01:03:55.846Z] ---> 51c27ed2df59 [2021-01-28T01:03:55.846Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:03:55.846Z] ---> Using cache [2021-01-28T01:03:55.846Z] ---> 67fa2c7d4120 [2021-01-28T01:03:55.846Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T01:03:55.846Z] ---> Running in 1f7c9e10e114 [2021-01-28T01:03:55.846Z] Removing intermediate container 1f7c9e10e114 [2021-01-28T01:03:55.846Z] ---> 7ebc364bc529 [2021-01-28T01:03:55.846Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:03:55.846Z] ---> Running in cda4972b3e62 [2021-01-28T01:03:56.136Z] Removing intermediate container cda4972b3e62 [2021-01-28T01:03:56.136Z] ---> c1c16f4d133c [2021-01-28T01:03:56.136Z] Step 15/23 : WORKDIR / [2021-01-28T01:03:56.136Z] ---> Running in 50cba436c070 [2021-01-28T01:03:56.426Z] Removing intermediate container 50cba436c070 [2021-01-28T01:03:56.426Z] ---> 5766f16a903f [2021-01-28T01:03:56.426Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:03:56.426Z] ---> b2b8ad9849d1 [2021-01-28T01:03:56.426Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T01:03:57.440Z] ---> c1d7f751ebe1 [2021-01-28T01:03:57.440Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T01:03:57.440Z] ---> f6840c7ccfcc [2021-01-28T01:03:57.440Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T01:03:57.440Z] ---> Running in 59d127ec444b [2021-01-28T01:03:57.703Z] Removing intermediate container 59d127ec444b [2021-01-28T01:03:57.703Z] ---> 5d6f93317bdc [2021-01-28T01:03:57.703Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:03:57.703Z] ---> Running in e14d148c8e55 [2021-01-28T01:03:57.969Z] Removing intermediate container e14d148c8e55 [2021-01-28T01:03:57.970Z] ---> f301ae07f7aa [2021-01-28T01:03:57.970Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T01:03:57.970Z] ---> Running in dc1701739863 [2021-01-28T01:03:58.230Z] Removing intermediate container dc1701739863 [2021-01-28T01:03:58.230Z] ---> 483218385655 [2021-01-28T01:03:58.230Z] Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:03:58.230Z] ---> Running in 41959c6845e1 [2021-01-28T01:03:58.275Z] 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-01-28T01:03:58.496Z] Removing intermediate container 41959c6845e1 [2021-01-28T01:03:58.496Z] ---> 2b548f4d25d1 [2021-01-28T01:03:58.496Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:03:58.496Z] ---> Running in ef86fc61b7f1 [2021-01-28T01:03:58.496Z] Removing intermediate container ef86fc61b7f1 [2021-01-28T01:03:58.496Z] ---> a2826e74dbaa [2021-01-28T01:03:58.496Z] [2021-01-28T01:03:58.756Z] Successfully built a2826e74dbaa [2021-01-28T01:03:58.756Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T01:03:59.040Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-28T01:03:59.084Z] $ docker stop --time=1 23a19d7324d56418f22dc23856f78929d131083100a582de1aa58fbcbbc6d218 [2021-01-28T01:04:00.855Z] $ docker rm -f 23a19d7324d56418f22dc23856f78929d131083100a582de1aa58fbcbbc6d218 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T01:04:01.415Z] + docker images [2021-01-28T01:04:01.415Z] + grep docker [2021-01-28T01:04:01.677Z] docker-core-metadata-go latest a2826e74dbaa 3 seconds ago 18.8MB [2021-01-28T01:04:01.677Z] docker-security-bootstrapper-go latest 2939650496a0 8 seconds ago 33.5MB [2021-01-28T01:04:01.677Z] docker-sys-mgmt-agent-go latest a5379d7fa5f2 13 seconds ago 313MB [2021-01-28T01:04:01.677Z] docker-security-proxy-setup-go latest 50b03f4557f1 16 seconds ago 24.4MB [2021-01-28T01:04:01.677Z] docker-security-secretstore-setup-go latest 8f15e8cef180 18 seconds ago 24.6MB [2021-01-28T01:04:01.677Z] docker-core-command-go latest c757fe79a6dc 42 seconds ago 16.3MB [2021-01-28T01:04:01.677Z] docker-core-data-go latest c1e8fa5f268c About a minute ago 22.3MB [2021-01-28T01:04:01.677Z] docker-support-notifications-go latest bd4867a6af11 About a minute ago 16.9MB [2021-01-28T01:04:01.677Z] docker-support-scheduler-go latest b5aee88b78c1 About a minute ago 16.4MB [2021-01-28T01:04:01.677Z] docker 20.10.0 aefe523efa57 6 weeks 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-01-28T01:04:03.684Z] 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-01-28T01:04:07.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T01:04:08.519Z] 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-01-28T01:04:13.922Z] 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-01-28T01:04:17.456Z] Still waiting to schedule task [2021-01-28T01:04:17.456Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-28T01:04:20.653Z] 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-01-28T01:04:24.039Z] 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-01-28T01:04:29.436Z] 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-01-28T01:04:32.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T01:04:36.215Z] 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-01-28T01:04:40.523Z] 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-01-28T01:04:47.259Z] $ docker stop --time=1 6fd3bdbacb38d98b09339b8e57caa360de0179b5f7023b9f92979c4aa32e4eda [2021-01-28T01:04:49.712Z] $ docker rm -f 6fd3bdbacb38d98b09339b8e57caa360de0179b5f7023b9f92979c4aa32e4eda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:04:52.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:04:52.040Z] [2021-01-28T01:04:52.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:04:52.410Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:04:52.683Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T01:04:52.683Z] 29e5d40040c1: Pulling fs layer [2021-01-28T01:04:52.683Z] 1ce36da41761: Pulling fs layer [2021-01-28T01:04:52.683Z] 25b303627fd3: Pulling fs layer [2021-01-28T01:04:52.956Z] 29e5d40040c1: Verifying Checksum [2021-01-28T01:04:52.956Z] 29e5d40040c1: Download complete [2021-01-28T01:04:53.552Z] 1ce36da41761: Verifying Checksum [2021-01-28T01:04:53.552Z] 1ce36da41761: Download complete [2021-01-28T01:04:53.824Z] 29e5d40040c1: Pull complete [2021-01-28T01:04:54.801Z] 1ce36da41761: Pull complete [2021-01-28T01:04:55.073Z] 25b303627fd3: Verifying Checksum [2021-01-28T01:04:55.073Z] 25b303627fd3: Download complete [2021-01-28T01:05:05.227Z] 25b303627fd3: Pull complete [2021-01-28T01:05:05.227Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T01:05:05.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:05:05.227Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T01:05:05.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-23617 does not seem to be running inside a container [2021-01-28T01:05:05.532Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T01:05:08.518Z] $ docker top 55dfc6f48ee6518dfdb709bf7dc08571e7f3a415fa584f750c030dd7abe63fe3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:05:09.532Z] + + docker-composegrep build parallel --help [2021-01-28T01:05:09.532Z] [2021-01-28T01:05:12.896Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T01:05:12.912Z] $ docker stop --time=1 55dfc6f48ee6518dfdb709bf7dc08571e7f3a415fa584f750c030dd7abe63fe3 [2021-01-28T01:05:14.861Z] $ docker rm -f 55dfc6f48ee6518dfdb709bf7dc08571e7f3a415fa584f750c030dd7abe63fe3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:05:15.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:05:15.659Z] . [Pipeline] withDockerContainer [2021-01-28T01:05:15.938Z] prd-ubuntu18.04-docker-arm64-4c-16g-23617 does not seem to be running inside a container [2021-01-28T01:05:16.045Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T01:05:17.538Z] $ docker top c5ef477a9a22861ce4cbb15970d5beed12fb81824c27a28c145822ccefd7a6ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:05:18.594Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T01:05:22.908Z] Building docker-core-command-go ... [2021-01-28T01:05:22.908Z] Building docker-core-data-go ... [2021-01-28T01:05:22.908Z] Building docker-core-metadata-go ... [2021-01-28T01:05:22.908Z] Building docker-security-bootstrapper-go ... [2021-01-28T01:05:22.908Z] Building docker-security-proxy-setup-go ... [2021-01-28T01:05:22.908Z] Building docker-security-secretstore-setup-go ... [2021-01-28T01:05:22.908Z] Building docker-support-notifications-go ... [2021-01-28T01:05:22.909Z] Building docker-support-scheduler-go ... [2021-01-28T01:05:22.909Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T01:05:22.909Z] Building docker-security-proxy-setup-go [2021-01-28T01:05:22.909Z] Building docker-core-metadata-go [2021-01-28T01:05:22.909Z] Building docker-support-scheduler-go [2021-01-28T01:05:22.909Z] Building docker-sys-mgmt-agent-go [2021-01-28T01:05:22.909Z] Building docker-core-data-go [2021-01-28T01:05:52.520Z] Running on prd-ubuntu18.04-docker-8c-8g-23633 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-01-28T01:05:52.600Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-28T01:05:54.567Z] using credential edgex-jenkins-ssh [2021-01-28T01:05:54.617Z] Cloning the remote Git repository [2021-01-28T01:05:53.239Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:05:53.301Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-28T01:05:53.326Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:05:53.326Z] > git --version # timeout=10 [2021-01-28T01:05:53.332Z] > git --version # 'git version 2.17.1' [2021-01-28T01:05:53.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:05:53.393Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T01:06:03.821Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T01:06:03.835Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T01:06:03.845Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T01:06:03.865Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:06:03.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:06:03.869Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T01:06:05.743Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:06:05.868Z] Merge succeeded, producing 38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:06:05.868Z] Checking out Revision 38ee97bf23fa756444b90e09a13947d7f6f04c10 (PR-3075) [2021-01-28T01:06:04.354Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T01:06:04.359Z] > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 [2021-01-28T01:06:04.443Z] > git remote # timeout=10 [2021-01-28T01:06:04.449Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T01:06:04.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:06:04.457Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T01:06:04.465Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T01:06:04.473Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T01:06:04.476Z] > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 [2021-01-28T01:06:09.196Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:06:10.285Z] + echo snap-build.sh [2021-01-28T01:06:10.286Z] snap-build.sh [2021-01-28T01:06:10.286Z] + SNAP_BASE_DIR=. [2021-01-28T01:06:10.286Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-28T01:06:10.286Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-28T01:06:10.286Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-28T01:06:10.286Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-28T01:06:10.286Z] + cd /w/workspace/edgex-go/4 [2021-01-28T01:06:10.286Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T01:06:10.286Z] Reading package lists... [2021-01-28T01:06:10.286Z] Building dependency tree... [2021-01-28T01:06:10.286Z] Reading state information... [2021-01-28T01:06:10.552Z] The following packages were automatically installed and are no longer required: [2021-01-28T01:06:10.552Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T01:06:10.552Z] uidmap xdelta3 [2021-01-28T01:06:10.552Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T01:06:10.552Z] The following packages will be REMOVED: [2021-01-28T01:06:10.552Z] lxd* lxd-client* [2021-01-28T01:06:10.814Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T01:06:10.814Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T01:06:11.903Z] (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-01-28T01:06:11.903Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T01:06:12.852Z] Removing lxd dnsmasq configuration [2021-01-28T01:06:12.852Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T01:06:12.852Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T01:06:13.800Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T01:06:14.065Z] (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-01-28T01:06:14.065Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T01:06:15.453Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T01:06:15.453Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T01:06:16.846Z] + sudo snap remove --purge lxd [2021-01-28T01:06:16.846Z] snap "lxd" is not installed [2021-01-28T01:06:16.846Z] + sudo groupadd --force --system lxd [2021-01-28T01:06:16.846Z] ++ whoami [2021-01-28T01:06:16.846Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T01:06:16.846Z] + newgrp - lxd [2021-01-28T01:06:16.846Z] + sudo snap install lxd [2021-01-28T01:06:24.994Z] 2021-01-28T01:06:22Z INFO Waiting for automatic snapd restart... [2021-01-28T01:06:43.166Z] lxd 4.10 from Canonical* installed [2021-01-28T01:06:43.166Z] + sudo lxd init --auto [2021-01-28T01:06:44.660Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:44.660Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:06:44.660Z] ---> e18a132568bc [2021-01-28T01:06:44.660Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:06:44.660Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:44.660Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:06:44.660Z] ---> e18a132568bc [2021-01-28T01:06:44.660Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:06:44.660Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:44.660Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:06:44.660Z] ---> e18a132568bc [2021-01-28T01:06:44.660Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:06:44.660Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:44.660Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:06:44.660Z] ---> e18a132568bc [2021-01-28T01:06:44.660Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T01:06:44.660Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:44.660Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:06:44.660Z] ---> e18a132568bc [2021-01-28T01:06:44.660Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T01:06:44.660Z] ---> Running in 19650dead01b [2021-01-28T01:06:44.660Z] ---> Running in 2954f5a43294 [2021-01-28T01:06:44.660Z] ---> Running in 93582b7468a5 [2021-01-28T01:06:44.660Z] ---> Running in 0bfa3234a018 [2021-01-28T01:06:44.660Z] ---> Running in ae00631b8c59 [2021-01-28T01:06:44.660Z] Removing intermediate container 2954f5a43294 [2021-01-28T01:06:44.660Z] ---> 012b6fcfdedc [2021-01-28T01:06:44.660Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:44.660Z] Removing intermediate container 19650dead01b [2021-01-28T01:06:44.660Z] ---> 3f8e50bb5621 [2021-01-28T01:06:44.660Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:44.660Z] ---> Running in 9c9c925a9bc1 [2021-01-28T01:06:44.660Z] Removing intermediate container 93582b7468a5 [2021-01-28T01:06:44.660Z] ---> c035504e8e03 [2021-01-28T01:06:44.660Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:44.660Z] Removing intermediate container ae00631b8c59 [2021-01-28T01:06:44.660Z] ---> b414593ebd4b [2021-01-28T01:06:44.660Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:44.660Z] ---> Running in b2625287e080 [2021-01-28T01:06:44.660Z] Removing intermediate container 0bfa3234a018 [2021-01-28T01:06:44.660Z] ---> 631824a3cbb9 [2021-01-28T01:06:44.660Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:44.660Z] ---> Running in 6ec1c88015ef [2021-01-28T01:06:44.660Z] ---> Running in ddef833a83a9 [2021-01-28T01:06:44.660Z] ---> Running in 7e24503b4bef [2021-01-28T01:06:44.660Z] Removing intermediate container 9c9c925a9bc1 [2021-01-28T01:06:44.660Z] ---> 3e24d9ada65c [2021-01-28T01:06:44.660Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:06:44.661Z] Removing intermediate container b2625287e080 [2021-01-28T01:06:44.661Z] ---> 7b3a44dafa59 [2021-01-28T01:06:44.661Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T01:06:44.661Z] ---> Running in 59da0dea70cd [2021-01-28T01:06:44.661Z] ---> Running in ceb70ce193d9 [2021-01-28T01:06:44.661Z] Removing intermediate container 6ec1c88015ef [2021-01-28T01:06:44.661Z] ---> 3986a119ab6a [2021-01-28T01:06:44.661Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T01:06:44.661Z] Removing intermediate container 7e24503b4bef [2021-01-28T01:06:44.661Z] ---> 8d904ceef910 [2021-01-28T01:06:44.661Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T01:06:44.661Z] Removing intermediate container ddef833a83a9 [2021-01-28T01:06:44.661Z] ---> 0d66f40baae6 [2021-01-28T01:06:44.661Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T01:06:44.661Z] ---> Running in 302a8be2e7de [2021-01-28T01:06:44.661Z] ---> Running in 6c272383ef90 [2021-01-28T01:06:44.661Z] ---> Running in 24274bdfc671 [2021-01-28T01:06:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:44.933Z] OK: 217 MiB in 51 packages [2021-01-28T01:06:45.531Z] OK: 217 MiB in 51 packages [2021-01-28T01:06:45.531Z] OK: 217 MiB in 51 packages [2021-01-28T01:06:45.531Z] OK: 217 MiB in 51 packages [2021-01-28T01:06:45.808Z] OK: 217 MiB in 51 packages [2021-01-28T01:06:46.811Z] Removing intermediate container 59da0dea70cd [2021-01-28T01:06:46.811Z] ---> f7e1f1df2b8d [2021-01-28T01:06:46.811Z] Step 6/23 : COPY go.mod . [2021-01-28T01:06:47.420Z] Removing intermediate container 24274bdfc671 [2021-01-28T01:06:47.420Z] ---> d842ff431fec [2021-01-28T01:06:47.420Z] Step 6/23 : COPY go.mod . [2021-01-28T01:06:47.420Z] Removing intermediate container 302a8be2e7de [2021-01-28T01:06:47.420Z] ---> ea8f71a142d1 [2021-01-28T01:06:47.420Z] Step 6/21 : COPY go.mod . [2021-01-28T01:06:47.704Z] Removing intermediate container 6c272383ef90 [2021-01-28T01:06:47.704Z] ---> 791fcdab97f5 [2021-01-28T01:06:47.704Z] Step 6/26 : COPY go.mod . [2021-01-28T01:06:47.704Z] Removing intermediate container ceb70ce193d9 [2021-01-28T01:06:47.704Z] ---> fec6df2eaae2 [2021-01-28T01:06:47.704Z] Step 6/22 : COPY go.mod . [2021-01-28T01:06:47.983Z] ---> 94c9374349bd [2021-01-28T01:06:47.983Z] Step 7/23 : RUN go mod download [2021-01-28T01:06:48.264Z] ---> Running in f63f3b3d0d2d [2021-01-28T01:06:48.264Z] ---> 57127f61003b [2021-01-28T01:06:48.264Z] Step 7/23 : RUN go mod download [2021-01-28T01:06:48.864Z] ---> 26b9f6bd514b [2021-01-28T01:06:48.864Z] Step 7/21 : RUN go mod download [2021-01-28T01:06:48.864Z] ---> Running in c2a0f11d02c9 [2021-01-28T01:06:48.864Z] ---> 90b0296a0ae4 [2021-01-28T01:06:48.864Z] Step 7/22 : RUN go mod download [2021-01-28T01:06:48.864Z] ---> 474422d7966e [2021-01-28T01:06:48.864Z] Step 7/26 : RUN go mod download [2021-01-28T01:06:49.139Z] ---> Running in 44abe706462f [2021-01-28T01:06:49.139Z] ---> Running in 2686b2357c11 [2021-01-28T01:06:49.139Z] ---> Running in 6b75fd6117f5 [2021-01-28T01:06:51.387Z] + sudo snap install --classic snapcraft [2021-01-28T01:06:53.468Z] Removing intermediate container f63f3b3d0d2d [2021-01-28T01:06:53.468Z] ---> c42c8d94810b [2021-01-28T01:06:53.468Z] Step 8/23 : COPY . . [2021-01-28T01:06:53.468Z] Removing intermediate container c2a0f11d02c9 [2021-01-28T01:06:53.468Z] ---> 30b46f3340ee [2021-01-28T01:06:53.468Z] Step 8/23 : COPY . . [2021-01-28T01:06:53.745Z] Removing intermediate container 44abe706462f [2021-01-28T01:06:53.745Z] ---> db6640d1417c [2021-01-28T01:06:53.745Z] Step 8/21 : COPY . . [2021-01-28T01:06:54.354Z] Removing intermediate container 6b75fd6117f5 [2021-01-28T01:06:54.354Z] ---> 5f379ef8e3f3 [2021-01-28T01:06:54.354Z] Step 8/22 : COPY . . [2021-01-28T01:06:54.354Z] Removing intermediate container 2686b2357c11 [2021-01-28T01:06:54.354Z] ---> e56cec1a810a [2021-01-28T01:06:54.354Z] Step 8/26 : COPY . . [2021-01-28T01:06:55.602Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T01:06:55.603Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T01:06:55.603Z] + patch --verbose -p1 [2021-01-28T01:06:55.603Z] Hmm... Looks like a unified diff to me... [2021-01-28T01:06:55.603Z] The text leading up to this was: [2021-01-28T01:06:55.603Z] -------------------------- [2021-01-28T01:06:55.603Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T01:06:55.603Z] |From: Tony Espy [2021-01-28T01:06:55.603Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T01:06:55.603Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T01:06:55.603Z] | [2021-01-28T01:06:55.603Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T01:06:55.603Z] |optimize the snap CI check run for pull requests. When [2021-01-28T01:06:55.603Z] |applied, it essentially strips out everything (apps and [2021-01-28T01:06:55.603Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T01:06:55.603Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T01:06:55.603Z] |catch changes to edgex-go that break the snap build. [2021-01-28T01:06:55.603Z] | [2021-01-28T01:06:55.603Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T01:06:55.603Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T01:06:55.603Z] |resulting in a failed snap build CI check in the associated [2021-01-28T01:06:55.603Z] |pull request. [2021-01-28T01:06:55.603Z] | [2021-01-28T01:06:55.603Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T01:06:55.603Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T01:06:55.603Z] |need to build the finally binary .snap file (and it won't [2021-01-28T01:06:55.603Z] |work with the patch applied). This further reduces the build [2021-01-28T01:06:55.603Z] |time. [2021-01-28T01:06:55.603Z] |--- [2021-01-28T01:06:55.603Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T01:06:55.603Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T01:06:55.603Z] | [2021-01-28T01:06:55.603Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T01:06:55.603Z] |index 1e537489..faf42425 100644 [2021-01-28T01:06:55.603Z] |--- a/snap/snapcraft.yaml [2021-01-28T01:06:55.603Z] |+++ b/snap/snapcraft.yaml [2021-01-28T01:06:55.603Z] -------------------------- [2021-01-28T01:06:55.603Z] patching file snap/snapcraft.yaml [2021-01-28T01:06:55.603Z] Using Plan A... [2021-01-28T01:06:55.603Z] Hunk #1 succeeded at 73. [2021-01-28T01:06:55.603Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T01:06:55.603Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T01:06:55.603Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T01:06:55.603Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T01:06:55.603Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T01:06:55.603Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T01:06:55.603Z] Hunk #8 succeeded at 342. [2021-01-28T01:06:55.603Z] Hmm... Ignoring the trailing garbage. [2021-01-28T01:06:55.603Z] done [2021-01-28T01:06:55.603Z] + sudo snapcraft prime --use-lxd [2021-01-28T01:06:56.173Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T01:06:56.173Z] 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-01-28T01:06:56.173Z] - README.md [2021-01-28T01:06:56.173Z] - snapcraft.yaml.orig [2021-01-28T01:06:56.173Z] [2021-01-28T01:06:56.173Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T01:06:56.743Z] Launching a container. [2021-01-28T01:07:08.992Z] Waiting for container to be ready [2021-01-28T01:07:08.992Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T01:07:08.992Z] [2021-01-28T01:07:11.542Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T01:07:11.542Z] Waiting for network to be ready... [2021-01-28T01:07:11.802Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T01:07:12.063Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T01:07:12.063Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T01:07:12.063Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T01:07:12.063Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T01:07:12.063Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T01:07:12.063Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T01:07:12.063Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T01:07:12.063Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T01:07:12.323Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T01:07:12.583Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T01:07:12.845Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T01:07:13.107Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T01:07:13.107Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T01:07:13.107Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T01:07:13.107Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T01:07:13.107Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T01:07:13.107Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T01:07:13.368Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T01:07:13.632Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T01:07:13.632Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T01:07:13.894Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T01:07:13.894Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T01:07:13.894Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T01:07:13.894Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T01:07:13.894Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T01:07:13.894Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T01:07:15.808Z] Fetched 23.8 MB in 4s (5898 kB/s) [2021-01-28T01:07:16.750Z] Reading package lists... [2021-01-28T01:07:17.011Z] Reading package lists... [2021-01-28T01:07:17.011Z] Building dependency tree... [2021-01-28T01:07:17.011Z] Reading state information... [2021-01-28T01:07:17.273Z] The following additional packages will be installed: [2021-01-28T01:07:17.273Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T01:07:17.273Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T01:07:17.273Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T01:07:17.273Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T01:07:17.273Z] Suggested packages: [2021-01-28T01:07:17.273Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T01:07:17.273Z] Recommended packages: [2021-01-28T01:07:17.273Z] gnupg libsasl2-modules [2021-01-28T01:07:17.273Z] The following NEW packages will be installed: [2021-01-28T01:07:17.273Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T01:07:17.273Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T01:07:17.273Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T01:07:17.273Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T01:07:17.273Z] The following packages will be upgraded: [2021-01-28T01:07:17.273Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T01:07:17.273Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T01:07:17.273Z] Need to get 3533 kB of archives. [2021-01-28T01:07:17.273Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T01:07:17.273Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T01:07:17.533Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T01:07:17.794Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T01:07:18.093Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T01:07:18.093Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T01:07:18.093Z] Get:6 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-01-28T01:07:18.093Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-28T01:07:18.093Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T01:07:18.093Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T01:07:18.093Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T01:07:18.093Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T01:07:18.093Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T01:07:18.093Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T01:07:18.093Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T01:07:18.093Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T01:07:18.093Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T01:07:18.093Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T01:07:18.093Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T01:07:18.093Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T01:07:18.354Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T01:07:18.354Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T01:07:18.354Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T01:07:18.354Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:07:18.355Z] Fetched 3533 kB in 1s (3193 kB/s) [2021-01-28T01:07:18.615Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T01:07:18.615Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:07:18.615Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:07:18.615Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T01:07:18.615Z] Selecting previously unselected package udev. [2021-01-28T01:07:18.615Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T01:07:18.615Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:07:18.875Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T01:07:18.875Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T01:07:18.875Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T01:07:18.875Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T01:07:19.143Z] Selecting previously unselected package fuse. [2021-01-28T01:07:19.143Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T01:07:19.143Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T01:07:19.143Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:07:19.143Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:07:19.405Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:07:19.405Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:07:19.405Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:07:19.405Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:07:19.666Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T01:07:19.666Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T01:07:19.666Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T01:07:19.666Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T01:07:19.666Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:07:19.666Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:19.666Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T01:07:19.666Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:07:19.666Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:19.927Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T01:07:19.927Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:07:19.927Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:19.927Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T01:07:19.927Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:07:19.927Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:20.188Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T01:07:20.188Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:07:20.188Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:20.188Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T01:07:20.188Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:07:20.188Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:20.188Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T01:07:20.188Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:07:20.188Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:20.449Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T01:07:20.449Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:07:20.449Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:20.449Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T01:07:20.449Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:07:20.449Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:20.449Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T01:07:20.449Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T01:07:20.449Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:07:20.709Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T01:07:20.709Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T01:07:20.709Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:07:20.709Z] Selecting previously unselected package libldap-common. [2021-01-28T01:07:20.709Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T01:07:20.709Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:07:20.709Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T01:07:20.709Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T01:07:20.709Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:07:20.971Z] Selecting previously unselected package dirmngr. [2021-01-28T01:07:20.971Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:07:20.971Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T01:07:20.971Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:07:20.971Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T01:07:21.165Z] ---> de0e6bf6250b [2021-01-28T01:07:21.166Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T01:07:21.166Z] ---> b9822c2bc1c2 [2021-01-28T01:07:21.166Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T01:07:21.166Z] ---> 0da08b954106 [2021-01-28T01:07:21.166Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T01:07:21.166Z] ---> 0a76299f9ca0 [2021-01-28T01:07:21.166Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T01:07:21.166Z] ---> 99e537fc2094 [2021-01-28T01:07:21.166Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T01:07:21.166Z] ---> Running in 86e95539f280 [2021-01-28T01:07:21.166Z] ---> Running in 6eb396c0e0da [2021-01-28T01:07:21.166Z] ---> Running in c4d59c8d5721 [2021-01-28T01:07:21.166Z] ---> Running in 92e70854a373 [2021-01-28T01:07:21.166Z] ---> Running in 276934c2b1fc [2021-01-28T01:07:21.166Z] 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-01-28T01:07:21.166Z] 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-01-28T01:07:21.166Z] 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-01-28T01:07:21.166Z] 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-01-28T01:07:21.166Z] 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-01-28T01:07:21.231Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T01:07:21.231Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:07:21.231Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:07:21.231Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T01:07:21.231Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:21.231Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T01:07:21.231Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:07:21.231Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T01:07:21.491Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T01:07:21.751Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:21.751Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T01:07:21.751Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T01:07:21.751Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T01:07:21.751Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:22.014Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:22.014Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:22.014Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:22.014Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:22.014Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:22.014Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:07:22.014Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:07:22.014Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T01:07:22.014Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:07:22.587Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T01:07:22.587Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T01:07:22.587Z] This means they are not meant to be enabled using systemctl. [2021-01-28T01:07:22.587Z] Possible reasons for having this kind of units are: [2021-01-28T01:07:22.587Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T01:07:22.587Z] .wants/ or .requires/ directory. [2021-01-28T01:07:22.587Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T01:07:22.587Z] a requirement dependency on it. [2021-01-28T01:07:22.587Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T01:07:22.587Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T01:07:22.587Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T01:07:22.587Z] instance name specified. [2021-01-28T01:07:22.849Z] Reading package lists... [2021-01-28T01:07:23.111Z] Building dependency tree... [2021-01-28T01:07:23.111Z] Reading state information... [2021-01-28T01:07:23.111Z] The following additional packages will be installed: [2021-01-28T01:07:23.111Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T01:07:23.111Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T01:07:23.111Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T01:07:23.111Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T01:07:23.111Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T01:07:23.111Z] Suggested packages: [2021-01-28T01:07:23.111Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T01:07:23.111Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T01:07:23.111Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T01:07:23.111Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T01:07:23.111Z] systemd-container policykit-1 [2021-01-28T01:07:23.111Z] Recommended packages: [2021-01-28T01:07:23.111Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T01:07:23.111Z] The following NEW packages will be installed: [2021-01-28T01:07:23.111Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T01:07:23.111Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T01:07:23.111Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T01:07:23.111Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T01:07:23.111Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T01:07:23.111Z] The following packages will be upgraded: [2021-01-28T01:07:23.111Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T01:07:23.111Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T01:07:23.111Z] Need to get 35.2 MB of archives. [2021-01-28T01:07:23.111Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T01:07:23.111Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T01:07:23.372Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T01:07:23.372Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-28T01:07:23.372Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T01:07:23.372Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T01:07:23.372Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T01:07:23.372Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T01:07:23.372Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T01:07:23.372Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T01:07:23.372Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T01:07:23.372Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T01:07:23.372Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T01:07:23.372Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T01:07:23.372Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T01:07:23.372Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T01:07:23.372Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T01:07:23.372Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T01:07:23.372Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T01:07:24.314Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T01:07:24.314Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T01:07:24.314Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T01:07:24.314Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T01:07:24.314Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T01:07:24.314Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T01:07:24.314Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T01:07:24.314Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T01:07:24.314Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T01:07:24.314Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T01:07:24.314Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T01:07:24.314Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T01:07:25.255Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:07:25.255Z] Fetched 35.2 MB in 2s (17.0 MB/s) [2021-01-28T01:07:25.515Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T01:07:25.515Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:07:25.515Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:07:26.094Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:07:26.094Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:07:26.353Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T01:07:26.353Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T01:07:26.353Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T01:07:26.353Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T01:07:26.614Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T01:07:26.614Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T01:07:26.614Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T01:07:26.875Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T01:07:27.136Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T01:07:27.136Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T01:07:27.397Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T01:07:27.397Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T01:07:27.397Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T01:07:27.659Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T01:07:27.659Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T01:07:27.659Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:07:27.659Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:07:27.919Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T01:07:27.919Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T01:07:27.919Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T01:07:27.919Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T01:07:27.919Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:07:27.919Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:07:28.180Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T01:07:28.445Z] Checking for services that may need to be restarted...done. [2021-01-28T01:07:28.445Z] Checking for services that may need to be restarted...done. [2021-01-28T01:07:28.445Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:07:28.445Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T01:07:28.445Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:07:29.053Z] Selecting previously unselected package python3-minimal. [2021-01-28T01:07:29.053Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T01:07:29.053Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T01:07:29.053Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T01:07:29.053Z] Selecting previously unselected package mime-support. [2021-01-28T01:07:29.053Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T01:07:29.053Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T01:07:29.053Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T01:07:29.053Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T01:07:29.053Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T01:07:29.053Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T01:07:29.053Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:07:29.315Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:07:29.315Z] Selecting previously unselected package python3.6. [2021-01-28T01:07:29.315Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:07:29.579Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:07:29.579Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T01:07:29.579Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T01:07:29.579Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T01:07:29.579Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T01:07:29.845Z] Selecting previously unselected package python3. [2021-01-28T01:07:29.845Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T01:07:29.846Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T01:07:29.846Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T01:07:29.846Z] Selecting previously unselected package multiarch-support. [2021-01-28T01:07:29.846Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:07:29.846Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T01:07:30.107Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T01:07:30.107Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T01:07:30.107Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T01:07:30.107Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T01:07:30.107Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T01:07:30.107Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T01:07:30.107Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T01:07:30.368Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T01:07:30.368Z] Selecting previously unselected package sudo. [2021-01-28T01:07:30.368Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T01:07:30.368Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T01:07:30.630Z] Selecting previously unselected package apparmor. [2021-01-28T01:07:30.630Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T01:07:30.630Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T01:07:30.630Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T01:07:30.630Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T01:07:30.630Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T01:07:30.890Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T01:07:30.890Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:07:30.890Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:07:30.890Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T01:07:30.890Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:07:30.890Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:07:30.890Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T01:07:30.890Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T01:07:30.890Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T01:07:31.151Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T01:07:31.151Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:07:31.151Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:07:31.151Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T01:07:31.151Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:07:31.151Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:07:31.411Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T01:07:31.411Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T01:07:31.411Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T01:07:31.411Z] Selecting previously unselected package openssh-client. [2021-01-28T01:07:31.411Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T01:07:31.411Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T01:07:31.673Z] Selecting previously unselected package squashfs-tools. [2021-01-28T01:07:31.673Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T01:07:31.673Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T01:07:31.933Z] Selecting previously unselected package snapd. [2021-01-28T01:07:31.933Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T01:07:31.933Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T01:07:33.854Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T01:07:33.854Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T01:07:33.854Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T01:07:33.854Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T01:07:34.114Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T01:07:34.114Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:07:34.114Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:07:34.114Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T01:07:34.114Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T01:07:35.059Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T01:07:35.059Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T01:07:35.059Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T01:07:35.059Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:07:35.059Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:07:35.059Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:07:35.634Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T01:07:35.634Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:07:35.634Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T01:07:35.634Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T01:07:35.634Z] running python rtupdate hooks for python3.6... [2021-01-28T01:07:35.634Z] running python post-rtupdate hooks for python3.6... [2021-01-28T01:07:35.896Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T01:07:37.282Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T01:07:37.552Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:07:37.813Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T01:07:38.074Z] Setting up snapd (2.48+18.04) ... [2021-01-28T01:07:38.643Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T01:07:38.643Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T01:07:38.904Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T01:07:38.904Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T01:07:39.165Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T01:07:39.165Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T01:07:39.424Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T01:07:39.424Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T01:07:39.684Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T01:07:39.684Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T01:07:39.944Z] /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-01-28T01:07:39.944Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:07:39.944Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T01:07:40.888Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T01:07:40.888Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T01:07:40.888Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T01:07:42.090Z] Reading package lists... [2021-01-28T01:07:42.351Z] Reading package lists... [2021-01-28T01:07:42.351Z] Building dependency tree... [2021-01-28T01:07:42.351Z] Reading state information... [2021-01-28T01:07:42.612Z] Calculating upgrade... [2021-01-28T01:07:42.612Z] The following packages will be upgraded: [2021-01-28T01:07:42.612Z] advancecomp base-files bash binutils binutils-common [2021-01-28T01:07:42.612Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T01:07:42.612Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T01:07:42.612Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T01:07:42.612Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T01:07:42.612Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T01:07:42.612Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T01:07:42.612Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T01:07:42.612Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T01:07:42.612Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T01:07:42.612Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T01:07:42.612Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T01:07:42.612Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T01:07:42.612Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T01:07:42.612Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T01:07:42.874Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T01:07:42.874Z] Need to get 63.8 MB of archives. [2021-01-28T01:07:42.874Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T01:07:42.874Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T01:07:42.874Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T01:07:43.447Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T01:07:43.447Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T01:07:43.447Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T01:07:43.447Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T01:07:43.447Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T01:07:43.447Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T01:07:43.447Z] 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-01-28T01:07:43.447Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-28T01:07:43.447Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-28T01:07:43.709Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T01:07:43.709Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T01:07:43.709Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T01:07:43.709Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T01:07:43.709Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T01:07:43.709Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T01:07:43.709Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T01:07:43.709Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T01:07:43.709Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T01:07:43.709Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T01:07:43.709Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T01:07:43.709Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T01:07:43.709Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T01:07:43.709Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T01:07:43.709Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T01:07:43.709Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T01:07:43.709Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T01:07:43.709Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T01:07:43.709Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T01:07:43.709Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T01:07:43.972Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T01:07:43.972Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T01:07:43.972Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T01:07:43.972Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T01:07:43.972Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T01:07:43.972Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T01:07:43.972Z] 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-01-28T01:07:43.972Z] 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-01-28T01:07:43.972Z] 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-01-28T01:07:43.972Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T01:07:43.972Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-28T01:07:43.972Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T01:07:43.972Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-28T01:07:43.972Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T01:07:43.972Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T01:07:43.972Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T01:07:43.972Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T01:07:43.972Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T01:07:43.972Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T01:07:43.972Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T01:07:44.233Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T01:07:44.233Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T01:07:44.233Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T01:07:44.233Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T01:07:44.233Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-28T01:07:44.233Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T01:07:44.233Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T01:07:44.233Z] Get:59 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-01-28T01:07:44.233Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T01:07:44.233Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T01:07:44.233Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T01:07:44.233Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T01:07:44.233Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T01:07:44.233Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T01:07:44.233Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T01:07:44.233Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T01:07:44.233Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T01:07:44.233Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T01:07:44.233Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T01:07:44.233Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T01:07:44.233Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T01:07:44.233Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T01:07:44.233Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T01:07:44.494Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T01:07:44.494Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T01:07:44.494Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T01:07:44.494Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-28T01:07:44.494Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T01:07:44.494Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T01:07:44.494Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-28T01:07:44.494Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T01:07:44.494Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-28T01:07:44.753Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T01:07:44.753Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T01:07:44.753Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T01:07:44.753Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T01:07:44.753Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T01:07:44.753Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T01:07:44.753Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T01:07:45.325Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T01:07:45.906Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-28T01:07:45.906Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-28T01:07:45.906Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T01:07:46.166Z] 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-01-28T01:07:46.167Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T01:07:46.167Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T01:07:46.167Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T01:07:46.167Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T01:07:46.167Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:07:46.167Z] Fetched 63.8 MB in 3s (18.5 MB/s) [2021-01-28T01:07:46.428Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:46.428Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:07:46.428Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:07:47.000Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:07:47.000Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:07:47.000Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T01:07:47.000Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T01:07:47.944Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:47.944Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:07:47.944Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:47.944Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:07:48.516Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:48.516Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:07:48.516Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:48.516Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:07:48.777Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:48.777Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:07:48.777Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:48.777Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:07:48.777Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:48.777Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:07:49.038Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:07:49.038Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:07:49.038Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:49.038Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T01:07:49.299Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:07:49.299Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:07:49.299Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:49.299Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:07:49.559Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:49.559Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:07:49.559Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:07:49.559Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:07:49.820Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:07:49.820Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:07:49.820Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:07:50.080Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:07:50.654Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T01:07:50.916Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:07:50.916Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T01:07:50.916Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T01:07:50.916Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T01:07:50.916Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T01:07:51.177Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T01:07:51.177Z] Installing new version of config file /etc/issue ... [2021-01-28T01:07:51.177Z] Installing new version of config file /etc/issue.net ... [2021-01-28T01:07:51.177Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T01:07:51.177Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T01:07:51.438Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T01:07:51.438Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T01:07:51.438Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T01:07:51.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:51.699Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T01:07:51.699Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T01:07:51.699Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T01:07:51.961Z] 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-01-28T01:07:51.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:51.961Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:07:51.961Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T01:07:51.961Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:07:52.223Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:52.223Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T01:07:52.223Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T01:07:52.223Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T01:07:52.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:52.485Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T01:07:52.485Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T01:07:52.746Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T01:07:53.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:53.007Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:07:53.007Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:07:53.007Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T01:07:53.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:53.007Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:07:53.007Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:07:53.268Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T01:07:53.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:53.529Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T01:07:53.529Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T01:07:53.529Z] Setting up grep (3.1-2build1) ... [2021-01-28T01:07:53.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:53.790Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T01:07:53.790Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T01:07:53.790Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T01:07:54.052Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:54.052Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:07:54.052Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:07:54.052Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T01:07:54.313Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:54.313Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T01:07:54.313Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:07:54.574Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T01:07:54.834Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:07:54.834Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T01:07:54.834Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:07:55.406Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T01:07:55.406Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:55.406Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T01:07:55.406Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:07:56.791Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T01:07:56.791Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T01:07:56.791Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T01:07:56.791Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T01:07:57.052Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T01:07:57.052Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:57.052Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T01:07:57.052Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T01:07:57.314Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T01:07:57.314Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:57.314Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:07:57.314Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:07:57.575Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:07:57.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:57.575Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:07:57.575Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:07:57.837Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:07:57.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:57.837Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:07:57.837Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:07:57.837Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:07:58.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:58.098Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:07:58.098Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:07:58.360Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:07:58.360Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:58.360Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:07:58.360Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:07:58.621Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:07:58.621Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:07:58.621Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T01:07:58.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:58.882Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:07:58.882Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:07:58.882Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T01:07:58.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:58.882Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:07:59.143Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:07:59.143Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:07:59.143Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:59.143Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:07:59.143Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:07:59.405Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:07:59.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:07:59.405Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:07:59.667Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:07:59.928Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:08:00.190Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T01:08:00.453Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T01:08:00.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:00.714Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:08:00.714Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:08:00.974Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:08:00.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:00.974Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T01:08:01.250Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:08:01.250Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T01:08:01.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:01.510Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T01:08:01.510Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T01:08:01.510Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T01:08:01.771Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:01.771Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T01:08:01.771Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T01:08:02.032Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T01:08:02.032Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:02.032Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T01:08:02.032Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T01:08:02.032Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T01:08:02.293Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:02.293Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T01:08:02.293Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:08:02.293Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:08:02.554Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:02.554Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T01:08:02.554Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:08:02.554Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:08:02.815Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:02.815Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T01:08:03.076Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:08:03.076Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:08:03.338Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:03.338Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:08:03.338Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:08:03.599Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:08:03.599Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:08:03.599Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:03.599Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:08:03.860Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T01:08:03.860Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:03.860Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T01:08:03.860Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T01:08:04.120Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T01:08:04.120Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:04.120Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T01:08:04.380Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:08:04.380Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:08:04.961Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:04.961Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:04.961Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:08:04.961Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T01:08:04.961Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:04.961Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T01:08:05.222Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T01:08:05.222Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T01:08:05.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:05.482Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T01:08:05.482Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T01:08:05.743Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T01:08:06.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:06.016Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:06.016Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:08:06.277Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:06.277Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:06.277Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T01:08:06.277Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T01:08:06.538Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T01:08:06.538Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:06.538Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T01:08:06.538Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T01:08:06.538Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T01:08:06.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:06.799Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T01:08:06.799Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T01:08:06.799Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T01:08:07.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:07.062Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T01:08:07.062Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T01:08:07.062Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T01:08:07.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:07.324Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T01:08:07.324Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T01:08:07.324Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T01:08:07.587Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:07.587Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T01:08:07.587Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T01:08:07.587Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T01:08:07.587Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T01:08:07.587Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T01:08:07.587Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T01:08:07.849Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T01:08:07.849Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T01:08:08.111Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T01:08:08.111Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T01:08:08.372Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T01:08:08.372Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T01:08:08.372Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T01:08:08.372Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T01:08:08.945Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T01:08:08.945Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T01:08:09.206Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T01:08:09.206Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T01:08:09.206Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T01:08:09.206Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T01:08:09.467Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T01:08:09.467Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T01:08:09.467Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T01:08:09.467Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T01:08:09.729Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T01:08:09.729Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T01:08:09.729Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T01:08:09.729Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T01:08:10.678Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T01:08:10.678Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T01:08:10.678Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T01:08:10.678Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T01:08:10.939Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:08:10.939Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:08:11.199Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:08:11.199Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:08:11.461Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:08:11.461Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:08:11.461Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:08:11.461Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:08:11.721Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:11.721Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:08:11.721Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:11.721Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:08:11.981Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:11.981Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:08:11.981Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:11.981Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:08:12.921Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:12.921Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:08:13.862Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:13.862Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:08:14.436Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:14.436Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:08:15.006Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:15.006Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:08:15.577Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:15.837Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:08:15.837Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T01:08:15.837Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T01:08:15.837Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T01:08:16.098Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T01:08:16.098Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T01:08:16.098Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T01:08:16.359Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T01:08:16.359Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T01:08:16.359Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T01:08:16.359Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T01:08:16.620Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T01:08:16.620Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T01:08:16.620Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T01:08:16.620Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T01:08:16.881Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:16.881Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T01:08:16.881Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:16.881Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:16.881Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:16.881Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T01:08:17.141Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T01:08:17.141Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T01:08:17.141Z] [2021-01-28T01:08:17.141Z] Current default time zone: 'Etc/UTC' [2021-01-28T01:08:17.141Z] Local time is now: Thu Jan 28 01:08:17 UTC 2021. [2021-01-28T01:08:17.141Z] Universal Time is now: Thu Jan 28 01:08:17 UTC 2021. [2021-01-28T01:08:17.141Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T01:08:17.141Z] [2021-01-28T01:08:17.141Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T01:08:17.141Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:17.401Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T01:08:17.401Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:08:17.401Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T01:08:17.401Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T01:08:17.401Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T01:08:17.401Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T01:08:17.401Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T01:08:17.401Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T01:08:17.401Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:17.661Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T01:08:17.661Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:08:17.661Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:08:17.922Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:17.922Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T01:08:17.922Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T01:08:17.922Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T01:08:17.922Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T01:08:17.922Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T01:08:17.922Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T01:08:17.922Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:08:17.922Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T01:08:19.832Z] Updating certificates in /etc/ssl/certs... [2021-01-28T01:08:20.773Z] 22 added, 17 removed; done. [2021-01-28T01:08:20.773Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T01:08:20.773Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:20.773Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T01:08:20.773Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T01:08:20.773Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T01:08:20.773Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:08:20.773Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:08:20.773Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:08:20.773Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:08:21.039Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:08:21.039Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:08:21.039Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:08:21.039Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T01:08:21.039Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:08:21.039Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T01:08:21.039Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T01:08:21.300Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:08:21.300Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:08:21.300Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:08:21.300Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T01:08:21.300Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T01:08:21.300Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T01:08:21.300Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:08:21.561Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T01:08:21.561Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T01:08:21.561Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T01:08:21.561Z] Updating certificates in /etc/ssl/certs... [2021-01-28T01:08:22.132Z] 0 added, 0 removed; done. [2021-01-28T01:08:22.132Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T01:08:22.132Z] done. [2021-01-28T01:08:22.704Z] Reading package lists... [2021-01-28T01:08:22.704Z] Building dependency tree... [2021-01-28T01:08:22.704Z] Reading state information... [2021-01-28T01:08:22.965Z] The following NEW packages will be installed: [2021-01-28T01:08:22.965Z] apt-transport-https [2021-01-28T01:08:22.965Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T01:08:22.965Z] Need to get 1696 B of archives. [2021-01-28T01:08:22.965Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T01:08:22.965Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T01:08:23.225Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:08:23.225Z] Fetched 1696 B in 0s (9552 B/s) [2021-01-28T01:08:23.225Z] Selecting previously unselected package apt-transport-https. [2021-01-28T01:08:23.225Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T01:08:23.225Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T01:08:23.225Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T01:08:23.225Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T01:08:23.486Z] Waiting for network to be ready... [2021-01-28T01:08:28.772Z] 2021-01-28T01:08:26Z INFO Waiting for automatic snapd restart... [2021-01-28T01:08:29.342Z] snapd 2.48.2 from Canonical* installed [2021-01-28T01:08:30.282Z] "snapd" switched to the "latest/stable" channel [2021-01-28T01:08:30.282Z] [2021-01-28T01:08:32.826Z] core18 20201210 from Canonical* installed [2021-01-28T01:08:32.826Z] "core18" switched to the "latest/stable" channel [2021-01-28T01:08:32.826Z] [2021-01-28T01:08:36.126Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T01:08:36.126Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T01:08:36.126Z] [2021-01-28T01:08:39.425Z] 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-01-28T01:08:39.425Z] - README.md [2021-01-28T01:08:39.425Z] - snapcraft.yaml.orig [2021-01-28T01:08:39.425Z] [2021-01-28T01:08:39.425Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T01:08:43.001Z] 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-01-28T01:08:46.018Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:08:46.019Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T01:08:46.019Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T01:08:46.019Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T01:08:46.962Z] Reading package lists... [2021-01-28T01:08:47.222Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-01-28T01:08:53.807Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:08:53.807Z] Reading package lists... [2021-01-28T01:08:53.807Z] Building dependency tree... [2021-01-28T01:08:53.807Z] Reading state information... [2021-01-28T01:08:53.807Z] Suggested packages: [2021-01-28T01:08:53.807Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T01:08:53.807Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T01:08:53.807Z] Recommended packages: [2021-01-28T01:08:53.807Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T01:08:53.807Z] The following NEW packages will be installed: [2021-01-28T01:08:53.807Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T01:08:53.807Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T01:08:53.807Z] pkg-config zip [2021-01-28T01:08:53.807Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T01:08:53.807Z] Need to get 7655 kB of archives. [2021-01-28T01:08:53.807Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T01:08:53.807Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T01:08:53.807Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-28T01:08:54.069Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T01:08:54.069Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T01:08:54.069Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T01:08:54.069Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T01:08:54.329Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T01:08:54.329Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T01:08:54.329Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T01:08:54.329Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T01:08:54.590Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T01:08:54.590Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T01:08:54.590Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T01:08:54.590Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T01:08:54.590Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T01:08:54.850Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:08:54.850Z] Fetched 7655 kB in 1s (7041 kB/s) [2021-01-28T01:08:54.850Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T01:08:54.850Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T01:08:54.850Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T01:08:54.850Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T01:08:55.110Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T01:08:55.110Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T01:08:55.110Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T01:08:55.110Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T01:08:55.110Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T01:08:55.371Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T01:08:55.371Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T01:08:55.371Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T01:08:55.371Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T01:08:55.371Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T01:08:55.371Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T01:08:55.371Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T01:08:55.632Z] Selecting previously unselected package liberror-perl. [2021-01-28T01:08:55.632Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T01:08:55.632Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T01:08:55.632Z] Selecting previously unselected package git-man. [2021-01-28T01:08:55.632Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T01:08:55.632Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:08:55.892Z] Selecting previously unselected package git. [2021-01-28T01:08:55.892Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T01:08:55.892Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:08:56.833Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T01:08:56.833Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T01:08:56.833Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T01:08:56.833Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T01:08:56.833Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T01:08:56.833Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T01:08:56.833Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T01:08:56.833Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T01:08:56.833Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T01:08:56.833Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T01:08:56.833Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T01:08:57.093Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:08:57.093Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T01:08:57.093Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T01:08:57.093Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:08:57.355Z] Selecting previously unselected package pkg-config. [2021-01-28T01:08:57.355Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T01:08:57.355Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T01:08:57.355Z] Selecting previously unselected package zip. [2021-01-28T01:08:57.355Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T01:08:57.355Z] Unpacking zip (3.0-11build1) ... [2021-01-28T01:08:57.355Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T01:08:57.615Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:08:57.615Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T01:08:57.615Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T01:08:57.615Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T01:08:57.615Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T01:08:57.615Z] No schema files found: doing nothing. [2021-01-28T01:08:57.615Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T01:08:57.615Z] Setting up zip (3.0-11build1) ... [2021-01-28T01:08:57.615Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T01:08:57.615Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T01:08:57.615Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T01:08:57.876Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:08:57.876Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T01:08:57.876Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:08:57.876Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:08:57.876Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:08:58.152Z] Removing intermediate container 92e70854a373 [2021-01-28T01:08:58.152Z] ---> 66986be67b6f [2021-01-28T01:08:58.152Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T01:08:58.438Z] ---> Running in e9bed9d27089 [2021-01-28T01:08:59.042Z] Removing intermediate container 276934c2b1fc [2021-01-28T01:08:59.042Z] ---> c5f8bff734ef [2021-01-28T01:08:59.042Z] [2021-01-28T01:08:59.042Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:08:59.042Z] 3.12: Pulling from library/alpine [2021-01-28T01:09:01.046Z] 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-01-28T01:09:01.333Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:09:01.333Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T01:09:01.333Z] ---> afeebe901d6b [2021-01-28T01:09:01.333Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:09:01.610Z] Removing intermediate container c4d59c8d5721 [2021-01-28T01:09:01.610Z] ---> 6e2a089d33a9 [2021-01-28T01:09:01.610Z] [2021-01-28T01:09:01.610Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T01:09:01.610Z] ---> afeebe901d6b [2021-01-28T01:09:01.610Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T01:09:01.890Z] ---> Running in b72963667c12 [2021-01-28T01:09:01.890Z] ---> Running in 9b242d3b8d8a [2021-01-28T01:09:03.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:03.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:04.459Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:09:04.459Z] git set to automatically installed. [2021-01-28T01:09:04.459Z] git-man set to automatically installed. [2021-01-28T01:09:04.459Z] libcurl3-gnutls set to automatically installed. [2021-01-28T01:09:04.459Z] liberror-perl set to automatically installed. [2021-01-28T01:09:04.459Z] libglib2.0-0 set to automatically installed. [2021-01-28T01:09:04.459Z] libnghttp2-14 set to automatically installed. [2021-01-28T01:09:04.459Z] libnorm1 set to automatically installed. [2021-01-28T01:09:04.459Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T01:09:04.459Z] libpsl5 set to automatically installed. [2021-01-28T01:09:04.459Z] librtmp1 set to automatically installed. [2021-01-28T01:09:04.459Z] libsodium23 set to automatically installed. [2021-01-28T01:09:04.459Z] libzmq3-dev set to automatically installed. [2021-01-28T01:09:04.459Z] libzmq5 set to automatically installed. [2021-01-28T01:09:04.459Z] pkg-config set to automatically installed. [2021-01-28T01:09:04.459Z] zip set to automatically installed. [2021-01-28T01:09:04.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:04.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:04.768Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T01:09:04.768Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:09:04.768Z] OK: 5 MiB in 15 packages [2021-01-28T01:09:05.043Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T01:09:05.325Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:09:05.325Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T01:09:05.325Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T01:09:05.325Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:09:05.325Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:09:05.609Z] OK: 7 MiB in 18 packages [2021-01-28T01:09:07.011Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T01:09:07.600Z] Removing intermediate container b72963667c12 [2021-01-28T01:09:07.600Z] ---> ae1ba57c7858 [2021-01-28T01:09:07.600Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:09:07.600Z] Removing intermediate container e9bed9d27089 [2021-01-28T01:09:07.600Z] ---> 75f26b028941 [2021-01-28T01:09:07.600Z] [2021-01-28T01:09:07.600Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T01:09:07.600Z] 20.10.0: Pulling from library/docker [2021-01-28T01:09:07.600Z] ---> Running in e6be2cc781f3 [2021-01-28T01:09:09.054Z] Removing intermediate container e6be2cc781f3 [2021-01-28T01:09:09.054Z] ---> 829ce3ce6734 [2021-01-28T01:09:09.054Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T01:09:09.054Z] Removing intermediate container 9b242d3b8d8a [2021-01-28T01:09:09.054Z] ---> aeb0d95f2f77 [2021-01-28T01:09:09.054Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:09:09.333Z] ---> Running in 853191c6ab89 [2021-01-28T01:09:09.333Z] ---> Running in b609b95182b3 [2021-01-28T01:09:10.998Z] Removing intermediate container b609b95182b3 [2021-01-28T01:09:10.998Z] ---> 6c5db7fefd6a [2021-01-28T01:09:10.998Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:09:10.998Z] ---> Running in 0c09c0f13179 [2021-01-28T01:09:10.998Z] Removing intermediate container 853191c6ab89 [2021-01-28T01:09:10.998Z] ---> 0b91e2cee78d [2021-01-28T01:09:10.998Z] Step 13/21 : WORKDIR /edgex [2021-01-28T01:09:11.702Z] ---> Running in d79b9a8ed90e [2021-01-28T01:09:12.388Z] Removing intermediate container 0c09c0f13179 [2021-01-28T01:09:12.388Z] ---> f0574c9ffb8c [2021-01-28T01:09:12.388Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:09:12.691Z] Removing intermediate container d79b9a8ed90e [2021-01-28T01:09:12.691Z] ---> 4eaa7d656750 [2021-01-28T01:09:12.691Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T01:09:13.597Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:09:13.597Z] snap "core18" has no updates available [2021-01-28T01:09:14.130Z] ---> c839aac5658e [2021-01-28T01:09:14.130Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T01:09:14.130Z] ---> 8018931a1494 [2021-01-28T01:09:14.130Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T01:09:14.168Z] Pulling config-common [2021-01-28T01:09:15.110Z] Pulling go-build-helper [2021-01-28T01:09:18.453Z] ---> 0a6d529ba148 [2021-01-28T01:09:18.453Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T01:09:18.453Z] ---> a175cdf70dc9 [2021-01-28T01:09:18.453Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T01:09:19.048Z] Removing intermediate container 6eb396c0e0da [2021-01-28T01:09:19.048Z] ---> 6a859f2b6d35 [2021-01-28T01:09:19.048Z] [2021-01-28T01:09:19.048Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:09:19.048Z] ---> afeebe901d6b [2021-01-28T01:09:19.048Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:09:19.048Z] ---> Using cache [2021-01-28T01:09:19.048Z] ---> ae1ba57c7858 [2021-01-28T01:09:19.048Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:09:19.048Z] ---> Using cache [2021-01-28T01:09:19.048Z] ---> 829ce3ce6734 [2021-01-28T01:09:19.048Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T01:09:19.651Z] ---> 2897a10c5413 [2021-01-28T01:09:19.651Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T01:09:19.651Z] ---> Running in ed72931de243 [2021-01-28T01:09:20.252Z] ---> Running in b3004590e351 [2021-01-28T01:09:20.523Z] Removing intermediate container ed72931de243 [2021-01-28T01:09:20.523Z] ---> 49fbae45d6ae [2021-01-28T01:09:20.523Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:09:20.797Z] ---> 11604ccceb92 [2021-01-28T01:09:20.797Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T01:09:20.797Z] ---> Running in c28e1b7f450c [2021-01-28T01:09:21.069Z] ---> Running in d786efdfe7ae [2021-01-28T01:09:21.069Z] Removing intermediate container b3004590e351 [2021-01-28T01:09:21.069Z] ---> 108370a1cb7a [2021-01-28T01:09:21.069Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:09:21.347Z] ---> Running in d7d3f88e8c63 [2021-01-28T01:09:21.945Z] Removing intermediate container c28e1b7f450c [2021-01-28T01:09:21.945Z] ---> 12a10c6e16e8 [2021-01-28T01:09:21.945Z] Step 15/23 : WORKDIR / [2021-01-28T01:09:22.221Z] Removing intermediate container d786efdfe7ae [2021-01-28T01:09:22.221Z] ---> 1232e1749e20 [2021-01-28T01:09:22.221Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T01:09:22.494Z] ---> Running in 0a710d04f093 [2021-01-28T01:09:22.494Z] Removing intermediate container d7d3f88e8c63 [2021-01-28T01:09:22.494Z] ---> 09fbaeff7a31 [2021-01-28T01:09:22.494Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T01:09:22.781Z] ---> Running in 802f9569e59c [2021-01-28T01:09:23.062Z] ---> Running in 38e5e6b516a3 [2021-01-28T01:09:23.336Z] Removing intermediate container 0a710d04f093 [2021-01-28T01:09:23.336Z] ---> fc251bd04ec6 [2021-01-28T01:09:23.336Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:09:23.611Z] Removing intermediate container 802f9569e59c [2021-01-28T01:09:23.611Z] ---> 5de3f9cc9db4 [2021-01-28T01:09:23.611Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T01:09:23.886Z] Removing intermediate container 38e5e6b516a3 [2021-01-28T01:09:23.886Z] ---> 2e6b9e9e06a4 [2021-01-28T01:09:23.886Z] Step 21/22 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:09:23.886Z] ---> Running in 272091b1ff90 [2021-01-28T01:09:24.485Z] ---> Running in caaa51b82b9a [2021-01-28T01:09:24.758Z] ---> 7b3672f1912d [2021-01-28T01:09:24.758Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T01:09:24.758Z] Removing intermediate container 272091b1ff90 [2021-01-28T01:09:24.758Z] ---> 8aa28f55e628 [2021-01-28T01:09:24.758Z] Step 20/21 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:09:25.745Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T01:09:25.745Z] ---> Running in 6507c0430b8d [2021-01-28T01:09:25.745Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T01:09:25.745Z] ---> eeaf43b92773 [2021-01-28T01:09:25.745Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T01:09:25.745Z] Removing intermediate container caaa51b82b9a [2021-01-28T01:09:25.745Z] ---> 32726d14e17a [2021-01-28T01:09:25.745Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:09:26.343Z] ---> Running in 9d70a9c04ab6 [2021-01-28T01:09:26.343Z] ---> Running in 492aef4d7858 [2021-01-28T01:09:26.623Z] Removing intermediate container 86e95539f280 [2021-01-28T01:09:26.623Z] ---> 567012bb84ee [2021-01-28T01:09:26.623Z] [2021-01-28T01:09:26.623Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:09:26.623Z] ---> afeebe901d6b [2021-01-28T01:09:26.623Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T01:09:26.901Z] Removing intermediate container 6507c0430b8d [2021-01-28T01:09:26.901Z] ---> 34fca493ee7f [2021-01-28T01:09:26.901Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T01:09:26.901Z] ---> dff4d2bbbb44 [2021-01-28T01:09:26.901Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T01:09:26.901Z] ---> Running in c9588ffaa417 [2021-01-28T01:09:27.175Z] ---> Running in 2a7de79981ce [2021-01-28T01:09:27.175Z] Removing intermediate container 492aef4d7858 [2021-01-28T01:09:27.175Z] ---> 64d5fb4ecde1 [2021-01-28T01:09:27.175Z] [2021-01-28T01:09:27.777Z] Removing intermediate container c9588ffaa417 [2021-01-28T01:09:27.777Z] ---> 1dd8f722bcd3 [2021-01-28T01:09:27.777Z] [2021-01-28T01:09:27.777Z] Removing intermediate container 2a7de79981ce [2021-01-28T01:09:27.777Z] ---> 0e175e526e1f [2021-01-28T01:09:27.777Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T01:09:27.777Z] Successfully built 64d5fb4ecde1 [2021-01-28T01:09:27.777Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T01:09:27.777Z] Building docker-core-command-go [2021-01-28T01:09:28.053Z]  Building docker-support-scheduler-go ... done  ---> Running in 3dde6e49160f [2021-01-28T01:09:28.333Z] ---> 9ab624c5657c [2021-01-28T01:09:28.333Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T01:09:28.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:28.333Z] Successfully built 1dd8f722bcd3 [2021-01-28T01:09:28.333Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T01:09:28.333Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-28T01:09:28.333Z] ---> Running in c1df23f7e340 [2021-01-28T01:09:28.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:28.605Z] Removing intermediate container 3dde6e49160f [2021-01-28T01:09:28.605Z] ---> b2fbf7d1c5bb [2021-01-28T01:09:28.605Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T01:09:28.879Z] ---> Running in b4fad788a7e9 [2021-01-28T01:09:28.879Z] Removing intermediate container c1df23f7e340 [2021-01-28T01:09:28.879Z] ---> 5c1bd6c992d5 [2021-01-28T01:09:28.879Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:09:29.162Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T01:09:29.162Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T01:09:29.162Z] ---> Running in a0a79940be25 [2021-01-28T01:09:29.162Z] Executing bash-5.0.17-r0.post-install [2021-01-28T01:09:29.162Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:09:29.162Z] OK: 12 MiB in 22 packages [2021-01-28T01:09:29.770Z] Removing intermediate container b4fad788a7e9 [2021-01-28T01:09:29.770Z] ---> 53643ac427ae [2021-01-28T01:09:29.770Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:09:30.048Z] Removing intermediate container a0a79940be25 [2021-01-28T01:09:30.048Z] ---> d36925999b54 [2021-01-28T01:09:30.048Z] Step 21/23 : LABEL arch=arm64 ---> Running in ceb8915f138d [2021-01-28T01:09:30.048Z] [2021-01-28T01:09:30.048Z] ---> Running in d683a4c45c5a [2021-01-28T01:09:32.041Z] Removing intermediate container d683a4c45c5a [2021-01-28T01:09:32.042Z] ---> f8fa47c71e3d [2021-01-28T01:09:32.042Z] Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:09:32.649Z] Removing intermediate container 9d70a9c04ab6 [2021-01-28T01:09:32.649Z] ---> 004bf1466ac3 [2021-01-28T01:09:32.649Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T01:09:33.631Z] ---> Running in fc09de0e07cb [2021-01-28T01:09:33.631Z] ---> Running in 7f625360f6e1 [2021-01-28T01:09:34.233Z] Removing intermediate container fc09de0e07cb [2021-01-28T01:09:34.233Z] ---> 2f447d5042e0 [2021-01-28T01:09:34.233Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:09:34.233Z] Removing intermediate container 7f625360f6e1 [2021-01-28T01:09:34.233Z] ---> 4daefee21154 [2021-01-28T01:09:34.233Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T01:09:34.233Z] ---> Running in 965fa1775b18 [2021-01-28T01:09:34.507Z] ---> Running in 653e1e757b11 [2021-01-28T01:09:34.507Z] Removing intermediate container ceb8915f138d [2021-01-28T01:09:34.507Z] ---> 356b078e7296 [2021-01-28T01:09:34.507Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T01:09:35.951Z] ---> Running in 03101bbb721c [2021-01-28T01:09:35.951Z] Removing intermediate container 965fa1775b18 [2021-01-28T01:09:35.951Z] ---> 3e7ba7ce3bfd [2021-01-28T01:09:35.951Z] Removing intermediate container 653e1e757b11 [2021-01-28T01:09:35.951Z] ---> 555951c361c8 [2021-01-28T01:09:35.951Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T01:09:35.951Z] [2021-01-28T01:09:36.225Z] Successfully built 3e7ba7ce3bfd [2021-01-28T01:09:36.508Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T01:09:36.509Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-01-28T01:09:36.509Z] ---> Running in 2d6b6cbaad3c [2021-01-28T01:09:37.072Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T01:09:37.072Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T01:09:37.072Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T01:09:37.072Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T01:09:37.072Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T01:09:37.072Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T01:09:37.072Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T01:09:37.072Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T01:09:37.072Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T01:09:37.072Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T01:09:37.072Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T01:09:37.072Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T01:09:37.072Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T01:09:37.072Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T01:09:37.072Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T01:09:37.072Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T01:09:37.072Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T01:09:37.072Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T01:09:37.072Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T01:09:37.072Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T01:09:37.072Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T01:09:37.072Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T01:09:37.072Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T01:09:37.072Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T01:09:37.072Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T01:09:37.072Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T01:09:37.072Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T01:09:37.072Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T01:09:37.072Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T01:09:37.072Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T01:09:37.072Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T01:09:37.072Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T01:09:37.072Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T01:09:37.072Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T01:09:37.072Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T01:09:37.072Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T01:09:37.072Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T01:09:37.072Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T01:09:37.072Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T01:09:37.072Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T01:09:37.072Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T01:09:37.072Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T01:09:37.072Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T01:09:37.072Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T01:09:37.072Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T01:09:37.072Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T01:09:37.072Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T01:09:37.072Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T01:09:37.072Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T01:09:37.072Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T01:09:37.072Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T01:09:37.072Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T01:09:37.072Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T01:09:37.073Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T01:09:37.073Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T01:09:37.073Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T01:09:37.073Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T01:09:37.073Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T01:09:37.073Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T01:09:37.073Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T01:09:37.073Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T01:09:37.073Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T01:09:37.073Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T01:09:37.073Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T01:09:37.073Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T01:09:37.487Z] Removing intermediate container 2d6b6cbaad3c [2021-01-28T01:09:37.487Z] ---> 54c56fec0dc4 [2021-01-28T01:09:37.487Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T01:09:37.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:38.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:39.062Z] ---> 5fea68ceb76d [2021-01-28T01:09:39.062Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T01:09:39.062Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T01:09:39.335Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T01:09:39.335Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T01:09:39.335Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T01:09:39.611Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T01:09:39.626Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T01:09:39.626Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T01:09:39.626Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T01:09:39.626Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T01:09:39.626Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T01:09:39.626Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T01:09:39.626Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T01:09:39.626Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T01:09:39.626Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T01:09:39.626Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T01:09:39.626Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T01:09:39.626Z] Pulling static-packages [2021-01-28T01:09:39.893Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T01:09:39.893Z] ---> 9742681e1827 [2021-01-28T01:09:39.893Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:09:39.893Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T01:09:40.170Z] OK: 8 MiB in 20 packages [2021-01-28T01:09:40.571Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-28T01:09:40.571Z] Skipping pull go-build-helper (already ran) [2021-01-28T01:09:40.571Z] Skipping pull static-packages (already ran) [2021-01-28T01:09:40.571Z] Building go-build-helper [2021-01-28T01:09:41.607Z] ---> f38d15a3588e [2021-01-28T01:09:41.607Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T01:09:41.607Z] ---> Running in 7ba3859d66a3 [2021-01-28T01:09:41.879Z] Removing intermediate container 03101bbb721c [2021-01-28T01:09:41.879Z] ---> bd1c476a1844 [2021-01-28T01:09:41.879Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:09:43.319Z] ---> a94774164a45 [2021-01-28T01:09:43.319Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T01:09:43.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:43.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:44.467Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T01:09:44.467Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T01:09:44.467Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T01:09:44.467Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T01:09:44.467Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T01:09:44.467Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T01:09:44.467Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T01:09:44.783Z] Building static-packages [2021-01-28T01:09:46.170Z] Staging go-build-helper [2021-01-28T01:09:46.452Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T01:09:46.452Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T01:09:46.452Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T01:09:46.452Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T01:09:46.452Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T01:09:46.452Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T01:09:46.728Z] ---> 5336d61af70b [2021-01-28T01:09:46.728Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T01:09:46.728Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T01:09:46.728Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T01:09:46.728Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T01:09:46.728Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T01:09:46.740Z] Staging static-packages [2021-01-28T01:09:47.003Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T01:09:47.003Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T01:09:47.003Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T01:09:47.003Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T01:09:47.003Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T01:09:47.003Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T01:09:47.003Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T01:09:47.003Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T01:09:47.003Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T01:09:47.278Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T01:09:47.278Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T01:09:47.278Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T01:09:47.278Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T01:09:47.278Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T01:09:47.278Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T01:09:47.278Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T01:09:47.552Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:09:47.552Z] OK: 71 MiB in 55 packages [2021-01-28T01:09:48.131Z] Pulling go115 [2021-01-28T01:09:48.164Z] ---> fa5db8303758 [2021-01-28T01:09:48.164Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T01:09:48.702Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T01:09:48.702Z] Skipping pull go115 (already ran) [2021-01-28T01:09:48.702Z] Building go115 [2021-01-28T01:09:48.702Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T01:09:48.702Z] Dload Upload Total Spent Left Speed [2021-01-28T01:09:48.761Z] ---> Running in d2eb7a04f410 [2021-01-28T01:09:49.803Z] Removing intermediate container d2eb7a04f410 [2021-01-28T01:09:49.803Z] ---> ac3102ac65d0 [2021-01-28T01:09:49.803Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:09:50.076Z] ---> Running in 9853c40058dc [2021-01-28T01:09:51.079Z] Removing intermediate container 9853c40058dc [2021-01-28T01:09:51.079Z] ---> d0306d1a9ae5 [2021-01-28T01:09:51.079Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T01:09:51.684Z] ---> Running in 36d4372b1ef1 [2021-01-28T01:09:51.791Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7615k 0 0 15.2M 0 0:00:07 --:--:-- 0:00:07 15.1M 40 115M 40 46.9M 0 0 31.5M 0 0:00:03 0:00:01 0:00:02 31.5M 74 115M 74 86.2M 0 0 34.5M 0 0:00:03 0:00:02 0:00:01 34.5M 100 115M 100 115M 0 0 36.7M 0 0:00:03 0:00:03 --:--:-- 36.7M [2021-01-28T01:09:52.363Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T01:09:53.122Z] Removing intermediate container 36d4372b1ef1 [2021-01-28T01:09:53.122Z] ---> 17c533e75f84 [2021-01-28T01:09:53.122Z] Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:09:53.397Z] ---> Running in 1ea334281d22 [2021-01-28T01:09:54.018Z] Removing intermediate container 1ea334281d22 [2021-01-28T01:09:54.018Z] ---> 23b9204c369c [2021-01-28T01:09:54.018Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:09:54.615Z] ---> Running in 9ae7562599a9 [2021-01-28T01:09:55.220Z] Removing intermediate container 9ae7562599a9 [2021-01-28T01:09:55.220Z] ---> c8e77d99a508 [2021-01-28T01:09:55.220Z] [2021-01-28T01:09:55.816Z] Successfully built c8e77d99a508 [2021-01-28T01:09:55.816Z] Removing intermediate container 7ba3859d66a3 [2021-01-28T01:09:55.816Z] ---> 19ec5dc59b92 [2021-01-28T01:09:55.816Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T01:09:55.816Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T01:09:55.816Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2021-01-28T01:09:56.412Z] ---> Running in 826cf968ec63 [2021-01-28T01:09:56.562Z] Staging go115 [2021-01-28T01:10:01.845Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T01:10:01.845Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T01:10:01.845Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T01:10:01.845Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T01:10:01.845Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T01:10:01.845Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T01:10:01.845Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T01:10:01.845Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T01:10:01.845Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T01:10:01.845Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T01:10:01.845Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T01:10:01.845Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T01:10:01.845Z] Pulling edgex-go [2021-01-28T01:10:02.788Z] Pulling version [2021-01-28T01:10:03.130Z] Collecting docker-compose==1.23.2 [2021-01-28T01:10:03.130Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T01:10:03.130Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T01:10:03.130Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T01:10:03.728Z] Building config-common [2021-01-28T01:10:05.642Z] Skipping build go-build-helper (already ran) [2021-01-28T01:10:05.642Z] Skipping build static-packages (already ran) [2021-01-28T01:10:05.642Z] Skipping build go115 (already ran) [2021-01-28T01:10:05.642Z] Building edgex-go [2021-01-28T01:10:05.768Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:10:05.768Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:10:05.768Z] ---> e18a132568bc [2021-01-28T01:10:05.768Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:10:05.768Z] ---> Using cache [2021-01-28T01:10:05.768Z] ---> 631824a3cbb9 [2021-01-28T01:10:05.768Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:10:05.768Z] ---> Using cache [2021-01-28T01:10:05.768Z] ---> 8d904ceef910 [2021-01-28T01:10:05.768Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:10:05.768Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:10:05.768Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:10:05.768Z] ---> e18a132568bc [2021-01-28T01:10:05.768Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:10:05.768Z] ---> Using cache [2021-01-28T01:10:05.768Z] ---> 631824a3cbb9 [2021-01-28T01:10:05.768Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:10:05.768Z] ---> Using cache [2021-01-28T01:10:05.768Z] ---> 8d904ceef910 [2021-01-28T01:10:05.768Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T01:10:05.903Z] 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-01-28T01:10:06.179Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T01:10:06.179Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T01:10:06.844Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T01:10:06.845Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-28T01:10:06.845Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T01:10:06.845Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T01:10:06.845Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-28T01:10:07.113Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T01:10:07.113Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-01-28T01:10:07.113Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T01:10:07.113Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T01:10:07.113Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T01:10:07.113Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T01:10:07.113Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T01:10:07.113Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T01:10:07.113Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T01:10:07.113Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T01:10:07.113Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T01:10:07.113Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T01:10:07.113Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T01:10:07.113Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T01:10:07.113Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T01:10:07.375Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T01:10:07.375Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T01:10:07.375Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T01:10:07.375Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T01:10:07.375Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T01:10:07.375Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T01:10:07.375Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T01:10:07.375Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T01:10:07.375Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T01:10:08.832Z] ---> Running in f04d76a9fc59 [2021-01-28T01:10:08.832Z] ---> Running in e4b83c77bf8a [2021-01-28T01:10:09.436Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T01:10:09.436Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T01:10:10.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:10:10.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:10:11.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:10:11.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:10:12.290Z] OK: 217 MiB in 51 packages [2021-01-28T01:10:12.290Z] OK: 217 MiB in 51 packages [2021-01-28T01:10:12.290Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T01:10:12.290Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T01:10:13.275Z] 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-01-28T01:10:13.870Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T01:10:13.870Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T01:10:13.958Z] 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-01-28T01:10:14.982Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:10:14.982Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:10:14.983Z] ---> e18a132568bc [2021-01-28T01:10:14.983Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T01:10:14.983Z] ---> Using cache [2021-01-28T01:10:14.983Z] ---> 631824a3cbb9 [2021-01-28T01:10:14.983Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:10:14.983Z] ---> Using cache [2021-01-28T01:10:14.983Z] ---> 8d904ceef910 [2021-01-28T01:10:14.983Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T01:10:15.336Z] ---> Running in d0ee36d3c91e [2021-01-28T01:10:15.651Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T01:10:15.651Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T01:10:16.827Z] Removing intermediate container e4b83c77bf8a [2021-01-28T01:10:16.827Z] ---> d281a9131509 [2021-01-28T01:10:16.827Z] Step 6/22 : COPY go.mod . [2021-01-28T01:10:16.827Z] Removing intermediate container f04d76a9fc59 [2021-01-28T01:10:16.827Z] ---> 30917db334f1 [2021-01-28T01:10:16.827Z] Step 6/23 : COPY go.mod . [2021-01-28T01:10:17.099Z] Collecting PyYAML<4,>=3.10 [2021-01-28T01:10:17.099Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T01:10:17.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:10:18.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T01:10:18.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:10:18.301Z] ---> 0f0ed91cbbe5 [2021-01-28T01:10:18.301Z] Step 7/22 : RUN go mod download [2021-01-28T01:10:18.910Z] ---> ed9269a0271b [2021-01-28T01:10:18.910Z] Step 7/23 : RUN go mod download [2021-01-28T01:10:18.910Z] OK: 217 MiB in 51 packages [2021-01-28T01:10:19.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T01:10:19.189Z] ---> Running in 8ce385e9c4fa [2021-01-28T01:10:19.189Z] ---> Running in f4aa9042f2b4 [2021-01-28T01:10:20.035Z] 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-01-28T01:10:20.607Z] 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-01-28T01:10:20.607Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-28T01:10:20.607Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T01:10:20.607Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T01:10:20.607Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T01:10:21.173Z] Removing intermediate container d0ee36d3c91e [2021-01-28T01:10:21.173Z] ---> a67e5145eda9 [2021-01-28T01:10:21.173Z] Step 6/34 : COPY go.mod . [2021-01-28T01:10:21.774Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T01:10:21.774Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T01:10:22.516Z] 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-01-28T01:10:22.516Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T01:10:22.516Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T01:10:22.774Z] ---> 95b74ef98ef7 [2021-01-28T01:10:22.774Z] Step 7/34 : RUN go mod download [2021-01-28T01:10:23.438Z] ---> Running in 1b0d23e4a8fc [2021-01-28T01:10:23.438Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T01:10:23.457Z] 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-01-28T01:10:23.718Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T01:10:24.325Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T01:10:24.325Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T01:10:24.407Z] 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-01-28T01:10:24.407Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T01:10:24.602Z] Removing intermediate container f4aa9042f2b4 [2021-01-28T01:10:24.602Z] ---> 455a628dee1f [2021-01-28T01:10:24.602Z] Step 8/23 : COPY . . [2021-01-28T01:10:24.602Z] 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-01-28T01:10:24.880Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:10:24.880Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:10:24.880Z] ---> e18a132568bc [2021-01-28T01:10:24.880Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T01:10:24.880Z] ---> Using cache [2021-01-28T01:10:24.880Z] ---> 631824a3cbb9 [2021-01-28T01:10:24.880Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:10:24.880Z] ---> Using cache [2021-01-28T01:10:24.880Z] ---> 8d904ceef910 [2021-01-28T01:10:24.880Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T01:10:24.880Z] ---> Using cache [2021-01-28T01:10:24.880Z] ---> a67e5145eda9 [2021-01-28T01:10:24.880Z] Step 6/24 : COPY go.mod . [2021-01-28T01:10:24.880Z] ---> Using cache [2021-01-28T01:10:24.880Z] ---> 95b74ef98ef7 [2021-01-28T01:10:24.880Z] Step 7/24 : RUN go mod download [2021-01-28T01:10:24.880Z] ---> Running in 87700cb0f857 [2021-01-28T01:10:25.155Z] Removing intermediate container 8ce385e9c4fa [2021-01-28T01:10:25.155Z] ---> e2ca54f345b6 [2021-01-28T01:10:25.155Z] Step 8/22 : COPY . . [2021-01-28T01:10:25.429Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T01:10:25.749Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T01:10:25.791Z] 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-01-28T01:10:26.022Z] 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-01-28T01:10:26.297Z] Collecting idna<2.8,>=2.5 [2021-01-28T01:10:26.297Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T01:10:26.297Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T01:10:26.297Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T01:10:26.297Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T01:10:26.297Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T01:10:26.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T01:10:26.946Z] 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-01-28T01:10:26.947Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T01:10:27.741Z] Installing collected packages: dockerpty, texttable, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, PyYAML, cached-property, docker-compose [2021-01-28T01:10:27.741Z] Running setup.py install for dockerpty: started [2021-01-28T01:10:27.885Z] 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-01-28T01:10:28.145Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T01:10:28.747Z] Removing intermediate container 1b0d23e4a8fc [2021-01-28T01:10:28.747Z] ---> 3ab43ac0905a [2021-01-28T01:10:28.747Z] Step 8/34 : COPY . . [2021-01-28T01:10:29.347Z] Removing intermediate container 87700cb0f857 [2021-01-28T01:10:29.347Z] ---> ce5a9bd5eeb1 [2021-01-28T01:10:29.347Z] Step 8/24 : COPY . . [2021-01-28T01:10:29.946Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T01:10:29.946Z] Running setup.py install for texttable: started [2021-01-28T01:10:30.709Z] Building version [2021-01-28T01:10:31.937Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T01:10:32.220Z] Running setup.py install for docopt: started [2021-01-28T01:10:32.619Z] Staging config-common [2021-01-28T01:10:33.561Z] Skipping stage go-build-helper (already ran) [2021-01-28T01:10:33.561Z] Skipping stage static-packages (already ran) [2021-01-28T01:10:33.561Z] Skipping stage go115 (already ran) [2021-01-28T01:10:33.561Z] Staging edgex-go [2021-01-28T01:10:34.214Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T01:10:34.501Z] Staging version [2021-01-28T01:10:34.811Z] Attempting uninstall: urllib3 [2021-01-28T01:10:34.811Z] Found existing installation: urllib3 1.25.9 [2021-01-28T01:10:34.811Z] Uninstalling urllib3-1.25.9: [2021-01-28T01:10:35.086Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T01:10:35.442Z] Priming config-common [2021-01-28T01:10:35.706Z] Attempting uninstall: idna [2021-01-28T01:10:35.706Z] Found existing installation: idna 2.9 [2021-01-28T01:10:35.706Z] Uninstalling idna-2.9: [2021-01-28T01:10:35.979Z] Successfully uninstalled idna-2.9 [2021-01-28T01:10:36.012Z] Priming go-build-helper [2021-01-28T01:10:36.575Z] Attempting uninstall: requests [2021-01-28T01:10:36.575Z] Found existing installation: requests 2.23.0 [2021-01-28T01:10:36.575Z] Uninstalling requests-2.23.0: [2021-01-28T01:10:36.849Z] Successfully uninstalled requests-2.23.0 [2021-01-28T01:10:36.954Z] Priming static-packages [2021-01-28T01:10:38.287Z] Running setup.py install for PyYAML: started [2021-01-28T01:10:39.509Z] Priming go115 [2021-01-28T01:10:40.083Z] Priming edgex-go [2021-01-28T01:10:40.934Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T01:10:41.468Z] Priming version [2021-01-28T01:10:41.919Z] 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.57.0 [2021-01-28T01:10:42.412Z] 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-01-28T01:10:52.135Z] ---> fe1765e16b22 [2021-01-28T01:10:52.136Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T01:10:52.136Z] ---> 10b9c4396cf5 [2021-01-28T01:10:52.136Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T01:10:52.136Z] ---> d40924b0bc02 [2021-01-28T01:10:52.136Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T01:10:52.136Z] ---> Running in 0437109a2729 [2021-01-28T01:10:52.136Z] ---> Running in 7a9be01372a4 [2021-01-28T01:10:52.136Z] ---> 9a3b45b1c82b [2021-01-28T01:10:52.136Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T01:10:52.136Z] ---> Running in fdbe70dd12b1 [2021-01-28T01:10:52.136Z] ---> Running in 246fbffcb1f3 [2021-01-28T01:10:52.744Z] Removing intermediate container 246fbffcb1f3 [2021-01-28T01:10:52.744Z] ---> 6afa6b5c8998 [2021-01-28T01:10:52.744Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T01:10:52.744Z] Removing intermediate container 826cf968ec63 [2021-01-28T01:10:52.744Z] ---> 86c40010944a [2021-01-28T01:10:52.744Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T01:10:53.017Z] ---> Running in fb82448f6922 [2021-01-28T01:10:53.017Z] ---> Running in 6947a14aa73b [2021-01-28T01:10:54.010Z] 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-01-28T01:10:54.287Z] 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-01-28T01:10:54.287Z] 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-01-28T01:10:54.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:10:55.165Z] 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-01-28T01:10:55.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:10:55.777Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:10:55.777Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T01:10:56.061Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T01:10:56.061Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:10:56.061Z] OK: 71 MiB in 58 packages [2021-01-28T01:10:58.060Z] Removing intermediate container fb82448f6922 [2021-01-28T01:10:58.060Z] ---> c086619d48ab [2021-01-28T01:10:58.060Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T01:10:58.060Z] ---> Running in e2182fc35a04 [2021-01-28T01:10:58.673Z] Removing intermediate container e2182fc35a04 [2021-01-28T01:10:58.673Z] ---> 6e1e0a58da8e [2021-01-28T01:10:58.673Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:10:58.673Z] ---> Running in faf8908399d1 [2021-01-28T01:10:59.295Z] Removing intermediate container faf8908399d1 [2021-01-28T01:10:59.295Z] ---> b747a5ab3830 [2021-01-28T01:10:59.295Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T01:10:59.578Z] ---> Running in 719368307cef [2021-01-28T01:11:00.187Z] Removing intermediate container 719368307cef [2021-01-28T01:11:00.187Z] ---> cfbf3f85ea6c [2021-01-28T01:11:00.187Z] Step 25/26 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:11:00.469Z] ---> Running in cce1e961f416 [2021-01-28T01:11:01.070Z] Removing intermediate container cce1e961f416 [2021-01-28T01:11:01.070Z] ---> 7baf33e77a24 [2021-01-28T01:11:01.070Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T01:11:01.346Z] ---> Running in 0dc81676f104 [2021-01-28T01:11:02.341Z] Removing intermediate container 0dc81676f104 [2021-01-28T01:11:02.341Z] ---> 60aa045a4260 [2021-01-28T01:11:02.341Z] [2021-01-28T01:11:02.619Z] Successfully built 60aa045a4260 [2021-01-28T01:11:02.619Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T01:11:59.182Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T01:12:01.810Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T01:12:11.993Z] Removing intermediate container fdbe70dd12b1 [2021-01-28T01:12:11.993Z] ---> 643d78e93c18 [2021-01-28T01:12:11.993Z] [2021-01-28T01:12:11.993Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T01:12:11.993Z] ---> afeebe901d6b [2021-01-28T01:12:11.993Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T01:12:11.993Z] Removing intermediate container 7a9be01372a4 [2021-01-28T01:12:11.993Z] ---> bb9284dbd5df [2021-01-28T01:12:11.993Z] [2021-01-28T01:12:11.993Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:12:11.993Z] ---> afeebe901d6b [2021-01-28T01:12:11.993Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T01:12:11.993Z] Removing intermediate container 0437109a2729 [2021-01-28T01:12:11.993Z] ---> c1f90adeef02 [2021-01-28T01:12:11.993Z] [2021-01-28T01:12:11.993Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:12:11.993Z] ---> afeebe901d6b [2021-01-28T01:12:11.993Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:12:11.993Z] ---> Using cache [2021-01-28T01:12:11.993Z] ---> ae1ba57c7858 [2021-01-28T01:12:11.993Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:12:11.993Z] ---> Using cache [2021-01-28T01:12:11.993Z] ---> 829ce3ce6734 [2021-01-28T01:12:11.993Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T01:12:11.993Z] ---> Running in d685b573979b [2021-01-28T01:12:11.993Z] ---> Running in ff95a2560bcd [2021-01-28T01:12:11.993Z] ---> Running in 575d5bd557fc [2021-01-28T01:12:11.993Z] Removing intermediate container ff95a2560bcd [2021-01-28T01:12:11.993Z] ---> 6dba3b4e080d [2021-01-28T01:12:11.993Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:12:11.993Z] ---> Running in b322a76b6f48 [2021-01-28T01:12:12.323Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T01:12:12.323Z] + cd /tmp/build/dist/linux [2021-01-28T01:12:12.323Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T01:12:12.323Z] Cloning into '.'... [2021-01-28T01:12:12.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:12:12.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:12:12.665Z] Removing intermediate container b322a76b6f48 [2021-01-28T01:12:12.665Z] ---> f0fd447fffd6 [2021-01-28T01:12:12.665Z] Step 15/23 : WORKDIR / [2021-01-28T01:12:12.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:12:12.665Z] + go get github.com/robfig/glock [2021-01-28T01:12:12.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:12:12.665Z] ---> Running in 1be5d492ccb7 [2021-01-28T01:12:13.406Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T01:12:13.406Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:12:13.406Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T01:12:13.406Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T01:12:13.406Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T01:12:13.406Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T01:12:13.406Z] Removing intermediate container 1be5d492ccb7 [2021-01-28T01:12:13.406Z] ---> 5225bdd9749f [2021-01-28T01:12:13.406Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:12:13.406Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:12:13.406Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:12:13.406Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T01:12:13.406Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:12:13.406Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:12:13.693Z] OK: 7 MiB in 19 packages [2021-01-28T01:12:13.982Z] OK: 6 MiB in 16 packages [2021-01-28T01:12:14.675Z] ---> 0e57cefd9a1e [2021-01-28T01:12:14.675Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T01:12:16.123Z] Removing intermediate container d685b573979b [2021-01-28T01:12:16.123Z] ---> 4b0d727e3ee2 [2021-01-28T01:12:16.123Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:12:16.401Z] Removing intermediate container 575d5bd557fc [2021-01-28T01:12:16.401Z] ---> 2d9a7b6c9157 [2021-01-28T01:12:16.401Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:12:16.401Z] ---> 3fb841a4cb1b [2021-01-28T01:12:16.401Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T01:12:16.401Z] ---> Running in 6e6597768944 [2021-01-28T01:12:16.678Z] ---> Running in 749e0bba3ff0 [2021-01-28T01:12:16.974Z] Removing intermediate container 6e6597768944 [2021-01-28T01:12:16.974Z] ---> 2ebf6933da59 [2021-01-28T01:12:16.974Z] Step 13/24 : WORKDIR / [2021-01-28T01:12:17.250Z] Removing intermediate container 749e0bba3ff0 [2021-01-28T01:12:17.250Z] ---> 47d59645a50d [2021-01-28T01:12:17.250Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T01:12:17.250Z] ---> Running in b407757bb06c [2021-01-28T01:12:17.250Z] ---> 5363ed338b70 [2021-01-28T01:12:17.250Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T01:12:17.529Z] ---> Running in 8c1157455f09 [2021-01-28T01:12:17.530Z] ---> Running in 9f7767474c83 [2021-01-28T01:12:17.810Z] Removing intermediate container b407757bb06c [2021-01-28T01:12:17.810Z] ---> 6e3f215033fc [2021-01-28T01:12:17.810Z] 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-01-28T01:12:18.101Z] Removing intermediate container 9f7767474c83 [2021-01-28T01:12:18.101Z] ---> 29d413dfc0b5 [2021-01-28T01:12:18.101Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:12:18.101Z] Removing intermediate container 8c1157455f09 [2021-01-28T01:12:18.101Z] ---> f9bd35c4712b [2021-01-28T01:12:18.101Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:12:18.375Z] ---> Running in 1c8c83c73373 [2021-01-28T01:12:18.376Z] ---> Running in efa0d2274795 [2021-01-28T01:12:18.980Z] ---> b3b31304e922 [2021-01-28T01:12:18.980Z] 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-01-28T01:12:18.980Z] Removing intermediate container efa0d2274795 [2021-01-28T01:12:18.980Z] ---> 6c186fc14266 [2021-01-28T01:12:18.980Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T01:12:18.980Z] Removing intermediate container 1c8c83c73373 [2021-01-28T01:12:18.980Z] ---> fb8c87a9cd9d [2021-01-28T01:12:18.980Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:12:19.257Z] ---> Running in 57698609fb04 [2021-01-28T01:12:19.861Z] ---> 081d6ac0c294 [2021-01-28T01:12:19.861Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T01:12:19.861Z] Removing intermediate container 57698609fb04 [2021-01-28T01:12:19.861Z] ---> 33e01db4ec0d [2021-01-28T01:12:19.861Z] Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:12:20.139Z] ---> 2202da861269 [2021-01-28T01:12:20.139Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T01:12:20.139Z] ---> Running in 0c0dc666ad29 [2021-01-28T01:12:21.131Z] Removing intermediate container 0c0dc666ad29 [2021-01-28T01:12:21.131Z] ---> 342db439a9bd [2021-01-28T01:12:21.131Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:12:21.131Z] ---> 23e0b84bf06f [2021-01-28T01:12:21.131Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T01:12:21.421Z] ---> Running in af496c7fb6f3 [2021-01-28T01:12:21.699Z] ---> 09dd3fab183f [2021-01-28T01:12:21.699Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T01:12:21.978Z] Removing intermediate container af496c7fb6f3 [2021-01-28T01:12:21.978Z] ---> 57e495644e5c [2021-01-28T01:12:21.978Z] [2021-01-28T01:12:22.586Z] Successfully built 57e495644e5c [2021-01-28T01:12:22.586Z] ---> 7d042f8d0e1f [2021-01-28T01:12:22.586Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T01:12:22.586Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T01:12:22.860Z]  Building docker-core-command-go ... done  ---> 2f974c3972d7 [2021-01-28T01:12:22.860Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T01:12:22.860Z] ---> Running in 8e8a3fceb8a9 [2021-01-28T01:12:23.856Z] Removing intermediate container 8e8a3fceb8a9 [2021-01-28T01:12:23.856Z] ---> c873a0edcf0a [2021-01-28T01:12:23.856Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:12:24.130Z] ---> Running in 14ead725678c [2021-01-28T01:12:24.130Z] ---> 7de40e74d323 [2021-01-28T01:12:24.130Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T01:12:24.735Z] Removing intermediate container 14ead725678c [2021-01-28T01:12:24.735Z] ---> 3e3a89b07263 [2021-01-28T01:12:24.735Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T01:12:25.006Z] ---> Running in 247685e93974 [2021-01-28T01:12:25.006Z] ---> cb533b3bf8fb [2021-01-28T01:12:25.006Z] 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-01-28T01:12:25.285Z] ---> Running in 3f7591f573cf [2021-01-28T01:12:25.560Z] Removing intermediate container 247685e93974 [2021-01-28T01:12:25.560Z] ---> 2254d96789cc [2021-01-28T01:12:25.560Z] Step 21/22 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:12:26.160Z] ---> Running in ffa3169a7784 [2021-01-28T01:12:26.441Z] Removing intermediate container ffa3169a7784 [2021-01-28T01:12:26.441Z] ---> d1eb75072f90 [2021-01-28T01:12:26.441Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:12:26.720Z] ---> Running in 46b206520284 [2021-01-28T01:12:27.323Z] Removing intermediate container 46b206520284 [2021-01-28T01:12:27.323Z] ---> a3a772585b59 [2021-01-28T01:12:27.323Z] [2021-01-28T01:12:27.921Z] Successfully built a3a772585b59 [2021-01-28T01:12:27.921Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T01:12:28.193Z]  Building docker-support-notifications-go ... done Removing intermediate container 3f7591f573cf [2021-01-28T01:12:28.194Z] ---> 38a536297ad6 [2021-01-28T01:12:28.194Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T01:12:28.465Z] ---> Running in a75c37fc746f [2021-01-28T01:12:28.737Z] Removing intermediate container a75c37fc746f [2021-01-28T01:12:28.737Z] ---> 62d9fff347e0 [2021-01-28T01:12:28.737Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T01:12:29.012Z] ---> Running in 15599bc8e0e4 [2021-01-28T01:12:29.284Z] Removing intermediate container 15599bc8e0e4 [2021-01-28T01:12:29.284Z] ---> 703578a4dbf7 [2021-01-28T01:12:29.284Z] Step 23/24 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:12:29.557Z] ---> Running in 2f854a2afdd1 [2021-01-28T01:12:29.834Z] Removing intermediate container 2f854a2afdd1 [2021-01-28T01:12:29.834Z] ---> ef742e73f8c2 [2021-01-28T01:12:29.834Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T01:12:30.112Z] ---> Running in 290cdbef808b [2021-01-28T01:12:30.710Z] + glock sync -n [2021-01-28T01:12:30.710Z] Removing intermediate container 290cdbef808b [2021-01-28T01:12:30.710Z] ---> d25e5eb6c163 [2021-01-28T01:12:30.710Z] [2021-01-28T01:12:30.988Z] Successfully built d25e5eb6c163 [2021-01-28T01:12:30.988Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T01:12:37.707Z]  Building docker-security-secretstore-setup-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T01:12:37.707Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T01:12:37.707Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T01:12:37.707Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T01:12:37.707Z] + git describe '--abbrev=0' --tags [2021-01-28T01:12:37.707Z] + TAG=v0.6.1 [2021-01-28T01:12:37.707Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T01:12:37.707Z] + apk --print-arch [2021-01-28T01:12:37.707Z] + arch=aarch64 [2021-01-28T01:12:37.707Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T01:12:37.707Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1'building [dockerize] for arm64 ... [2021-01-28T01:12:37.707Z]  -o /tmp/build/dist/linux/dockerize [2021-01-28T01:12:40.323Z] + date [2021-01-28T01:12:40.323Z] + echo 'Thu Jan 28 01:12:40 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T01:12:40.323Z] Thu Jan 28 01:12:40 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T01:12:48.608Z] Removing intermediate container 6947a14aa73b [2021-01-28T01:12:48.608Z] ---> a651e9323105 [2021-01-28T01:12:48.608Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T01:12:48.608Z] ---> Running in 76187fb9dcc4 [2021-01-28T01:12:49.211Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T01:12:49.211Z] statically linked [2021-01-28T01:12:50.651Z] Removing intermediate container 76187fb9dcc4 [2021-01-28T01:12:50.651Z] ---> da00afeb5a48 [2021-01-28T01:12:50.651Z] [2021-01-28T01:12:50.651Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T01:12:50.651Z] ---> afeebe901d6b [2021-01-28T01:12:50.651Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T01:12:50.651Z] ---> Running in faac0f26ada5 [2021-01-28T01:12:51.253Z] Removing intermediate container faac0f26ada5 [2021-01-28T01:12:51.253Z] ---> 7ecaf0810cf3 [2021-01-28T01:12:51.253Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T01:12:51.253Z] ---> Running in 381bb8e0f93d [2021-01-28T01:12:52.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:12:52.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:12:53.099Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T01:12:53.099Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T01:12:53.099Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T01:12:53.099Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:12:53.099Z] OK: 6 MiB in 17 packages [2021-01-28T01:12:54.527Z] Removing intermediate container 381bb8e0f93d [2021-01-28T01:12:54.527Z] ---> 7bf29eb9ba3c [2021-01-28T01:12:54.527Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T01:12:54.527Z] ---> Running in 956ef8d12af3 [2021-01-28T01:12:54.798Z] Removing intermediate container 956ef8d12af3 [2021-01-28T01:12:54.798Z] ---> 3cea3aff79d2 [2021-01-28T01:12:54.798Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T01:12:55.071Z] ---> Running in 3c5141698a29 [2021-01-28T01:12:55.665Z] Removing intermediate container 3c5141698a29 [2021-01-28T01:12:55.665Z] ---> 069de62e2503 [2021-01-28T01:12:55.665Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T01:12:55.665Z] ---> Running in b418ee2da537 [2021-01-28T01:12:57.627Z] Removing intermediate container b418ee2da537 [2021-01-28T01:12:57.627Z] ---> 420f0b33d347 [2021-01-28T01:12:57.627Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T01:12:57.900Z] ---> Running in 9626e111f295 [2021-01-28T01:12:58.493Z] Removing intermediate container 9626e111f295 [2021-01-28T01:12:58.493Z] ---> 10227be0e106 [2021-01-28T01:12:58.493Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T01:12:59.472Z] ---> 4efef3184e0b [2021-01-28T01:12:59.472Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T01:13:00.062Z] ---> bf584d65d046 [2021-01-28T01:13:00.062Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T01:13:00.332Z] ---> Running in 72b00146975d [2021-01-28T01:13:02.298Z] Removing intermediate container 72b00146975d [2021-01-28T01:13:02.298Z] ---> bc1d533b4969 [2021-01-28T01:13:02.298Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:13:03.271Z] ---> 41aafc41b064 [2021-01-28T01:13:03.271Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T01:13:04.246Z] ---> fb92cfc3de49 [2021-01-28T01:13:04.246Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T01:13:04.841Z] ---> ca5db436ea9d [2021-01-28T01:13:04.841Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T01:13:06.268Z] ---> 80110260fb43 [2021-01-28T01:13:06.268Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T01:13:06.862Z] ---> 6e3113d1253f [2021-01-28T01:13:06.862Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T01:13:07.134Z] ---> Running in 9ced1ee26452 [2021-01-28T01:13:07.727Z] Removing intermediate container 9ced1ee26452 [2021-01-28T01:13:07.727Z] ---> 2701160bf835 [2021-01-28T01:13:07.727Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T01:13:08.317Z] ---> 58fc62f8aad2 [2021-01-28T01:13:08.317Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T01:13:08.914Z] ---> Running in da7d2ab6362b [2021-01-28T01:13:10.885Z] Removing intermediate container da7d2ab6362b [2021-01-28T01:13:10.885Z] ---> fbaa63a95f20 [2021-01-28T01:13:10.885Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T01:13:11.475Z] ---> Running in 8149d627ac07 [2021-01-28T01:13:11.745Z] Removing intermediate container 8149d627ac07 [2021-01-28T01:13:11.745Z] ---> 409d9cd9b74b [2021-01-28T01:13:11.745Z] Step 31/34 : CMD ["gate"] [2021-01-28T01:13:12.341Z] ---> Running in 414f179addf4 [2021-01-28T01:13:12.615Z] Removing intermediate container 414f179addf4 [2021-01-28T01:13:12.615Z] ---> 85631d963455 [2021-01-28T01:13:12.615Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T01:13:13.236Z] ---> Running in 6c0efe251cd2 [2021-01-28T01:13:13.536Z] Removing intermediate container 6c0efe251cd2 [2021-01-28T01:13:13.536Z] ---> c7fb73ce4da9 [2021-01-28T01:13:13.536Z] Step 33/34 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 [2021-01-28T01:13:14.150Z] ---> Running in 917d1274610e [2021-01-28T01:13:14.748Z] Removing intermediate container 917d1274610e [2021-01-28T01:13:14.748Z] ---> 4e4ec9050432 [2021-01-28T01:13:14.748Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T01:13:15.020Z] ---> Running in 9cf2504f3b13 [2021-01-28T01:13:15.612Z] Removing intermediate container 9cf2504f3b13 [2021-01-28T01:13:15.612Z] ---> 4b08aa8ad56e [2021-01-28T01:13:15.612Z] [2021-01-28T01:13:15.880Z] Successfully built 4b08aa8ad56e [2021-01-28T01:13:15.880Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T01:13:16.165Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-28T01:13:16.158Z] $ docker stop --time=1 c5ef477a9a22861ce4cbb15970d5beed12fb81824c27a28c145822ccefd7a6ec [2021-01-28T01:13:17.981Z] $ docker rm -f c5ef477a9a22861ce4cbb15970d5beed12fb81824c27a28c145822ccefd7a6ec [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T01:13:18.607Z] + + docker images [2021-01-28T01:13:18.608Z] grep docker [2021-01-28T01:13:18.929Z] docker-security-bootstrapper-go-arm64 latest 4b08aa8ad56e 3 seconds ago 31.9MB [2021-01-28T01:13:18.929Z] docker-security-secretstore-setup-go-arm64 latest d25e5eb6c163 48 seconds ago 23.4MB [2021-01-28T01:13:18.929Z] docker-support-notifications-go-arm64 latest a3a772585b59 51 seconds ago 16MB [2021-01-28T01:13:18.929Z] docker-core-command-go-arm64 latest 57e495644e5c 57 seconds ago 15.4MB [2021-01-28T01:13:18.929Z] docker-sys-mgmt-agent-go-arm64 latest 60aa045a4260 2 minutes ago 300MB [2021-01-28T01:13:18.929Z] docker-core-data-go-arm64 latest c8e77d99a508 3 minutes ago 21MB [2021-01-28T01:13:18.929Z] docker-core-metadata-go-arm64 latest 3e7ba7ce3bfd 3 minutes ago 17.7MB [2021-01-28T01:13:18.929Z] docker-security-proxy-setup-go-arm64 latest 1dd8f722bcd3 3 minutes ago 23.2MB [2021-01-28T01:13:18.929Z] docker-support-scheduler-go-arm64 latest 64d5fb4ecde1 3 minutes ago 15.5MB [2021-01-28T01:13:18.929Z] docker 20.10.0 eeaf43b92773 6 weeks 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 [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-01-28T01:13:20.788Z] provisioning config files... [2021-01-28T01:13:20.804Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4291662636730887701tmp [Pipeline] { [Pipeline] sh [2021-01-28T01:13:21.201Z] + set +x [2021-01-28T01:13:21.201Z] + curl -s https://codecov.io/bash [2021-01-28T01:13:21.201Z] + bash -s -- [2021-01-28T01:13:21.773Z] [2021-01-28T01:13:21.773Z] _____ _ [2021-01-28T01:13:21.773Z] / ____| | | [2021-01-28T01:13:21.773Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T01:13:21.773Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T01:13:21.773Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T01:13:21.773Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T01:13:21.773Z] Bash-20210128-d4071a2 [2021-01-28T01:13:21.773Z] [2021-01-28T01:13:21.773Z] [2021-01-28T01:13:21.773Z] ==> git version 2.24.3 found [2021-01-28T01:13:21.773Z] ==> 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-01-28T01:13:21.773Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T01:13:21.773Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T01:13:21.773Z] ==> Jenkins CI detected. [2021-01-28T01:13:21.773Z] project root: . [2021-01-28T01:13:21.773Z] --> token set from env [2021-01-28T01:13:21.773Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T01:13:21.773Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T01:13:21.773Z] ==> Python coveragepy not found [2021-01-28T01:13:21.773Z] ==> Searching for coverage reports in: [2021-01-28T01:13:21.773Z] + . [2021-01-28T01:13:21.773Z] -> Found 1 reports [2021-01-28T01:13:21.773Z] ==> Detecting git/mercurial file structure [2021-01-28T01:13:21.773Z] ==> Reading reports [2021-01-28T01:13:21.773Z] + ./coverage.out bytes=564700 [2021-01-28T01:13:21.773Z] ==> Appending adjustments [2021-01-28T01:13:21.773Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T01:13:25.544Z] + Found adjustments [2021-01-28T01:13:25.544Z] ==> Gzipping contents [2021-01-28T01:13:25.544Z] 84K /tmp/codecov.E7OaXv.gz [2021-01-28T01:13:25.544Z] ==> Uploading reports [2021-01-28T01:13:25.544Z] url: https://codecov.io [2021-01-28T01:13:25.544Z] query: branch=PR-3075&commit=38ee97bf23fa756444b90e09a13947d7f6f04c10&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-01-28T01:13:25.544Z] -> Pinging Codecov [2021-01-28T01:13:25.544Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3075&commit=38ee97bf23fa756444b90e09a13947d7f6f04c10&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-01-28T01:13:25.544Z] -> Uploading to [2021-01-28T01:13:25.544Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/38ee97bf23fa756444b90e09a13947d7f6f04c10/aa55aa36-3c5e-4c3b-add1-9f79980e1026.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T011324Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b3b1bdec14a9282ec7c776a8a4c252fe768c513f9a7a6d11f7227bbf166db009 [2021-01-28T01:13:25.544Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T01:13:25.544Z] Dload Upload Total Spent Left Speed [2021-01-28T01:13:25.544Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85529 0 0 100 85529 0 157k --:--:-- --:--:-- --:--:-- 157k [2021-01-28T01:13:25.544Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/38ee97bf23fa756444b90e09a13947d7f6f04c10 [Pipeline] } [2021-01-28T01:13:25.555Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-28T01:13:27.409Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:13:28.292Z] ---> package-listing.sh [2021-01-28T01:13:28.292Z] ++ facter osfamily [2021-01-28T01:13:28.292Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T01:13:28.292Z] + OS_FAMILY=redhat [2021-01-28T01:13:28.292Z] + workspace=/w/workspace/edgex-go/4 [2021-01-28T01:13:28.292Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T01:13:28.292Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T01:13:28.292Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T01:13:28.292Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T01:13:28.292Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-28T01:13:28.292Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T01:13:28.292Z] + case "${OS_FAMILY}" in [2021-01-28T01:13:28.292Z] + rpm -qa [2021-01-28T01:13:28.292Z] + sort [2021-01-28T01:13:33.601Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T01:13:33.601Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T01:13:33.601Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T01:13:33.601Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-28T01:13:33.601Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-28T01:13:33.601Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-28T01:13:33.614Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T01:13:33.914Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:13:34.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:13:34.246Z] [2021-01-28T01:13:34.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:13:34.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:13:34.613Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T01:13:34.613Z] df20fa9351a1: Pulling fs layer [2021-01-28T01:13:34.613Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T01:13:34.613Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T01:13:34.613Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T01:13:34.613Z] 93b61091891f: Pulling fs layer [2021-01-28T01:13:34.613Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T01:13:34.613Z] 5e14af77c1be: Pulling fs layer [2021-01-28T01:13:34.613Z] 01666e4c0597: Pulling fs layer [2021-01-28T01:13:34.613Z] aa168da1d23b: Pulling fs layer [2021-01-28T01:13:34.613Z] 93b61091891f: Waiting [2021-01-28T01:13:34.613Z] 93b9cdb0e59b: Waiting [2021-01-28T01:13:34.613Z] 5e14af77c1be: Waiting [2021-01-28T01:13:34.613Z] 01666e4c0597: Waiting [2021-01-28T01:13:34.613Z] aa168da1d23b: Waiting [2021-01-28T01:13:34.613Z] 46f8f816bc3b: Waiting [2021-01-28T01:13:34.613Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T01:13:34.613Z] 36b3adc4ff6f: Download complete [2021-01-28T01:13:34.613Z] 46f8f816bc3b: Download complete [2021-01-28T01:13:34.876Z] df20fa9351a1: Verifying Checksum [2021-01-28T01:13:34.876Z] df20fa9351a1: Download complete [2021-01-28T01:13:34.876Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T01:13:34.876Z] 93b9cdb0e59b: Download complete [2021-01-28T01:13:34.876Z] 5e14af77c1be: Verifying Checksum [2021-01-28T01:13:34.876Z] 5e14af77c1be: Download complete [2021-01-28T01:13:34.876Z] 01666e4c0597: Download complete [2021-01-28T01:13:34.876Z] 93b61091891f: Verifying Checksum [2021-01-28T01:13:34.876Z] 93b61091891f: Download complete [2021-01-28T01:13:35.139Z] df20fa9351a1: Pull complete [2021-01-28T01:13:35.401Z] 36b3adc4ff6f: Pull complete [2021-01-28T01:13:35.668Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T01:13:35.668Z] 8ad3a11d3b57: Download complete [2021-01-28T01:13:36.250Z] 8ad3a11d3b57: Pull complete [2021-01-28T01:13:36.526Z] 46f8f816bc3b: Pull complete [2021-01-28T01:13:37.484Z] aa168da1d23b: Verifying Checksum [2021-01-28T01:13:37.484Z] aa168da1d23b: Download complete [2021-01-28T01:13:39.405Z] 93b61091891f: Pull complete [2021-01-28T01:13:39.405Z] 93b9cdb0e59b: Pull complete [2021-01-28T01:13:40.350Z] 5e14af77c1be: Pull complete [2021-01-28T01:13:40.613Z] 01666e4c0597: Pull complete [2021-01-28T01:13:48.780Z] aa168da1d23b: Pull complete [2021-01-28T01:13:48.780Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T01:13:48.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:13:48.780Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T01:13:49.025Z] prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container [2021-01-28T01:13:49.084Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T01:13:58.502Z] $ docker top 42705ffbb06e829030d591c908db46f8e73fde11f56cb97ee6a6cbf0ff67e8c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:13:59.066Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T01:13:59.364Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T01:13:59.664Z] + ls /var/log/sa-host [2021-01-28T01:13:59.664Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T01:13:59.664Z] file_magic: OK [2021-01-28T01:13:59.664Z] HZ: Using current value: 100 [2021-01-28T01:13:59.664Z] file_header: OK [2021-01-28T01:13:59.664Z] 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-01-28T01:13:59.664Z] Statistics: [2021-01-28T01:13:59.664Z] Hnuu...uuuununununu... [2021-01-28T01:13:59.664Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T01:13:59.664Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T01:13:59.664Z] file_magic: OK [2021-01-28T01:13:59.664Z] HZ: Using current value: 100 [2021-01-28T01:13:59.664Z] file_header: OK [2021-01-28T01:13:59.664Z] 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-01-28T01:13:59.664Z] Statistics: [2021-01-28T01:13:59.664Z] 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... [2021-01-28T01:13:59.664Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T01:13:59.873Z] provisioning config files... [2021-01-28T01:13:59.889Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1468829500500204727tmp [Pipeline] { [Pipeline] echo [2021-01-28T01:13:59.974Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:14:00.283Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T01:14:00.293Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T01:14:00.407Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:14:00.711Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T01:14:00.721Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:14:01.019Z] ---> sudo-logs.sh [2021-01-28T01:14:01.019Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T01:14:01.030Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:14:01.332Z] ---> job-cost.sh [2021-01-28T01:14:01.332Z] lf-activate-venv: SKIPPING [2021-01-28T01:14:01.332Z] INFO: No Stack... [2021-01-28T01:14:02.279Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T01:14:02.855Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T01:14:02.869Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:14:03.170Z] ---> logs-deploy.sh [2021-01-28T01:14:03.170Z] lf-activate-venv: SKIPPING [2021-01-28T01:14:03.170Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/4 [2021-01-28T01:14:03.170Z] INFO: archiving workspace using pattern(s): [2021-01-28T01:14:05.175Z] Archives upload complete. [2021-01-28T01:14:05.175Z] INFO: archiving logs to Nexus