Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2a4efc596d6299a706f2b1b5ea90705279ab33b1 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from 2a4efc596d6299a706f2b1b5ea90705279ab33b1 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-24459 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing a185bafd3ebcc171550494622307fd8cef790a8e Checking out Revision a185bafd3ebcc171550494622307fd8cef790a8e (PR-3034) > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a185bafd3ebcc171550494622307fd8cef790a8e # timeout=10 Commit message: "Merge commit '2a4efc596d6299a706f2b1b5ea90705279ab33b1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T00:31:02.522Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T00:31:02.789Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T00:31:02.913Z] ========================================================= [2021-02-02T00:31:02.913Z] EdgeX Global Pipelines Version Info [2021-02-02T00:31:02.913Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ecc9acc8ef3ce8513a18cd41075fe4540eee52bc # timeout=10 [2021-02-02T00:31:05.877Z] ------------------- [2021-02-02T00:31:05.877Z] stable info: [2021-02-02T00:31:05.877Z] ------------------- [2021-02-02T00:31:05.877Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T00:31:05.877Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T00:31:05.877Z] Message: update stable to v1.0.179 [2021-02-02T00:31:06.844Z] ------------------- [2021-02-02T00:31:06.844Z] experimental info: [2021-02-02T00:31:06.844Z] ------------------- [2021-02-02T00:31:06.845Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T00:31:06.845Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T00:31:06.845Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T00:31:07.111Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T00:31:07.196Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T00:31:07.291Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T00:31:07.377Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T00:31:07.474Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T00:31:07.593Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T00:31:07.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T00:31:07.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T00:31:07.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T00:31:07.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T00:31:08.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T00:31:08.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T00:31:08.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T00:31:08.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T00:31:08.510Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T00:31:08.593Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T00:31:08.676Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T00:31:08.758Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T00:31:08.838Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T00:31:08.918Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T00:31:09.015Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T00:31:09.181Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T00:31:09.315Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T00:31:09.405Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-02-02T00:31:09.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-02-02T00:31:09.575Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-02-02T00:31:09.658Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a185bafd3ebcc171550494622307fd8cef790a8e [Pipeline] echo [2021-02-02T00:31:09.766Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a185baf [Pipeline] echo [2021-02-02T00:31:09.853Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T00:31:10.038Z] provisioning config files... [2021-02-02T00:31:10.066Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config3160655542157116272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:31:10.441Z] ---> docker-login.sh [2021-02-02T00:31:10.442Z] nexus3.edgexfoundry.org:10001 [2021-02-02T00:31:10.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:31:10.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:31:10.705Z] Configure a credential helper to remove this warning. See [2021-02-02T00:31:10.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:31:10.705Z] [2021-02-02T00:31:10.705Z] Login Succeeded [2021-02-02T00:31:10.705Z] nexus3.edgexfoundry.org:10002 [2021-02-02T00:31:10.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:31:10.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:31:10.970Z] Configure a credential helper to remove this warning. See [2021-02-02T00:31:10.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:31:10.970Z] [2021-02-02T00:31:10.970Z] Login Succeeded [2021-02-02T00:31:10.970Z] nexus3.edgexfoundry.org:10003 [2021-02-02T00:31:11.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:31:11.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:31:11.237Z] Configure a credential helper to remove this warning. See [2021-02-02T00:31:11.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:31:11.237Z] [2021-02-02T00:31:11.237Z] Login Succeeded [2021-02-02T00:31:11.237Z] nexus3.edgexfoundry.org:10004 [2021-02-02T00:31:11.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:31:11.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:31:11.500Z] Configure a credential helper to remove this warning. See [2021-02-02T00:31:11.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:31:11.500Z] [2021-02-02T00:31:11.500Z] Login Succeeded [2021-02-02T00:31:11.500Z] docker.io [2021-02-02T00:31:11.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:31:11.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:31:11.766Z] Configure a credential helper to remove this warning. See [2021-02-02T00:31:11.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:31:11.766Z] [2021-02-02T00:31:11.766Z] Login Succeeded [2021-02-02T00:31:11.766Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T00:31:11.782Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T00:31:12.370Z] ++ 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-02T00:31:12.370Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:12.370Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T00:31:12.370Z] ++ cut -d/ -f2 [2021-02-02T00:31:12.370Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T00:31:12.370Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:12.370Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T00:31:12.370Z] ++ cut -d/ -f2 [2021-02-02T00:31:12.370Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T00:31:12.370Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:12.370Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T00:31:12.370Z] ++ cut -d/ -f2 [2021-02-02T00:31:12.371Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T00:31:12.371Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:12.371Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T00:31:12.371Z] ++ cut -d/ -f2 [2021-02-02T00:31:12.371Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T00:31:12.371Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:12.371Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T00:31:12.371Z] ++ cut -d/ -f2 [2021-02-02T00:31:12.371Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T00:31:12.371Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:12.371Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T00:31:12.371Z] ++ cut -d/ -f2 [2021-02-02T00:31:12.371Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T00:31:12.371Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:12.371Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T00:31:12.371Z] ++ cut -d/ -f2 [2021-02-02T00:31:12.371Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T00:31:12.371Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:12.371Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T00:31:12.371Z] ++ cut -d/ -f2 [2021-02-02T00:31:12.371Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T00:31:12.371Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T00:31:12.371Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T00:31:12.371Z] ++ cut -d/ -f2 [2021-02-02T00:31:12.371Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T00:31:12.457Z] 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-02T00:31:13.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T00:31:13.335Z] [2021-02-02T00:31:13.336Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:31:13.719Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T00:31:13.719Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T00:31:13.719Z] 31603596830f: Pulling fs layer [2021-02-02T00:31:13.719Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T00:31:13.719Z] 6ca5941a6612: Pulling fs layer [2021-02-02T00:31:13.719Z] ecc8261a40a4: Pulling fs layer [2021-02-02T00:31:13.719Z] ecc8261a40a4: Waiting [2021-02-02T00:31:13.719Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T00:31:13.719Z] 2a8b12db71e7: Download complete [2021-02-02T00:31:13.719Z] 31603596830f: Verifying Checksum [2021-02-02T00:31:13.719Z] 31603596830f: Download complete [2021-02-02T00:31:13.982Z] ecc8261a40a4: Verifying Checksum [2021-02-02T00:31:13.982Z] ecc8261a40a4: Download complete [2021-02-02T00:31:13.982Z] 6ca5941a6612: Verifying Checksum [2021-02-02T00:31:13.982Z] 6ca5941a6612: Download complete [2021-02-02T00:31:14.248Z] 31603596830f: Pull complete [2021-02-02T00:31:14.248Z] 2a8b12db71e7: Pull complete [2021-02-02T00:31:15.201Z] 6ca5941a6612: Pull complete [2021-02-02T00:31:15.463Z] ecc8261a40a4: Pull complete [2021-02-02T00:31:15.463Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T00:31:15.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T00:31:15.463Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T00:31:15.567Z] prd-centos7-docker-4c-2g-24459 does not seem to be running inside a container [2021-02-02T00:31:15.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T00:31:18.183Z] $ docker top 79a8d4271f17e903527b26675e0a7af7ef3538723c67a34c78c62899a3d36f40 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T00:31:18.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T00:31:18.468Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T00:31:18.703Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T00:31:18.707Z] $ docker exec 79a8d4271f17e903527b26675e0a7af7ef3538723c67a34c78c62899a3d36f40 ssh-agent [2021-02-02T00:31:18.882Z] SSH_AUTH_SOCK=/tmp/ssh-sB6tlrfSk5ui/agent.11 [2021-02-02T00:31:18.882Z] SSH_AGENT_PID=17 [2021-02-02T00:31:18.892Z] Running ssh-add (command line suppressed) [2021-02-02T00:31:19.016Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_7309994982597788613.key (/w/workspace/edgex-go/15@tmp/private_key_7309994982597788613.key) [2021-02-02T00:31:19.066Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T00:31:19.400Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T00:31:19.421Z] $ docker exec --env ******** --env ******** 79a8d4271f17e903527b26675e0a7af7ef3538723c67a34c78c62899a3d36f40 ssh-agent -k [2021-02-02T00:31:19.532Z] unset SSH_AUTH_SOCK; [2021-02-02T00:31:19.532Z] unset SSH_AGENT_PID; [2021-02-02T00:31:19.533Z] echo Agent pid 17 killed; [2021-02-02T00:31:19.578Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T00:31:19.712Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T00:31:19.712Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T00:31:19.880Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T00:31:19.884Z] $ docker exec 79a8d4271f17e903527b26675e0a7af7ef3538723c67a34c78c62899a3d36f40 ssh-agent [2021-02-02T00:31:20.044Z] SSH_AUTH_SOCK=/tmp/ssh-oVcbPqBuNqS4/agent.46 [2021-02-02T00:31:20.044Z] SSH_AGENT_PID=51 [2021-02-02T00:31:20.051Z] Running ssh-add (command line suppressed) [2021-02-02T00:31:20.167Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_608664159007668628.key (/w/workspace/edgex-go/15@tmp/private_key_608664159007668628.key) [2021-02-02T00:31:20.222Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T00:31:20.583Z] + git semver init [2021-02-02T00:31:20.583Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T00:31:20.583Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2021-02-02T00:31:20.583Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2021-02-02T00:31:20.583Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T00:31:20.583Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T00:31:20.583Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T00:31:20.583Z] # $SEMVER_BRANCH = PR-3034 [2021-02-02T00:31:20.583Z] # $SEMVER_TEMP = /tmp/semver-877328732 [2021-02-02T00:31:20.583Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T00:31:47.225Z] # '/tmp/semver-877328732' -> '/w/workspace/edgex-go/15/.semver' [2021-02-02T00:31:47.225Z] # -> Force: false [2021-02-02T00:31:47.225Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2021-02-02T00:31:47.241Z] $ docker exec --env ******** --env ******** 79a8d4271f17e903527b26675e0a7af7ef3538723c67a34c78c62899a3d36f40 ssh-agent -k [2021-02-02T00:31:47.473Z] unset SSH_AUTH_SOCK; [2021-02-02T00:31:47.474Z] unset SSH_AGENT_PID; [2021-02-02T00:31:47.474Z] echo Agent pid 51 killed; [2021-02-02T00:31:47.574Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T00:31:48.074Z] + git semver [Pipeline] } [2021-02-02T00:31:48.093Z] $ docker stop --time=1 79a8d4271f17e903527b26675e0a7af7ef3538723c67a34c78c62899a3d36f40 [2021-02-02T00:31:49.619Z] $ docker rm -f 79a8d4271f17e903527b26675e0a7af7ef3538723c67a34c78c62899a3d36f40 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T00:31:50.127Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T00:31:50.668Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T00:31:50.670Z] [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-02T00:31:51.564Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T00:31:51.862Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T00:31:52.159Z] + sudo service docker restart [2021-02-02T00:31:52.159Z] + true [2021-02-02T00:31:52.159Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T00:31:52.749Z] ========================================================= [2021-02-02T00:31:52.749Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T00:31:52.749Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:31:53.084Z] + 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-02T00:31:57.325Z] Sending build context to Docker daemon 327.4MB [2021-02-02T00:31:57.325Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T00:31:57.325Z] Step 2/6 : FROM ${BASE} [2021-02-02T00:31:57.325Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T00:31:57.325Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T00:31:57.325Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T00:31:57.325Z] de9db76c5a1d: Pulling fs layer [2021-02-02T00:31:57.325Z] bca2f99d35d6: Pulling fs layer [2021-02-02T00:31:57.325Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T00:31:57.325Z] 7c6f9722023f: Pulling fs layer [2021-02-02T00:31:57.325Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T00:31:57.325Z] 93359f2a8cfa: Waiting [2021-02-02T00:31:57.325Z] 7c6f9722023f: Waiting [2021-02-02T00:31:57.325Z] a35cf1a2eb13: Waiting [2021-02-02T00:31:57.325Z] bca2f99d35d6: Waiting [2021-02-02T00:31:57.325Z] de9db76c5a1d: Verifying Checksum [2021-02-02T00:31:57.325Z] de9db76c5a1d: Download complete [2021-02-02T00:31:57.325Z] 0ef7d3d256c8: Verifying Checksum [2021-02-02T00:31:57.325Z] 0ef7d3d256c8: Download complete [2021-02-02T00:31:57.325Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T00:31:57.325Z] 93359f2a8cfa: Download complete [2021-02-02T00:31:57.325Z] 7c6f9722023f: Verifying Checksum [2021-02-02T00:31:57.325Z] 7c6f9722023f: Download complete [2021-02-02T00:31:57.325Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T00:31:57.325Z] 188c0c94c7c5: Download complete [2021-02-02T00:31:57.595Z] 188c0c94c7c5: Pull complete [2021-02-02T00:31:58.178Z] 0ef7d3d256c8: Pull complete [2021-02-02T00:31:58.763Z] de9db76c5a1d: Pull complete [2021-02-02T00:31:59.025Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T00:31:59.025Z] a35cf1a2eb13: Download complete [2021-02-02T00:31:59.289Z] bca2f99d35d6: Verifying Checksum [2021-02-02T00:31:59.289Z] bca2f99d35d6: Download complete [2021-02-02T00:32:04.626Z] bca2f99d35d6: Pull complete [2021-02-02T00:32:04.626Z] 93359f2a8cfa: Pull complete [2021-02-02T00:32:04.626Z] 7c6f9722023f: Pull complete [2021-02-02T00:32:06.063Z] Still waiting to schedule task [2021-02-02T00:32:06.063Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24456’ [2021-02-02T00:32:09.943Z] a35cf1a2eb13: Pull complete [2021-02-02T00:32:09.943Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T00:32:09.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T00:32:09.943Z] ---> a62c8e92a672 [2021-02-02T00:32:09.943Z] 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-02T00:32:09.943Z] ---> Running in 9f2164474ba5 [2021-02-02T00:32:09.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:32:10.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:32:11.468Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T00:32:11.729Z] (2/12) Installing file (5.38-r0) [2021-02-02T00:32:11.729Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T00:32:11.729Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T00:32:17.029Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T00:32:17.029Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T00:32:17.029Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T00:32:17.029Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T00:32:17.029Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T00:32:17.029Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T00:32:17.029Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T00:32:17.029Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T00:32:17.029Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:32:17.029Z] OK: 233 MiB in 51 packages [2021-02-02T00:32:20.346Z] Removing intermediate container 9f2164474ba5 [2021-02-02T00:32:20.346Z] ---> d35aa8407079 [2021-02-02T00:32:20.346Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T00:32:20.346Z] ---> Running in 1d5d48b511a7 [2021-02-02T00:32:20.609Z] Removing intermediate container 1d5d48b511a7 [2021-02-02T00:32:20.609Z] ---> 10c66b5c20f5 [2021-02-02T00:32:20.609Z] Step 5/6 : COPY go.mod . [2021-02-02T00:32:20.873Z] ---> 63fbcd150acc [2021-02-02T00:32:20.873Z] Step 6/6 : RUN go mod download [2021-02-02T00:32:20.873Z] ---> Running in 4f6a326524df [2021-02-02T00:32:42.898Z] Removing intermediate container 4f6a326524df [2021-02-02T00:32:42.898Z] ---> 637c9bcf9cc2 [2021-02-02T00:32:42.898Z] Successfully built 637c9bcf9cc2 [2021-02-02T00:32:42.898Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:32:43.214Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T00:32:43.215Z] . [Pipeline] withDockerContainer [2021-02-02T00:32:43.314Z] prd-centos7-docker-4c-2g-24459 does not seem to be running inside a container [2021-02-02T00:32:43.362Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T00:32:44.215Z] $ docker top 93623ba75269da92cd8a6a01abcd9b23c9e349e870e05c40ae916678497dcbcd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:32:44.694Z] + go version [2021-02-02T00:32:44.694Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T00:32:44.710Z] $ docker stop --time=1 93623ba75269da92cd8a6a01abcd9b23c9e349e870e05c40ae916678497dcbcd [2021-02-02T00:32:46.050Z] $ docker rm -f 93623ba75269da92cd8a6a01abcd9b23c9e349e870e05c40ae916678497dcbcd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:32:46.827Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T00:32:46.827Z] . [Pipeline] withDockerContainer [2021-02-02T00:32:46.928Z] prd-centos7-docker-4c-2g-24459 does not seem to be running inside a container [2021-02-02T00:32:46.977Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-02T00:32:47.705Z] $ docker top aa53aca0a387444df3235b9241b630fd66d21dc65339820416068e862419ab7a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T00:32:48.115Z] ========================================================= [2021-02-02T00:32:48.115Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T00:32:48.115Z] ========================================================= [Pipeline] sh [2021-02-02T00:32:48.408Z] + make test [2021-02-02T00:32:48.408Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T00:32:58.455Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T00:33:13.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T00:33:20.180Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T00:33:20.180Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T00:33:20.180Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T00:33:20.180Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T00:33:21.161Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T00:33:21.161Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T00:33:21.161Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T00:33:21.161Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T00:33:21.161Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T00:33:21.748Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T00:33:24.348Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T00:33:24.348Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T00:33:24.348Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T00:33:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 46.2% of statements [2021-02-02T00:33:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T00:33:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T00:33:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T00:33:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T00:33:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T00:33:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T00:33:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T00:33:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.067s coverage: 100.0% of statements [2021-02-02T00:33:29.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T00:33:29.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T00:33:29.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T00:33:29.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 65.8% of statements [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T00:33:29.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.455s coverage: 82.3% of statements [2021-02-02T00:33:29.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T00:33:29.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:33:29.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T00:33:29.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T00:33:32.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.312s coverage: 28.6% of statements [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T00:33:32.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T00:33:32.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T00:33:32.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T00:33:32.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.125s coverage: 97.5% of statements [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T00:33:32.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T00:33:32.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T00:33:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 92.8% of statements [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T00:33:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T00:33:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T00:33:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T00:33:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 45.5% of statements [2021-02-02T00:33:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2021-02-02T00:33:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-02-02T00:33:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.063s coverage: 96.3% of statements [2021-02-02T00:33:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.026s coverage: 87.5% of statements [2021-02-02T00:33:47.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.036s coverage: 94.4% of statements [2021-02-02T00:33:47.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.0% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.1% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.689s coverage: 29.1% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.058s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T00:33:59.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-02T00:33:59.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 100.0% of statements [2021-02-02T00:33:59.657Z] GO111MODULE=on go vet ./... [2021-02-02T00:34:27.071Z] gofmt -l . [2021-02-02T00:34:27.071Z] [ "`gofmt -l .`" = "" ] [2021-02-02T00:34:27.071Z] ./bin/test-go-mod-tidy.sh [2021-02-02T00:34:27.071Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T00:34:27.372Z] + ls -al . [2021-02-02T00:34:27.372Z] total 680 [2021-02-02T00:34:27.372Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 00:34 . [2021-02-02T00:34:27.372Z] drwxr-xr-x 4 root root 30 Feb 2 00:32 .. [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 00:30 .dockerignore [2021-02-02T00:34:27.372Z] drwxrwxr-x 8 1001 1001 179 Feb 2 00:31 .git [2021-02-02T00:34:27.372Z] drwxrwxr-x 3 1001 1001 125 Feb 2 00:30 .github [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 00:30 .gitignore [2021-02-02T00:34:27.372Z] drwx------ 3 1001 1001 60 Feb 2 00:31 .semver [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 00:30 .sonarcloud.properties [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 00:30 Attribution.txt [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 00:30 CONTRIBUTING.md [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 00:30 Dockerfile.build [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 00:30 Jenkinsfile [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 00:30 LICENSE [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 00:30 Makefile [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 00:30 README.md [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 00:30 SECURITY.md [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 00:31 VERSION [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 00:30 ZMQWindows.md [2021-02-02T00:34:27.372Z] drwxrwxr-x 2 1001 1001 117 Feb 2 00:30 bin [2021-02-02T00:34:27.372Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 00:30 cmd [2021-02-02T00:34:27.372Z] -rw-r--r-- 1 root root 574984 Feb 2 00:33 coverage.out [2021-02-02T00:34:27.372Z] -rw-r--r-- 1 root root 1054 Feb 2 00:34 go.mod [2021-02-02T00:34:27.372Z] -rw-r--r-- 1 root root 19399 Feb 2 00:34 go.sum [2021-02-02T00:34:27.372Z] drwxrwxr-x 8 1001 1001 127 Feb 2 00:30 internal [2021-02-02T00:34:27.372Z] drwxrwxr-x 4 1001 1001 26 Feb 2 00:30 openapi [2021-02-02T00:34:27.372Z] drwxrwxr-x 4 1001 1001 71 Feb 2 00:30 snap [2021-02-02T00:34:27.372Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 00:30 version.go [Pipeline] sh [2021-02-02T00:34:27.686Z] + '[' -e coverage.out ] [2021-02-02T00:34:27.686Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T00:34:27.927Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T00:34:28.227Z] + make build [2021-02-02T00:34:28.227Z] 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-02T00:34:32.456Z] 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-02T00:34:40.644Z] 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-02T00:34:42.082Z] 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-02T00:34:43.503Z] 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-02T00:34:43.767Z] 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-02T00:34:45.171Z] 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-02T00:34:47.106Z] 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-02T00:34:47.693Z] 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-02T00:34:49.092Z] 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-02T00:34:50.058Z] 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-02T00:34:51.004Z] 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-02T00:34:52.408Z] 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-02T00:34:53.842Z] $ docker stop --time=1 aa53aca0a387444df3235b9241b630fd66d21dc65339820416068e862419ab7a [2021-02-02T00:34:55.479Z] $ docker rm -f aa53aca0a387444df3235b9241b630fd66d21dc65339820416068e862419ab7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:34:58.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T00:34:58.919Z] [2021-02-02T00:34:58.919Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:34:59.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T00:34:59.266Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T00:34:59.266Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T00:34:59.266Z] ca9280d653b3: Pulling fs layer [2021-02-02T00:34:59.266Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T00:34:59.266Z] cbdbe7a5bc2a: Download complete [2021-02-02T00:34:59.851Z] cbdbe7a5bc2a: Pull complete [2021-02-02T00:34:59.851Z] ca9280d653b3: Verifying Checksum [2021-02-02T00:34:59.851Z] ca9280d653b3: Download complete [2021-02-02T00:35:00.798Z] ca9280d653b3: Pull complete [2021-02-02T00:35:00.798Z] 7e9c9ca2126c: Verifying Checksum [2021-02-02T00:35:00.798Z] 7e9c9ca2126c: Download complete [2021-02-02T00:35:07.418Z] 7e9c9ca2126c: Pull complete [2021-02-02T00:35:07.418Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T00:35:07.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T00:35:07.418Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T00:35:07.539Z] prd-centos7-docker-4c-2g-24459 does not seem to be running inside a container [2021-02-02T00:35:07.593Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-02T00:35:10.706Z] $ docker top 27f294f6992554043f94e049d120af4d487506be9aa7b2cfaa7c64590f50543f -eo pid,comm [2021-02-02T00:35:10.806Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24462 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-02-02T00:35:11.060Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-02-02T00:35:11.314Z] + docker-compose build --help [2021-02-02T00:35:11.315Z] + grep parallel [2021-02-02T00:35:12.261Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T00:35:12.277Z] $ docker stop --time=1 27f294f6992554043f94e049d120af4d487506be9aa7b2cfaa7c64590f50543f [2021-02-02T00:35:13.627Z] $ docker rm -f 27f294f6992554043f94e049d120af4d487506be9aa7b2cfaa7c64590f50543f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:35:14.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T00:35:14.302Z] . [Pipeline] withDockerContainer [2021-02-02T00:35:14.401Z] prd-centos7-docker-4c-2g-24459 does not seem to be running inside a container [2021-02-02T00:35:14.451Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-02T00:35:15.084Z] $ docker top 77ee77e9f6712facfdaf1093d8dd122e99100e3df1b630ceceeeb2fddb3e67dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:35:16.196Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T00:35:16.462Z] Building docker-core-command-go ... [2021-02-02T00:35:16.462Z] Building docker-core-data-go ... [2021-02-02T00:35:16.462Z] Building docker-core-metadata-go ... [2021-02-02T00:35:16.462Z] Building docker-security-bootstrapper-go ... [2021-02-02T00:35:16.462Z] Building docker-security-proxy-setup-go ... [2021-02-02T00:35:16.462Z] Building docker-security-secretstore-setup-go ... [2021-02-02T00:35:16.462Z] Building docker-support-notifications-go ... [2021-02-02T00:35:16.462Z] Building docker-support-scheduler-go ... [2021-02-02T00:35:16.462Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T00:35:16.462Z] Building docker-core-data-go [2021-02-02T00:35:16.462Z] Building docker-security-secretstore-setup-go [2021-02-02T00:35:16.462Z] Building docker-support-notifications-go [2021-02-02T00:35:16.462Z] Building docker-core-metadata-go [2021-02-02T00:35:16.462Z] Building docker-support-scheduler-go [2021-02-02T00:35:17.545Z] using credential edgex-jenkins-ssh [2021-02-02T00:35:17.613Z] Cloning the remote Git repository [2021-02-02T00:35:17.675Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:35:17.788Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-02-02T00:35:17.857Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:35:17.857Z] > git --version # timeout=10 [2021-02-02T00:35:17.876Z] > git --version # 'git version 2.17.1' [2021-02-02T00:35:17.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:35:17.944Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T00:35:35.139Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T00:35:35.166Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T00:35:35.196Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T00:35:35.231Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:35:35.232Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:35:35.244Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T00:35:35.965Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-02-02T00:35:37.035Z] Merge succeeded, producing 27590a5178113601cf170750bbca99bc7c693712 [2021-02-02T00:35:37.036Z] Checking out Revision 27590a5178113601cf170750bbca99bc7c693712 (PR-3034) [2021-02-02T00:35:35.992Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T00:35:36.009Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-02-02T00:35:36.304Z] > git remote # timeout=10 [2021-02-02T00:35:36.321Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T00:35:36.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:35:36.344Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T00:35:37.025Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T00:35:37.048Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T00:35:37.065Z] > git checkout -f 27590a5178113601cf170750bbca99bc7c693712 # timeout=10 [2021-02-02T00:35:41.461Z] Commit message: "Merge commit '2a4efc596d6299a706f2b1b5ea90705279ab33b1' into HEAD" [2021-02-02T00:35:41.483Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T00:35:41.475Z] > git rev-list --no-walk ecc9acc8ef3ce8513a18cd41075fe4540eee52bc # timeout=10 [2021-02-02T00:35:42.991Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T00:35:43.472Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T00:35:43.831Z] + true [2021-02-02T00:35:43.831Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T00:35:45.934Z] provisioning config files... [2021-02-02T00:35:45.983Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config3871116293126045531tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:35:46.396Z] ---> docker-login.sh [2021-02-02T00:35:46.396Z] nexus3.edgexfoundry.org:10001 [2021-02-02T00:35:47.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:35:47.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:35:47.655Z] Configure a credential helper to remove this warning. See [2021-02-02T00:35:47.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:35:47.655Z] [2021-02-02T00:35:47.655Z] Login Succeeded [2021-02-02T00:35:47.655Z] nexus3.edgexfoundry.org:10002 [2021-02-02T00:35:47.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:35:48.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:35:48.203Z] Configure a credential helper to remove this warning. See [2021-02-02T00:35:48.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:35:48.203Z] [2021-02-02T00:35:48.203Z] Login Succeeded [2021-02-02T00:35:48.203Z] nexus3.edgexfoundry.org:10003 [2021-02-02T00:35:48.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:35:48.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:35:48.751Z] Configure a credential helper to remove this warning. See [2021-02-02T00:35:48.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:35:48.751Z] [2021-02-02T00:35:48.751Z] Login Succeeded [2021-02-02T00:35:48.751Z] nexus3.edgexfoundry.org:10004 [2021-02-02T00:35:48.760Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:35:48.760Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:35:48.760Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:35:48.760Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:35:48.760Z] ---> 637c9bcf9cc2 [2021-02-02T00:35:48.760Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:35:48.760Z] ---> 637c9bcf9cc2 [2021-02-02T00:35:48.760Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T00:35:48.760Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:35:48.760Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:35:48.760Z] ---> 637c9bcf9cc2 [2021-02-02T00:35:48.760Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:35:48.760Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:35:48.761Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:35:48.761Z] ---> 637c9bcf9cc2 [2021-02-02T00:35:48.761Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T00:35:48.761Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:35:48.761Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:35:48.761Z] ---> 637c9bcf9cc2 [2021-02-02T00:35:48.761Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T00:35:48.761Z] ---> Running in 8515e6610112 [2021-02-02T00:35:48.761Z] ---> Running in 7c299e297214 [2021-02-02T00:35:48.761Z] ---> Running in 08d5fe9a1669 [2021-02-02T00:35:48.761Z] ---> Running in b58401bb3fd5 [2021-02-02T00:35:48.761Z] ---> Running in 0389a6a97ced [2021-02-02T00:35:49.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:35:49.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:35:49.302Z] Configure a credential helper to remove this warning. See [2021-02-02T00:35:49.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:35:49.302Z] [2021-02-02T00:35:49.302Z] Login Succeeded [2021-02-02T00:35:49.302Z] docker.io [2021-02-02T00:35:49.348Z] Removing intermediate container b58401bb3fd5 [2021-02-02T00:35:49.348Z] ---> a841189fe28c [2021-02-02T00:35:49.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:35:49.348Z] Removing intermediate container 0389a6a97ced [2021-02-02T00:35:49.348Z] ---> 7049217b82f5 [2021-02-02T00:35:49.348Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:35:49.348Z] Removing intermediate container 08d5fe9a1669 [2021-02-02T00:35:49.348Z] ---> 453504b9dd0f [2021-02-02T00:35:49.348Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:35:49.348Z] Removing intermediate container 8515e6610112 [2021-02-02T00:35:49.348Z] ---> ddb8679e9fc6 [2021-02-02T00:35:49.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:35:49.348Z] Removing intermediate container 7c299e297214 [2021-02-02T00:35:49.348Z] ---> 84d2dc7b6730 [2021-02-02T00:35:49.348Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:35:49.348Z] ---> Running in 8f570ca850d2 [2021-02-02T00:35:49.348Z] ---> Running in d825230a702f [2021-02-02T00:35:49.348Z] ---> Running in e94a60969422 [2021-02-02T00:35:49.348Z] ---> Running in 8d6e2cc77e81 [2021-02-02T00:35:49.348Z] ---> Running in d7c5a47fea4c [2021-02-02T00:35:51.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T00:35:51.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T00:35:51.267Z] Configure a credential helper to remove this warning. See [2021-02-02T00:35:51.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T00:35:51.267Z] [2021-02-02T00:35:51.267Z] Login Succeeded [2021-02-02T00:35:51.267Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T00:35:51.287Z] Deleting 1 temporary files [2021-02-02T00:35:51.291Z] Removing intermediate container d825230a702f [2021-02-02T00:35:51.291Z] ---> 07e91b963084 [2021-02-02T00:35:51.291Z] Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-02T00:35:51.555Z] Removing intermediate container 8f570ca850d2 [2021-02-02T00:35:51.555Z] ---> 5ee1a8c8fe4b [2021-02-02T00:35:51.555Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T00:35:51.555Z] Removing intermediate container e94a60969422 [2021-02-02T00:35:51.555Z] ---> 07c0f7ff5083 [2021-02-02T00:35:51.555Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T00:35:51.555Z] ---> Running in 61f6b008c2ee [Pipeline] echo [2021-02-02T00:35:51.704Z] ========================================================= [2021-02-02T00:35:51.704Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T00:35:51.704Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:35:51.818Z] ---> Running in 31ecfec55385 [2021-02-02T00:35:51.819Z] ---> Running in d03e91018343 [2021-02-02T00:35:51.819Z] Removing intermediate container d7c5a47fea4c [2021-02-02T00:35:51.819Z] ---> 1874c9c7b5c3 [2021-02-02T00:35:51.819Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T00:35:52.083Z] Removing intermediate container 8d6e2cc77e81 [2021-02-02T00:35:52.083Z] ---> 4d02d66f8fc4 [2021-02-02T00:35:52.083Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T00:35:52.083Z] ---> Running in 5f8792d10411 [2021-02-02T00:35:52.087Z] + 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-02T00:35:52.354Z] ---> Running in 73db274bc3b6 [2021-02-02T00:35:52.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:35:52.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:35:52.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:35:53.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:35:53.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:35:53.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:35:53.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:35:53.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:35:53.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:35:53.990Z] OK: 233 MiB in 51 packages [2021-02-02T00:35:53.990Z] OK: 233 MiB in 51 packages [2021-02-02T00:35:54.288Z] OK: 233 MiB in 51 packages [2021-02-02T00:35:54.289Z] OK: 233 MiB in 51 packages [2021-02-02T00:35:54.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:35:54.601Z] Removing intermediate container 61f6b008c2ee [2021-02-02T00:35:54.601Z] ---> c1275af7127b [2021-02-02T00:35:54.601Z] Step 6/23 : COPY go.mod . [2021-02-02T00:35:54.601Z] Removing intermediate container 31ecfec55385 [2021-02-02T00:35:54.601Z] ---> 9c45bae88eee [2021-02-02T00:35:54.601Z] Step 6/22 : COPY go.mod . [2021-02-02T00:35:54.755Z] Sending build context to Docker daemon 166MB [2021-02-02T00:35:54.755Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T00:35:54.755Z] Step 2/6 : FROM ${BASE} [2021-02-02T00:35:54.755Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T00:35:54.755Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T00:35:54.755Z] a4357932f1b6: Pulling fs layer [2021-02-02T00:35:54.755Z] 18c013af1878: Pulling fs layer [2021-02-02T00:35:54.755Z] 00ac8860ef70: Pulling fs layer [2021-02-02T00:35:54.755Z] 63d7cb157983: Pulling fs layer [2021-02-02T00:35:54.755Z] b116817d02f9: Pulling fs layer [2021-02-02T00:35:54.755Z] 745a02a5169b: Pulling fs layer [2021-02-02T00:35:54.755Z] 00ac8860ef70: Waiting [2021-02-02T00:35:54.755Z] 63d7cb157983: Waiting [2021-02-02T00:35:54.755Z] b116817d02f9: Waiting [2021-02-02T00:35:54.755Z] 745a02a5169b: Waiting [2021-02-02T00:35:54.755Z] 18c013af1878: Verifying Checksum [2021-02-02T00:35:54.755Z] 18c013af1878: Download complete [2021-02-02T00:35:54.755Z] a4357932f1b6: Verifying Checksum [2021-02-02T00:35:54.755Z] a4357932f1b6: Download complete [2021-02-02T00:35:54.755Z] 63d7cb157983: Verifying Checksum [2021-02-02T00:35:54.755Z] 63d7cb157983: Download complete [2021-02-02T00:35:54.755Z] b116817d02f9: Verifying Checksum [2021-02-02T00:35:54.755Z] b116817d02f9: Download complete [2021-02-02T00:35:54.755Z] 5f621e34cdf4: Verifying Checksum [2021-02-02T00:35:54.755Z] 5f621e34cdf4: Download complete [2021-02-02T00:35:54.898Z] ---> 31e22591bbd4 [2021-02-02T00:35:54.898Z] Step 7/23 : RUN go mod download [2021-02-02T00:35:55.232Z] ---> 9b54ede0b87d [2021-02-02T00:35:55.232Z] Step 7/22 : RUN go mod download [2021-02-02T00:35:55.232Z] ---> Running in e359b918c673 [2021-02-02T00:35:55.232Z] Removing intermediate container d03e91018343 [2021-02-02T00:35:55.232Z] ---> 87b8a8654256 [2021-02-02T00:35:55.232Z] Step 6/23 : COPY go.mod . [2021-02-02T00:35:55.232Z] OK: 233 MiB in 51 packages [2021-02-02T00:35:55.232Z] ---> Running in 554816c528db [2021-02-02T00:35:55.359Z] 5f621e34cdf4: Pull complete [2021-02-02T00:35:55.590Z] Removing intermediate container 73db274bc3b6 [2021-02-02T00:35:55.590Z] ---> 118117971bfe [2021-02-02T00:35:55.590Z] Step 6/22 : COPY go.mod . [2021-02-02T00:35:55.861Z] ---> bd4e7c847b35 [2021-02-02T00:35:55.861Z] Step 7/23 : RUN go mod download [2021-02-02T00:35:55.861Z] ---> 73cc4c67f69d [2021-02-02T00:35:55.861Z] Step 7/22 : RUN go mod download [2021-02-02T00:35:55.967Z] a4357932f1b6: Pull complete [2021-02-02T00:35:56.123Z] ---> Running in 3d54b43fb043 [2021-02-02T00:35:56.123Z] ---> Running in 9518e63f308a [2021-02-02T00:35:56.243Z] 18c013af1878: Pull complete [2021-02-02T00:35:56.392Z] Removing intermediate container 5f8792d10411 [2021-02-02T00:35:56.392Z] ---> fbf7f8541c00 [2021-02-02T00:35:56.392Z] Step 6/24 : COPY go.mod . [2021-02-02T00:35:56.674Z] ---> 86a3401fc0ff [2021-02-02T00:35:56.674Z] Step 7/24 : RUN go mod download [2021-02-02T00:35:56.674Z] ---> Running in ea791bdf5c3b [2021-02-02T00:35:57.640Z] Removing intermediate container e359b918c673 [2021-02-02T00:35:57.640Z] ---> 0a84d8f37405 [2021-02-02T00:35:57.640Z] Step 8/23 : COPY . . [2021-02-02T00:35:57.640Z] Removing intermediate container 554816c528db [2021-02-02T00:35:57.640Z] ---> 1f541317c5f2 [2021-02-02T00:35:57.640Z] Step 8/22 : COPY . . [2021-02-02T00:35:57.677Z] 745a02a5169b: Download complete [2021-02-02T00:35:58.269Z] 00ac8860ef70: Download complete [2021-02-02T00:36:02.969Z] Removing intermediate container 3d54b43fb043 [2021-02-02T00:36:02.970Z] ---> e0f0ea5d82ed [2021-02-02T00:36:02.970Z] Step 8/22 : COPY . . [2021-02-02T00:36:03.239Z] Removing intermediate container 9518e63f308a [2021-02-02T00:36:03.239Z] ---> 65b96ec61b8d [2021-02-02T00:36:03.239Z] Step 8/23 : COPY . . [2021-02-02T00:36:08.432Z] 00ac8860ef70: Pull complete [2021-02-02T00:36:08.432Z] 63d7cb157983: Pull complete [2021-02-02T00:36:08.432Z] b116817d02f9: Pull complete [2021-02-02T00:36:11.435Z] Removing intermediate container ea791bdf5c3b [2021-02-02T00:36:11.435Z] ---> 444736db9f80 [2021-02-02T00:36:11.435Z] Step 8/24 : COPY . . [2021-02-02T00:36:11.854Z] 745a02a5169b: Pull complete [2021-02-02T00:36:11.855Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T00:36:11.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T00:36:11.855Z] ---> b7e6874047d6 [2021-02-02T00:36:11.855Z] 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-02T00:36:15.306Z] ---> Running in 58fd5343a698 [2021-02-02T00:36:16.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:36:17.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:36:18.247Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T00:36:18.247Z] (2/12) Installing file (5.38-r0) [2021-02-02T00:36:18.247Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T00:36:18.519Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T00:36:21.896Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T00:36:21.896Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T00:36:22.167Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T00:36:22.167Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T00:36:22.167Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T00:36:22.439Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T00:36:22.439Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T00:36:22.439Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T00:36:22.714Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:36:22.714Z] OK: 217 MiB in 51 packages [2021-02-02T00:36:27.019Z] Removing intermediate container 58fd5343a698 [2021-02-02T00:36:27.019Z] ---> 10280f67c6d5 [2021-02-02T00:36:27.019Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T00:36:27.019Z] ---> Running in 827162041e67 [2021-02-02T00:36:27.291Z] Removing intermediate container 827162041e67 [2021-02-02T00:36:27.291Z] ---> 19e4dfe430aa [2021-02-02T00:36:27.291Z] Step 5/6 : COPY go.mod . [2021-02-02T00:36:28.269Z] ---> 9603a2590ae4 [2021-02-02T00:36:28.269Z] Step 6/6 : RUN go mod download [2021-02-02T00:36:28.269Z] ---> Running in 9f014a2a3cd4 [2021-02-02T00:36:43.753Z] ---> dbf9b62709af [2021-02-02T00:36:43.753Z] ---> cc3b10aecbb2 [2021-02-02T00:36:43.753Z] Step 9/23 : RUN make cmd/core-metadata/core-metadataStep 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T00:36:43.753Z] [2021-02-02T00:36:43.753Z] ---> 46448b77de6f [2021-02-02T00:36:43.753Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T00:36:44.393Z] ---> 88a3e7e8dc59 [2021-02-02T00:36:44.393Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T00:36:44.655Z] ---> Running in 491bc8ae53f2 [2021-02-02T00:36:44.655Z] ---> Running in 41bdee5465e0 [2021-02-02T00:36:44.655Z] ---> Running in 23b0fdf9baf8 [2021-02-02T00:36:44.655Z] ---> 6b7fa13fd065 [2021-02-02T00:36:44.655Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T00:36:44.917Z] ---> Running in f6c48faa5ed5 [2021-02-02T00:36:44.917Z] ---> Running in e9f3123a7d90 [2021-02-02T00:36:45.875Z] 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-02T00:36:45.875Z] 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-02T00:36:45.875Z] 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-02T00:36:45.875Z] 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-02T00:36:46.142Z] 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-02T00:36:55.060Z] Removing intermediate container 9f014a2a3cd4 [2021-02-02T00:36:55.060Z] ---> 156047656690 [2021-02-02T00:36:55.060Z] Successfully built 156047656690 [2021-02-02T00:36:55.060Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:36:55.407Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T00:36:55.407Z] . [Pipeline] withDockerContainer [2021-02-02T00:36:55.677Z] prd-ubuntu18.04-docker-arm64-4c-16g-24462 does not seem to be running inside a container [2021-02-02T00:36:55.768Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T00:36:57.261Z] $ docker top e6d78134388cb9c28d488e6d2c57d4a907995819891566677c65980fbc1dcb88 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:36:58.289Z] + go version [2021-02-02T00:36:58.289Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T00:36:58.329Z] $ docker stop --time=1 e6d78134388cb9c28d488e6d2c57d4a907995819891566677c65980fbc1dcb88 [2021-02-02T00:37:00.223Z] $ docker rm -f e6d78134388cb9c28d488e6d2c57d4a907995819891566677c65980fbc1dcb88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:37:01.290Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T00:37:01.290Z] . [Pipeline] withDockerContainer [2021-02-02T00:37:01.554Z] prd-ubuntu18.04-docker-arm64-4c-16g-24462 does not seem to be running inside a container [2021-02-02T00:37:01.651Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-02T00:37:03.110Z] $ docker top 857c00b6ca10f80d3549a3681f5738bbe1e7bce6ffe528c07189d179e8a2c3a7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T00:37:03.545Z] ========================================================= [2021-02-02T00:37:03.545Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T00:37:03.545Z] ========================================================= [Pipeline] sh [2021-02-02T00:37:04.193Z] + make test [2021-02-02T00:37:04.194Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T00:37:18.411Z] 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-02T00:37:20.406Z] Removing intermediate container 41bdee5465e0 [2021-02-02T00:37:20.406Z] ---> fbddaccd1bd2 [2021-02-02T00:37:20.406Z] [2021-02-02T00:37:20.406Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T00:37:20.406Z] 3.12: Pulling from library/alpine [2021-02-02T00:37:23.907Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T00:37:23.907Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T00:37:23.907Z] ---> 389fef711851 [2021-02-02T00:37:23.907Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T00:37:24.481Z] Removing intermediate container e9f3123a7d90 [2021-02-02T00:37:24.481Z] ---> 36399454ab08 [2021-02-02T00:37:24.481Z] [2021-02-02T00:37:24.481Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T00:37:24.481Z] ---> 389fef711851 [2021-02-02T00:37:24.481Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T00:37:25.056Z] ---> Running in 89d94cbf1176 [2021-02-02T00:37:25.320Z] ---> Running in 500a8330f8e3 [2021-02-02T00:37:25.320Z] Removing intermediate container 23b0fdf9baf8 [2021-02-02T00:37:25.320Z] ---> 2897f073a771 [2021-02-02T00:37:25.320Z] [2021-02-02T00:37:25.320Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T00:37:25.320Z] ---> 389fef711851 [2021-02-02T00:37:25.320Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:37:25.591Z] ---> Running in bed4a1894127 [2021-02-02T00:37:26.377Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T00:37:26.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:26.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:26.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:26.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:26.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:26.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:26.871Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T00:37:26.871Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:37:26.871Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T00:37:26.871Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T00:37:26.871Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:37:26.871Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T00:37:26.871Z] OK: 6 MiB in 15 packages [2021-02-02T00:37:26.871Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T00:37:26.871Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T00:37:26.871Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:37:26.871Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:37:26.871Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T00:37:26.871Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:37:26.871Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:37:27.144Z] OK: 7 MiB in 19 packages [2021-02-02T00:37:27.144Z] OK: 6 MiB in 16 packages [2021-02-02T00:37:30.454Z] Removing intermediate container f6c48faa5ed5 [2021-02-02T00:37:30.454Z] ---> f61c92f71f7d [2021-02-02T00:37:30.454Z] [2021-02-02T00:37:30.454Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:37:30.454Z] ---> 389fef711851 [2021-02-02T00:37:30.454Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T00:37:30.454Z] Removing intermediate container 491bc8ae53f2 [2021-02-02T00:37:30.454Z] ---> c528a3d69f08 [2021-02-02T00:37:30.454Z] [2021-02-02T00:37:30.454Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:37:30.454Z] ---> 389fef711851 [2021-02-02T00:37:30.454Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:37:30.720Z] ---> Running in b5f6b2a92a95 [2021-02-02T00:37:30.720Z] ---> Running in 1b51ab1ab149 [2021-02-02T00:37:30.982Z] Removing intermediate container bed4a1894127 [2021-02-02T00:37:30.982Z] ---> b18f331cbf4c [2021-02-02T00:37:30.982Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:37:31.937Z] Removing intermediate container b5f6b2a92a95 [2021-02-02T00:37:31.937Z] ---> 44ee7af5eb8e [2021-02-02T00:37:31.937Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T00:37:31.937Z] ---> Running in 3d09bb9c6eac [2021-02-02T00:37:31.937Z] Removing intermediate container 89d94cbf1176 [2021-02-02T00:37:31.937Z] ---> d69dc1add7a2 [2021-02-02T00:37:31.937Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:37:31.937Z] Removing intermediate container 500a8330f8e3 [2021-02-02T00:37:31.937Z] ---> eca79e72b329 [2021-02-02T00:37:31.937Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T00:37:31.937Z] ---> Running in 3ed965b779da [2021-02-02T00:37:31.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:31.937Z] ---> Running in 33f7f4aaf497 [2021-02-02T00:37:31.937Z] ---> Running in 61749fe351c5 [2021-02-02T00:37:31.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:32.205Z] Removing intermediate container 3d09bb9c6eac [2021-02-02T00:37:32.205Z] ---> 22e5d3fe6c0a [2021-02-02T00:37:32.205Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T00:37:32.205Z] Removing intermediate container 3ed965b779da [2021-02-02T00:37:32.205Z] ---> ab50d0c5ffb9 [2021-02-02T00:37:32.205Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T00:37:32.205Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T00:37:32.205Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:37:32.205Z] OK: 6 MiB in 15 packages [2021-02-02T00:37:32.784Z] ---> Running in 5c3bc4324e69 [2021-02-02T00:37:32.784Z] Removing intermediate container 33f7f4aaf497 [2021-02-02T00:37:32.784Z] ---> a96aa2e65006 [2021-02-02T00:37:32.784Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T00:37:32.784Z] ---> Running in b5dfefb1063e [2021-02-02T00:37:33.049Z] Removing intermediate container 61749fe351c5 [2021-02-02T00:37:33.049Z] ---> 53e23a4ece9b [2021-02-02T00:37:33.050Z] Step 13/24 : WORKDIR / [2021-02-02T00:37:33.050Z] ---> Running in a04bad2749c3 [2021-02-02T00:37:33.050Z] ---> Running in 96f9ad7f6226 [2021-02-02T00:37:33.311Z] Removing intermediate container 5c3bc4324e69 [2021-02-02T00:37:33.311Z] ---> 310ad14871fb [2021-02-02T00:37:33.311Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T00:37:33.311Z] Removing intermediate container b5dfefb1063e [2021-02-02T00:37:33.311Z] ---> 2580b6fe0c90 [2021-02-02T00:37:33.311Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:37:33.573Z] ---> Running in 3afb4fa0b172 [2021-02-02T00:37:33.573Z] ---> Running in 2e0b4b894660 [2021-02-02T00:37:33.573Z] Removing intermediate container 1b51ab1ab149 [2021-02-02T00:37:33.573Z] ---> 18562b1bb01c [2021-02-02T00:37:33.573Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:37:33.573Z] Removing intermediate container a04bad2749c3 [2021-02-02T00:37:33.573Z] ---> e57ecf29d87a [2021-02-02T00:37:33.573Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T00:37:33.837Z] Removing intermediate container 96f9ad7f6226 [2021-02-02T00:37:33.837Z] ---> aca001808446 [2021-02-02T00:37:33.837Z] 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-02T00:37:33.837Z] ---> Running in 6b57272bbf51 [2021-02-02T00:37:33.837Z] ---> Running in c88f7c18dcae [2021-02-02T00:37:34.105Z] Removing intermediate container 3afb4fa0b172 [2021-02-02T00:37:34.105Z] ---> 3ff624697a93 [2021-02-02T00:37:34.105Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:37:34.105Z] ---> b16640af1544 [2021-02-02T00:37:34.105Z] 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-02T00:37:34.367Z] Removing intermediate container 6b57272bbf51 [2021-02-02T00:37:34.367Z] ---> 7cbe4b464735 [2021-02-02T00:37:34.367Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T00:37:34.367Z] Removing intermediate container c88f7c18dcae [2021-02-02T00:37:34.367Z] ---> 2eaa0e6eada0 [2021-02-02T00:37:34.367Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:37:34.631Z] ---> Running in f5fa984365c7 [2021-02-02T00:37:34.631Z] ---> 7f17d1df8210 [2021-02-02T00:37:34.631Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T00:37:34.631Z] ---> 4a5cf7f95926 [2021-02-02T00:37:34.631Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T00:37:34.894Z] ---> 0d5c5cb2ff60 [2021-02-02T00:37:34.894Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T00:37:34.894Z] Removing intermediate container f5fa984365c7 [2021-02-02T00:37:34.894Z] ---> cb63db13c58a [2021-02-02T00:37:34.894Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T00:37:35.870Z] ---> 250f95b22a7e [2021-02-02T00:37:35.870Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T00:37:35.870Z] ---> Running in 5a189cd632fe [2021-02-02T00:37:35.870Z] ---> 6bad57ce76e3 [2021-02-02T00:37:35.870Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T00:37:35.870Z] Removing intermediate container 2e0b4b894660 [2021-02-02T00:37:35.870Z] ---> 13b64796d58d [2021-02-02T00:37:35.870Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T00:37:36.136Z] ---> 7cd6abe9fbf5 [2021-02-02T00:37:36.136Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T00:37:36.136Z] ---> Running in 027956ab8eff [2021-02-02T00:37:36.136Z] Removing intermediate container 5a189cd632fe [2021-02-02T00:37:36.136Z] ---> fc24665ae748 [2021-02-02T00:37:36.136Z] Step 15/23 : WORKDIR / [2021-02-02T00:37:36.399Z] ---> 8f7abcc87d7b [2021-02-02T00:37:36.399Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T00:37:36.399Z] ---> 0b2f70af2a6d [2021-02-02T00:37:36.399Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T00:37:36.675Z] ---> e731132878c6 [2021-02-02T00:37:36.675Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T00:37:36.675Z] ---> Running in 72bd712f0295 [2021-02-02T00:37:36.675Z] ---> Running in d4d0005d1bb8 [2021-02-02T00:37:36.675Z] ---> Running in 3bb0c8539f43 [2021-02-02T00:37:36.944Z] ---> b2e0a8664fe1 [2021-02-02T00:37:36.944Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T00:37:36.944Z] Removing intermediate container 72bd712f0295 [2021-02-02T00:37:36.944Z] ---> 9bb2bd0125a8 [2021-02-02T00:37:36.944Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:37:36.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:37.207Z] Removing intermediate container d4d0005d1bb8 [2021-02-02T00:37:37.207Z] ---> faa0e25efb07 [2021-02-02T00:37:37.207Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:37:37.207Z] Removing intermediate container 3bb0c8539f43 [2021-02-02T00:37:37.207Z] ---> 490dc616ef71 [2021-02-02T00:37:37.207Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:37:37.207Z] ---> Running in a72cecc42720 [2021-02-02T00:37:37.207Z] ---> Running in 6a4be4e26f02 [2021-02-02T00:37:37.473Z] ---> d1eedb2053f9 [2021-02-02T00:37:37.473Z] 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-02T00:37:37.473Z] ---> c409b57b153b [2021-02-02T00:37:37.473Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T00:37:37.473Z] ---> Running in 595ed75caf3a [2021-02-02T00:37:37.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:37:37.736Z] Removing intermediate container 6a4be4e26f02 [2021-02-02T00:37:37.736Z] ---> d3b3eda9e22b [2021-02-02T00:37:37.736Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T00:37:38.000Z] Removing intermediate container a72cecc42720 [2021-02-02T00:37:38.000Z] ---> 8c21c2b497a1 [2021-02-02T00:37:38.000Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T00:37:38.000Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T00:37:38.000Z] ---> Running in 24a00800cfe7 [2021-02-02T00:37:38.273Z] ---> Running in 57a6a089c4c2 [2021-02-02T00:37:38.273Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T00:37:38.273Z] ---> 6c54f799fae0 [2021-02-02T00:37:38.273Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T00:37:38.273Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T00:37:38.273Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T00:37:38.540Z] Removing intermediate container 24a00800cfe7 [2021-02-02T00:37:38.540Z] ---> 29b784c1010f [2021-02-02T00:37:38.540Z] Step 21/22 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:37:38.540Z] Removing intermediate container 57a6a089c4c2 [2021-02-02T00:37:38.540Z] ---> 044f6a607081 [2021-02-02T00:37:38.540Z] Step 21/22 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:37:38.540Z] ---> Running in 520f7e9fea05 [2021-02-02T00:37:38.540Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T00:37:38.540Z] ---> Running in 3423123952c3 [2021-02-02T00:37:38.540Z] ---> 3c2b62f6ba38 [2021-02-02T00:37:38.540Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T00:37:38.803Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T00:37:38.803Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:37:38.803Z] OK: 8 MiB in 20 packages [2021-02-02T00:37:38.803Z] ---> Running in b6c233143679 [2021-02-02T00:37:39.066Z] Removing intermediate container 520f7e9fea05 [2021-02-02T00:37:39.066Z] ---> 59df48665ecf [2021-02-02T00:37:39.066Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T00:37:39.066Z] Removing intermediate container 3423123952c3 [2021-02-02T00:37:39.066Z] ---> d7b65137981f [2021-02-02T00:37:39.066Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T00:37:39.328Z] ---> Running in 3848f6a19f32 [2021-02-02T00:37:39.328Z] ---> Running in 7800f6f276f4 [2021-02-02T00:37:39.328Z] Removing intermediate container b6c233143679 [2021-02-02T00:37:39.328Z] ---> 40ccb4b76040 [2021-02-02T00:37:39.328Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:37:39.328Z] Removing intermediate container 595ed75caf3a [2021-02-02T00:37:39.328Z] ---> e052896213c2 [2021-02-02T00:37:39.328Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T00:37:39.596Z] ---> Running in ca0917b58f21 [2021-02-02T00:37:39.596Z] ---> Running in 8cc555fe7b84 [2021-02-02T00:37:39.596Z] Removing intermediate container 3848f6a19f32 [2021-02-02T00:37:39.596Z] ---> 8975166309e3 [2021-02-02T00:37:39.596Z] [2021-02-02T00:37:39.596Z] Removing intermediate container 7800f6f276f4 [2021-02-02T00:37:39.596Z] ---> 3459b857c17d [2021-02-02T00:37:39.596Z] [2021-02-02T00:37:39.858Z] Successfully built 8975166309e3 [2021-02-02T00:37:39.858Z] Successfully built 3459b857c17d [2021-02-02T00:37:39.858Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-02T00:37:40.120Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-02-02T00:37:40.120Z] Successfully tagged docker-support-notifications-go:latest [2021-02-02T00:37:40.120Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-02T00:37:40.120Z] Removing intermediate container ca0917b58f21 [2021-02-02T00:37:40.120Z] ---> 4061e6206889 [2021-02-02T00:37:40.120Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T00:37:40.120Z] Removing intermediate container 027956ab8eff [2021-02-02T00:37:40.120Z] ---> ca21184186a8 [2021-02-02T00:37:40.120Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:37:40.120Z] Removing intermediate container 8cc555fe7b84 [2021-02-02T00:37:40.120Z] ---> 524d0d829410 [2021-02-02T00:37:40.120Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T00:37:40.381Z] ---> Running in 5f3ed92a67b2 [2021-02-02T00:37:40.381Z] ---> Running in 0d769fac4bde [2021-02-02T00:37:40.381Z] Removing intermediate container 5f3ed92a67b2 [2021-02-02T00:37:40.381Z] ---> caf7be61ba7a [2021-02-02T00:37:40.381Z] Step 22/23 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:37:40.650Z] ---> c44458a52712 [2021-02-02T00:37:40.650Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T00:37:40.650Z] Removing intermediate container 0d769fac4bde [2021-02-02T00:37:40.650Z] ---> c9ffdf5ae1ef [2021-02-02T00:37:40.650Z] Step 23/24 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:37:40.650Z] ---> Running in a6ae3b31bdea [2021-02-02T00:37:40.925Z] ---> Running in 5e451559825e [2021-02-02T00:37:41.193Z] Removing intermediate container a6ae3b31bdea [2021-02-02T00:37:41.193Z] ---> ff4fc178a658 [2021-02-02T00:37:41.193Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:37:42.584Z] ---> Running in fa8a4cfdc8cb [2021-02-02T00:37:42.584Z] Removing intermediate container 5e451559825e [2021-02-02T00:37:42.584Z] ---> 0584f4ac18b7 [2021-02-02T00:37:42.584Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T00:37:45.893Z] ---> f13aaed1de71 [2021-02-02T00:37:45.893Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T00:37:46.470Z] ---> Running in 09283a2e5e01 [2021-02-02T00:37:46.470Z] Removing intermediate container fa8a4cfdc8cb [2021-02-02T00:37:46.470Z] ---> ac3cfdc78fb1 [2021-02-02T00:37:46.470Z] [2021-02-02T00:37:47.056Z] Successfully built ac3cfdc78fb1 [2021-02-02T00:37:47.056Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T00:37:47.056Z] ---> e7e47b2b96bd [2021-02-02T00:37:47.056Z] Step 19/23 : ENTRYPOINT ["/core-data"]Building docker-security-proxy-setup-go [2021-02-02T00:37:47.056Z]  Building docker-core-metadata-go ... done  [2021-02-02T00:37:47.056Z] Removing intermediate container 09283a2e5e01 [2021-02-02T00:37:47.056Z] ---> f61ec7230271 [2021-02-02T00:37:47.056Z] [2021-02-02T00:37:47.056Z] ---> Running in 4295f64ba5c6 [2021-02-02T00:37:47.336Z] Successfully built f61ec7230271 [2021-02-02T00:37:47.912Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T00:37:47.912Z] Building docker-core-command-go [2021-02-02T00:37:52.172Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4295f64ba5c6 [2021-02-02T00:37:52.173Z] ---> 3200ff071557 [2021-02-02T00:37:52.173Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:37:55.541Z] ---> Running in ae883280073d [2021-02-02T00:37:56.287Z] Removing intermediate container ae883280073d [2021-02-02T00:37:56.287Z] ---> 32dd4a2ebc99 [2021-02-02T00:37:56.287Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T00:37:59.621Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:37:59.621Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:37:59.621Z] ---> 637c9bcf9cc2 [2021-02-02T00:37:59.621Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T00:37:59.621Z] ---> Using cache [2021-02-02T00:37:59.621Z] ---> 84d2dc7b6730 [2021-02-02T00:37:59.621Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:37:59.621Z] ---> Using cache [2021-02-02T00:37:59.621Z] ---> 4d02d66f8fc4 [2021-02-02T00:37:59.621Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T00:37:59.883Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:37:59.883Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:37:59.883Z] ---> 637c9bcf9cc2 [2021-02-02T00:37:59.883Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T00:37:59.883Z] ---> Using cache [2021-02-02T00:37:59.883Z] ---> 84d2dc7b6730 [2021-02-02T00:37:59.883Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:37:59.883Z] ---> Using cache [2021-02-02T00:37:59.883Z] ---> 4d02d66f8fc4 [2021-02-02T00:37:59.883Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T00:38:00.837Z] ---> Running in 114cd0ef1cd5 [2021-02-02T00:38:00.837Z] ---> Running in 0a5640fe7350 [2021-02-02T00:38:00.837Z] ---> Running in ec4f7e653c71 [2021-02-02T00:38:03.423Z] Removing intermediate container 114cd0ef1cd5 [2021-02-02T00:38:03.423Z] ---> cdac927e9338 [2021-02-02T00:38:03.423Z] Step 22/23 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:38:06.015Z] ---> Running in 2bfb2590e165 [2021-02-02T00:38:06.606Z] Removing intermediate container 2bfb2590e165 [2021-02-02T00:38:06.606Z] ---> 97636bcf53ef [2021-02-02T00:38:06.606Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:38:06.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:06.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:07.140Z] ---> Running in f9bf4bc2ad57 [2021-02-02T00:38:07.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:07.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:07.995Z] OK: 233 MiB in 51 packages [2021-02-02T00:38:08.267Z] Removing intermediate container f9bf4bc2ad57 [2021-02-02T00:38:08.267Z] ---> 8070ec94bde1 [2021-02-02T00:38:08.267Z] [2021-02-02T00:38:08.267Z] OK: 233 MiB in 51 packages [2021-02-02T00:38:08.857Z] Successfully built 8070ec94bde1 [2021-02-02T00:38:09.441Z] Successfully tagged docker-core-data-go:latest [2021-02-02T00:38:10.396Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:38:10.396Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:38:10.396Z] ---> 637c9bcf9cc2 [2021-02-02T00:38:10.396Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T00:38:10.396Z] ---> Using cache [2021-02-02T00:38:10.396Z] ---> 84d2dc7b6730 [2021-02-02T00:38:10.396Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:38:10.396Z] ---> Using cache [2021-02-02T00:38:10.396Z] ---> 4d02d66f8fc4 [2021-02-02T00:38:10.396Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T00:38:10.396Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:38:10.396Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:38:10.396Z] ---> 637c9bcf9cc2 [2021-02-02T00:38:10.396Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:38:10.396Z] ---> Using cache [2021-02-02T00:38:10.396Z] ---> 84d2dc7b6730 [2021-02-02T00:38:10.396Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:38:10.396Z] ---> Using cache [2021-02-02T00:38:10.396Z] ---> 4d02d66f8fc4 [2021-02-02T00:38:10.660Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T00:38:11.254Z] ---> Running in b5e5300bb191 [2021-02-02T00:38:11.254Z] ---> Running in c629aa6c0104 [2021-02-02T00:38:11.525Z] Removing intermediate container ec4f7e653c71 [2021-02-02T00:38:11.525Z] ---> 41fb9b75f95a [2021-02-02T00:38:11.525Z] Step 6/26 : COPY go.mod . [2021-02-02T00:38:11.797Z] Removing intermediate container 0a5640fe7350 [2021-02-02T00:38:11.797Z] ---> ff45d3441f6d [2021-02-02T00:38:11.797Z] Step 6/31 : COPY go.mod . [2021-02-02T00:38:11.797Z] ---> eb3b50e52c80 [2021-02-02T00:38:11.797Z] Step 7/26 : RUN go mod download [2021-02-02T00:38:12.080Z] ---> 78e2b323b6b6 [2021-02-02T00:38:12.080Z] Step 7/31 : RUN go mod download [2021-02-02T00:38:12.080Z] ---> Running in 6a43647db945 [2021-02-02T00:38:12.080Z] ---> Running in 543eb6bd0bba [2021-02-02T00:38:12.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:12.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:13.406Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T00:38:13.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:13.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:38:14.096Z] OK: 233 MiB in 51 packages [2021-02-02T00:38:14.097Z] OK: 233 MiB in 51 packages [2021-02-02T00:38:14.673Z] Removing intermediate container 6a43647db945 [2021-02-02T00:38:14.673Z] ---> ecf8e388d3ba [2021-02-02T00:38:14.673Z] Step 8/26 : COPY . . [2021-02-02T00:38:14.673Z] Removing intermediate container 543eb6bd0bba [2021-02-02T00:38:14.673Z] ---> c9a4c2fe22ef [2021-02-02T00:38:14.673Z] Step 8/31 : COPY . . [2021-02-02T00:38:14.938Z] Removing intermediate container c629aa6c0104 [2021-02-02T00:38:14.938Z] ---> 4006fd086555 [2021-02-02T00:38:14.938Z] Step 6/21 : COPY go.mod . [2021-02-02T00:38:14.938Z] Removing intermediate container b5e5300bb191 [2021-02-02T00:38:14.938Z] ---> 61bbea7172c0 [2021-02-02T00:38:14.938Z] Step 6/23 : COPY go.mod . [2021-02-02T00:38:20.435Z] ---> aa0703bd2e57 [2021-02-02T00:38:20.435Z] Step 7/23 : RUN go mod download [2021-02-02T00:38:20.701Z] ---> 637db79dcf46 [2021-02-02T00:38:20.701Z] Step 7/21 : RUN go mod download [2021-02-02T00:38:21.650Z] ---> Running in 9436c6c42c5b [2021-02-02T00:38:21.650Z] ---> Running in 0cac1b577ec9 [2021-02-02T00:38:29.868Z] Removing intermediate container 9436c6c42c5b [2021-02-02T00:38:29.868Z] ---> 635d3f9f95bc [2021-02-02T00:38:29.868Z] Step 8/23 : COPY . . [2021-02-02T00:38:29.868Z] Removing intermediate container 0cac1b577ec9 [2021-02-02T00:38:29.868Z] ---> 6b3fe3bba9f5 [2021-02-02T00:38:29.868Z] Step 8/21 : COPY . . [2021-02-02T00:38:31.749Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T00:38:31.749Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T00:38:31.749Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T00:38:31.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T00:38:31.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T00:38:31.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T00:38:31.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T00:38:31.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T00:38:31.749Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T00:38:31.749Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T00:38:37.164Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T00:38:37.164Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T00:38:37.164Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T00:38:42.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 46.2% of statements [2021-02-02T00:38:42.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T00:38:42.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T00:38:42.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T00:38:42.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T00:38:42.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T00:38:42.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T00:38:42.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T00:38:42.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.141s coverage: 100.0% of statements [2021-02-02T00:38:42.817Z] ---> b34acb0177d6 [2021-02-02T00:38:42.817Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T00:38:44.223Z] ---> b089032921b8 [2021-02-02T00:38:44.223Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T00:38:50.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.512s coverage: 27.1% of statements [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T00:38:50.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T00:38:50.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.171s coverage: 100.0% of statements [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T00:38:50.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.280s coverage: 65.8% of statements [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T00:38:50.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T00:38:53.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.677s coverage: 82.3% of statements [2021-02-02T00:38:53.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T00:38:53.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:38:53.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T00:38:53.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T00:38:59.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.188s coverage: 28.6% of statements [2021-02-02T00:38:59.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T00:38:59.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T00:38:59.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T00:38:59.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T00:38:59.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T00:38:59.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.198s coverage: 100.0% of statements [2021-02-02T00:38:59.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T00:38:59.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements [2021-02-02T00:38:59.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T00:38:59.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.357s coverage: 86.7% of statements [2021-02-02T00:38:59.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T00:39:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements [2021-02-02T00:39:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T00:39:00.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements [2021-02-02T00:39:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T00:39:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T00:39:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T00:39:00.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T00:39:10.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.271s coverage: 92.8% of statements [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T00:39:10.830Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T00:39:10.830Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T00:39:10.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T00:39:10.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.105s coverage: 45.5% of statements [2021-02-02T00:39:10.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements [2021-02-02T00:39:10.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2021-02-02T00:39:10.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.117s coverage: 96.3% of statements [2021-02-02T00:39:10.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-02-02T00:39:16.417Z] ---> Running in b37222e26096 [2021-02-02T00:39:16.417Z] ---> Running in b8b0265e3bac [2021-02-02T00:39:16.417Z] ---> 494e38211893 [2021-02-02T00:39:16.417Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T00:39:16.417Z] ---> Running in bc4e75431012 [2021-02-02T00:39:16.417Z] ---> b58be37cb2a4 [2021-02-02T00:39:16.417Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T00:39:16.417Z] ---> Running in b255ddd46078 [2021-02-02T00:39:16.417Z] 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-02T00:39:16.417Z] 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-02T00:39:16.417Z] 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-02T00:39:16.417Z] 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-02T00:39:23.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2021-02-02T00:39:23.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.123s coverage: 92.9% of statements [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.2% of statements [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.4% of statements [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.511s coverage: 63.5% of statements [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T00:39:35.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-02-02T00:39:35.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements [2021-02-02T00:39:35.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-02T00:39:35.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.789s coverage: 68.9% of statements [2021-02-02T00:39:35.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T00:39:35.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T00:39:35.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T00:39:35.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T00:39:35.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T00:39:37.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.367s coverage: 37.0% of statements [2021-02-02T00:39:37.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T00:39:37.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T00:39:37.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.835s coverage: 84.0% of statements [2021-02-02T00:39:37.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.089s coverage: 100.0% of statements [2021-02-02T00:39:38.549Z] 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-02T00:39:38.549Z] 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-02T00:39:42.809Z] Removing intermediate container b8b0265e3bac [2021-02-02T00:39:42.809Z] ---> 948436cdf8a3 [2021-02-02T00:39:42.809Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T00:39:44.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.308s coverage: 47.1% of statements [2021-02-02T00:39:44.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T00:39:44.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T00:39:44.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T00:39:44.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T00:39:44.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T00:39:44.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2021-02-02T00:39:44.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T00:39:44.448Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements [2021-02-02T00:39:44.448Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T00:39:45.366Z] ---> Running in 053cb3fcee49 [2021-02-02T00:39:45.366Z] Removing intermediate container b255ddd46078 [2021-02-02T00:39:45.366Z] ---> 7aaadca55fb4 [2021-02-02T00:39:45.366Z] [2021-02-02T00:39:45.366Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:39:45.366Z] ---> 389fef711851 [2021-02-02T00:39:45.366Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:39:45.366Z] ---> Using cache [2021-02-02T00:39:45.366Z] ---> 18562b1bb01c [2021-02-02T00:39:45.366Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:39:45.366Z] ---> Using cache [2021-02-02T00:39:45.366Z] ---> 7cbe4b464735 [2021-02-02T00:39:45.366Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T00:39:45.643Z] ---> Running in 4ab58fe03259 [2021-02-02T00:39:47.045Z] Removing intermediate container 4ab58fe03259 [2021-02-02T00:39:47.045Z] ---> 216363697088 [2021-02-02T00:39:47.045Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T00:39:47.045Z] 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-02T00:39:48.436Z] ---> Running in fbaf677b333f [2021-02-02T00:39:48.436Z] Removing intermediate container bc4e75431012 [2021-02-02T00:39:48.436Z] ---> 22c6dd9c0345 [2021-02-02T00:39:48.436Z] [2021-02-02T00:39:48.436Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T00:39:48.436Z] ---> 389fef711851 [2021-02-02T00:39:48.436Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T00:39:48.436Z] Removing intermediate container b37222e26096 [2021-02-02T00:39:48.436Z] ---> 190036bf1766 [2021-02-02T00:39:48.436Z] [2021-02-02T00:39:48.436Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T00:39:48.436Z] ---> 389fef711851 [2021-02-02T00:39:48.436Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T00:39:48.436Z] ---> Running in d1562101a4b8 [2021-02-02T00:39:48.436Z] ---> Running in 30d2157072da [2021-02-02T00:39:48.436Z] Removing intermediate container fbaf677b333f [2021-02-02T00:39:48.436Z] ---> 203234a2507f [2021-02-02T00:39:48.436Z] Step 15/23 : WORKDIR / [2021-02-02T00:39:48.701Z] ---> Running in 0d8b192457fd [2021-02-02T00:39:48.701Z] Removing intermediate container 30d2157072da [2021-02-02T00:39:48.701Z] ---> 20591b61336c [2021-02-02T00:39:48.701Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T00:39:48.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.909s coverage: 29.1% of statements [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T00:39:48.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.258s coverage: 99.0% of statements [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T00:39:48.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T00:39:48.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.197s coverage: 100.0% of statements [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T00:39:48.796Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-02-02T00:39:48.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T00:39:48.968Z] ---> Running in d7867b6e83f0 [2021-02-02T00:39:48.968Z] Removing intermediate container 0d8b192457fd [2021-02-02T00:39:48.968Z] ---> 28ff358c862c [2021-02-02T00:39:48.968Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:39:49.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-02-02T00:39:49.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T00:39:49.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T00:39:49.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T00:39:49.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T00:39:49.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:49.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:49.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2021-02-02T00:39:49.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T00:39:49.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T00:39:49.492Z] Removing intermediate container 053cb3fcee49 [2021-02-02T00:39:49.492Z] ---> 12adb20c80df [2021-02-02T00:39:49.492Z] [2021-02-02T00:39:49.492Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T00:39:49.492Z] 20.10.0: Pulling from library/docker [2021-02-02T00:39:49.492Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T00:39:49.492Z] ---> f3ae43f500cd [2021-02-02T00:39:49.492Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T00:39:49.492Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:39:49.492Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T00:39:49.492Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T00:39:49.492Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:39:49.492Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:39:49.768Z] OK: 7 MiB in 18 packages [2021-02-02T00:39:49.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:49.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:50.036Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T00:39:50.036Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T00:39:50.036Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:39:50.036Z] OK: 6 MiB in 16 packages [2021-02-02T00:39:50.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-02-02T00:39:51.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-02T00:39:51.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-02T00:39:51.953Z] ---> 0d922b24d2f8 [2021-02-02T00:39:51.953Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T00:39:51.953Z] Removing intermediate container d1562101a4b8 [2021-02-02T00:39:51.953Z] ---> 4c43ba78b54c [2021-02-02T00:39:51.953Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T00:39:52.216Z] ---> Running in 2152a3695f3f [2021-02-02T00:39:52.216Z] Removing intermediate container d7867b6e83f0 [2021-02-02T00:39:52.216Z] ---> edc4276ecfa0 [2021-02-02T00:39:52.216Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T00:39:52.216Z] ---> e840c9b06b16 [2021-02-02T00:39:52.216Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T00:39:52.477Z] ---> Running in 6a5ed0dd717e [2021-02-02T00:39:52.477Z] ---> Running in 0585ae37645a [2021-02-02T00:39:52.477Z] Removing intermediate container 2152a3695f3f [2021-02-02T00:39:52.477Z] ---> a2d847cb20d8 [2021-02-02T00:39:52.478Z] Step 13/21 : WORKDIR /edgex [2021-02-02T00:39:52.744Z] GO111MODULE=on go vet ./... [2021-02-02T00:39:53.880Z] Removing intermediate container 0585ae37645a [2021-02-02T00:39:53.880Z] ---> fb113df5698c [2021-02-02T00:39:53.880Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:39:53.880Z] ---> Running in da1fc23ab48d [2021-02-02T00:39:53.880Z] Removing intermediate container 6a5ed0dd717e [2021-02-02T00:39:53.880Z] ---> 5bd6ad8c3a47 [2021-02-02T00:39:53.880Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T00:39:53.880Z] ---> Running in fca9553a4e2f [2021-02-02T00:39:53.880Z] ---> Running in 04451ec8cdbb [2021-02-02T00:39:54.146Z] Removing intermediate container da1fc23ab48d [2021-02-02T00:39:54.146Z] ---> 16ecd16d13ea [2021-02-02T00:39:54.146Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T00:39:54.146Z] Removing intermediate container fca9553a4e2f [2021-02-02T00:39:54.146Z] ---> e192ff8c9bcd [2021-02-02T00:39:54.146Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T00:39:54.146Z] Removing intermediate container 04451ec8cdbb [2021-02-02T00:39:54.146Z] ---> 9a0beb3d26f9 [2021-02-02T00:39:54.146Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T00:39:54.414Z] ---> Running in 087bebfe2595 [2021-02-02T00:39:54.414Z] ---> Running in 35fcc8292feb [2021-02-02T00:39:54.683Z] ---> 6a6711cbbf5b [2021-02-02T00:39:54.683Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T00:39:54.683Z] Removing intermediate container 087bebfe2595 [2021-02-02T00:39:54.683Z] ---> d1b7cfd0770c [2021-02-02T00:39:54.683Z] Step 22/23 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:39:55.633Z] ---> Running in d25d292f4d2b [2021-02-02T00:39:55.896Z] ---> 3cd607fea9ce [2021-02-02T00:39:55.896Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T00:39:55.896Z] Removing intermediate container d25d292f4d2b [2021-02-02T00:39:55.896Z] ---> 92d930ccf553 [2021-02-02T00:39:55.896Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:39:56.162Z] ---> Running in bfd1eb3aca03 [2021-02-02T00:39:56.424Z] ---> 18c2e0c22e62 [2021-02-02T00:39:56.424Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T00:39:56.424Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T00:39:56.424Z] Removing intermediate container bfd1eb3aca03 [2021-02-02T00:39:56.424Z] ---> 332ca965ecd3 [2021-02-02T00:39:56.424Z] [2021-02-02T00:39:56.424Z] ---> Running in 44b147a5e54e [2021-02-02T00:39:56.424Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T00:39:56.424Z] ---> aefe523efa57 [2021-02-02T00:39:56.424Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T00:39:56.686Z] Removing intermediate container 35fcc8292feb [2021-02-02T00:39:56.686Z] ---> a7659c1248be [2021-02-02T00:39:56.686Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T00:39:56.686Z] Successfully built 332ca965ecd3 [2021-02-02T00:39:56.686Z] ---> Running in 7e739b0712b2 [2021-02-02T00:39:56.686Z] Successfully tagged docker-core-command-go:latest [2021-02-02T00:39:56.686Z]  Building docker-core-command-go ... done  ---> Running in c33bd6c58c42 [2021-02-02T00:39:56.948Z] Removing intermediate container 44b147a5e54e [2021-02-02T00:39:56.948Z] ---> a4f0fa4e19f6 [2021-02-02T00:39:56.948Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T00:39:57.209Z] ---> Running in 38b61ec844b8 [2021-02-02T00:39:57.209Z] Removing intermediate container c33bd6c58c42 [2021-02-02T00:39:57.209Z] ---> 5db0350544ae [2021-02-02T00:39:57.209Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T00:39:57.209Z] Removing intermediate container 38b61ec844b8 [2021-02-02T00:39:57.210Z] ---> c1aa3d1987e1 [2021-02-02T00:39:57.210Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T00:39:57.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:57.471Z] ---> Running in e9209c340096 [2021-02-02T00:39:57.471Z] ---> 3e93116a6792 [2021-02-02T00:39:57.471Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T00:39:57.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:39:57.471Z] ---> Running in 34ae364b45fb [2021-02-02T00:39:57.732Z] Removing intermediate container e9209c340096 [2021-02-02T00:39:57.732Z] ---> 5b5664e5655a [2021-02-02T00:39:57.732Z] Step 20/21 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:39:57.732Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T00:39:57.732Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T00:39:57.732Z] Executing bash-5.0.17-r0.post-install [2021-02-02T00:39:57.732Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:39:57.732Z] OK: 12 MiB in 22 packages [2021-02-02T00:39:57.994Z] ---> Running in 7d9cc33b2367 [2021-02-02T00:39:58.255Z] Removing intermediate container 7d9cc33b2367 [2021-02-02T00:39:58.255Z] ---> 638a72affa87 [2021-02-02T00:39:58.255Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T00:39:58.255Z] ---> Running in 508cb6360f30 [2021-02-02T00:39:58.519Z] Removing intermediate container 7e739b0712b2 [2021-02-02T00:39:58.519Z] ---> ae43c6856672 [2021-02-02T00:39:58.519Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T00:39:58.519Z] Removing intermediate container 508cb6360f30 [2021-02-02T00:39:58.519Z] ---> 40a786d11e94 [2021-02-02T00:39:58.519Z] [2021-02-02T00:39:58.519Z] ---> Running in 231d1c75d7e7 [2021-02-02T00:39:58.780Z] Successfully built 40a786d11e94 [2021-02-02T00:39:58.780Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T00:39:58.780Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 231d1c75d7e7 [2021-02-02T00:39:58.780Z] ---> 1c6c941ce612 [2021-02-02T00:39:58.780Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T00:39:58.780Z] ---> Running in b334c053db24 [2021-02-02T00:39:59.043Z] Removing intermediate container 34ae364b45fb [2021-02-02T00:39:59.043Z] ---> 7781f68d6f25 [2021-02-02T00:39:59.043Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:39:59.043Z] Removing intermediate container b334c053db24 [2021-02-02T00:39:59.043Z] ---> 5212d3609063 [2021-02-02T00:39:59.043Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T00:39:59.043Z] ---> Running in 08a41900ab7a [2021-02-02T00:39:59.307Z] ---> 6c0162b89c6a [2021-02-02T00:39:59.307Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T00:39:59.307Z] Removing intermediate container 08a41900ab7a [2021-02-02T00:39:59.307Z] ---> 782c5659ef39 [2021-02-02T00:39:59.307Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T00:39:59.887Z] ---> fbb7f92b784d [2021-02-02T00:39:59.887Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T00:39:59.887Z] ---> 1a4e3398785e [2021-02-02T00:39:59.887Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T00:40:00.150Z] ---> 73fb3d916110 [2021-02-02T00:40:00.150Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T00:40:00.150Z] ---> 8821e33317ab [2021-02-02T00:40:00.150Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T00:40:00.413Z] ---> 4f9a7c4e54b9 [2021-02-02T00:40:00.413Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T00:40:00.677Z] ---> 79a2b72dd340 [2021-02-02T00:40:00.677Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T00:40:00.677Z] ---> Running in b5ce860bf45e [2021-02-02T00:40:00.942Z] ---> f195e1c371c2 [2021-02-02T00:40:00.942Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T00:40:01.211Z] ---> Running in a4b545296c49 [2021-02-02T00:40:01.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:40:01.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:40:01.211Z] Removing intermediate container a4b545296c49 [2021-02-02T00:40:01.211Z] ---> bb3f23739819 [2021-02-02T00:40:01.211Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T00:40:01.473Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T00:40:01.473Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T00:40:01.473Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T00:40:01.473Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T00:40:01.473Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T00:40:01.473Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T00:40:01.473Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T00:40:03.397Z] ---> 46c050daa8a7 [2021-02-02T00:40:03.397Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T00:40:04.792Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T00:40:04.792Z] ---> Running in 5a45d9076f82 [2021-02-02T00:40:04.792Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T00:40:04.792Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T00:40:04.792Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T00:40:05.074Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T00:40:05.074Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T00:40:05.074Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T00:40:05.074Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T00:40:05.074Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T00:40:05.074Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T00:40:05.074Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T00:40:05.074Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T00:40:05.074Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T00:40:05.340Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T00:40:05.340Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T00:40:05.340Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T00:40:05.340Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T00:40:05.340Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T00:40:05.340Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T00:40:05.340Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T00:40:05.340Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T00:40:05.340Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T00:40:05.340Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T00:40:05.340Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T00:40:05.340Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T00:40:05.603Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T00:40:05.603Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:40:05.603Z] OK: 71 MiB in 55 packages [2021-02-02T00:40:07.523Z] Removing intermediate container 5a45d9076f82 [2021-02-02T00:40:07.523Z] ---> 4bce1c5669f9 [2021-02-02T00:40:07.523Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T00:40:10.527Z] ---> Running in 6eb406727fee [2021-02-02T00:40:11.470Z] Removing intermediate container 6eb406727fee [2021-02-02T00:40:11.470Z] ---> 4078c04178f9 [2021-02-02T00:40:11.470Z] Step 28/31 : CMD ["gate"] [2021-02-02T00:40:11.470Z] Removing intermediate container b5ce860bf45e [2021-02-02T00:40:11.470Z] ---> bd41bb8d1b21 [2021-02-02T00:40:11.470Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T00:40:11.470Z] ---> Running in dc4fc50959c6 [2021-02-02T00:40:11.470Z] ---> Running in fcb3e3c497d6 [2021-02-02T00:40:11.733Z] Removing intermediate container dc4fc50959c6 [2021-02-02T00:40:11.733Z] ---> f2ecd9dcb84d [2021-02-02T00:40:11.733Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T00:40:11.994Z] ---> Running in a488eb1ae444 [2021-02-02T00:40:11.994Z] Removing intermediate container a488eb1ae444 [2021-02-02T00:40:11.994Z] ---> b50d7d38dead [2021-02-02T00:40:11.994Z] Step 30/31 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:40:12.257Z] ---> Running in 5ae35ef34d83 [2021-02-02T00:40:12.519Z] Removing intermediate container 5ae35ef34d83 [2021-02-02T00:40:12.519Z] ---> 7c18b3011af2 [2021-02-02T00:40:12.519Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T00:40:13.908Z] ---> Running in 5ecebc58c4cf [2021-02-02T00:40:13.908Z] Removing intermediate container 5ecebc58c4cf [2021-02-02T00:40:13.908Z] ---> 930e50155255 [2021-02-02T00:40:13.908Z] [2021-02-02T00:40:13.908Z] Collecting docker-compose==1.23.2 [2021-02-02T00:40:14.171Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T00:40:14.171Z] Successfully built 930e50155255 [2021-02-02T00:40:14.171Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T00:40:14.433Z]  Building docker-security-bootstrapper-go ... done Collecting docker<4.0,>=3.6.0 [2021-02-02T00:40:14.433Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T00:40:14.702Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T00:40:14.702Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T00:40:14.702Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T00:40:14.702Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T00:40:14.963Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T00:40:14.963Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T00:40:15.535Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T00:40:15.535Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T00:40:16.109Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T00:40:16.109Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T00:40:16.109Z] Collecting PyYAML<4,>=3.10 [2021-02-02T00:40:16.109Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T00:40:17.086Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T00:40:17.086Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T00:40:17.349Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T00:40:17.349Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T00:40:17.610Z] 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-02T00:40:17.611Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T00:40:17.611Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T00:40:17.872Z] 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-02T00:40:17.872Z] 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-02T00:40:17.872Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T00:40:17.872Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T00:40:18.134Z] Collecting idna<2.8,>=2.5 [2021-02-02T00:40:18.135Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T00:40:18.135Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T00:40:18.135Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T00:40:18.135Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T00:40:18.135Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T00:40:18.135Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, docopt, texttable, jsonschema, PyYAML, dockerpty, docker-compose [2021-02-02T00:40:18.396Z] Attempting uninstall: urllib3 [2021-02-02T00:40:18.396Z] Found existing installation: urllib3 1.25.9 [2021-02-02T00:40:18.396Z] Uninstalling urllib3-1.25.9: [2021-02-02T00:40:18.396Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T00:40:18.396Z] Attempting uninstall: idna [2021-02-02T00:40:18.396Z] Found existing installation: idna 2.9 [2021-02-02T00:40:18.396Z] Uninstalling idna-2.9: [2021-02-02T00:40:18.656Z] Successfully uninstalled idna-2.9 [2021-02-02T00:40:18.656Z] Attempting uninstall: requests [2021-02-02T00:40:18.656Z] Found existing installation: requests 2.23.0 [2021-02-02T00:40:18.656Z] Uninstalling requests-2.23.0: [2021-02-02T00:40:18.656Z] Successfully uninstalled requests-2.23.0 [2021-02-02T00:40:19.231Z] Running setup.py install for docopt: started [2021-02-02T00:40:19.810Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T00:40:19.810Z] Running setup.py install for texttable: started [2021-02-02T00:40:20.071Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T00:40:20.332Z] Running setup.py install for PyYAML: started [2021-02-02T00:40:20.906Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T00:40:20.906Z] Running setup.py install for dockerpty: started [2021-02-02T00:40:21.167Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T00:40:21.430Z] 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-02T00:40:24.739Z] Removing intermediate container fcb3e3c497d6 [2021-02-02T00:40:24.739Z] ---> 755112af5a11 [2021-02-02T00:40:24.739Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T00:40:24.739Z] ---> Running in de25473ab94f [2021-02-02T00:40:25.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T00:40:25.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T00:40:25.002Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:40:25.264Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T00:40:25.264Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T00:40:25.264Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:40:25.264Z] OK: 72 MiB in 58 packages [2021-02-02T00:40:25.840Z] Removing intermediate container de25473ab94f [2021-02-02T00:40:25.840Z] ---> 1944d35ecbc9 [2021-02-02T00:40:25.840Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T00:40:25.840Z] ---> Running in 5aa090ed7414 [2021-02-02T00:40:25.840Z] Removing intermediate container 5aa090ed7414 [2021-02-02T00:40:25.840Z] ---> 6b60629f85ea [2021-02-02T00:40:25.840Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:40:25.840Z] ---> Running in 07975ea4ff5f [2021-02-02T00:40:26.100Z] Removing intermediate container 07975ea4ff5f [2021-02-02T00:40:26.100Z] ---> f7c04a9c96d6 [2021-02-02T00:40:26.100Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T00:40:26.100Z] ---> Running in ebc6aab7635e [2021-02-02T00:40:26.362Z] Removing intermediate container ebc6aab7635e [2021-02-02T00:40:26.362Z] ---> 21333ee7bc37 [2021-02-02T00:40:26.362Z] Step 25/26 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:40:26.362Z] ---> Running in b4aee8fe4e29 [2021-02-02T00:40:26.623Z] Removing intermediate container b4aee8fe4e29 [2021-02-02T00:40:26.623Z] ---> 7cd7d1d078ae [2021-02-02T00:40:26.623Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T00:40:26.623Z] ---> Running in 5bd9c6f233f5 [2021-02-02T00:40:26.884Z] Removing intermediate container 5bd9c6f233f5 [2021-02-02T00:40:26.884Z] ---> ea3d1c48e3b8 [2021-02-02T00:40:26.884Z] [2021-02-02T00:40:26.884Z] Successfully built ea3d1c48e3b8 [2021-02-02T00:40:27.150Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T00:40:27.458Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T00:40:27.486Z] $ docker stop --time=1 77ee77e9f6712facfdaf1093d8dd122e99100e3df1b630ceceeeb2fddb3e67dd [2021-02-02T00:40:29.026Z] $ docker rm -f 77ee77e9f6712facfdaf1093d8dd122e99100e3df1b630ceceeeb2fddb3e67dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T00:40:29.529Z] + docker images [2021-02-02T00:40:29.529Z] + grep docker [2021-02-02T00:40:29.813Z] docker-sys-mgmt-agent-go latest ea3d1c48e3b8 3 seconds ago 313MB [2021-02-02T00:40:29.813Z] docker-security-bootstrapper-go latest 930e50155255 16 seconds ago 23.8MB [2021-02-02T00:40:29.813Z] docker-security-proxy-setup-go latest 40a786d11e94 31 seconds ago 24.4MB [2021-02-02T00:40:29.813Z] docker-core-command-go latest 332ca965ecd3 33 seconds ago 16.9MB [2021-02-02T00:40:29.813Z] docker-core-data-go latest 8070ec94bde1 2 minutes ago 22.3MB [2021-02-02T00:40:29.813Z] docker-security-secretstore-setup-go latest f61ec7230271 2 minutes ago 24.6MB [2021-02-02T00:40:29.813Z] docker-core-metadata-go latest ac3cfdc78fb1 2 minutes ago 18.8MB [2021-02-02T00:40:29.813Z] docker-support-notifications-go latest 3459b857c17d 2 minutes ago 16.9MB [2021-02-02T00:40:29.813Z] docker-support-scheduler-go latest 8975166309e3 2 minutes ago 17MB [2021-02-02T00:40:29.813Z] 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-02T00:40:45.484Z] Still waiting to schedule task [2021-02-02T00:40:45.484Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-02T00:41:14.622Z] gofmt -l . [2021-02-02T00:41:14.622Z] [ "`gofmt -l .`" = "" ] [2021-02-02T00:41:14.622Z] ./bin/test-go-mod-tidy.sh [2021-02-02T00:41:14.622Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T00:41:15.285Z] + ls -al . [2021-02-02T00:41:15.285Z] total 708 [2021-02-02T00:41:15.285Z] drwxrwxr-x 9 1001 1001 4096 Feb 2 00:41 . [2021-02-02T00:41:15.285Z] drwxr-xr-x 4 root root 4096 Feb 2 00:37 .. [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 00:35 .dockerignore [2021-02-02T00:41:15.285Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 00:35 .git [2021-02-02T00:41:15.285Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 00:35 .github [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 00:35 .gitignore [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 00:35 .sonarcloud.properties [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 00:35 Attribution.txt [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 00:35 CONTRIBUTING.md [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 00:35 Dockerfile.build [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 00:35 Jenkinsfile [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 00:35 LICENSE [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 00:35 Makefile [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 00:35 README.md [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 00:35 SECURITY.md [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 00:31 VERSION [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 00:35 ZMQWindows.md [2021-02-02T00:41:15.285Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 00:35 bin [2021-02-02T00:41:15.285Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 00:35 cmd [2021-02-02T00:41:15.285Z] -rw-r--r-- 1 root root 574984 Feb 2 00:39 coverage.out [2021-02-02T00:41:15.285Z] -rw-r--r-- 1 root root 1054 Feb 2 00:41 go.mod [2021-02-02T00:41:15.285Z] -rw-r--r-- 1 root root 19399 Feb 2 00:41 go.sum [2021-02-02T00:41:15.285Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 00:35 internal [2021-02-02T00:41:15.285Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 00:35 openapi [2021-02-02T00:41:15.285Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 00:35 snap [2021-02-02T00:41:15.285Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 00:35 version.go [Pipeline] sh [2021-02-02T00:41:15.943Z] + '[' -e coverage.out ] [2021-02-02T00:41:15.943Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T00:41:16.006Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T00:41:17.292Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T00:41:17.980Z] + make build [2021-02-02T00:41:17.980Z] 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-02T00:41:28.279Z] 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-02T00:41:51.838Z] 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-02T00:41:55.220Z] 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-02T00:41:59.521Z] 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-02T00:42:00.496Z] 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-02T00:42:07.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-02T00:42:11.532Z] 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-02T00:42:15.831Z] 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-02T00:42:19.227Z] 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-02T00:42:22.625Z] 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-02T00:42:26.034Z] 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-02T00:42:30.333Z] 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-02T00:42:35.787Z] $ docker stop --time=1 857c00b6ca10f80d3549a3681f5738bbe1e7bce6ffe528c07189d179e8a2c3a7 [2021-02-02T00:42:38.286Z] $ docker rm -f 857c00b6ca10f80d3549a3681f5738bbe1e7bce6ffe528c07189d179e8a2c3a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:42:40.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T00:42:40.141Z] [2021-02-02T00:42:40.141Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:42:40.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T00:42:40.801Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-02T00:42:40.801Z] 29e5d40040c1: Pulling fs layer [2021-02-02T00:42:40.801Z] 1ce36da41761: Pulling fs layer [2021-02-02T00:42:40.801Z] 25b303627fd3: Pulling fs layer [2021-02-02T00:42:41.075Z] 29e5d40040c1: Verifying Checksum [2021-02-02T00:42:41.075Z] 29e5d40040c1: Download complete [2021-02-02T00:42:41.675Z] 1ce36da41761: Verifying Checksum [2021-02-02T00:42:41.675Z] 1ce36da41761: Download complete [2021-02-02T00:42:41.675Z] 29e5d40040c1: Pull complete [2021-02-02T00:42:43.123Z] 1ce36da41761: Pull complete [2021-02-02T00:42:43.408Z] 25b303627fd3: Verifying Checksum [2021-02-02T00:42:43.408Z] 25b303627fd3: Download complete [2021-02-02T00:42:47.884Z] Running on prd-ubuntu18.04-docker-8c-8g-24467 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-02T00:42:47.937Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-02-02T00:42:50.349Z] using credential edgex-jenkins-ssh [2021-02-02T00:42:50.411Z] Cloning the remote Git repository [2021-02-02T00:42:50.440Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:42:50.508Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-02-02T00:42:50.542Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:42:50.543Z] > git --version # timeout=10 [2021-02-02T00:42:50.549Z] > git --version # 'git version 2.17.1' [2021-02-02T00:42:50.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:42:50.575Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T00:42:53.608Z] 25b303627fd3: Pull complete [2021-02-02T00:42:53.608Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-02T00:42:53.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T00:42:53.608Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-02T00:42:53.870Z] prd-ubuntu18.04-docker-arm64-4c-16g-24462 does not seem to be running inside a container [2021-02-02T00:42:53.986Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T00:42:57.078Z] $ docker top 5cdd655b99615bec67b0e9dd3d55d84af973acae12bc9784706b8a2fb006b605 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:42:58.034Z] + grep parallel [2021-02-02T00:42:58.034Z] + docker-compose build --help [2021-02-02T00:43:01.404Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T00:43:01.729Z] $ docker stop --time=1 5cdd655b99615bec67b0e9dd3d55d84af973acae12bc9784706b8a2fb006b605 [2021-02-02T00:43:03.640Z] $ docker rm -f 5cdd655b99615bec67b0e9dd3d55d84af973acae12bc9784706b8a2fb006b605 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-02T00:43:04.083Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:43:03.464Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T00:43:03.470Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T00:43:03.487Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T00:43:03.498Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T00:43:03.498Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:43:03.502Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T00:43:04.095Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T00:43:04.100Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-02-02T00:43:04.180Z] > git remote # timeout=10 [2021-02-02T00:43:04.186Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T00:43:04.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T00:43:04.195Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T00:43:04.341Z] Merge succeeded, producing 9e85b43dcc37cbbfcd9b19485a96ce433f6c5a53 [2021-02-02T00:43:04.342Z] Checking out Revision 9e85b43dcc37cbbfcd9b19485a96ce433f6c5a53 (PR-3034) [2021-02-02T00:43:04.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T00:43:04.413Z] . [Pipeline] withDockerContainer [2021-02-02T00:43:04.694Z] prd-ubuntu18.04-docker-arm64-4c-16g-24462 does not seem to be running inside a container [2021-02-02T00:43:04.806Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-02T00:43:04.330Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T00:43:04.347Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T00:43:04.352Z] > git checkout -f 9e85b43dcc37cbbfcd9b19485a96ce433f6c5a53 # timeout=10 [2021-02-02T00:43:06.166Z] $ docker top a2a8ada7ad909838ea958007bff0f5ce0e5d16a04c645fe6312ebf152822f9c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:43:07.142Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T00:43:08.065Z] Commit message: "Merge commit '2a4efc596d6299a706f2b1b5ea90705279ab33b1' into HEAD" [2021-02-02T00:43:08.075Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:43:09.137Z] + echo snap-build.sh [2021-02-02T00:43:09.137Z] snap-build.sh [2021-02-02T00:43:09.137Z] + SNAP_BASE_DIR=. [2021-02-02T00:43:09.137Z] + '[' '!' -z /w/workspace/edgex-go/15 ']' [2021-02-02T00:43:09.137Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/15 [2021-02-02T00:43:09.137Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' [2021-02-02T00:43:09.137Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/15] [2021-02-02T00:43:09.137Z] + cd /w/workspace/edgex-go/15 [2021-02-02T00:43:09.137Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-02T00:43:09.137Z] Reading package lists... [2021-02-02T00:43:09.401Z] Building dependency tree... [2021-02-02T00:43:09.401Z] Reading state information... [2021-02-02T00:43:09.401Z] The following packages were automatically installed and are no longer required: [2021-02-02T00:43:09.401Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-02T00:43:09.401Z] uidmap xdelta3 [2021-02-02T00:43:09.401Z] Use 'sudo apt autoremove' to remove them. [2021-02-02T00:43:09.401Z] The following packages will be REMOVED: [2021-02-02T00:43:09.401Z] lxd* lxd-client* [2021-02-02T00:43:08.072Z] > git rev-list --no-walk ecc9acc8ef3ce8513a18cd41075fe4540eee52bc # timeout=10 [2021-02-02T00:43:09.976Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-02T00:43:09.976Z] After this operation, 31.7 MB disk space will be freed. [2021-02-02T00:43:10.769Z] (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-02T00:43:10.769Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T00:43:11.442Z] Building docker-core-command-go ... [2021-02-02T00:43:11.442Z] Building docker-core-data-go ... [2021-02-02T00:43:11.442Z] Building docker-core-metadata-go ... [2021-02-02T00:43:11.442Z] Building docker-security-bootstrapper-go ... [2021-02-02T00:43:11.442Z] Building docker-security-proxy-setup-go ... [2021-02-02T00:43:11.442Z] Building docker-security-secretstore-setup-go ... [2021-02-02T00:43:11.442Z] Building docker-support-notifications-go ... [2021-02-02T00:43:11.442Z] Building docker-support-scheduler-go ... [2021-02-02T00:43:11.442Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T00:43:11.442Z] Building docker-security-secretstore-setup-go [2021-02-02T00:43:11.442Z] Building docker-core-metadata-go [2021-02-02T00:43:11.442Z] Building docker-sys-mgmt-agent-go [2021-02-02T00:43:11.442Z] Building docker-support-notifications-go [2021-02-02T00:43:11.442Z] Building docker-security-bootstrapper-go [2021-02-02T00:43:11.716Z] Removing lxd dnsmasq configuration [2021-02-02T00:43:11.716Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T00:43:11.980Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-02T00:43:12.925Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-02T00:43:13.186Z] (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-02T00:43:13.186Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T00:43:14.578Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-02T00:43:14.838Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-02T00:43:16.226Z] + sudo snap remove --purge lxd [2021-02-02T00:43:16.226Z] snap "lxd" is not installed [2021-02-02T00:43:16.226Z] + sudo groupadd --force --system lxd [2021-02-02T00:43:16.226Z] ++ whoami [2021-02-02T00:43:16.226Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-02T00:43:16.485Z] + newgrp - lxd [2021-02-02T00:43:16.486Z] + sudo snap install lxd [2021-02-02T00:43:26.513Z] 2021-02-02T00:43:23Z INFO Waiting for automatic snapd restart... [2021-02-02T00:43:41.431Z] lxd 4.10 from Canonical* installed [2021-02-02T00:43:41.431Z] + sudo lxd init --auto [2021-02-02T00:43:49.577Z] + sudo snap install --classic snapcraft [2021-02-02T00:43:56.169Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T00:43:56.169Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-02T00:43:56.169Z] + patch --verbose -p1 [2021-02-02T00:43:56.169Z] Hmm... Looks like a unified diff to me... [2021-02-02T00:43:56.169Z] The text leading up to this was: [2021-02-02T00:43:56.169Z] -------------------------- [2021-02-02T00:43:56.169Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-02T00:43:56.169Z] |From: Tony Espy [2021-02-02T00:43:56.169Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-02T00:43:56.169Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-02T00:43:56.169Z] | [2021-02-02T00:43:56.169Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-02T00:43:56.169Z] |optimize the snap CI check run for pull requests. When [2021-02-02T00:43:56.169Z] |applied, it essentially strips out everything (apps and [2021-02-02T00:43:56.169Z] |parts) from the snapcraft.yaml file except those required [2021-02-02T00:43:56.169Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-02T00:43:56.169Z] |catch changes to edgex-go that break the snap build. [2021-02-02T00:43:56.169Z] | [2021-02-02T00:43:56.169Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-02T00:43:56.169Z] |to update this patch file, otherwise it may fail to apply, [2021-02-02T00:43:56.169Z] |resulting in a failed snap build CI check in the associated [2021-02-02T00:43:56.169Z] |pull request. [2021-02-02T00:43:56.169Z] | [2021-02-02T00:43:56.169Z] |Note - in addition to applying this patch, the pipeline also [2021-02-02T00:43:56.169Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-02T00:43:56.169Z] |need to build the finally binary .snap file (and it won't [2021-02-02T00:43:56.169Z] |work with the patch applied). This further reduces the build [2021-02-02T00:43:56.169Z] |time. [2021-02-02T00:43:56.169Z] |--- [2021-02-02T00:43:56.169Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-02T00:43:56.169Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-02T00:43:56.169Z] | [2021-02-02T00:43:56.169Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-02T00:43:56.169Z] |index 1e537489..faf42425 100644 [2021-02-02T00:43:56.169Z] |--- a/snap/snapcraft.yaml [2021-02-02T00:43:56.169Z] |+++ b/snap/snapcraft.yaml [2021-02-02T00:43:56.169Z] -------------------------- [2021-02-02T00:43:56.169Z] patching file snap/snapcraft.yaml [2021-02-02T00:43:56.169Z] Using Plan A... [2021-02-02T00:43:56.169Z] Hunk #1 succeeded at 73. [2021-02-02T00:43:56.169Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-02T00:43:56.169Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-02T00:43:56.169Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-02T00:43:56.169Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-02T00:43:56.169Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-02T00:43:56.169Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-02T00:43:56.169Z] Hunk #8 succeeded at 342. [2021-02-02T00:43:56.169Z] Hmm... Ignoring the trailing garbage. [2021-02-02T00:43:56.169Z] done [2021-02-02T00:43:56.169Z] + sudo snapcraft prime --use-lxd [2021-02-02T00:43:57.556Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-02T00:43:57.556Z] 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-02T00:43:57.556Z] - README.md [2021-02-02T00:43:57.556Z] - snapcraft.yaml.orig [2021-02-02T00:43:57.556Z] [2021-02-02T00:43:57.556Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T00:43:58.127Z] Launching a container. [2021-02-02T00:44:10.357Z] Waiting for container to be ready [2021-02-02T00:44:10.357Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-02T00:44:10.357Z] [2021-02-02T00:44:12.906Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-02T00:44:13.167Z] Waiting for network to be ready... [2021-02-02T00:44:13.740Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T00:44:13.740Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T00:44:14.313Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T00:44:14.313Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1534 kB] [2021-02-02T00:44:14.573Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T00:44:14.835Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T00:44:14.835Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T00:44:14.835Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T00:44:14.835Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T00:44:14.836Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T00:44:14.836Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T00:44:14.836Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T00:44:14.836Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T00:44:14.836Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T00:44:14.836Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T00:44:14.836Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T00:44:14.836Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T00:44:14.836Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T00:44:15.095Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T00:44:15.665Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-02T00:44:15.665Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T00:44:15.665Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T00:44:15.665Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T00:44:15.665Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T00:44:15.665Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T00:44:15.665Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T00:44:15.665Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T00:44:18.214Z] Fetched 23.9 MB in 4s (5523 kB/s) [2021-02-02T00:44:18.786Z] Reading package lists... [2021-02-02T00:44:19.047Z] Reading package lists... [2021-02-02T00:44:19.047Z] Building dependency tree... [2021-02-02T00:44:19.047Z] Reading state information... [2021-02-02T00:44:19.308Z] The following additional packages will be installed: [2021-02-02T00:44:19.308Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T00:44:19.308Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T00:44:19.308Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T00:44:19.308Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-02T00:44:19.308Z] Suggested packages: [2021-02-02T00:44:19.308Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-02T00:44:19.308Z] Recommended packages: [2021-02-02T00:44:19.308Z] gnupg libsasl2-modules [2021-02-02T00:44:19.308Z] The following NEW packages will be installed: [2021-02-02T00:44:19.308Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T00:44:19.308Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T00:44:19.308Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T00:44:19.308Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-02T00:44:19.308Z] The following packages will be upgraded: [2021-02-02T00:44:19.308Z] gpg gpg-agent gpgconf libudev1 [2021-02-02T00:44:19.308Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-02T00:44:19.308Z] Need to get 3533 kB of archives. [2021-02-02T00:44:19.308Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-02T00:44:19.308Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-02T00:44:19.569Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-02T00:44:19.569Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-02T00:44:19.569Z] 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-02T00:44:19.569Z] 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-02T00:44:19.569Z] 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-02T00:44:19.569Z] 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-02T00:44:19.569Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-02T00:44:19.569Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-02T00:44:19.830Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-02T00:44:20.401Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-02T00:44:20.401Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-02T00:44:20.401Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-02T00:44:20.401Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-02T00:44:20.401Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-02T00:44:20.401Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-02T00:44:20.401Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-02T00:44:20.401Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-02T00:44:20.401Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-02T00:44:20.401Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-02T00:44:20.401Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-02T00:44:20.401Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-02T00:44:20.401Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T00:44:20.401Z] Fetched 3533 kB in 1s (3181 kB/s) [2021-02-02T00:44:20.662Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T00:44:20.662Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-02T00:44:20.662Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T00:44:20.930Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-02T00:44:20.930Z] Selecting previously unselected package udev. [2021-02-02T00:44:20.930Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T00:44:20.930Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-02T00:44:21.192Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-02T00:44:21.452Z] Selecting previously unselected package libfuse2:amd64. [2021-02-02T00:44:21.452Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T00:44:21.452Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T00:44:21.452Z] Selecting previously unselected package fuse. [2021-02-02T00:44:21.452Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T00:44:21.452Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-02T00:44:21.452Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T00:44:21.452Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T00:44:21.714Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T00:44:21.714Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T00:44:21.714Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T00:44:21.714Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T00:44:21.974Z] Selecting previously unselected package libksba8:amd64. [2021-02-02T00:44:21.975Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-02T00:44:21.975Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-02T00:44:21.975Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-02T00:44:21.975Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T00:44:21.975Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:22.236Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-02T00:44:22.236Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T00:44:22.236Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:22.236Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-02T00:44:22.236Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T00:44:22.236Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:22.236Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-02T00:44:22.236Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T00:44:22.236Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:22.498Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-02T00:44:22.498Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T00:44:22.498Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:22.498Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-02T00:44:22.498Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T00:44:22.498Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:22.498Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-02T00:44:22.498Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T00:44:22.758Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:22.758Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-02T00:44:22.758Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T00:44:22.758Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:22.758Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-02T00:44:23.020Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T00:44:23.020Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:23.020Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-02T00:44:23.020Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T00:44:23.020Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T00:44:23.020Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-02T00:44:23.020Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T00:44:23.020Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T00:44:23.282Z] Selecting previously unselected package libldap-common. [2021-02-02T00:44:23.282Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-02T00:44:23.282Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T00:44:23.282Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-02T00:44:23.282Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-02T00:44:23.282Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T00:44:23.543Z] Selecting previously unselected package dirmngr. [2021-02-02T00:44:23.543Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T00:44:23.543Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T00:44:23.543Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T00:44:23.543Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-02T00:44:23.543Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T00:44:23.543Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T00:44:23.805Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T00:44:23.805Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-02T00:44:23.805Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:23.805Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-02T00:44:23.805Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T00:44:23.805Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-02T00:44:24.377Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T00:44:24.377Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:24.377Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-02T00:44:24.377Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-02T00:44:24.637Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-02T00:44:24.637Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:24.637Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:24.637Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:24.637Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:24.637Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:24.637Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:24.637Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T00:44:24.637Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T00:44:24.897Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T00:44:24.897Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T00:44:25.158Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-02T00:44:25.158Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-02T00:44:25.158Z] This means they are not meant to be enabled using systemctl. [2021-02-02T00:44:25.158Z] Possible reasons for having this kind of units are: [2021-02-02T00:44:25.158Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-02T00:44:25.158Z] .wants/ or .requires/ directory. [2021-02-02T00:44:25.158Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-02T00:44:25.158Z] a requirement dependency on it. [2021-02-02T00:44:25.158Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-02T00:44:25.158Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-02T00:44:25.158Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-02T00:44:25.158Z] instance name specified. [2021-02-02T00:44:25.419Z] Reading package lists... [2021-02-02T00:44:25.681Z] Building dependency tree... [2021-02-02T00:44:25.681Z] Reading state information... [2021-02-02T00:44:25.681Z] The following additional packages will be installed: [2021-02-02T00:44:25.681Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-02T00:44:25.681Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-02T00:44:25.681Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-02T00:44:25.681Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-02T00:44:25.681Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-02T00:44:25.681Z] Suggested packages: [2021-02-02T00:44:25.681Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-02T00:44:25.681Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-02T00:44:25.681Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-02T00:44:25.681Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-02T00:44:25.681Z] systemd-container policykit-1 [2021-02-02T00:44:25.681Z] Recommended packages: [2021-02-02T00:44:25.681Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-02T00:44:25.942Z] The following NEW packages will be installed: [2021-02-02T00:44:25.942Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-02T00:44:25.942Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-02T00:44:25.942Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-02T00:44:25.942Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-02T00:44:25.942Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-02T00:44:25.942Z] The following packages will be upgraded: [2021-02-02T00:44:25.942Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-02T00:44:25.942Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-02T00:44:25.942Z] Need to get 35.2 MB of archives. [2021-02-02T00:44:25.942Z] After this operation, 141 MB of additional disk space will be used. [2021-02-02T00:44:25.942Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-02T00:44:25.942Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-02T00:44:26.514Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-02T00:44:26.775Z] 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-02T00:44:26.775Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-02T00:44:26.775Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-02T00:44:26.775Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-02T00:44:26.775Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-02T00:44:26.775Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-02T00:44:26.775Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-02T00:44:26.776Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-02T00:44:26.776Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-02T00:44:26.776Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-02T00:44:26.776Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-02T00:44:26.776Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-02T00:44:26.776Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-02T00:44:26.776Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-02T00:44:26.776Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-02T00:44:27.035Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-02T00:44:27.035Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-02T00:44:27.035Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-02T00:44:27.035Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-02T00:44:27.035Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-02T00:44:27.035Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-02T00:44:27.035Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-02T00:44:27.035Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-02T00:44:27.035Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-02T00:44:27.035Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-02T00:44:27.035Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-02T00:44:27.035Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-02T00:44:27.981Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T00:44:27.981Z] Fetched 35.2 MB in 2s (16.7 MB/s) [2021-02-02T00:44:28.240Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T00:44:28.240Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-02T00:44:28.240Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T00:44:28.810Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-02T00:44:28.810Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T00:44:29.071Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-02T00:44:29.071Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T00:44:29.071Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T00:44:29.071Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T00:44:29.331Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-02T00:44:29.331Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T00:44:29.331Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T00:44:29.331Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T00:44:29.593Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-02T00:44:29.854Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-02T00:44:30.115Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-02T00:44:30.115Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-02T00:44:30.115Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T00:44:30.115Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T00:44:30.376Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-02T00:44:30.376Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T00:44:30.376Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T00:44:30.637Z] Selecting previously unselected package libexpat1:amd64. [2021-02-02T00:44:30.637Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-02T00:44:30.637Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T00:44:30.637Z] Selecting previously unselected package python3.6-minimal. [2021-02-02T00:44:30.637Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T00:44:30.637Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T00:44:30.897Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T00:44:31.158Z] Checking for services that may need to be restarted...done. [2021-02-02T00:44:31.158Z] Checking for services that may need to be restarted...done. [2021-02-02T00:44:31.158Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T00:44:31.158Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T00:44:31.158Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T00:44:31.734Z] Selecting previously unselected package python3-minimal. [2021-02-02T00:44:31.735Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-02T00:44:31.735Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-02T00:44:31.735Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-02T00:44:31.995Z] Selecting previously unselected package mime-support. [2021-02-02T00:44:31.995Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-02T00:44:31.995Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-02T00:44:31.995Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-02T00:44:31.995Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-02T00:44:31.995Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T00:44:32.257Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-02T00:44:32.257Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T00:44:32.257Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T00:44:32.519Z] Selecting previously unselected package python3.6. [2021-02-02T00:44:32.519Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T00:44:32.519Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T00:44:32.519Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-02T00:44:32.519Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-02T00:44:32.519Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T00:44:32.519Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-02T00:44:32.780Z] Selecting previously unselected package python3. [2021-02-02T00:44:32.780Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-02T00:44:32.780Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-02T00:44:32.780Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-02T00:44:33.040Z] Selecting previously unselected package multiarch-support. [2021-02-02T00:44:33.040Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T00:44:33.040Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T00:44:33.040Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T00:44:33.040Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-02T00:44:33.040Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-02T00:44:33.040Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-02T00:44:33.040Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T00:44:33.246Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:44:33.246Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:44:33.246Z] ---> 156047656690 [2021-02-02T00:44:33.246Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:44:33.246Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:44:33.246Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:44:33.246Z] ---> 156047656690 [2021-02-02T00:44:33.246Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T00:44:33.246Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:44:33.246Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:44:33.246Z] ---> 156047656690 [2021-02-02T00:44:33.246Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T00:44:33.246Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:44:33.246Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:44:33.246Z] ---> 156047656690 [2021-02-02T00:44:33.246Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T00:44:33.246Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:44:33.246Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:44:33.246Z] ---> 156047656690 [2021-02-02T00:44:33.246Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T00:44:33.246Z] ---> Running in 874e03ce2590 [2021-02-02T00:44:33.246Z] ---> Running in 695be11ce1c5 [2021-02-02T00:44:33.246Z] ---> Running in dbca50b36c37 [2021-02-02T00:44:33.246Z] ---> Running in f07b13b0f5f1 [2021-02-02T00:44:33.246Z] ---> Running in 8dad49a4d6fc [2021-02-02T00:44:33.246Z] Removing intermediate container 695be11ce1c5 [2021-02-02T00:44:33.246Z] ---> c0b7add953df [2021-02-02T00:44:33.246Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:44:33.246Z] Removing intermediate container 8dad49a4d6fc [2021-02-02T00:44:33.246Z] ---> 8d07d92e218c [2021-02-02T00:44:33.246Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:44:33.246Z] Removing intermediate container f07b13b0f5f1 [2021-02-02T00:44:33.246Z] ---> cbc0c212d950 [2021-02-02T00:44:33.246Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:44:33.246Z] Removing intermediate container dbca50b36c37 [2021-02-02T00:44:33.246Z] ---> d86a8e14e823 [2021-02-02T00:44:33.246Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:44:33.246Z] Removing intermediate container 874e03ce2590 [2021-02-02T00:44:33.246Z] ---> 979d3a753c0c [2021-02-02T00:44:33.246Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:44:33.246Z] ---> Running in c685d25c34e1 [2021-02-02T00:44:33.246Z] ---> Running in b5df78e10884 [2021-02-02T00:44:33.246Z] ---> Running in 255202834cc5 [2021-02-02T00:44:33.246Z] ---> Running in ca8cc4ad3ef2 [2021-02-02T00:44:33.246Z] ---> Running in 7fb5bc2b79b1 [2021-02-02T00:44:33.246Z] Removing intermediate container b5df78e10884 [2021-02-02T00:44:33.246Z] ---> 4d37f7c2d660 [2021-02-02T00:44:33.246Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T00:44:33.246Z] ---> Running in 7bf0ef1373b2 [2021-02-02T00:44:33.246Z] Removing intermediate container c685d25c34e1 [2021-02-02T00:44:33.246Z] ---> 5f216d5b17af [2021-02-02T00:44:33.246Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T00:44:33.246Z] Removing intermediate container ca8cc4ad3ef2 [2021-02-02T00:44:33.246Z] ---> 1d9e88ec09f1 [2021-02-02T00:44:33.246Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T00:44:33.246Z] Removing intermediate container 7fb5bc2b79b1 [2021-02-02T00:44:33.246Z] Removing intermediate container 255202834cc5 [2021-02-02T00:44:33.246Z] ---> 59d3d2f12bfd [2021-02-02T00:44:33.246Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T00:44:33.246Z] ---> 0b4f35078185 [2021-02-02T00:44:33.246Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T00:44:33.246Z] ---> Running in 981fd1a965fa [2021-02-02T00:44:33.246Z] ---> Running in a44e6a1dfdeb [2021-02-02T00:44:33.246Z] ---> Running in ccc86deac6d5 [2021-02-02T00:44:33.246Z] ---> Running in 8fb732aed710 [2021-02-02T00:44:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:44:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:44:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:44:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:44:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:44:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:44:33.246Z] OK: 217 MiB in 51 packages [2021-02-02T00:44:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:44:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:44:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:44:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:44:33.301Z] Selecting previously unselected package libbsd0:amd64. [2021-02-02T00:44:33.301Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-02T00:44:33.301Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T00:44:33.301Z] Selecting previously unselected package sudo. [2021-02-02T00:44:33.301Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-02T00:44:33.301Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T00:44:33.527Z] OK: 217 MiB in 51 packages [2021-02-02T00:44:33.528Z] OK: 217 MiB in 51 packages [2021-02-02T00:44:33.528Z] OK: 217 MiB in 51 packages [2021-02-02T00:44:33.528Z] OK: 217 MiB in 51 packages [2021-02-02T00:44:33.562Z] Selecting previously unselected package apparmor. [2021-02-02T00:44:33.562Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T00:44:33.562Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-02T00:44:33.823Z] Selecting previously unselected package libedit2:amd64. [2021-02-02T00:44:33.823Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-02T00:44:33.823Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T00:44:33.823Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-02T00:44:33.824Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T00:44:33.824Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T00:44:33.824Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-02T00:44:33.824Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T00:44:33.824Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T00:44:34.085Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-02T00:44:34.085Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-02T00:44:34.085Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T00:44:34.085Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-02T00:44:34.085Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T00:44:34.085Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T00:44:34.129Z] Removing intermediate container 7bf0ef1373b2 [2021-02-02T00:44:34.129Z] ---> 526095c71a6d [2021-02-02T00:44:34.129Z] Step 6/26 : COPY go.mod . [2021-02-02T00:44:34.346Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-02T00:44:34.347Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T00:44:34.347Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T00:44:34.347Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-02T00:44:34.347Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-02T00:44:34.347Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T00:44:34.608Z] Selecting previously unselected package openssh-client. [2021-02-02T00:44:34.608Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-02T00:44:34.608Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T00:44:34.608Z] Selecting previously unselected package squashfs-tools. [2021-02-02T00:44:34.608Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-02T00:44:34.608Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T00:44:34.870Z] Selecting previously unselected package snapd. [2021-02-02T00:44:34.870Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-02T00:44:34.870Z] Unpacking snapd (2.48+18.04) ... [2021-02-02T00:44:35.114Z] ---> 2b7013279f60 [2021-02-02T00:44:35.114Z] Step 7/26 : RUN go mod download [2021-02-02T00:44:35.114Z] Removing intermediate container 981fd1a965fa [2021-02-02T00:44:35.114Z] ---> c7e291548f4b [2021-02-02T00:44:35.114Z] Step 6/31 : COPY go.mod . [2021-02-02T00:44:35.385Z] ---> Running in 9ad210db18b7 [2021-02-02T00:44:35.663Z] Removing intermediate container ccc86deac6d5 [2021-02-02T00:44:35.663Z] ---> a21f9027af09 [2021-02-02T00:44:35.663Z] Step 6/24 : COPY go.mod . [2021-02-02T00:44:35.663Z] Removing intermediate container a44e6a1dfdeb [2021-02-02T00:44:35.663Z] ---> e5f6ddf347e6 [2021-02-02T00:44:35.663Z] Step 6/22 : COPY go.mod . [2021-02-02T00:44:35.663Z] Removing intermediate container 8fb732aed710 [2021-02-02T00:44:35.663Z] ---> bb150540ddce [2021-02-02T00:44:35.663Z] Step 6/23 : COPY go.mod . [2021-02-02T00:44:36.267Z] ---> 356699fc2761 [2021-02-02T00:44:36.267Z] Step 7/31 : RUN go mod download [2021-02-02T00:44:36.568Z] ---> Running in 6a5411a5f795 [2021-02-02T00:44:36.842Z] ---> a6836cdcc826 [2021-02-02T00:44:36.843Z] Step 7/24 : RUN go mod download [2021-02-02T00:44:36.843Z] ---> 007e28299e54 [2021-02-02T00:44:36.843Z] Step 7/22 : RUN go mod download [2021-02-02T00:44:37.122Z] ---> 5c95e71ce195 [2021-02-02T00:44:37.122Z] Step 7/23 : RUN go mod download [2021-02-02T00:44:37.122Z] ---> Running in 7fd47f97bd7d [2021-02-02T00:44:37.122Z] ---> Running in 65a43f9c8c42 [2021-02-02T00:44:37.410Z] ---> Running in a23540d25bde [2021-02-02T00:44:37.424Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T00:44:37.424Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T00:44:37.685Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-02T00:44:37.947Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T00:44:37.947Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T00:44:37.947Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T00:44:37.947Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T00:44:37.947Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-02T00:44:37.947Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-02T00:44:38.888Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T00:44:38.888Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T00:44:38.888Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T00:44:38.888Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T00:44:38.888Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T00:44:38.888Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T00:44:39.396Z] Removing intermediate container 9ad210db18b7 [2021-02-02T00:44:39.396Z] ---> a1853170933d [2021-02-02T00:44:39.396Z] Step 8/26 : COPY . . [2021-02-02T00:44:39.460Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T00:44:39.460Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T00:44:39.460Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T00:44:39.460Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-02T00:44:39.721Z] running python rtupdate hooks for python3.6... [2021-02-02T00:44:39.721Z] running python post-rtupdate hooks for python3.6... [2021-02-02T00:44:39.721Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-02T00:44:40.845Z] Removing intermediate container 6a5411a5f795 [2021-02-02T00:44:40.845Z] ---> d918e3f108db [2021-02-02T00:44:40.845Z] Step 8/31 : COPY . . [2021-02-02T00:44:41.108Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-02T00:44:41.370Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T00:44:41.370Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T00:44:41.370Z] Setting up snapd (2.48+18.04) ... [2021-02-02T00:44:41.942Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-02T00:44:41.942Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-02T00:44:42.203Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-02T00:44:42.465Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-02T00:44:42.465Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T00:44:42.465Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T00:44:42.726Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-02T00:44:42.827Z] Removing intermediate container 7fd47f97bd7d [2021-02-02T00:44:42.827Z] ---> 97ce7a34908c [2021-02-02T00:44:42.827Z] Step 8/24 : COPY . . [2021-02-02T00:44:42.988Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-02T00:44:42.988Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-02T00:44:43.129Z] Removing intermediate container 65a43f9c8c42 [2021-02-02T00:44:43.129Z] ---> 0955868fed11 [2021-02-02T00:44:43.129Z] Step 8/22 : COPY . . [2021-02-02T00:44:43.248Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-02T00:44:43.411Z] Removing intermediate container a23540d25bde [2021-02-02T00:44:43.411Z] ---> 5a5dad7244c5 [2021-02-02T00:44:43.411Z] Step 8/23 : COPY . . [2021-02-02T00:44:43.508Z] /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-02T00:44:43.508Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T00:44:43.508Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T00:44:44.452Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T00:44:44.452Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T00:44:44.452Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T00:44:45.655Z] Reading package lists... [2021-02-02T00:44:45.916Z] Reading package lists... [2021-02-02T00:44:45.916Z] Building dependency tree... [2021-02-02T00:44:45.916Z] Reading state information... [2021-02-02T00:44:46.179Z] Calculating upgrade... [2021-02-02T00:44:46.179Z] The following packages will be upgraded: [2021-02-02T00:44:46.179Z] advancecomp base-files bash binutils binutils-common [2021-02-02T00:44:46.179Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-02T00:44:46.179Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-02T00:44:46.179Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-02T00:44:46.179Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-02T00:44:46.179Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-02T00:44:46.179Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-02T00:44:46.179Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-02T00:44:46.179Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-02T00:44:46.179Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-02T00:44:46.179Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-02T00:44:46.179Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-02T00:44:46.179Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-02T00:44:46.179Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-02T00:44:46.179Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-02T00:44:46.439Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T00:44:46.439Z] Need to get 63.8 MB of archives. [2021-02-02T00:44:46.439Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-02T00:44:46.439Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-02T00:44:46.439Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-02T00:44:47.010Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-02T00:44:47.010Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-02T00:44:47.010Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-02T00:44:47.010Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-02T00:44:47.010Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-02T00:44:47.010Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-02T00:44:47.010Z] 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-02T00:44:47.010Z] 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-02T00:44:47.010Z] 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-02T00:44:47.010Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-02T00:44:47.272Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-02T00:44:47.272Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-02T00:44:47.272Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-02T00:44:47.272Z] 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-02T00:44:47.272Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-02T00:44:47.272Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-02T00:44:47.272Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-02T00:44:47.272Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-02T00:44:47.272Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-02T00:44:47.272Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-02T00:44:47.272Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-02T00:44:47.272Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-02T00:44:47.272Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-02T00:44:47.532Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-02T00:44:47.532Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-02T00:44:47.532Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-02T00:44:47.532Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-02T00:44:47.532Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-02T00:44:47.532Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-02T00:44:47.532Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-02T00:44:47.532Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-02T00:44:47.532Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-02T00:44:47.532Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-02T00:44:47.532Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-02T00:44:47.532Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-02T00:44:47.532Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-02T00:44:47.532Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-02T00:44:47.532Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-02T00:44:47.532Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-02T00:44:47.532Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-02T00:44:47.532Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-02T00:44:47.532Z] Get:44 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-02T00:44:47.532Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-02T00:44:47.532Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-02T00:44:47.532Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-02T00:44:47.532Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-02T00:44:47.532Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-02T00:44:47.532Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-02T00:44:47.532Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-02T00:44:47.532Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-02T00:44:47.532Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-02T00:44:47.532Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-02T00:44:47.532Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-02T00:44:47.792Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-02T00:44:47.792Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-02T00:44:47.792Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-02T00:44:47.792Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-02T00:44:47.792Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-02T00:44:47.792Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-02T00:44:47.792Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-02T00:44:47.792Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-02T00:44:47.792Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-02T00:44:47.792Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-02T00:44:47.792Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-02T00:44:47.792Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-02T00:44:47.792Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-02T00:44:47.792Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-02T00:44:47.792Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-02T00:44:47.792Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-02T00:44:47.792Z] 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-02T00:44:47.792Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-02T00:44:47.792Z] 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-02T00:44:48.053Z] 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-02T00:44:48.054Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-02T00:44:48.054Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-02T00:44:48.054Z] 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-02T00:44:48.054Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-02T00:44:48.054Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-02T00:44:48.054Z] 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-02T00:44:48.054Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-02T00:44:48.054Z] 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-02T00:44:48.314Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-02T00:44:48.314Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-02T00:44:48.314Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-02T00:44:48.314Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-02T00:44:48.314Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-02T00:44:48.314Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-02T00:44:48.314Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-02T00:44:48.887Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-02T00:44:49.148Z] 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-02T00:44:49.148Z] 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-02T00:44:49.148Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-02T00:44:49.720Z] 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-02T00:44:49.720Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-02T00:44:49.720Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-02T00:44:49.720Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-02T00:44:49.720Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-02T00:44:49.721Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T00:44:49.721Z] Fetched 63.8 MB in 3s (19.0 MB/s) [2021-02-02T00:44:49.721Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:49.721Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T00:44:49.721Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T00:44:50.663Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T00:44:50.663Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T00:44:50.663Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-02T00:44:50.663Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-02T00:44:51.234Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:51.497Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T00:44:51.497Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:51.497Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T00:44:51.497Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:51.759Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T00:44:51.759Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:51.759Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T00:44:52.022Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:52.022Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T00:44:52.022Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:52.022Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T00:44:52.284Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:52.284Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T00:44:52.284Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:44:52.545Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T00:44:52.545Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:52.545Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-02T00:44:52.545Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:44:52.545Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T00:44:52.545Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:52.806Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T00:44:52.806Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:52.806Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T00:44:53.066Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T00:44:53.066Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T00:44:53.066Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:44:53.328Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T00:44:53.328Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T00:44:53.328Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T00:44:53.906Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T00:44:54.166Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T00:44:54.166Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-02T00:44:54.166Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-02T00:44:54.166Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-02T00:44:54.166Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-02T00:44:54.429Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-02T00:44:54.429Z] Installing new version of config file /etc/issue ... [2021-02-02T00:44:54.429Z] Installing new version of config file /etc/issue.net ... [2021-02-02T00:44:54.429Z] Installing new version of config file /etc/lsb-release ... [2021-02-02T00:44:54.429Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-02T00:44:54.691Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-02T00:44:54.691Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-02T00:44:54.691Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-02T00:44:54.953Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:54.953Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-02T00:44:54.953Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-02T00:44:55.214Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-02T00:44:55.214Z] 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-02T00:44:55.214Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:55.214Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T00:44:55.214Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-02T00:44:55.475Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-02T00:44:55.475Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:55.475Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-02T00:44:55.476Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-02T00:44:55.736Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-02T00:44:55.736Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:55.736Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-02T00:44:55.736Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T00:44:55.996Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-02T00:44:56.256Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:56.256Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T00:44:56.256Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T00:44:56.256Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T00:44:56.256Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:56.256Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T00:44:56.519Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T00:44:56.519Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-02T00:44:56.519Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:56.519Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-02T00:44:56.781Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-02T00:44:56.781Z] Setting up grep (3.1-2build1) ... [2021-02-02T00:44:56.781Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:56.781Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T00:44:57.041Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T00:44:57.041Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-02T00:44:57.302Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:57.302Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T00:44:57.302Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T00:44:57.302Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-02T00:44:57.302Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:57.302Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T00:44:57.564Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T00:44:57.825Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T00:44:57.825Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T00:44:58.086Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T00:44:58.086Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T00:44:58.658Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-02T00:44:58.658Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:44:58.658Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-02T00:44:58.658Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T00:44:59.600Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T00:44:59.860Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T00:44:59.860Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T00:44:59.860Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T00:44:59.860Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T00:45:00.121Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:00.121Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-02T00:45:00.121Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-02T00:45:00.383Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-02T00:45:00.383Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:00.383Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T00:45:00.383Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T00:45:00.383Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T00:45:00.642Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:00.642Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T00:45:00.642Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T00:45:00.642Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T00:45:00.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:00.903Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T00:45:00.903Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T00:45:00.903Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T00:45:01.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:01.163Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T00:45:01.163Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T00:45:01.163Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T00:45:01.425Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:01.425Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T00:45:01.425Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T00:45:01.425Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T00:45:01.425Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T00:45:01.688Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T00:45:01.688Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:01.688Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T00:45:01.688Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T00:45:01.966Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T00:45:01.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:01.966Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T00:45:01.967Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T00:45:02.240Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T00:45:02.240Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:02.240Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T00:45:02.240Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T00:45:02.504Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-02T00:45:02.504Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:02.504Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T00:45:02.504Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T00:45:03.085Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-02T00:45:03.346Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-02T00:45:03.606Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-02T00:45:03.606Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:03.606Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T00:45:03.606Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T00:45:03.866Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T00:45:04.128Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T00:45:04.128Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-02T00:45:04.128Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T00:45:04.128Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-02T00:45:04.390Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:04.390Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-02T00:45:04.390Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-02T00:45:04.651Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-02T00:45:04.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:04.651Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-02T00:45:04.913Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T00:45:04.913Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-02T00:45:04.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:04.913Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-02T00:45:04.913Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T00:45:05.174Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-02T00:45:05.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:05.174Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T00:45:05.174Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T00:45:05.445Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T00:45:05.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:05.445Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T00:45:05.712Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T00:45:05.712Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T00:45:05.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:05.712Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T00:45:05.973Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T00:45:06.235Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T00:45:06.496Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:06.496Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T00:45:06.496Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T00:45:06.756Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-02T00:45:06.756Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T00:45:06.756Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T00:45:06.756Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T00:45:07.016Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T00:45:07.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:07.016Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-02T00:45:07.016Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-02T00:45:07.276Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-02T00:45:07.276Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:07.276Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-02T00:45:07.276Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T00:45:07.536Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T00:45:07.797Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:07.797Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T00:45:07.797Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T00:45:07.797Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T00:45:08.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:08.059Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-02T00:45:08.059Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-02T00:45:08.059Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-02T00:45:08.321Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:08.321Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T00:45:08.321Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T00:45:08.596Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-02T00:45:08.870Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:08.870Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T00:45:08.870Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T00:45:08.870Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-02T00:45:09.132Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:09.132Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-02T00:45:09.132Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-02T00:45:09.133Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-02T00:45:09.393Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:09.393Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-02T00:45:09.393Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-02T00:45:09.393Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-02T00:45:09.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:09.654Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-02T00:45:09.654Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-02T00:45:09.654Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-02T00:45:09.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:09.914Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-02T00:45:09.914Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-02T00:45:09.914Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-02T00:45:10.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:10.174Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T00:45:10.174Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-02T00:45:10.174Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-02T00:45:10.440Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T00:45:10.440Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-02T00:45:10.440Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-02T00:45:10.440Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-02T00:45:10.440Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-02T00:45:10.440Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T00:45:10.478Z] ---> e61654faa414 [2021-02-02T00:45:10.478Z] ---> 2281b230153e [2021-02-02T00:45:10.478Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T00:45:10.478Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T00:45:10.478Z] ---> 683a773c7653 [2021-02-02T00:45:10.478Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T00:45:10.478Z] ---> b634dd685c75 [2021-02-02T00:45:10.478Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T00:45:10.478Z] ---> Running in 667cd00df93c [2021-02-02T00:45:10.478Z] ---> Running in d49f52367922 [2021-02-02T00:45:10.478Z] ---> Running in 3ec97a9831c9 [2021-02-02T00:45:10.478Z] ---> Running in bd965b3884eb [2021-02-02T00:45:10.478Z] ---> 6a1966c6ec4a [2021-02-02T00:45:10.478Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T00:45:10.478Z] ---> Running in a39ff6e9d909 [2021-02-02T00:45:10.478Z] 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-02T00:45:10.478Z] 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-02T00:45:10.478Z] 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-02T00:45:10.478Z] 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-02T00:45:10.478Z] 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-02T00:45:10.700Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T00:45:10.700Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T00:45:10.700Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T00:45:10.962Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T00:45:10.962Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T00:45:11.224Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-02T00:45:11.224Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-02T00:45:11.485Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T00:45:11.485Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-02T00:45:11.485Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T00:45:11.485Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-02T00:45:11.745Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-02T00:45:11.745Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-02T00:45:11.745Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-02T00:45:11.745Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-02T00:45:12.008Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-02T00:45:12.008Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-02T00:45:12.008Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-02T00:45:12.008Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-02T00:45:12.008Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-02T00:45:12.008Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-02T00:45:12.269Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-02T00:45:12.270Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-02T00:45:13.214Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-02T00:45:13.214Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-02T00:45:13.214Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-02T00:45:13.214Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-02T00:45:13.475Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T00:45:13.475Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T00:45:14.422Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T00:45:14.422Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T00:45:14.422Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T00:45:14.422Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T00:45:14.422Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T00:45:14.422Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T00:45:14.683Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T00:45:14.683Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T00:45:14.683Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T00:45:14.943Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T00:45:14.943Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T00:45:14.943Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T00:45:15.205Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T00:45:15.205Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T00:45:16.147Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T00:45:16.147Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T00:45:17.091Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T00:45:17.091Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T00:45:17.665Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T00:45:17.665Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T00:45:17.928Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T00:45:18.189Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T00:45:19.128Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T00:45:19.128Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T00:45:19.128Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T00:45:19.389Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T00:45:19.389Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T00:45:19.389Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T00:45:19.649Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T00:45:19.649Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T00:45:19.649Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-02T00:45:19.909Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-02T00:45:19.909Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T00:45:19.909Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T00:45:19.909Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T00:45:20.168Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T00:45:20.168Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-02T00:45:20.168Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-02T00:45:20.430Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:45:20.430Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T00:45:20.430Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:45:20.430Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:45:20.430Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:45:20.430Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-02T00:45:20.430Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-02T00:45:20.430Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-02T00:45:20.690Z] [2021-02-02T00:45:20.690Z] Current default time zone: 'Etc/UTC' [2021-02-02T00:45:20.690Z] Local time is now: Tue Feb 2 00:45:20 UTC 2021. [2021-02-02T00:45:20.690Z] Universal Time is now: Tue Feb 2 00:45:20 UTC 2021. [2021-02-02T00:45:20.690Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-02T00:45:20.690Z] [2021-02-02T00:45:20.690Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-02T00:45:20.690Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:45:20.690Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-02T00:45:20.690Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-02T00:45:20.690Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-02T00:45:20.955Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-02T00:45:20.955Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-02T00:45:20.955Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-02T00:45:20.955Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-02T00:45:20.955Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T00:45:20.955Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:45:20.955Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-02T00:45:21.217Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T00:45:21.217Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T00:45:21.217Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:45:21.217Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-02T00:45:21.217Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-02T00:45:21.217Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-02T00:45:21.217Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T00:45:21.217Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-02T00:45:21.477Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-02T00:45:21.477Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-02T00:45:21.477Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T00:45:23.389Z] Updating certificates in /etc/ssl/certs... [2021-02-02T00:45:24.333Z] 22 added, 17 removed; done. [2021-02-02T00:45:24.333Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T00:45:24.333Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T00:45:24.333Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-02T00:45:24.333Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-02T00:45:24.333Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-02T00:45:24.593Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T00:45:24.593Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T00:45:24.593Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T00:45:24.593Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T00:45:24.593Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T00:45:24.853Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T00:45:24.853Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T00:45:24.853Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-02T00:45:24.853Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-02T00:45:24.853Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-02T00:45:24.853Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-02T00:45:24.853Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-02T00:45:25.113Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T00:45:25.113Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T00:45:25.113Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-02T00:45:25.113Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-02T00:45:25.113Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-02T00:45:25.375Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T00:45:25.375Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T00:45:25.375Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-02T00:45:25.375Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T00:45:25.375Z] Updating certificates in /etc/ssl/certs... [2021-02-02T00:45:25.947Z] 0 added, 0 removed; done. [2021-02-02T00:45:25.947Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-02T00:45:25.947Z] done. [2021-02-02T00:45:26.518Z] Reading package lists... [2021-02-02T00:45:26.518Z] Building dependency tree... [2021-02-02T00:45:26.518Z] Reading state information... [2021-02-02T00:45:26.783Z] The following NEW packages will be installed: [2021-02-02T00:45:26.783Z] apt-transport-https [2021-02-02T00:45:27.045Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T00:45:27.045Z] Need to get 1696 B of archives. [2021-02-02T00:45:27.045Z] After this operation, 153 kB of additional disk space will be used. [2021-02-02T00:45:27.045Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-02T00:45:27.045Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T00:45:27.045Z] Fetched 1696 B in 0s (8553 B/s) [2021-02-02T00:45:27.045Z] Selecting previously unselected package apt-transport-https. [2021-02-02T00:45:27.045Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-02T00:45:27.045Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-02T00:45:27.045Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T00:45:27.307Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T00:45:27.574Z] Waiting for network to be ready... [2021-02-02T00:45:34.160Z] 2021-02-02T00:45:30Z INFO Waiting for automatic snapd restart... [2021-02-02T00:45:34.160Z] snapd 2.48.2 from Canonical* installed [2021-02-02T00:45:34.731Z] "snapd" switched to the "latest/stable" channel [2021-02-02T00:45:34.731Z] [2021-02-02T00:45:37.275Z] core18 20201210 from Canonical* installed [2021-02-02T00:45:37.534Z] "core18" switched to the "latest/stable" channel [2021-02-02T00:45:37.534Z] [2021-02-02T00:45:40.834Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T00:45:40.834Z] "snapcraft" switched to the "latest/stable" channel [2021-02-02T00:45:40.834Z] [2021-02-02T00:45:44.137Z] 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-02T00:45:44.137Z] - README.md [2021-02-02T00:45:44.137Z] - snapcraft.yaml.orig [2021-02-02T00:45:44.137Z] [2021-02-02T00:45:44.137Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T00:45:50.740Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T00:45:50.740Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T00:45:51.001Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T00:45:51.001Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T00:45:51.262Z] Fetched 88.7 kB in 1s (128 kB/s) [2021-02-02T00:45:52.207Z] Reading package lists... [2021-02-02T00:45:52.468Z] 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-02T00:45:59.061Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T00:45:59.061Z] Reading package lists... [2021-02-02T00:45:59.061Z] Building dependency tree... [2021-02-02T00:45:59.061Z] Reading state information... [2021-02-02T00:45:59.061Z] Suggested packages: [2021-02-02T00:45:59.061Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-02T00:45:59.061Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-02T00:45:59.061Z] Recommended packages: [2021-02-02T00:45:59.061Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-02T00:45:59.061Z] The following NEW packages will be installed: [2021-02-02T00:45:59.061Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-02T00:45:59.061Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-02T00:45:59.061Z] pkg-config zip [2021-02-02T00:45:59.061Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T00:45:59.061Z] Need to get 7655 kB of archives. [2021-02-02T00:45:59.061Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-02T00:45:59.061Z] 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-02T00:45:59.061Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-02T00:45:59.322Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-02T00:45:59.583Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-02T00:45:59.583Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-02T00:45:59.583Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-02T00:45:59.583Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-02T00:45:59.583Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-02T00:45:59.845Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-02T00:45:59.845Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-02T00:45:59.845Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-02T00:45:59.845Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-02T00:45:59.845Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-02T00:46:00.105Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-02T00:46:00.105Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-02T00:46:00.105Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T00:46:00.105Z] Fetched 7655 kB in 1s (7236 kB/s) [2021-02-02T00:46:00.367Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-02T00:46:00.368Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-02T00:46:00.368Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-02T00:46:00.368Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T00:46:00.627Z] Selecting previously unselected package libpsl5:amd64. [2021-02-02T00:46:00.627Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-02T00:46:00.627Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T00:46:00.627Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-02T00:46:00.627Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-02T00:46:00.627Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T00:46:00.627Z] Selecting previously unselected package librtmp1:amd64. [2021-02-02T00:46:00.627Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-02T00:46:00.627Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T00:46:00.892Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-02T00:46:00.892Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-02T00:46:00.892Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T00:46:00.892Z] Selecting previously unselected package liberror-perl. [2021-02-02T00:46:00.892Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-02T00:46:00.892Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-02T00:46:00.892Z] Selecting previously unselected package git-man. [2021-02-02T00:46:00.892Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-02T00:46:01.165Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T00:46:01.165Z] Selecting previously unselected package git. [2021-02-02T00:46:01.165Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-02T00:46:01.165Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T00:46:02.111Z] Selecting previously unselected package libnorm1:amd64. [2021-02-02T00:46:02.111Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-02T00:46:02.111Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T00:46:02.111Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-02T00:46:02.111Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-02T00:46:02.111Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T00:46:02.111Z] Selecting previously unselected package libsodium23:amd64. [2021-02-02T00:46:02.111Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-02T00:46:02.111Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-02T00:46:02.372Z] Selecting previously unselected package libzmq5:amd64. [2021-02-02T00:46:02.372Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T00:46:02.372Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T00:46:02.372Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-02T00:46:02.372Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T00:46:02.372Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T00:46:02.633Z] Selecting previously unselected package pkg-config. [2021-02-02T00:46:02.633Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-02T00:46:02.633Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T00:46:02.633Z] Selecting previously unselected package zip. [2021-02-02T00:46:02.633Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-02T00:46:02.633Z] Unpacking zip (3.0-11build1) ... [2021-02-02T00:46:02.894Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T00:46:02.894Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T00:46:02.894Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T00:46:02.894Z] Setting up liberror-perl (0.17025-1) ... [2021-02-02T00:46:02.894Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T00:46:02.894Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T00:46:02.894Z] No schema files found: doing nothing. [2021-02-02T00:46:02.894Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T00:46:02.894Z] Setting up zip (3.0-11build1) ... [2021-02-02T00:46:02.894Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T00:46:03.154Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-02T00:46:03.154Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T00:46:03.154Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T00:46:03.154Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T00:46:03.154Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T00:46:03.154Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T00:46:03.416Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T00:46:10.012Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T00:46:10.012Z] git set to automatically installed. [2021-02-02T00:46:10.012Z] git-man set to automatically installed. [2021-02-02T00:46:10.012Z] libcurl3-gnutls set to automatically installed. [2021-02-02T00:46:10.012Z] liberror-perl set to automatically installed. [2021-02-02T00:46:10.012Z] libglib2.0-0 set to automatically installed. [2021-02-02T00:46:10.012Z] libnghttp2-14 set to automatically installed. [2021-02-02T00:46:10.012Z] libnorm1 set to automatically installed. [2021-02-02T00:46:10.012Z] libpgm-5.2-0 set to automatically installed. [2021-02-02T00:46:10.012Z] libpsl5 set to automatically installed. [2021-02-02T00:46:10.012Z] librtmp1 set to automatically installed. [2021-02-02T00:46:10.012Z] libsodium23 set to automatically installed. [2021-02-02T00:46:10.012Z] libzmq3-dev set to automatically installed. [2021-02-02T00:46:10.012Z] libzmq5 set to automatically installed. [2021-02-02T00:46:10.012Z] pkg-config set to automatically installed. [2021-02-02T00:46:10.012Z] zip set to automatically installed. [2021-02-02T00:46:12.558Z] snapd is not logged in, snap install commands will use sudo [2021-02-02T00:46:19.147Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T00:46:19.147Z] snap "core18" has no updates available [2021-02-02T00:46:20.089Z] Pulling config-common [2021-02-02T00:46:21.031Z] Pulling go-build-helper [2021-02-02T00:46:32.331Z] 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-02T00:46:32.331Z] 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-02T00:46:44.810Z] Removing intermediate container 3ec97a9831c9 [2021-02-02T00:46:44.810Z] ---> fc9d91a1dc8b [2021-02-02T00:46:44.810Z] [2021-02-02T00:46:44.810Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T00:46:44.810Z] 3.12: Pulling from library/alpine [2021-02-02T00:46:45.803Z] Removing intermediate container 667cd00df93c [2021-02-02T00:46:45.803Z] ---> 137ac69094f8 [2021-02-02T00:46:45.803Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T00:46:46.430Z] ---> Running in 18cab1127087 [2021-02-02T00:46:46.714Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T00:46:46.714Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T00:46:46.714Z] ---> afeebe901d6b [2021-02-02T00:46:46.714Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T00:46:47.322Z] ---> Running in 1aaaa585f99f [2021-02-02T00:46:47.612Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T00:46:47.612Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T00:46:47.612Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1534 kB] [2021-02-02T00:46:47.612Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T00:46:47.612Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T00:46:47.612Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T00:46:47.613Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T00:46:47.613Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T00:46:47.613Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T00:46:47.613Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T00:46:47.613Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T00:46:47.613Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T00:46:47.613Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T00:46:47.613Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T00:46:47.613Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T00:46:47.613Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T00:46:47.613Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T00:46:47.613Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T00:46:47.613Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T00:46:47.613Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-02T00:46:47.613Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T00:46:47.613Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T00:46:47.613Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T00:46:47.613Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T00:46:47.613Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T00:46:47.613Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T00:46:47.613Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T00:46:47.613Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-02T00:46:47.613Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-02T00:46:47.613Z] Fetched 279 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-02T00:46:47.613Z] Fetched 122 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-02T00:46:47.613Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-02T00:46:47.613Z] Fetched 8848 B in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-02T00:46:47.613Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-02T00:46:47.613Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-02T00:46:47.613Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-02T00:46:47.613Z] Fetched 214 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-02T00:46:47.613Z] Fetched 155 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-02T00:46:47.613Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-02T00:46:47.613Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-02T00:46:47.613Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-02T00:46:47.613Z] Fetched 499 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-02T00:46:47.613Z] Fetched 111 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-02T00:46:47.613Z] Fetched 240 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-02T00:46:47.613Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-02T00:46:47.613Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-02T00:46:47.613Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-02T00:46:47.613Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-02T00:46:47.613Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-02T00:46:47.613Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-02T00:46:47.613Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-02T00:46:47.613Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-02T00:46:47.613Z] Fetched 8720 B in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-02T00:46:47.613Z] Fetched 137 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-02T00:46:47.613Z] Fetched 119 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-02T00:46:47.613Z] Fetched 109 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-02T00:46:47.613Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-02T00:46:47.613Z] Fetched 645 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-02T00:46:47.613Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-02T00:46:47.613Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-02T00:46:47.613Z] Fetched 368 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-02T00:46:47.613Z] Fetched 187 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-02T00:46:47.613Z] Fetched 175 kB in 0s (0 B/s) [2021-02-02T00:46:47.613Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-02T00:46:49.359Z] Removing intermediate container a39ff6e9d909 [2021-02-02T00:46:49.359Z] ---> db182c3016b8 [2021-02-02T00:46:49.359Z] [2021-02-02T00:46:49.359Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T00:46:49.359Z] ---> afeebe901d6b [2021-02-02T00:46:49.359Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T00:46:49.359Z] 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-02T00:46:49.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:46:49.691Z] ---> Running in 0ba443ad2bc7 [2021-02-02T00:46:50.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:46:50.157Z] Fetched 206 kB in 0s (0 B/s) [2021-02-02T00:46:50.157Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-02T00:46:50.157Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-02T00:46:50.157Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-02T00:46:50.157Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-02T00:46:50.157Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-02T00:46:50.157Z] Fetched 159 kB in 0s (0 B/s) [2021-02-02T00:46:50.157Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-02T00:46:50.157Z] Fetched 107 kB in 0s (0 B/s) [2021-02-02T00:46:50.157Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-02T00:46:50.157Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-02T00:46:50.157Z] Pulling static-packages [2021-02-02T00:46:50.614Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T00:46:50.730Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-02T00:46:50.730Z] Skipping pull go-build-helper (already ran) [2021-02-02T00:46:50.730Z] Skipping pull static-packages (already ran) [2021-02-02T00:46:50.730Z] Building go-build-helper [2021-02-02T00:46:50.896Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:46:50.896Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T00:46:50.896Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T00:46:50.896Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T00:46:50.896Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:46:50.896Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:46:51.177Z] OK: 7 MiB in 19 packages [2021-02-02T00:46:51.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:46:52.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:46:52.692Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T00:46:52.971Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T00:46:52.971Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:46:52.971Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:46:53.250Z] OK: 6 MiB in 16 packages [2021-02-02T00:46:54.944Z] Building static-packages [2021-02-02T00:46:55.266Z] Removing intermediate container 1aaaa585f99f [2021-02-02T00:46:55.266Z] ---> 19ebce839afb [2021-02-02T00:46:55.266Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T00:46:55.541Z] Removing intermediate container d49f52367922 [2021-02-02T00:46:55.541Z] ---> 1abd981e1691 [2021-02-02T00:46:55.541Z] [2021-02-02T00:46:55.541Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T00:46:55.541Z] ---> afeebe901d6b [2021-02-02T00:46:55.541Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T00:46:55.820Z] ---> Running in 877a73200110 [2021-02-02T00:46:56.099Z] ---> Running in 303f9589d4ab [2021-02-02T00:46:56.099Z] Removing intermediate container 18cab1127087 [2021-02-02T00:46:56.099Z] ---> 856f1a62ab24 [2021-02-02T00:46:56.099Z] [2021-02-02T00:46:56.099Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T00:46:56.334Z] Staging go-build-helper [2021-02-02T00:46:56.382Z] 20.10.0: Pulling from library/docker [2021-02-02T00:46:56.656Z] Removing intermediate container 877a73200110 [2021-02-02T00:46:56.656Z] ---> 8800e7257cad [2021-02-02T00:46:56.656Z] Step 13/24 : WORKDIR / [2021-02-02T00:46:56.657Z] Removing intermediate container 0ba443ad2bc7 [2021-02-02T00:46:56.657Z] ---> b94c4459e895 [2021-02-02T00:46:56.657Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:46:56.935Z] Removing intermediate container 303f9589d4ab [2021-02-02T00:46:56.935Z] ---> c6f56971ce43 [2021-02-02T00:46:56.935Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T00:46:56.935Z] ---> Running in d9ff8f26ae51 [2021-02-02T00:46:56.935Z] ---> Running in c2ee6b1b2d16 [2021-02-02T00:46:57.226Z] ---> Running in 079c317d8cb4 [2021-02-02T00:46:57.292Z] Staging static-packages [2021-02-02T00:46:58.234Z] Pulling go115 [2021-02-02T00:46:58.250Z] Removing intermediate container d9ff8f26ae51 [2021-02-02T00:46:58.250Z] ---> d25a9d76875c [2021-02-02T00:46:58.250Z] 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-02T00:46:58.541Z] Removing intermediate container c2ee6b1b2d16 [2021-02-02T00:46:58.541Z] ---> ba22390626e5 [2021-02-02T00:46:58.541Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T00:46:59.156Z] ---> Running in 241171b6578b [2021-02-02T00:46:59.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:46:59.188Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-02T00:46:59.188Z] Skipping pull go115 (already ran) [2021-02-02T00:46:59.188Z] Building go115 [2021-02-02T00:46:59.188Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T00:46:59.188Z] Dload Upload Total Spent Left Speed [2021-02-02T00:46:59.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:46:59.756Z] ---> 5438b91feead [2021-02-02T00:46:59.756Z] 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-02T00:47:00.062Z] Removing intermediate container 241171b6578b [2021-02-02T00:47:00.062Z] ---> 861ae03b46de [2021-02-02T00:47:00.062Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T00:47:00.341Z] ---> Running in cd10ca3591ad [2021-02-02T00:47:00.635Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T00:47:00.635Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T00:47:00.635Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:47:00.635Z] OK: 5 MiB in 16 packages [2021-02-02T00:47:01.774Z] ---> 9b9c039eb948 [2021-02-02T00:47:01.774Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T00:47:02.104Z] Removing intermediate container cd10ca3591ad [2021-02-02T00:47:02.104Z] ---> c4b99813c5f1 [2021-02-02T00:47:02.104Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:47:03.235Z] Removing intermediate container 079c317d8cb4 [2021-02-02T00:47:03.235Z] ---> 2ee178d51ead [2021-02-02T00:47:03.235Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T00:47:03.935Z] ---> 7b2cc41e0827 [2021-02-02T00:47:03.935Z] ---> 4aaa357ce667 [2021-02-02T00:47:03.935Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T00:47:03.935Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T00:47:03.935Z] ---> Running in 6ed5aef343f8 [2021-02-02T00:47:04.036Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9934k 0 0 13.6M 0 0:00:08 --:--:-- 0:00:08 13.6M 32 115M 32 37.1M 0 0 21.7M 0 0:00:05 0:00:01 0:00:04 21.6M 56 115M 56 64.9M 0 0 23.9M 0 0:00:04 0:00:02 0:00:02 23.9M 84 115M 84 97.8M 0 0 26.3M 0 0:00:04 0:00:03 0:00:01 26.3M 97 115M 97 112M 0 0 23.9M 0 0:00:04 0:00:04 --:--:-- 23.9M 100 115M 100 115M 0 0 23.4M 0 0:00:04 0:00:04 --:--:-- 25.0M [2021-02-02T00:47:04.612Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-02T00:47:04.954Z] Removing intermediate container bd965b3884eb [2021-02-02T00:47:04.954Z] ---> f24e4630e8eb [2021-02-02T00:47:04.954Z] [2021-02-02T00:47:04.954Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:47:04.954Z] ---> afeebe901d6b [2021-02-02T00:47:04.954Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:47:04.954Z] Removing intermediate container 6ed5aef343f8 [2021-02-02T00:47:04.954Z] ---> 37620260f76b [2021-02-02T00:47:04.954Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T00:47:05.962Z] ---> Running in 39bd7ce332df [2021-02-02T00:47:05.962Z] ---> Running in 898d8b99b749 [2021-02-02T00:47:06.989Z] ---> 665c84c2fc53 [2021-02-02T00:47:06.989Z] ---> 54dd47a46e9a [2021-02-02T00:47:06.989Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T00:47:06.989Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T00:47:07.279Z] Removing intermediate container 898d8b99b749 [2021-02-02T00:47:07.279Z] ---> 4782c2ce252c [2021-02-02T00:47:07.279Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T00:47:07.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:07.884Z] ---> Running in 384a6bc3e24b [2021-02-02T00:47:07.978Z] Staging go115 [2021-02-02T00:47:08.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:08.783Z] ---> bb3cb1f10c4b [2021-02-02T00:47:08.783Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T00:47:08.783Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T00:47:08.783Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:47:08.783Z] OK: 5 MiB in 15 packages [2021-02-02T00:47:09.378Z] ---> Running in 30ad8a098632 [2021-02-02T00:47:09.378Z] ---> 3927780e6864 [2021-02-02T00:47:09.378Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T00:47:10.364Z] Removing intermediate container 30ad8a098632 [2021-02-02T00:47:10.364Z] ---> fa25af83787c [2021-02-02T00:47:10.364Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:47:10.642Z] ---> Running in daae72aa047a [2021-02-02T00:47:10.917Z] ---> b1a2ecb849d1 [2021-02-02T00:47:10.917Z] 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-02T00:47:11.195Z] Removing intermediate container 39bd7ce332df [2021-02-02T00:47:11.195Z] ---> 6a8779f2c8b0 [2021-02-02T00:47:11.195Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:47:11.469Z] ---> Running in 64051f7c2248 [2021-02-02T00:47:11.469Z] Removing intermediate container daae72aa047a [2021-02-02T00:47:11.469Z] ---> b6658b87eeaf [2021-02-02T00:47:11.469Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T00:47:11.744Z] ---> Running in dae755b8b7b1 [2021-02-02T00:47:12.024Z] Removing intermediate container 384a6bc3e24b [2021-02-02T00:47:12.024Z] ---> 24b530236a7e [2021-02-02T00:47:12.024Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T00:47:12.300Z] ---> Running in f30652bd7757 [2021-02-02T00:47:12.576Z] ---> Running in e35a29a7cbca [2021-02-02T00:47:12.859Z] Removing intermediate container dae755b8b7b1 [2021-02-02T00:47:12.860Z] ---> c641c866d3e7 [2021-02-02T00:47:12.860Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T00:47:13.142Z] ---> Running in 759bdd2add22 [2021-02-02T00:47:13.142Z] Removing intermediate container f30652bd7757 [2021-02-02T00:47:13.142Z] ---> 994289a97488 [2021-02-02T00:47:13.142Z] Step 21/22 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:47:13.300Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T00:47:13.300Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T00:47:13.300Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T00:47:13.300Z] Fetched 0 B in 0s (0 B/s) [2021-02-02T00:47:13.300Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-02T00:47:13.300Z] Fetched 224 kB in 0s (0 B/s) [2021-02-02T00:47:13.300Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-02T00:47:13.300Z] Fetched 157 kB in 0s (0 B/s) [2021-02-02T00:47:13.300Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-02T00:47:13.300Z] Fetched 221 kB in 0s (0 B/s) [2021-02-02T00:47:13.300Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-02T00:47:13.300Z] Fetched 143 kB in 0s (0 B/s) [2021-02-02T00:47:13.300Z] Pulling edgex-go [2021-02-02T00:47:13.461Z] Removing intermediate container e35a29a7cbca [2021-02-02T00:47:13.461Z] ---> 27019018b916 [2021-02-02T00:47:13.461Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T00:47:13.462Z] ---> Running in 372112307f6b [2021-02-02T00:47:13.763Z] Removing intermediate container 759bdd2add22 [2021-02-02T00:47:13.763Z] ---> 0dae673b5e4c [2021-02-02T00:47:13.763Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T00:47:14.063Z] ---> Running in 1186120b77fc [2021-02-02T00:47:14.354Z] Removing intermediate container 372112307f6b [2021-02-02T00:47:14.354Z] ---> 19d86b2bd8b3 [2021-02-02T00:47:14.354Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T00:47:14.666Z] ---> Running in 7fca32d74bea [2021-02-02T00:47:14.666Z] ---> 323fa48f5201 [2021-02-02T00:47:14.666Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T00:47:14.666Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T00:47:14.786Z] Pulling version [2021-02-02T00:47:14.959Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T00:47:14.959Z] ---> eeaf43b92773 [2021-02-02T00:47:14.959Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T00:47:14.959Z] Removing intermediate container 1186120b77fc [2021-02-02T00:47:14.959Z] ---> 152a947f2765 [2021-02-02T00:47:14.959Z] Step 15/23 : WORKDIR / [2021-02-02T00:47:14.959Z] ---> Running in d9e07706d488 [2021-02-02T00:47:15.257Z] ---> Running in 41fce7875ad2 [2021-02-02T00:47:15.258Z] ---> Running in dbe2b8a9261d [2021-02-02T00:47:15.435Z] Building config-common [2021-02-02T00:47:15.560Z] Removing intermediate container 64051f7c2248 [2021-02-02T00:47:15.560Z] ---> 97d9f2cd3a59 [2021-02-02T00:47:15.560Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T00:47:15.560Z] Removing intermediate container 7fca32d74bea [2021-02-02T00:47:15.560Z] ---> 6c0be77d3a03 [2021-02-02T00:47:15.560Z] [2021-02-02T00:47:15.850Z] ---> Running in e1177ed1ccd3 [2021-02-02T00:47:16.127Z] Removing intermediate container 41fce7875ad2 [2021-02-02T00:47:16.127Z] ---> a6e6af9fded1 [2021-02-02T00:47:16.127Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:47:16.405Z] Successfully built 6c0be77d3a03 [2021-02-02T00:47:16.405Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-02T00:47:16.405Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-02-02T00:47:16.681Z] Removing intermediate container e1177ed1ccd3 [2021-02-02T00:47:16.681Z] ---> d49d93f8401e [2021-02-02T00:47:16.681Z] Step 22/24 : LABEL arch=arm64 [2021-02-02T00:47:16.681Z] ---> Running in cd5b96b79565 [2021-02-02T00:47:16.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:16.956Z] ---> 50f5492bc130 [2021-02-02T00:47:16.956Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T00:47:17.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:17.370Z] Skipping build go-build-helper (already ran) [2021-02-02T00:47:17.370Z] Skipping build static-packages (already ran) [2021-02-02T00:47:17.370Z] Skipping build go115 (already ran) [2021-02-02T00:47:17.370Z] Building edgex-go [2021-02-02T00:47:17.509Z] Removing intermediate container cd5b96b79565 [2021-02-02T00:47:17.509Z] ---> 25e6279171c7 [2021-02-02T00:47:17.509Z] Step 23/24 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:47:17.633Z] 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-02T00:47:17.792Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T00:47:17.792Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T00:47:17.793Z] Executing bash-5.0.17-r0.post-install [2021-02-02T00:47:17.793Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:47:17.793Z] OK: 12 MiB in 22 packages [2021-02-02T00:47:18.400Z] ---> Running in 54c4fa76391c [2021-02-02T00:47:19.001Z] Removing intermediate container d9e07706d488 [2021-02-02T00:47:19.001Z] ---> 1ee29bad447e [2021-02-02T00:47:19.001Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:47:19.564Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-02T00:47:19.564Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 [2021-02-02T00:47:19.564Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-02T00:47:19.564Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-02T00:47:19.564Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-02T00:47:19.564Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-02T00:47:19.606Z] Removing intermediate container 54c4fa76391c [2021-02-02T00:47:19.606Z] ---> a0f9cf764dbc [2021-02-02T00:47:19.606Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T00:47:19.606Z] ---> b82c88c1f067 [2021-02-02T00:47:19.606Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T00:47:19.832Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-02T00:47:19.832Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-02T00:47:19.832Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-02T00:47:19.832Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-02T00:47:19.832Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T00:47:19.832Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-02T00:47:19.832Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-02T00:47:19.832Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-02T00:47:19.832Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-02T00:47:19.832Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-02T00:47:19.832Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-02T00:47:19.832Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-02T00:47:19.832Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-02T00:47:19.832Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-02T00:47:19.832Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T00:47:19.832Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-02T00:47:19.832Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-02T00:47:19.832Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T00:47:19.832Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-02T00:47:19.832Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-02T00:47:19.832Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-02T00:47:19.832Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-02T00:47:19.832Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-02T00:47:19.832Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T00:47:19.832Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-02T00:47:19.832Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-02T00:47:19.879Z] ---> Running in e7274f557a7c [2021-02-02T00:47:19.879Z] ---> 67e2ff439860 [2021-02-02T00:47:19.879Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T00:47:20.099Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-02T00:47:20.099Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-02T00:47:20.099Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-02T00:47:20.099Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-02T00:47:20.099Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-02T00:47:20.361Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-02T00:47:20.361Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-02T00:47:20.361Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-02T00:47:20.474Z] Removing intermediate container dbe2b8a9261d [2021-02-02T00:47:20.474Z] ---> 88ed471cbcd5 [2021-02-02T00:47:20.474Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T00:47:20.474Z] Removing intermediate container e7274f557a7c [2021-02-02T00:47:20.474Z] ---> e86af0918d27 [2021-02-02T00:47:20.474Z] [2021-02-02T00:47:20.745Z] ---> Running in 4841eb1ad430 [2021-02-02T00:47:20.745Z] ---> 0372b5552d3a [2021-02-02T00:47:20.745Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T00:47:21.355Z] Successfully built e86af0918d27 [2021-02-02T00:47:21.355Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-02T00:47:21.355Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-02T00:47:21.355Z] ---> Running in 7ef5a4ab7f08 [2021-02-02T00:47:21.629Z] Removing intermediate container 4841eb1ad430 [2021-02-02T00:47:21.629Z] ---> b87dfec970b9 [2021-02-02T00:47:21.629Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T00:47:21.629Z] ---> 2b9c077acf0d [2021-02-02T00:47:21.629Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T00:47:21.906Z] ---> Running in 3f5772180595 [2021-02-02T00:47:21.906Z] Removing intermediate container 7ef5a4ab7f08 [2021-02-02T00:47:21.906Z] ---> 15e5f619f777 [2021-02-02T00:47:21.906Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:47:22.182Z] ---> Running in 9a509e101468 [2021-02-02T00:47:22.458Z] Removing intermediate container 3f5772180595 [2021-02-02T00:47:22.458Z] ---> 79966ae289dd [2021-02-02T00:47:22.458Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T00:47:22.458Z] ---> abed76ef1d91 [2021-02-02T00:47:22.458Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T00:47:22.733Z] ---> Running in 618054241f10 [2021-02-02T00:47:22.733Z] Removing intermediate container 9a509e101468 [2021-02-02T00:47:22.733Z] ---> cbcebf709c7f [2021-02-02T00:47:22.733Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T00:47:23.338Z] ---> Running in 629e422e222f [2021-02-02T00:47:23.609Z] Removing intermediate container 618054241f10 [2021-02-02T00:47:23.609Z] ---> 125f8e2716d0 [2021-02-02T00:47:23.610Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T00:47:23.893Z] Removing intermediate container 629e422e222f [2021-02-02T00:47:23.893Z] ---> abdbb2c3de54 [2021-02-02T00:47:23.893Z] Step 22/23 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:47:24.172Z] ---> a78aee1803b9 [2021-02-02T00:47:24.172Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T00:47:24.447Z] ---> Running in a403d25c4e6b [2021-02-02T00:47:25.067Z] ---> 8eccf3b3ff15 [2021-02-02T00:47:25.067Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T00:47:25.067Z] Removing intermediate container a403d25c4e6b [2021-02-02T00:47:25.067Z] ---> 2cb22050a829 [2021-02-02T00:47:25.067Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:47:25.340Z] ---> 5087e5424545 [2021-02-02T00:47:25.340Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T00:47:25.340Z] ---> Running in 48a0a9493a4a [2021-02-02T00:47:25.948Z] ---> Running in f1d04cc2e118 [2021-02-02T00:47:26.234Z] ---> a2854724a6bf [2021-02-02T00:47:26.234Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T00:47:26.507Z] Removing intermediate container 48a0a9493a4a [2021-02-02T00:47:26.507Z] ---> e984d3be15fc [2021-02-02T00:47:26.507Z] [2021-02-02T00:47:26.802Z] Removing intermediate container f1d04cc2e118 [2021-02-02T00:47:26.802Z] ---> 0bd62fee5c8b [2021-02-02T00:47:26.802Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T00:47:26.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-02T00:47:27.080Z] Successfully built e984d3be15fc [2021-02-02T00:47:27.360Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-02T00:47:27.360Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-02-02T00:47:27.958Z] ---> 46cde401aedd [2021-02-02T00:47:27.958Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T00:47:27.958Z] ---> 69b8e44d1367 [2021-02-02T00:47:27.958Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T00:47:27.958Z] ---> Running in 9f537b8c2369 [2021-02-02T00:47:28.557Z] ---> Running in 1d483791df15 [2021-02-02T00:47:29.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:29.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:30.313Z] 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-02T00:47:30.426Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T00:47:30.426Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T00:47:30.426Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T00:47:30.426Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T00:47:30.426Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T00:47:30.426Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T00:47:30.700Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T00:47:31.262Z] 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-02T00:47:32.176Z] Removing intermediate container 1d483791df15 [2021-02-02T00:47:32.176Z] ---> d8c7b05c2ae3 [2021-02-02T00:47:32.176Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T00:47:32.275Z] 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-02T00:47:32.786Z] ---> Running in a93c608b4af3 [2021-02-02T00:47:32.884Z] 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-02T00:47:32.885Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-02T00:47:34.188Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-02T00:47:34.188Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T00:47:34.188Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T00:47:34.195Z] Removing intermediate container a93c608b4af3 [2021-02-02T00:47:34.195Z] ---> 942db97c262b [2021-02-02T00:47:34.195Z] Step 28/31 : CMD ["gate"] [2021-02-02T00:47:34.452Z] 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-02T00:47:34.452Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-02T00:47:34.452Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-02T00:47:34.467Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T00:47:34.467Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T00:47:34.744Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T00:47:34.744Z] ---> Running in 9359e81074db [2021-02-02T00:47:34.744Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T00:47:34.744Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T00:47:34.744Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T00:47:34.744Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T00:47:35.073Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T00:47:35.073Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T00:47:35.073Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T00:47:35.073Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T00:47:35.073Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T00:47:35.073Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T00:47:35.073Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T00:47:35.073Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T00:47:35.073Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T00:47:35.393Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T00:47:35.393Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T00:47:35.393Z] Removing intermediate container 9359e81074db [2021-02-02T00:47:35.393Z] ---> 5d9f9da61df2 [2021-02-02T00:47:35.393Z] Step 29/31 : LABEL arch=arm64 [2021-02-02T00:47:35.393Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T00:47:35.700Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T00:47:35.700Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T00:47:35.700Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T00:47:35.700Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T00:47:35.700Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T00:47:35.700Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T00:47:35.700Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T00:47:35.928Z] 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-02T00:47:35.981Z] ---> Running in 31fd585a8754 [2021-02-02T00:47:36.257Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:47:36.257Z] OK: 71 MiB in 55 packages [2021-02-02T00:47:36.538Z] 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-02T00:47:36.538Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T00:47:36.543Z] Removing intermediate container 31fd585a8754 [2021-02-02T00:47:36.543Z] ---> 1346e73505b6 [2021-02-02T00:47:36.543Z] Step 30/31 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:47:37.161Z] ---> Running in df77e3e812c5 [2021-02-02T00:47:37.767Z] Removing intermediate container df77e3e812c5 [2021-02-02T00:47:37.767Z] ---> 0629c3ef0144 [2021-02-02T00:47:37.767Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T00:47:37.933Z] 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-02T00:47:38.371Z] ---> Running in 9d1bf91260d5 [2021-02-02T00:47:38.874Z] 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-02T00:47:39.362Z] Removing intermediate container 9d1bf91260d5 [2021-02-02T00:47:39.362Z] ---> 04ae8350eb36 [2021-02-02T00:47:39.362Z] [2021-02-02T00:47:39.445Z] 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-02T00:47:39.445Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-02T00:47:39.963Z] Successfully built 04ae8350eb36 [2021-02-02T00:47:39.963Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-02T00:47:39.963Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-02T00:47:40.827Z] 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-02T00:47:40.827Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-02T00:47:43.463Z] Building version [2021-02-02T00:47:45.410Z] Staging config-common [2021-02-02T00:47:45.480Z] Removing intermediate container 9f537b8c2369 [2021-02-02T00:47:45.480Z] ---> 5fed507bcf13 [2021-02-02T00:47:45.480Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T00:47:45.480Z] ---> Running in d05394dd8053 [2021-02-02T00:47:45.981Z] Skipping stage go-build-helper (already ran) [2021-02-02T00:47:45.982Z] Skipping stage static-packages (already ran) [2021-02-02T00:47:45.982Z] Skipping stage go115 (already ran) [2021-02-02T00:47:45.982Z] Staging edgex-go [2021-02-02T00:47:46.931Z] Staging version [2021-02-02T00:47:47.880Z] Priming config-common [2021-02-02T00:47:48.864Z] Priming go-build-helper [2021-02-02T00:47:49.841Z] Priming static-packages [2021-02-02T00:47:50.933Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:47:50.933Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:47:50.933Z] ---> 156047656690 [2021-02-02T00:47:50.933Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:47:50.933Z] ---> Using cache [2021-02-02T00:47:50.933Z] ---> 979d3a753c0c [2021-02-02T00:47:50.933Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:47:50.933Z] ---> Using cache [2021-02-02T00:47:50.933Z] ---> 1d9e88ec09f1 [2021-02-02T00:47:50.933Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T00:47:51.222Z] Collecting docker-compose==1.23.2 [2021-02-02T00:47:51.222Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T00:47:51.504Z] ---> Running in 89ad3e6c6d25 [2021-02-02T00:47:51.904Z] Priming go115 [2021-02-02T00:47:52.515Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T00:47:52.515Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T00:47:52.637Z] Priming edgex-go [2021-02-02T00:47:53.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:53.467Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T00:47:53.467Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T00:47:53.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:47:53.819Z] Priming version [2021-02-02T00:47:54.031Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T00:47:54.306Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T00:47:54.581Z] OK: 217 MiB in 51 packages [2021-02-02T00:47:54.772Z] 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] } [2021-02-02T00:47:56.587Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T00:47:57.573Z] Removing intermediate container 89ad3e6c6d25 [2021-02-02T00:47:57.573Z] ---> c3c06ead4260 [2021-02-02T00:47:57.573Z] Step 6/23 : COPY go.mod . [2021-02-02T00:47:57.849Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T00:47:57.849Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T00:47:58.459Z] ---> 911e6f1ec585 [2021-02-02T00:47:58.459Z] Step 7/23 : RUN go mod download [2021-02-02T00:47:58.733Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T00:47:58.733Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T00:47:58.733Z] ---> Running in 003b8ed7da3f [2021-02-02T00:47:59.335Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T00:47:59.335Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T00:48:01.329Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:48:01.329Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:48:01.329Z] ---> 156047656690 [2021-02-02T00:48:01.329Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T00:48:01.329Z] ---> Using cache [2021-02-02T00:48:01.329Z] ---> 979d3a753c0c [2021-02-02T00:48:01.329Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:48:01.329Z] ---> Using cache [2021-02-02T00:48:01.329Z] ---> 1d9e88ec09f1 [2021-02-02T00:48:01.329Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T00:48:01.605Z] ---> Running in a400361b023c [2021-02-02T00:48:02.209Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T00:48:02.209Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T00:48:02.815Z] Removing intermediate container 003b8ed7da3f [2021-02-02T00:48:02.815Z] ---> 94b0955cf7fa [2021-02-02T00:48:02.815Z] Step 8/23 : COPY . . [2021-02-02T00:48:03.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:48:03.811Z] Collecting PyYAML<4,>=3.10 [2021-02-02T00:48:03.811Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T00:48:04.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:48:05.796Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:48:05.796Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:48:05.796Z] ---> 156047656690 [2021-02-02T00:48:05.797Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T00:48:05.797Z] ---> Using cache [2021-02-02T00:48:05.797Z] ---> 979d3a753c0c [2021-02-02T00:48:05.797Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:48:05.797Z] ---> Using cache [2021-02-02T00:48:05.797Z] ---> 1d9e88ec09f1 [2021-02-02T00:48:05.797Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T00:48:05.797Z] ---> Using cache [2021-02-02T00:48:05.797Z] ---> c3c06ead4260 [2021-02-02T00:48:05.797Z] Step 6/21 : COPY go.mod . [2021-02-02T00:48:05.797Z] ---> Using cache [2021-02-02T00:48:05.797Z] ---> 911e6f1ec585 [2021-02-02T00:48:05.797Z] Step 7/21 : RUN go mod download [2021-02-02T00:48:05.797Z] ---> Using cache [2021-02-02T00:48:05.797Z] ---> 94b0955cf7fa [2021-02-02T00:48:05.797Z] Step 8/21 : COPY . . [2021-02-02T00:48:06.072Z] OK: 217 MiB in 51 packages [2021-02-02T00:48:08.102Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T00:48:08.102Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T00:48:11.525Z] Removing intermediate container a400361b023c [2021-02-02T00:48:11.525Z] ---> bbf7aa738c19 [2021-02-02T00:48:11.525Z] Step 6/23 : COPY go.mod . [2021-02-02T00:48:11.525Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T00:48:11.525Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T00:48:11.525Z] 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-02T00:48:11.525Z] Collecting idna<2.8,>=2.5 [2021-02-02T00:48:11.525Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T00:48:11.808Z] 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-02T00:48:12.411Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T00:48:12.411Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T00:48:12.689Z] ---> 67b344808bc8 [2021-02-02T00:48:12.689Z] Step 7/23 : RUN go mod download [2021-02-02T00:48:12.689Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T00:48:12.689Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T00:48:12.689Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T00:48:12.689Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T00:48:13.308Z] ---> Running in f6fd700f4545 [2021-02-02T00:48:13.933Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, cached-property, dockerpty, jsonschema, PyYAML, docopt, docker-compose [2021-02-02T00:48:14.564Z] Attempting uninstall: idna [2021-02-02T00:48:14.564Z] Found existing installation: idna 2.9 [2021-02-02T00:48:14.564Z] Uninstalling idna-2.9: [2021-02-02T00:48:14.564Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T00:48:14.564Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T00:48:14.564Z] ---> 156047656690 [2021-02-02T00:48:14.564Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T00:48:14.564Z] ---> Using cache [2021-02-02T00:48:14.564Z] ---> 979d3a753c0c [2021-02-02T00:48:14.564Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:48:14.564Z] ---> Using cache [2021-02-02T00:48:14.564Z] ---> 1d9e88ec09f1 [2021-02-02T00:48:14.564Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T00:48:14.564Z] ---> Using cache [2021-02-02T00:48:14.564Z] ---> c3c06ead4260 [2021-02-02T00:48:14.564Z] Step 6/22 : COPY go.mod . [2021-02-02T00:48:14.564Z] ---> Using cache [2021-02-02T00:48:14.564Z] ---> 911e6f1ec585 [2021-02-02T00:48:14.564Z] Step 7/22 : RUN go mod download [2021-02-02T00:48:14.564Z] ---> Using cache [2021-02-02T00:48:14.564Z] ---> 94b0955cf7fa [2021-02-02T00:48:14.564Z] Step 8/22 : COPY . . [2021-02-02T00:48:14.564Z] Successfully uninstalled idna-2.9 [2021-02-02T00:48:15.179Z] Attempting uninstall: urllib3 [2021-02-02T00:48:15.456Z] Found existing installation: urllib3 1.25.9 [2021-02-02T00:48:15.456Z] Uninstalling urllib3-1.25.9: [2021-02-02T00:48:15.456Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T00:48:16.450Z] Attempting uninstall: requests [2021-02-02T00:48:16.450Z] Found existing installation: requests 2.23.0 [2021-02-02T00:48:16.450Z] Uninstalling requests-2.23.0: [2021-02-02T00:48:16.451Z] Successfully uninstalled requests-2.23.0 [2021-02-02T00:48:20.780Z] Running setup.py install for texttable: started [2021-02-02T00:48:20.780Z] Removing intermediate container f6fd700f4545 [2021-02-02T00:48:20.780Z] ---> 8cb6c51ebfe3 [2021-02-02T00:48:20.780Z] Step 8/23 : COPY . . [2021-02-02T00:48:22.774Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T00:48:22.774Z] Running setup.py install for dockerpty: started [2021-02-02T00:48:25.450Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T00:48:26.897Z] Running setup.py install for PyYAML: started [2021-02-02T00:48:27.927Z] ---> 7429a7b6c874 [2021-02-02T00:48:27.927Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T00:48:28.548Z] ---> Running in 0892db6ebfb9 [2021-02-02T00:48:29.176Z] ---> 70f497ff1ae6 [2021-02-02T00:48:29.176Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T00:48:29.787Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T00:48:29.787Z] Running setup.py install for docopt: started [2021-02-02T00:48:30.064Z] ---> Running in fa5ea1efb0f8 [2021-02-02T00:48:30.343Z] 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-02T00:48:31.797Z] 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-02T00:48:32.778Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T00:48:34.783Z] 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-02T00:48:35.401Z] ---> 6271ee5c9f25 [2021-02-02T00:48:35.401Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T00:48:36.012Z] ---> Running in 20ba2023c7c2 [2021-02-02T00:48:38.670Z] 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-02T00:48:43.030Z] Removing intermediate container d05394dd8053 [2021-02-02T00:48:43.030Z] ---> 8e18ed481c21 [2021-02-02T00:48:43.030Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T00:48:43.030Z] ---> Running in c3545af0596c [2021-02-02T00:48:43.309Z] ---> d256dc8da98b [2021-02-02T00:48:43.309Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T00:48:43.588Z] ---> Running in b0ea53ad9e45 [2021-02-02T00:48:45.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:48:45.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:48:46.149Z] 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-02T00:48:46.754Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:48:46.754Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T00:48:46.754Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T00:48:46.754Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:48:46.754Z] OK: 71 MiB in 58 packages [2021-02-02T00:48:48.820Z] Removing intermediate container c3545af0596c [2021-02-02T00:48:48.820Z] ---> ab90613f179b [2021-02-02T00:48:48.820Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T00:48:49.106Z] ---> Running in f93715372f5d [2021-02-02T00:48:49.733Z] Removing intermediate container f93715372f5d [2021-02-02T00:48:49.733Z] ---> e9e55997d857 [2021-02-02T00:48:49.733Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:48:50.036Z] ---> Running in ce5cdbf0ad45 [2021-02-02T00:48:50.668Z] Removing intermediate container ce5cdbf0ad45 [2021-02-02T00:48:50.668Z] ---> 3d89562e8b79 [2021-02-02T00:48:50.970Z] Step 24/26 : LABEL arch=arm64 [2021-02-02T00:48:50.970Z] ---> Running in a5835cfd6831 [2021-02-02T00:48:51.595Z] Removing intermediate container a5835cfd6831 [2021-02-02T00:48:51.595Z] ---> 94ede8fc03b0 [2021-02-02T00:48:51.595Z] Step 25/26 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:48:51.878Z] ---> Running in 082af7728adc [2021-02-02T00:48:52.902Z] Removing intermediate container 082af7728adc [2021-02-02T00:48:52.902Z] ---> f66266864ff8 [2021-02-02T00:48:52.902Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T00:48:52.902Z] ---> Running in 9e87ab5031d5 [2021-02-02T00:48:53.584Z] Removing intermediate container 9e87ab5031d5 [2021-02-02T00:48:53.584Z] ---> 5d47fa4bc2c7 [2021-02-02T00:48:53.584Z] [2021-02-02T00:48:54.263Z] Successfully built 5d47fa4bc2c7 [2021-02-02T00:48:54.263Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-02T00:49:41.922Z]  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-02T00:49:57.080Z] Removing intermediate container fa5ea1efb0f8 [2021-02-02T00:49:57.080Z] ---> 95bdb13a90e5 [2021-02-02T00:49:57.080Z] [2021-02-02T00:49:57.080Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T00:49:57.080Z] ---> afeebe901d6b [2021-02-02T00:49:57.080Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T00:49:57.080Z] ---> Running in 352509644b7c [2021-02-02T00:49:58.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:49:58.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:49:59.418Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T00:49:59.697Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T00:49:59.697Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T00:49:59.697Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T00:49:59.697Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:49:59.697Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T00:49:59.977Z] OK: 7 MiB in 18 packages [2021-02-02T00:50:03.396Z] Removing intermediate container 352509644b7c [2021-02-02T00:50:03.397Z] ---> 4fbe0f723777 [2021-02-02T00:50:03.397Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T00:50:03.397Z] ---> Running in b06bb0cd04d8 [2021-02-02T00:50:03.674Z] Removing intermediate container b06bb0cd04d8 [2021-02-02T00:50:03.674Z] ---> 0f9dc02c166d [2021-02-02T00:50:03.674Z] Step 13/21 : WORKDIR /edgex [2021-02-02T00:50:03.949Z] ---> Running in 350bba7dd36d [2021-02-02T00:50:04.942Z] Removing intermediate container 350bba7dd36d [2021-02-02T00:50:04.942Z] ---> 2d38c955c847 [2021-02-02T00:50:04.942Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T00:50:06.392Z] ---> d32a48afeb0d [2021-02-02T00:50:06.392Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T00:50:08.395Z] ---> 2364615e763a [2021-02-02T00:50:08.395Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T00:50:11.828Z] ---> 4c2e4e6f4d01 [2021-02-02T00:50:11.828Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T00:50:11.828Z] ---> Running in 62815263ecec [2021-02-02T00:50:12.107Z] Removing intermediate container 0892db6ebfb9 [2021-02-02T00:50:12.107Z] ---> 45baa9e81b55 [2021-02-02T00:50:12.107Z] [2021-02-02T00:50:12.107Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:50:12.107Z] ---> afeebe901d6b [2021-02-02T00:50:12.107Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:50:12.107Z] ---> Using cache [2021-02-02T00:50:12.107Z] ---> 6a8779f2c8b0 [2021-02-02T00:50:12.107Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:50:12.107Z] ---> Using cache [2021-02-02T00:50:12.107Z] ---> c641c866d3e7 [2021-02-02T00:50:12.107Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T00:50:12.398Z] ---> Running in 0e57efb268a0 [2021-02-02T00:50:12.687Z] Removing intermediate container 62815263ecec [2021-02-02T00:50:12.687Z] ---> ef237930dbc0 [2021-02-02T00:50:12.687Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T00:50:12.974Z] ---> Running in 81398409e180 [2021-02-02T00:50:13.247Z] Removing intermediate container 0e57efb268a0 [2021-02-02T00:50:13.247Z] ---> 1619998e1e8e [2021-02-02T00:50:13.247Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T00:50:13.522Z] ---> Running in 10bfc310414b [2021-02-02T00:50:13.798Z] Removing intermediate container 81398409e180 [2021-02-02T00:50:13.798Z] ---> dfa2d448dfd0 [2021-02-02T00:50:13.798Z] Step 19/21 : LABEL arch=arm64 [2021-02-02T00:50:14.075Z] ---> Running in a21a67b0063a [2021-02-02T00:50:14.075Z] Removing intermediate container 10bfc310414b [2021-02-02T00:50:14.075Z] ---> 21ca71a30839 [2021-02-02T00:50:14.075Z] Step 15/23 : WORKDIR / [2021-02-02T00:50:14.675Z] ---> Running in 1d4278459b20 [2021-02-02T00:50:14.952Z] Removing intermediate container a21a67b0063a [2021-02-02T00:50:14.952Z] ---> b3c58c48cb8d [2021-02-02T00:50:14.952Z] Step 20/21 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:50:15.553Z] ---> Running in 9c36b6ab391e [2021-02-02T00:50:15.829Z] Removing intermediate container 1d4278459b20 [2021-02-02T00:50:15.829Z] ---> 5a52115861b5 [2021-02-02T00:50:15.829Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:50:16.448Z] Removing intermediate container 9c36b6ab391e [2021-02-02T00:50:16.448Z] ---> 0a133860cdde [2021-02-02T00:50:16.448Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T00:50:16.733Z] ---> Running in 2b7d7e32ef4b [2021-02-02T00:50:17.010Z] ---> 579582505e23 [2021-02-02T00:50:17.010Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T00:50:18.000Z] Removing intermediate container 2b7d7e32ef4b [2021-02-02T00:50:18.000Z] ---> 05e422d664cb [2021-02-02T00:50:18.000Z] [2021-02-02T00:50:18.603Z] Successfully built 05e422d664cb [2021-02-02T00:50:18.603Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-02T00:50:18.603Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 20ba2023c7c2 [2021-02-02T00:50:18.603Z] ---> 8fdd1966ad14 [2021-02-02T00:50:18.603Z] [2021-02-02T00:50:18.603Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T00:50:18.603Z] ---> afeebe901d6b [2021-02-02T00:50:18.603Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T00:50:18.603Z] ---> Using cache [2021-02-02T00:50:18.603Z] ---> 6a8779f2c8b0 [2021-02-02T00:50:18.603Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T00:50:18.603Z] ---> Using cache [2021-02-02T00:50:18.603Z] ---> c641c866d3e7 [2021-02-02T00:50:18.603Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T00:50:18.894Z] ---> df519d3c42e8 [2021-02-02T00:50:18.894Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T00:50:18.894Z] ---> Running in 6dae03fdf0b1 [2021-02-02T00:50:19.501Z] Removing intermediate container 6dae03fdf0b1 [2021-02-02T00:50:19.501Z] ---> 29ede5ddc011 [2021-02-02T00:50:19.501Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T00:50:19.501Z] ---> Running in d9d0122d7738 [2021-02-02T00:50:19.780Z] ---> 3a7d9a283977 [2021-02-02T00:50:19.780Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T00:50:20.060Z] ---> Running in 147807c990bf [2021-02-02T00:50:20.060Z] Removing intermediate container d9d0122d7738 [2021-02-02T00:50:20.060Z] ---> 8d9070f47475 [2021-02-02T00:50:20.060Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:50:20.681Z] Removing intermediate container 147807c990bf [2021-02-02T00:50:20.681Z] ---> aaefcba058d6 [2021-02-02T00:50:20.681Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:50:20.681Z] ---> Running in 71408000d434 [2021-02-02T00:50:20.975Z] ---> b8847f736ece [2021-02-02T00:50:20.975Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T00:50:21.669Z] Removing intermediate container 71408000d434 [2021-02-02T00:50:21.669Z] ---> bf89b9d87048 [2021-02-02T00:50:21.669Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T00:50:21.968Z] ---> Running in 448fe4a297ce [2021-02-02T00:50:22.626Z] ---> bd177545bc63 [2021-02-02T00:50:22.626Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T00:50:22.928Z] Removing intermediate container 448fe4a297ce [2021-02-02T00:50:22.928Z] ---> 385202df1a5e [2021-02-02T00:50:22.928Z] Step 22/23 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:50:23.290Z] ---> Running in df0d3d4dff3e [2021-02-02T00:50:23.946Z] Removing intermediate container df0d3d4dff3e [2021-02-02T00:50:23.946Z] ---> f3118a213019 [2021-02-02T00:50:23.946Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:50:23.946Z] ---> 17ee27b6750d [2021-02-02T00:50:23.946Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T00:50:23.946Z] ---> Running in 6440d1ce070e [2021-02-02T00:50:24.276Z] ---> Running in 25faeb42dc8f [2021-02-02T00:50:24.964Z] Removing intermediate container 6440d1ce070e [2021-02-02T00:50:24.964Z] ---> 8e4010cf46d5 [2021-02-02T00:50:24.964Z] [2021-02-02T00:50:24.964Z] Removing intermediate container 25faeb42dc8f [2021-02-02T00:50:24.964Z] ---> f75210586a25 [2021-02-02T00:50:24.964Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:50:24.964Z] ---> Running in 6cc618d864e8 [2021-02-02T00:50:25.270Z] Successfully built 8e4010cf46d5 [2021-02-02T00:50:25.270Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-02T00:50:25.580Z]  Building docker-core-command-go ... done Removing intermediate container 6cc618d864e8 [2021-02-02T00:50:25.580Z] ---> 58584492aa73 [2021-02-02T00:50:25.580Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T00:50:25.580Z] ---> Running in c3ec48b241d7 [2021-02-02T00:50:26.231Z] Removing intermediate container c3ec48b241d7 [2021-02-02T00:50:26.231Z] ---> 059f0f6ea2bd [2021-02-02T00:50:26.231Z] Step 21/22 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:50:26.231Z] ---> Running in c2088bae1a1c [2021-02-02T00:50:26.854Z] Removing intermediate container c2088bae1a1c [2021-02-02T00:50:26.855Z] ---> 765ac6a403f5 [2021-02-02T00:50:26.855Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T00:50:26.855Z] ---> Running in faed628c1b0f [2021-02-02T00:50:27.481Z] Removing intermediate container faed628c1b0f [2021-02-02T00:50:27.481Z] ---> d4dbe742229a [2021-02-02T00:50:27.481Z] [2021-02-02T00:50:27.763Z] Successfully built d4dbe742229a [2021-02-02T00:50:27.763Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-02T00:50:31.177Z]  Building docker-support-scheduler-go ... done Removing intermediate container b0ea53ad9e45 [2021-02-02T00:50:31.178Z] ---> 10383fa92c4c [2021-02-02T00:50:31.178Z] [2021-02-02T00:50:31.178Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T00:50:31.178Z] ---> afeebe901d6b [2021-02-02T00:50:31.178Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T00:50:31.178Z] ---> Running in b88eda3e31e0 [2021-02-02T00:50:31.771Z] Removing intermediate container b88eda3e31e0 [2021-02-02T00:50:31.772Z] ---> 46b650e0cae4 [2021-02-02T00:50:31.772Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T00:50:31.772Z] ---> Running in f61e41560cb6 [2021-02-02T00:50:32.366Z] Removing intermediate container f61e41560cb6 [2021-02-02T00:50:32.366Z] ---> 381bbfa699b3 [2021-02-02T00:50:32.366Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T00:50:32.366Z] ---> Running in 8f57e82d05b2 [2021-02-02T00:50:32.640Z] Removing intermediate container 8f57e82d05b2 [2021-02-02T00:50:32.640Z] ---> 413febade8c0 [2021-02-02T00:50:32.640Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T00:50:32.912Z] ---> Running in e4d7d6e488f6 [2021-02-02T00:50:35.521Z] Removing intermediate container e4d7d6e488f6 [2021-02-02T00:50:35.521Z] ---> 0458181c80ce [2021-02-02T00:50:35.521Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T00:50:35.521Z] ---> Running in 64820417c0b4 [2021-02-02T00:50:36.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T00:50:37.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T00:50:38.093Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T00:50:38.094Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T00:50:38.094Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T00:50:38.365Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T00:50:38.957Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T00:50:39.550Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T00:50:39.550Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T00:50:39.550Z] OK: 8 MiB in 20 packages [2021-02-02T00:50:40.976Z] Removing intermediate container 64820417c0b4 [2021-02-02T00:50:40.976Z] ---> 4f67fb832bd7 [2021-02-02T00:50:40.976Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T00:50:41.569Z] ---> 3b29d71c0d1b [2021-02-02T00:50:41.569Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T00:50:42.999Z] ---> 31a9781bce23 [2021-02-02T00:50:42.999Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T00:50:43.594Z] ---> 9d9d20203143 [2021-02-02T00:50:43.594Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T00:50:43.866Z] ---> Running in ffff488f6314 [2021-02-02T00:50:44.458Z] Removing intermediate container ffff488f6314 [2021-02-02T00:50:44.458Z] ---> 57c6682336f5 [2021-02-02T00:50:44.458Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T00:50:44.458Z] ---> Running in 87ebeb6c92b5 [2021-02-02T00:50:44.729Z] Removing intermediate container 87ebeb6c92b5 [2021-02-02T00:50:44.729Z] ---> fbe60848ebca [2021-02-02T00:50:44.729Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T00:50:45.010Z] ---> Running in 24eaf5542d37 [2021-02-02T00:50:45.601Z] Removing intermediate container 24eaf5542d37 [2021-02-02T00:50:45.601Z] ---> 43b379d902fa [2021-02-02T00:50:45.601Z] Step 22/23 : LABEL git_sha=a185bafd3ebcc171550494622307fd8cef790a8e [2021-02-02T00:50:45.601Z] ---> Running in 7c3cb51a9d22 [2021-02-02T00:50:45.875Z] Removing intermediate container 7c3cb51a9d22 [2021-02-02T00:50:45.875Z] ---> 51f9a606199a [2021-02-02T00:50:45.875Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T00:50:46.147Z] ---> Running in 19f112cd1814 [2021-02-02T00:50:46.739Z] Removing intermediate container 19f112cd1814 [2021-02-02T00:50:46.739Z] ---> f549d3510efc [2021-02-02T00:50:46.739Z] [2021-02-02T00:50:47.009Z] Successfully built f549d3510efc [2021-02-02T00:50:47.009Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-02T00:50:47.294Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-02T00:50:47.339Z] $ docker stop --time=1 a2a8ada7ad909838ea958007bff0f5ce0e5d16a04c645fe6312ebf152822f9c3 [2021-02-02T00:50:49.295Z] $ docker rm -f a2a8ada7ad909838ea958007bff0f5ce0e5d16a04c645fe6312ebf152822f9c3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T00:50:49.929Z] + + dockergrep images docker [2021-02-02T00:50:49.929Z] [2021-02-02T00:50:50.200Z] docker-core-data-go-arm64 latest f549d3510efc 4 seconds ago 21MB [2021-02-02T00:50:50.200Z] docker-support-scheduler-go-arm64 latest d4dbe742229a 23 seconds ago 16.1MB [2021-02-02T00:50:50.200Z] docker-core-command-go-arm64 latest 8e4010cf46d5 26 seconds ago 16MB [2021-02-02T00:50:50.200Z] docker-security-proxy-setup-go-arm64 latest 05e422d664cb 33 seconds ago 23.2MB [2021-02-02T00:50:50.200Z] docker-sys-mgmt-agent-go-arm64 latest 5d47fa4bc2c7 About a minute ago 300MB [2021-02-02T00:50:50.200Z] docker-security-bootstrapper-go-arm64 latest 04ae8350eb36 3 minutes ago 22.6MB [2021-02-02T00:50:50.200Z] docker-core-metadata-go-arm64 latest e984d3be15fc 3 minutes ago 17.8MB [2021-02-02T00:50:50.200Z] docker-security-secretstore-setup-go-arm64 latest e86af0918d27 3 minutes ago 23.4MB [2021-02-02T00:50:50.200Z] docker-support-notifications-go-arm64 latest 6c0be77d3a03 3 minutes ago 16MB [2021-02-02T00:50:50.200Z] 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-02T00:50:52.537Z] provisioning config files... [2021-02-02T00:50:52.548Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config2546676030759748218tmp [Pipeline] { [Pipeline] sh [2021-02-02T00:50:52.918Z] + set +x [2021-02-02T00:50:52.918Z] + curl -s https://codecov.io/bash [2021-02-02T00:50:52.918Z] + bash -s -- [2021-02-02T00:50:53.496Z] [2021-02-02T00:50:53.496Z] _____ _ [2021-02-02T00:50:53.496Z] / ____| | | [2021-02-02T00:50:53.496Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T00:50:53.496Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T00:50:53.496Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T00:50:53.496Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T00:50:53.496Z] Bash-20210129-7c25fce [2021-02-02T00:50:53.496Z] [2021-02-02T00:50:53.496Z] [2021-02-02T00:50:53.496Z] ==> git version 2.24.3 found [2021-02-02T00:50:53.497Z] ==> 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-02T00:50:53.497Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T00:50:53.497Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T00:50:53.497Z] ==> Jenkins CI detected. [2021-02-02T00:50:53.497Z] project root: . [2021-02-02T00:50:53.497Z] --> token set from env [2021-02-02T00:50:53.497Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T00:50:53.760Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T00:50:53.760Z] ==> Python coveragepy not found [2021-02-02T00:50:53.760Z] ==> Searching for coverage reports in: [2021-02-02T00:50:53.760Z] + . [2021-02-02T00:50:53.760Z] -> Found 1 reports [2021-02-02T00:50:53.760Z] ==> Detecting git/mercurial file structure [2021-02-02T00:50:53.760Z] ==> Reading reports [2021-02-02T00:50:53.760Z] + ./coverage.out bytes=574984 [2021-02-02T00:50:53.760Z] ==> Appending adjustments [2021-02-02T00:50:53.760Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T00:50:57.067Z] + Found adjustments [2021-02-02T00:50:57.067Z] ==> Gzipping contents [2021-02-02T00:50:57.067Z] 88K /tmp/codecov.6EbOmh.gz [2021-02-02T00:50:57.067Z] ==> Uploading reports [2021-02-02T00:50:57.067Z] url: https://codecov.io [2021-02-02T00:50:57.067Z] query: branch=PR-3034&commit=a185bafd3ebcc171550494622307fd8cef790a8e&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-02T00:50:57.067Z] -> Pinging Codecov [2021-02-02T00:50:57.067Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=a185bafd3ebcc171550494622307fd8cef790a8e&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-02T00:50:57.642Z] -> Uploading to [2021-02-02T00:50:57.642Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/a185bafd3ebcc171550494622307fd8cef790a8e/ddeae45d-eb29-4862-9d31-10adee5ba120.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T005057Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=88abd42d8e642a3cdccf45512fa1e080b8228d0961534a13405f76edf74dbf80 [2021-02-02T00:50:57.642Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T00:50:57.642Z] Dload Upload Total Spent Left Speed [2021-02-02T00:50:59.604Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87112 0 0 100 87112 0 70267 0:00:01 0:00:01 --:--:-- 70308 100 87112 0 0 100 87112 0 43269 0:00:02 0:00:02 --:--:-- 43274 [2021-02-02T00:50:59.604Z] curl: (22) The requested URL returned error: 503 Service Unavailable [2021-02-02T00:50:59.604Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a185bafd3ebcc171550494622307fd8cef790a8e [Pipeline] } [2021-02-02T00:50:59.621Z] 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-02T00:51:01.861Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:51:02.762Z] ---> package-listing.sh [2021-02-02T00:51:02.762Z] ++ facter osfamily [2021-02-02T00:51:02.762Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T00:51:02.762Z] + OS_FAMILY=redhat [2021-02-02T00:51:02.762Z] + workspace=/w/workspace/edgex-go/15 [2021-02-02T00:51:02.762Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T00:51:02.762Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T00:51:02.762Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T00:51:02.762Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T00:51:02.762Z] + '[' /w/workspace/edgex-go/15 ']' [2021-02-02T00:51:02.762Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T00:51:02.762Z] + case "${OS_FAMILY}" in [2021-02-02T00:51:02.762Z] + rpm -qa [2021-02-02T00:51:02.762Z] + sort [2021-02-02T00:51:08.101Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T00:51:08.101Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T00:51:08.101Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T00:51:08.101Z] + '[' /w/workspace/edgex-go/15 ']' [2021-02-02T00:51:08.101Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2021-02-02T00:51:08.101Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo [2021-02-02T00:51:08.127Z] 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T00:51:08.447Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:51:08.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T00:51:08.789Z] [2021-02-02T00:51:08.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T00:51:09.191Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T00:51:09.191Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T00:51:09.191Z] df20fa9351a1: Pulling fs layer [2021-02-02T00:51:09.191Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T00:51:09.191Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T00:51:09.191Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T00:51:09.191Z] 93b61091891f: Pulling fs layer [2021-02-02T00:51:09.191Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T00:51:09.191Z] 5e14af77c1be: Pulling fs layer [2021-02-02T00:51:09.191Z] 01666e4c0597: Pulling fs layer [2021-02-02T00:51:09.191Z] aa168da1d23b: Pulling fs layer [2021-02-02T00:51:09.191Z] 93b9cdb0e59b: Waiting [2021-02-02T00:51:09.191Z] 5e14af77c1be: Waiting [2021-02-02T00:51:09.191Z] 46f8f816bc3b: Waiting [2021-02-02T00:51:09.191Z] 93b61091891f: Waiting [2021-02-02T00:51:09.191Z] 01666e4c0597: Waiting [2021-02-02T00:51:09.191Z] aa168da1d23b: Waiting [2021-02-02T00:51:09.466Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T00:51:09.466Z] 36b3adc4ff6f: Download complete [2021-02-02T00:51:09.466Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T00:51:09.466Z] 46f8f816bc3b: Download complete [2021-02-02T00:51:09.466Z] df20fa9351a1: Verifying Checksum [2021-02-02T00:51:09.466Z] df20fa9351a1: Download complete [2021-02-02T00:51:09.466Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T00:51:09.466Z] 93b9cdb0e59b: Download complete [2021-02-02T00:51:09.466Z] 5e14af77c1be: Verifying Checksum [2021-02-02T00:51:09.466Z] 5e14af77c1be: Download complete [2021-02-02T00:51:09.740Z] 01666e4c0597: Download complete [2021-02-02T00:51:09.740Z] 93b61091891f: Verifying Checksum [2021-02-02T00:51:09.740Z] 93b61091891f: Download complete [2021-02-02T00:51:10.006Z] df20fa9351a1: Pull complete [2021-02-02T00:51:10.006Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T00:51:10.006Z] 8ad3a11d3b57: Download complete [2021-02-02T00:51:10.006Z] 36b3adc4ff6f: Pull complete [2021-02-02T00:51:10.964Z] 8ad3a11d3b57: Pull complete [2021-02-02T00:51:11.231Z] 46f8f816bc3b: Pull complete [2021-02-02T00:51:11.808Z] aa168da1d23b: Verifying Checksum [2021-02-02T00:51:11.808Z] aa168da1d23b: Download complete [2021-02-02T00:51:12.076Z] 93b61091891f: Pull complete [2021-02-02T00:51:12.341Z] 93b9cdb0e59b: Pull complete [2021-02-02T00:51:12.621Z] 5e14af77c1be: Pull complete [2021-02-02T00:51:12.622Z] 01666e4c0597: Pull complete [2021-02-02T00:51:20.887Z] aa168da1d23b: Pull complete [2021-02-02T00:51:20.887Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T00:51:20.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T00:51:20.887Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T00:51:21.097Z] prd-centos7-docker-4c-2g-24459 does not seem to be running inside a container [2021-02-02T00:51:21.149Z] $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T00:51:24.754Z] $ docker top f2a893aa108fb6ef41b53a166c77c580ce667ef22c482a6a96eeb6efbecd234f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T00:51:25.297Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T00:51:25.598Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T00:51:25.898Z] + ls /var/log/sa-host [2021-02-02T00:51:25.898Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T00:51:25.898Z] file_magic: OK [2021-02-02T00:51:25.898Z] HZ: Using current value: 100 [2021-02-02T00:51:25.898Z] file_header: OK [2021-02-02T00:51:25.898Z] 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-02T00:51:25.898Z] Statistics: [2021-02-02T00:51:25.898Z] 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... [2021-02-02T00:51:25.898Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T00:51:25.898Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T00:51:25.898Z] file_magic: OK [2021-02-02T00:51:25.898Z] HZ: Using current value: 100 [2021-02-02T00:51:25.898Z] file_header: OK [2021-02-02T00:51:25.898Z] 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-02T00:51:25.898Z] Statistics: [2021-02-02T00:51:25.898Z] Hnuu...uuuununununu... [2021-02-02T00:51:25.898Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T00:51:26.099Z] provisioning config files... [2021-02-02T00:51:26.121Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config4103063162540859120tmp [Pipeline] { [Pipeline] echo [2021-02-02T00:51:26.192Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:51:26.503Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T00:51:26.518Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T00:51:26.605Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:51:26.917Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T00:51:26.928Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:51:27.235Z] ---> sudo-logs.sh [2021-02-02T00:51:27.235Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T00:51:27.248Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:51:27.546Z] ---> job-cost.sh [2021-02-02T00:51:27.546Z] lf-activate-venv: SKIPPING [2021-02-02T00:51:27.546Z] INFO: No Stack... [2021-02-02T00:51:28.492Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T00:51:29.066Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T00:51:29.079Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T00:51:29.378Z] ---> logs-deploy.sh [2021-02-02T00:51:29.378Z] lf-activate-venv: SKIPPING [2021-02-02T00:51:29.378Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/15 [2021-02-02T00:51:29.378Z] INFO: archiving workspace using pattern(s): [2021-02-02T00:51:31.302Z] Archives upload complete. [2021-02-02T00:51:31.302Z] INFO: archiving logs to Nexus