Pull request #3116 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8990d2bdda0219ec7ffade784f01aa1108ef8598+c250855f865f8c62af0409146ed617a84f3308da (e73a075c7b579f0d262e83839305f6a1f6e5ba11) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24976 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 8990d2bdda0219ec7ffade784f01aa1108ef8598 Merge succeeded, producing 8990d2bdda0219ec7ffade784f01aa1108ef8598 Checking out Revision 8990d2bdda0219ec7ffade784f01aa1108ef8598 (PR-3116) > 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/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # 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 c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T10:49:57.648Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 91d2860d80aaef8e740a7f35cfaabada10e1bfc9 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T10:49:57.972Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T10:49:58.117Z] ========================================================= [2021-02-04T10:49:58.117Z] EdgeX Global Pipelines Version Info [2021-02-04T10:49:58.117Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:49:59.708Z] ------------------- [2021-02-04T10:49:59.708Z] stable info: [2021-02-04T10:49:59.708Z] ------------------- [2021-02-04T10:49:59.708Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:49:59.708Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:49:59.708Z] Message: update stable to v1.0.179 [2021-02-04T10:50:00.658Z] ------------------- [2021-02-04T10:50:00.658Z] experimental info: [2021-02-04T10:50:00.658Z] ------------------- [2021-02-04T10:50:00.658Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T10:50:00.658Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T10:50:00.658Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T10:50:01.035Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T10:50:01.180Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T10:50:01.332Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T10:50:01.473Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T10:50:01.605Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T10:50:01.757Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T10:50:01.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T10:50:02.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T10:50:02.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T10:50:02.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T10:50:02.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T10:50:02.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T10:50:02.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T10:50:03.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T10:50:03.318Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:50:03.496Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T10:50:03.693Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T10:50:03.890Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T10:50:04.068Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T10:50:04.252Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T10:50:04.474Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T10:50:04.679Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T10:50:04.890Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T10:50:05.085Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3116 [Pipeline] echo [2021-02-04T10:50:05.280Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3116 [Pipeline] echo [2021-02-04T10:50:05.489Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3116 [Pipeline] echo [2021-02-04T10:50:05.690Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8990d2bdda0219ec7ffade784f01aa1108ef8598 [Pipeline] echo [2021-02-04T10:50:05.886Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8990d2b [Pipeline] echo [2021-02-04T10:50:06.087Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:50:06.511Z] provisioning config files... [2021-02-04T10:50:06.541Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config8311016533721628186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:50:06.997Z] ---> docker-login.sh [2021-02-04T10:50:06.997Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:50:07.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:50:07.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:50:07.533Z] Configure a credential helper to remove this warning. See [2021-02-04T10:50:07.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:50:07.533Z] [2021-02-04T10:50:07.533Z] Login Succeeded [2021-02-04T10:50:07.533Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:50:07.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:50:07.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:50:07.533Z] Configure a credential helper to remove this warning. See [2021-02-04T10:50:07.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:50:07.533Z] [2021-02-04T10:50:07.533Z] Login Succeeded [2021-02-04T10:50:07.533Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:50:07.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:50:07.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:50:07.797Z] Configure a credential helper to remove this warning. See [2021-02-04T10:50:07.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:50:07.797Z] [2021-02-04T10:50:07.797Z] Login Succeeded [2021-02-04T10:50:07.797Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:50:08.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:50:08.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:50:08.061Z] Configure a credential helper to remove this warning. See [2021-02-04T10:50:08.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:50:08.061Z] [2021-02-04T10:50:08.061Z] Login Succeeded [2021-02-04T10:50:08.061Z] docker.io [2021-02-04T10:50:08.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:50:09.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:50:09.018Z] Configure a credential helper to remove this warning. See [2021-02-04T10:50:09.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:50:09.018Z] [2021-02-04T10:50:09.018Z] Login Succeeded [2021-02-04T10:50:09.018Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:50:09.029Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:50:09.836Z] ++ 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-02-04T10:50:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:50:09.836Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T10:50:09.836Z] ++ cut -d/ -f2 [2021-02-04T10:50:09.836Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T10:50:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:50:09.836Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T10:50:09.836Z] ++ cut -d/ -f2 [2021-02-04T10:50:09.836Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T10:50:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:50:09.836Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T10:50:09.836Z] ++ cut -d/ -f2 [2021-02-04T10:50:09.836Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T10:50:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:50:09.836Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T10:50:09.836Z] ++ cut -d/ -f2 [2021-02-04T10:50:09.836Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T10:50:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:50:09.836Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T10:50:09.836Z] ++ cut -d/ -f2 [2021-02-04T10:50:09.836Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T10:50:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:50:09.836Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:50:09.836Z] ++ cut -d/ -f2 [2021-02-04T10:50:09.836Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T10:50:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:50:09.836Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T10:50:09.836Z] ++ cut -d/ -f2 [2021-02-04T10:50:09.836Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T10:50:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:50:09.836Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T10:50:09.836Z] ++ cut -d/ -f2 [2021-02-04T10:50:09.836Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T10:50:09.836Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T10:50:09.836Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T10:50:09.836Z] ++ cut -d/ -f2 [2021-02-04T10:50:09.836Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T10:50:09.911Z] 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-02-04T10:50:11.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:50:11.043Z] [2021-02-04T10:50:11.043Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:50:11.442Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:50:11.442Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T10:50:11.442Z] 31603596830f: Pulling fs layer [2021-02-04T10:50:11.442Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T10:50:11.442Z] 6ca5941a6612: Pulling fs layer [2021-02-04T10:50:11.442Z] ecc8261a40a4: Pulling fs layer [2021-02-04T10:50:11.442Z] 2a8b12db71e7: Download complete [2021-02-04T10:50:11.442Z] 31603596830f: Verifying Checksum [2021-02-04T10:50:11.442Z] 31603596830f: Download complete [2021-02-04T10:50:11.715Z] ecc8261a40a4: Download complete [2021-02-04T10:50:11.715Z] 6ca5941a6612: Verifying Checksum [2021-02-04T10:50:11.715Z] 6ca5941a6612: Download complete [2021-02-04T10:50:11.996Z] 31603596830f: Pull complete [2021-02-04T10:50:11.996Z] 2a8b12db71e7: Pull complete [2021-02-04T10:50:12.962Z] 6ca5941a6612: Pull complete [2021-02-04T10:50:13.226Z] ecc8261a40a4: Pull complete [2021-02-04T10:50:13.226Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T10:50:13.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T10:50:13.226Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T10:50:13.335Z] prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container [2021-02-04T10:50:13.401Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T10:50:15.961Z] $ docker top 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T10:50:16.462Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:50:16.462Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:50:16.707Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:50:16.713Z] $ docker exec 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a ssh-agent [2021-02-04T10:50:16.880Z] SSH_AUTH_SOCK=/tmp/ssh-xShlJ5E3VAdf/agent.11 [2021-02-04T10:50:16.880Z] SSH_AGENT_PID=16 [2021-02-04T10:50:16.894Z] Running ssh-add (command line suppressed) [2021-02-04T10:50:17.020Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_7572116569740298832.key (/w/workspace/edgex-go/8@tmp/private_key_7572116569740298832.key) [2021-02-04T10:50:17.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:50:17.500Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T10:50:17.525Z] $ docker exec --env ******** --env ******** 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a ssh-agent -k [2021-02-04T10:50:17.658Z] unset SSH_AUTH_SOCK; [2021-02-04T10:50:17.658Z] unset SSH_AGENT_PID; [2021-02-04T10:50:17.658Z] echo Agent pid 16 killed; [2021-02-04T10:50:17.710Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T10:50:17.966Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T10:50:17.967Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T10:50:18.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T10:50:18.144Z] $ docker exec 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a ssh-agent [2021-02-04T10:50:18.322Z] SSH_AUTH_SOCK=/tmp/ssh-h2jASe85rnvm/agent.45 [2021-02-04T10:50:18.322Z] SSH_AGENT_PID=50 [2021-02-04T10:50:18.332Z] Running ssh-add (command line suppressed) [2021-02-04T10:50:18.464Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5807904336485844476.key (/w/workspace/edgex-go/8@tmp/private_key_5807904336485844476.key) [2021-02-04T10:50:18.569Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T10:50:18.983Z] + git semver init [2021-02-04T10:50:18.983Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T10:50:18.983Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-02-04T10:50:18.983Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-02-04T10:50:18.983Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T10:50:18.983Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T10:50:18.983Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T10:50:18.983Z] # $SEMVER_BRANCH = PR-3116 [2021-02-04T10:50:18.983Z] # $SEMVER_TEMP = /tmp/semver-806262008 [2021-02-04T10:50:18.983Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T10:50:41.049Z] # '/tmp/semver-806262008' -> '/w/workspace/edgex-go/8/.semver' [2021-02-04T10:50:41.049Z] # -> Force: false [2021-02-04T10:50:41.049Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-02-04T10:50:41.065Z] $ docker exec --env ******** --env ******** 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a ssh-agent -k [2021-02-04T10:50:41.350Z] unset SSH_AUTH_SOCK; [2021-02-04T10:50:41.350Z] unset SSH_AGENT_PID; [2021-02-04T10:50:41.351Z] echo Agent pid 50 killed; [2021-02-04T10:50:41.466Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T10:50:42.113Z] + git semver [Pipeline] } [2021-02-04T10:50:42.133Z] $ docker stop --time=1 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a [2021-02-04T10:50:43.741Z] $ docker rm -f 99ab3ed7ec96c2ae69962dd8d3c95efee8b6a49d01ef119ba2a420811a13df8a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:50:44.390Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T10:50:45.010Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T10:50:45.013Z] [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-02-04T10:50:46.368Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:50:46.673Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:50:46.974Z] + sudo service docker restart [2021-02-04T10:50:46.974Z] + true [2021-02-04T10:50:46.974Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T10:50:47.564Z] ========================================================= [2021-02-04T10:50:47.564Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T10:50:47.564Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:50:47.960Z] + 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-02-04T10:50:52.193Z] Sending build context to Docker daemon 327.5MB [2021-02-04T10:50:52.193Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:50:52.193Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:50:52.193Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T10:50:52.193Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T10:50:52.193Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T10:50:52.193Z] de9db76c5a1d: Pulling fs layer [2021-02-04T10:50:52.193Z] bca2f99d35d6: Pulling fs layer [2021-02-04T10:50:52.193Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T10:50:52.193Z] 7c6f9722023f: Pulling fs layer [2021-02-04T10:50:52.193Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T10:50:52.193Z] 7c6f9722023f: Waiting [2021-02-04T10:50:52.193Z] bca2f99d35d6: Waiting [2021-02-04T10:50:52.193Z] 93359f2a8cfa: Waiting [2021-02-04T10:50:52.193Z] a35cf1a2eb13: Waiting [2021-02-04T10:50:52.193Z] de9db76c5a1d: Verifying Checksum [2021-02-04T10:50:52.193Z] de9db76c5a1d: Download complete [2021-02-04T10:50:52.193Z] 0ef7d3d256c8: Download complete [2021-02-04T10:50:52.193Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T10:50:52.193Z] 93359f2a8cfa: Download complete [2021-02-04T10:50:52.193Z] 7c6f9722023f: Verifying Checksum [2021-02-04T10:50:52.193Z] 7c6f9722023f: Download complete [2021-02-04T10:50:52.193Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T10:50:52.193Z] 188c0c94c7c5: Download complete [2021-02-04T10:50:52.456Z] 188c0c94c7c5: Pull complete [2021-02-04T10:50:52.456Z] 0ef7d3d256c8: Pull complete [2021-02-04T10:50:52.719Z] de9db76c5a1d: Pull complete [2021-02-04T10:50:55.300Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T10:50:55.300Z] a35cf1a2eb13: Download complete [2021-02-04T10:50:55.876Z] bca2f99d35d6: Verifying Checksum [2021-02-04T10:50:55.876Z] bca2f99d35d6: Download complete [2021-02-04T10:51:00.676Z] Still waiting to schedule task [2021-02-04T10:51:00.676Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-04T10:51:01.202Z] bca2f99d35d6: Pull complete [2021-02-04T10:51:01.467Z] 93359f2a8cfa: Pull complete [2021-02-04T10:51:01.467Z] 7c6f9722023f: Pull complete [2021-02-04T10:51:06.800Z] a35cf1a2eb13: Pull complete [2021-02-04T10:51:06.800Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T10:51:06.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T10:51:06.800Z] ---> a62c8e92a672 [2021-02-04T10:51:06.800Z] 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-02-04T10:51:06.800Z] ---> Running in 9ee840487591 [2021-02-04T10:51:07.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:51:08.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:51:08.915Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:51:08.915Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:51:09.181Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:51:09.181Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:51:12.506Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:51:12.771Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:51:12.771Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:51:12.771Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:51:13.035Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:51:13.035Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:51:13.035Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:51:13.300Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:51:13.300Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:51:13.300Z] OK: 233 MiB in 51 packages [2021-02-04T10:51:17.528Z] Removing intermediate container 9ee840487591 [2021-02-04T10:51:17.528Z] ---> 69086b754f6b [2021-02-04T10:51:17.528Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:51:17.528Z] ---> Running in dccd96a5be1d [2021-02-04T10:51:17.792Z] Removing intermediate container dccd96a5be1d [2021-02-04T10:51:17.792Z] ---> 2ccfef8f6135 [2021-02-04T10:51:17.792Z] Step 5/6 : COPY go.mod . [2021-02-04T10:51:18.059Z] ---> f5c171b23536 [2021-02-04T10:51:18.059Z] Step 6/6 : RUN go mod download [2021-02-04T10:51:18.059Z] ---> Running in 922c0d39772e [2021-02-04T10:51:40.096Z] Removing intermediate container 922c0d39772e [2021-02-04T10:51:40.096Z] ---> f522b105e049 [2021-02-04T10:51:40.096Z] Successfully built f522b105e049 [2021-02-04T10:51:40.096Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:51:40.420Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:51:40.690Z] . [Pipeline] withDockerContainer [2021-02-04T10:51:40.842Z] prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container [2021-02-04T10:51:40.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:51:41.796Z] $ docker top 6bcf6f1a5401131c05c5f1b08d964dc5ca3c751d7a857f09ba402cc6f366801f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:51:42.395Z] + go version [2021-02-04T10:51:42.395Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T10:51:42.415Z] $ docker stop --time=1 6bcf6f1a5401131c05c5f1b08d964dc5ca3c751d7a857f09ba402cc6f366801f [2021-02-04T10:51:43.796Z] $ docker rm -f 6bcf6f1a5401131c05c5f1b08d964dc5ca3c751d7a857f09ba402cc6f366801f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:51:45.114Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T10:51:45.114Z] . [Pipeline] withDockerContainer [2021-02-04T10:51:45.222Z] prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container [2021-02-04T10:51:45.274Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T10:51:46.476Z] $ docker top 5b9d9743191a60e3a4c2c0ede314942b46972dba14caa90a62c3ed1d18db9fea -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T10:51:46.773Z] ========================================================= [2021-02-04T10:51:46.773Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:51:46.773Z] ========================================================= [Pipeline] sh [2021-02-04T10:51:47.068Z] + make test [2021-02-04T10:51:47.068Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:51:57.165Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:52:12.238Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:52:18.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:52:18.895Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:52:18.895Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:52:18.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:52:22.843Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:52:22.843Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:52:22.843Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:52:22.843Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:52:22.843Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:52:22.843Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:52:25.494Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:52:25.494Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:52:25.494Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:52:28.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 46.0% of statements [2021-02-04T10:52:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:52:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:52:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:52:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:52:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:52:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:52:28.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:52:28.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.063s coverage: 100.0% of statements [2021-02-04T10:52:31.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:52:31.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:52:31.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:52:31.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 65.8% of statements [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:52:31.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:52:32.025Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 82.3% of statements [2021-02-04T10:52:32.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:52:32.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:52:32.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:52:32.025Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:52:33.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements [2021-02-04T10:52:33.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:52:33.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:52:33.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:52:33.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:52:33.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:52:33.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-02-04T10:52:33.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:52:33.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-02-04T10:52:33.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:52:33.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-02-04T10:52:33.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:52:33.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements [2021-02-04T10:52:33.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:52:34.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements [2021-02-04T10:52:34.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:52:34.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:52:34.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:52:34.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:52:37.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.435s coverage: 92.8% of statements [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:52:37.600Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:52:37.600Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:52:37.600Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:52:37.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 45.5% of statements [2021-02-04T10:52:37.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements [2021-02-04T10:52:37.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-02-04T10:52:37.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2021-02-04T10:52:37.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements [2021-02-04T10:52:49.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2021-02-04T10:52:49.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.061s coverage: 92.9% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.5% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.359s coverage: 68.9% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.307s coverage: 84.0% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:53:02.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:53:02.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.077s coverage: 90.4% of statements [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:53:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:53:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.100s coverage: 99.0% of statements [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:53:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:53:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.099s coverage: 100.0% of statements [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:53:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:53:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:53:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:53:02.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:53:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-04T10:53:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-04T10:53:02.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-04T10:53:02.184Z] GO111MODULE=on go vet ./... [2021-02-04T10:53:30.348Z] gofmt -l . [2021-02-04T10:53:30.348Z] [ "`gofmt -l .`" = "" ] [2021-02-04T10:53:30.348Z] ./bin/test-go-mod-tidy.sh [2021-02-04T10:53:30.348Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T10:53:30.669Z] + ls -al . [2021-02-04T10:53:30.669Z] total 684 [2021-02-04T10:53:30.669Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 10:53 . [2021-02-04T10:53:30.669Z] drwxr-xr-x 4 root root 28 Feb 4 10:51 .. [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:49 .dockerignore [2021-02-04T10:53:30.669Z] drwxrwxr-x 8 1001 1001 179 Feb 4 10:49 .git [2021-02-04T10:53:30.669Z] drwxrwxr-x 3 1001 1001 125 Feb 4 10:49 .github [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:49 .gitignore [2021-02-04T10:53:30.669Z] drwx------ 3 1001 1001 60 Feb 4 10:50 .semver [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:49 .sonarcloud.properties [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:49 Attribution.txt [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:49 CONTRIBUTING.md [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:49 Dockerfile.build [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:49 Jenkinsfile [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:49 LICENSE [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:49 Makefile [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:49 README.md [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:49 SECURITY.md [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:50 VERSION [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:49 ZMQWindows.md [2021-02-04T10:53:30.669Z] drwxrwxr-x 2 1001 1001 117 Feb 4 10:49 bin [2021-02-04T10:53:30.669Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:49 cmd [2021-02-04T10:53:30.669Z] -rw-r--r-- 1 root root 580808 Feb 4 10:53 coverage.out [2021-02-04T10:53:30.669Z] -rw-r--r-- 1 root root 1054 Feb 4 10:53 go.mod [2021-02-04T10:53:30.669Z] -rw-r--r-- 1 root root 19401 Feb 4 10:53 go.sum [2021-02-04T10:53:30.669Z] drwxrwxr-x 8 1001 1001 127 Feb 4 10:49 internal [2021-02-04T10:53:30.669Z] drwxrwxr-x 4 1001 1001 26 Feb 4 10:49 openapi [2021-02-04T10:53:30.669Z] drwxrwxr-x 4 1001 1001 71 Feb 4 10:49 snap [2021-02-04T10:53:30.669Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:49 version.go [Pipeline] sh [2021-02-04T10:53:30.979Z] + '[' -e coverage.out ] [2021-02-04T10:53:30.979Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T10:53:31.187Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T10:53:31.481Z] + make build [2021-02-04T10:53:31.481Z] 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-02-04T10:53:36.801Z] 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-02-04T10:53:45.054Z] 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-02-04T10:53:45.320Z] 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-02-04T10:53:47.262Z] 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-02-04T10:53:47.538Z] 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-02-04T10:53:49.485Z] 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-02-04T10:53:50.901Z] 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-02-04T10:53:52.322Z] 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-02-04T10:53:53.280Z] 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-02-04T10:53:54.680Z] 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-02-04T10:53:55.641Z] 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-02-04T10:53:57.050Z] 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-02-04T10:53:58.996Z] $ docker stop --time=1 5b9d9743191a60e3a4c2c0ede314942b46972dba14caa90a62c3ed1d18db9fea [2021-02-04T10:54:01.186Z] $ docker rm -f 5b9d9743191a60e3a4c2c0ede314942b46972dba14caa90a62c3ed1d18db9fea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:54:03.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:54:03.745Z] [2021-02-04T10:54:03.745Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:54:04.147Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:54:04.147Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T10:54:04.147Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T10:54:04.147Z] ca9280d653b3: Pulling fs layer [2021-02-04T10:54:04.147Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T10:54:04.807Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T10:54:04.807Z] cbdbe7a5bc2a: Download complete [2021-02-04T10:54:05.161Z] ca9280d653b3: Verifying Checksum [2021-02-04T10:54:05.161Z] ca9280d653b3: Download complete [2021-02-04T10:54:05.520Z] cbdbe7a5bc2a: Pull complete [2021-02-04T10:54:07.019Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T10:54:07.019Z] 7e9c9ca2126c: Download complete [2021-02-04T10:54:07.019Z] ca9280d653b3: Pull complete [2021-02-04T10:54:13.674Z] 7e9c9ca2126c: Pull complete [2021-02-04T10:54:13.674Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T10:54:13.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:54:13.674Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T10:54:13.839Z] prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container [2021-02-04T10:54:13.894Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T10:54:16.893Z] $ docker top 3c3eff85ee36e5b05718a128010ab1fca3b88264048364dcf73ed2d0664130a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:54:17.632Z] + docker-compose build --help [2021-02-04T10:54:17.632Z] + grep parallel [2021-02-04T10:54:18.617Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T10:54:18.901Z] $ docker stop --time=1 3c3eff85ee36e5b05718a128010ab1fca3b88264048364dcf73ed2d0664130a6 [2021-02-04T10:54:20.280Z] $ docker rm -f 3c3eff85ee36e5b05718a128010ab1fca3b88264048364dcf73ed2d0664130a6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:54:21.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T10:54:21.129Z] . [Pipeline] withDockerContainer [2021-02-04T10:54:21.262Z] prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container [2021-02-04T10:54:21.328Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-02-04T10:54:22.054Z] $ docker top ad5da508469625fae40e321206ece40a65aab82323db59fee4d61a100cbe4213 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:54:22.674Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T10:54:23.620Z] Building docker-core-command-go ... [2021-02-04T10:54:23.621Z] Building docker-core-data-go ... [2021-02-04T10:54:23.621Z] Building docker-core-metadata-go ... [2021-02-04T10:54:23.621Z] Building docker-security-bootstrapper-go ... [2021-02-04T10:54:23.621Z] Building docker-security-proxy-setup-go ... [2021-02-04T10:54:23.621Z] Building docker-security-secretstore-setup-go ... [2021-02-04T10:54:23.621Z] Building docker-support-notifications-go ... [2021-02-04T10:54:23.621Z] Building docker-support-scheduler-go ... [2021-02-04T10:54:23.621Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T10:54:23.621Z] Building docker-core-data-go [2021-02-04T10:54:23.621Z] Building docker-security-bootstrapper-go [2021-02-04T10:54:23.621Z] Building docker-support-notifications-go [2021-02-04T10:54:23.621Z] Building docker-core-metadata-go [2021-02-04T10:54:23.621Z] Building docker-security-proxy-setup-go [2021-02-04T10:55:02.024Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24983 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws [2021-02-04T10:55:02.186Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-04T10:55:02.657Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:02.657Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:55:02.657Z] ---> f522b105e049 [2021-02-04T10:55:02.657Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T10:55:02.657Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:02.657Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:55:02.657Z] ---> f522b105e049 [2021-02-04T10:55:02.657Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:55:02.657Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:02.657Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:55:02.657Z] ---> f522b105e049 [2021-02-04T10:55:02.657Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T10:55:02.657Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:02.657Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:55:02.657Z] ---> f522b105e049 [2021-02-04T10:55:02.657Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:55:02.657Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:02.657Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:55:02.657Z] ---> f522b105e049 [2021-02-04T10:55:02.657Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:55:02.657Z] ---> Running in 0597309aef9d [2021-02-04T10:55:02.657Z] ---> Running in 70205eeea9d3 [2021-02-04T10:55:02.657Z] ---> Running in 03c431429eb0 [2021-02-04T10:55:02.657Z] ---> Running in 9be35cce3695 [2021-02-04T10:55:02.657Z] ---> Running in 94bf20148dac [2021-02-04T10:55:02.657Z] Removing intermediate container 9be35cce3695 [2021-02-04T10:55:02.657Z] ---> a1918523dc67 [2021-02-04T10:55:02.657Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:55:02.657Z] Removing intermediate container 70205eeea9d3 [2021-02-04T10:55:02.657Z] ---> 0f7633c547a7 [2021-02-04T10:55:02.657Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:55:02.657Z] Removing intermediate container 03c431429eb0 [2021-02-04T10:55:02.657Z] ---> ebd27c7037ff [2021-02-04T10:55:02.657Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:55:02.657Z] Removing intermediate container 0597309aef9d [2021-02-04T10:55:02.657Z] ---> ca860149344a [2021-02-04T10:55:02.657Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:55:02.657Z] Removing intermediate container 94bf20148dac [2021-02-04T10:55:02.657Z] ---> e62f92c841fd [2021-02-04T10:55:02.657Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:55:02.657Z] ---> Running in bf4ad56836e1 [2021-02-04T10:55:02.657Z] ---> Running in 448f81dcc2d0 [2021-02-04T10:55:02.657Z] ---> Running in 3d4317e564ff [2021-02-04T10:55:02.657Z] ---> Running in d4b833786140 [2021-02-04T10:55:02.657Z] ---> Running in 420e6f2a8e34 [2021-02-04T10:55:04.604Z] Removing intermediate container 3d4317e564ff [2021-02-04T10:55:04.604Z] ---> bb1cf5ef0357 [2021-02-04T10:55:04.604Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T10:55:04.874Z] Removing intermediate container bf4ad56836e1 [2021-02-04T10:55:04.874Z] ---> e97a15bc57b2 [2021-02-04T10:55:04.874Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T10:55:04.874Z] Removing intermediate container 448f81dcc2d0 [2021-02-04T10:55:04.874Z] ---> 5c39f69e45b4 [2021-02-04T10:55:04.874Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T10:55:04.874Z] ---> Running in 698dd7a6bc57 [2021-02-04T10:55:05.137Z] ---> Running in 929e61444cd8 [2021-02-04T10:55:05.137Z] ---> Running in 24d1b1aa6e5c [2021-02-04T10:55:05.137Z] Removing intermediate container d4b833786140 [2021-02-04T10:55:05.137Z] ---> abba533f31c6 [2021-02-04T10:55:05.137Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:55:05.137Z] Removing intermediate container 420e6f2a8e34 [2021-02-04T10:55:05.137Z] ---> 7034b0f12c9f [2021-02-04T10:55:05.137Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T10:55:05.400Z] ---> Running in 5313e37d5062 [2021-02-04T10:55:05.400Z] ---> Running in ce9a73de39aa [2021-02-04T10:55:06.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:06.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:06.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:06.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:06.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:06.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:06.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:06.981Z] using credential edgex-jenkins-ssh [2021-02-04T10:55:07.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:07.198Z] Cloning the remote Git repository [2021-02-04T10:55:07.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:07.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:55:07.741Z] OK: 233 MiB in 51 packages [2021-02-04T10:55:07.741Z] OK: 233 MiB in 51 packages [2021-02-04T10:55:07.741Z] OK: 233 MiB in 51 packages [2021-02-04T10:55:08.334Z] Removing intermediate container 929e61444cd8 [2021-02-04T10:55:08.334Z] ---> b4df6e3869c8 [2021-02-04T10:55:08.334Z] Step 6/23 : COPY go.mod . [2021-02-04T10:55:07.260Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:55:07.371Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-04T10:55:07.437Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:55:07.438Z] > git --version # timeout=10 [2021-02-04T10:55:07.453Z] > git --version # 'git version 2.17.1' [2021-02-04T10:55:07.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:55:07.539Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:55:08.605Z] OK: 233 MiB in 51 packages [2021-02-04T10:55:08.606Z] Removing intermediate container 698dd7a6bc57 [2021-02-04T10:55:08.606Z] ---> a38b732564ac [2021-02-04T10:55:08.606Z] Step 6/21 : COPY go.mod . [2021-02-04T10:55:08.606Z] OK: 233 MiB in 51 packages [2021-02-04T10:55:08.606Z] ---> e61c15c8bf16 [2021-02-04T10:55:08.606Z] Step 7/23 : RUN go mod download [2021-02-04T10:55:08.606Z] ---> Running in f20461802777 [2021-02-04T10:55:08.606Z] Removing intermediate container 24d1b1aa6e5c [2021-02-04T10:55:08.606Z] ---> a51b8f7a3de8 [2021-02-04T10:55:08.606Z] Step 6/31 : COPY go.mod . [2021-02-04T10:55:09.190Z] ---> 6373767726bf [2021-02-04T10:55:09.190Z] Step 7/21 : RUN go mod download [2021-02-04T10:55:09.453Z] ---> Running in 79e7e37d04a5 [2021-02-04T10:55:09.453Z] ---> 86f64a65ae17 [2021-02-04T10:55:09.453Z] Step 7/31 : RUN go mod download [2021-02-04T10:55:09.725Z] Removing intermediate container 5313e37d5062 [2021-02-04T10:55:09.725Z] ---> 1247c5490138 [2021-02-04T10:55:09.725Z] Step 6/23 : COPY go.mod . [2021-02-04T10:55:09.725Z] Removing intermediate container ce9a73de39aa [2021-02-04T10:55:09.725Z] ---> 1ef3729ef1d5 [2021-02-04T10:55:09.725Z] Step 6/22 : COPY go.mod . [2021-02-04T10:55:09.725Z] ---> Running in 81a33dacf8dc [2021-02-04T10:55:10.304Z] ---> ad5631350856 [2021-02-04T10:55:10.304Z] Step 7/23 : RUN go mod download [2021-02-04T10:55:10.304Z] ---> b3ada8e73d2b [2021-02-04T10:55:10.304Z] Step 7/22 : RUN go mod download [2021-02-04T10:55:10.304Z] ---> Running in 0528d2bf9c0a [2021-02-04T10:55:10.304Z] ---> Running in e55c51a48d75 [2021-02-04T10:55:11.751Z] Removing intermediate container f20461802777 [2021-02-04T10:55:11.751Z] ---> 33135da916ce [2021-02-04T10:55:11.751Z] Step 8/23 : COPY . . [2021-02-04T10:55:12.023Z] Removing intermediate container 81a33dacf8dc [2021-02-04T10:55:12.023Z] ---> da2209083a42 [2021-02-04T10:55:12.023Z] Step 8/31 : COPY . . [2021-02-04T10:55:12.023Z] Removing intermediate container 79e7e37d04a5 [2021-02-04T10:55:12.023Z] ---> 28e957c4dcfb [2021-02-04T10:55:12.023Z] Step 8/21 : COPY . . [2021-02-04T10:55:16.316Z] Removing intermediate container e55c51a48d75 [2021-02-04T10:55:16.316Z] ---> 6803bdfb336c [2021-02-04T10:55:16.316Z] Step 8/22 : COPY . . [2021-02-04T10:55:16.316Z] Removing intermediate container 0528d2bf9c0a [2021-02-04T10:55:16.316Z] ---> 40e24588a281 [2021-02-04T10:55:16.316Z] Step 8/23 : COPY . . [2021-02-04T10:55:28.699Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:55:29.368Z] Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:55:29.770Z] Merge succeeded, producing 8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:55:29.771Z] Checking out Revision 8990d2bdda0219ec7ffade784f01aa1108ef8598 (PR-3116) [2021-02-04T10:55:28.724Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T10:55:28.749Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T10:55:28.779Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T10:55:28.780Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:55:28.792Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T10:55:29.387Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:55:29.407Z] > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 [2021-02-04T10:55:29.699Z] > git remote # timeout=10 [2021-02-04T10:55:29.716Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T10:55:29.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T10:55:29.740Z] > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [2021-02-04T10:55:29.761Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T10:55:29.780Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T10:55:29.789Z] > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 [2021-02-04T10:55:34.132Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T10:55:35.791Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:55:36.181Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T10:55:36.516Z] + sudo service docker restart [2021-02-04T10:55:36.516Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T10:55:39.270Z] provisioning config files... [2021-02-04T10:55:39.310Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config4034570691520481711tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T10:55:39.791Z] ---> docker-login.sh [2021-02-04T10:55:39.791Z] nexus3.edgexfoundry.org:10001 [2021-02-04T10:55:40.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:55:40.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:55:40.991Z] Configure a credential helper to remove this warning. See [2021-02-04T10:55:40.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:55:40.991Z] [2021-02-04T10:55:40.991Z] Login Succeeded [2021-02-04T10:55:40.991Z] nexus3.edgexfoundry.org:10002 [2021-02-04T10:55:41.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:55:41.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:55:41.539Z] Configure a credential helper to remove this warning. See [2021-02-04T10:55:41.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:55:41.539Z] [2021-02-04T10:55:41.539Z] Login Succeeded [2021-02-04T10:55:41.539Z] nexus3.edgexfoundry.org:10003 [2021-02-04T10:55:41.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:55:42.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:55:42.084Z] Configure a credential helper to remove this warning. See [2021-02-04T10:55:42.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:55:42.084Z] [2021-02-04T10:55:42.084Z] Login Succeeded [2021-02-04T10:55:42.084Z] nexus3.edgexfoundry.org:10004 [2021-02-04T10:55:42.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:55:42.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:55:42.634Z] Configure a credential helper to remove this warning. See [2021-02-04T10:55:42.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:55:42.634Z] [2021-02-04T10:55:42.634Z] Login Succeeded [2021-02-04T10:55:42.634Z] docker.io [2021-02-04T10:55:42.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T10:55:43.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T10:55:43.894Z] Configure a credential helper to remove this warning. See [2021-02-04T10:55:43.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T10:55:43.894Z] [2021-02-04T10:55:43.894Z] Login Succeeded [2021-02-04T10:55:43.894Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T10:55:43.913Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T10:55:44.511Z] ========================================================= [2021-02-04T10:55:44.512Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T10:55:44.512Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:55:44.922Z] + 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-02-04T10:55:47.556Z] Sending build context to Docker daemon 166.1MB [2021-02-04T10:55:47.556Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T10:55:47.556Z] Step 2/6 : FROM ${BASE} [2021-02-04T10:55:47.556Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T10:55:47.556Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T10:55:47.556Z] a4357932f1b6: Pulling fs layer [2021-02-04T10:55:47.556Z] 18c013af1878: Pulling fs layer [2021-02-04T10:55:47.556Z] 00ac8860ef70: Pulling fs layer [2021-02-04T10:55:47.556Z] 63d7cb157983: Pulling fs layer [2021-02-04T10:55:47.556Z] b116817d02f9: Pulling fs layer [2021-02-04T10:55:47.556Z] 745a02a5169b: Pulling fs layer [2021-02-04T10:55:47.556Z] 00ac8860ef70: Waiting [2021-02-04T10:55:47.556Z] 63d7cb157983: Waiting [2021-02-04T10:55:47.556Z] b116817d02f9: Waiting [2021-02-04T10:55:47.556Z] 745a02a5169b: Waiting [2021-02-04T10:55:47.556Z] 18c013af1878: Download complete [2021-02-04T10:55:47.556Z] a4357932f1b6: Verifying Checksum [2021-02-04T10:55:47.556Z] a4357932f1b6: Download complete [2021-02-04T10:55:47.556Z] 63d7cb157983: Verifying Checksum [2021-02-04T10:55:47.556Z] 63d7cb157983: Download complete [2021-02-04T10:55:47.556Z] b116817d02f9: Verifying Checksum [2021-02-04T10:55:47.556Z] b116817d02f9: Download complete [2021-02-04T10:55:47.556Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T10:55:47.556Z] 5f621e34cdf4: Download complete [2021-02-04T10:55:48.154Z] 5f621e34cdf4: Pull complete [2021-02-04T10:55:48.757Z] a4357932f1b6: Pull complete [2021-02-04T10:55:49.036Z] 18c013af1878: Pull complete [2021-02-04T10:55:50.022Z] 745a02a5169b: Verifying Checksum [2021-02-04T10:55:50.022Z] 745a02a5169b: Download complete [2021-02-04T10:55:50.999Z] 00ac8860ef70: Download complete [2021-02-04T10:55:55.370Z] ---> dd62d348fac5 [2021-02-04T10:55:55.371Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T10:55:55.371Z] ---> 6b87627804a1 [2021-02-04T10:55:55.371Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T10:55:55.371Z] ---> f5c62750c4b3 [2021-02-04T10:55:55.371Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T10:55:55.371Z] ---> d11fb48f4c43 [2021-02-04T10:55:55.371Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T10:55:55.371Z] ---> Running in 8b3e967c1462 [2021-02-04T10:55:55.371Z] ---> Running in 3259cb73fa13 [2021-02-04T10:55:55.371Z] ---> Running in aaaeb319f986 [2021-02-04T10:55:55.371Z] ---> Running in f6e377583a22 [2021-02-04T10:55:55.371Z] ---> b10e3d412a13 [2021-02-04T10:55:55.371Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T10:55:55.371Z] ---> Running in 20bc140b7637 [2021-02-04T10:55:55.371Z] 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-02-04T10:55:55.371Z] 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-02-04T10:55:55.371Z] 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-02-04T10:55:55.371Z] 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-02-04T10:55:55.371Z] 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-02-04T10:56:03.409Z] 00ac8860ef70: Pull complete [2021-02-04T10:56:03.409Z] 63d7cb157983: Pull complete [2021-02-04T10:56:03.409Z] b116817d02f9: Pull complete [2021-02-04T10:56:06.034Z] 745a02a5169b: Pull complete [2021-02-04T10:56:06.034Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T10:56:06.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T10:56:06.034Z] ---> b7e6874047d6 [2021-02-04T10:56:06.034Z] 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-02-04T10:56:09.398Z] ---> Running in 2c3c90d6f6b9 [2021-02-04T10:56:10.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T10:56:11.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T10:56:13.230Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T10:56:13.500Z] (2/12) Installing file (5.38-r0) [2021-02-04T10:56:13.500Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T10:56:13.500Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T10:56:17.774Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T10:56:17.774Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T10:56:17.774Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T10:56:17.774Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T10:56:17.774Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T10:56:17.774Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T10:56:17.774Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T10:56:17.774Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T10:56:18.050Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:18.050Z] OK: 217 MiB in 51 packages [2021-02-04T10:56:22.343Z] 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-02-04T10:56:22.382Z] Removing intermediate container 2c3c90d6f6b9 [2021-02-04T10:56:22.382Z] ---> 8c7d3ce14fc2 [2021-02-04T10:56:22.382Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T10:56:22.382Z] ---> Running in 9cbdc421a26e [2021-02-04T10:56:22.653Z] Removing intermediate container 9cbdc421a26e [2021-02-04T10:56:22.653Z] ---> 596bfb046c7c [2021-02-04T10:56:22.653Z] Step 5/6 : COPY go.mod . [2021-02-04T10:56:23.603Z] 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-02-04T10:56:23.631Z] ---> 3451e2ed3e6f [2021-02-04T10:56:23.631Z] Step 6/6 : RUN go mod download [2021-02-04T10:56:23.631Z] ---> Running in 72a84f72921b [2021-02-04T10:56:31.862Z] Removing intermediate container f6e377583a22 [2021-02-04T10:56:31.862Z] ---> b1930f1e6b5e [2021-02-04T10:56:31.862Z] [2021-02-04T10:56:31.863Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T10:56:31.863Z] 3.12: Pulling from library/alpine [2021-02-04T10:56:32.448Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T10:56:32.448Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T10:56:32.448Z] ---> 389fef711851 [2021-02-04T10:56:32.448Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T10:56:33.871Z] ---> Running in 65ba707f1ab3 [2021-02-04T10:56:34.468Z] Removing intermediate container 8b3e967c1462 [2021-02-04T10:56:34.468Z] ---> 29a626a616bc [2021-02-04T10:56:34.468Z] [2021-02-04T10:56:34.468Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T10:56:34.468Z] ---> 389fef711851 [2021-02-04T10:56:34.468Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T10:56:34.737Z] ---> Running in f0ff3c6abbd6 [2021-02-04T10:56:35.338Z] Removing intermediate container f0ff3c6abbd6 [2021-02-04T10:56:35.338Z] ---> 3a58ffad6c16 [2021-02-04T10:56:35.338Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T10:56:35.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:35.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:35.619Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T10:56:35.619Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:56:35.619Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T10:56:35.619Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T10:56:35.619Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:35.619Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:56:36.197Z] OK: 7 MiB in 18 packages [2021-02-04T10:56:38.141Z] ---> Running in 133fd156be33 [2021-02-04T10:56:40.745Z] Removing intermediate container 3259cb73fa13 [2021-02-04T10:56:40.745Z] ---> d3321ff2b4ba [2021-02-04T10:56:40.745Z] [2021-02-04T10:56:40.745Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:56:40.745Z] ---> 389fef711851 [2021-02-04T10:56:40.745Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:56:40.745Z] Removing intermediate container aaaeb319f986 [2021-02-04T10:56:40.745Z] ---> 160d9572ed76 [2021-02-04T10:56:40.745Z] [2021-02-04T10:56:40.745Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:56:40.745Z] ---> 389fef711851 [2021-02-04T10:56:40.745Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T10:56:40.745Z] Removing intermediate container 65ba707f1ab3 [2021-02-04T10:56:40.745Z] ---> 27993b4e0038 [2021-02-04T10:56:40.745Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:56:40.745Z] ---> Running in 6a5fac27827c [2021-02-04T10:56:40.745Z] ---> Running in 7dd76c3a47e1 [2021-02-04T10:56:41.342Z] ---> Running in 52aef9324592 [2021-02-04T10:56:41.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:41.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:41.621Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:56:41.621Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T10:56:41.621Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:41.621Z] OK: 6 MiB in 16 packages [2021-02-04T10:56:41.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:41.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:41.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:41.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:42.160Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T10:56:42.160Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:42.160Z] OK: 6 MiB in 15 packages [2021-02-04T10:56:42.160Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T10:56:42.160Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T10:56:42.160Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:42.160Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:56:42.160Z] OK: 6 MiB in 16 packages [2021-02-04T10:56:42.737Z] Removing intermediate container 52aef9324592 [2021-02-04T10:56:42.737Z] ---> 345121b33139 [2021-02-04T10:56:42.737Z] Step 13/21 : WORKDIR /edgex [2021-02-04T10:56:43.317Z] ---> Running in 6aae0455b383 [2021-02-04T10:56:43.594Z] Removing intermediate container 20bc140b7637 [2021-02-04T10:56:43.594Z] ---> 6603153d18a4 [2021-02-04T10:56:43.594Z] [2021-02-04T10:56:43.594Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:56:43.594Z] ---> 389fef711851 [2021-02-04T10:56:43.594Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T10:56:43.858Z] ---> Running in 8a427f8e7351 [2021-02-04T10:56:43.858Z] Removing intermediate container 6aae0455b383 [2021-02-04T10:56:43.858Z] ---> 756bb19b0271 [2021-02-04T10:56:43.858Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T10:56:43.858Z] Removing intermediate container 133fd156be33 [2021-02-04T10:56:43.858Z] ---> 6375d8d65380 [2021-02-04T10:56:43.858Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T10:56:44.808Z] Removing intermediate container 6a5fac27827c [2021-02-04T10:56:44.808Z] ---> ebe7a405a5bb [2021-02-04T10:56:44.808Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:56:45.086Z] Removing intermediate container 8a427f8e7351 [2021-02-04T10:56:45.086Z] ---> a66a9a2b1c17 [2021-02-04T10:56:45.086Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T10:56:45.086Z] ---> Running in 4686f793c58f [2021-02-04T10:56:45.086Z] ---> Running in 45133c10fc8e [2021-02-04T10:56:45.086Z] ---> Running in 475b21b8f409 [2021-02-04T10:56:45.086Z] Removing intermediate container 7dd76c3a47e1 [2021-02-04T10:56:45.086Z] ---> 07759fad18d1 [2021-02-04T10:56:45.086Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:56:45.354Z] ---> 3975e4e171c8 [2021-02-04T10:56:45.354Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T10:56:45.354Z] ---> Running in 20aadf286d45 [2021-02-04T10:56:45.354Z] Removing intermediate container 45133c10fc8e [2021-02-04T10:56:45.354Z] ---> 8fca112feb62 [2021-02-04T10:56:45.354Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T10:56:45.621Z] Removing intermediate container 4686f793c58f [2021-02-04T10:56:45.621Z] ---> 482589ea430f [2021-02-04T10:56:45.621Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T10:56:45.621Z] Removing intermediate container 475b21b8f409 [2021-02-04T10:56:45.621Z] ---> 2b13f2af20b2 [2021-02-04T10:56:45.621Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T10:56:45.621Z] ---> Running in 652660e57c4c [2021-02-04T10:56:45.621Z] ---> Running in ca6094b524df [2021-02-04T10:56:45.889Z] ---> Running in d29426da5a49 [2021-02-04T10:56:45.889Z] Removing intermediate container 20aadf286d45 [2021-02-04T10:56:45.889Z] ---> 2eaa866958f2 [2021-02-04T10:56:45.889Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T10:56:45.889Z] ---> Running in 4271244fec5b [2021-02-04T10:56:45.889Z] ---> 83d117b20e93 [2021-02-04T10:56:45.889Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T10:56:46.173Z] Removing intermediate container ca6094b524df [2021-02-04T10:56:46.173Z] ---> 958aa58a4519 [2021-02-04T10:56:46.173Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:56:46.173Z] Removing intermediate container 652660e57c4c [2021-02-04T10:56:46.173Z] ---> 04dcee49d4fa [2021-02-04T10:56:46.173Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T10:56:46.173Z] Removing intermediate container d29426da5a49 [2021-02-04T10:56:46.173Z] ---> 22f8d4e05cc9 [2021-02-04T10:56:46.173Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:56:46.173Z] ---> Running in b537f1d10a21 [2021-02-04T10:56:46.173Z] ---> Running in 4dfed278c0fe [2021-02-04T10:56:46.444Z] ---> Running in 932bbaedc700 [2021-02-04T10:56:46.444Z] Removing intermediate container 4271244fec5b [2021-02-04T10:56:46.444Z] ---> 329cf883cca6 [2021-02-04T10:56:46.444Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:56:47.021Z] Removing intermediate container b537f1d10a21 [2021-02-04T10:56:47.021Z] ---> 3fbd7c1aa162 [2021-02-04T10:56:47.021Z] Step 15/23 : WORKDIR / [2021-02-04T10:56:47.297Z] ---> 271c64ccb91c [2021-02-04T10:56:47.297Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T10:56:47.297Z] ---> Running in 6110b8e716d0 [2021-02-04T10:56:47.297Z] ---> Running in f1d541d05590 [2021-02-04T10:56:47.297Z] ---> Running in 887a6887975a [2021-02-04T10:56:47.569Z] Removing intermediate container 6110b8e716d0 [2021-02-04T10:56:47.569Z] ---> c7c4bda4df91 [2021-02-04T10:56:47.569Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:56:47.569Z] Removing intermediate container 887a6887975a [2021-02-04T10:56:47.569Z] ---> b189f2cb8708 [2021-02-04T10:56:47.569Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T10:56:47.859Z] Removing intermediate container f1d541d05590 [2021-02-04T10:56:47.859Z] ---> 589b580cb4d2 [2021-02-04T10:56:47.859Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:56:47.859Z] ---> Running in 50ff13d1e843 [2021-02-04T10:56:48.135Z] ---> 373d437abc1a [2021-02-04T10:56:48.135Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T10:56:48.135Z] Removing intermediate container 50ff13d1e843 [2021-02-04T10:56:48.135Z] ---> 960e33a5f250 [2021-02-04T10:56:48.135Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T10:56:48.424Z] ---> 45e30142c3e5 [2021-02-04T10:56:48.424Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T10:56:48.424Z] ---> Running in 16c8f5d6ba86 [2021-02-04T10:56:48.709Z] Removing intermediate container 4dfed278c0fe [2021-02-04T10:56:48.709Z] ---> a1578342d712 [2021-02-04T10:56:48.709Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T10:56:48.709Z] ---> Running in 65557ef962bc [2021-02-04T10:56:48.709Z] Removing intermediate container 932bbaedc700 [2021-02-04T10:56:48.709Z] ---> c2416db2c4cc [2021-02-04T10:56:48.709Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T10:56:48.992Z] ---> 35567e79f5f8 [2021-02-04T10:56:48.992Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T10:56:48.992Z] Removing intermediate container 16c8f5d6ba86 [2021-02-04T10:56:48.992Z] ---> 344479c34bd7 [2021-02-04T10:56:48.992Z] Step 20/21 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:56:48.992Z] ---> Running in 2b0788e66372 [2021-02-04T10:56:48.992Z] ---> Running in 9b61cdfad5a8 [2021-02-04T10:56:49.255Z] Removing intermediate container 65557ef962bc [2021-02-04T10:56:49.255Z] ---> 8d2eb85e9a91 [2021-02-04T10:56:49.255Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T10:56:49.836Z] ---> 28ff67bd4436 [2021-02-04T10:56:49.836Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T10:56:49.836Z] ---> 839f146bf0a0 [2021-02-04T10:56:49.837Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T10:56:49.837Z] Removing intermediate container 9b61cdfad5a8 [2021-02-04T10:56:49.837Z] ---> b19bd463ee03 [2021-02-04T10:56:49.837Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T10:56:49.837Z] ---> ecdf728c0c2f [2021-02-04T10:56:49.837Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T10:56:50.102Z] ---> Running in 4d6f1a5acf7c [2021-02-04T10:56:50.102Z] ---> Running in 0f6679421af6 [2021-02-04T10:56:50.102Z] ---> Running in 5899a1ef52c1 [2021-02-04T10:56:50.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:50.365Z] ---> a3cb9a3e66d5 [2021-02-04T10:56:50.365Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T10:56:50.432Z] Removing intermediate container 72a84f72921b [2021-02-04T10:56:50.433Z] ---> 06398964b6d1 [2021-02-04T10:56:50.433Z] Successfully built 06398964b6d1 [2021-02-04T10:56:50.433Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:56:50.631Z] Removing intermediate container 0f6679421af6 [2021-02-04T10:56:50.631Z] ---> 0cc0fe0802c2 [2021-02-04T10:56:50.631Z] [2021-02-04T10:56:50.631Z] Removing intermediate container 4d6f1a5acf7c [2021-02-04T10:56:50.631Z] ---> 2af0090d1398 [2021-02-04T10:56:50.631Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:56:50.631Z] ---> Running in c49558e88c43 [2021-02-04T10:56:50.631Z] ---> Running in e82ba3babffb [2021-02-04T10:56:50.773Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:56:50.773Z] . [Pipeline] withDockerContainer [2021-02-04T10:56:50.894Z] Successfully built 0cc0fe0802c2 [2021-02-04T10:56:50.895Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T10:56:50.895Z] Removing intermediate container e82ba3babffb [2021-02-04T10:56:50.895Z] ---> 82e939692525 [2021-02-04T10:56:50.895Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:56:50.895Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-02-04T10:56:50.895Z] Removing intermediate container c49558e88c43 [2021-02-04T10:56:50.895Z] ---> 1bf1d37adfb1 [2021-02-04T10:56:50.895Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:56:51.022Z] prd-ubuntu18.04-docker-arm64-4c-16g-24983 does not seem to be running inside a container [2021-02-04T10:56:51.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:56:51.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:56:51.162Z] ---> Running in 5ad641a1261e [2021-02-04T10:56:51.162Z] ---> Running in 8e48167bfcdc [2021-02-04T10:56:51.162Z] Removing intermediate container 5ad641a1261e [2021-02-04T10:56:51.162Z] ---> 972cff3aaabb [2021-02-04T10:56:51.162Z] Step 21/22 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:56:51.433Z] Removing intermediate container 8e48167bfcdc [2021-02-04T10:56:51.433Z] ---> ab2605e63436 [2021-02-04T10:56:51.433Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:56:51.433Z] ---> Running in da621d2e7cd3 [2021-02-04T10:56:51.433Z] ---> Running in 210a0b75feae [2021-02-04T10:56:52.018Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T10:56:52.018Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T10:56:52.018Z] Removing intermediate container 210a0b75feae [2021-02-04T10:56:52.018Z] ---> eb7dfb6f8d70 [2021-02-04T10:56:52.018Z] Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:56:52.018Z] Removing intermediate container da621d2e7cd3 [2021-02-04T10:56:52.018Z] ---> 315ec31393dc [2021-02-04T10:56:52.018Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:56:52.018Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T10:56:52.018Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T10:56:52.292Z] Removing intermediate container 5899a1ef52c1 [2021-02-04T10:56:52.292Z] ---> 6662226a9257 [2021-02-04T10:56:52.292Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:56:52.292Z] ---> Running in dd4f4eb28df4 [2021-02-04T10:56:52.292Z] ---> Running in a441dcb63601 [2021-02-04T10:56:52.292Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T10:56:52.653Z] $ docker top 9cb70ba029466e8a55b2d85a419521af8205fab8d1815d07eb5b1cba310f96c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T10:56:53.258Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T10:56:53.258Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:56:53.258Z] OK: 8 MiB in 20 packages [2021-02-04T10:56:53.871Z] + go version [2021-02-04T10:56:53.871Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T10:56:53.903Z] $ docker stop --time=1 9cb70ba029466e8a55b2d85a419521af8205fab8d1815d07eb5b1cba310f96c1 [2021-02-04T10:56:54.242Z] Removing intermediate container a441dcb63601 [2021-02-04T10:56:54.242Z] ---> f06181f5b2d1 [2021-02-04T10:56:54.242Z] [2021-02-04T10:56:54.242Z] Removing intermediate container dd4f4eb28df4 [2021-02-04T10:56:54.242Z] ---> 26b77c5c1152 [2021-02-04T10:56:54.242Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:56:54.242Z] ---> e20627e9f945 [2021-02-04T10:56:54.242Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T10:56:54.242Z] ---> Running in 663a4ac714b1 [2021-02-04T10:56:54.823Z] Successfully built f06181f5b2d1 [2021-02-04T10:56:55.096Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T10:56:55.096Z] Building docker-security-secretstore-setup-go [2021-02-04T10:56:55.898Z] $ docker rm -f 9cb70ba029466e8a55b2d85a419521af8205fab8d1815d07eb5b1cba310f96c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-04T10:56:56.510Z]  Building docker-support-notifications-go ... done Removing intermediate container 663a4ac714b1 [2021-02-04T10:56:56.510Z] ---> 768acd6cd70d [2021-02-04T10:56:56.510Z] [2021-02-04T10:56:56.510Z] Removing intermediate container 2b0788e66372 [2021-02-04T10:56:56.510Z] ---> 7d3fed3f5b73 [2021-02-04T10:56:56.510Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T10:56:57.100Z] Successfully built 768acd6cd70d [2021-02-04T10:56:57.197Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T10:56:57.197Z] . [Pipeline] withDockerContainer [2021-02-04T10:56:57.366Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T10:56:57.366Z] Building docker-sys-mgmt-agent-go [2021-02-04T10:56:57.464Z] prd-ubuntu18.04-docker-arm64-4c-16g-24983 does not seem to be running inside a container [2021-02-04T10:56:57.546Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T10:56:58.958Z] $ docker top 6bd92a26abc7c4bef6b588ee776189ad5d9300895e2cb885f855c2b5dd3c2f93 -eo pid,comm [Pipeline] { [2021-02-04T10:56:59.348Z]  Building docker-core-metadata-go ... done  ---> 247d37840eb9 [2021-02-04T10:56:59.348Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T10:56:59.348Z] ---> 1f67878dfbd3 [2021-02-04T10:56:59.348Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [Pipeline] echo [2021-02-04T10:56:59.397Z] ========================================================= [2021-02-04T10:56:59.397Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T10:56:59.397Z] ========================================================= [Pipeline] sh [2021-02-04T10:57:00.041Z] + make test [2021-02-04T10:57:00.041Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T10:57:02.717Z] ---> 40fb9dfb2097 [2021-02-04T10:57:02.717Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T10:57:02.717Z] ---> d7ac7f9a90ec [2021-02-04T10:57:02.717Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T10:57:04.142Z] ---> 3dcad3c9a2b9 [2021-02-04T10:57:04.142Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T10:57:04.142Z] ---> 706c1da393db [2021-02-04T10:57:04.142Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T10:57:04.727Z] ---> Running in 9700ea0ceb68 [2021-02-04T10:57:04.995Z] ---> 452a9949440d [2021-02-04T10:57:04.995Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T10:57:05.959Z] Removing intermediate container 9700ea0ceb68 [2021-02-04T10:57:05.959Z] ---> 225502988d8f [2021-02-04T10:57:05.959Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:57:06.232Z] ---> Running in 82c59a952752 [2021-02-04T10:57:06.521Z] ---> Running in aa8c0490c87c [2021-02-04T10:57:07.951Z] Removing intermediate container aa8c0490c87c [2021-02-04T10:57:07.951Z] ---> ee68c781b0e9 [2021-02-04T10:57:07.951Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:57:07.951Z] Removing intermediate container 82c59a952752 [2021-02-04T10:57:07.951Z] ---> 624514d34f00 [2021-02-04T10:57:07.951Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T10:57:08.229Z] ---> Running in 35430ff17811 [2021-02-04T10:57:09.209Z] ---> bb8d05e3b7bf [2021-02-04T10:57:09.209Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T10:57:10.189Z] Removing intermediate container 35430ff17811 [2021-02-04T10:57:10.189Z] ---> 5e65568f9272 [2021-02-04T10:57:10.189Z] Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:57:10.770Z] ---> Running in 69851419f411 [2021-02-04T10:57:11.360Z] ---> Running in 35329a5f0a7c [2021-02-04T10:57:11.627Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:57:11.627Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:57:11.627Z] ---> f522b105e049 [2021-02-04T10:57:11.627Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T10:57:11.627Z] ---> Using cache [2021-02-04T10:57:11.627Z] ---> e62f92c841fd [2021-02-04T10:57:11.627Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:57:11.627Z] ---> Using cache [2021-02-04T10:57:11.627Z] ---> 7034b0f12c9f [2021-02-04T10:57:11.627Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T10:57:13.620Z] Removing intermediate container 35329a5f0a7c [2021-02-04T10:57:13.620Z] ---> 69facce85fca [2021-02-04T10:57:13.620Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:57:13.907Z] ---> Running in 79b0b7816f13 [2021-02-04T10:57:14.504Z] ---> Running in 5f96ce428f8a [2021-02-04T10:57:15.958Z] Removing intermediate container 5f96ce428f8a [2021-02-04T10:57:15.958Z] ---> 3072fdbf65d7 [2021-02-04T10:57:15.958Z] [2021-02-04T10:57:16.560Z] Removing intermediate container 69851419f411 [2021-02-04T10:57:16.560Z] ---> 3a0650e6f299 [2021-02-04T10:57:16.560Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T10:57:16.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:16.824Z] Successfully built 3072fdbf65d7 [2021-02-04T10:57:16.824Z] Successfully tagged docker-core-data-go:latest [2021-02-04T10:57:16.824Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-02-04T10:57:17.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:17.990Z] ---> Running in 9024b0d251f2 [2021-02-04T10:57:17.990Z] OK: 233 MiB in 51 packages [2021-02-04T10:57:18.996Z] Removing intermediate container 9024b0d251f2 [2021-02-04T10:57:18.997Z] ---> 703a4a3bb72a [2021-02-04T10:57:18.997Z] Step 28/31 : CMD ["gate"] [2021-02-04T10:57:19.593Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:57:19.593Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:57:19.593Z] ---> f522b105e049 [2021-02-04T10:57:19.593Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T10:57:19.593Z] ---> Using cache [2021-02-04T10:57:19.593Z] ---> e62f92c841fd [2021-02-04T10:57:19.593Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:57:19.593Z] ---> Using cache [2021-02-04T10:57:19.593Z] ---> 7034b0f12c9f [2021-02-04T10:57:19.593Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T10:57:19.859Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:57:19.859Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:57:19.859Z] ---> f522b105e049 [2021-02-04T10:57:19.859Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T10:57:19.859Z] ---> Using cache [2021-02-04T10:57:19.859Z] ---> e62f92c841fd [2021-02-04T10:57:19.859Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:57:19.859Z] ---> Using cache [2021-02-04T10:57:19.859Z] ---> 7034b0f12c9f [2021-02-04T10:57:19.859Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T10:57:21.275Z] ---> Running in 4719d4c3c134 [2021-02-04T10:57:21.275Z] ---> Running in 17275656de39 [2021-02-04T10:57:21.275Z] ---> Running in a30cf42dc58a [2021-02-04T10:57:21.870Z] Removing intermediate container 79b0b7816f13 [2021-02-04T10:57:21.870Z] ---> ead9c92c0724 [2021-02-04T10:57:21.870Z] Step 6/22 : COPY go.mod . [2021-02-04T10:57:22.137Z] Removing intermediate container 4719d4c3c134 [2021-02-04T10:57:22.137Z] ---> 391f2b4a8b8e [2021-02-04T10:57:22.137Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T10:57:22.216Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T10:57:23.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:23.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:23.630Z] ---> bce5efcd0f14 [2021-02-04T10:57:23.630Z] Step 7/22 : RUN go mod download [2021-02-04T10:57:23.630Z] ---> Running in 00a52e592948 [2021-02-04T10:57:23.630Z] ---> Running in 171213542ee3 [2021-02-04T10:57:23.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:23.901Z] Removing intermediate container 00a52e592948 [2021-02-04T10:57:23.901Z] ---> 0373b7f0cb2a [2021-02-04T10:57:23.901Z] Step 30/31 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:57:24.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:57:24.766Z] OK: 233 MiB in 51 packages [2021-02-04T10:57:24.766Z] ---> Running in 4df9f1147b5e [2021-02-04T10:57:25.050Z] OK: 233 MiB in 51 packages [2021-02-04T10:57:25.639Z] Removing intermediate container 4df9f1147b5e [2021-02-04T10:57:25.639Z] ---> 2c12b303a05e [2021-02-04T10:57:25.639Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T10:57:26.612Z] ---> Running in ff2eba3c0f4f [2021-02-04T10:57:27.276Z] Removing intermediate container 17275656de39 [2021-02-04T10:57:27.276Z] ---> de700b13b9a7 [2021-02-04T10:57:27.276Z] Step 6/24 : COPY go.mod . [2021-02-04T10:57:27.662Z] Removing intermediate container a30cf42dc58a [2021-02-04T10:57:27.662Z] ---> a9f9f58b2aea [2021-02-04T10:57:27.662Z] Step 6/26 : COPY go.mod . [2021-02-04T10:57:27.662Z] Removing intermediate container ff2eba3c0f4f [2021-02-04T10:57:27.662Z] ---> 99e13760493b [2021-02-04T10:57:27.662Z] [2021-02-04T10:57:27.968Z] ---> eaa5cd5588ee [2021-02-04T10:57:27.968Z] Step 7/24 : RUN go mod download [2021-02-04T10:57:27.968Z] Removing intermediate container 171213542ee3 [2021-02-04T10:57:27.968Z] ---> 415633827d48 [2021-02-04T10:57:27.968Z] Step 8/22 : COPY . . [2021-02-04T10:57:27.968Z] Successfully built 99e13760493b [2021-02-04T10:57:28.304Z] ---> Running in 80484ff863cf [2021-02-04T10:57:28.304Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T10:57:28.304Z]  Building docker-security-bootstrapper-go ... done  ---> 35844e02404d [2021-02-04T10:57:28.304Z] Step 7/26 : RUN go mod download [2021-02-04T10:57:30.927Z] ---> Running in 41be23553be1 [2021-02-04T10:57:34.347Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T10:57:34.347Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T10:57:34.347Z] ---> f522b105e049 [2021-02-04T10:57:34.347Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T10:57:34.347Z] ---> Using cache [2021-02-04T10:57:34.347Z] ---> e62f92c841fd [2021-02-04T10:57:34.347Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T10:57:34.347Z] ---> Using cache [2021-02-04T10:57:34.347Z] ---> 7034b0f12c9f [2021-02-04T10:57:34.347Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T10:57:34.347Z] ---> Using cache [2021-02-04T10:57:34.347Z] ---> de700b13b9a7 [2021-02-04T10:57:34.347Z] Step 6/23 : COPY go.mod . [2021-02-04T10:57:34.347Z] ---> Using cache [2021-02-04T10:57:34.347Z] ---> eaa5cd5588ee [2021-02-04T10:57:34.347Z] Step 7/23 : RUN go mod download [2021-02-04T10:57:35.336Z] ---> Running in 4dd952083d48 [2021-02-04T10:57:35.612Z] Removing intermediate container 80484ff863cf [2021-02-04T10:57:35.612Z] ---> de9421b165ac [2021-02-04T10:57:35.612Z] Step 8/24 : COPY . . [2021-02-04T10:57:35.884Z] Removing intermediate container 41be23553be1 [2021-02-04T10:57:35.884Z] ---> adcd803804ee [2021-02-04T10:57:35.884Z] Step 8/26 : COPY . . [2021-02-04T10:57:44.134Z] Removing intermediate container 4dd952083d48 [2021-02-04T10:57:44.134Z] ---> db3a438a87f0 [2021-02-04T10:57:44.134Z] Step 8/23 : COPY . . [2021-02-04T10:58:06.337Z] ---> f12687671dd5 [2021-02-04T10:58:06.337Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T10:58:08.302Z] ---> Running in 2c00a6b91965 [2021-02-04T10:58:09.284Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T10:58:12.565Z] 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-02-04T10:58:12.565Z] ---> 6e11145bffba [2021-02-04T10:58:12.565Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T10:58:13.618Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T10:58:13.990Z] ---> Running in 5697da6af130 [2021-02-04T10:58:13.990Z] ---> 2c2910bf5547 [2021-02-04T10:58:13.990Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T10:58:14.992Z] ---> Running in 6ec231497144 [2021-02-04T10:58:15.284Z] 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-02-04T10:58:15.284Z] ---> f93a7bdf6339 [2021-02-04T10:58:15.284Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T10:58:15.562Z] ---> Running in aa73ab94481d [2021-02-04T10:58:16.160Z] 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-02-04T10:58:16.754Z] 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-02-04T10:58:18.265Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T10:58:18.265Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T10:58:18.265Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T10:58:26.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T10:58:26.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T10:58:26.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T10:58:26.538Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T10:58:26.538Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T10:58:26.538Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T10:58:34.924Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T10:58:34.924Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T10:58:34.924Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T10:58:40.249Z] 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-02-04T10:58:40.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.394s coverage: 46.0% of statements [2021-02-04T10:58:40.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T10:58:40.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T10:58:40.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T10:58:40.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T10:58:40.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T10:58:40.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T10:58:40.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T10:58:40.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.133s coverage: 100.0% of statements [2021-02-04T10:58:44.518Z] Removing intermediate container 5697da6af130 [2021-02-04T10:58:44.518Z] ---> 5e0de94bff53 [2021-02-04T10:58:44.518Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T10:58:44.518Z] Removing intermediate container 2c00a6b91965 [2021-02-04T10:58:44.518Z] ---> b43613d96a78 [2021-02-04T10:58:44.518Z] [2021-02-04T10:58:44.518Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T10:58:44.518Z] ---> 389fef711851 [2021-02-04T10:58:44.518Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:58:44.518Z] ---> Using cache [2021-02-04T10:58:44.518Z] ---> ebe7a405a5bb [2021-02-04T10:58:44.518Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:58:44.518Z] ---> Using cache [2021-02-04T10:58:44.518Z] ---> 8fca112feb62 [2021-02-04T10:58:44.518Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T10:58:44.518Z] ---> Running in ab96a950f485 [2021-02-04T10:58:44.783Z] ---> Running in cb58f03bb7e4 [2021-02-04T10:58:46.722Z] Removing intermediate container 6ec231497144 [2021-02-04T10:58:46.722Z] ---> 3f300d18d54a [2021-02-04T10:58:46.722Z] [2021-02-04T10:58:46.722Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T10:58:46.722Z] 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-02-04T10:58:47.675Z] ---> 389fef711851 [2021-02-04T10:58:47.675Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T10:58:47.675Z] Removing intermediate container cb58f03bb7e4 [2021-02-04T10:58:47.675Z] ---> 1dfc4667b85f [2021-02-04T10:58:47.675Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T10:58:47.940Z] ---> Running in 7421e8e849d5 [2021-02-04T10:58:47.940Z] ---> Running in af9469adb41e [2021-02-04T10:58:47.940Z] Removing intermediate container aa73ab94481d [2021-02-04T10:58:47.940Z] ---> 15db1890b3cb [2021-02-04T10:58:47.940Z] [2021-02-04T10:58:47.940Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T10:58:47.940Z] ---> 389fef711851 [2021-02-04T10:58:47.940Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T10:58:47.940Z] ---> Using cache [2021-02-04T10:58:47.940Z] ---> ebe7a405a5bb [2021-02-04T10:58:47.940Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T10:58:47.940Z] ---> Using cache [2021-02-04T10:58:47.940Z] ---> 8fca112feb62 [2021-02-04T10:58:47.940Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T10:58:48.204Z] ---> Running in 45c3c16b1b62 [2021-02-04T10:58:48.204Z] Removing intermediate container 7421e8e849d5 [2021-02-04T10:58:48.204Z] ---> 28b26321bf51 [2021-02-04T10:58:48.204Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:58:48.467Z] Removing intermediate container 45c3c16b1b62 [2021-02-04T10:58:48.467Z] ---> 510654743f42 [2021-02-04T10:58:48.467Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T10:58:48.467Z] ---> Running in 4185ae6fac53 [2021-02-04T10:58:48.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.535s coverage: 27.1% of statements [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T10:58:48.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T10:58:48.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T10:58:48.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.203s coverage: 65.8% of statements [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T10:58:48.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T10:58:48.731Z] ---> 3ae09bc16747 [2021-02-04T10:58:48.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T10:58:48.731Z] Removing intermediate container 4185ae6fac53 [2021-02-04T10:58:48.731Z] ---> e79d71d9b773 [2021-02-04T10:58:48.731Z] Step 15/23 : WORKDIR / [2021-02-04T10:58:48.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:48.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:48.997Z] ---> Running in 65c7c8f6c017 [2021-02-04T10:58:48.997Z] Removing intermediate container ab96a950f485 [2021-02-04T10:58:48.997Z] ---> f6d179e28114 [2021-02-04T10:58:48.997Z] [2021-02-04T10:58:48.997Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T10:58:48.997Z] 20.10.0: Pulling from library/docker [2021-02-04T10:58:48.997Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T10:58:48.997Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:58:48.997Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T10:58:49.261Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T10:58:49.261Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T10:58:49.261Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:58:49.261Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T10:58:49.261Z] OK: 7 MiB in 19 packages [2021-02-04T10:58:50.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.683s coverage: 82.3% of statements [2021-02-04T10:58:50.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T10:58:50.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:58:50.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T10:58:50.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T10:58:51.289Z] Removing intermediate container 65c7c8f6c017 [2021-02-04T10:58:51.289Z] ---> 49567619a058 [2021-02-04T10:58:51.289Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T10:58:51.289Z] ---> dd549ac00ba9 [2021-02-04T10:58:51.289Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T10:58:52.245Z] Removing intermediate container af9469adb41e [2021-02-04T10:58:52.245Z] ---> 6ea1acffb420 [2021-02-04T10:58:52.245Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T10:58:52.245Z] ---> 6c795305054d [2021-02-04T10:58:52.245Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T10:58:52.245Z] ---> 2afd71d23ae4 [2021-02-04T10:58:52.245Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T10:58:53.202Z] ---> Running in b18092936de1 [2021-02-04T10:58:53.202Z] ---> Running in 34dbde908397 [2021-02-04T10:58:53.202Z] ---> da516ec5bcb1 [2021-02-04T10:58:53.203Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T10:58:53.470Z] Removing intermediate container 34dbde908397 [2021-02-04T10:58:53.470Z] ---> b4d449ba5479 [2021-02-04T10:58:53.470Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:58:53.470Z] Removing intermediate container b18092936de1 [2021-02-04T10:58:53.470Z] ---> 92bbcb99dd4d [2021-02-04T10:58:53.470Z] Step 13/24 : WORKDIR / [2021-02-04T10:58:53.740Z] ---> Running in 996e31f3fa0c [2021-02-04T10:58:53.741Z] ---> Running in d4d94e95a155 [2021-02-04T10:58:53.741Z] ---> 41859189ef55 [2021-02-04T10:58:53.741Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T10:58:54.709Z] ---> Running in 882e987a4f79 [2021-02-04T10:58:54.709Z] Removing intermediate container d4d94e95a155 [2021-02-04T10:58:54.709Z] ---> ab88fe72f901 [2021-02-04T10:58:54.709Z] 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-02-04T10:58:54.709Z] Removing intermediate container 996e31f3fa0c [2021-02-04T10:58:54.709Z] ---> 071350714676 [2021-02-04T10:58:54.989Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T10:58:54.989Z] ---> Running in 8b9999bc2397 [2021-02-04T10:58:55.254Z] Removing intermediate container 882e987a4f79 [2021-02-04T10:58:55.254Z] ---> dc25febc720f [2021-02-04T10:58:55.254Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:58:55.254Z] Removing intermediate container 8b9999bc2397 [2021-02-04T10:58:55.254Z] ---> ebd28c51b8e5 [2021-02-04T10:58:55.254Z] Step 21/22 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:58:55.254Z] ---> Running in ef94f95a6dd1 [2021-02-04T10:58:55.254Z] ---> 93098067959f [2021-02-04T10:58:55.254Z] 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-02-04T10:58:55.254Z] ---> Running in 76dfdddef00d [2021-02-04T10:58:55.519Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T10:58:55.519Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T10:58:55.519Z] ---> aefe523efa57 [2021-02-04T10:58:55.519Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T10:58:55.519Z] Removing intermediate container ef94f95a6dd1 [2021-02-04T10:58:55.519Z] ---> 8b0b96677789 [2021-02-04T10:58:55.519Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T10:58:55.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.206s coverage: 28.6% of statements [2021-02-04T10:58:55.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T10:58:55.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T10:58:55.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T10:58:55.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T10:58:55.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T10:58:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements [2021-02-04T10:58:55.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T10:58:55.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2021-02-04T10:58:55.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T10:58:55.787Z] Removing intermediate container 76dfdddef00d [2021-02-04T10:58:55.787Z] ---> f15996ed6d77 [2021-02-04T10:58:55.787Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T10:58:55.787Z] ---> Running in 14e1cf385a7a [2021-02-04T10:58:55.787Z] ---> 4512193f99ee [2021-02-04T10:58:55.787Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T10:58:55.787Z] ---> Running in 95383e010a9a [2021-02-04T10:58:56.066Z] ---> Running in 5f98bd80d9fb [2021-02-04T10:58:56.066Z] Removing intermediate container 95383e010a9a [2021-02-04T10:58:56.066Z] ---> aef512acdebd [2021-02-04T10:58:56.066Z] Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:58:56.331Z] ---> c4013622c657 [2021-02-04T10:58:56.331Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T10:58:56.331Z] Removing intermediate container 5f98bd80d9fb [2021-02-04T10:58:56.331Z] ---> 1afcc699bc4e [2021-02-04T10:58:56.331Z] [2021-02-04T10:58:56.331Z] ---> Running in 8180d4cc39bd [2021-02-04T10:58:56.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.300s coverage: 86.7% of statements [2021-02-04T10:58:56.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T10:58:56.908Z] Successfully built 1afcc699bc4e [2021-02-04T10:58:56.908Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T10:58:56.908Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:57.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements [2021-02-04T10:58:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T10:58:57.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements [2021-02-04T10:58:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T10:58:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T10:58:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T10:58:57.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T10:58:57.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:58:57.177Z] Removing intermediate container 8180d4cc39bd [2021-02-04T10:58:57.177Z] ---> 368e3817ff01 [2021-02-04T10:58:57.177Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T10:58:57.177Z] ---> b37703e7fbc1 [2021-02-04T10:58:57.177Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T10:58:57.177Z] ---> Running in 6c7690365082 [2021-02-04T10:58:57.177Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T10:58:57.177Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T10:58:57.445Z] Executing bash-5.0.17-r0.post-install [2021-02-04T10:58:57.445Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:58:57.445Z] OK: 12 MiB in 22 packages [2021-02-04T10:58:57.445Z] Removing intermediate container 6c7690365082 [2021-02-04T10:58:57.445Z] ---> ac18d5e2d7ad [2021-02-04T10:58:57.445Z] [2021-02-04T10:58:57.709Z] Successfully built ac18d5e2d7ad [2021-02-04T10:58:57.709Z] Successfully tagged docker-core-command-go:latest [2021-02-04T10:58:57.975Z]  Building docker-core-command-go ... done  ---> ff6efe0df581 [2021-02-04T10:58:57.975Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T10:58:58.240Z] Removing intermediate container 14e1cf385a7a [2021-02-04T10:58:58.240Z] ---> 7f060f38cba2 [2021-02-04T10:58:58.240Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T10:58:58.240Z] ---> Running in 04f5c41e9486 [2021-02-04T10:58:58.240Z] ---> 864650ae2185 [2021-02-04T10:58:58.240Z] 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-02-04T10:58:58.509Z] ---> Running in 17570a63ec20 [2021-02-04T10:58:58.509Z] Removing intermediate container 04f5c41e9486 [2021-02-04T10:58:58.509Z] ---> f5c67ccf0c00 [2021-02-04T10:58:58.509Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T10:58:58.782Z] ---> Running in 0eedab61c2ac [2021-02-04T10:58:59.046Z] Removing intermediate container 0eedab61c2ac [2021-02-04T10:58:59.046Z] ---> 126cf3262958 [2021-02-04T10:58:59.046Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T10:58:59.046Z] ---> Running in a7784c99ce02 [2021-02-04T10:58:59.046Z] Removing intermediate container a7784c99ce02 [2021-02-04T10:58:59.046Z] ---> 3495e60ff6e0 [2021-02-04T10:58:59.046Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T10:58:59.622Z] Removing intermediate container 17570a63ec20 [2021-02-04T10:58:59.622Z] ---> 61dff0200d36 [2021-02-04T10:58:59.622Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T10:58:59.622Z] ---> Running in a131bfae1442 [2021-02-04T10:58:59.622Z] ---> 993355fa92e3 [2021-02-04T10:58:59.622Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T10:58:59.885Z] Removing intermediate container a131bfae1442 [2021-02-04T10:58:59.885Z] ---> b5dc35d7d3ea [2021-02-04T10:58:59.885Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T10:58:59.885Z] ---> Running in 91cdf9675a52 [2021-02-04T10:58:59.885Z] ---> 970e00851662 [2021-02-04T10:58:59.885Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T10:59:00.146Z] Removing intermediate container 91cdf9675a52 [2021-02-04T10:59:00.147Z] ---> ed414ed5ecf1 [2021-02-04T10:59:00.147Z] Step 23/24 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:59:00.147Z] ---> Running in 874023b64f71 [2021-02-04T10:59:00.409Z] ---> 636cc12ea954 [2021-02-04T10:59:00.409Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T10:59:00.409Z] Removing intermediate container 874023b64f71 [2021-02-04T10:59:00.409Z] ---> a42ac2ad409f [2021-02-04T10:59:00.409Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T10:59:00.409Z] ---> Running in b8dd08469cac [2021-02-04T10:59:00.409Z] ---> Running in bbd085733d3c [2021-02-04T10:59:00.675Z] Removing intermediate container bbd085733d3c [2021-02-04T10:59:00.675Z] ---> f55b6e2747cf [2021-02-04T10:59:00.675Z] [2021-02-04T10:59:00.939Z] Successfully built f55b6e2747cf [2021-02-04T10:59:00.939Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T10:59:00.939Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:59:00.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:59:01.201Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T10:59:01.201Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T10:59:01.201Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T10:59:01.201Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T10:59:01.201Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T10:59:01.201Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T10:59:01.201Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T10:59:02.156Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T10:59:02.419Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T10:59:02.419Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T10:59:02.419Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T10:59:02.419Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T10:59:02.419Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T10:59:02.419Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T10:59:02.419Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T10:59:02.681Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T10:59:02.681Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T10:59:02.681Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T10:59:02.681Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T10:59:02.681Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T10:59:02.681Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T10:59:02.992Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T10:59:02.992Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T10:59:02.992Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T10:59:02.992Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T10:59:02.992Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T10:59:02.992Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T10:59:02.992Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T10:59:02.992Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T10:59:02.992Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T10:59:02.992Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T10:59:02.992Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T10:59:02.992Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T10:59:03.284Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:59:03.284Z] OK: 71 MiB in 55 packages [2021-02-04T10:59:07.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.275s coverage: 92.8% of statements [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T10:59:07.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T10:59:07.344Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.285s coverage: 0.1% of statements [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T10:59:07.344Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T10:59:07.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 45.5% of statements [2021-02-04T10:59:07.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements [2021-02-04T10:59:07.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.108s coverage: 94.1% of statements [2021-02-04T10:59:07.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.125s coverage: 96.3% of statements [2021-02-04T10:59:07.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements [2021-02-04T10:59:13.365Z] Removing intermediate container b8dd08469cac [2021-02-04T10:59:13.366Z] ---> c608aae31491 [2021-02-04T10:59:13.366Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T10:59:13.366Z] ---> Running in 8f54b484ca7d [2021-02-04T10:59:13.366Z] Collecting docker-compose==1.23.2 [2021-02-04T10:59:13.366Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T10:59:13.627Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T10:59:13.627Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T10:59:14.203Z] Collecting PyYAML<4,>=3.10 [2021-02-04T10:59:14.203Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T10:59:15.151Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T10:59:15.151Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T10:59:15.412Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T10:59:15.679Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T10:59:15.679Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T10:59:15.679Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T10:59:16.260Z] 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-02-04T10:59:16.260Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T10:59:16.260Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T10:59:16.835Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T10:59:16.835Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T10:59:17.096Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T10:59:17.096Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T10:59:17.096Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T10:59:17.096Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T10:59:17.362Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T10:59:17.362Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T10:59:17.362Z] Collecting idna<2.8,>=2.5 [2021-02-04T10:59:17.632Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T10:59:17.632Z] 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-02-04T10:59:17.632Z] 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-02-04T10:59:17.632Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T10:59:17.632Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T10:59:17.632Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T10:59:17.632Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T10:59:17.632Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T10:59:17.632Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T10:59:17.894Z] Installing collected packages: dockerpty, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, texttable, jsonschema, cached-property, docker-compose [2021-02-04T10:59:17.894Z] Running setup.py install for dockerpty: started [2021-02-04T10:59:18.469Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T10:59:18.469Z] Running setup.py install for PyYAML: started [2021-02-04T10:59:19.051Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T10:59:19.051Z] Attempting uninstall: idna [2021-02-04T10:59:19.051Z] Found existing installation: idna 2.9 [2021-02-04T10:59:19.051Z] Uninstalling idna-2.9: [2021-02-04T10:59:19.051Z] Successfully uninstalled idna-2.9 [2021-02-04T10:59:19.314Z] Attempting uninstall: urllib3 [2021-02-04T10:59:19.314Z] Found existing installation: urllib3 1.25.9 [2021-02-04T10:59:19.314Z] Uninstalling urllib3-1.25.9: [2021-02-04T10:59:19.314Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T10:59:19.576Z] Attempting uninstall: requests [2021-02-04T10:59:19.577Z] Found existing installation: requests 2.23.0 [2021-02-04T10:59:19.577Z] Uninstalling requests-2.23.0: [2021-02-04T10:59:19.577Z] Successfully uninstalled requests-2.23.0 [2021-02-04T10:59:19.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2021-02-04T10:59:19.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-04T10:59:20.155Z] Running setup.py install for docopt: started [2021-02-04T10:59:20.416Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T10:59:20.416Z] Running setup.py install for texttable: started [2021-02-04T10:59:20.990Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T10:59:21.564Z] 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-02-04T10:59:24.931Z] Removing intermediate container 8f54b484ca7d [2021-02-04T10:59:24.931Z] ---> f1b321d43d45 [2021-02-04T10:59:24.931Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T10:59:24.931Z] ---> Running in 36844842306e [2021-02-04T10:59:25.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T10:59:25.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T10:59:25.784Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T10:59:25.784Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T10:59:26.046Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T10:59:26.046Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T10:59:26.046Z] OK: 72 MiB in 58 packages [2021-02-04T10:59:26.622Z] Removing intermediate container 36844842306e [2021-02-04T10:59:26.622Z] ---> ae18d4ea3a9f [2021-02-04T10:59:26.622Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T10:59:26.622Z] ---> Running in 9a529e18983c [2021-02-04T10:59:27.570Z] Removing intermediate container 9a529e18983c [2021-02-04T10:59:27.570Z] ---> 64156a820b58 [2021-02-04T10:59:27.570Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T10:59:27.570Z] ---> Running in 7e55ab8fb296 [2021-02-04T10:59:27.570Z] Removing intermediate container 7e55ab8fb296 [2021-02-04T10:59:27.570Z] ---> fd8e3f9eeb97 [2021-02-04T10:59:27.570Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T10:59:27.833Z] ---> Running in 4d19521c3c41 [2021-02-04T10:59:27.833Z] Removing intermediate container 4d19521c3c41 [2021-02-04T10:59:27.833Z] ---> e3fb92538d6b [2021-02-04T10:59:27.833Z] Step 25/26 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T10:59:28.095Z] ---> Running in f5292d4693c7 [2021-02-04T10:59:28.095Z] Removing intermediate container f5292d4693c7 [2021-02-04T10:59:28.095Z] ---> a2c8fb8ae2f2 [2021-02-04T10:59:28.095Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T10:59:28.357Z] ---> Running in 47aebff29041 [2021-02-04T10:59:28.357Z] Removing intermediate container 47aebff29041 [2021-02-04T10:59:28.357Z] ---> b801b66dc166 [2021-02-04T10:59:28.357Z] [2021-02-04T10:59:28.619Z] Successfully built b801b66dc166 [2021-02-04T10:59:28.619Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T10:59:28.892Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T10:59:28.920Z] $ docker stop --time=1 ad5da508469625fae40e321206ece40a65aab82323db59fee4d61a100cbe4213 [2021-02-04T10:59:30.646Z] $ docker rm -f ad5da508469625fae40e321206ece40a65aab82323db59fee4d61a100cbe4213 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T10:59:31.376Z] + docker images [2021-02-04T10:59:31.376Z] + grep docker [2021-02-04T10:59:31.955Z] docker-sys-mgmt-agent-go latest b801b66dc166 3 seconds ago 313MB [2021-02-04T10:59:31.955Z] docker-security-secretstore-setup-go latest f55b6e2747cf 31 seconds ago 24.6MB [2021-02-04T10:59:31.955Z] docker-core-command-go latest ac18d5e2d7ad 34 seconds ago 16.9MB [2021-02-04T10:59:31.955Z] docker-support-scheduler-go latest 1afcc699bc4e 35 seconds ago 17MB [2021-02-04T10:59:31.955Z] docker-security-bootstrapper-go latest 99e13760493b 2 minutes ago 23.8MB [2021-02-04T10:59:31.955Z] docker-core-data-go latest 3072fdbf65d7 2 minutes ago 22.3MB [2021-02-04T10:59:31.955Z] docker-core-metadata-go latest 768acd6cd70d 2 minutes ago 18.8MB [2021-02-04T10:59:31.955Z] docker-support-notifications-go latest f06181f5b2d1 2 minutes ago 17.5MB [2021-02-04T10:59:31.955Z] docker-security-proxy-setup-go latest 0cc0fe0802c2 2 minutes ago 24.4MB [2021-02-04T10:59:31.955Z] docker 20.10.0 aefe523efa57 7 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-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.554s coverage: 63.5% of statements [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.775s coverage: 68.9% of statements [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.347s coverage: 37.0% of statements [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T10:59:34.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.550s coverage: 84.0% of statements [2021-02-04T10:59:34.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.116s coverage: 100.0% of statements [2021-02-04T10:59:41.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.458s coverage: 47.0% of statements [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T10:59:41.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T10:59:41.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T10:59:41.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.248s coverage: 90.4% of statements [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:59:41.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T10:59:48.067Z] Still waiting to schedule task [2021-02-04T10:59:48.067Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-24968’ [2021-02-04T10:59:49.895Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.014s coverage: 29.1% of statements [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T10:59:49.895Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T10:59:49.895Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T10:59:49.895Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.141s coverage: 100.0% of statements [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T10:59:49.895Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T10:59:49.895Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T10:59:49.895Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T10:59:49.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T10:59:49.895Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements [2021-02-04T10:59:49.895Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2021-02-04T10:59:49.895Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-02-04T10:59:50.870Z] GO111MODULE=on go vet ./... [2021-02-04T11:01:12.714Z] gofmt -l . [2021-02-04T11:01:12.714Z] [ "`gofmt -l .`" = "" ] [2021-02-04T11:01:12.714Z] ./bin/test-go-mod-tidy.sh [2021-02-04T11:01:12.714Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T11:01:13.373Z] + ls -al . [2021-02-04T11:01:13.373Z] total 712 [2021-02-04T11:01:13.373Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 11:01 . [2021-02-04T11:01:13.373Z] drwxr-xr-x 4 root root 4096 Feb 4 10:56 .. [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 10:55 .dockerignore [2021-02-04T11:01:13.373Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:55 .git [2021-02-04T11:01:13.373Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 10:55 .github [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 10:55 .gitignore [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 10:55 .sonarcloud.properties [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:55 Attribution.txt [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:55 CONTRIBUTING.md [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 10:55 Dockerfile.build [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 10:55 Jenkinsfile [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:55 LICENSE [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:55 Makefile [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:55 README.md [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:55 SECURITY.md [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 10:50 VERSION [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:55 ZMQWindows.md [2021-02-04T11:01:13.373Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 10:55 bin [2021-02-04T11:01:13.373Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 10:55 cmd [2021-02-04T11:01:13.373Z] -rw-r--r-- 1 root root 580808 Feb 4 10:59 coverage.out [2021-02-04T11:01:13.373Z] -rw-r--r-- 1 root root 1054 Feb 4 11:01 go.mod [2021-02-04T11:01:13.373Z] -rw-r--r-- 1 root root 19401 Feb 4 11:01 go.sum [2021-02-04T11:01:13.373Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 10:55 internal [2021-02-04T11:01:13.373Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:55 openapi [2021-02-04T11:01:13.373Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 10:55 snap [2021-02-04T11:01:13.373Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 10:55 version.go [Pipeline] sh [2021-02-04T11:01:14.035Z] + '[' -e coverage.out ] [2021-02-04T11:01:14.035Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T11:01:14.168Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T11:01:15.415Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T11:01:16.154Z] + make build [2021-02-04T11:01:16.154Z] 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-02-04T11:01:28.604Z] 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-02-04T11:01:50.797Z] 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-02-04T11:01:54.172Z] 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-02-04T11:01:59.566Z] 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-02-04T11:02:00.162Z] 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-02-04T11:02:05.559Z] 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-02-04T11:02:09.880Z] 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-02-04T11:02:13.270Z] 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-02-04T11:02:17.570Z] 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-02-04T11:02:20.953Z] 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-02-04T11:02:24.334Z] 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-02-04T11:02:27.719Z] 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-02-04T11:02:33.148Z] $ docker stop --time=1 6bd92a26abc7c4bef6b588ee776189ad5d9300895e2cb885f855c2b5dd3c2f93 [2021-02-04T11:02:35.581Z] $ docker rm -f 6bd92a26abc7c4bef6b588ee776189ad5d9300895e2cb885f855c2b5dd3c2f93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:02:38.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:02:38.044Z] [2021-02-04T11:02:38.044Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:02:38.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:02:38.767Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T11:02:38.767Z] 29e5d40040c1: Pulling fs layer [2021-02-04T11:02:38.767Z] 1ce36da41761: Pulling fs layer [2021-02-04T11:02:38.767Z] 25b303627fd3: Pulling fs layer [2021-02-04T11:02:38.767Z] 29e5d40040c1: Verifying Checksum [2021-02-04T11:02:38.767Z] 29e5d40040c1: Download complete [2021-02-04T11:02:39.373Z] 1ce36da41761: Verifying Checksum [2021-02-04T11:02:39.373Z] 1ce36da41761: Download complete [2021-02-04T11:02:39.647Z] 29e5d40040c1: Pull complete [2021-02-04T11:02:41.078Z] 1ce36da41761: Pull complete [2021-02-04T11:02:41.078Z] 25b303627fd3: Verifying Checksum [2021-02-04T11:02:41.078Z] 25b303627fd3: Download complete [2021-02-04T11:02:51.239Z] 25b303627fd3: Pull complete [2021-02-04T11:02:51.239Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T11:02:51.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:02:51.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T11:02:51.471Z] prd-ubuntu18.04-docker-arm64-4c-16g-24983 does not seem to be running inside a container [2021-02-04T11:02:51.566Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T11:02:54.593Z] $ docker top a5beb19be48f2844f9c48ddb1409ef6eaf35192e0f4220be10c40a766941bb97 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T11:02:55.665Z] + grep parallel [2021-02-04T11:02:55.665Z] + docker-compose build --help [2021-02-04T11:02:59.037Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T11:02:59.342Z] $ docker stop --time=1 a5beb19be48f2844f9c48ddb1409ef6eaf35192e0f4220be10c40a766941bb97 [2021-02-04T11:03:01.190Z] $ docker rm -f a5beb19be48f2844f9c48ddb1409ef6eaf35192e0f4220be10c40a766941bb97 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:03:02.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T11:03:02.182Z] . [Pipeline] withDockerContainer [2021-02-04T11:03:02.483Z] prd-ubuntu18.04-docker-arm64-4c-16g-24983 does not seem to be running inside a container [2021-02-04T11:03:02.618Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-02-04T11:03:04.087Z] $ docker top 408b95250ab72ba641efcc26491a5900aac6c6e5f35cb736bc2b203375657b44 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T11:03:05.283Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T11:03:09.612Z] Building docker-core-command-go ... [2021-02-04T11:03:09.612Z] Building docker-core-data-go ... [2021-02-04T11:03:09.612Z] Building docker-core-metadata-go ... [2021-02-04T11:03:09.612Z] Building docker-security-bootstrapper-go ... [2021-02-04T11:03:09.612Z] Building docker-security-proxy-setup-go ... [2021-02-04T11:03:09.612Z] Building docker-security-secretstore-setup-go ... [2021-02-04T11:03:09.612Z] Building docker-support-notifications-go ... [2021-02-04T11:03:09.612Z] Building docker-support-scheduler-go ... [2021-02-04T11:03:09.612Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T11:03:09.612Z] Building docker-security-secretstore-setup-go [2021-02-04T11:03:09.612Z] Building docker-sys-mgmt-agent-go [2021-02-04T11:03:09.612Z] Building docker-core-metadata-go [2021-02-04T11:03:09.612Z] Building docker-support-notifications-go [2021-02-04T11:03:09.612Z] Building docker-security-bootstrapper-go [2021-02-04T11:03:50.955Z] Running on prd-ubuntu18.04-docker-8c-8g-24987 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws [2021-02-04T11:03:51.063Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-04T11:03:53.323Z] using credential edgex-jenkins-ssh [2021-02-04T11:03:53.561Z] Cloning the remote Git repository [2021-02-04T11:03:53.590Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T11:03:53.656Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-04T11:03:53.684Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T11:03:53.684Z] > git --version # timeout=10 [2021-02-04T11:03:53.694Z] > git --version # 'git version 2.17.1' [2021-02-04T11:03:53.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T11:03:53.734Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T11:04:16.941Z] Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:04:17.090Z] Merge succeeded, producing 8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:04:17.090Z] Checking out Revision 8990d2bdda0219ec7ffade784f01aa1108ef8598 (PR-3116) [2021-02-04T11:04:16.482Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T11:04:16.497Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T11:04:16.507Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T11:04:16.519Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T11:04:16.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T11:04:16.528Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T11:04:16.970Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T11:04:16.973Z] > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 [2021-02-04T11:04:17.084Z] > git remote # timeout=10 [2021-02-04T11:04:17.089Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T11:04:17.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T11:04:17.096Z] > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [2021-02-04T11:04:17.106Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T11:04:17.113Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T11:04:17.115Z] > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 [2021-02-04T11:04:20.797Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:04:21.898Z] + echo snap-build.sh [2021-02-04T11:04:21.899Z] snap-build.sh [2021-02-04T11:04:21.899Z] + SNAP_BASE_DIR=. [2021-02-04T11:04:21.899Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-02-04T11:04:21.899Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-02-04T11:04:21.899Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-02-04T11:04:21.899Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-02-04T11:04:21.899Z] + cd /w/workspace/edgex-go/8 [2021-02-04T11:04:21.899Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T11:04:21.899Z] Reading package lists... [2021-02-04T11:04:22.160Z] Building dependency tree... [2021-02-04T11:04:22.160Z] Reading state information... [2021-02-04T11:04:22.160Z] The following packages were automatically installed and are no longer required: [2021-02-04T11:04:22.160Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T11:04:22.160Z] uidmap xdelta3 [2021-02-04T11:04:22.160Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T11:04:22.160Z] The following packages will be REMOVED: [2021-02-04T11:04:22.160Z] lxd* lxd-client* [2021-02-04T11:04:22.731Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T11:04:22.731Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T11:04:23.773Z] (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-02-04T11:04:23.773Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T11:04:24.343Z] Removing lxd dnsmasq configuration [2021-02-04T11:04:24.343Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T11:04:24.603Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T11:04:25.175Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T11:04:25.435Z] (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-02-04T11:04:25.435Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T11:04:26.822Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T11:04:26.822Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T11:04:28.204Z] + sudo snap remove --purge lxd [2021-02-04T11:04:28.204Z] snap "lxd" is not installed [2021-02-04T11:04:28.204Z] + sudo groupadd --force --system lxd [2021-02-04T11:04:28.204Z] ++ whoami [2021-02-04T11:04:28.204Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T11:04:28.464Z] + newgrp - lxd [2021-02-04T11:04:28.464Z] + sudo snap install lxd [2021-02-04T11:04:31.341Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:04:31.341Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:04:31.341Z] ---> 06398964b6d1 [2021-02-04T11:04:31.341Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T11:04:31.341Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:04:31.341Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:04:31.341Z] ---> 06398964b6d1 [2021-02-04T11:04:31.341Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T11:04:31.341Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:04:31.341Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:04:31.341Z] ---> 06398964b6d1 [2021-02-04T11:04:31.341Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T11:04:31.341Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:04:31.341Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:04:31.341Z] ---> 06398964b6d1 [2021-02-04T11:04:31.341Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T11:04:31.341Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:04:31.341Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:04:31.341Z] ---> 06398964b6d1 [2021-02-04T11:04:31.341Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T11:04:31.341Z] ---> Running in f2ed956f3e36 [2021-02-04T11:04:31.341Z] ---> Running in 047585da34bd [2021-02-04T11:04:31.341Z] ---> Running in cdedeadf411d [2021-02-04T11:04:31.341Z] ---> Running in 53f1318f915d [2021-02-04T11:04:31.341Z] ---> Running in 28cbabc14c87 [2021-02-04T11:04:31.341Z] Removing intermediate container 53f1318f915d [2021-02-04T11:04:31.341Z] ---> cb9ffd1fdf7b [2021-02-04T11:04:31.341Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:04:31.341Z] Removing intermediate container cdedeadf411d [2021-02-04T11:04:31.341Z] Removing intermediate container f2ed956f3e36 [2021-02-04T11:04:31.341Z] ---> 13e8b1dcf90e [2021-02-04T11:04:31.341Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 7efee7453dd7 [2021-02-04T11:04:31.341Z] [2021-02-04T11:04:31.341Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:04:31.341Z] Removing intermediate container 28cbabc14c87 [2021-02-04T11:04:31.341Z] ---> 54219e7c2732 [2021-02-04T11:04:31.341Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:04:31.341Z] Removing intermediate container 047585da34bd [2021-02-04T11:04:31.341Z] ---> 896cc6b07026 [2021-02-04T11:04:31.341Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:04:31.341Z] ---> Running in e16ae9db074e [2021-02-04T11:04:31.341Z] ---> Running in 629712d91eaa [2021-02-04T11:04:31.341Z] ---> Running in f271f76afb40 [2021-02-04T11:04:31.341Z] ---> Running in 36df736c37fc [2021-02-04T11:04:31.341Z] ---> Running in 4d5a58f4fd78 [2021-02-04T11:04:31.341Z] Removing intermediate container e16ae9db074e [2021-02-04T11:04:31.341Z] ---> 219aff2cffda [2021-02-04T11:04:31.341Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T11:04:31.341Z] ---> Running in 34f69163197a [2021-02-04T11:04:31.341Z] Removing intermediate container 629712d91eaa [2021-02-04T11:04:31.341Z] ---> 2e21f966311e [2021-02-04T11:04:31.341Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T11:04:31.341Z] ---> Running in 5cd4b9e7ec80 [2021-02-04T11:04:31.341Z] Removing intermediate container 36df736c37fc [2021-02-04T11:04:31.341Z] ---> 93a8dd9531c1 [2021-02-04T11:04:31.341Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T11:04:31.341Z] Removing intermediate container 4d5a58f4fd78 [2021-02-04T11:04:31.341Z] ---> 0d99df0b0091 [2021-02-04T11:04:31.341Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T11:04:31.341Z] Removing intermediate container f271f76afb40 [2021-02-04T11:04:31.341Z] ---> bcd85a5ad784 [2021-02-04T11:04:31.341Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T11:04:31.341Z] ---> Running in d01772774148 [2021-02-04T11:04:31.341Z] ---> Running in 24c253fcf6ea [2021-02-04T11:04:31.341Z] ---> Running in 1bdb59ef02dc [2021-02-04T11:04:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:31.341Z] OK: 217 MiB in 51 packages [2021-02-04T11:04:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:31.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:04:31.341Z] OK: 217 MiB in 51 packages [2021-02-04T11:04:31.341Z] OK: 217 MiB in 51 packages [2021-02-04T11:04:31.341Z] OK: 217 MiB in 51 packages [2021-02-04T11:04:31.624Z] OK: 217 MiB in 51 packages [2021-02-04T11:04:31.624Z] Removing intermediate container 34f69163197a [2021-02-04T11:04:31.624Z] ---> 281af1b0dda1 [2021-02-04T11:04:31.624Z] Step 6/23 : COPY go.mod . [2021-02-04T11:04:32.614Z] Removing intermediate container 5cd4b9e7ec80 [2021-02-04T11:04:32.614Z] ---> 3e54fe1b12d1 [2021-02-04T11:04:32.614Z] Step 6/22 : COPY go.mod . [2021-02-04T11:04:32.890Z] ---> 635d9d3fe4fe [2021-02-04T11:04:32.890Z] Step 7/23 : RUN go mod download [2021-02-04T11:04:33.165Z] Removing intermediate container d01772774148 [2021-02-04T11:04:33.165Z] Removing intermediate container 24c253fcf6ea [2021-02-04T11:04:33.165Z] ---> 8752dd863a24 [2021-02-04T11:04:33.165Z] Step 6/24 : COPY go.mod . [2021-02-04T11:04:33.165Z] ---> 4589ea28858e [2021-02-04T11:04:33.165Z] Step 6/31 : COPY go.mod . [2021-02-04T11:04:33.165Z] ---> Running in 54a7a6dd89da [2021-02-04T11:04:33.165Z] Removing intermediate container 1bdb59ef02dc [2021-02-04T11:04:33.165Z] ---> 28b5ca659fab [2021-02-04T11:04:33.165Z] Step 6/26 : COPY go.mod . [2021-02-04T11:04:33.773Z] ---> 3f7e9905d266 [2021-02-04T11:04:33.773Z] Step 7/22 : RUN go mod download [2021-02-04T11:04:34.047Z] ---> Running in 51aa7a6fc1cc [2021-02-04T11:04:34.643Z] ---> adf74f454b3d [2021-02-04T11:04:34.643Z] Step 7/26 : RUN go mod download [2021-02-04T11:04:34.643Z] ---> 1d52244dc6da [2021-02-04T11:04:34.643Z] Step 7/24 : RUN go mod download [2021-02-04T11:04:34.643Z] ---> b32971189609 [2021-02-04T11:04:34.643Z] Step 7/31 : RUN go mod download [2021-02-04T11:04:34.916Z] ---> Running in 5ce5dbe1a6c4 [2021-02-04T11:04:34.916Z] ---> Running in e330adf6c737 [2021-02-04T11:04:34.916Z] ---> Running in 3501eadded4b [2021-02-04T11:04:36.598Z] 2021-02-04T11:04:34Z INFO Waiting for automatic snapd restart... [2021-02-04T11:04:36.940Z] Removing intermediate container 54a7a6dd89da [2021-02-04T11:04:36.940Z] ---> 574c6b9c4172 [2021-02-04T11:04:36.940Z] Step 8/23 : COPY . . [2021-02-04T11:04:38.390Z] Removing intermediate container 51aa7a6fc1cc [2021-02-04T11:04:38.390Z] ---> 3498a0152766 [2021-02-04T11:04:38.390Z] Step 8/22 : COPY . . [2021-02-04T11:04:39.386Z] Removing intermediate container 5ce5dbe1a6c4 [2021-02-04T11:04:39.386Z] ---> 646fdcd881ff [2021-02-04T11:04:39.386Z] Step 8/26 : COPY . . [2021-02-04T11:04:40.011Z] Removing intermediate container e330adf6c737 [2021-02-04T11:04:40.011Z] ---> 7bc2b59d61c8 [2021-02-04T11:04:40.011Z] Step 8/24 : COPY . . [2021-02-04T11:04:40.606Z] Removing intermediate container 3501eadded4b [2021-02-04T11:04:40.606Z] ---> 06acdd9876b2 [2021-02-04T11:04:40.606Z] Step 8/31 : COPY . . [2021-02-04T11:04:48.827Z] lxd 4.10 from Canonical* installed [2021-02-04T11:04:48.827Z] + sudo lxd init --auto [2021-02-04T11:04:56.959Z] + sudo snap install --classic snapcraft [2021-02-04T11:05:05.106Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T11:05:05.106Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T11:05:05.106Z] + patch --verbose -p1 [2021-02-04T11:05:05.106Z] Hmm... Looks like a unified diff to me... [2021-02-04T11:05:05.106Z] The text leading up to this was: [2021-02-04T11:05:05.106Z] -------------------------- [2021-02-04T11:05:05.106Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T11:05:05.106Z] |From: Tony Espy [2021-02-04T11:05:05.106Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T11:05:05.106Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T11:05:05.106Z] | [2021-02-04T11:05:05.106Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T11:05:05.106Z] |optimize the snap CI check run for pull requests. When [2021-02-04T11:05:05.106Z] |applied, it essentially strips out everything (apps and [2021-02-04T11:05:05.106Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T11:05:05.106Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T11:05:05.106Z] |catch changes to edgex-go that break the snap build. [2021-02-04T11:05:05.106Z] | [2021-02-04T11:05:05.106Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T11:05:05.106Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T11:05:05.106Z] |resulting in a failed snap build CI check in the associated [2021-02-04T11:05:05.106Z] |pull request. [2021-02-04T11:05:05.106Z] | [2021-02-04T11:05:05.106Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T11:05:05.106Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T11:05:05.106Z] |need to build the finally binary .snap file (and it won't [2021-02-04T11:05:05.106Z] |work with the patch applied). This further reduces the build [2021-02-04T11:05:05.106Z] |time. [2021-02-04T11:05:05.106Z] |--- [2021-02-04T11:05:05.106Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T11:05:05.106Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T11:05:05.106Z] | [2021-02-04T11:05:05.106Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T11:05:05.106Z] |index 1e537489..faf42425 100644 [2021-02-04T11:05:05.106Z] |--- a/snap/snapcraft.yaml [2021-02-04T11:05:05.106Z] |+++ b/snap/snapcraft.yaml [2021-02-04T11:05:05.106Z] -------------------------- [2021-02-04T11:05:05.106Z] patching file snap/snapcraft.yaml [2021-02-04T11:05:05.106Z] Using Plan A... [2021-02-04T11:05:05.106Z] Hunk #1 succeeded at 73. [2021-02-04T11:05:05.106Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T11:05:05.106Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T11:05:05.106Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T11:05:05.106Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T11:05:05.106Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T11:05:05.106Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T11:05:05.106Z] Hunk #8 succeeded at 342. [2021-02-04T11:05:05.106Z] Hmm... Ignoring the trailing garbage. [2021-02-04T11:05:05.106Z] done [2021-02-04T11:05:05.106Z] + sudo snapcraft prime --use-lxd [2021-02-04T11:05:05.677Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T11:05:05.677Z] 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-02-04T11:05:05.677Z] - README.md [2021-02-04T11:05:05.677Z] - snapcraft.yaml.orig [2021-02-04T11:05:05.677Z] [2021-02-04T11:05:05.677Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T11:05:06.248Z] Launching a container. [2021-02-04T11:05:07.454Z] ---> 6cb2f4049818 [2021-02-04T11:05:07.454Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T11:05:07.454Z] ---> 1790637ea201 [2021-02-04T11:05:07.454Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T11:05:07.454Z] ---> 095df5de04cf [2021-02-04T11:05:07.454Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T11:05:07.454Z] ---> 5dff50cc856f [2021-02-04T11:05:07.454Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T11:05:07.454Z] ---> 9946ede337e5 [2021-02-04T11:05:07.454Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T11:05:07.454Z] ---> Running in fe6d6c00c15e [2021-02-04T11:05:07.454Z] ---> Running in 10dbe6132c0f [2021-02-04T11:05:07.454Z] ---> Running in 27962e1f2270 [2021-02-04T11:05:07.454Z] ---> Running in 894b6e8d2601 [2021-02-04T11:05:07.454Z] ---> Running in c733db5ff149 [2021-02-04T11:05:07.454Z] 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-02-04T11:05:07.730Z] 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-02-04T11:05:08.007Z] 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-02-04T11:05:08.007Z] 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-02-04T11:05:08.007Z] 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-02-04T11:05:18.472Z] Waiting for container to be ready [2021-02-04T11:05:18.472Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T11:05:18.472Z] [2021-02-04T11:05:21.029Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T11:05:21.029Z] Waiting for network to be ready... [2021-02-04T11:05:21.600Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T11:05:21.600Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T11:05:21.861Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T11:05:21.861Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T11:05:22.121Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T11:05:22.384Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T11:05:22.384Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T11:05:22.384Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T11:05:22.384Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T11:05:22.384Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T11:05:22.384Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T11:05:22.384Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T11:05:22.384Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T11:05:22.384Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T11:05:22.384Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T11:05:22.384Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T11:05:22.384Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T11:05:22.385Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T11:05:22.646Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T11:05:22.647Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T11:05:22.907Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T11:05:22.907Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T11:05:22.907Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T11:05:22.907Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T11:05:22.907Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T11:05:22.907Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T11:05:23.171Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T11:05:27.397Z] Fetched 23.9 MB in 5s (4499 kB/s) [2021-02-04T11:05:27.658Z] Reading package lists... [2021-02-04T11:05:27.920Z] Reading package lists... [2021-02-04T11:05:28.179Z] Building dependency tree... [2021-02-04T11:05:28.180Z] Reading state information... [2021-02-04T11:05:28.180Z] The following additional packages will be installed: [2021-02-04T11:05:28.180Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T11:05:28.180Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T11:05:28.180Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T11:05:28.180Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T11:05:28.180Z] Suggested packages: [2021-02-04T11:05:28.180Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T11:05:28.180Z] Recommended packages: [2021-02-04T11:05:28.180Z] gnupg libsasl2-modules [2021-02-04T11:05:28.180Z] The following NEW packages will be installed: [2021-02-04T11:05:28.180Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T11:05:28.180Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T11:05:28.180Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T11:05:28.180Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T11:05:28.180Z] The following packages will be upgraded: [2021-02-04T11:05:28.180Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T11:05:28.439Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T11:05:28.439Z] Need to get 3533 kB of archives. [2021-02-04T11:05:28.439Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T11:05:28.439Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T11:05:28.439Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T11:05:28.439Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T11:05:28.440Z] Get:4 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-02-04T11:05:28.440Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-04T11:05:28.440Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T11:05:28.440Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-04T11:05:28.440Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T11:05:28.440Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T11:05:28.700Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T11:05:29.272Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T11:05:29.272Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T11:05:29.272Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T11:05:29.272Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T11:05:29.272Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T11:05:29.272Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T11:05:29.272Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T11:05:29.272Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T11:05:29.272Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T11:05:29.272Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T11:05:29.272Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T11:05:29.272Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T11:05:29.533Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:05:29.533Z] Fetched 3533 kB in 1s (3480 kB/s) [2021-02-04T11:05:29.533Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T11:05:29.533Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:05:29.533Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:05:29.801Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T11:05:29.801Z] Selecting previously unselected package udev. [2021-02-04T11:05:29.801Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T11:05:29.801Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:05:29.801Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T11:05:30.064Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T11:05:30.064Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T11:05:30.064Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T11:05:30.326Z] Selecting previously unselected package fuse. [2021-02-04T11:05:30.326Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T11:05:30.326Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T11:05:30.326Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:30.326Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:05:30.589Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:30.589Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:05:30.589Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:30.589Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:05:30.853Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T11:05:30.853Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T11:05:30.853Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T11:05:30.853Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T11:05:30.853Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:05:30.853Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:31.117Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T11:05:31.117Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:05:31.117Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:31.379Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T11:05:31.379Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:05:31.379Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:31.379Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T11:05:31.379Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:05:31.379Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:31.379Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T11:05:31.379Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:05:31.379Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:31.642Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T11:05:31.642Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:05:31.642Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:31.642Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T11:05:31.642Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:05:31.642Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:31.642Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T11:05:31.642Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:05:31.908Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:31.908Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T11:05:31.908Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T11:05:31.908Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:31.908Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T11:05:31.908Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T11:05:31.908Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:05:31.908Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T11:05:31.908Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T11:05:32.171Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:05:32.171Z] Selecting previously unselected package libldap-common. [2021-02-04T11:05:32.171Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T11:05:32.171Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:05:32.171Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T11:05:32.171Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T11:05:32.171Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:05:32.434Z] Selecting previously unselected package dirmngr. [2021-02-04T11:05:32.434Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:05:32.434Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T11:05:32.434Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:05:32.434Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T11:05:32.434Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T11:05:32.697Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:05:32.697Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T11:05:32.697Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T11:05:32.697Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:32.697Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T11:05:32.697Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:05:32.697Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T11:05:33.269Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T11:05:33.269Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:33.269Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T11:05:33.530Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T11:05:33.530Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T11:05:33.530Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:33.530Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:33.530Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:33.530Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:33.530Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:33.530Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:33.530Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T11:05:33.792Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T11:05:33.792Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T11:05:33.792Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:05:34.053Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T11:05:34.053Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T11:05:34.053Z] This means they are not meant to be enabled using systemctl. [2021-02-04T11:05:34.053Z] Possible reasons for having this kind of units are: [2021-02-04T11:05:34.053Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T11:05:34.053Z] .wants/ or .requires/ directory. [2021-02-04T11:05:34.053Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T11:05:34.053Z] a requirement dependency on it. [2021-02-04T11:05:34.053Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T11:05:34.053Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T11:05:34.053Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T11:05:34.053Z] instance name specified. [2021-02-04T11:05:34.576Z] Reading package lists... [2021-02-04T11:05:34.576Z] Building dependency tree... [2021-02-04T11:05:34.576Z] Reading state information... [2021-02-04T11:05:34.838Z] The following additional packages will be installed: [2021-02-04T11:05:34.838Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T11:05:34.838Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T11:05:34.838Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T11:05:34.838Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T11:05:34.838Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T11:05:34.838Z] Suggested packages: [2021-02-04T11:05:34.838Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T11:05:34.838Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T11:05:34.838Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T11:05:34.838Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T11:05:34.838Z] systemd-container policykit-1 [2021-02-04T11:05:34.838Z] Recommended packages: [2021-02-04T11:05:34.838Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T11:05:34.838Z] The following NEW packages will be installed: [2021-02-04T11:05:34.838Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T11:05:34.838Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T11:05:34.838Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T11:05:34.838Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T11:05:34.838Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T11:05:34.838Z] The following packages will be upgraded: [2021-02-04T11:05:34.838Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T11:05:34.838Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T11:05:34.838Z] Need to get 35.2 MB of archives. [2021-02-04T11:05:34.838Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T11:05:34.838Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T11:05:35.099Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T11:05:35.099Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T11:05:35.099Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-04T11:05:35.099Z] 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-02-04T11:05:35.099Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T11:05:35.099Z] 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-02-04T11:05:35.099Z] 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-02-04T11:05:35.099Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T11:05:35.099Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T11:05:35.099Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T11:05:35.099Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T11:05:35.099Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T11:05:35.099Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T11:05:35.099Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T11:05:35.099Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T11:05:35.099Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T11:05:35.099Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T11:05:35.673Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T11:05:35.673Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T11:05:35.673Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T11:05:35.673Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T11:05:35.673Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T11:05:35.673Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T11:05:35.673Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T11:05:35.935Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T11:05:35.935Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T11:05:35.935Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T11:05:35.935Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T11:05:35.935Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T11:05:37.320Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:05:37.320Z] Fetched 35.2 MB in 2s (15.3 MB/s) [2021-02-04T11:05:37.320Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T11:05:37.320Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:05:37.581Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:05:38.157Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:05:38.157Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:05:38.157Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T11:05:38.419Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T11:05:38.419Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T11:05:38.419Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T11:05:38.683Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T11:05:38.683Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T11:05:38.683Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T11:05:38.683Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T11:05:38.947Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T11:05:38.947Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T11:05:39.523Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T11:05:39.523Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T11:05:39.523Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T11:05:39.785Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T11:05:39.785Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T11:05:39.785Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:05:40.047Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:05:40.047Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T11:05:40.047Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T11:05:40.047Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T11:05:40.309Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T11:05:40.309Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:05:40.309Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:05:40.579Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T11:05:40.579Z] Checking for services that may need to be restarted...done. [2021-02-04T11:05:40.579Z] Checking for services that may need to be restarted...done. [2021-02-04T11:05:40.579Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:05:40.842Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T11:05:40.842Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:05:41.416Z] Selecting previously unselected package python3-minimal. [2021-02-04T11:05:41.416Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T11:05:41.416Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T11:05:41.416Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T11:05:41.677Z] Selecting previously unselected package mime-support. [2021-02-04T11:05:41.677Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T11:05:41.677Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T11:05:41.677Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T11:05:41.677Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T11:05:41.677Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T11:05:41.937Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T11:05:41.937Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:05:41.937Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:05:42.198Z] Selecting previously unselected package python3.6. [2021-02-04T11:05:42.198Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T11:05:42.198Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:05:42.198Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T11:05:42.198Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T11:05:42.198Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T11:05:42.198Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T11:05:42.459Z] Selecting previously unselected package python3. [2021-02-04T11:05:42.459Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T11:05:42.459Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T11:05:42.721Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T11:05:42.721Z] Selecting previously unselected package multiarch-support. [2021-02-04T11:05:42.721Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:05:42.721Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T11:05:42.721Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T11:05:42.721Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T11:05:42.721Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T11:05:42.721Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T11:05:42.983Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T11:05:42.983Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T11:05:42.983Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T11:05:42.983Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T11:05:42.983Z] Selecting previously unselected package sudo. [2021-02-04T11:05:42.983Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T11:05:42.983Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T11:05:43.245Z] Selecting previously unselected package apparmor. [2021-02-04T11:05:43.245Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T11:05:43.245Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T11:05:43.245Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T11:05:43.245Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T11:05:43.245Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T11:05:43.511Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T11:05:43.511Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:05:43.511Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:05:43.511Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T11:05:43.511Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:05:43.511Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:05:43.511Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T11:05:43.776Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T11:05:43.776Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T11:05:43.776Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T11:05:43.776Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:05:43.776Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:05:44.041Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T11:05:44.041Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T11:05:44.041Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:05:44.041Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T11:05:44.041Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T11:05:44.041Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T11:05:44.303Z] Selecting previously unselected package openssh-client. [2021-02-04T11:05:44.303Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T11:05:44.303Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T11:05:44.566Z] Selecting previously unselected package squashfs-tools. [2021-02-04T11:05:44.566Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T11:05:44.566Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T11:05:44.566Z] Selecting previously unselected package snapd. [2021-02-04T11:05:44.566Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T11:05:44.566Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T11:05:47.887Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T11:05:47.888Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T11:05:47.888Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T11:05:48.150Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T11:05:48.150Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T11:05:48.150Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:05:48.150Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:05:48.150Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T11:05:48.150Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T11:05:48.939Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T11:05:49.205Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T11:05:49.205Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T11:05:49.476Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:05:49.476Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:05:49.476Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T11:05:50.420Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T11:05:50.420Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:05:50.420Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T11:05:50.420Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T11:05:50.420Z] running python rtupdate hooks for python3.6... [2021-02-04T11:05:50.420Z] running python post-rtupdate hooks for python3.6... [2021-02-04T11:05:50.420Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T11:05:51.808Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T11:05:52.068Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T11:05:52.068Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T11:05:52.328Z] Setting up snapd (2.48+18.04) ... [2021-02-04T11:05:52.904Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T11:05:52.904Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T11:05:53.164Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T11:05:53.425Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T11:05:53.686Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T11:05:53.686Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T11:05:53.686Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T11:05:53.948Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T11:05:54.208Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T11:05:54.468Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T11:05:54.468Z] /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-02-04T11:05:54.468Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T11:05:54.729Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T11:05:55.300Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T11:05:55.562Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T11:05:55.562Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T11:05:57.205Z] Reading package lists... [2021-02-04T11:05:57.205Z] Reading package lists... [2021-02-04T11:05:57.466Z] Building dependency tree... [2021-02-04T11:05:57.466Z] Reading state information... [2021-02-04T11:05:57.466Z] Calculating upgrade... [2021-02-04T11:05:57.727Z] The following packages will be upgraded: [2021-02-04T11:05:57.727Z] advancecomp base-files bash binutils binutils-common [2021-02-04T11:05:57.727Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T11:05:57.727Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T11:05:57.727Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T11:05:57.727Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T11:05:57.727Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T11:05:57.727Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T11:05:57.727Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T11:05:57.727Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T11:05:57.727Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T11:05:57.727Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T11:05:57.727Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T11:05:57.727Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T11:05:57.727Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T11:05:57.727Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T11:05:57.990Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T11:05:57.990Z] Need to get 63.8 MB of archives. [2021-02-04T11:05:57.990Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T11:05:57.990Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T11:05:57.990Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T11:05:58.563Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T11:05:58.563Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T11:05:58.563Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T11:05:58.564Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T11:05:58.564Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T11:05:58.564Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T11:05:58.564Z] 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-02-04T11:05:58.564Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-04T11:05:58.564Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-04T11:05:58.564Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T11:05:58.564Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T11:05:58.564Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T11:05:58.564Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T11:05:58.564Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T11:05:58.564Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T11:05:58.824Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T11:05:58.824Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T11:05:58.824Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T11:05:58.824Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T11:05:58.825Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T11:05:58.825Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T11:05:58.825Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T11:05:58.825Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T11:05:58.825Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T11:05:58.825Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T11:05:58.825Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T11:05:58.825Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T11:05:58.825Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T11:05:58.825Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T11:05:58.825Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T11:05:58.825Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T11:05:59.085Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T11:05:59.085Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T11:05:59.085Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T11:05:59.085Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T11:05:59.085Z] Get:38 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-02-04T11:05:59.085Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T11:05:59.085Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T11:05:59.085Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-04T11:05:59.085Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T11:05:59.085Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T11:05:59.085Z] 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-02-04T11:05:59.085Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T11:05:59.085Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T11:05:59.085Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T11:05:59.085Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T11:05:59.085Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T11:05:59.085Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T11:05:59.085Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T11:05:59.085Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T11:05:59.085Z] Get:53 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-02-04T11:05:59.085Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T11:05:59.085Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T11:05:59.085Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T11:05:59.085Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T11:05:59.085Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T11:05:59.085Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T11:05:59.085Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T11:05:59.085Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T11:05:59.085Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T11:05:59.345Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T11:05:59.345Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T11:05:59.345Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T11:05:59.345Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T11:05:59.345Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T11:05:59.345Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T11:05:59.345Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T11:05:59.345Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T11:05:59.345Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T11:05:59.345Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T11:05:59.345Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T11:05:59.345Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T11:05:59.345Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T11:05:59.607Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T11:05:59.607Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T11:05:59.607Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T11:05:59.607Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T11:05:59.607Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T11:05:59.607Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T11:05:59.607Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T11:05:59.607Z] 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-02-04T11:06:00.072Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T11:06:00.072Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T11:06:00.072Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T11:06:00.333Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T11:06:00.333Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T11:06:00.333Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T11:06:00.333Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T11:06:00.595Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T11:06:00.861Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T11:06:00.861Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T11:06:00.861Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T11:06:01.438Z] 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-02-04T11:06:01.438Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T11:06:01.438Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T11:06:01.438Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T11:06:01.438Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T11:06:01.438Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:06:01.438Z] Fetched 63.8 MB in 4s (17.7 MB/s) [2021-02-04T11:06:01.700Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:01.700Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:06:01.700Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:06:02.270Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:06:02.270Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:06:02.529Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T11:06:02.529Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T11:06:03.469Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:03.469Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:06:03.469Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:03.469Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:06:03.729Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:03.729Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:06:03.729Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:03.729Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:06:03.990Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:03.990Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:06:03.990Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:03.990Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:06:04.249Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:04.249Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:06:04.249Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:04.509Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:06:04.509Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:04.509Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T11:06:04.509Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:04.509Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:06:04.509Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:04.769Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:06:04.769Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:04.769Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:06:04.769Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:05.030Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T11:06:05.030Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:05.290Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:06:05.290Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:06:05.290Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:06:05.863Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T11:06:06.124Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T11:06:06.124Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T11:06:06.124Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T11:06:06.124Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T11:06:06.124Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T11:06:06.384Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T11:06:06.384Z] Installing new version of config file /etc/issue ... [2021-02-04T11:06:06.384Z] Installing new version of config file /etc/issue.net ... [2021-02-04T11:06:06.384Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T11:06:06.384Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T11:06:06.644Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T11:06:06.904Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T11:06:06.904Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T11:06:06.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:06.904Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T11:06:06.904Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T11:06:07.164Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T11:06:07.164Z] 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-02-04T11:06:07.164Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:07.164Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:06:07.164Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T11:06:07.164Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:06:07.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:07.424Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T11:06:07.424Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T11:06:07.424Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T11:06:07.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:07.684Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T11:06:07.684Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T11:06:07.945Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T11:06:08.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:08.205Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:06:08.205Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:06:08.205Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T11:06:08.465Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:08.465Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:06:08.465Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:06:08.725Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T11:06:08.725Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:08.725Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T11:06:08.725Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T11:06:08.725Z] Setting up grep (3.1-2build1) ... [2021-02-04T11:06:08.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:08.985Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T11:06:08.985Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T11:06:08.985Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T11:06:09.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:09.245Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:06:09.245Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:06:09.245Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T11:06:09.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:09.245Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T11:06:09.245Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:06:09.816Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T11:06:09.816Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:06:10.076Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T11:06:10.076Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:06:10.645Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T11:06:10.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:10.904Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T11:06:10.904Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T11:06:11.843Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T11:06:11.843Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T11:06:11.843Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T11:06:12.103Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T11:06:12.103Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T11:06:12.103Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:12.103Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T11:06:12.103Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T11:06:12.362Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T11:06:12.362Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:12.362Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:06:12.362Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:06:12.362Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:06:12.622Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:12.622Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:06:12.622Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:06:12.622Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:06:12.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:12.881Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:06:12.881Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:06:12.881Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:06:12.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:12.881Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:06:12.881Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:06:13.140Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:06:13.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:13.140Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:06:13.140Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:06:13.402Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:06:13.402Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:06:13.402Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T11:06:13.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:13.661Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T11:06:13.661Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:06:13.661Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T11:06:13.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:13.922Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:06:13.922Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:06:13.922Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:06:13.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:13.922Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:06:14.183Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:06:14.183Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:06:14.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:14.183Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:06:14.443Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:06:14.705Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:06:14.965Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T11:06:15.534Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T11:06:15.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:15.534Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T11:06:15.534Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T11:06:15.795Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:06:15.795Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T11:06:15.795Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T11:06:15.795Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T11:06:16.055Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T11:06:16.055Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:16.055Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T11:06:16.315Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T11:06:16.315Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T11:06:16.575Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:16.575Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T11:06:16.575Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T11:06:16.575Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T11:06:16.836Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:16.836Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T11:06:16.836Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T11:06:16.836Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T11:06:17.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:17.097Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T11:06:17.097Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:06:17.097Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:06:17.362Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:17.362Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T11:06:17.362Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:06:17.624Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:06:17.624Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:17.624Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T11:06:17.884Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:06:17.884Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:06:18.147Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:18.147Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T11:06:18.147Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T11:06:18.408Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T11:06:18.408Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T11:06:18.408Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:06:18.408Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:06:18.669Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T11:06:18.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:18.930Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T11:06:18.930Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T11:06:19.191Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T11:06:19.191Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:19.191Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T11:06:19.191Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T11:06:19.482Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T11:06:19.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:19.742Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T11:06:19.742Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T11:06:19.742Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T11:06:19.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:19.742Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T11:06:20.002Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T11:06:20.002Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T11:06:20.002Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:20.002Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T11:06:20.263Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T11:06:20.523Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T11:06:20.523Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:20.523Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T11:06:20.794Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T11:06:20.794Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T11:06:20.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:20.794Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T11:06:20.794Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T11:06:21.053Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T11:06:21.053Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:21.053Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T11:06:21.053Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T11:06:21.053Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T11:06:21.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:21.312Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T11:06:21.312Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T11:06:21.312Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T11:06:21.312Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:21.312Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T11:06:21.572Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T11:06:21.572Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T11:06:21.833Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:21.833Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T11:06:21.833Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T11:06:21.833Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T11:06:21.833Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T11:06:21.833Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T11:06:22.094Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T11:06:22.094Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T11:06:22.094Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T11:06:22.094Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T11:06:22.094Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T11:06:22.353Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T11:06:22.353Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T11:06:22.613Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T11:06:22.613Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T11:06:22.613Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T11:06:22.613Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T11:06:23.183Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T11:06:23.183Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T11:06:23.183Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T11:06:23.183Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T11:06:23.443Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T11:06:23.443Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T11:06:23.443Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T11:06:23.443Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T11:06:23.704Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T11:06:23.704Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T11:06:23.984Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T11:06:23.984Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T11:06:23.984Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T11:06:24.244Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T11:06:24.244Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T11:06:24.244Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T11:06:25.185Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T11:06:25.185Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T11:06:25.444Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T11:06:25.444Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T11:06:25.444Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:06:25.444Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:06:26.016Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:06:26.016Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:06:26.277Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:06:26.277Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:06:26.277Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T11:06:26.277Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T11:06:26.538Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:26.538Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:06:26.538Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:26.538Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:06:26.799Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:26.799Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:06:27.060Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:27.060Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:06:28.009Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:28.009Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:06:29.398Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:29.398Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:06:29.822Z] 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-02-04T11:06:29.823Z] 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-02-04T11:06:29.969Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:29.969Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:06:31.663Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:31.663Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:06:31.663Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T11:06:31.663Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T11:06:31.663Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T11:06:31.663Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T11:06:31.663Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T11:06:31.663Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T11:06:31.663Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T11:06:31.928Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T11:06:31.928Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T11:06:31.928Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T11:06:31.928Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T11:06:32.198Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T11:06:32.198Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T11:06:32.198Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T11:06:32.198Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T11:06:32.464Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T11:06:32.464Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:32.464Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T11:06:32.464Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:32.464Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:32.735Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:32.735Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T11:06:32.735Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T11:06:32.735Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T11:06:32.735Z] [2021-02-04T11:06:32.735Z] Current default time zone: 'Etc/UTC' [2021-02-04T11:06:32.735Z] Local time is now: Thu Feb 4 11:06:32 UTC 2021. [2021-02-04T11:06:32.735Z] Universal Time is now: Thu Feb 4 11:06:32 UTC 2021. [2021-02-04T11:06:32.735Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T11:06:32.735Z] [2021-02-04T11:06:32.997Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T11:06:32.997Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:32.997Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T11:06:32.997Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T11:06:32.997Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T11:06:32.997Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T11:06:32.997Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T11:06:33.256Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T11:06:33.256Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T11:06:33.256Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T11:06:33.256Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:33.256Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T11:06:33.518Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:06:33.518Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:06:33.518Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:33.779Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T11:06:33.779Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T11:06:33.779Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T11:06:33.779Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T11:06:33.779Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T11:06:33.779Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T11:06:33.779Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:06:33.779Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T11:06:35.697Z] Updating certificates in /etc/ssl/certs... [2021-02-04T11:06:35.957Z] 23 added, 27 removed; done. [2021-02-04T11:06:36.218Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T11:06:36.219Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T11:06:36.219Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T11:06:36.219Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T11:06:36.479Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T11:06:36.479Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:06:36.479Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:06:36.479Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:06:36.479Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:06:36.479Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:06:36.479Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:06:36.479Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:06:36.739Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T11:06:36.739Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:06:36.739Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T11:06:36.739Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T11:06:36.739Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T11:06:36.739Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:06:36.739Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T11:06:36.739Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T11:06:36.999Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T11:06:36.999Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T11:06:36.999Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:06:36.999Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T11:06:37.260Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T11:06:37.260Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T11:06:37.260Z] Updating certificates in /etc/ssl/certs... [2021-02-04T11:06:37.831Z] 0 added, 0 removed; done. [2021-02-04T11:06:37.831Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T11:06:37.831Z] done. [2021-02-04T11:06:38.092Z] Reading package lists... [2021-02-04T11:06:38.359Z] Building dependency tree... [2021-02-04T11:06:38.360Z] Reading state information... [2021-02-04T11:06:38.360Z] The following NEW packages will be installed: [2021-02-04T11:06:38.360Z] apt-transport-https [2021-02-04T11:06:38.626Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T11:06:38.626Z] Need to get 1696 B of archives. [2021-02-04T11:06:38.626Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T11:06:38.626Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T11:06:38.626Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:06:38.626Z] Fetched 1696 B in 0s (37.4 kB/s) [2021-02-04T11:06:38.626Z] Selecting previously unselected package apt-transport-https. [2021-02-04T11:06:38.626Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T11:06:38.626Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T11:06:38.626Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T11:06:38.902Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T11:06:39.165Z] Waiting for network to be ready... [2021-02-04T11:06:39.361Z] Removing intermediate container 894b6e8d2601 [2021-02-04T11:06:39.361Z] ---> c81376960df6 [2021-02-04T11:06:39.361Z] [2021-02-04T11:06:39.361Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T11:06:39.361Z] 3.12: Pulling from library/alpine [2021-02-04T11:06:40.802Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T11:06:40.802Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T11:06:40.802Z] ---> afeebe901d6b [2021-02-04T11:06:40.802Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T11:06:41.411Z] ---> Running in 016bfd12c8ba [2021-02-04T11:06:44.054Z] Removing intermediate container c733db5ff149 [2021-02-04T11:06:44.054Z] ---> 151da8324130 [2021-02-04T11:06:44.054Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T11:06:44.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:44.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:06:44.054Z] ---> Running in 9f4cab2418b9 [2021-02-04T11:06:44.671Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T11:06:44.949Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T11:06:44.949Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T11:06:45.227Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T11:06:45.227Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T11:06:45.227Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:06:45.227Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T11:06:45.503Z] OK: 7 MiB in 19 packages [2021-02-04T11:06:45.752Z] 2021-02-04T11:06:42Z INFO Waiting for automatic snapd restart... [2021-02-04T11:06:45.752Z] snapd 2.48.2 from Canonical* installed [2021-02-04T11:06:45.784Z] 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-02-04T11:06:46.321Z] "snapd" switched to the "latest/stable" channel [2021-02-04T11:06:46.321Z] [2021-02-04T11:06:48.419Z] Removing intermediate container 016bfd12c8ba [2021-02-04T11:06:48.419Z] ---> 521cc28217c9 [2021-02-04T11:06:48.419Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T11:06:48.419Z] ---> Running in 8f3a637617bc [2021-02-04T11:06:49.033Z] Removing intermediate container 8f3a637617bc [2021-02-04T11:06:49.033Z] ---> df249d0a594d [2021-02-04T11:06:49.033Z] Step 13/24 : WORKDIR / [2021-02-04T11:06:49.321Z] ---> Running in 6a0db2b99249 [2021-02-04T11:06:50.330Z] Removing intermediate container 6a0db2b99249 [2021-02-04T11:06:50.330Z] ---> c8b6ce2c22c2 [2021-02-04T11:06:50.330Z] 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-02-04T11:06:50.525Z] core18 20201210 from Canonical* installed [2021-02-04T11:06:50.525Z] "core18" switched to the "latest/stable" channel [2021-02-04T11:06:50.525Z] [2021-02-04T11:06:51.790Z] ---> 18d7beb8ffa8 [2021-02-04T11:06:51.790Z] 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-02-04T11:06:52.065Z] Removing intermediate container 9f4cab2418b9 [2021-02-04T11:06:52.065Z] ---> 7928a1535118 [2021-02-04T11:06:52.065Z] [2021-02-04T11:06:52.065Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T11:06:52.065Z] 20.10.0: Pulling from library/docker [2021-02-04T11:06:54.065Z] ---> a08ad2857b3b [2021-02-04T11:06:54.065Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T11:06:54.731Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T11:06:54.731Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T11:06:54.731Z] [2021-02-04T11:06:56.726Z] ---> ad9a784cc34c [2021-02-04T11:06:56.726Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T11:06:57.332Z] Removing intermediate container 27962e1f2270 [2021-02-04T11:06:57.332Z] ---> 2e1074fb3454 [2021-02-04T11:06:57.332Z] [2021-02-04T11:06:57.332Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T11:06:57.332Z] ---> afeebe901d6b [2021-02-04T11:06:57.332Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T11:06:57.611Z] ---> Running in 2f99d6c16a2d [2021-02-04T11:06:58.026Z] 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-02-04T11:06:58.026Z] - README.md [2021-02-04T11:06:58.026Z] - snapcraft.yaml.orig [2021-02-04T11:06:58.026Z] [2021-02-04T11:06:58.026Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T11:06:58.607Z] ---> 075fc9f43540 [2021-02-04T11:06:58.607Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T11:06:58.901Z] Removing intermediate container 2f99d6c16a2d [2021-02-04T11:06:58.901Z] ---> 90e1ddf0274e [2021-02-04T11:06:58.901Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T11:06:59.995Z] ---> Running in ae085f2180e0 [2021-02-04T11:07:01.078Z] ---> 509b781a2ff9 [2021-02-04T11:07:01.078Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T11:07:02.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:02.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:03.019Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T11:07:03.019Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T11:07:03.019Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:07:03.019Z] OK: 5 MiB in 16 packages [2021-02-04T11:07:03.301Z] Removing intermediate container 10dbe6132c0f [2021-02-04T11:07:03.301Z] ---> 67900755605e [2021-02-04T11:07:03.301Z] [2021-02-04T11:07:03.301Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T11:07:03.301Z] ---> afeebe901d6b [2021-02-04T11:07:03.301Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T11:07:03.301Z] ---> d19b08d3e6be [2021-02-04T11:07:03.301Z] 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-02-04T11:07:03.896Z] ---> Running in f45690cd9e3b [2021-02-04T11:07:03.896Z] ---> Running in 4a2c3b4391d7 [2021-02-04T11:07:04.617Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:07:04.617Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T11:07:04.617Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T11:07:04.617Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T11:07:05.887Z] Removing intermediate container ae085f2180e0 [2021-02-04T11:07:05.887Z] ---> e467b2e72758 [2021-02-04T11:07:05.887Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T11:07:05.887Z] Removing intermediate container fe6d6c00c15e [2021-02-04T11:07:05.887Z] ---> 2bcc0909e3a4 [2021-02-04T11:07:05.887Z] [2021-02-04T11:07:05.887Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T11:07:05.887Z] ---> afeebe901d6b [2021-02-04T11:07:05.887Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T11:07:06.259Z] Reading package lists... [2021-02-04T11:07:06.485Z] ---> Running in 67d5ab33ae03 [2021-02-04T11:07:06.485Z] ---> Running in b7ea21c124a5 [2021-02-04T11:07:06.519Z] 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-02-04T11:07:07.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:07.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:07.363Z] Removing intermediate container b7ea21c124a5 [2021-02-04T11:07:07.363Z] ---> 95dc909e21fe [2021-02-04T11:07:07.363Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T11:07:07.977Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T11:07:07.977Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T11:07:07.977Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:07:07.977Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T11:07:07.977Z] OK: 6 MiB in 16 packages [2021-02-04T11:07:07.977Z] ---> Running in 8259dd9e2913 [2021-02-04T11:07:08.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:08.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:08.859Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T11:07:08.859Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:07:08.859Z] OK: 5 MiB in 15 packages [2021-02-04T11:07:09.457Z] Removing intermediate container 8259dd9e2913 [2021-02-04T11:07:09.458Z] ---> ae951ee2ad39 [2021-02-04T11:07:09.458Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T11:07:09.458Z] Removing intermediate container f45690cd9e3b [2021-02-04T11:07:09.458Z] ---> 2579140d993b [2021-02-04T11:07:09.458Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T11:07:09.741Z] ---> Running in 35278c4600cd [2021-02-04T11:07:10.020Z] ---> Running in 73ed19fe24aa [2021-02-04T11:07:10.617Z] Removing intermediate container 4a2c3b4391d7 [2021-02-04T11:07:10.617Z] ---> 4f2c8c6f09d1 [2021-02-04T11:07:10.617Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:07:10.892Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T11:07:10.892Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T11:07:10.892Z] ---> eeaf43b92773 [2021-02-04T11:07:10.892Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T11:07:10.892Z] Removing intermediate container 73ed19fe24aa [2021-02-04T11:07:10.892Z] ---> 53ed77cca26b [2021-02-04T11:07:10.892Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T11:07:10.892Z] Removing intermediate container 67d5ab33ae03 [2021-02-04T11:07:10.892Z] ---> c6f48b753a07 [2021-02-04T11:07:10.892Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:07:10.892Z] ---> Running in 4bb4f1844def [2021-02-04T11:07:11.165Z] ---> Running in 6a8aff305baa [2021-02-04T11:07:11.165Z] ---> Running in 2594c09fc8a0 [2021-02-04T11:07:11.165Z] ---> Running in 957abce646c7 [2021-02-04T11:07:11.766Z] Removing intermediate container 4bb4f1844def [2021-02-04T11:07:11.766Z] ---> 3d37ced515c0 [2021-02-04T11:07:11.766Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T11:07:12.047Z] ---> Running in 3ee9b4007734 [2021-02-04T11:07:12.047Z] Removing intermediate container 6a8aff305baa [2021-02-04T11:07:12.047Z] ---> 262f894f93d4 [2021-02-04T11:07:12.047Z] Step 23/24 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:07:12.047Z] Removing intermediate container 2594c09fc8a0 [2021-02-04T11:07:12.047Z] ---> cf5fcc37b42d [2021-02-04T11:07:12.048Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T11:07:12.323Z] ---> Running in d686068a02e4 [2021-02-04T11:07:12.323Z] ---> Running in 7357761e8350 [2021-02-04T11:07:12.601Z] Removing intermediate container 3ee9b4007734 [2021-02-04T11:07:12.601Z] ---> fb8e4a951f73 [2021-02-04T11:07:12.601Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T11:07:12.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:12.877Z] ---> Running in ca87103f139e [2021-02-04T11:07:13.096Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:07:13.096Z] Reading package lists... [2021-02-04T11:07:13.096Z] Building dependency tree... [2021-02-04T11:07:13.096Z] Reading state information... [2021-02-04T11:07:13.096Z] Suggested packages: [2021-02-04T11:07:13.096Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T11:07:13.096Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T11:07:13.096Z] Recommended packages: [2021-02-04T11:07:13.096Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T11:07:13.096Z] The following NEW packages will be installed: [2021-02-04T11:07:13.096Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T11:07:13.096Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T11:07:13.096Z] pkg-config zip [2021-02-04T11:07:13.096Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T11:07:13.096Z] Need to get 7655 kB of archives. [2021-02-04T11:07:13.096Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T11:07:13.096Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-04T11:07:13.096Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T11:07:13.096Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T11:07:13.096Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T11:07:13.096Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T11:07:13.096Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T11:07:13.096Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T11:07:13.096Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T11:07:13.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:13.157Z] Removing intermediate container d686068a02e4 [2021-02-04T11:07:13.157Z] ---> 27896b52c2f6 [2021-02-04T11:07:13.157Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T11:07:13.157Z] Removing intermediate container 35278c4600cd [2021-02-04T11:07:13.157Z] ---> d75e2201ccd9 [2021-02-04T11:07:13.157Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T11:07:13.157Z] Removing intermediate container 7357761e8350 [2021-02-04T11:07:13.157Z] ---> 68a4e9826e8f [2021-02-04T11:07:13.157Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T11:07:13.356Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T11:07:13.356Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T11:07:13.356Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T11:07:13.356Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T11:07:13.356Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T11:07:13.429Z] ---> Running in 6c7dfc6ab0d4 [2021-02-04T11:07:13.429Z] ---> Running in cc0dc28e8507 [2021-02-04T11:07:13.616Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T11:07:13.617Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T11:07:13.617Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T11:07:13.617Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-02-04T11:07:13.707Z] ---> Running in b2f409ec2121 [2021-02-04T11:07:13.708Z] Removing intermediate container ca87103f139e [2021-02-04T11:07:13.708Z] ---> c68e9a1abe1b [2021-02-04T11:07:13.708Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:07:13.708Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T11:07:13.708Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T11:07:13.708Z] Executing bash-5.0.17-r0.post-install [2021-02-04T11:07:13.708Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:07:13.708Z] OK: 12 MiB in 22 packages [2021-02-04T11:07:13.881Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T11:07:13.881Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T11:07:13.881Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T11:07:13.881Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T11:07:13.881Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T11:07:13.881Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T11:07:13.984Z] Removing intermediate container cc0dc28e8507 [2021-02-04T11:07:13.984Z] ---> f7174749f7d9 [2021-02-04T11:07:13.984Z] [2021-02-04T11:07:14.141Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T11:07:14.141Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T11:07:14.141Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T11:07:14.141Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T11:07:14.141Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T11:07:14.142Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T11:07:14.142Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T11:07:14.273Z] Removing intermediate container 6c7dfc6ab0d4 [2021-02-04T11:07:14.273Z] ---> ce26e63d4088 [2021-02-04T11:07:14.273Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T11:07:14.273Z] Removing intermediate container b2f409ec2121 [2021-02-04T11:07:14.273Z] ---> 28b494022521 [2021-02-04T11:07:14.273Z] Step 15/23 : WORKDIR / [2021-02-04T11:07:14.401Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T11:07:14.401Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T11:07:14.401Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T11:07:14.401Z] Selecting previously unselected package liberror-perl. [2021-02-04T11:07:14.401Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T11:07:14.401Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T11:07:14.401Z] Selecting previously unselected package git-man. [2021-02-04T11:07:14.401Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T11:07:14.401Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:07:14.661Z] Selecting previously unselected package git. [2021-02-04T11:07:14.661Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T11:07:14.661Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:07:14.879Z] ---> Running in 1b19efb4cd7a [2021-02-04T11:07:14.879Z] Successfully built f7174749f7d9 [2021-02-04T11:07:14.879Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T11:07:14.879Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-04T11:07:14.879Z] ---> 8238a63dff5b [2021-02-04T11:07:14.879Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T11:07:15.155Z] ---> febf998d2b60 [2021-02-04T11:07:15.155Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T11:07:15.443Z] ---> Running in 2fcdfc87c070 [2021-02-04T11:07:15.599Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T11:07:15.600Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T11:07:15.600Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T11:07:15.600Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T11:07:15.600Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T11:07:15.600Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T11:07:15.860Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T11:07:15.860Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T11:07:15.860Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T11:07:15.860Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T11:07:15.860Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T11:07:15.860Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:07:15.860Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T11:07:15.860Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T11:07:15.860Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:07:16.051Z] Removing intermediate container 1b19efb4cd7a [2021-02-04T11:07:16.052Z] ---> 84d6212289f6 [2021-02-04T11:07:16.052Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:07:16.052Z] Removing intermediate container 957abce646c7 [2021-02-04T11:07:16.052Z] ---> 0c0cccff9348 [2021-02-04T11:07:16.052Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T11:07:16.120Z] Selecting previously unselected package pkg-config. [2021-02-04T11:07:16.120Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T11:07:16.120Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T11:07:16.120Z] Selecting previously unselected package zip. [2021-02-04T11:07:16.120Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T11:07:16.120Z] Unpacking zip (3.0-11build1) ... [2021-02-04T11:07:16.380Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T11:07:16.380Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:07:16.380Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T11:07:16.380Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T11:07:16.380Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T11:07:16.380Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T11:07:16.380Z] No schema files found: doing nothing. [2021-02-04T11:07:16.380Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T11:07:16.639Z] Setting up zip (3.0-11build1) ... [2021-02-04T11:07:16.639Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T11:07:16.639Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T11:07:16.639Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T11:07:16.639Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:07:16.639Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T11:07:16.657Z] ---> Running in 87a2b3af373b [2021-02-04T11:07:16.898Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T11:07:16.898Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T11:07:16.898Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T11:07:17.249Z] ---> 8e2acf2bcce3 [2021-02-04T11:07:17.249Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T11:07:17.526Z] ---> a8d013342337 [2021-02-04T11:07:17.526Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T11:07:17.526Z] Removing intermediate container 87a2b3af373b [2021-02-04T11:07:17.526Z] ---> fa2a79f96c51 [2021-02-04T11:07:17.526Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T11:07:18.127Z] ---> Running in fdd772da3f8b [2021-02-04T11:07:18.724Z] ---> 71a962c5b25d [2021-02-04T11:07:18.724Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T11:07:19.319Z] ---> Running in 7a29ba182edb [2021-02-04T11:07:19.319Z] Removing intermediate container fdd772da3f8b [2021-02-04T11:07:19.319Z] ---> 12a16ca6030e [2021-02-04T11:07:19.319Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T11:07:19.595Z] ---> 199cac210758 [2021-02-04T11:07:19.595Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T11:07:19.870Z] ---> Running in 50bc0c347783 [2021-02-04T11:07:20.170Z] Removing intermediate container 7a29ba182edb [2021-02-04T11:07:20.170Z] ---> fd5e20c4e9aa [2021-02-04T11:07:20.170Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 2fcdfc87c070 [2021-02-04T11:07:20.170Z] ---> e57a9674b6af [2021-02-04T11:07:20.170Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:07:20.170Z] [2021-02-04T11:07:21.146Z] ---> Running in 91891f28d718 [2021-02-04T11:07:21.146Z] Removing intermediate container 50bc0c347783 [2021-02-04T11:07:21.146Z] ---> ab749cb4d366 [2021-02-04T11:07:21.146Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T11:07:21.146Z] ---> b2edabfe0466 [2021-02-04T11:07:21.146Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T11:07:21.146Z] ---> ebf4b066fd86 [2021-02-04T11:07:21.146Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T11:07:21.428Z] ---> Running in 011b41e6c690 [2021-02-04T11:07:21.707Z] Removing intermediate container 91891f28d718 [2021-02-04T11:07:21.707Z] ---> d4eaaff76f19 [2021-02-04T11:07:21.707Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T11:07:22.304Z] ---> Running in d0da7511f4f5 [2021-02-04T11:07:22.304Z] Removing intermediate container 011b41e6c690 [2021-02-04T11:07:22.304Z] ---> bb2cbf9e7acc [2021-02-04T11:07:22.304Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:07:22.903Z] ---> Running in 652c188b82b0 [2021-02-04T11:07:22.903Z] ---> 95070f185fdc [2021-02-04T11:07:22.903Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T11:07:22.903Z] Removing intermediate container d0da7511f4f5 [2021-02-04T11:07:23.197Z] ---> e74f3cec636f [2021-02-04T11:07:23.197Z] Step 21/22 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:07:23.197Z] ---> bfb6ff81925e [2021-02-04T11:07:23.197Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T11:07:23.197Z] ---> Running in 3450f4a2475c [2021-02-04T11:07:23.472Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:07:23.472Z] git set to automatically installed. [2021-02-04T11:07:23.472Z] git-man set to automatically installed. [2021-02-04T11:07:23.472Z] libcurl3-gnutls set to automatically installed. [2021-02-04T11:07:23.472Z] liberror-perl set to automatically installed. [2021-02-04T11:07:23.472Z] libglib2.0-0 set to automatically installed. [2021-02-04T11:07:23.472Z] libnghttp2-14 set to automatically installed. [2021-02-04T11:07:23.472Z] libnorm1 set to automatically installed. [2021-02-04T11:07:23.472Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T11:07:23.472Z] libpsl5 set to automatically installed. [2021-02-04T11:07:23.472Z] librtmp1 set to automatically installed. [2021-02-04T11:07:23.472Z] libsodium23 set to automatically installed. [2021-02-04T11:07:23.472Z] libzmq3-dev set to automatically installed. [2021-02-04T11:07:23.472Z] libzmq5 set to automatically installed. [2021-02-04T11:07:23.472Z] pkg-config set to automatically installed. [2021-02-04T11:07:23.472Z] zip set to automatically installed. [2021-02-04T11:07:23.796Z] Removing intermediate container 652c188b82b0 [2021-02-04T11:07:23.796Z] ---> 012c9f69c695 [2021-02-04T11:07:23.796Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T11:07:24.070Z] ---> Running in a5542215c9ea [2021-02-04T11:07:24.347Z] ---> 0a1a2a56f85e [2021-02-04T11:07:24.347Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T11:07:24.347Z] Removing intermediate container 3450f4a2475c [2021-02-04T11:07:24.347Z] ---> 147c6b9bcb7e [2021-02-04T11:07:24.347Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T11:07:24.959Z] ---> 5db2c8764ca8 [2021-02-04T11:07:24.959Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T11:07:24.959Z] ---> Running in 47ac3835c4f2 [2021-02-04T11:07:25.243Z] Removing intermediate container a5542215c9ea [2021-02-04T11:07:25.243Z] ---> e6fee2e4d844 [2021-02-04T11:07:25.243Z] Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:07:25.383Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T11:07:25.842Z] ---> 481f0feb190c [2021-02-04T11:07:25.842Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T11:07:26.442Z] ---> Running in 220a1595b98c [2021-02-04T11:07:26.442Z] Removing intermediate container 47ac3835c4f2 [2021-02-04T11:07:26.442Z] ---> 0e1a490be64e [2021-02-04T11:07:26.442Z] [2021-02-04T11:07:26.719Z] ---> Running in 01f546a2e562 [2021-02-04T11:07:26.999Z] Successfully built 0e1a490be64e [2021-02-04T11:07:26.999Z] ---> ad6d52fa3c96 [2021-02-04T11:07:26.999Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T11:07:26.999Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T11:07:26.999Z] Building docker-core-data-go [2021-02-04T11:07:27.556Z]  Building docker-support-notifications-go ... done Removing intermediate container 220a1595b98c [2021-02-04T11:07:27.556Z] ---> 4c8118ab3dfa [2021-02-04T11:07:27.556Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T11:07:27.836Z] ---> Running in 90021897dbc6 [2021-02-04T11:07:28.111Z] ---> 1f4c2f4cf563 [2021-02-04T11:07:28.111Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T11:07:28.389Z] Removing intermediate container 90021897dbc6 [2021-02-04T11:07:28.390Z] ---> dfc16fb365ba [2021-02-04T11:07:28.390Z] [2021-02-04T11:07:28.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:28.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:28.945Z] Successfully built dfc16fb365ba [2021-02-04T11:07:28.945Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T11:07:28.945Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-02-04T11:07:28.945Z] ---> Running in 7d603e013088 [2021-02-04T11:07:29.223Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T11:07:29.223Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T11:07:29.531Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T11:07:29.531Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T11:07:29.531Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T11:07:29.531Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T11:07:29.531Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T11:07:30.148Z] Removing intermediate container 7d603e013088 [2021-02-04T11:07:30.148Z] ---> 0645281ff592 [2021-02-04T11:07:30.148Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T11:07:31.593Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T11:07:31.593Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T11:07:31.593Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T11:07:31.593Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T11:07:31.593Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T11:07:31.593Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T11:07:31.593Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T11:07:31.593Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T11:07:31.593Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T11:07:31.593Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T11:07:31.593Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T11:07:31.593Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T11:07:31.593Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T11:07:31.593Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T11:07:31.593Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T11:07:31.593Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T11:07:31.868Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T11:07:31.868Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T11:07:31.868Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T11:07:31.868Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T11:07:31.868Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T11:07:31.868Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T11:07:31.868Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T11:07:31.868Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T11:07:31.868Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T11:07:31.868Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T11:07:31.956Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T11:07:31.956Z] snap "core18" has no updates available [2021-02-04T11:07:32.144Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:07:32.144Z] OK: 71 MiB in 55 packages [2021-02-04T11:07:32.425Z] ---> f1618c52610c [2021-02-04T11:07:32.425Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T11:07:32.894Z] Pulling config-common [2021-02-04T11:07:33.835Z] Pulling go-build-helper [2021-02-04T11:07:34.414Z] ---> Running in 973b82a70c14 [2021-02-04T11:07:37.065Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:07:37.065Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:07:37.065Z] ---> 06398964b6d1 [2021-02-04T11:07:37.065Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T11:07:37.065Z] ---> Using cache [2021-02-04T11:07:37.065Z] ---> 896cc6b07026 [2021-02-04T11:07:37.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:07:37.065Z] ---> Using cache [2021-02-04T11:07:37.065Z] ---> bcd85a5ad784 [2021-02-04T11:07:37.065Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T11:07:38.527Z] ---> Running in ee9a155dc96c [2021-02-04T11:07:39.976Z] Removing intermediate container 973b82a70c14 [2021-02-04T11:07:39.976Z] ---> d8fe16826bf4 [2021-02-04T11:07:39.976Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T11:07:40.993Z] ---> Running in 093f7f58a6de [2021-02-04T11:07:41.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:41.604Z] Removing intermediate container 01f546a2e562 [2021-02-04T11:07:41.604Z] ---> 669859757e13 [2021-02-04T11:07:41.604Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T11:07:41.882Z] Removing intermediate container 093f7f58a6de [2021-02-04T11:07:41.882Z] ---> 0a7dd2dd78ec [2021-02-04T11:07:41.882Z] Step 28/31 : CMD ["gate"] [2021-02-04T11:07:41.882Z] ---> Running in f2c736aa1070 [2021-02-04T11:07:42.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:07:42.446Z] ---> Running in ff59fe825c36 [2021-02-04T11:07:43.053Z] OK: 217 MiB in 51 packages [2021-02-04T11:07:43.053Z] Removing intermediate container ff59fe825c36 [2021-02-04T11:07:43.053Z] ---> 75f183b1ca6f [2021-02-04T11:07:43.053Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T11:07:43.657Z] ---> Running in bcbd328d87f5 [2021-02-04T11:07:44.264Z] Removing intermediate container bcbd328d87f5 [2021-02-04T11:07:44.264Z] ---> 30079bfa8b73 [2021-02-04T11:07:44.264Z] Step 30/31 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:07:44.864Z] Removing intermediate container ee9a155dc96c [2021-02-04T11:07:44.864Z] ---> bcbfad72dbff [2021-02-04T11:07:44.864Z] Step 6/23 : COPY go.mod . [2021-02-04T11:07:44.864Z] ---> Running in 4876aebee6d9 [2021-02-04T11:07:46.325Z] Removing intermediate container 4876aebee6d9 [2021-02-04T11:07:46.325Z] ---> f7a25ad6882b [2021-02-04T11:07:46.325Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T11:07:46.325Z] ---> 6c77a0ea4862 [2021-02-04T11:07:46.325Z] Step 7/23 : RUN go mod download [2021-02-04T11:07:46.932Z] ---> Running in 0a5ba85673b0 [2021-02-04T11:07:47.210Z] ---> Running in cff484b2c890 [2021-02-04T11:07:47.825Z] Removing intermediate container 0a5ba85673b0 [2021-02-04T11:07:47.825Z] ---> d806e9d2058b [2021-02-04T11:07:47.825Z] [2021-02-04T11:07:48.102Z] Collecting docker-compose==1.23.2 [2021-02-04T11:07:48.102Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T11:07:48.381Z] Successfully built d806e9d2058b [2021-02-04T11:07:48.381Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T11:07:48.381Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-04T11:07:49.380Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T11:07:49.380Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T11:07:50.371Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T11:07:50.371Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T11:07:51.363Z] Removing intermediate container cff484b2c890 [2021-02-04T11:07:51.363Z] ---> 38571b719ba4 [2021-02-04T11:07:51.363Z] Step 8/23 : COPY . . [2021-02-04T11:07:52.814Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T11:07:52.814Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T11:07:53.421Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T11:07:53.421Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T11:07:54.424Z] Collecting PyYAML<4,>=3.10 [2021-02-04T11:07:54.700Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T11:07:58.139Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T11:07:58.421Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T11:08:00.411Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T11:08:00.411Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T11:08:00.411Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T11:08:00.411Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T11:08:00.411Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T11:08:00.411Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T11:08:00.411Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T11:08:00.411Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T11:08:00.411Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T11:08:00.411Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T11:08:00.411Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T11:08:00.411Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T11:08:00.411Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T11:08:00.411Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T11:08:00.411Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T11:08:00.411Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T11:08:00.411Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T11:08:00.411Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T11:08:00.411Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T11:08:00.411Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T11:08:00.411Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T11:08:00.411Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T11:08:00.411Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T11:08:00.411Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T11:08:00.411Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T11:08:00.411Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T11:08:00.411Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T11:08:00.411Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T11:08:00.411Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T11:08:00.411Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T11:08:00.411Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T11:08:00.411Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T11:08:00.411Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T11:08:00.411Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T11:08:00.411Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T11:08:00.411Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T11:08:00.411Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T11:08:00.411Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T11:08:00.411Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T11:08:00.411Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T11:08:00.411Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T11:08:00.411Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T11:08:00.411Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T11:08:00.411Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T11:08:00.411Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T11:08:00.411Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T11:08:00.411Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T11:08:00.411Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T11:08:00.411Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T11:08:00.411Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T11:08:00.411Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T11:08:00.411Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T11:08:00.411Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T11:08:00.411Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T11:08:00.411Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T11:08:00.411Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T11:08:00.411Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T11:08:00.411Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T11:08:00.411Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T11:08:00.411Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T11:08:00.411Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T11:08:00.411Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T11:08:00.411Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T11:08:00.411Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T11:08:00.412Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T11:08:00.412Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T11:08:00.412Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T11:08:00.412Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T11:08:00.412Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T11:08:00.412Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T11:08:00.412Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T11:08:00.412Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T11:08:00.412Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T11:08:00.412Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T11:08:00.412Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T11:08:00.412Z] Pulling static-packages [2021-02-04T11:08:00.479Z] 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-02-04T11:08:00.801Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:08:00.801Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:08:00.801Z] ---> 06398964b6d1 [2021-02-04T11:08:00.801Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T11:08:00.801Z] ---> Using cache [2021-02-04T11:08:00.801Z] ---> 896cc6b07026 [2021-02-04T11:08:00.801Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:08:00.801Z] ---> Using cache [2021-02-04T11:08:00.801Z] ---> bcd85a5ad784 [2021-02-04T11:08:00.801Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T11:08:01.497Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T11:08:01.497Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T11:08:01.805Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-04T11:08:01.805Z] Skipping pull go-build-helper (already ran) [2021-02-04T11:08:01.805Z] Skipping pull static-packages (already ran) [2021-02-04T11:08:01.806Z] Building go-build-helper [2021-02-04T11:08:03.065Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:08:03.065Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:08:03.065Z] ---> 06398964b6d1 [2021-02-04T11:08:03.065Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T11:08:03.065Z] ---> Using cache [2021-02-04T11:08:03.065Z] ---> 896cc6b07026 [2021-02-04T11:08:03.065Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:08:03.065Z] ---> Using cache [2021-02-04T11:08:03.065Z] ---> bcd85a5ad784 [2021-02-04T11:08:03.065Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T11:08:03.065Z] ---> Using cache [2021-02-04T11:08:03.065Z] ---> bcbfad72dbff [2021-02-04T11:08:03.065Z] Step 6/21 : COPY go.mod . [2021-02-04T11:08:03.065Z] ---> Using cache [2021-02-04T11:08:03.065Z] ---> 6c77a0ea4862 [2021-02-04T11:08:03.065Z] Step 7/21 : RUN go mod download [2021-02-04T11:08:03.065Z] ---> Using cache [2021-02-04T11:08:03.065Z] ---> 38571b719ba4 [2021-02-04T11:08:03.065Z] Step 8/21 : COPY . . [2021-02-04T11:08:06.026Z] Building static-packages [2021-02-04T11:08:06.630Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T11:08:06.630Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T11:08:07.616Z] ---> Running in 394423c79589 [2021-02-04T11:08:08.598Z] Staging go-build-helper [2021-02-04T11:08:09.060Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T11:08:09.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:08:09.061Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T11:08:09.701Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T11:08:09.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:08:09.701Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T11:08:09.979Z] 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-02-04T11:08:09.979Z] 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-02-04T11:08:09.998Z] Staging static-packages [2021-02-04T11:08:10.258Z] Collecting idna<2.8,>=2.5 [2021-02-04T11:08:10.535Z] OK: 217 MiB in 51 packages [2021-02-04T11:08:10.535Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T11:08:11.382Z] Pulling go115 [2021-02-04T11:08:11.514Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T11:08:11.514Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T11:08:12.130Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T11:08:12.130Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T11:08:12.130Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T11:08:12.130Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T11:08:12.324Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T11:08:12.324Z] Skipping pull go115 (already ran) [2021-02-04T11:08:12.324Z] Building go115 [2021-02-04T11:08:12.324Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T11:08:12.324Z] Dload Upload Total Spent Left Speed [2021-02-04T11:08:13.564Z] Installing collected packages: jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docopt, texttable, docker-compose [2021-02-04T11:08:13.846Z] Removing intermediate container 394423c79589 [2021-02-04T11:08:13.846Z] ---> d331295e206b [2021-02-04T11:08:13.846Z] Step 6/23 : COPY go.mod . [2021-02-04T11:08:13.846Z] Attempting uninstall: idna [2021-02-04T11:08:13.846Z] Found existing installation: idna 2.9 [2021-02-04T11:08:13.846Z] Uninstalling idna-2.9: [2021-02-04T11:08:13.846Z] ---> fb4e049ed36f [2021-02-04T11:08:13.846Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T11:08:14.125Z] Successfully uninstalled idna-2.9 [2021-02-04T11:08:14.403Z] ---> Running in b6f0728ad714 [2021-02-04T11:08:14.683Z] Attempting uninstall: urllib3 [2021-02-04T11:08:14.683Z] Found existing installation: urllib3 1.25.9 [2021-02-04T11:08:14.683Z] Uninstalling urllib3-1.25.9: [2021-02-04T11:08:14.961Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T11:08:14.961Z] ---> 1b0a5da02fb0 [2021-02-04T11:08:14.961Z] Step 7/23 : RUN go mod download [2021-02-04T11:08:15.572Z] ---> Running in 7f4aa2c84e94 [2021-02-04T11:08:15.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 567k 0 0 2512k 0 0:00:47 --:--:-- 0:00:47 2501k 31 115M 31 36.7M 0 0 29.9M 0 0:00:03 0:00:01 0:00:02 29.9M 63 115M 63 73.7M 0 0 33.1M 0 0:00:03 0:00:02 0:00:01 33.1M 93 115M 93 107M 0 0 33.3M 0 0:00:03 0:00:03 --:--:-- 33.3M 100 115M 100 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M [2021-02-04T11:08:15.844Z] Attempting uninstall: requests [2021-02-04T11:08:15.845Z] Found existing installation: requests 2.23.0 [2021-02-04T11:08:15.845Z] Uninstalling requests-2.23.0: [2021-02-04T11:08:15.845Z] Successfully uninstalled requests-2.23.0 [2021-02-04T11:08:16.118Z] 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-02-04T11:08:16.708Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T11:08:17.109Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T11:08:17.109Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T11:08:17.109Z] ---> 06398964b6d1 [2021-02-04T11:08:17.109Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T11:08:17.109Z] ---> Using cache [2021-02-04T11:08:17.109Z] ---> 896cc6b07026 [2021-02-04T11:08:17.109Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:08:17.109Z] ---> Using cache [2021-02-04T11:08:17.109Z] ---> bcd85a5ad784 [2021-02-04T11:08:17.109Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T11:08:17.109Z] ---> Using cache [2021-02-04T11:08:17.109Z] ---> bcbfad72dbff [2021-02-04T11:08:17.109Z] Step 6/22 : COPY go.mod . [2021-02-04T11:08:17.109Z] ---> Using cache [2021-02-04T11:08:17.109Z] ---> 6c77a0ea4862 [2021-02-04T11:08:17.109Z] Step 7/22 : RUN go mod download [2021-02-04T11:08:17.109Z] ---> Using cache [2021-02-04T11:08:17.109Z] ---> 38571b719ba4 [2021-02-04T11:08:17.109Z] Step 8/22 : COPY . . [2021-02-04T11:08:17.383Z] ---> Using cache [2021-02-04T11:08:17.383Z] ---> fb4e049ed36f [2021-02-04T11:08:17.383Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T11:08:17.986Z] Running setup.py install for PyYAML: started [2021-02-04T11:08:18.265Z] ---> Running in 6e401d56913a [2021-02-04T11:08:20.902Z] 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-02-04T11:08:20.902Z] Removing intermediate container 7f4aa2c84e94 [2021-02-04T11:08:20.902Z] ---> c2841bde0ff8 [2021-02-04T11:08:20.902Z] Step 8/23 : COPY . . [2021-02-04T11:08:21.179Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T11:08:21.179Z] Running setup.py install for dockerpty: started [2021-02-04T11:08:22.009Z] Staging go115 [2021-02-04T11:08:23.818Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T11:08:23.818Z] Running setup.py install for docopt: started [2021-02-04T11:08:26.456Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T11:08:26.456Z] Running setup.py install for texttable: started [2021-02-04T11:08:28.591Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T11:08:28.591Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T11:08:28.591Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T11:08:28.591Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T11:08:28.591Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T11:08:28.591Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T11:08:28.591Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T11:08:28.591Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T11:08:28.591Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T11:08:28.591Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T11:08:28.591Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T11:08:28.591Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T11:08:28.591Z] Pulling edgex-go [2021-02-04T11:08:29.075Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T11:08:29.075Z] ---> 695dc41ac848 [2021-02-04T11:08:29.075Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T11:08:29.350Z] ---> Running in b727dd0e9e74 [2021-02-04T11:08:29.975Z] Pulling version [2021-02-04T11:08:30.339Z] 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-02-04T11:08:30.916Z] Building config-common [2021-02-04T11:08:31.793Z] 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-02-04T11:08:33.466Z] Skipping build go-build-helper (already ran) [2021-02-04T11:08:33.467Z] Skipping build static-packages (already ran) [2021-02-04T11:08:33.467Z] Skipping build go115 (already ran) [2021-02-04T11:08:33.467Z] Building edgex-go [2021-02-04T11:08:34.039Z] 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-02-04T11:08:35.958Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-04T11:08:35.958Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T11:08:35.958Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-04T11:08:35.958Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T11:08:35.958Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T11:08:35.958Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T11:08:35.958Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T11:08:35.958Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T11:08:35.958Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T11:08:35.958Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.2 [2021-02-04T11:08:35.958Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T11:08:35.958Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T11:08:35.958Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T11:08:35.958Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T11:08:35.958Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T11:08:35.958Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T11:08:35.958Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T11:08:35.958Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T11:08:35.958Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T11:08:35.958Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T11:08:35.958Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T11:08:35.958Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T11:08:35.958Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T11:08:36.220Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T11:08:36.220Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T11:08:36.482Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T11:08:36.482Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T11:08:37.250Z] Removing intermediate container f2c736aa1070 [2021-02-04T11:08:37.250Z] ---> dd99cdf4eb08 [2021-02-04T11:08:37.250Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T11:08:37.856Z] ---> Running in 21d480295b47 [2021-02-04T11:08:40.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:08:40.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:08:41.122Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T11:08:41.122Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T11:08:41.122Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T11:08:41.122Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:08:41.409Z] OK: 71 MiB in 58 packages [2021-02-04T11:08:44.067Z] Removing intermediate container 21d480295b47 [2021-02-04T11:08:44.067Z] ---> 4923e21a453d [2021-02-04T11:08:44.067Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T11:08:44.067Z] ---> 98ae5e8028b4 [2021-02-04T11:08:44.067Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T11:08:44.067Z] ---> Running in 51a753a6ea69 [2021-02-04T11:08:44.342Z] ---> Running in a779533fe7b8 [2021-02-04T11:08:44.697Z] 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-02-04T11:08:45.334Z] Removing intermediate container 51a753a6ea69 [2021-02-04T11:08:45.334Z] ---> 0a7aa8bd1f15 [2021-02-04T11:08:45.334Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:08:45.334Z] ---> Running in 16f2af2681d0 [2021-02-04T11:08:46.324Z] 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-02-04T11:08:46.324Z] Removing intermediate container 16f2af2681d0 [2021-02-04T11:08:46.324Z] ---> a65ce0c3a8e3 [2021-02-04T11:08:46.324Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T11:08:46.598Z] ---> Running in 1d21740199b7 [2021-02-04T11:08:47.196Z] Removing intermediate container 1d21740199b7 [2021-02-04T11:08:47.196Z] ---> 46b45f965fbf [2021-02-04T11:08:47.196Z] Step 25/26 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:08:47.472Z] ---> Running in e0c802284ce4 [2021-02-04T11:08:48.075Z] Removing intermediate container e0c802284ce4 [2021-02-04T11:08:48.075Z] ---> ca6378a2b51f [2021-02-04T11:08:48.075Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T11:08:48.075Z] ---> Running in dda4545bfd04 [2021-02-04T11:08:48.674Z] Removing intermediate container dda4545bfd04 [2021-02-04T11:08:48.674Z] ---> 3e7987e7d0cb [2021-02-04T11:08:48.674Z] [2021-02-04T11:08:49.271Z] Successfully built 3e7987e7d0cb [2021-02-04T11:08:49.271Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T11:08:50.018Z] 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-02-04T11:08:50.962Z] 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-02-04T11:08:52.346Z] 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-02-04T11:08:52.606Z] 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-02-04T11:08:52.606Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T11:08:52.866Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T11:08:52.866Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T11:08:52.866Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T11:08:54.788Z] 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-02-04T11:08:54.788Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T11:08:54.788Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T11:08:56.172Z] 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-02-04T11:08:57.116Z] 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-02-04T11:08:57.116Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T11:08:58.500Z] 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-02-04T11:08:59.463Z] 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-02-04T11:09:00.411Z] 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-02-04T11:09:00.411Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T11:09:01.351Z] 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-02-04T11:09:01.351Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T11:09:05.560Z] Building version [2021-02-04T11:09:07.687Z] Staging config-common [2021-02-04T11:09:09.099Z] Skipping stage go-build-helper (already ran) [2021-02-04T11:09:09.099Z] Skipping stage static-packages (already ran) [2021-02-04T11:09:09.099Z] Skipping stage go115 (already ran) [2021-02-04T11:09:09.099Z] Staging edgex-go [2021-02-04T11:09:10.587Z] Staging version [2021-02-04T11:09:11.571Z] Priming config-common [2021-02-04T11:09:12.671Z] Priming go-build-helper [2021-02-04T11:09:14.145Z] Priming static-packages [2021-02-04T11:09:16.686Z] Priming go115 [2021-02-04T11:09:17.627Z] Priming edgex-go [2021-02-04T11:09:19.007Z] Priming version [2021-02-04T11:09:19.946Z] 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-02-04T11:09:45.833Z]  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/secrets-config ./cmd/secrets-config [2021-02-04T11:09:54.153Z] Removing intermediate container b6f0728ad714 [2021-02-04T11:09:54.153Z] ---> d2fa7818bbfb [2021-02-04T11:09:54.153Z] [2021-02-04T11:09:54.153Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T11:09:54.153Z] ---> afeebe901d6b [2021-02-04T11:09:54.153Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T11:09:54.153Z] ---> Using cache [2021-02-04T11:09:54.153Z] ---> c6f48b753a07 [2021-02-04T11:09:54.153Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:09:54.153Z] ---> Using cache [2021-02-04T11:09:54.153Z] ---> cf5fcc37b42d [2021-02-04T11:09:54.153Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T11:09:54.153Z] ---> Running in 52dee9765564 [2021-02-04T11:09:54.153Z] Removing intermediate container b727dd0e9e74 [2021-02-04T11:09:54.153Z] ---> c0c242140204 [2021-02-04T11:09:54.153Z] [2021-02-04T11:09:54.153Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T11:09:54.153Z] ---> afeebe901d6b [2021-02-04T11:09:54.153Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T11:09:54.455Z] ---> Running in 119de0b0c0b6 [2021-02-04T11:09:55.058Z] Removing intermediate container 52dee9765564 [2021-02-04T11:09:55.058Z] ---> 683e53fd5b09 [2021-02-04T11:09:55.058Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T11:09:55.335Z] ---> Running in 41e07ea52eb3 [2021-02-04T11:09:56.788Z] Removing intermediate container 41e07ea52eb3 [2021-02-04T11:09:56.788Z] ---> eeb2628792b1 [2021-02-04T11:09:56.788Z] Step 15/23 : WORKDIR / [2021-02-04T11:09:56.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:57.064Z] ---> Running in e265b99cf054 [2021-02-04T11:09:57.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:09:57.673Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T11:09:57.673Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T11:09:57.673Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T11:09:57.673Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T11:09:57.673Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:09:57.673Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T11:09:57.965Z] Removing intermediate container e265b99cf054 [2021-02-04T11:09:57.965Z] ---> ab7af4420369 [2021-02-04T11:09:57.965Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:09:57.965Z] OK: 7 MiB in 18 packages [2021-02-04T11:09:59.414Z] Removing intermediate container 6e401d56913a [2021-02-04T11:09:59.414Z] ---> 5d798147f438 [2021-02-04T11:09:59.414Z] [2021-02-04T11:09:59.414Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T11:09:59.414Z] ---> afeebe901d6b [2021-02-04T11:09:59.414Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T11:09:59.414Z] ---> Using cache [2021-02-04T11:09:59.414Z] ---> c6f48b753a07 [2021-02-04T11:09:59.414Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T11:09:59.414Z] ---> Using cache [2021-02-04T11:09:59.414Z] ---> cf5fcc37b42d [2021-02-04T11:09:59.414Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T11:09:59.414Z] ---> Running in 5566662ed729 [2021-02-04T11:09:59.690Z] ---> 8c643d7d5b6d [2021-02-04T11:09:59.690Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T11:10:00.563Z] Removing intermediate container 5566662ed729 [2021-02-04T11:10:00.939Z] ---> 2442651137c2 [2021-02-04T11:10:00.939Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T11:10:00.939Z] Removing intermediate container 119de0b0c0b6 [2021-02-04T11:10:00.939Z] ---> 2f351f47c074 [2021-02-04T11:10:00.939Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T11:10:00.939Z] ---> Running in 6fddc2a9714e [2021-02-04T11:10:01.261Z] ---> Running in 91b9346e3bfb [2021-02-04T11:10:01.886Z] Removing intermediate container 6fddc2a9714e [2021-02-04T11:10:01.886Z] ---> 698c1a27abe9 [2021-02-04T11:10:01.886Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:10:02.890Z] ---> e56b0bf1e04d [2021-02-04T11:10:02.890Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T11:10:02.890Z] Removing intermediate container 91b9346e3bfb [2021-02-04T11:10:02.890Z] ---> 1c97fbda07b8 [2021-02-04T11:10:02.890Z] Step 13/21 : WORKDIR /edgex [2021-02-04T11:10:03.165Z] ---> Running in 18a06275c5e1 [2021-02-04T11:10:03.440Z] ---> 155dc5d05c41 [2021-02-04T11:10:03.440Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T11:10:04.045Z] Removing intermediate container 18a06275c5e1 [2021-02-04T11:10:04.045Z] ---> 1a47ef36778b [2021-02-04T11:10:04.045Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T11:10:04.651Z] ---> 94284f717988 [2021-02-04T11:10:04.651Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T11:10:04.651Z] ---> Running in 4e3b7175edc5 [2021-02-04T11:10:05.256Z] ---> 981c5b0dbd9f [2021-02-04T11:10:05.256Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T11:10:05.256Z] ---> 1e508bbfda9a [2021-02-04T11:10:05.256Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T11:10:05.535Z] Removing intermediate container 4e3b7175edc5 [2021-02-04T11:10:05.535Z] ---> 98aa214f2b4c [2021-02-04T11:10:05.535Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:10:05.811Z] ---> Running in d6fffb66b654 [2021-02-04T11:10:06.412Z] ---> 84bb7c01a477 [2021-02-04T11:10:06.413Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T11:10:06.413Z] Removing intermediate container d6fffb66b654 [2021-02-04T11:10:06.413Z] ---> 2ebcf18d13f0 [2021-02-04T11:10:06.413Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T11:10:06.689Z] ---> Running in 509582557c65 [2021-02-04T11:10:06.689Z] ---> 09f61c689daa [2021-02-04T11:10:06.689Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T11:10:06.689Z] ---> Running in 7f5dd1b4eabe [2021-02-04T11:10:07.285Z] Removing intermediate container 509582557c65 [2021-02-04T11:10:07.285Z] ---> c12b6afacdcc [2021-02-04T11:10:07.285Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:10:07.285Z] Removing intermediate container 7f5dd1b4eabe [2021-02-04T11:10:07.285Z] ---> 0c9bf13161ef [2021-02-04T11:10:07.285Z] Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:10:07.558Z] ---> Running in 169b4a0590ad [2021-02-04T11:10:07.558Z] ---> Running in 551fe60b7aeb [2021-02-04T11:10:08.152Z] Removing intermediate container 169b4a0590ad [2021-02-04T11:10:08.152Z] ---> 038d702f76cd [2021-02-04T11:10:08.152Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T11:10:08.152Z] Removing intermediate container 551fe60b7aeb [2021-02-04T11:10:08.152Z] ---> 7d9548bd9d4a [2021-02-04T11:10:08.152Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T11:10:08.152Z] ---> 6e9953231aa5 [2021-02-04T11:10:08.153Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T11:10:08.425Z] ---> Running in 13f6466c2d0e [2021-02-04T11:10:08.425Z] ---> Running in a4c983688390 [2021-02-04T11:10:08.425Z] ---> Running in 036d36fd2dfb [2021-02-04T11:10:09.029Z] Removing intermediate container 13f6466c2d0e [2021-02-04T11:10:09.029Z] ---> 75a3cf2cb803 [2021-02-04T11:10:09.029Z] Step 21/22 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:10:09.029Z] Removing intermediate container a4c983688390 [2021-02-04T11:10:09.029Z] ---> 0a486f513ca3 [2021-02-04T11:10:09.029Z] [2021-02-04T11:10:09.029Z] Removing intermediate container 036d36fd2dfb [2021-02-04T11:10:09.029Z] ---> 1162aa0b9042 [2021-02-04T11:10:09.029Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T11:10:09.301Z] ---> Running in 703873e78143 [2021-02-04T11:10:09.576Z] ---> Running in 79838efef712 [2021-02-04T11:10:09.576Z] Successfully built 0a486f513ca3 [2021-02-04T11:10:09.576Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T11:10:10.190Z]  Building docker-core-command-go ... done Removing intermediate container 703873e78143 [2021-02-04T11:10:10.190Z] ---> 621ce1513b12 [2021-02-04T11:10:10.190Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T11:10:10.190Z] Removing intermediate container 79838efef712 [2021-02-04T11:10:10.190Z] ---> 131eb3892c6a [2021-02-04T11:10:10.190Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T11:10:10.190Z] ---> Running in 37f5e44ad2d0 [2021-02-04T11:10:10.464Z] ---> Running in 89e252205c1a [2021-02-04T11:10:11.065Z] Removing intermediate container 37f5e44ad2d0 [2021-02-04T11:10:11.065Z] ---> 7f444bf2faff [2021-02-04T11:10:11.065Z] [2021-02-04T11:10:11.065Z] Removing intermediate container 89e252205c1a [2021-02-04T11:10:11.065Z] ---> 92788328fa80 [2021-02-04T11:10:11.065Z] Step 20/21 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:10:11.346Z] Successfully built 7f444bf2faff [2021-02-04T11:10:11.346Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T11:10:11.346Z]  Building docker-support-scheduler-go ... done  ---> Running in 1583af23d101 [2021-02-04T11:10:11.944Z] Removing intermediate container 1583af23d101 [2021-02-04T11:10:11.944Z] ---> c888dbbe8a97 [2021-02-04T11:10:11.944Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T11:10:12.217Z] ---> Running in 46cd36153d98 [2021-02-04T11:10:12.840Z] Removing intermediate container 46cd36153d98 [2021-02-04T11:10:12.840Z] ---> 7dc63677d989 [2021-02-04T11:10:12.840Z] [2021-02-04T11:10:13.113Z] Successfully built 7dc63677d989 [2021-02-04T11:10:13.383Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T11:10:18.764Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a779533fe7b8 [2021-02-04T11:10:18.764Z] ---> ebbe750bc74b [2021-02-04T11:10:18.764Z] [2021-02-04T11:10:18.764Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T11:10:18.764Z] ---> afeebe901d6b [2021-02-04T11:10:18.764Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T11:10:18.764Z] ---> Running in c6cfc7d498c0 [2021-02-04T11:10:18.764Z] Removing intermediate container c6cfc7d498c0 [2021-02-04T11:10:18.764Z] ---> a4fb4e17ddda [2021-02-04T11:10:18.764Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T11:10:18.764Z] ---> Running in c7f0d1ea0262 [2021-02-04T11:10:19.356Z] Removing intermediate container c7f0d1ea0262 [2021-02-04T11:10:19.356Z] ---> 2e654510dc47 [2021-02-04T11:10:19.356Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T11:10:19.356Z] ---> Running in 10a0499105f1 [2021-02-04T11:10:19.947Z] Removing intermediate container 10a0499105f1 [2021-02-04T11:10:19.947Z] ---> 8c3b7096e44e [2021-02-04T11:10:19.947Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T11:10:19.947Z] ---> Running in 39da4d70fe47 [2021-02-04T11:10:22.563Z] Removing intermediate container 39da4d70fe47 [2021-02-04T11:10:22.563Z] ---> cb5659ea7060 [2021-02-04T11:10:22.563Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T11:10:22.563Z] ---> Running in d6632ddf44ef [2021-02-04T11:10:23.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T11:10:24.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T11:10:24.711Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T11:10:24.981Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T11:10:24.981Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T11:10:24.981Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T11:10:25.249Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T11:10:25.521Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T11:10:25.521Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T11:10:25.521Z] OK: 8 MiB in 20 packages [2021-02-04T11:10:26.945Z] Removing intermediate container d6632ddf44ef [2021-02-04T11:10:26.945Z] ---> 0444f709eaa5 [2021-02-04T11:10:26.945Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T11:10:27.537Z] ---> 188494540f6b [2021-02-04T11:10:27.537Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T11:10:28.960Z] ---> 62585be175ce [2021-02-04T11:10:28.960Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T11:10:29.553Z] ---> 85ccce2db768 [2021-02-04T11:10:29.553Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T11:10:29.826Z] ---> Running in e96bdb2cdeaf [2021-02-04T11:10:30.418Z] Removing intermediate container e96bdb2cdeaf [2021-02-04T11:10:30.418Z] ---> 15a822ea15d9 [2021-02-04T11:10:30.418Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T11:10:30.418Z] ---> Running in 266332f80e74 [2021-02-04T11:10:31.009Z] Removing intermediate container 266332f80e74 [2021-02-04T11:10:31.009Z] ---> 2c9c8847728f [2021-02-04T11:10:31.009Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T11:10:31.009Z] ---> Running in 3aa40e4ab01c [2021-02-04T11:10:31.601Z] Removing intermediate container 3aa40e4ab01c [2021-02-04T11:10:31.601Z] ---> 305706fe2a4b [2021-02-04T11:10:31.601Z] Step 22/23 : LABEL git_sha=8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-04T11:10:31.601Z] ---> Running in fa3d7e1cf994 [2021-02-04T11:10:32.198Z] Removing intermediate container fa3d7e1cf994 [2021-02-04T11:10:32.198Z] ---> bd659c9283da [2021-02-04T11:10:32.198Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T11:10:32.198Z] ---> Running in 917ccceeae80 [2021-02-04T11:10:32.792Z] Removing intermediate container 917ccceeae80 [2021-02-04T11:10:32.792Z] ---> be8aaa30f914 [2021-02-04T11:10:32.792Z] [2021-02-04T11:10:33.063Z] Successfully built be8aaa30f914 [2021-02-04T11:10:33.063Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T11:10:33.347Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-04T11:10:33.364Z] $ docker stop --time=1 408b95250ab72ba641efcc26491a5900aac6c6e5f35cb736bc2b203375657b44 [2021-02-04T11:10:35.340Z] $ docker rm -f 408b95250ab72ba641efcc26491a5900aac6c6e5f35cb736bc2b203375657b44 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T11:10:36.113Z] + docker images [2021-02-04T11:10:36.114Z] + grep docker [2021-02-04T11:10:36.383Z] docker-core-data-go-arm64 latest be8aaa30f914 4 seconds ago 21MB [2021-02-04T11:10:36.383Z] docker-security-proxy-setup-go-arm64 latest 7dc63677d989 24 seconds ago 23.2MB [2021-02-04T11:10:36.383Z] docker-support-scheduler-go-arm64 latest 7f444bf2faff 26 seconds ago 16.1MB [2021-02-04T11:10:36.383Z] docker-core-command-go-arm64 latest 0a486f513ca3 28 seconds ago 16MB [2021-02-04T11:10:36.383Z] docker-sys-mgmt-agent-go-arm64 latest 3e7987e7d0cb About a minute ago 300MB [2021-02-04T11:10:36.383Z] docker-security-bootstrapper-go-arm64 latest d806e9d2058b 2 minutes ago 22.6MB [2021-02-04T11:10:36.383Z] docker-core-metadata-go-arm64 latest dfc16fb365ba 3 minutes ago 17.7MB [2021-02-04T11:10:36.383Z] docker-support-notifications-go-arm64 latest 0e1a490be64e 3 minutes ago 16.7MB [2021-02-04T11:10:36.383Z] docker-security-secretstore-setup-go-arm64 latest f7174749f7d9 3 minutes ago 23.4MB [2021-02-04T11:10:36.383Z] docker 20.10.0 eeaf43b92773 7 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-02-04T11:10:39.325Z] provisioning config files... [2021-02-04T11:10:39.341Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config6487242240283651174tmp [Pipeline] { [Pipeline] sh [2021-02-04T11:10:39.830Z] + set +x [2021-02-04T11:10:39.830Z] + curl -s https://codecov.io/bash [2021-02-04T11:10:39.830Z] + bash -s -- [2021-02-04T11:10:40.097Z] [2021-02-04T11:10:40.098Z] _____ _ [2021-02-04T11:10:40.098Z] / ____| | | [2021-02-04T11:10:40.098Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T11:10:40.098Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T11:10:40.098Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T11:10:40.098Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T11:10:40.098Z] Bash-20210129-7c25fce [2021-02-04T11:10:40.098Z] [2021-02-04T11:10:40.098Z] [2021-02-04T11:10:40.098Z] ==> git version 2.24.3 found [2021-02-04T11:10:40.098Z] ==> 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-02-04T11:10:40.098Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T11:10:40.098Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T11:10:40.098Z] ==> Jenkins CI detected. [2021-02-04T11:10:40.098Z] project root: . [2021-02-04T11:10:40.363Z] --> token set from env [2021-02-04T11:10:40.363Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T11:10:40.363Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T11:10:40.363Z] ==> Python coveragepy not found [2021-02-04T11:10:40.363Z] ==> Searching for coverage reports in: [2021-02-04T11:10:40.363Z] + . [2021-02-04T11:10:40.363Z] -> Found 1 reports [2021-02-04T11:10:40.363Z] ==> Detecting git/mercurial file structure [2021-02-04T11:10:40.363Z] ==> Reading reports [2021-02-04T11:10:40.363Z] + ./coverage.out bytes=580808 [2021-02-04T11:10:40.630Z] ==> Appending adjustments [2021-02-04T11:10:40.630Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T11:10:43.972Z] + Found adjustments [2021-02-04T11:10:43.972Z] ==> Gzipping contents [2021-02-04T11:10:43.972Z] 88K /tmp/codecov.SglUkV.gz [2021-02-04T11:10:43.972Z] ==> Uploading reports [2021-02-04T11:10:43.972Z] url: https://codecov.io [2021-02-04T11:10:43.972Z] query: branch=PR-3116&commit=8990d2bdda0219ec7ffade784f01aa1108ef8598&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= [2021-02-04T11:10:43.972Z] -> Pinging Codecov [2021-02-04T11:10:43.972Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3116&commit=8990d2bdda0219ec7ffade784f01aa1108ef8598&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= [2021-02-04T11:10:44.234Z] -> Uploading to [2021-02-04T11:10:44.234Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/8990d2bdda0219ec7ffade784f01aa1108ef8598/06005366-49d3-4d9d-b63f-87992f2c1877.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T111044Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=02f0fba25229f9956e4b8aef137d7cd957445c1d8a7f2f7796c5184dda8ab3ba [2021-02-04T11:10:44.234Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T11:10:44.234Z] Dload Upload Total Spent Left Speed [2021-02-04T11:10:44.811Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87650 0 0 100 87650 0 179k --:--:-- --:--:-- --:--:-- 179k 100 87650 0 0 100 87650 0 179k --:--:-- --:--:-- --:--:-- 179k [2021-02-04T11:10:44.811Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8990d2bdda0219ec7ffade784f01aa1108ef8598 [Pipeline] } [2021-02-04T11:10:44.823Z] 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-02-04T11:10:48.698Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:10:49.598Z] ---> package-listing.sh [2021-02-04T11:10:49.598Z] ++ facter osfamily [2021-02-04T11:10:49.598Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T11:10:49.598Z] + OS_FAMILY=redhat [2021-02-04T11:10:49.598Z] + workspace=/w/workspace/edgex-go/8 [2021-02-04T11:10:49.598Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T11:10:49.598Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T11:10:49.598Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T11:10:49.598Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T11:10:49.598Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-04T11:10:49.598Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T11:10:49.598Z] + case "${OS_FAMILY}" in [2021-02-04T11:10:49.598Z] + rpm -qa [2021-02-04T11:10:49.598Z] + sort [2021-02-04T11:10:54.915Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T11:10:54.915Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T11:10:54.915Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T11:10:54.915Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-04T11:10:54.915Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-02-04T11:10:54.915Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-02-04T11:10:54.928Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T11:10:55.225Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:10:55.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T11:10:55.804Z] [2021-02-04T11:10:55.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T11:10:56.221Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T11:10:56.834Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T11:10:56.834Z] df20fa9351a1: Pulling fs layer [2021-02-04T11:10:56.834Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T11:10:56.834Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T11:10:56.834Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T11:10:56.834Z] 93b61091891f: Pulling fs layer [2021-02-04T11:10:56.834Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T11:10:56.834Z] 5e14af77c1be: Pulling fs layer [2021-02-04T11:10:56.834Z] 01666e4c0597: Pulling fs layer [2021-02-04T11:10:56.834Z] aa168da1d23b: Pulling fs layer [2021-02-04T11:10:56.834Z] 46f8f816bc3b: Waiting [2021-02-04T11:10:56.834Z] 5e14af77c1be: Waiting [2021-02-04T11:10:56.834Z] 93b61091891f: Waiting [2021-02-04T11:10:56.834Z] 01666e4c0597: Waiting [2021-02-04T11:10:56.834Z] 93b9cdb0e59b: Waiting [2021-02-04T11:10:56.834Z] aa168da1d23b: Waiting [2021-02-04T11:10:56.834Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T11:10:56.834Z] 36b3adc4ff6f: Download complete [2021-02-04T11:10:56.834Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T11:10:56.834Z] 46f8f816bc3b: Download complete [2021-02-04T11:10:57.173Z] 93b61091891f: Verifying Checksum [2021-02-04T11:10:57.173Z] 93b61091891f: Download complete [2021-02-04T11:10:57.173Z] df20fa9351a1: Download complete [2021-02-04T11:10:57.173Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T11:10:57.173Z] 93b9cdb0e59b: Download complete [2021-02-04T11:10:57.173Z] 5e14af77c1be: Verifying Checksum [2021-02-04T11:10:57.173Z] 5e14af77c1be: Download complete [2021-02-04T11:10:57.173Z] 01666e4c0597: Verifying Checksum [2021-02-04T11:10:57.173Z] 01666e4c0597: Download complete [2021-02-04T11:10:57.466Z] df20fa9351a1: Pull complete [2021-02-04T11:10:57.734Z] 36b3adc4ff6f: Pull complete [2021-02-04T11:10:58.012Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T11:10:58.012Z] 8ad3a11d3b57: Download complete [2021-02-04T11:10:58.981Z] 8ad3a11d3b57: Pull complete [2021-02-04T11:10:59.250Z] 46f8f816bc3b: Pull complete [2021-02-04T11:10:59.830Z] 93b61091891f: Pull complete [2021-02-04T11:10:59.830Z] 93b9cdb0e59b: Pull complete [2021-02-04T11:11:00.788Z] 5e14af77c1be: Pull complete [2021-02-04T11:11:00.788Z] aa168da1d23b: Verifying Checksum [2021-02-04T11:11:00.788Z] aa168da1d23b: Download complete [2021-02-04T11:11:01.739Z] 01666e4c0597: Pull complete [2021-02-04T11:11:09.927Z] aa168da1d23b: Pull complete [2021-02-04T11:11:09.927Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T11:11:09.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T11:11:09.927Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T11:11:10.136Z] prd-centos7-docker-4c-2g-24976 does not seem to be running inside a container [2021-02-04T11:11:10.193Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T11:11:14.469Z] $ docker top 8b60cc1fcdde98f2c4213babdb9a5e4f8a73eb0f7402dc5101eb702a4f1f9d0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T11:11:15.212Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T11:11:15.549Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T11:11:15.861Z] + ls /var/log/sa-host [2021-02-04T11:11:15.862Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T11:11:15.862Z] file_magic: OK [2021-02-04T11:11:15.862Z] HZ: Using current value: 100 [2021-02-04T11:11:15.862Z] file_header: OK [2021-02-04T11:11:15.862Z] 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-02-04T11:11:15.862Z] Statistics: [2021-02-04T11:11:15.862Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T11:11:15.862Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T11:11:15.862Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T11:11:15.862Z] file_magic: OK [2021-02-04T11:11:15.862Z] HZ: Using current value: 100 [2021-02-04T11:11:15.862Z] file_header: OK [2021-02-04T11:11:15.862Z] 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-02-04T11:11:15.862Z] Statistics: [2021-02-04T11:11:15.862Z] Hnuu...uuuununununu... [2021-02-04T11:11:15.862Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T11:11:16.091Z] provisioning config files... [2021-02-04T11:11:16.108Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config7166787294219134668tmp [Pipeline] { [Pipeline] echo [2021-02-04T11:11:16.300Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:11:16.605Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T11:11:16.616Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T11:11:16.801Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:11:17.101Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T11:11:17.113Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:11:17.416Z] ---> sudo-logs.sh [2021-02-04T11:11:17.416Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T11:11:17.427Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:11:17.725Z] ---> job-cost.sh [2021-02-04T11:11:17.725Z] lf-activate-venv: SKIPPING [2021-02-04T11:11:17.725Z] INFO: No Stack... [2021-02-04T11:11:19.119Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T11:11:19.693Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T11:11:19.707Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T11:11:20.003Z] ---> logs-deploy.sh [2021-02-04T11:11:20.003Z] lf-activate-venv: SKIPPING [2021-02-04T11:11:20.003Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3116/8 [2021-02-04T11:11:20.003Z] INFO: archiving workspace using pattern(s): [2021-02-04T11:11:21.395Z] Archives upload complete. [2021-02-04T11:11:21.659Z] INFO: archiving logs to Nexus