Pull request #3128 updated 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at c250855f865f8c62af0409146ed617a84f3308da rather than 240f7e703d2000ce6844bb2fd9306a8f5c112289 Obtained Jenkinsfile from c250855f865f8c62af0409146ed617a84f3308da 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25035 in /w/workspace/edgexfoundry_edgex-go_PR-3128 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 240f7e703d2000ce6844bb2fd9306a8f5c112289 > 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/3128/head:refs/remotes/origin/PR-3128 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 240f7e703d2000ce6844bb2fd9306a8f5c112289 Checking out Revision 240f7e703d2000ce6844bb2fd9306a8f5c112289 (PR-3128) > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 Commit message: "Merge branch 'master' into issue-3126" > git rev-list --no-walk 8a6e7fc5f2816e59b04e4d2fea448129bb53b4b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T18:33:40.085Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T18:33:40.391Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T18:33:40.487Z] ========================================================= [2021-02-04T18:33:40.487Z] EdgeX Global Pipelines Version Info [2021-02-04T18:33:40.487Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:33:41.897Z] ------------------- [2021-02-04T18:33:41.897Z] stable info: [2021-02-04T18:33:41.897Z] ------------------- [2021-02-04T18:33:41.897Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T18:33:41.897Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T18:33:41.897Z] Message: update stable to v1.0.179 [2021-02-04T18:33:42.841Z] ------------------- [2021-02-04T18:33:42.841Z] experimental info: [2021-02-04T18:33:42.841Z] ------------------- [2021-02-04T18:33:42.841Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T18:33:42.841Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T18:33:42.841Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T18:33:43.098Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T18:33:43.231Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T18:33:43.313Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T18:33:43.401Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T18:33:43.484Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T18:33:43.569Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T18:33:43.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T18:33:43.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T18:33:43.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T18:33:43.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T18:33:44.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T18:33:44.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T18:33:44.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T18:33:44.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T18:33:44.375Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T18:33:44.546Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T18:33:44.628Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T18:33:44.711Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T18:33:44.794Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T18:33:44.871Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T18:33:44.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T18:33:45.032Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T18:33:45.112Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T18:33:45.218Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3128 [Pipeline] echo [2021-02-04T18:33:45.315Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3128 [Pipeline] echo [2021-02-04T18:33:45.395Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3128 [Pipeline] echo [2021-02-04T18:33:45.474Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 240f7e703d2000ce6844bb2fd9306a8f5c112289 [Pipeline] echo [2021-02-04T18:33:45.561Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 240f7e7 [Pipeline] echo [2021-02-04T18:33:45.644Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T18:33:45.888Z] provisioning config files... [2021-02-04T18:33:45.917Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1817746021253238695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:33:46.321Z] ---> docker-login.sh [2021-02-04T18:33:46.321Z] nexus3.edgexfoundry.org:10001 [2021-02-04T18:33:46.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:33:46.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:33:46.848Z] Configure a credential helper to remove this warning. See [2021-02-04T18:33:46.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:33:46.848Z] [2021-02-04T18:33:46.848Z] Login Succeeded [2021-02-04T18:33:46.848Z] nexus3.edgexfoundry.org:10002 [2021-02-04T18:33:46.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:33:46.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:33:46.848Z] Configure a credential helper to remove this warning. See [2021-02-04T18:33:46.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:33:46.848Z] [2021-02-04T18:33:46.848Z] Login Succeeded [2021-02-04T18:33:46.848Z] nexus3.edgexfoundry.org:10003 [2021-02-04T18:33:47.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:33:47.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:33:47.111Z] Configure a credential helper to remove this warning. See [2021-02-04T18:33:47.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:33:47.111Z] [2021-02-04T18:33:47.111Z] Login Succeeded [2021-02-04T18:33:47.111Z] nexus3.edgexfoundry.org:10004 [2021-02-04T18:33:47.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:33:47.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:33:47.373Z] Configure a credential helper to remove this warning. See [2021-02-04T18:33:47.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:33:47.373Z] [2021-02-04T18:33:47.373Z] Login Succeeded [2021-02-04T18:33:47.373Z] docker.io [2021-02-04T18:33:47.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:33:47.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:33:47.637Z] Configure a credential helper to remove this warning. See [2021-02-04T18:33:47.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:33:47.637Z] [2021-02-04T18:33:47.637Z] Login Succeeded [2021-02-04T18:33:47.637Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T18:33:47.648Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:33:48.148Z] ++ 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-04T18:33:48.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:33:48.148Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T18:33:48.148Z] ++ cut -d/ -f2 [2021-02-04T18:33:48.148Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T18:33:48.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:33:48.148Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T18:33:48.148Z] ++ cut -d/ -f2 [2021-02-04T18:33:48.148Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T18:33:48.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:33:48.148Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T18:33:48.148Z] ++ cut -d/ -f2 [2021-02-04T18:33:48.148Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T18:33:48.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:33:48.148Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T18:33:48.148Z] ++ cut -d/ -f2 [2021-02-04T18:33:48.148Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T18:33:48.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:33:48.148Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T18:33:48.148Z] ++ cut -d/ -f2 [2021-02-04T18:33:48.148Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T18:33:48.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:33:48.148Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T18:33:48.148Z] ++ cut -d/ -f2 [2021-02-04T18:33:48.148Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T18:33:48.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:33:48.148Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T18:33:48.148Z] ++ cut -d/ -f2 [2021-02-04T18:33:48.148Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T18:33:48.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:33:48.148Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T18:33:48.148Z] ++ cut -d/ -f2 [2021-02-04T18:33:48.148Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T18:33:48.148Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T18:33:48.148Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T18:33:48.148Z] ++ cut -d/ -f2 [2021-02-04T18:33:48.148Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T18:33:48.228Z] 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-04T18:33:49.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:33:49.054Z] [2021-02-04T18:33:49.054Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:33:49.402Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:33:49.402Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T18:33:49.402Z] 31603596830f: Pulling fs layer [2021-02-04T18:33:49.402Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T18:33:49.402Z] 6ca5941a6612: Pulling fs layer [2021-02-04T18:33:49.402Z] ecc8261a40a4: Pulling fs layer [2021-02-04T18:33:49.402Z] ecc8261a40a4: Waiting [2021-02-04T18:33:49.402Z] 2a8b12db71e7: Download complete [2021-02-04T18:33:49.670Z] ecc8261a40a4: Verifying Checksum [2021-02-04T18:33:49.670Z] ecc8261a40a4: Download complete [2021-02-04T18:33:49.670Z] 6ca5941a6612: Verifying Checksum [2021-02-04T18:33:49.670Z] 6ca5941a6612: Download complete [2021-02-04T18:33:49.670Z] 31603596830f: Verifying Checksum [2021-02-04T18:33:49.670Z] 31603596830f: Download complete [2021-02-04T18:33:50.247Z] 31603596830f: Pull complete [2021-02-04T18:33:50.247Z] 2a8b12db71e7: Pull complete [2021-02-04T18:33:51.191Z] 6ca5941a6612: Pull complete [2021-02-04T18:33:51.191Z] ecc8261a40a4: Pull complete [2021-02-04T18:33:51.191Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T18:33:51.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T18:33:51.191Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T18:33:51.292Z] prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container [2021-02-04T18:33:51.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat [2021-02-04T18:33:53.880Z] $ docker top d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T18:33:54.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:33:54.309Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:33:54.529Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:33:54.534Z] $ docker exec d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd ssh-agent [2021-02-04T18:33:54.691Z] SSH_AUTH_SOCK=/tmp/ssh-HySuLPVEZhRV/agent.12 [2021-02-04T18:33:54.691Z] SSH_AGENT_PID=17 [2021-02-04T18:33:54.704Z] Running ssh-add (command line suppressed) [2021-02-04T18:33:54.828Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5031152219728059980.key (/w/workspace/edgex-go/2@tmp/private_key_5031152219728059980.key) [2021-02-04T18:33:54.880Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:33:55.213Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T18:33:55.240Z] $ docker exec --env ******** --env ******** d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd ssh-agent -k [2021-02-04T18:33:55.351Z] unset SSH_AUTH_SOCK; [2021-02-04T18:33:55.351Z] unset SSH_AGENT_PID; [2021-02-04T18:33:55.351Z] echo Agent pid 17 killed; [2021-02-04T18:33:55.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T18:33:55.528Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T18:33:55.528Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T18:33:55.696Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T18:33:55.701Z] $ docker exec d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd ssh-agent [2021-02-04T18:33:55.865Z] SSH_AUTH_SOCK=/tmp/ssh-O06tlj02EQlx/agent.45 [2021-02-04T18:33:55.865Z] SSH_AGENT_PID=50 [2021-02-04T18:33:55.873Z] Running ssh-add (command line suppressed) [2021-02-04T18:33:55.993Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2531039412215305928.key (/w/workspace/edgex-go/2@tmp/private_key_2531039412215305928.key) [2021-02-04T18:33:56.050Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T18:33:56.382Z] + git semver init [2021-02-04T18:33:56.382Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T18:33:56.382Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-04T18:33:56.382Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-04T18:33:56.382Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T18:33:56.382Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T18:33:56.382Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T18:33:56.382Z] # $SEMVER_BRANCH = PR-3128 [2021-02-04T18:33:56.382Z] # $SEMVER_TEMP = /tmp/semver-114924146 [2021-02-04T18:33:56.382Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T18:34:18.432Z] # '/tmp/semver-114924146' -> '/w/workspace/edgex-go/2/.semver' [2021-02-04T18:34:19.380Z] # -> Force: false [2021-02-04T18:34:19.380Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-04T18:34:19.396Z] $ docker exec --env ******** --env ******** d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd ssh-agent -k [2021-02-04T18:34:19.645Z] unset SSH_AUTH_SOCK; [2021-02-04T18:34:19.645Z] unset SSH_AGENT_PID; [2021-02-04T18:34:19.645Z] echo Agent pid 50 killed; [2021-02-04T18:34:19.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T18:34:20.207Z] + git semver [Pipeline] } [2021-02-04T18:34:20.228Z] $ docker stop --time=1 d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd [2021-02-04T18:34:21.790Z] $ docker rm -f d54867601f71040ffc1e663109dc4c8f3bbca8e56b7bff5a5c4b6d45311513fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T18:34:22.301Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T18:34:22.814Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T18:34:22.817Z] [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-04T18:34:23.693Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:34:23.991Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:34:24.292Z] + sudo service docker restart [2021-02-04T18:34:24.292Z] + true [2021-02-04T18:34:24.292Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T18:34:24.886Z] ========================================================= [2021-02-04T18:34:24.886Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T18:34:24.886Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:34:25.227Z] + 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-04T18:34:29.456Z] Sending build context to Docker daemon 327.5MB [2021-02-04T18:34:29.456Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T18:34:29.456Z] Step 2/6 : FROM ${BASE} [2021-02-04T18:34:29.456Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T18:34:29.456Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T18:34:29.456Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T18:34:29.456Z] de9db76c5a1d: Pulling fs layer [2021-02-04T18:34:29.456Z] bca2f99d35d6: Pulling fs layer [2021-02-04T18:34:29.456Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T18:34:29.456Z] 7c6f9722023f: Pulling fs layer [2021-02-04T18:34:29.456Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T18:34:29.456Z] a35cf1a2eb13: Waiting [2021-02-04T18:34:29.456Z] 7c6f9722023f: Waiting [2021-02-04T18:34:29.456Z] 93359f2a8cfa: Waiting [2021-02-04T18:34:29.456Z] bca2f99d35d6: Waiting [2021-02-04T18:34:29.456Z] de9db76c5a1d: Download complete [2021-02-04T18:34:29.456Z] 0ef7d3d256c8: Download complete [2021-02-04T18:34:29.456Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T18:34:29.456Z] 93359f2a8cfa: Download complete [2021-02-04T18:34:29.456Z] 7c6f9722023f: Verifying Checksum [2021-02-04T18:34:29.456Z] 7c6f9722023f: Download complete [2021-02-04T18:34:29.456Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T18:34:29.456Z] 188c0c94c7c5: Download complete [2021-02-04T18:34:29.718Z] 188c0c94c7c5: Pull complete [2021-02-04T18:34:29.980Z] 0ef7d3d256c8: Pull complete [2021-02-04T18:34:29.980Z] de9db76c5a1d: Pull complete [2021-02-04T18:34:31.911Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T18:34:32.489Z] bca2f99d35d6: Download complete [2021-02-04T18:34:37.808Z] bca2f99d35d6: Pull complete [2021-02-04T18:34:37.808Z] 93359f2a8cfa: Pull complete [2021-02-04T18:34:37.808Z] 7c6f9722023f: Pull complete [2021-02-04T18:34:38.158Z] Still waiting to schedule task [2021-02-04T18:34:38.158Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-25037’ is offline [2021-02-04T18:34:43.137Z] a35cf1a2eb13: Pull complete [2021-02-04T18:34:43.137Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T18:34:43.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T18:34:43.403Z] ---> a62c8e92a672 [2021-02-04T18:34:43.403Z] 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-04T18:34:43.403Z] ---> Running in 823acac4011b [2021-02-04T18:34:44.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:34:44.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:34:45.504Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T18:34:46.081Z] (2/12) Installing file (5.38-r0) [2021-02-04T18:34:46.081Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T18:34:46.345Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T18:34:50.583Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T18:34:50.583Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T18:34:50.583Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T18:34:50.583Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T18:34:50.583Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T18:34:50.846Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T18:34:50.846Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T18:34:50.846Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T18:34:51.109Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:34:51.109Z] OK: 233 MiB in 51 packages [2021-02-04T18:34:55.331Z] Removing intermediate container 823acac4011b [2021-02-04T18:34:55.331Z] ---> 93c212254ca1 [2021-02-04T18:34:55.331Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T18:34:55.331Z] ---> Running in 813a798ab5cc [2021-02-04T18:34:55.331Z] Removing intermediate container 813a798ab5cc [2021-02-04T18:34:55.331Z] ---> 1e65e5f9b4cd [2021-02-04T18:34:55.331Z] Step 5/6 : COPY go.mod . [2021-02-04T18:34:55.331Z] ---> a110c54882f2 [2021-02-04T18:34:55.331Z] Step 6/6 : RUN go mod download [2021-02-04T18:34:55.331Z] ---> Running in 4a5c10ed4978 [2021-02-04T18:35:17.338Z] Removing intermediate container 4a5c10ed4978 [2021-02-04T18:35:17.338Z] ---> 57bff34a9799 [2021-02-04T18:35:17.338Z] Successfully built 57bff34a9799 [2021-02-04T18:35:17.338Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:35:17.655Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T18:35:17.655Z] . [Pipeline] withDockerContainer [2021-02-04T18:35:17.758Z] prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container [2021-02-04T18:35:17.811Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2021-02-04T18:35:19.420Z] $ docker top 4cc885c8eadf8b248fb8eb67666b761ace4f5109fcf539c7aeac9cd1f8013f0a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:35:19.944Z] + go version [2021-02-04T18:35:19.944Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T18:35:19.962Z] $ docker stop --time=1 4cc885c8eadf8b248fb8eb67666b761ace4f5109fcf539c7aeac9cd1f8013f0a [2021-02-04T18:35:21.317Z] $ docker rm -f 4cc885c8eadf8b248fb8eb67666b761ace4f5109fcf539c7aeac9cd1f8013f0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:35:22.113Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T18:35:22.113Z] . [Pipeline] withDockerContainer [2021-02-04T18:35:22.206Z] prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container [2021-02-04T18:35:22.256Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2021-02-04T18:35:23.060Z] $ docker top 3ad533426975b862549a5e705c9e8b7f158009385f00d35e7d26ae17df009086 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T18:35:23.250Z] ========================================================= [2021-02-04T18:35:23.250Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T18:35:23.250Z] ========================================================= [Pipeline] sh [2021-02-04T18:35:23.539Z] + make test [2021-02-04T18:35:23.539Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T18:35:33.574Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T18:35:48.624Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T18:35:53.966Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T18:35:53.966Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T18:35:53.966Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T18:35:53.966Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T18:35:56.555Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T18:35:56.555Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T18:35:56.555Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T18:35:56.555Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T18:35:56.555Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T18:35:56.833Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T18:35:59.414Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T18:35:59.414Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T18:35:59.414Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T18:36:01.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.0% of statements [2021-02-04T18:36:01.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T18:36:01.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T18:36:01.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T18:36:01.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T18:36:01.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T18:36:01.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T18:36:01.368Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T18:36:01.368Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.054s coverage: 100.0% of statements [2021-02-04T18:36:05.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T18:36:05.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T18:36:05.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T18:36:05.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 65.8% of statements [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T18:36:05.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.122s coverage: 82.3% of statements [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T18:36:05.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T18:36:07.579Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements [2021-02-04T18:36:07.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T18:36:07.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T18:36:07.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T18:36:07.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T18:36:07.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T18:36:07.579Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-02-04T18:36:07.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T18:36:07.579Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-02-04T18:36:07.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T18:36:07.579Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2021-02-04T18:36:07.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T18:36:07.579Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements [2021-02-04T18:36:07.579Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T18:36:08.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-02-04T18:36:08.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T18:36:08.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T18:36:08.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T18:36:08.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T18:36:10.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.430s coverage: 92.8% of statements [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T18:36:10.144Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T18:36:10.144Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T18:36:10.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T18:36:10.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 45.5% of statements [2021-02-04T18:36:10.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.046s coverage: 79.5% of statements [2021-02-04T18:36:10.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-02-04T18:36:10.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements [2021-02-04T18:36:10.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-02-04T18:36:23.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.038s coverage: 94.4% of statements [2021-02-04T18:36:23.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 68.9% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.271s coverage: 84.0% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.146s coverage: 47.0% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.036s coverage: 100.0% of statements [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T18:36:33.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T18:36:33.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.077s coverage: 87.0% of statements [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T18:36:33.306Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.673s coverage: 29.1% of statements [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T18:36:33.306Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T18:36:33.306Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T18:36:33.306Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 100.0% of statements [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T18:36:33.306Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T18:36:33.306Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T18:36:33.306Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T18:36:33.306Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T18:36:33.306Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-04T18:36:33.306Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-02-04T18:36:33.306Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-04T18:36:33.570Z] GO111MODULE=on go vet ./... [2021-02-04T18:37:00.264Z] gofmt -l . [2021-02-04T18:37:00.264Z] [ "`gofmt -l .`" = "" ] [2021-02-04T18:37:00.264Z] ./bin/test-go-mod-tidy.sh [2021-02-04T18:37:00.264Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T18:37:00.577Z] + ls -al . [2021-02-04T18:37:00.577Z] total 688 [2021-02-04T18:37:00.577Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 18:36 . [2021-02-04T18:37:00.577Z] drwxr-xr-x 4 root root 28 Feb 4 18:35 .. [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 18:33 .dockerignore [2021-02-04T18:37:00.577Z] drwxrwxr-x 8 1001 1001 179 Feb 4 18:33 .git [2021-02-04T18:37:00.577Z] drwxrwxr-x 3 1001 1001 125 Feb 4 18:33 .github [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 18:33 .gitignore [2021-02-04T18:37:00.577Z] drwx------ 3 1001 1001 60 Feb 4 18:34 .semver [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 18:33 .sonarcloud.properties [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 18:33 Attribution.txt [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 18:33 CONTRIBUTING.md [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 18:33 Dockerfile.build [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 18:33 Jenkinsfile [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 18:33 LICENSE [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 18:33 Makefile [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 18:33 README.md [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 18:33 SECURITY.md [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 18:34 VERSION [2021-02-04T18:37:00.577Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 18:33 ZMQWindows.md [2021-02-04T18:37:00.577Z] drwxrwxr-x 2 1001 1001 117 Feb 4 18:33 bin [2021-02-04T18:37:00.577Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 18:33 cmd [2021-02-04T18:37:00.577Z] -rw-r--r-- 1 root root 583066 Feb 4 18:36 coverage.out [2021-02-04T18:37:00.577Z] -rw-r--r-- 1 root root 1054 Feb 4 18:36 go.mod [2021-02-04T18:37:00.577Z] -rw-r--r-- 1 root root 19290 Feb 4 18:36 go.sum [2021-02-04T18:37:00.578Z] drwxrwxr-x 8 1001 1001 127 Feb 4 18:33 internal [2021-02-04T18:37:00.578Z] drwxrwxr-x 4 1001 1001 26 Feb 4 18:33 openapi [2021-02-04T18:37:00.578Z] drwxrwxr-x 4 1001 1001 71 Feb 4 18:33 snap [2021-02-04T18:37:00.578Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 18:33 version.go [Pipeline] sh [2021-02-04T18:37:00.884Z] + '[' -e coverage.out ] [2021-02-04T18:37:00.884Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T18:37:01.082Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T18:37:01.382Z] + make build [2021-02-04T18:37:01.382Z] 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-04T18:37:06.701Z] 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-04T18:37:13.365Z] 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-04T18:37:14.757Z] 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-04T18:37:16.154Z] 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-04T18:37:16.418Z] 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-04T18:37:17.826Z] 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-04T18:37:19.756Z] 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-04T18:37:20.336Z] 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-04T18:37:20.585Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25039 in /w/workspace/edgexfoundry_edgex-go_PR-3128 [Pipeline] { [Pipeline] ws [2021-02-04T18:37:20.640Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-04T18:37:21.742Z] 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-04T18:37:22.693Z] 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-04T18:37:23.642Z] 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-04T18:37:25.032Z] 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-04T18:37:25.746Z] using credential edgex-jenkins-ssh [2021-02-04T18:37:25.834Z] Cloning the remote Git repository [Pipeline] } [2021-02-04T18:37:26.469Z] $ docker stop --time=1 3ad533426975b862549a5e705c9e8b7f158009385f00d35e7d26ae17df009086 [2021-02-04T18:37:25.901Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T18:37:26.006Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-04T18:37:26.099Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T18:37:26.099Z] > git --version # timeout=10 [2021-02-04T18:37:26.123Z] > git --version # 'git version 2.17.1' [2021-02-04T18:37:26.125Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:37:26.198Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:37:28.160Z] $ docker rm -f 3ad533426975b862549a5e705c9e8b7f158009385f00d35e7d26ae17df009086 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:37:31.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T18:37:31.151Z] [2021-02-04T18:37:31.151Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:37:31.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T18:37:31.499Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T18:37:31.499Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T18:37:31.499Z] ca9280d653b3: Pulling fs layer [2021-02-04T18:37:31.499Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T18:37:31.762Z] cbdbe7a5bc2a: Download complete [2021-02-04T18:37:32.341Z] ca9280d653b3: Verifying Checksum [2021-02-04T18:37:32.341Z] cbdbe7a5bc2a: Pull complete [2021-02-04T18:37:33.289Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T18:37:33.289Z] 7e9c9ca2126c: Download complete [2021-02-04T18:37:33.289Z] ca9280d653b3: Pull complete [2021-02-04T18:37:39.916Z] 7e9c9ca2126c: Pull complete [2021-02-04T18:37:39.916Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T18:37:39.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T18:37:39.916Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T18:37:40.040Z] prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container [2021-02-04T18:37:40.090Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:latest cat [2021-02-04T18:37:42.016Z] $ docker top 4fc0534a81b66726e52ea1ccf92a288061315b0a6d0dd109d780cad546edd676 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:37:42.580Z] + docker-compose build --help [2021-02-04T18:37:42.580Z] + grep parallel [2021-02-04T18:37:43.531Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T18:37:43.547Z] $ docker stop --time=1 4fc0534a81b66726e52ea1ccf92a288061315b0a6d0dd109d780cad546edd676 [2021-02-04T18:37:44.905Z] $ docker rm -f 4fc0534a81b66726e52ea1ccf92a288061315b0a6d0dd109d780cad546edd676 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:37:45.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T18:37:45.535Z] . [Pipeline] withDockerContainer [2021-02-04T18:37:45.637Z] prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container [2021-02-04T18:37:45.686Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T18:37:46.380Z] $ docker top dbbe87be95616bae45fe541ed85d84a4fb21dad1c1c6ec54151bb8d216aed81d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:37:46.860Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T18:37:46.925Z] Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:37:45.987Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T18:37:46.009Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:37:46.041Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T18:37:46.079Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T18:37:46.079Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:37:46.092Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3128/head:refs/remotes/origin/PR-3128 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T18:37:46.948Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T18:37:46.970Z] > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 [2021-02-04T18:37:47.282Z] > git remote # timeout=10 [2021-02-04T18:37:47.358Z] Merge succeeded, producing 240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:37:47.359Z] Checking out Revision 240f7e703d2000ce6844bb2fd9306a8f5c112289 (PR-3128) [2021-02-04T18:37:47.806Z] Building docker-core-command-go ... [2021-02-04T18:37:47.806Z] Building docker-core-data-go ... [2021-02-04T18:37:47.806Z] Building docker-core-metadata-go ... [2021-02-04T18:37:47.806Z] Building docker-security-bootstrapper-go ... [2021-02-04T18:37:47.806Z] Building docker-security-proxy-setup-go ... [2021-02-04T18:37:47.806Z] Building docker-security-secretstore-setup-go ... [2021-02-04T18:37:47.806Z] Building docker-support-notifications-go ... [2021-02-04T18:37:47.806Z] Building docker-support-scheduler-go ... [2021-02-04T18:37:47.806Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T18:37:47.806Z] Building docker-support-notifications-go [2021-02-04T18:37:47.806Z] Building docker-security-proxy-setup-go [2021-02-04T18:37:47.806Z] Building docker-core-data-go [2021-02-04T18:37:47.806Z] Building docker-support-scheduler-go [2021-02-04T18:37:47.806Z] Building docker-security-secretstore-setup-go [2021-02-04T18:37:47.302Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T18:37:47.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:37:47.326Z] > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [2021-02-04T18:37:47.347Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T18:37:47.369Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T18:37:47.379Z] > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 [2021-02-04T18:37:51.735Z] Commit message: "Merge branch 'master' into issue-3126" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T18:37:53.195Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:37:53.632Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T18:37:53.981Z] + true [2021-02-04T18:37:53.981Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T18:37:56.037Z] provisioning config files... [2021-02-04T18:37:56.086Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1827044074996839245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:37:56.490Z] ---> docker-login.sh [2021-02-04T18:37:56.490Z] nexus3.edgexfoundry.org:10001 [2021-02-04T18:37:57.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:37:57.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:37:57.749Z] Configure a credential helper to remove this warning. See [2021-02-04T18:37:57.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:37:57.749Z] [2021-02-04T18:37:57.749Z] Login Succeeded [2021-02-04T18:37:57.749Z] nexus3.edgexfoundry.org:10002 [2021-02-04T18:37:58.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:37:58.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:37:58.298Z] Configure a credential helper to remove this warning. See [2021-02-04T18:37:58.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:37:58.298Z] [2021-02-04T18:37:58.298Z] Login Succeeded [2021-02-04T18:37:58.298Z] nexus3.edgexfoundry.org:10003 [2021-02-04T18:37:58.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:37:58.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:37:58.848Z] Configure a credential helper to remove this warning. See [2021-02-04T18:37:58.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:37:58.848Z] [2021-02-04T18:37:58.848Z] Login Succeeded [2021-02-04T18:37:58.848Z] nexus3.edgexfoundry.org:10004 [2021-02-04T18:37:59.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:37:59.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:37:59.409Z] Configure a credential helper to remove this warning. See [2021-02-04T18:37:59.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:37:59.409Z] [2021-02-04T18:37:59.409Z] Login Succeeded [2021-02-04T18:37:59.409Z] docker.io [2021-02-04T18:37:59.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T18:37:59.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T18:37:59.953Z] Configure a credential helper to remove this warning. See [2021-02-04T18:37:59.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T18:37:59.953Z] [2021-02-04T18:37:59.953Z] Login Succeeded [2021-02-04T18:37:59.953Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T18:37:59.971Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T18:38:00.478Z] ========================================================= [2021-02-04T18:38:00.478Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T18:38:00.478Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:38:00.879Z] + 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-04T18:38:03.553Z] Sending build context to Docker daemon 166.1MB [2021-02-04T18:38:03.553Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T18:38:03.553Z] Step 2/6 : FROM ${BASE} [2021-02-04T18:38:03.553Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T18:38:03.553Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T18:38:03.553Z] a4357932f1b6: Pulling fs layer [2021-02-04T18:38:03.553Z] 18c013af1878: Pulling fs layer [2021-02-04T18:38:03.553Z] 00ac8860ef70: Pulling fs layer [2021-02-04T18:38:03.553Z] 63d7cb157983: Pulling fs layer [2021-02-04T18:38:03.553Z] b116817d02f9: Pulling fs layer [2021-02-04T18:38:03.553Z] 745a02a5169b: Pulling fs layer [2021-02-04T18:38:03.553Z] 00ac8860ef70: Waiting [2021-02-04T18:38:03.553Z] 63d7cb157983: Waiting [2021-02-04T18:38:03.553Z] b116817d02f9: Waiting [2021-02-04T18:38:03.553Z] 745a02a5169b: Waiting [2021-02-04T18:38:03.553Z] 18c013af1878: Verifying Checksum [2021-02-04T18:38:03.553Z] 18c013af1878: Download complete [2021-02-04T18:38:03.553Z] a4357932f1b6: Verifying Checksum [2021-02-04T18:38:03.553Z] a4357932f1b6: Download complete [2021-02-04T18:38:03.553Z] 63d7cb157983: Verifying Checksum [2021-02-04T18:38:03.553Z] 63d7cb157983: Download complete [2021-02-04T18:38:03.828Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T18:38:03.828Z] b116817d02f9: Verifying Checksum [2021-02-04T18:38:03.828Z] b116817d02f9: Download complete [2021-02-04T18:38:04.430Z] 5f621e34cdf4: Pull complete [2021-02-04T18:38:05.035Z] a4357932f1b6: Pull complete [2021-02-04T18:38:05.309Z] 18c013af1878: Pull complete [2021-02-04T18:38:06.291Z] 745a02a5169b: Verifying Checksum [2021-02-04T18:38:06.291Z] 745a02a5169b: Download complete [2021-02-04T18:38:07.266Z] 00ac8860ef70: Download complete [2021-02-04T18:38:17.445Z] 00ac8860ef70: Pull complete [2021-02-04T18:38:17.445Z] 63d7cb157983: Pull complete [2021-02-04T18:38:17.718Z] b116817d02f9: Pull complete [2021-02-04T18:38:20.336Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:38:20.336Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:38:20.336Z] ---> 57bff34a9799 [2021-02-04T18:38:20.336Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T18:38:20.336Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:38:20.336Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:38:20.336Z] ---> 57bff34a9799 [2021-02-04T18:38:20.336Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T18:38:20.336Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:38:20.336Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:38:20.336Z] ---> 57bff34a9799 [2021-02-04T18:38:20.336Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T18:38:20.336Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:38:20.336Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:38:20.336Z] ---> 57bff34a9799 [2021-02-04T18:38:20.336Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T18:38:20.336Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:38:20.336Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:38:20.336Z] ---> 57bff34a9799 [2021-02-04T18:38:20.336Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T18:38:20.336Z] ---> Running in 35f1698fd3ff [2021-02-04T18:38:20.336Z] ---> Running in c5ed31b2d917 [2021-02-04T18:38:20.336Z] ---> Running in 7da42ae63060 [2021-02-04T18:38:20.336Z] ---> Running in 1b9e74e85ec3 [2021-02-04T18:38:20.336Z] ---> Running in 3cabf40967ef [2021-02-04T18:38:20.952Z] Removing intermediate container 35f1698fd3ff [2021-02-04T18:38:20.952Z] ---> 1a1d66b8f91e [2021-02-04T18:38:20.952Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:38:20.952Z] Removing intermediate container 7da42ae63060 [2021-02-04T18:38:20.952Z] ---> f00f2c56807e [2021-02-04T18:38:20.952Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:38:20.952Z] Removing intermediate container c5ed31b2d917 [2021-02-04T18:38:20.952Z] ---> e73ad1009a22 [2021-02-04T18:38:20.952Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:38:20.952Z] Removing intermediate container 3cabf40967ef [2021-02-04T18:38:20.952Z] ---> 5c38e3f64d41 [2021-02-04T18:38:20.952Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:38:20.952Z] Removing intermediate container 1b9e74e85ec3 [2021-02-04T18:38:20.952Z] ---> 90609e777969 [2021-02-04T18:38:20.952Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:38:20.952Z] ---> Running in b775f0272827 [2021-02-04T18:38:21.123Z] 745a02a5169b: Pull complete [2021-02-04T18:38:21.123Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T18:38:21.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T18:38:21.123Z] ---> b7e6874047d6 [2021-02-04T18:38:21.123Z] 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-04T18:38:21.217Z] ---> Running in de87d3cec58f [2021-02-04T18:38:21.217Z] ---> Running in 986687b6b5e6 [2021-02-04T18:38:21.217Z] ---> Running in 967ab5b5d1ae [2021-02-04T18:38:21.217Z] ---> Running in a624e92e0023 [2021-02-04T18:38:23.157Z] Removing intermediate container de87d3cec58f [2021-02-04T18:38:23.157Z] ---> 8cd4a0ab2627 [2021-02-04T18:38:23.157Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T18:38:23.157Z] ---> Running in 9cd12d08a176 [2021-02-04T18:38:23.157Z] Removing intermediate container 986687b6b5e6 [2021-02-04T18:38:23.157Z] ---> 3f76d8af14cf [2021-02-04T18:38:23.157Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T18:38:23.422Z] Removing intermediate container b775f0272827 [2021-02-04T18:38:23.422Z] ---> 32fe6bb37191 [2021-02-04T18:38:23.422Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T18:38:23.422Z] Removing intermediate container 967ab5b5d1ae [2021-02-04T18:38:23.422Z] ---> 138b6a354f67 [2021-02-04T18:38:23.422Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T18:38:23.685Z] ---> Running in c27dee9071d7 [2021-02-04T18:38:23.685Z] ---> Running in 5a9910a35f7c [2021-02-04T18:38:23.685Z] ---> Running in 46245ca7edbc [2021-02-04T18:38:23.685Z] Removing intermediate container a624e92e0023 [2021-02-04T18:38:23.685Z] ---> 7ffb0641c63b [2021-02-04T18:38:23.685Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T18:38:23.948Z] ---> Running in 9a784d78b93f [2021-02-04T18:38:24.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:38:24.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:38:24.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:38:24.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:38:24.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:38:24.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:38:25.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:38:25.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:38:25.273Z] OK: 233 MiB in 51 packages [2021-02-04T18:38:25.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:38:25.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:38:25.442Z] ---> Running in 2ee8249b5ca3 [2021-02-04T18:38:25.537Z] OK: 233 MiB in 51 packages [2021-02-04T18:38:25.805Z] Removing intermediate container 9cd12d08a176 [2021-02-04T18:38:25.805Z] ---> 7be0a529f888 [2021-02-04T18:38:25.805Z] Step 6/21 : COPY go.mod . [2021-02-04T18:38:25.805Z] OK: 233 MiB in 51 packages [2021-02-04T18:38:25.805Z] OK: 233 MiB in 51 packages [2021-02-04T18:38:25.805Z] OK: 233 MiB in 51 packages [2021-02-04T18:38:26.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:38:26.070Z] Removing intermediate container c27dee9071d7 [2021-02-04T18:38:26.070Z] ---> c85abf253d0f [2021-02-04T18:38:26.070Z] Step 6/22 : COPY go.mod . [2021-02-04T18:38:26.070Z] ---> 0e8be161ed9a [2021-02-04T18:38:26.070Z] Step 7/21 : RUN go mod download [2021-02-04T18:38:26.070Z] ---> Running in ba06bde9811d [2021-02-04T18:38:26.332Z] ---> edd4abafdfde [2021-02-04T18:38:26.332Z] Step 7/22 : RUN go mod download [2021-02-04T18:38:26.332Z] ---> Running in af49c5ffa678 [2021-02-04T18:38:26.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:38:26.904Z] Removing intermediate container 9a784d78b93f [2021-02-04T18:38:26.905Z] ---> 247ea06004eb [2021-02-04T18:38:26.905Z] Step 6/24 : COPY go.mod . [2021-02-04T18:38:27.174Z] Removing intermediate container 46245ca7edbc [2021-02-04T18:38:27.174Z] ---> 3de30022ac78 [2021-02-04T18:38:27.174Z] Step 6/23 : COPY go.mod . [2021-02-04T18:38:27.174Z] Removing intermediate container 5a9910a35f7c [2021-02-04T18:38:27.174Z] ---> 9d1d0308f9a6 [2021-02-04T18:38:27.174Z] Step 6/22 : COPY go.mod . [2021-02-04T18:38:27.235Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T18:38:27.438Z] ---> 45a179d1c0dc [2021-02-04T18:38:27.438Z] Step 7/24 : RUN go mod download [2021-02-04T18:38:27.438Z] ---> Running in 09099248a3e2 [2021-02-04T18:38:27.507Z] (2/12) Installing file (5.38-r0) [2021-02-04T18:38:27.507Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T18:38:27.702Z] ---> d9eedc9e50cf [2021-02-04T18:38:27.702Z] Step 7/23 : RUN go mod download [2021-02-04T18:38:27.778Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T18:38:27.975Z] ---> Running in 67f26ef4b1f8 [2021-02-04T18:38:27.975Z] ---> ee3c0cdbcea4 [2021-02-04T18:38:27.975Z] Step 7/22 : RUN go mod download [2021-02-04T18:38:27.975Z] ---> Running in 6ccab999b433 [2021-02-04T18:38:28.928Z] Removing intermediate container ba06bde9811d [2021-02-04T18:38:28.928Z] ---> 3575c32bd22d [2021-02-04T18:38:28.928Z] Step 8/21 : COPY . . [2021-02-04T18:38:29.190Z] Removing intermediate container af49c5ffa678 [2021-02-04T18:38:29.190Z] ---> 47a36875a01a [2021-02-04T18:38:29.190Z] Step 8/22 : COPY . . [2021-02-04T18:38:30.384Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T18:38:30.384Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T18:38:30.384Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T18:38:30.657Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T18:38:30.657Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T18:38:30.657Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T18:38:30.932Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T18:38:30.932Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T18:38:31.207Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:38:31.207Z] OK: 217 MiB in 51 packages [2021-02-04T18:38:31.776Z] Removing intermediate container 09099248a3e2 [2021-02-04T18:38:31.776Z] ---> efe7ce42a96a [2021-02-04T18:38:31.776Z] Step 8/24 : COPY . . [2021-02-04T18:38:35.546Z] Removing intermediate container 2ee8249b5ca3 [2021-02-04T18:38:35.546Z] ---> a4a20af8d968 [2021-02-04T18:38:35.546Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T18:38:35.546Z] ---> Running in ebc4d7c6cfa4 [2021-02-04T18:38:35.823Z] Removing intermediate container ebc4d7c6cfa4 [2021-02-04T18:38:35.823Z] ---> abac02ea6fd8 [2021-02-04T18:38:35.823Z] Step 5/6 : COPY go.mod . [2021-02-04T18:38:36.424Z] ---> f59b48f5c4a6 [2021-02-04T18:38:36.424Z] Step 6/6 : RUN go mod download [2021-02-04T18:38:36.702Z] ---> Running in 4cb4335a8f0f [2021-02-04T18:38:37.100Z] Removing intermediate container 67f26ef4b1f8 [2021-02-04T18:38:37.100Z] ---> 8d16174095aa [2021-02-04T18:38:37.100Z] Step 8/23 : COPY . . [2021-02-04T18:38:38.064Z] Removing intermediate container 6ccab999b433 [2021-02-04T18:38:38.064Z] ---> bd36c2531044 [2021-02-04T18:38:38.064Z] Step 8/22 : COPY . . [2021-02-04T18:39:03.526Z] Removing intermediate container 4cb4335a8f0f [2021-02-04T18:39:03.526Z] ---> a62581f503dc [2021-02-04T18:39:03.526Z] Successfully built a62581f503dc [2021-02-04T18:39:03.526Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:39:03.874Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T18:39:03.874Z] . [Pipeline] withDockerContainer [2021-02-04T18:39:04.155Z] prd-ubuntu18.04-docker-arm64-4c-16g-25039 does not seem to be running inside a container [2021-02-04T18:39:04.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04T18:39:05.752Z] $ docker top 5c7bfa2d73a183d494dc78c2dab9d018dfbb29329e42329a75e5cad5b9d941d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:39:06.721Z] + go version [2021-02-04T18:39:06.721Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T18:39:06.747Z] $ docker stop --time=1 5c7bfa2d73a183d494dc78c2dab9d018dfbb29329e42329a75e5cad5b9d941d3 [2021-02-04T18:39:08.590Z] $ docker rm -f 5c7bfa2d73a183d494dc78c2dab9d018dfbb29329e42329a75e5cad5b9d941d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:39:09.619Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T18:39:09.619Z] . [Pipeline] withDockerContainer [2021-02-04T18:39:09.881Z] prd-ubuntu18.04-docker-arm64-4c-16g-25039 does not seem to be running inside a container [2021-02-04T18:39:09.963Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04T18:39:11.285Z] $ docker top 1e2812f3317ff47dd1a06a6b48da014abbb25a680ffbbb583a1c2aeec9d1c042 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T18:39:11.638Z] ========================================================= [2021-02-04T18:39:11.638Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T18:39:11.638Z] ========================================================= [Pipeline] sh [2021-02-04T18:39:12.285Z] + make test [2021-02-04T18:39:12.286Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T18:39:17.176Z] ---> cfa58edfc5e0 [2021-02-04T18:39:17.177Z] ---> 60d086a54ffb [2021-02-04T18:39:17.177Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T18:39:17.177Z] [2021-02-04T18:39:17.177Z] ---> c6703fb7be87 [2021-02-04T18:39:17.177Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T18:39:17.177Z] ---> 1b253588ccb8 [2021-02-04T18:39:17.177Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T18:39:17.177Z] ---> Running in 45d6fe74a134 [2021-02-04T18:39:17.177Z] ---> Running in a65719320baf [2021-02-04T18:39:17.177Z] ---> Running in e6199665fca0 [2021-02-04T18:39:17.177Z] ---> Running in 473e5257b32d [2021-02-04T18:39:17.177Z] ---> cdb583ed1294 [2021-02-04T18:39:17.177Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T18:39:17.177Z] ---> Running in 662c87d723ca [2021-02-04T18:39:17.177Z] 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-04T18:39:17.177Z] 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-04T18:39:17.177Z] 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-04T18:39:17.177Z] 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-04T18:39:17.177Z] 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-04T18:39:34.484Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T18:39:44.096Z] 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-04T18:39:44.096Z] 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-04T18:39:54.212Z] Removing intermediate container a65719320baf [2021-02-04T18:39:54.212Z] ---> faeb27df90b1 [2021-02-04T18:39:54.212Z] [2021-02-04T18:39:54.212Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T18:39:54.212Z] 3.12: Pulling from library/alpine [2021-02-04T18:39:54.497Z] Removing intermediate container 45d6fe74a134 [2021-02-04T18:39:54.497Z] ---> ab8e77d27205 [2021-02-04T18:39:54.497Z] [2021-02-04T18:39:54.497Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T18:39:54.497Z] Removing intermediate container e6199665fca0 [2021-02-04T18:39:54.497Z] ---> a6b5c22b66ce [2021-02-04T18:39:54.497Z] [2021-02-04T18:39:54.497Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T18:39:54.497Z] Removing intermediate container 473e5257b32d [2021-02-04T18:39:54.497Z] ---> a4a348f9f466 [2021-02-04T18:39:54.497Z] [2021-02-04T18:39:54.497Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T18:39:54.497Z] 3.12: Pulling from library/alpine [2021-02-04T18:39:54.497Z] 3.12: Pulling from library/alpine [2021-02-04T18:39:54.497Z] 3.12: Pulling from library/alpine [2021-02-04T18:39:54.760Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T18:39:54.760Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T18:39:54.760Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T18:39:54.760Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T18:39:54.760Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T18:39:54.760Z] Status: Image is up to date for alpine:3.12 [2021-02-04T18:39:54.760Z] ---> 389fef711851 [2021-02-04T18:39:54.760Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T18:39:54.760Z] ---> 389fef711851 [2021-02-04T18:39:54.760Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T18:39:54.760Z] Status: Image is up to date for alpine:3.12 [2021-02-04T18:39:54.760Z] ---> 389fef711851 [2021-02-04T18:39:54.760Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T18:39:54.760Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T18:39:54.760Z] ---> 389fef711851 [2021-02-04T18:39:54.760Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T18:39:56.680Z] ---> Running in 96de1485b4f6 [2021-02-04T18:39:56.680Z] ---> Running in 1c8d1344e5f6 [2021-02-04T18:39:56.680Z] ---> Running in 197026cc0cd0 [2021-02-04T18:39:56.680Z] ---> Running in 110ee999750f [2021-02-04T18:39:56.948Z] Removing intermediate container 662c87d723ca [2021-02-04T18:39:56.948Z] ---> cb482e92bf4d [2021-02-04T18:39:56.948Z] [2021-02-04T18:39:56.948Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T18:39:56.948Z] ---> 389fef711851 [2021-02-04T18:39:56.948Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T18:39:57.214Z] ---> Running in 4ea84c5a104e [2021-02-04T18:39:57.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:39:57.489Z] Removing intermediate container 4ea84c5a104e [2021-02-04T18:39:57.489Z] ---> c1104b04d9c7 [2021-02-04T18:39:57.489Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T18:39:57.489Z] ---> Running in 9f869023adde [2021-02-04T18:39:57.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:39:57.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:39:57.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:39:57.762Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T18:39:57.762Z] Removing intermediate container 9f869023adde [2021-02-04T18:39:57.762Z] ---> 4835f883ea65 [2021-02-04T18:39:57.762Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T18:39:57.762Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T18:39:57.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:39:57.762Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T18:39:57.762Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T18:39:57.762Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T18:39:57.762Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:39:57.762Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T18:39:57.762Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T18:39:57.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:39:58.025Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:39:58.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:39:58.025Z] OK: 6 MiB in 15 packages [2021-02-04T18:39:58.025Z] OK: 7 MiB in 19 packages [2021-02-04T18:39:58.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:39:58.025Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T18:39:58.025Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T18:39:58.025Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T18:39:58.025Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T18:39:58.025Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:39:58.025Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T18:39:58.025Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T18:39:58.289Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T18:39:58.289Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:39:58.289Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T18:39:58.289Z] OK: 7 MiB in 18 packages [2021-02-04T18:39:58.289Z] OK: 6 MiB in 16 packages [2021-02-04T18:39:59.682Z] ---> Running in 64058d6bdab2 [2021-02-04T18:39:59.682Z] Removing intermediate container 64058d6bdab2 [2021-02-04T18:39:59.682Z] ---> b8cc1c8bab61 [2021-02-04T18:39:59.682Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:40:00.256Z] ---> Running in 9b682d07ff03 [2021-02-04T18:40:00.256Z] Removing intermediate container 1c8d1344e5f6 [2021-02-04T18:40:00.256Z] ---> 49baebab10c7 [2021-02-04T18:40:00.256Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T18:40:00.518Z] Removing intermediate container 96de1485b4f6 [2021-02-04T18:40:00.518Z] ---> d5f70cf9f077 [2021-02-04T18:40:00.518Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T18:40:01.100Z] ---> Running in b9c504675721 [2021-02-04T18:40:01.100Z] ---> Running in 42055438ef5f [2021-02-04T18:40:01.369Z] Removing intermediate container 197026cc0cd0 [2021-02-04T18:40:01.369Z] ---> 5e4a6fa44a14 [2021-02-04T18:40:01.369Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T18:40:01.646Z] Removing intermediate container 110ee999750f [2021-02-04T18:40:01.646Z] ---> 19942d524840 [2021-02-04T18:40:01.646Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T18:40:01.917Z] ---> Running in 4950899666df [2021-02-04T18:40:01.917Z] ---> Running in 172db2f1259f [2021-02-04T18:40:01.917Z] Removing intermediate container 42055438ef5f [2021-02-04T18:40:01.917Z] ---> 093b6d23cc29 [2021-02-04T18:40:01.917Z] Step 13/24 : WORKDIR / [2021-02-04T18:40:01.917Z] Removing intermediate container b9c504675721 [2021-02-04T18:40:01.917Z] ---> 120a41c3756c [2021-02-04T18:40:01.917Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T18:40:02.181Z] ---> Running in 44be5d457690 [2021-02-04T18:40:02.181Z] ---> Running in f533a8901886 [2021-02-04T18:40:02.445Z] Removing intermediate container 172db2f1259f [2021-02-04T18:40:02.445Z] ---> 4331e5b02ac1 [2021-02-04T18:40:02.445Z] Step 13/21 : WORKDIR /edgex [2021-02-04T18:40:02.445Z] Removing intermediate container 4950899666df [2021-02-04T18:40:02.445Z] ---> df6f7802728e [2021-02-04T18:40:02.445Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T18:40:02.445Z] ---> Running in 7c8c68ac3b57 [2021-02-04T18:40:02.710Z] ---> Running in 22c5880777ea [2021-02-04T18:40:02.710Z] Removing intermediate container 44be5d457690 [2021-02-04T18:40:02.710Z] ---> ad549c6626e7 [2021-02-04T18:40:02.710Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T18:40:02.710Z] Removing intermediate container f533a8901886 [2021-02-04T18:40:02.710Z] ---> 4cfc1b05645b [2021-02-04T18:40:02.710Z] 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-04T18:40:02.710Z] Removing intermediate container 9b682d07ff03 [2021-02-04T18:40:02.710Z] ---> 06d0bb0912c9 [2021-02-04T18:40:02.710Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T18:40:02.710Z] ---> Running in ae1aac3f304c [2021-02-04T18:40:02.971Z] ---> Running in 90c6841e0a22 [2021-02-04T18:40:02.971Z] Removing intermediate container 7c8c68ac3b57 [2021-02-04T18:40:02.971Z] ---> 47340ec9d3f8 [2021-02-04T18:40:02.971Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T18:40:03.243Z] Removing intermediate container 22c5880777ea [2021-02-04T18:40:03.243Z] ---> 4eb2f82b8044 [2021-02-04T18:40:03.243Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T18:40:03.243Z] Removing intermediate container ae1aac3f304c [2021-02-04T18:40:03.243Z] ---> 1650f94c9d87 [2021-02-04T18:40:03.243Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:40:03.243Z] ---> fa7ed631e9da [2021-02-04T18:40:03.243Z] 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-04T18:40:03.510Z] ---> Running in 018c24b8cae4 [2021-02-04T18:40:03.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:40:03.780Z] ---> 0830e8fdd4ad [2021-02-04T18:40:03.780Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T18:40:03.780Z] Removing intermediate container 018c24b8cae4 [2021-02-04T18:40:03.780Z] ---> 083665079374 [2021-02-04T18:40:03.780Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:40:03.780Z] ---> c5b808cf42fc [2021-02-04T18:40:03.780Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T18:40:03.780Z] ---> 82dd60005e88 [2021-02-04T18:40:03.780Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T18:40:04.359Z] ---> b09b0ae625b3 [2021-02-04T18:40:04.359Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T18:40:04.359Z] ---> 24a66bfbe5f9 [2021-02-04T18:40:04.359Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T18:40:04.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:40:04.359Z] ---> a9989763cd7e [2021-02-04T18:40:04.359Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T18:40:04.359Z] ---> cc8ee9e3227c [2021-02-04T18:40:04.359Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T18:40:04.935Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T18:40:04.935Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T18:40:04.935Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T18:40:04.935Z] ---> b2f3cebe4c92 [2021-02-04T18:40:04.935Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T18:40:04.935Z] ---> e64609082a81 [2021-02-04T18:40:04.935Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T18:40:04.935Z] ---> ab2ecf35b8b3 [2021-02-04T18:40:04.935Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T18:40:04.935Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T18:40:04.935Z] ---> Running in 61b9c3960894 [2021-02-04T18:40:05.200Z] ---> ab29c77b4146 [2021-02-04T18:40:05.200Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T18:40:05.200Z] ---> Running in ed3e7b4c944f [2021-02-04T18:40:05.200Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T18:40:05.463Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T18:40:05.463Z] Removing intermediate container 61b9c3960894 [2021-02-04T18:40:05.463Z] ---> aea6c051e3ee [2021-02-04T18:40:05.463Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:40:05.463Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:40:05.463Z] OK: 8 MiB in 20 packages [2021-02-04T18:40:05.463Z] ---> d6d13ff5ebaa [2021-02-04T18:40:05.463Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T18:40:05.463Z] ---> Running in 18efe86a4bb2 [2021-02-04T18:40:05.728Z] Removing intermediate container ed3e7b4c944f [2021-02-04T18:40:05.728Z] ---> 7d0515ec0032 [2021-02-04T18:40:05.728Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T18:40:05.728Z] ---> 88c151e986f2 [2021-02-04T18:40:05.728Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T18:40:05.728Z] ---> Running in 6336ce4a84a3 [2021-02-04T18:40:05.990Z] ---> Running in 4d38eaa37863 [2021-02-04T18:40:05.990Z] Removing intermediate container 18efe86a4bb2 [2021-02-04T18:40:05.990Z] ---> 021b6583aa41 [2021-02-04T18:40:05.990Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T18:40:06.254Z] ---> 2d8c047a5a39 [2021-02-04T18:40:06.254Z] 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-04T18:40:06.516Z] Removing intermediate container 6336ce4a84a3 [2021-02-04T18:40:06.516Z] ---> f8809eb20623 [2021-02-04T18:40:06.516Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:40:06.516Z] Removing intermediate container 4d38eaa37863 [2021-02-04T18:40:06.516Z] ---> 55935e1c834b [2021-02-04T18:40:06.516Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T18:40:06.516Z] ---> Running in d36bf6c4f4b4 [2021-02-04T18:40:06.778Z] Removing intermediate container 90c6841e0a22 [2021-02-04T18:40:06.778Z] ---> 77cc6882bdca [2021-02-04T18:40:06.778Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:40:06.778Z] ---> Running in ce751acbfd5f [2021-02-04T18:40:06.778Z] ---> Running in 39e592dd3542 [2021-02-04T18:40:07.041Z] ---> Running in c2eec5af8b44 [2021-02-04T18:40:07.041Z] Removing intermediate container d36bf6c4f4b4 [2021-02-04T18:40:07.041Z] ---> 7f697f4c4e56 [2021-02-04T18:40:07.041Z] Step 21/22 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:40:07.310Z] Removing intermediate container 39e592dd3542 [2021-02-04T18:40:07.310Z] ---> 356e54aaa62e [2021-02-04T18:40:07.310Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T18:40:07.310Z] ---> cec70f09f064 [2021-02-04T18:40:07.310Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T18:40:07.310Z] Removing intermediate container c2eec5af8b44 [2021-02-04T18:40:07.310Z] ---> 1fa1fa7b5976 [2021-02-04T18:40:07.310Z] Step 20/21 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:40:07.310Z] ---> Running in 1ef31e3346b0 [2021-02-04T18:40:07.310Z] ---> Running in 088a970c2d41 [2021-02-04T18:40:07.573Z] ---> Running in cd609457d9e7 [2021-02-04T18:40:07.835Z] Removing intermediate container 1ef31e3346b0 [2021-02-04T18:40:07.835Z] ---> d3ca47246868 [2021-02-04T18:40:07.835Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T18:40:07.835Z] Removing intermediate container 088a970c2d41 [2021-02-04T18:40:07.835Z] ---> 6d5249378be3 [2021-02-04T18:40:07.835Z] Step 21/22 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:40:08.098Z] Removing intermediate container cd609457d9e7 [2021-02-04T18:40:08.098Z] ---> 986e4c5fac78 [2021-02-04T18:40:08.098Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T18:40:08.098Z] ---> Running in edd1053a0e73 [2021-02-04T18:40:08.098Z] ---> Running in 731f79b9850b [2021-02-04T18:40:08.098Z] ---> 98a27f042fa8 [2021-02-04T18:40:08.098Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T18:40:08.361Z] ---> Running in 1a5a0a2deaac [2021-02-04T18:40:08.624Z] Removing intermediate container ce751acbfd5f [2021-02-04T18:40:08.624Z] ---> 80d5b02b98fc [2021-02-04T18:40:08.624Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T18:40:08.624Z] Removing intermediate container edd1053a0e73 [2021-02-04T18:40:08.624Z] ---> 7ad20526a545 [2021-02-04T18:40:08.624Z] [2021-02-04T18:40:08.624Z] Removing intermediate container 731f79b9850b [2021-02-04T18:40:08.624Z] ---> 7df50c06524c [2021-02-04T18:40:08.624Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T18:40:08.624Z] ---> Running in 535c0d576df6 [2021-02-04T18:40:08.888Z] ---> 78f3f39ad51f [2021-02-04T18:40:08.888Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T18:40:08.888Z] Removing intermediate container 1a5a0a2deaac [2021-02-04T18:40:08.888Z] ---> b42204eb5bc8 [2021-02-04T18:40:08.888Z] [2021-02-04T18:40:08.888Z] Successfully built 7ad20526a545 [2021-02-04T18:40:08.888Z] ---> Running in 695d067ee54a [2021-02-04T18:40:08.888Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T18:40:08.888Z] Building docker-security-bootstrapper-go [2021-02-04T18:40:08.888Z] ---> Running in d1b32feccaea [2021-02-04T18:40:09.150Z]  Building docker-support-scheduler-go ... done Successfully built b42204eb5bc8 [2021-02-04T18:40:09.151Z] Removing intermediate container 535c0d576df6 [2021-02-04T18:40:09.151Z] ---> d96c6b887993 [2021-02-04T18:40:09.151Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T18:40:09.151Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T18:40:09.151Z] Building docker-sys-mgmt-agent-go [2021-02-04T18:40:09.412Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 695d067ee54a [2021-02-04T18:40:09.412Z] ---> 5c34df84aba2 [2021-02-04T18:40:09.412Z] [2021-02-04T18:40:09.412Z] ---> Running in c81c9e0aef63 [2021-02-04T18:40:09.412Z] Removing intermediate container d1b32feccaea [2021-02-04T18:40:09.412Z] ---> 03e88119c1e7 [2021-02-04T18:40:09.412Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:40:09.412Z] Successfully built 5c34df84aba2 [2021-02-04T18:40:09.412Z] ---> Running in ef48df0f2b3c [2021-02-04T18:40:09.412Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T18:40:09.412Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-04T18:40:09.412Z] Removing intermediate container c81c9e0aef63 [2021-02-04T18:40:09.412Z] ---> 5c41e4235991 [2021-02-04T18:40:09.412Z] Step 23/24 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:40:09.674Z] ---> Running in 4d7288417e46 [2021-02-04T18:40:09.674Z] Removing intermediate container ef48df0f2b3c [2021-02-04T18:40:09.674Z] ---> 03e47a1489c3 [2021-02-04T18:40:09.674Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T18:40:09.674Z] ---> Running in a7ad421c74d6 [2021-02-04T18:40:09.940Z] Removing intermediate container 4d7288417e46 [2021-02-04T18:40:09.940Z] ---> 1ec1fee65fca [2021-02-04T18:40:09.940Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T18:40:09.940Z] ---> Running in faa3193a09cf [2021-02-04T18:40:10.210Z] Removing intermediate container a7ad421c74d6 [2021-02-04T18:40:10.210Z] ---> 9d7a0e865ab7 [2021-02-04T18:40:10.210Z] Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:40:10.479Z] Removing intermediate container faa3193a09cf [2021-02-04T18:40:10.479Z] ---> e1a43b5fcb18 [2021-02-04T18:40:10.479Z] [2021-02-04T18:40:10.479Z] ---> Running in 22684714b771 [2021-02-04T18:40:10.743Z] Successfully built e1a43b5fcb18 [2021-02-04T18:40:12.669Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T18:40:12.669Z] Building docker-core-command-go [2021-02-04T18:40:12.946Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 22684714b771 [2021-02-04T18:40:12.946Z] ---> 9e92daaedeb4 [2021-02-04T18:40:12.946Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T18:40:12.947Z] ---> Running in 7a0ce5ef2327 [2021-02-04T18:40:17.187Z] Removing intermediate container 7a0ce5ef2327 [2021-02-04T18:40:17.187Z] ---> 699da864c075 [2021-02-04T18:40:17.187Z] [2021-02-04T18:40:17.187Z] Successfully built 699da864c075 [2021-02-04T18:40:17.187Z] Successfully tagged docker-core-data-go:latest [2021-02-04T18:40:21.503Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T18:40:26.096Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T18:40:32.832Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T18:40:32.832Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T18:40:32.832Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T18:40:35.479Z]  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:40:35.479Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:40:35.479Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:40:35.479Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:40:35.479Z] ---> 57bff34a9799 [2021-02-04T18:40:35.479Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T18:40:35.479Z] ---> 57bff34a9799 [2021-02-04T18:40:35.479Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> 90609e777969 [2021-02-04T18:40:35.479Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> 90609e777969 [2021-02-04T18:40:35.479Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> 7ffb0641c63b [2021-02-04T18:40:35.479Z] ---> 7ffb0641c63b [2021-02-04T18:40:35.479Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T18:40:35.479Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> 247ea06004eb [2021-02-04T18:40:35.479Z] Step 6/23 : COPY go.mod . [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> 247ea06004eb [2021-02-04T18:40:35.479Z] Step 6/31 : COPY go.mod . [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> 45a179d1c0dc [2021-02-04T18:40:35.479Z] Step 7/31 : RUN go mod download [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> 45a179d1c0dc [2021-02-04T18:40:35.479Z] Step 7/23 : RUN go mod download [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> efe7ce42a96a [2021-02-04T18:40:35.479Z] Step 8/31 : COPY . . [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> efe7ce42a96a [2021-02-04T18:40:35.479Z] Step 8/23 : COPY . . [2021-02-04T18:40:35.479Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:40:35.479Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:40:35.479Z] ---> 57bff34a9799 [2021-02-04T18:40:35.479Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> 90609e777969 [2021-02-04T18:40:35.479Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> 7ffb0641c63b [2021-02-04T18:40:35.479Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.479Z] ---> 60d086a54ffb [2021-02-04T18:40:35.479Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T18:40:35.479Z] ---> Using cache [2021-02-04T18:40:35.480Z] ---> 60d086a54ffb [2021-02-04T18:40:35.480Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T18:40:36.467Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:40:36.467Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:40:36.467Z] ---> 57bff34a9799 [2021-02-04T18:40:36.467Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T18:40:36.467Z] ---> Using cache [2021-02-04T18:40:36.467Z] ---> 90609e777969 [2021-02-04T18:40:36.467Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:40:36.467Z] ---> Using cache [2021-02-04T18:40:36.467Z] ---> 7ffb0641c63b [2021-02-04T18:40:36.467Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T18:40:36.467Z] ---> Using cache [2021-02-04T18:40:36.467Z] ---> 247ea06004eb [2021-02-04T18:40:36.467Z] Step 6/23 : COPY go.mod . [2021-02-04T18:40:36.467Z] ---> Using cache [2021-02-04T18:40:36.467Z] ---> 45a179d1c0dc [2021-02-04T18:40:36.467Z] Step 7/23 : RUN go mod download [2021-02-04T18:40:36.467Z] ---> Using cache [2021-02-04T18:40:36.467Z] ---> efe7ce42a96a [2021-02-04T18:40:36.467Z] Step 8/23 : COPY . . [2021-02-04T18:40:36.467Z] ---> Using cache [2021-02-04T18:40:36.467Z] ---> 60d086a54ffb [2021-02-04T18:40:36.467Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T18:40:37.423Z] ---> Running in cf710488915f [2021-02-04T18:40:37.423Z] ---> Running in b18802741ace [2021-02-04T18:40:37.423Z] ---> Running in 514c47faba05 [2021-02-04T18:40:37.423Z] ---> Running in b86e5da6bdbb [2021-02-04T18:40:38.382Z] 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-04T18:40:38.382Z] 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-04T18:40:38.382Z] 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-04T18:40:38.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:40:38.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:40:39.555Z] OK: 233 MiB in 51 packages [2021-02-04T18:40:39.586Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T18:40:39.586Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T18:40:39.586Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T18:40:39.586Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T18:40:39.586Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T18:40:39.586Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T18:40:40.990Z] Removing intermediate container 514c47faba05 [2021-02-04T18:40:40.990Z] ---> 32af4474894a [2021-02-04T18:40:40.990Z] Step 6/26 : COPY go.mod . [2021-02-04T18:40:42.420Z] ---> db9ece1ae649 [2021-02-04T18:40:42.420Z] Step 7/26 : RUN go mod download [2021-02-04T18:40:42.420Z] ---> Running in 0f1cda202864 [2021-02-04T18:40:45.790Z] Removing intermediate container 0f1cda202864 [2021-02-04T18:40:45.790Z] ---> 621bedfc723e [2021-02-04T18:40:45.790Z] Step 8/26 : COPY . . [2021-02-04T18:40:46.328Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T18:40:46.328Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T18:40:46.328Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T18:40:53.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.320s coverage: 46.0% of statements [2021-02-04T18:40:53.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T18:40:53.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T18:40:53.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T18:40:53.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T18:40:53.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T18:40:53.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T18:40:53.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T18:40:53.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.163s coverage: 100.0% of statements [2021-02-04T18:41:00.853Z] 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-04T18:41:01.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T18:41:01.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T18:41:01.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T18:41:01.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 65.8% of statements [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T18:41:01.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T18:41:02.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.683s coverage: 82.3% of statements [2021-02-04T18:41:02.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T18:41:02.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:41:02.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T18:41:02.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T18:41:09.125Z] ---> 0ed6f604640a [2021-02-04T18:41:09.125Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T18:41:09.125Z] ---> Running in 01ded20c9a5c [2021-02-04T18:41:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements [2021-02-04T18:41:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T18:41:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T18:41:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T18:41:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T18:41:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T18:41:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements [2021-02-04T18:41:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T18:41:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements [2021-02-04T18:41:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T18:41:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.275s coverage: 86.7% of statements [2021-02-04T18:41:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T18:41:10.075Z] 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-04T18:41:10.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.465s coverage: 97.5% of statements [2021-02-04T18:41:10.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T18:41:10.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements [2021-02-04T18:41:10.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T18:41:10.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T18:41:10.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T18:41:10.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T18:41:12.645Z] Removing intermediate container b86e5da6bdbb [2021-02-04T18:41:12.645Z] ---> 742514d3aec5 [2021-02-04T18:41:12.645Z] [2021-02-04T18:41:12.646Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T18:41:12.646Z] ---> 389fef711851 [2021-02-04T18:41:12.646Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T18:41:12.646Z] Removing intermediate container cf710488915f [2021-02-04T18:41:12.646Z] ---> 06eddfa6ff94 [2021-02-04T18:41:12.646Z] [2021-02-04T18:41:12.646Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T18:41:12.646Z] ---> 389fef711851 [2021-02-04T18:41:12.646Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T18:41:12.646Z] ---> Using cache [2021-02-04T18:41:12.646Z] ---> 49baebab10c7 [2021-02-04T18:41:12.646Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T18:41:12.646Z] ---> Using cache [2021-02-04T18:41:12.646Z] ---> 120a41c3756c [2021-02-04T18:41:12.646Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T18:41:12.928Z] Removing intermediate container b18802741ace [2021-02-04T18:41:12.928Z] ---> b3cbecb6dcdd [2021-02-04T18:41:12.928Z] [2021-02-04T18:41:12.928Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T18:41:12.928Z] ---> 389fef711851 [2021-02-04T18:41:12.928Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T18:41:12.928Z] ---> Using cache [2021-02-04T18:41:12.928Z] ---> 49baebab10c7 [2021-02-04T18:41:12.928Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T18:41:12.928Z] ---> Using cache [2021-02-04T18:41:12.928Z] ---> 120a41c3756c [2021-02-04T18:41:12.928Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T18:41:12.928Z] ---> Running in 40789970466a [2021-02-04T18:41:12.928Z] ---> Running in 66f9df78a825 [2021-02-04T18:41:13.208Z] ---> Running in 9564468db25f [2021-02-04T18:41:13.208Z] Removing intermediate container 66f9df78a825 [2021-02-04T18:41:13.208Z] ---> 62f087ea10b6 [2021-02-04T18:41:13.208Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T18:41:13.561Z] Removing intermediate container 40789970466a [2021-02-04T18:41:13.561Z] ---> 15804c53a4fa [2021-02-04T18:41:13.561Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T18:41:13.561Z] ---> Running in 98e826bb1edb [2021-02-04T18:41:13.561Z] Removing intermediate container 9564468db25f [2021-02-04T18:41:13.561Z] ---> cc6154a95552 [2021-02-04T18:41:13.561Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T18:41:13.561Z] ---> Running in 269aeedb993a [2021-02-04T18:41:14.056Z] ---> Running in f1212caa9ff0 [2021-02-04T18:41:14.056Z] Removing intermediate container 98e826bb1edb [2021-02-04T18:41:14.056Z] ---> b0dd3c4d147c [2021-02-04T18:41:14.056Z] Step 15/23 : WORKDIR / [2021-02-04T18:41:14.056Z] Removing intermediate container f1212caa9ff0 [2021-02-04T18:41:14.056Z] ---> c528fb7de3d9 [2021-02-04T18:41:14.056Z] Step 15/23 : WORKDIR / [2021-02-04T18:41:14.056Z] ---> Running in b9aef4fa1a7e [2021-02-04T18:41:14.406Z] ---> Running in f0472beac899 [2021-02-04T18:41:14.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:41:14.783Z] Removing intermediate container b9aef4fa1a7e [2021-02-04T18:41:14.783Z] ---> 99f91759b6ac [2021-02-04T18:41:14.783Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:41:14.783Z] Removing intermediate container f0472beac899 [2021-02-04T18:41:14.783Z] ---> e17a46d73cec [2021-02-04T18:41:14.783Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:41:14.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:41:14.783Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T18:41:15.111Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T18:41:15.111Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:41:15.111Z] OK: 6 MiB in 16 packages [2021-02-04T18:41:15.111Z] ---> 69531351143e [2021-02-04T18:41:15.111Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T18:41:15.111Z] ---> 8c263798abdb [2021-02-04T18:41:15.111Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T18:41:15.903Z] Removing intermediate container 269aeedb993a [2021-02-04T18:41:15.904Z] ---> ad1a4b2a8bca [2021-02-04T18:41:15.904Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T18:41:15.904Z] ---> 14014f0f9f00 [2021-02-04T18:41:15.904Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T18:41:16.197Z] ---> Running in c28813b1773b [2021-02-04T18:41:16.197Z] ---> b2a7537c1480 [2021-02-04T18:41:16.197Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T18:41:16.478Z] Removing intermediate container c28813b1773b [2021-02-04T18:41:16.478Z] ---> 80f2992a4f1a [2021-02-04T18:41:16.478Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T18:41:16.478Z] ---> Running in 2d8de32566cf [2021-02-04T18:41:16.478Z] ---> dc859f8eaebc [2021-02-04T18:41:16.478Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T18:41:16.478Z] ---> fc4a5fef3938 [2021-02-04T18:41:16.478Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T18:41:16.782Z] ---> Running in 44ffac3c23c3 [2021-02-04T18:41:16.782Z] ---> Running in fb4e7ea81730 [2021-02-04T18:41:16.782Z] Removing intermediate container 2d8de32566cf [2021-02-04T18:41:16.782Z] ---> 68fe08c63a6d [2021-02-04T18:41:16.782Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T18:41:17.729Z] ---> Running in 55908628520b [2021-02-04T18:41:17.729Z] Removing intermediate container 44ffac3c23c3 [2021-02-04T18:41:17.729Z] ---> 485810977402 [2021-02-04T18:41:17.729Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:41:17.729Z] Removing intermediate container fb4e7ea81730 [2021-02-04T18:41:17.729Z] ---> 7db47137421b [2021-02-04T18:41:17.729Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:41:18.002Z] ---> Running in 9ec9bf746063 [2021-02-04T18:41:18.002Z] ---> Running in 6cb659c75de6 [2021-02-04T18:41:18.002Z] Removing intermediate container 9ec9bf746063 [2021-02-04T18:41:18.002Z] ---> 9383d7022996 [2021-02-04T18:41:18.002Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T18:41:18.270Z] ---> Running in c11d37f2d8a6 [2021-02-04T18:41:18.270Z] Removing intermediate container 6cb659c75de6 [2021-02-04T18:41:18.270Z] ---> b33599eefb3f [2021-02-04T18:41:18.270Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T18:41:18.533Z] ---> Running in 36a1224203d3 [2021-02-04T18:41:18.533Z] Removing intermediate container c11d37f2d8a6 [2021-02-04T18:41:18.533Z] ---> 65617f1bb940 [2021-02-04T18:41:18.533Z] Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:41:18.533Z] ---> Running in 1374392b64ad [2021-02-04T18:41:18.533Z] Removing intermediate container 36a1224203d3 [2021-02-04T18:41:18.533Z] ---> b6662f7953e3 [2021-02-04T18:41:18.533Z] Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:41:18.795Z] ---> Running in 39e4a2d7f3a5 [2021-02-04T18:41:18.795Z] Removing intermediate container 1374392b64ad [2021-02-04T18:41:18.795Z] ---> 37c0b0229c67 [2021-02-04T18:41:18.795Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T18:41:19.058Z] ---> Running in ab5b002721ae [2021-02-04T18:41:19.058Z] Removing intermediate container 39e4a2d7f3a5 [2021-02-04T18:41:19.058Z] ---> 168846b5963b [2021-02-04T18:41:19.058Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T18:41:19.058Z] ---> Running in a938fca8764f [2021-02-04T18:41:19.326Z] Removing intermediate container 55908628520b [2021-02-04T18:41:19.326Z] ---> 4ba0e9656c66 [2021-02-04T18:41:19.326Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T18:41:19.597Z] Removing intermediate container ab5b002721ae [2021-02-04T18:41:19.597Z] ---> c20aa2b6fc9a [2021-02-04T18:41:19.597Z] [2021-02-04T18:41:19.865Z] ---> Running in 1f74b626d8c8 [2021-02-04T18:41:19.865Z] Removing intermediate container a938fca8764f [2021-02-04T18:41:19.865Z] ---> f4049deed99a [2021-02-04T18:41:19.865Z] [2021-02-04T18:41:19.865Z] Successfully built c20aa2b6fc9a [2021-02-04T18:41:20.139Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T18:41:20.139Z]  Building docker-core-metadata-go ... done Removing intermediate container 1f74b626d8c8 [2021-02-04T18:41:20.139Z] ---> d1567f6e81b5 [2021-02-04T18:41:20.139Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T18:41:20.139Z] Successfully built f4049deed99a [2021-02-04T18:41:20.139Z] Successfully tagged docker-core-command-go:latest [2021-02-04T18:41:20.720Z]  Building docker-core-command-go ... done  ---> a10034fe4254 [2021-02-04T18:41:20.720Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T18:41:20.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.220s coverage: 92.8% of statements [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T18:41:20.792Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T18:41:20.792Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T18:41:20.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T18:41:20.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 45.5% of statements [2021-02-04T18:41:20.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 79.5% of statements [2021-02-04T18:41:20.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-02-04T18:41:20.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements [2021-02-04T18:41:20.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-02-04T18:41:20.986Z] ---> Running in 4599689271a6 [2021-02-04T18:41:23.540Z] Removing intermediate container 4599689271a6 [2021-02-04T18:41:23.540Z] ---> a1a22a58483f [2021-02-04T18:41:23.540Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:41:23.805Z] ---> 922e8ac65a7a [2021-02-04T18:41:23.805Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T18:41:25.210Z] Removing intermediate container 01ded20c9a5c [2021-02-04T18:41:25.210Z] ---> 9c010b9d5aad [2021-02-04T18:41:25.210Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T18:41:25.210Z] ---> 29b5d42bc1e6 [2021-02-04T18:41:25.210Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T18:41:25.479Z] ---> Running in 5b9fc76f9ffa [2021-02-04T18:41:25.749Z] ---> 3877f704a937 [2021-02-04T18:41:25.749Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T18:41:26.011Z] 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-04T18:41:26.276Z] ---> 74be0fcea85a [2021-02-04T18:41:26.276Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T18:41:26.539Z] ---> f114cb5c592d [2021-02-04T18:41:26.539Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T18:41:26.804Z] ---> Running in 4dbe1fd76b55 [2021-02-04T18:41:26.804Z] Removing intermediate container 4dbe1fd76b55 [2021-02-04T18:41:26.804Z] ---> 8905b2de7538 [2021-02-04T18:41:26.804Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T18:41:27.069Z] Removing intermediate container 5b9fc76f9ffa [2021-02-04T18:41:27.069Z] ---> d2c857aed165 [2021-02-04T18:41:27.069Z] [2021-02-04T18:41:27.069Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T18:41:27.069Z] 20.10.0: Pulling from library/docker [2021-02-04T18:41:27.069Z] ---> a8cbf6749db9 [2021-02-04T18:41:27.069Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T18:41:27.335Z] ---> Running in b8d8e1af96fc [2021-02-04T18:41:28.740Z] Removing intermediate container b8d8e1af96fc [2021-02-04T18:41:28.740Z] ---> 91d9c761d55d [2021-02-04T18:41:28.740Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T18:41:29.004Z] ---> Running in 616a2e5b9974 [2021-02-04T18:41:29.269Z] Removing intermediate container 616a2e5b9974 [2021-02-04T18:41:29.269Z] ---> 99bc21fc85ba [2021-02-04T18:41:29.269Z] Step 28/31 : CMD ["gate"] [2021-02-04T18:41:29.533Z] ---> Running in cd2a13c7394f [2021-02-04T18:41:29.799Z] Removing intermediate container cd2a13c7394f [2021-02-04T18:41:29.799Z] ---> bfb98a706c42 [2021-02-04T18:41:29.799Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T18:41:30.062Z] ---> Running in 5a8b4d403882 [2021-02-04T18:41:30.325Z] Removing intermediate container 5a8b4d403882 [2021-02-04T18:41:30.325Z] ---> 4bd7dab0bfb6 [2021-02-04T18:41:30.325Z] Step 30/31 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:41:30.593Z] ---> Running in ca8251250be5 [2021-02-04T18:41:31.992Z] Removing intermediate container ca8251250be5 [2021-02-04T18:41:31.992Z] ---> 5ab2d5eec554 [2021-02-04T18:41:31.992Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T18:41:31.992Z] ---> Running in fbb04c2ed029 [2021-02-04T18:41:31.992Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T18:41:31.992Z] Removing intermediate container fbb04c2ed029 [2021-02-04T18:41:31.992Z] ---> 445aae1caf14 [2021-02-04T18:41:31.992Z] [2021-02-04T18:41:31.992Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T18:41:31.992Z] ---> aefe523efa57 [2021-02-04T18:41:31.992Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T18:41:32.255Z] ---> Running in f06b9917a037 [2021-02-04T18:41:32.255Z] Successfully built 445aae1caf14 [2021-02-04T18:41:32.255Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T18:41:32.827Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:41:32.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:41:33.089Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T18:41:33.089Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T18:41:33.089Z] Executing bash-5.0.17-r0.post-install [2021-02-04T18:41:33.089Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:41:33.089Z] OK: 12 MiB in 22 packages [2021-02-04T18:41:33.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2021-02-04T18:41:33.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements [2021-02-04T18:41:33.664Z] Removing intermediate container f06b9917a037 [2021-02-04T18:41:33.664Z] ---> de285e837b87 [2021-02-04T18:41:33.664Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T18:41:33.664Z] ---> Running in 581bc72cf798 [2021-02-04T18:41:33.931Z] Removing intermediate container 581bc72cf798 [2021-02-04T18:41:33.931Z] ---> c4d0430d7ed8 [2021-02-04T18:41:33.931Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T18:41:33.931Z] ---> Running in 15acacf56f60 [2021-02-04T18:41:34.195Z] Removing intermediate container 15acacf56f60 [2021-02-04T18:41:34.195Z] ---> de50f4e5fba3 [2021-02-04T18:41:34.195Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T18:41:34.195Z] ---> Running in 178b048c15ff [2021-02-04T18:41:34.195Z] Removing intermediate container 178b048c15ff [2021-02-04T18:41:34.195Z] ---> ffcbb1a3023c [2021-02-04T18:41:34.195Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T18:41:34.771Z] ---> a6177e96dbde [2021-02-04T18:41:34.771Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T18:41:35.035Z] ---> 6e799deca9eb [2021-02-04T18:41:35.035Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T18:41:35.297Z] ---> eb8e344ffbc8 [2021-02-04T18:41:35.297Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T18:41:35.561Z] ---> Running in f82b9fd76666 [2021-02-04T18:41:35.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:41:35.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:41:36.086Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T18:41:36.086Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T18:41:36.086Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T18:41:36.086Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T18:41:36.086Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T18:41:36.086Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T18:41:36.086Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T18:41:37.033Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T18:41:37.033Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T18:41:37.033Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T18:41:37.033Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T18:41:37.033Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T18:41:37.033Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T18:41:37.033Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T18:41:37.295Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T18:41:37.295Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T18:41:37.295Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T18:41:37.295Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T18:41:37.295Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T18:41:37.295Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T18:41:37.295Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T18:41:37.295Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T18:41:37.295Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T18:41:37.295Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T18:41:37.295Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T18:41:37.295Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T18:41:37.295Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T18:41:37.559Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T18:41:37.559Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T18:41:37.559Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T18:41:37.559Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T18:41:37.559Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T18:41:37.559Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T18:41:37.559Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:41:37.559Z] OK: 71 MiB in 55 packages [2021-02-04T18:41:45.717Z] Removing intermediate container f82b9fd76666 [2021-02-04T18:41:45.717Z] ---> 60a1640b9487 [2021-02-04T18:41:45.717Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T18:41:45.981Z] ---> Running in cf629172f969 [2021-02-04T18:41:47.374Z] Collecting docker-compose==1.23.2 [2021-02-04T18:41:47.374Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T18:41:47.635Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T18:41:47.635Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T18:41:47.635Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T18:41:47.635Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T18:41:48.210Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T18:41:48.210Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.150s coverage: 92.9% of statements [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.149s coverage: 91.4% of statements [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.493s coverage: 63.5% of statements [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.732s coverage: 68.9% of statements [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.299s coverage: 37.0% of statements [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T18:41:48.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.457s coverage: 84.0% of statements [2021-02-04T18:41:48.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.103s coverage: 100.0% of statements [2021-02-04T18:41:48.474Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T18:41:48.474Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T18:41:48.736Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T18:41:48.736Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T18:41:48.736Z] 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-04T18:41:48.998Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T18:41:48.998Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T18:41:49.571Z] Collecting PyYAML<4,>=3.10 [2021-02-04T18:41:49.571Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T18:41:50.517Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T18:41:50.517Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T18:41:50.779Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T18:41:50.779Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T18:41:51.041Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T18:41:51.303Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T18:41:51.303Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T18:41:51.303Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T18:41:51.566Z] 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-04T18:41:51.566Z] 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-04T18:41:51.566Z] Collecting idna<2.8,>=2.5 [2021-02-04T18:41:51.566Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T18:41:51.566Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T18:41:51.566Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T18:41:51.566Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T18:41:51.566Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T18:41:51.827Z] Installing collected packages: cached-property, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, PyYAML, texttable, docker-compose [2021-02-04T18:41:51.827Z] Running setup.py install for docopt: started [2021-02-04T18:41:53.220Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T18:41:53.220Z] Attempting uninstall: urllib3 [2021-02-04T18:41:53.220Z] Found existing installation: urllib3 1.25.9 [2021-02-04T18:41:53.220Z] Uninstalling urllib3-1.25.9: [2021-02-04T18:41:53.220Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T18:41:53.482Z] Attempting uninstall: idna [2021-02-04T18:41:53.483Z] Found existing installation: idna 2.9 [2021-02-04T18:41:53.483Z] Uninstalling idna-2.9: [2021-02-04T18:41:53.483Z] Successfully uninstalled idna-2.9 [2021-02-04T18:41:53.747Z] Attempting uninstall: requests [2021-02-04T18:41:53.747Z] Found existing installation: requests 2.23.0 [2021-02-04T18:41:53.747Z] Uninstalling requests-2.23.0: [2021-02-04T18:41:53.747Z] Successfully uninstalled requests-2.23.0 [2021-02-04T18:41:54.322Z] Running setup.py install for dockerpty: started [2021-02-04T18:41:54.584Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T18:41:54.584Z] Running setup.py install for PyYAML: started [2021-02-04T18:41:55.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.417s coverage: 47.0% of statements [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T18:41:55.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.150s coverage: 100.0% of statements [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T18:41:55.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T18:41:55.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.260s coverage: 87.0% of statements [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:41:55.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T18:41:55.158Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T18:41:55.158Z] Running setup.py install for texttable: started [2021-02-04T18:41:55.738Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T18:41:56.000Z] 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-04T18:41:58.556Z] Removing intermediate container cf629172f969 [2021-02-04T18:41:58.556Z] ---> 206d0a1f6d6a [2021-02-04T18:41:58.556Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T18:41:58.819Z] ---> Running in 64007a84cc88 [2021-02-04T18:41:59.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T18:41:59.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T18:41:59.392Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T18:41:59.392Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T18:41:59.392Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T18:41:59.392Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:41:59.392Z] OK: 72 MiB in 58 packages [2021-02-04T18:41:59.966Z] Removing intermediate container 64007a84cc88 [2021-02-04T18:41:59.966Z] ---> ff9a0cb307fe [2021-02-04T18:41:59.966Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T18:41:59.966Z] ---> Running in 8b862fce5e3d [2021-02-04T18:42:00.227Z] Removing intermediate container 8b862fce5e3d [2021-02-04T18:42:00.227Z] ---> 44b377e0cb51 [2021-02-04T18:42:00.227Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:42:00.227Z] ---> Running in 58889ec97395 [2021-02-04T18:42:00.227Z] Removing intermediate container 58889ec97395 [2021-02-04T18:42:00.227Z] ---> db6e3abc00d4 [2021-02-04T18:42:00.227Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T18:42:00.489Z] ---> Running in 3fa8d5fecea1 [2021-02-04T18:42:00.489Z] Removing intermediate container 3fa8d5fecea1 [2021-02-04T18:42:00.489Z] ---> b8492c860e20 [2021-02-04T18:42:00.489Z] Step 25/26 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:42:00.751Z] ---> Running in 8a8ba9ec4efb [2021-02-04T18:42:00.751Z] Removing intermediate container 8a8ba9ec4efb [2021-02-04T18:42:00.751Z] ---> 7e5fe019081a [2021-02-04T18:42:00.751Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T18:42:00.751Z] ---> Running in 8544d7f3851f [2021-02-04T18:42:01.012Z] Removing intermediate container 8544d7f3851f [2021-02-04T18:42:01.012Z] ---> e805775c62d4 [2021-02-04T18:42:01.012Z] [2021-02-04T18:42:01.275Z] Successfully built e805775c62d4 [2021-02-04T18:42:01.275Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T18:42:01.551Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T18:42:01.560Z] $ docker stop --time=1 dbbe87be95616bae45fe541ed85d84a4fb21dad1c1c6ec54151bb8d216aed81d [2021-02-04T18:42:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.174s coverage: 29.1% of statements [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T18:42:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.237s coverage: 99.0% of statements [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T18:42:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T18:42:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.190s coverage: 100.0% of statements [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T18:42:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T18:42:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T18:42:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T18:42:01.825Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T18:42:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.081s coverage: 100.0% of statements [2021-02-04T18:42:01.825Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-04T18:42:02.097Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-04T18:42:03.071Z] GO111MODULE=on go vet ./... [2021-02-04T18:42:03.159Z] $ docker rm -f dbbe87be95616bae45fe541ed85d84a4fb21dad1c1c6ec54151bb8d216aed81d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T18:42:03.732Z] + docker images [2021-02-04T18:42:03.733Z] + grep docker [2021-02-04T18:42:03.995Z] docker-sys-mgmt-agent-go latest e805775c62d4 3 seconds ago 313MB [2021-02-04T18:42:03.995Z] docker-security-bootstrapper-go latest 445aae1caf14 32 seconds ago 23.8MB [2021-02-04T18:42:03.995Z] docker-core-metadata-go latest c20aa2b6fc9a 44 seconds ago 18.8MB [2021-02-04T18:42:03.995Z] docker-core-command-go latest f4049deed99a 44 seconds ago 16.9MB [2021-02-04T18:42:03.995Z] docker-core-data-go latest 699da864c075 About a minute ago 22.3MB [2021-02-04T18:42:03.995Z] docker-security-secretstore-setup-go latest e1a43b5fcb18 About a minute ago 24.6MB [2021-02-04T18:42:03.995Z] docker-support-notifications-go latest 5c34df84aba2 About a minute ago 17.6MB [2021-02-04T18:42:03.995Z] docker-security-proxy-setup-go latest b42204eb5bc8 About a minute ago 24.4MB [2021-02-04T18:42:03.995Z] docker-support-scheduler-go latest 7ad20526a545 About a minute ago 17MB [2021-02-04T18:42:03.995Z] 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-04T18:42:19.645Z] Still waiting to schedule task [2021-02-04T18:42:19.646Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-04T18:43:08.076Z] Running on prd-ubuntu18.04-docker-8c-8g-25042 in /w/workspace/edgexfoundry_edgex-go_PR-3128 [Pipeline] { [Pipeline] ws [2021-02-04T18:43:08.129Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-04T18:43:10.271Z] using credential edgex-jenkins-ssh [2021-02-04T18:43:10.325Z] Cloning the remote Git repository [2021-02-04T18:43:10.350Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T18:43:10.421Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-04T18:43:10.445Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T18:43:10.445Z] > git --version # timeout=10 [2021-02-04T18:43:10.455Z] > git --version # 'git version 2.17.1' [2021-02-04T18:43:10.456Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:43:10.486Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:43:17.463Z] Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:43:17.576Z] Merge succeeded, producing 240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:43:17.576Z] Checking out Revision 240f7e703d2000ce6844bb2fd9306a8f5c112289 (PR-3128) [2021-02-04T18:43:16.855Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T18:43:16.860Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T18:43:16.869Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T18:43:16.879Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T18:43:16.879Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:43:16.883Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3128/head:refs/remotes/origin/PR-3128 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T18:43:17.475Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T18:43:17.480Z] > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 [2021-02-04T18:43:17.552Z] > git remote # timeout=10 [2021-02-04T18:43:17.558Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T18:43:17.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T18:43:17.566Z] > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 [2021-02-04T18:43:17.574Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T18:43:17.582Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T18:43:17.586Z] > git checkout -f 240f7e703d2000ce6844bb2fd9306a8f5c112289 # timeout=10 [2021-02-04T18:43:21.254Z] Commit message: "Merge branch 'master' into issue-3126" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:43:22.286Z] + echo snap-build.sh [2021-02-04T18:43:22.286Z] snap-build.sh [2021-02-04T18:43:22.286Z] + SNAP_BASE_DIR=. [2021-02-04T18:43:22.286Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-04T18:43:22.286Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-04T18:43:22.286Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-04T18:43:22.286Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-04T18:43:22.286Z] + cd /w/workspace/edgex-go/2 [2021-02-04T18:43:22.286Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T18:43:22.286Z] Reading package lists... [2021-02-04T18:43:22.286Z] Building dependency tree... [2021-02-04T18:43:22.286Z] Reading state information... [2021-02-04T18:43:22.550Z] The following packages were automatically installed and are no longer required: [2021-02-04T18:43:22.550Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T18:43:22.550Z] uidmap xdelta3 [2021-02-04T18:43:22.550Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T18:43:22.550Z] The following packages will be REMOVED: [2021-02-04T18:43:22.550Z] lxd* lxd-client* [2021-02-04T18:43:22.811Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T18:43:22.811Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T18:43:23.858Z] (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-04T18:43:23.858Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T18:43:24.811Z] Removing lxd dnsmasq configuration [2021-02-04T18:43:24.811Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T18:43:24.875Z] gofmt -l . [2021-02-04T18:43:24.875Z] [ "`gofmt -l .`" = "" ] [2021-02-04T18:43:24.875Z] ./bin/test-go-mod-tidy.sh [2021-02-04T18:43:24.875Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T18:43:25.071Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T18:43:25.533Z] + ls -al . [2021-02-04T18:43:25.533Z] total 716 [2021-02-04T18:43:25.533Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 18:43 . [2021-02-04T18:43:25.533Z] drwxr-xr-x 4 root root 4096 Feb 4 18:39 .. [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 18:37 .dockerignore [2021-02-04T18:43:25.533Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 18:37 .git [2021-02-04T18:43:25.533Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 18:37 .github [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 18:37 .gitignore [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 18:37 .sonarcloud.properties [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 18:37 Attribution.txt [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 18:37 CONTRIBUTING.md [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 18:37 Dockerfile.build [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 18:37 Jenkinsfile [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 18:37 LICENSE [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 18:37 Makefile [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 18:37 README.md [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 18:37 SECURITY.md [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 18:34 VERSION [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 18:37 ZMQWindows.md [2021-02-04T18:43:25.533Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 18:37 bin [2021-02-04T18:43:25.533Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 18:37 cmd [2021-02-04T18:43:25.533Z] -rw-r--r-- 1 root root 583066 Feb 4 18:42 coverage.out [2021-02-04T18:43:25.533Z] -rw-r--r-- 1 root root 1054 Feb 4 18:43 go.mod [2021-02-04T18:43:25.533Z] -rw-r--r-- 1 root root 19290 Feb 4 18:43 go.sum [2021-02-04T18:43:25.533Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 18:37 internal [2021-02-04T18:43:25.533Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 18:37 openapi [2021-02-04T18:43:25.533Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 18:37 snap [2021-02-04T18:43:25.533Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 18:37 version.go [Pipeline] sh [2021-02-04T18:43:26.014Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T18:43:26.014Z] (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-04T18:43:26.014Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T18:43:26.189Z] + '[' -e coverage.out ] [2021-02-04T18:43:26.189Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T18:43:26.251Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T18:43:27.334Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T18:43:27.401Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T18:43:27.401Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T18:43:28.007Z] + make build [2021-02-04T18:43:28.007Z] 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-04T18:43:28.789Z] + sudo snap remove --purge lxd [2021-02-04T18:43:28.789Z] snap "lxd" is not installed [2021-02-04T18:43:28.789Z] + sudo groupadd --force --system lxd [2021-02-04T18:43:28.789Z] ++ whoami [2021-02-04T18:43:28.789Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T18:43:28.789Z] + newgrp - lxd [2021-02-04T18:43:28.789Z] + sudo snap install lxd [2021-02-04T18:43:38.192Z] 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-04T18:43:38.787Z] 2021-02-04T18:43:36Z INFO Waiting for automatic snapd restart... [2021-02-04T18:43:56.924Z] lxd 4.10 from Canonical* installed [2021-02-04T18:43:56.924Z] + sudo lxd init --auto [2021-02-04T18:44:00.374Z] 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-04T18:44:03.530Z] + sudo snap install --classic snapcraft [2021-02-04T18:44:05.814Z] 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-04T18:44:10.165Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T18:44:10.165Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T18:44:10.165Z] + patch --verbose -p1 [2021-02-04T18:44:10.165Z] Hmm... Looks like a unified diff to me... [2021-02-04T18:44:10.165Z] The text leading up to this was: [2021-02-04T18:44:10.165Z] -------------------------- [2021-02-04T18:44:10.165Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T18:44:10.165Z] |From: Tony Espy [2021-02-04T18:44:10.165Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T18:44:10.165Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T18:44:10.165Z] | [2021-02-04T18:44:10.165Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T18:44:10.165Z] |optimize the snap CI check run for pull requests. When [2021-02-04T18:44:10.165Z] |applied, it essentially strips out everything (apps and [2021-02-04T18:44:10.165Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T18:44:10.165Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T18:44:10.165Z] |catch changes to edgex-go that break the snap build. [2021-02-04T18:44:10.165Z] | [2021-02-04T18:44:10.165Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T18:44:10.165Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T18:44:10.165Z] |resulting in a failed snap build CI check in the associated [2021-02-04T18:44:10.165Z] |pull request. [2021-02-04T18:44:10.165Z] | [2021-02-04T18:44:10.165Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T18:44:10.165Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T18:44:10.165Z] |need to build the finally binary .snap file (and it won't [2021-02-04T18:44:10.165Z] |work with the patch applied). This further reduces the build [2021-02-04T18:44:10.165Z] |time. [2021-02-04T18:44:10.165Z] |--- [2021-02-04T18:44:10.165Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T18:44:10.165Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T18:44:10.165Z] | [2021-02-04T18:44:10.165Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T18:44:10.165Z] |index 1e537489..faf42425 100644 [2021-02-04T18:44:10.165Z] |--- a/snap/snapcraft.yaml [2021-02-04T18:44:10.165Z] |+++ b/snap/snapcraft.yaml [2021-02-04T18:44:10.165Z] -------------------------- [2021-02-04T18:44:10.165Z] patching file snap/snapcraft.yaml [2021-02-04T18:44:10.165Z] Using Plan A... [2021-02-04T18:44:10.165Z] Hunk #1 succeeded at 73. [2021-02-04T18:44:10.165Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T18:44:10.165Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T18:44:10.165Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T18:44:10.165Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T18:44:10.165Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T18:44:10.165Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T18:44:10.165Z] Hunk #8 succeeded at 342. [2021-02-04T18:44:10.165Z] Hmm... Ignoring the trailing garbage. [2021-02-04T18:44:10.165Z] done [2021-02-04T18:44:10.165Z] + sudo snapcraft prime --use-lxd [2021-02-04T18:44:11.216Z] 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-04T18:44:11.549Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T18:44:11.550Z] 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-04T18:44:11.550Z] - README.md [2021-02-04T18:44:11.550Z] - snapcraft.yaml.orig [2021-02-04T18:44:11.550Z] [2021-02-04T18:44:11.550Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T18:44:12.195Z] 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-04T18:44:12.493Z] Launching a container. [2021-02-04T18:44:17.610Z] 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-04T18:44:23.019Z] 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-04T18:44:24.725Z] Waiting for container to be ready [2021-02-04T18:44:24.725Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T18:44:24.725Z] [2021-02-04T18:44:26.410Z] 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-04T18:44:26.636Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T18:44:27.209Z] Waiting for network to be ready... [2021-02-04T18:44:27.781Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T18:44:27.781Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T18:44:28.044Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T18:44:28.044Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T18:44:28.306Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T18:44:28.568Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T18:44:28.568Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T18:44:28.568Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T18:44:28.568Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T18:44:28.568Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T18:44:28.568Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T18:44:28.568Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T18:44:28.568Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T18:44:28.568Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T18:44:28.568Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T18:44:28.568Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T18:44:28.568Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T18:44:28.568Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T18:44:28.829Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T18:44:29.398Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T18:44:29.398Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T18:44:29.398Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T18:44:29.398Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T18:44:29.398Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T18:44:29.398Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T18:44:29.398Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T18:44:29.398Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T18:44:30.707Z] 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-04T18:44:31.945Z] Fetched 23.9 MB in 4s (5544 kB/s) [2021-02-04T18:44:32.516Z] Reading package lists... [2021-02-04T18:44:32.776Z] Reading package lists... [2021-02-04T18:44:32.776Z] Building dependency tree... [2021-02-04T18:44:32.776Z] Reading state information... [2021-02-04T18:44:33.036Z] The following additional packages will be installed: [2021-02-04T18:44:33.036Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T18:44:33.036Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T18:44:33.036Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T18:44:33.036Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T18:44:33.036Z] Suggested packages: [2021-02-04T18:44:33.036Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T18:44:33.036Z] Recommended packages: [2021-02-04T18:44:33.036Z] gnupg libsasl2-modules [2021-02-04T18:44:33.036Z] The following NEW packages will be installed: [2021-02-04T18:44:33.036Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T18:44:33.036Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T18:44:33.036Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T18:44:33.036Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T18:44:33.036Z] The following packages will be upgraded: [2021-02-04T18:44:33.036Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T18:44:33.036Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T18:44:33.036Z] Need to get 3533 kB of archives. [2021-02-04T18:44:33.036Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T18:44:33.036Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T18:44:33.036Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T18:44:33.036Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T18:44:33.036Z] 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-04T18:44:33.036Z] 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-04T18:44:33.036Z] 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-04T18:44:33.036Z] 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-04T18:44:33.036Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T18:44:33.297Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T18:44:33.557Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T18:44:33.818Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T18:44:33.818Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T18:44:33.818Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T18:44:33.818Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T18:44:33.818Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T18:44:33.818Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T18:44:33.818Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T18:44:33.818Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T18:44:34.078Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T18:44:34.078Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T18:44:34.078Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T18:44:34.078Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T18:44:34.078Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T18:44:34.078Z] Fetched 3533 kB in 1s (3166 kB/s) [2021-02-04T18:44:34.080Z] 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-04T18:44:34.339Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T18:44:34.339Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T18:44:34.339Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T18:44:34.339Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T18:44:34.339Z] Selecting previously unselected package udev. [2021-02-04T18:44:34.598Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T18:44:34.599Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T18:44:34.599Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T18:44:34.858Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T18:44:34.858Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T18:44:34.858Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T18:44:34.858Z] Selecting previously unselected package fuse. [2021-02-04T18:44:34.858Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T18:44:34.858Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T18:44:34.858Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T18:44:34.858Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T18:44:35.118Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T18:44:35.119Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T18:44:35.119Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T18:44:35.119Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T18:44:35.379Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T18:44:35.379Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T18:44:35.379Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T18:44:35.379Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T18:44:35.379Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T18:44:35.379Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:35.640Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T18:44:35.640Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T18:44:35.640Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:35.640Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T18:44:35.640Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T18:44:35.640Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:35.901Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T18:44:35.901Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T18:44:35.901Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:35.901Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T18:44:35.901Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T18:44:35.901Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:35.901Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T18:44:35.901Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T18:44:35.901Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:36.162Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T18:44:36.162Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T18:44:36.162Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:36.162Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T18:44:36.162Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T18:44:36.162Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:36.423Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T18:44:36.423Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T18:44:36.423Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:36.423Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T18:44:36.423Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T18:44:36.423Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T18:44:36.423Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T18:44:36.423Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T18:44:36.423Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T18:44:36.686Z] Selecting previously unselected package libldap-common. [2021-02-04T18:44:36.687Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T18:44:36.687Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T18:44:36.687Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T18:44:36.687Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T18:44:36.687Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T18:44:36.687Z] Selecting previously unselected package dirmngr. [2021-02-04T18:44:36.687Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T18:44:36.687Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T18:44:36.948Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T18:44:36.948Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T18:44:36.948Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T18:44:36.948Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T18:44:36.948Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T18:44:36.948Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T18:44:36.948Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:37.208Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T18:44:37.208Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T18:44:37.208Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T18:44:37.468Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T18:44:37.728Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:37.728Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T18:44:37.728Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T18:44:37.728Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T18:44:37.728Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:37.728Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:37.728Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:37.989Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:37.989Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:37.989Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:37.989Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T18:44:37.989Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T18:44:37.989Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T18:44:37.989Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T18:44:38.407Z] 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-04T18:44:38.559Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T18:44:38.559Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T18:44:38.559Z] This means they are not meant to be enabled using systemctl. [2021-02-04T18:44:38.559Z] Possible reasons for having this kind of units are: [2021-02-04T18:44:38.559Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T18:44:38.559Z] .wants/ or .requires/ directory. [2021-02-04T18:44:38.559Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T18:44:38.559Z] a requirement dependency on it. [2021-02-04T18:44:38.559Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T18:44:38.559Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T18:44:38.559Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T18:44:38.559Z] instance name specified. [2021-02-04T18:44:38.820Z] Reading package lists... [2021-02-04T18:44:38.820Z] Building dependency tree... [2021-02-04T18:44:38.820Z] Reading state information... [2021-02-04T18:44:39.081Z] The following additional packages will be installed: [2021-02-04T18:44:39.081Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T18:44:39.081Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T18:44:39.081Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T18:44:39.081Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T18:44:39.081Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T18:44:39.081Z] Suggested packages: [2021-02-04T18:44:39.081Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T18:44:39.081Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T18:44:39.081Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T18:44:39.081Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T18:44:39.081Z] systemd-container policykit-1 [2021-02-04T18:44:39.081Z] Recommended packages: [2021-02-04T18:44:39.081Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T18:44:39.081Z] The following NEW packages will be installed: [2021-02-04T18:44:39.081Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T18:44:39.081Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T18:44:39.081Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T18:44:39.081Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T18:44:39.081Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T18:44:39.081Z] The following packages will be upgraded: [2021-02-04T18:44:39.081Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T18:44:39.340Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T18:44:39.340Z] Need to get 35.2 MB of archives. [2021-02-04T18:44:39.340Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T18:44:39.340Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T18:44:39.340Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T18:44:39.911Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T18:44:39.911Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T18:44:39.911Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T18:44:39.911Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T18:44:39.911Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T18:44:39.911Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T18:44:39.911Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T18:44:40.171Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-04T18:44:40.171Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T18:44:40.171Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T18:44:40.171Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T18:44:40.171Z] 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-04T18:44:40.171Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T18:44:40.171Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T18:44:40.171Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T18:44:40.171Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T18:44:40.171Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T18:44:40.171Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T18:44:40.431Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T18:44:40.431Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T18:44:40.431Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T18:44:40.431Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T18:44:40.431Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T18:44:40.431Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T18:44:40.431Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T18:44:40.431Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T18:44:40.431Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T18:44:40.431Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T18:44:41.372Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T18:44:41.372Z] Fetched 35.2 MB in 2s (15.3 MB/s) [2021-02-04T18:44:41.633Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T18:44:41.633Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T18:44:41.633Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T18:44:42.577Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T18:44:42.577Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T18:44:42.577Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T18:44:42.715Z] 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-04T18:44:42.838Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T18:44:42.838Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T18:44:42.838Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T18:44:42.838Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T18:44:43.100Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T18:44:43.100Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T18:44:43.100Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T18:44:43.360Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T18:44:43.360Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T18:44:43.933Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T18:44:43.933Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T18:44:43.933Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T18:44:43.933Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T18:44:44.194Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T18:44:44.194Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T18:44:44.194Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T18:44:44.454Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T18:44:44.454Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T18:44:44.454Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T18:44:44.454Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T18:44:44.454Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T18:44:44.454Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T18:44:44.713Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T18:44:44.973Z] Checking for services that may need to be restarted...done. [2021-02-04T18:44:44.973Z] Checking for services that may need to be restarted...done. [2021-02-04T18:44:44.973Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T18:44:44.973Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T18:44:44.973Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T18:44:45.542Z] Selecting previously unselected package python3-minimal. [2021-02-04T18:44:45.542Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T18:44:45.542Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T18:44:45.542Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T18:44:45.542Z] Selecting previously unselected package mime-support. [2021-02-04T18:44:45.542Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T18:44:45.542Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T18:44:45.802Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T18:44:45.802Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T18:44:45.802Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T18:44:45.802Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T18:44:45.802Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T18:44:45.802Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T18:44:46.063Z] Selecting previously unselected package python3.6. [2021-02-04T18:44:46.064Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T18:44:46.064Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T18:44:46.064Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T18:44:46.324Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T18:44:46.324Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T18:44:46.324Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T18:44:46.583Z] Selecting previously unselected package python3. [2021-02-04T18:44:46.583Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T18:44:46.583Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T18:44:46.583Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T18:44:46.583Z] Selecting previously unselected package multiarch-support. [2021-02-04T18:44:46.583Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T18:44:46.583Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T18:44:46.583Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T18:44:46.844Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T18:44:46.844Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T18:44:46.844Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T18:44:46.844Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T18:44:46.844Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T18:44:46.844Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T18:44:46.844Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T18:44:47.105Z] Selecting previously unselected package sudo. [2021-02-04T18:44:47.105Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T18:44:47.105Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T18:44:47.105Z] Selecting previously unselected package apparmor. [2021-02-04T18:44:47.105Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T18:44:47.105Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T18:44:47.677Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T18:44:47.677Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T18:44:47.677Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T18:44:47.677Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T18:44:47.677Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T18:44:47.677Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T18:44:47.937Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T18:44:47.937Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T18:44:47.937Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T18:44:47.937Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T18:44:47.937Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T18:44:47.937Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T18:44:47.937Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T18:44:47.937Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T18:44:47.937Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [Pipeline] } [2021-02-04T18:44:48.127Z] $ docker stop --time=1 1e2812f3317ff47dd1a06a6b48da014abbb25a680ffbbb583a1c2aeec9d1c042 [2021-02-04T18:44:48.197Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T18:44:48.197Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T18:44:48.197Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T18:44:48.197Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T18:44:48.197Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T18:44:48.197Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T18:44:48.458Z] Selecting previously unselected package openssh-client. [2021-02-04T18:44:48.458Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T18:44:48.458Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T18:44:48.717Z] Selecting previously unselected package squashfs-tools. [2021-02-04T18:44:48.717Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T18:44:48.717Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T18:44:48.717Z] Selecting previously unselected package snapd. [2021-02-04T18:44:48.717Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T18:44:48.717Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T18:44:50.629Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T18:44:50.629Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T18:44:50.743Z] $ docker rm -f 1e2812f3317ff47dd1a06a6b48da014abbb25a680ffbbb583a1c2aeec9d1c042 [2021-02-04T18:44:50.891Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T18:44:50.891Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T18:44:50.891Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T18:44:50.891Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T18:44:50.891Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T18:44:51.152Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T18:44:51.152Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-04T18:44:52.096Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T18:44:52.096Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T18:44:52.096Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T18:44:52.096Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T18:44:52.096Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T18:44:52.096Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:44:52.671Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T18:44:52.671Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T18:44:52.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T18:44:52.682Z] [2021-02-04T18:44:52.682Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:44:52.932Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T18:44:53.064Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T18:44:53.335Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T18:44:53.335Z] 29e5d40040c1: Pulling fs layer [2021-02-04T18:44:53.335Z] 1ce36da41761: Pulling fs layer [2021-02-04T18:44:53.335Z] 25b303627fd3: Pulling fs layer [2021-02-04T18:44:53.506Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T18:44:53.609Z] 29e5d40040c1: Verifying Checksum [2021-02-04T18:44:53.609Z] 29e5d40040c1: Download complete [2021-02-04T18:44:53.767Z] running python rtupdate hooks for python3.6... [2021-02-04T18:44:53.767Z] running python post-rtupdate hooks for python3.6... [2021-02-04T18:44:53.767Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T18:44:54.594Z] 29e5d40040c1: Pull complete [2021-02-04T18:44:54.594Z] 1ce36da41761: Verifying Checksum [2021-02-04T18:44:54.594Z] 1ce36da41761: Download complete [2021-02-04T18:44:55.155Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T18:44:55.416Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T18:44:55.416Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T18:44:55.416Z] Setting up snapd (2.48+18.04) ... [2021-02-04T18:44:55.574Z] 25b303627fd3: Verifying Checksum [2021-02-04T18:44:55.574Z] 25b303627fd3: Download complete [2021-02-04T18:44:55.847Z] 1ce36da41761: Pull complete [2021-02-04T18:44:55.989Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T18:44:55.989Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T18:44:56.250Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T18:44:56.511Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T18:44:56.511Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T18:44:56.511Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T18:44:56.773Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T18:44:57.034Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T18:44:57.034Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T18:44:57.294Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T18:44:57.555Z] /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-04T18:44:57.555Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T18:44:57.555Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T18:44:58.496Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T18:44:58.496Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T18:44:58.496Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T18:44:59.698Z] Reading package lists... [2021-02-04T18:44:59.698Z] Reading package lists... [2021-02-04T18:44:59.959Z] Building dependency tree... [2021-02-04T18:44:59.959Z] Reading state information... [2021-02-04T18:44:59.959Z] Calculating upgrade... [2021-02-04T18:45:00.220Z] The following packages will be upgraded: [2021-02-04T18:45:00.220Z] advancecomp base-files bash binutils binutils-common [2021-02-04T18:45:00.220Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T18:45:00.220Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T18:45:00.220Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T18:45:00.220Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T18:45:00.220Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T18:45:00.220Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T18:45:00.220Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T18:45:00.220Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T18:45:00.220Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T18:45:00.220Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T18:45:00.220Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T18:45:00.220Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T18:45:00.220Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T18:45:00.220Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T18:45:00.220Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T18:45:00.220Z] Need to get 63.8 MB of archives. [2021-02-04T18:45:00.220Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T18:45:00.220Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T18:45:00.481Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T18:45:00.481Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T18:45:00.481Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T18:45:00.481Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T18:45:00.481Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T18:45:00.481Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T18:45:00.481Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T18:45:00.481Z] 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-04T18:45:00.481Z] 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-04T18:45:00.481Z] 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-04T18:45:00.481Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T18:45:00.481Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T18:45:00.481Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T18:45:00.481Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T18:45:00.481Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T18:45:00.481Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T18:45:00.481Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T18:45:00.481Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T18:45:00.481Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T18:45:00.481Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T18:45:00.481Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T18:45:00.481Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T18:45:00.481Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T18:45:00.481Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T18:45:00.481Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T18:45:00.481Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T18:45:00.481Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T18:45:00.481Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T18:45:00.481Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T18:45:00.481Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T18:45:00.743Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T18:45:00.743Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T18:45:00.743Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T18:45:00.743Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T18:45:00.743Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T18:45:00.743Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T18:45:00.743Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T18:45:00.743Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T18:45:00.743Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T18:45:00.743Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T18:45:00.743Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T18:45:00.743Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T18:45:00.743Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T18:45:00.743Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T18:45:00.743Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T18:45:00.743Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T18:45:00.743Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T18:45:00.743Z] Get:49 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-04T18:45:00.743Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T18:45:00.743Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T18:45:00.743Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T18:45:00.743Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T18:45:00.743Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T18:45:00.743Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T18:45:00.743Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T18:45:01.003Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T18:45:01.003Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T18:45:01.003Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T18:45:01.003Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T18:45:01.263Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-04T18:45:01.263Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T18:45:01.263Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T18:45:01.263Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T18:45:01.263Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T18:45:01.524Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T18:45:01.524Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T18:45:01.524Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T18:45:01.524Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T18:45:01.524Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T18:45:01.524Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T18:45:01.791Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T18:45:01.791Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T18:45:01.791Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T18:45:01.791Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T18:45:01.791Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T18:45:01.791Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T18:45:01.791Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T18:45:01.791Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T18:45:01.791Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T18:45:01.791Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T18:45:01.791Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-04T18:45:01.791Z] Get:83 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-04T18:45:01.791Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-04T18:45:01.791Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T18:45:01.791Z] Get:86 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-04T18:45:01.791Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T18:45:01.791Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T18:45:01.791Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T18:45:02.073Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-04T18:45:02.073Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T18:45:02.073Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T18:45:02.073Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-04T18:45:02.073Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T18:45:02.074Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T18:45:02.074Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T18:45:02.074Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T18:45:02.074Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T18:45:02.074Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T18:45:02.337Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T18:45:02.337Z] Fetched 63.8 MB in 2s (32.4 MB/s) [2021-02-04T18:45:02.337Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:02.337Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T18:45:02.337Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T18:45:02.919Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T18:45:02.919Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T18:45:03.184Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T18:45:03.184Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T18:45:04.128Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:04.128Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T18:45:04.407Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:04.407Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T18:45:04.669Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:04.669Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T18:45:04.669Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:04.669Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T18:45:04.669Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:04.930Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T18:45:04.931Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:04.931Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T18:45:04.931Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:04.931Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T18:45:05.192Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:05.192Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T18:45:05.192Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:05.192Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T18:45:05.453Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:05.453Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T18:45:05.453Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:05.453Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T18:45:05.714Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:05.714Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T18:45:05.714Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:05.974Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T18:45:05.974Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:06.002Z] 25b303627fd3: Pull complete [2021-02-04T18:45:06.002Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T18:45:06.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T18:45:06.002Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T18:45:06.234Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T18:45:06.234Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T18:45:06.234Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T18:45:06.264Z] prd-ubuntu18.04-docker-arm64-4c-16g-25039 does not seem to be running inside a container [2021-02-04T18:45:06.337Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04T18:45:06.804Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T18:45:06.804Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T18:45:06.804Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T18:45:06.804Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T18:45:06.804Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T18:45:07.074Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T18:45:07.336Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T18:45:07.337Z] Installing new version of config file /etc/issue ... [2021-02-04T18:45:07.337Z] Installing new version of config file /etc/issue.net ... [2021-02-04T18:45:07.337Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T18:45:07.337Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T18:45:07.598Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T18:45:07.598Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T18:45:07.598Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T18:45:07.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:07.861Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T18:45:07.861Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T18:45:08.129Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T18:45:08.129Z] 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-04T18:45:08.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:08.129Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T18:45:08.129Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T18:45:08.390Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T18:45:08.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:08.390Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T18:45:08.390Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T18:45:08.652Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T18:45:08.652Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:08.652Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T18:45:08.652Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T18:45:08.912Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T18:45:09.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:09.173Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T18:45:09.173Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T18:45:09.173Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T18:45:09.327Z] $ docker top 0e339c7171e62c6fe9f11d32f91d06b5e1a504d886c0fb6a0a7b28953d3f24d8 -eo pid,comm [2021-02-04T18:45:09.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:09.439Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T18:45:09.439Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] { [2021-02-04T18:45:09.703Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T18:45:09.704Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:09.704Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T18:45:09.704Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [Pipeline] sh [2021-02-04T18:45:09.966Z] Setting up grep (3.1-2build1) ... [2021-02-04T18:45:09.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:09.966Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T18:45:09.966Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T18:45:10.226Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T18:45:10.226Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:10.226Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T18:45:10.226Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T18:45:10.420Z] + grep parallel [2021-02-04T18:45:10.420Z] + docker-compose build --help [2021-02-04T18:45:10.487Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T18:45:10.487Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:10.487Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T18:45:10.487Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T18:45:11.057Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T18:45:11.057Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T18:45:11.318Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T18:45:11.318Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T18:45:11.888Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T18:45:11.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:11.888Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T18:45:11.888Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T18:45:13.272Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T18:45:13.272Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T18:45:13.272Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T18:45:13.272Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T18:45:13.272Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T18:45:13.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:13.532Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T18:45:13.532Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T18:45:13.532Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T18:45:13.791Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:13.791Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T18:45:13.791Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T18:45:13.791Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T18:45:13.865Z] --parallel Build images in parallel. [2021-02-04T18:45:14.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:14.098Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T18:45:14.098Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T18:45:14.098Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] } [2021-02-04T18:45:14.151Z] $ docker stop --time=1 0e339c7171e62c6fe9f11d32f91d06b5e1a504d886c0fb6a0a7b28953d3f24d8 [2021-02-04T18:45:14.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:14.359Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T18:45:14.359Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T18:45:14.619Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T18:45:14.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:14.619Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T18:45:14.619Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T18:45:14.879Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T18:45:14.879Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:14.879Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T18:45:14.879Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T18:45:15.139Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T18:45:15.139Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T18:45:15.139Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T18:45:15.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:15.400Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T18:45:15.400Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T18:45:15.400Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T18:45:15.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:15.400Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T18:45:15.660Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T18:45:15.660Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T18:45:15.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:15.660Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T18:45:15.660Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T18:45:15.920Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T18:45:15.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:15.920Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T18:45:15.920Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T18:45:16.083Z] $ docker rm -f 0e339c7171e62c6fe9f11d32f91d06b5e1a504d886c0fb6a0a7b28953d3f24d8 [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-02-04T18:45:16.490Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:45:16.750Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T18:45:16.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T18:45:16.876Z] . [Pipeline] withDockerContainer [2021-02-04T18:45:17.012Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T18:45:17.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:17.012Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T18:45:17.012Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T18:45:17.142Z] prd-ubuntu18.04-docker-arm64-4c-16g-25039 does not seem to be running inside a container [2021-02-04T18:45:17.217Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-04T18:45:17.272Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T18:45:17.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T18:45:17.534Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T18:45:17.534Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T18:45:17.534Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T18:45:17.795Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:17.795Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T18:45:17.795Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T18:45:17.795Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T18:45:18.056Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:18.056Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T18:45:18.056Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T18:45:18.316Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T18:45:18.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:18.316Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T18:45:18.577Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T18:45:18.577Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T18:45:18.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:18.577Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T18:45:18.588Z] $ docker top b0663234064d02d3444c5b8ed2f516f1eb699e72ae354cca2801a41ad3e20a7d -eo pid,comm [2021-02-04T18:45:18.840Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T18:45:18.841Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T18:45:18.841Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:18.841Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [Pipeline] { [Pipeline] sh [2021-02-04T18:45:19.100Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T18:45:19.100Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T18:45:19.100Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:19.100Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T18:45:19.359Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T18:45:19.359Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T18:45:19.619Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T18:45:19.623Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:19.623Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T18:45:19.623Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T18:45:19.623Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T18:45:19.885Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T18:45:19.885Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T18:45:19.885Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T18:45:19.885Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T18:45:20.147Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:20.147Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T18:45:20.147Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T18:45:20.147Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T18:45:20.408Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:20.408Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T18:45:20.408Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T18:45:20.408Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T18:45:20.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:20.670Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T18:45:20.670Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T18:45:20.931Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T18:45:20.931Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:20.931Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T18:45:20.931Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T18:45:21.193Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T18:45:21.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:21.193Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T18:45:21.455Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T18:45:21.715Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T18:45:21.715Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:21.715Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T18:45:21.976Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T18:45:21.976Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T18:45:21.976Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:21.976Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T18:45:21.976Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T18:45:22.237Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T18:45:22.237Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:22.237Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T18:45:22.237Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T18:45:22.499Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T18:45:22.499Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:22.499Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T18:45:22.499Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T18:45:22.762Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T18:45:22.762Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:22.762Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T18:45:22.762Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T18:45:22.991Z] Building docker-core-command-go ... [2021-02-04T18:45:22.991Z] Building docker-core-data-go ... [2021-02-04T18:45:22.991Z] Building docker-core-metadata-go ... [2021-02-04T18:45:22.991Z] Building docker-security-bootstrapper-go ... [2021-02-04T18:45:22.991Z] Building docker-security-proxy-setup-go ... [2021-02-04T18:45:22.991Z] Building docker-security-secretstore-setup-go ... [2021-02-04T18:45:22.991Z] Building docker-support-notifications-go ... [2021-02-04T18:45:22.991Z] Building docker-support-scheduler-go ... [2021-02-04T18:45:22.991Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T18:45:22.991Z] Building docker-security-secretstore-setup-go [2021-02-04T18:45:22.991Z] Building docker-security-proxy-setup-go [2021-02-04T18:45:22.991Z] Building docker-core-metadata-go [2021-02-04T18:45:22.991Z] Building docker-support-notifications-go [2021-02-04T18:45:22.991Z] Building docker-support-scheduler-go [2021-02-04T18:45:23.023Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T18:45:23.023Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:23.023Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T18:45:23.283Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T18:45:23.283Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T18:45:23.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T18:45:23.283Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T18:45:23.283Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T18:45:23.544Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T18:45:23.544Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T18:45:23.545Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T18:45:23.545Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T18:45:23.806Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T18:45:23.806Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T18:45:24.067Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T18:45:24.067Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T18:45:24.067Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T18:45:24.067Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T18:45:24.388Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T18:45:24.388Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T18:45:24.649Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T18:45:24.649Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T18:45:24.649Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T18:45:24.910Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T18:45:24.910Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T18:45:24.910Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T18:45:25.170Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T18:45:25.170Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T18:45:25.170Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T18:45:25.170Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T18:45:25.431Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T18:45:25.431Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T18:45:25.693Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T18:45:25.694Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T18:45:26.266Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T18:45:26.527Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T18:45:26.527Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T18:45:26.527Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T18:45:26.527Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T18:45:26.796Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T18:45:27.056Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T18:45:27.056Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T18:45:27.056Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T18:45:27.056Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T18:45:27.317Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T18:45:27.317Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T18:45:27.317Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:27.317Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T18:45:27.576Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:27.576Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T18:45:27.836Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:27.836Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T18:45:27.836Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:27.836Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T18:45:28.854Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:28.854Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T18:45:30.348Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:30.348Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T18:45:30.633Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:30.633Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T18:45:31.207Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:31.207Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T18:45:31.776Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T18:45:32.036Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T18:45:32.036Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T18:45:32.036Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T18:45:32.036Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T18:45:32.296Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T18:45:32.296Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T18:45:32.296Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T18:45:32.557Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T18:45:32.557Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T18:45:32.557Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T18:45:32.557Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T18:45:32.817Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T18:45:32.817Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T18:45:32.817Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T18:45:33.077Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T18:45:33.077Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:33.077Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T18:45:33.077Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:33.077Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:33.340Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:33.340Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T18:45:33.340Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T18:45:33.340Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T18:45:33.340Z] [2021-02-04T18:45:33.340Z] Current default time zone: 'Etc/UTC' [2021-02-04T18:45:33.340Z] Local time is now: Thu Feb 4 18:45:33 UTC 2021. [2021-02-04T18:45:33.340Z] Universal Time is now: Thu Feb 4 18:45:33 UTC 2021. [2021-02-04T18:45:33.340Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T18:45:33.340Z] [2021-02-04T18:45:33.600Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T18:45:33.600Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:33.600Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T18:45:33.600Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T18:45:33.600Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T18:45:33.600Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T18:45:33.600Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T18:45:33.860Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T18:45:33.860Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T18:45:33.860Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T18:45:33.860Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:33.860Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T18:45:34.120Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T18:45:34.120Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T18:45:34.120Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:34.120Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T18:45:34.120Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T18:45:34.120Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T18:45:34.380Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T18:45:34.380Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T18:45:34.380Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T18:45:34.380Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T18:45:34.380Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T18:45:36.295Z] Updating certificates in /etc/ssl/certs... [2021-02-04T18:45:37.239Z] 23 added, 27 removed; done. [2021-02-04T18:45:37.239Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T18:45:37.239Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T18:45:37.239Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T18:45:37.239Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T18:45:37.239Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T18:45:37.239Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T18:45:37.239Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T18:45:37.239Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T18:45:37.239Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T18:45:37.502Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T18:45:37.502Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T18:45:37.502Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T18:45:37.502Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T18:45:37.502Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T18:45:37.502Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T18:45:37.502Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T18:45:37.502Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T18:45:37.763Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T18:45:37.763Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T18:45:37.763Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T18:45:37.763Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T18:45:37.763Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T18:45:38.023Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T18:45:38.023Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T18:45:38.023Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T18:45:38.023Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T18:45:38.023Z] Updating certificates in /etc/ssl/certs... [2021-02-04T18:45:38.594Z] 0 added, 0 removed; done. [2021-02-04T18:45:38.594Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T18:45:38.594Z] done. [2021-02-04T18:45:39.165Z] Reading package lists... [2021-02-04T18:45:39.425Z] Building dependency tree... [2021-02-04T18:45:39.425Z] Reading state information... [2021-02-04T18:45:39.685Z] The following NEW packages will be installed: [2021-02-04T18:45:39.685Z] apt-transport-https [2021-02-04T18:45:39.945Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T18:45:39.945Z] Need to get 1696 B of archives. [2021-02-04T18:45:39.945Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T18:45:39.945Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T18:45:39.945Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T18:45:39.945Z] Fetched 1696 B in 0s (6878 B/s) [2021-02-04T18:45:39.945Z] Selecting previously unselected package apt-transport-https. [2021-02-04T18:45:39.945Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T18:45:39.945Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T18:45:39.945Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T18:45:40.206Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T18:45:40.466Z] Waiting for network to be ready... [2021-02-04T18:45:45.752Z] 2021-02-04T18:45:43Z INFO Waiting for automatic snapd restart... [2021-02-04T18:45:45.752Z] snapd 2.48.2 from Canonical* installed [2021-02-04T18:45:46.695Z] "snapd" switched to the "latest/stable" channel [2021-02-04T18:45:46.695Z] [2021-02-04T18:45:49.241Z] core18 20201210 from Canonical* installed [2021-02-04T18:45:49.502Z] "core18" switched to the "latest/stable" channel [2021-02-04T18:45:49.502Z] [2021-02-04T18:45:52.809Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T18:45:52.809Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T18:45:52.809Z] [2021-02-04T18:45:56.106Z] 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-04T18:45:56.106Z] - README.md [2021-02-04T18:45:56.106Z] - snapcraft.yaml.orig [2021-02-04T18:45:56.106Z] [2021-02-04T18:45:56.106Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T18:46:02.686Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T18:46:02.686Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T18:46:02.686Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T18:46:02.946Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T18:46:03.889Z] Reading package lists... [2021-02-04T18:46:04.150Z] 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-04T18:46:10.729Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T18:46:10.729Z] Reading package lists... [2021-02-04T18:46:10.729Z] Building dependency tree... [2021-02-04T18:46:10.729Z] Reading state information... [2021-02-04T18:46:10.729Z] Suggested packages: [2021-02-04T18:46:10.729Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T18:46:10.729Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T18:46:10.729Z] Recommended packages: [2021-02-04T18:46:10.729Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T18:46:10.729Z] The following NEW packages will be installed: [2021-02-04T18:46:10.729Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T18:46:10.729Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T18:46:10.729Z] pkg-config zip [2021-02-04T18:46:10.729Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T18:46:10.729Z] Need to get 7655 kB of archives. [2021-02-04T18:46:10.729Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T18:46:10.729Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T18:46:10.729Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-04T18:46:10.990Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T18:46:10.990Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T18:46:11.250Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T18:46:11.250Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T18:46:11.250Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T18:46:11.250Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T18:46:11.250Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T18:46:11.250Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T18:46:11.511Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T18:46:11.511Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T18:46:11.511Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T18:46:11.773Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T18:46:11.773Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T18:46:11.773Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T18:46:11.773Z] Fetched 7655 kB in 1s (7088 kB/s) [2021-02-04T18:46:12.034Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T18:46:12.034Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T18:46:12.034Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T18:46:12.034Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T18:46:12.034Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T18:46:12.034Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T18:46:12.034Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T18:46:12.295Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T18:46:12.295Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T18:46:12.295Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T18:46:12.295Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T18:46:12.295Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T18:46:12.295Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T18:46:12.555Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T18:46:12.555Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T18:46:12.555Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T18:46:12.555Z] Selecting previously unselected package liberror-perl. [2021-02-04T18:46:12.555Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T18:46:12.555Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T18:46:12.814Z] Selecting previously unselected package git-man. [2021-02-04T18:46:12.814Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T18:46:12.814Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T18:46:12.814Z] Selecting previously unselected package git. [2021-02-04T18:46:12.814Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T18:46:13.074Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T18:46:13.647Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T18:46:13.647Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T18:46:13.647Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T18:46:13.647Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T18:46:13.647Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T18:46:13.909Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T18:46:13.909Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T18:46:13.909Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T18:46:13.909Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T18:46:13.909Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T18:46:13.909Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T18:46:13.909Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T18:46:14.170Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T18:46:14.170Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T18:46:14.170Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T18:46:14.170Z] Selecting previously unselected package pkg-config. [2021-02-04T18:46:14.170Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T18:46:14.170Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T18:46:14.430Z] Selecting previously unselected package zip. [2021-02-04T18:46:14.430Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T18:46:14.430Z] Unpacking zip (3.0-11build1) ... [2021-02-04T18:46:14.430Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T18:46:14.430Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T18:46:14.430Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T18:46:14.430Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T18:46:14.690Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T18:46:14.690Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T18:46:14.690Z] No schema files found: doing nothing. [2021-02-04T18:46:14.690Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T18:46:14.690Z] Setting up zip (3.0-11build1) ... [2021-02-04T18:46:14.690Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T18:46:14.690Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T18:46:14.690Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T18:46:14.950Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T18:46:14.950Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T18:46:14.950Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T18:46:14.950Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T18:46:14.950Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T18:46:21.535Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T18:46:21.535Z] git set to automatically installed. [2021-02-04T18:46:21.535Z] git-man set to automatically installed. [2021-02-04T18:46:21.535Z] libcurl3-gnutls set to automatically installed. [2021-02-04T18:46:21.535Z] liberror-perl set to automatically installed. [2021-02-04T18:46:21.535Z] libglib2.0-0 set to automatically installed. [2021-02-04T18:46:21.535Z] libnghttp2-14 set to automatically installed. [2021-02-04T18:46:21.535Z] libnorm1 set to automatically installed. [2021-02-04T18:46:21.535Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T18:46:21.535Z] libpsl5 set to automatically installed. [2021-02-04T18:46:21.535Z] librtmp1 set to automatically installed. [2021-02-04T18:46:21.535Z] libsodium23 set to automatically installed. [2021-02-04T18:46:21.535Z] libzmq3-dev set to automatically installed. [2021-02-04T18:46:21.535Z] libzmq5 set to automatically installed. [2021-02-04T18:46:21.535Z] pkg-config set to automatically installed. [2021-02-04T18:46:21.535Z] zip set to automatically installed. [2021-02-04T18:46:23.446Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T18:46:30.030Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T18:46:30.030Z] snap "core18" has no updates available [2021-02-04T18:46:30.972Z] Pulling config-common [2021-02-04T18:46:31.910Z] Pulling go-build-helper [2021-02-04T18:46:44.755Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:46:44.755Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:46:44.755Z] ---> a62581f503dc [2021-02-04T18:46:44.755Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T18:46:44.755Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:46:44.755Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:46:44.755Z] ---> a62581f503dc [2021-02-04T18:46:44.755Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T18:46:44.755Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:46:44.755Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:46:44.755Z] ---> a62581f503dc [2021-02-04T18:46:44.755Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T18:46:44.755Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:46:44.755Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:46:44.755Z] ---> a62581f503dc [2021-02-04T18:46:44.755Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T18:46:44.755Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:46:44.755Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:46:44.755Z] ---> a62581f503dc [2021-02-04T18:46:44.755Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T18:46:44.755Z] ---> Running in bb9ddf24675f [2021-02-04T18:46:44.755Z] ---> Running in 0572315f345e [2021-02-04T18:46:44.755Z] ---> Running in 4551eaf50dfa [2021-02-04T18:46:44.755Z] ---> Running in 3923f10336b0 [2021-02-04T18:46:44.755Z] ---> Running in ab8baf4e206c [2021-02-04T18:46:44.755Z] Removing intermediate container ab8baf4e206c [2021-02-04T18:46:44.755Z] ---> 1aab3e7dd732 [2021-02-04T18:46:44.755Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:46:44.755Z] Removing intermediate container 0572315f345e [2021-02-04T18:46:44.755Z] ---> ea7b461cbd35 [2021-02-04T18:46:44.755Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:46:44.755Z] Removing intermediate container 3923f10336b0 [2021-02-04T18:46:44.755Z] ---> 237d51a38548 [2021-02-04T18:46:44.755Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:46:44.755Z] Removing intermediate container bb9ddf24675f [2021-02-04T18:46:44.755Z] ---> 19521abd7522 [2021-02-04T18:46:44.755Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:46:44.755Z] Removing intermediate container 4551eaf50dfa [2021-02-04T18:46:44.755Z] ---> 37ce86963805 [2021-02-04T18:46:44.755Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:46:44.755Z] ---> Running in 1b9a26ec50dc [2021-02-04T18:46:44.755Z] ---> Running in abc12ea5fe87 [2021-02-04T18:46:44.755Z] ---> Running in b15b3fe2b19d [2021-02-04T18:46:44.755Z] ---> Running in b263cf392295 [2021-02-04T18:46:44.755Z] ---> Running in 4ae2392bc641 [2021-02-04T18:46:44.755Z] Removing intermediate container 1b9a26ec50dc [2021-02-04T18:46:44.755Z] ---> d0454e44c177 [2021-02-04T18:46:44.755Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T18:46:44.755Z] ---> Running in 9780fcd614b3 [2021-02-04T18:46:44.755Z] Removing intermediate container b15b3fe2b19d [2021-02-04T18:46:44.755Z] ---> dd83931d2d2c [2021-02-04T18:46:44.755Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T18:46:44.755Z] Removing intermediate container b263cf392295 [2021-02-04T18:46:44.755Z] ---> 9b80c0a27d48 [2021-02-04T18:46:44.755Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T18:46:44.755Z] ---> Running in 92c74518a170 [2021-02-04T18:46:44.755Z] ---> Running in b43126c2619e [2021-02-04T18:46:44.755Z] Removing intermediate container abc12ea5fe87 [2021-02-04T18:46:44.755Z] ---> 55001b5bafa1 [2021-02-04T18:46:44.755Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T18:46:44.755Z] Removing intermediate container 4ae2392bc641 [2021-02-04T18:46:44.755Z] ---> be232006baea [2021-02-04T18:46:44.755Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T18:46:44.755Z] ---> Running in f4a699cef0c9 [2021-02-04T18:46:44.755Z] ---> Running in 7d2adf32c26e [2021-02-04T18:46:44.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:46:45.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:46:45.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:46:45.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:46:45.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:46:45.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:46:45.913Z] OK: 217 MiB in 51 packages [2021-02-04T18:46:46.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:46:46.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:46:46.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:46:46.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:46:47.066Z] OK: 217 MiB in 51 packages [2021-02-04T18:46:47.066Z] OK: 217 MiB in 51 packages [2021-02-04T18:46:47.066Z] Removing intermediate container 9780fcd614b3 [2021-02-04T18:46:47.066Z] ---> 1abf51c0abb7 [2021-02-04T18:46:47.066Z] Step 6/21 : COPY go.mod . [2021-02-04T18:46:47.342Z] OK: 217 MiB in 51 packages [2021-02-04T18:46:47.342Z] OK: 217 MiB in 51 packages [2021-02-04T18:46:48.333Z] ---> d84d56c155d9 [2021-02-04T18:46:48.333Z] Step 7/21 : RUN go mod download [2021-02-04T18:46:48.607Z] ---> Running in 0bf12967d961 [2021-02-04T18:46:48.607Z] Removing intermediate container b43126c2619e [2021-02-04T18:46:48.607Z] ---> 11035912d9d2 [2021-02-04T18:46:48.607Z] Step 6/22 : COPY go.mod . [2021-02-04T18:46:49.206Z] Removing intermediate container f4a699cef0c9 [2021-02-04T18:46:49.206Z] ---> 72fb323bd2b3 [2021-02-04T18:46:49.206Z] Step 6/22 : COPY go.mod . [2021-02-04T18:46:49.206Z] Removing intermediate container 92c74518a170 [2021-02-04T18:46:49.206Z] ---> b5e660399445 [2021-02-04T18:46:49.206Z] Step 6/23 : COPY go.mod . [2021-02-04T18:46:49.482Z] Removing intermediate container 7d2adf32c26e [2021-02-04T18:46:49.482Z] ---> 2175c901c03e [2021-02-04T18:46:49.482Z] Step 6/24 : COPY go.mod . [2021-02-04T18:46:50.084Z] ---> ca313b1aa892 [2021-02-04T18:46:50.084Z] Step 7/22 : RUN go mod download [2021-02-04T18:46:50.084Z] ---> Running in f1be7836b44c [2021-02-04T18:46:50.359Z] ---> b4c722a40384 [2021-02-04T18:46:50.359Z] Step 7/22 : RUN go mod download [2021-02-04T18:46:50.359Z] ---> 42771d388027 [2021-02-04T18:46:50.359Z] Step 7/23 : RUN go mod download [2021-02-04T18:46:50.359Z] ---> 2a3ffac908e3 [2021-02-04T18:46:50.359Z] Step 7/24 : RUN go mod download [2021-02-04T18:46:50.634Z] ---> Running in 8496d468fa48 [2021-02-04T18:46:50.634Z] ---> Running in 62f49b3751e9 [2021-02-04T18:46:50.634Z] ---> Running in 65253415e004 [2021-02-04T18:46:52.633Z] Removing intermediate container 0bf12967d961 [2021-02-04T18:46:52.633Z] ---> 920d3ebb8983 [2021-02-04T18:46:52.633Z] Step 8/21 : COPY . . [2021-02-04T18:46:53.883Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T18:46:53.883Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T18:46:53.883Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T18:46:53.883Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T18:46:53.883Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T18:46:53.883Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T18:46:53.883Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T18:46:53.883Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T18:46:53.883Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T18:46:53.883Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T18:46:53.883Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T18:46:53.883Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T18:46:53.883Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T18:46:53.883Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T18:46:53.883Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T18:46:53.883Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T18:46:53.883Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T18:46:53.883Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T18:46:53.883Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T18:46:53.883Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T18:46:53.883Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T18:46:53.883Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T18:46:53.883Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T18:46:53.883Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T18:46:53.883Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T18:46:53.883Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T18:46:53.883Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T18:46:53.883Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T18:46:53.883Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T18:46:53.883Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T18:46:53.883Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T18:46:53.883Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T18:46:53.883Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T18:46:53.883Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T18:46:53.883Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T18:46:53.883Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T18:46:53.883Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T18:46:53.883Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T18:46:53.883Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T18:46:53.883Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T18:46:53.883Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T18:46:53.883Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T18:46:53.883Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T18:46:53.883Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T18:46:53.883Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T18:46:53.883Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T18:46:53.883Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T18:46:53.884Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T18:46:53.884Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T18:46:53.884Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T18:46:53.884Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T18:46:53.884Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T18:46:53.884Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T18:46:53.884Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T18:46:53.884Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T18:46:53.884Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T18:46:53.884Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T18:46:53.884Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T18:46:53.884Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T18:46:53.884Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T18:46:53.884Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T18:46:53.884Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T18:46:53.884Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T18:46:53.884Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T18:46:53.884Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T18:46:53.884Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T18:46:53.884Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T18:46:53.884Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T18:46:53.884Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T18:46:53.884Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T18:46:53.884Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T18:46:53.884Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T18:46:53.884Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T18:46:53.884Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T18:46:54.646Z] Removing intermediate container f1be7836b44c [2021-02-04T18:46:54.646Z] ---> 829d4f852d07 [2021-02-04T18:46:54.646Z] Step 8/22 : COPY . . [2021-02-04T18:46:55.246Z] Removing intermediate container 8496d468fa48 [2021-02-04T18:46:55.246Z] ---> 9070876544b1 [2021-02-04T18:46:55.246Z] Step 8/22 : COPY . . [2021-02-04T18:46:55.527Z] Removing intermediate container 62f49b3751e9 [2021-02-04T18:46:55.527Z] ---> 1c7fae661c6a [2021-02-04T18:46:55.527Z] Step 8/24 : COPY . . [2021-02-04T18:46:55.803Z] Removing intermediate container 65253415e004 [2021-02-04T18:46:55.803Z] ---> e23fdd375091 [2021-02-04T18:46:55.803Z] Step 8/23 : COPY . . [2021-02-04T18:46:56.491Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T18:46:56.491Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T18:46:56.491Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T18:46:56.491Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T18:46:56.491Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T18:46:56.491Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T18:46:56.491Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T18:46:56.491Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T18:46:56.491Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T18:46:56.491Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T18:46:56.491Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T18:46:56.491Z] Pulling static-packages [2021-02-04T18:46:56.807Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-04T18:46:56.807Z] Skipping pull go-build-helper (already ran) [2021-02-04T18:46:56.807Z] Skipping pull static-packages (already ran) [2021-02-04T18:46:56.807Z] Building go-build-helper [2021-02-04T18:47:01.107Z] Building static-packages [2021-02-04T18:47:02.491Z] Staging go-build-helper [2021-02-04T18:47:03.060Z] Staging static-packages [2021-02-04T18:47:04.445Z] Pulling go115 [2021-02-04T18:47:05.015Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T18:47:05.015Z] Skipping pull go115 (already ran) [2021-02-04T18:47:05.015Z] Building go115 [2021-02-04T18:47:05.015Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T18:47:05.015Z] Dload Upload Total Spent Left Speed [2021-02-04T18:47:08.095Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 3982k 0 0 11.0M 0 0:00:10 --:--:-- 0:00:10 11.0M 47 115M 47 54.8M 0 0 40.8M 0 0:00:02 0:00:01 0:00:01 40.8M 82 115M 82 94.7M 0 0 39.9M 0 0:00:02 0:00:02 --:--:-- 39.9M 100 115M 100 115M 0 0 38.9M 0 0:00:02 0:00:02 --:--:-- 38.9M [2021-02-04T18:47:08.666Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T18:47:12.868Z] Staging go115 [2021-02-04T18:47:17.074Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T18:47:17.074Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T18:47:17.074Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T18:47:17.074Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T18:47:17.074Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T18:47:17.074Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T18:47:17.074Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T18:47:17.074Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T18:47:17.074Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T18:47:17.074Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T18:47:17.074Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T18:47:17.074Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T18:47:17.074Z] Pulling edgex-go [2021-02-04T18:47:18.493Z] Pulling version [2021-02-04T18:47:19.063Z] Building config-common [2021-02-04T18:47:20.975Z] Skipping build go-build-helper (already ran) [2021-02-04T18:47:20.975Z] Skipping build static-packages (already ran) [2021-02-04T18:47:20.975Z] Skipping build go115 (already ran) [2021-02-04T18:47:20.975Z] Building edgex-go [2021-02-04T18:47:21.237Z] 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-04T18:47:22.617Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T18:47:22.617Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-04T18:47:22.617Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-04T18:47:22.617Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T18:47:22.617Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T18:47:22.617Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T18:47:22.617Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-04T18:47:22.617Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T18:47:22.617Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T18:47:22.617Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T18:47:22.617Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T18:47:22.617Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T18:47:22.617Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T18:47:22.617Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T18:47:22.617Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T18:47:22.617Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T18:47:22.617Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T18:47:22.617Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T18:47:22.617Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T18:47:22.617Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T18:47:22.617Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T18:47:22.620Z] ---> fe9610220f77 [2021-02-04T18:47:22.620Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T18:47:22.620Z] ---> 652779acc729 [2021-02-04T18:47:22.620Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T18:47:22.620Z] ---> 949dccbc3be9 [2021-02-04T18:47:22.620Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T18:47:22.620Z] ---> 99b7dfc39497 [2021-02-04T18:47:22.620Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T18:47:22.620Z] ---> 46a0c0d26d97 [2021-02-04T18:47:22.620Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T18:47:22.620Z] ---> Running in 71fbdf58666f [2021-02-04T18:47:22.620Z] ---> Running in fa917940ac96 [2021-02-04T18:47:22.620Z] ---> Running in ce31e4090ef6 [2021-02-04T18:47:22.620Z] ---> Running in 3ae4c5ec97ad [2021-02-04T18:47:22.620Z] ---> Running in 99cc745dc29c [2021-02-04T18:47:22.620Z] 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-04T18:47:22.877Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T18:47:22.877Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T18:47:22.877Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T18:47:22.877Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T18:47:22.877Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T18:47:22.877Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T18:47:22.900Z] 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-04T18:47:23.176Z] 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-04T18:47:23.449Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T18:47:23.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-04T18:47:23.452Z] 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-04T18:47:23.709Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T18:47:30.284Z] 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-04T18:47:33.579Z] 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-04T18:47:34.530Z] 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-04T18:47:35.913Z] 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-04T18:47:35.913Z] 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-04T18:47:35.913Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T18:47:36.173Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T18:47:36.173Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T18:47:36.173Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T18:47:37.555Z] 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-04T18:47:37.816Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T18:47:37.816Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T18:47:39.198Z] 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-04T18:47:39.770Z] 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-04T18:47:39.770Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T18:47:41.154Z] 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-04T18:47:41.723Z] 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-04T18:47:42.666Z] 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-04T18:47:42.666Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T18:47:43.606Z] 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-04T18:47:43.867Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T18:47:47.181Z] Building version [2021-02-04T18:47:49.090Z] Staging config-common [2021-02-04T18:47:49.660Z] Skipping stage go-build-helper (already ran) [2021-02-04T18:47:49.660Z] Skipping stage static-packages (already ran) [2021-02-04T18:47:49.660Z] Skipping stage go115 (already ran) [2021-02-04T18:47:49.660Z] Staging edgex-go [2021-02-04T18:47:50.597Z] Staging version [2021-02-04T18:47:51.536Z] Priming config-common [2021-02-04T18:47:52.473Z] Priming go-build-helper [2021-02-04T18:47:53.413Z] Priming static-packages [2021-02-04T18:47:55.960Z] Priming go115 [2021-02-04T18:47:56.531Z] Priming edgex-go [2021-02-04T18:47:57.914Z] Priming version [2021-02-04T18:47:58.857Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T18:48:45.285Z] 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-04T18:48:45.285Z] 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-04T18:48:53.610Z] Removing intermediate container ce31e4090ef6 [2021-02-04T18:48:53.610Z] ---> 2274bc9761db [2021-02-04T18:48:53.610Z] [2021-02-04T18:48:53.610Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T18:48:53.610Z] 3.12: Pulling from library/alpine [2021-02-04T18:48:55.609Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T18:48:55.609Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T18:48:55.609Z] ---> afeebe901d6b [2021-02-04T18:48:55.609Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T18:48:56.234Z] ---> Running in eccb2b5973e0 [2021-02-04T18:48:58.909Z] Removing intermediate container 71fbdf58666f [2021-02-04T18:48:58.909Z] ---> 7e0bd6e91462 [2021-02-04T18:48:58.909Z] [2021-02-04T18:48:58.909Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T18:48:58.909Z] ---> afeebe901d6b [2021-02-04T18:48:58.909Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T18:48:58.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:48:58.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:48:58.909Z] ---> Running in 8b9a7270106e [2021-02-04T18:48:59.910Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T18:48:59.910Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T18:48:59.910Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T18:48:59.910Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T18:48:59.910Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T18:48:59.910Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:48:59.910Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T18:49:00.528Z] OK: 7 MiB in 19 packages [2021-02-04T18:49:01.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:49:01.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:49:02.029Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T18:49:02.029Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T18:49:02.029Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T18:49:02.029Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T18:49:02.029Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:49:02.029Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T18:49:02.634Z] OK: 7 MiB in 18 packages [2021-02-04T18:49:03.342Z] Removing intermediate container eccb2b5973e0 [2021-02-04T18:49:03.342Z] ---> 05fa8c2a1ae4 [2021-02-04T18:49:03.342Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T18:49:03.739Z] ---> Running in 3b821033d2cc [2021-02-04T18:49:05.306Z] Removing intermediate container 3b821033d2cc [2021-02-04T18:49:05.306Z] ---> 590e07527471 [2021-02-04T18:49:05.306Z] Step 13/24 : WORKDIR / [2021-02-04T18:49:05.306Z] Removing intermediate container 8b9a7270106e [2021-02-04T18:49:05.306Z] ---> 94830846c7df [2021-02-04T18:49:05.306Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T18:49:05.637Z] ---> Running in 17ca8ead1321 [2021-02-04T18:49:05.924Z] ---> Running in 238006babc52 [2021-02-04T18:49:06.527Z] Removing intermediate container 17ca8ead1321 [2021-02-04T18:49:06.527Z] ---> f1489cff6c15 [2021-02-04T18:49:06.527Z] 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-04T18:49:06.527Z] Removing intermediate container 238006babc52 [2021-02-04T18:49:06.527Z] ---> 61cb375c9793 [2021-02-04T18:49:06.527Z] Step 13/21 : WORKDIR /edgex [2021-02-04T18:49:06.803Z] ---> Running in 018885acc76f [2021-02-04T18:49:07.791Z] Removing intermediate container 018885acc76f [2021-02-04T18:49:07.791Z] ---> da061a083dd4 [2021-02-04T18:49:07.791Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T18:49:08.073Z] ---> fa26a5eb51f9 [2021-02-04T18:49:08.073Z] 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-04T18:49:09.528Z] ---> 1e8358c3bb7b [2021-02-04T18:49:09.528Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T18:49:09.810Z] ---> c6e10f7c0cdc [2021-02-04T18:49:09.810Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T18:49:11.267Z] ---> 931fc80c40a6 [2021-02-04T18:49:11.267Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T18:49:11.267Z] ---> 26cffdf98cf7 [2021-02-04T18:49:11.267Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T18:49:14.677Z] ---> c3f094860222 [2021-02-04T18:49:14.677Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T18:49:14.677Z] ---> 28d6c4715b06 [2021-02-04T18:49:14.677Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T18:49:15.277Z] ---> Running in 47fc3ba9e14a [2021-02-04T18:49:15.547Z] Removing intermediate container 99cc745dc29c [2021-02-04T18:49:15.547Z] ---> 550af9cde515 [2021-02-04T18:49:15.547Z] [2021-02-04T18:49:15.547Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T18:49:15.547Z] ---> afeebe901d6b [2021-02-04T18:49:15.547Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T18:49:15.547Z] Removing intermediate container fa917940ac96 [2021-02-04T18:49:15.547Z] ---> 79409de79b95 [2021-02-04T18:49:15.547Z] [2021-02-04T18:49:15.547Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T18:49:15.547Z] ---> afeebe901d6b [2021-02-04T18:49:15.547Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T18:49:16.147Z] ---> Running in f1c0891d6c5c [2021-02-04T18:49:16.147Z] ---> Running in 396bd29e8e7d [2021-02-04T18:49:16.419Z] Removing intermediate container 47fc3ba9e14a [2021-02-04T18:49:16.419Z] ---> bd03e00fa148 [2021-02-04T18:49:16.419Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T18:49:16.419Z] ---> d48a705d563e [2021-02-04T18:49:16.419Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T18:49:16.699Z] ---> Running in 07d850c15378 [2021-02-04T18:49:17.693Z] Removing intermediate container 07d850c15378 [2021-02-04T18:49:17.693Z] ---> 193f70a2738f [2021-02-04T18:49:17.693Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T18:49:17.964Z] ---> 8cb4896bbfde [2021-02-04T18:49:17.964Z] 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-04T18:49:18.241Z] ---> Running in a3f836c19260 [2021-02-04T18:49:18.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:49:18.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:49:18.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:49:18.516Z] ---> Running in aac842cd2ea3 [2021-02-04T18:49:18.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:49:19.119Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T18:49:19.119Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:49:19.119Z] Removing intermediate container a3f836c19260 [2021-02-04T18:49:19.119Z] ---> d2936507b3e6 [2021-02-04T18:49:19.119Z] Step 20/21 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:49:19.119Z] OK: 5 MiB in 15 packages [2021-02-04T18:49:19.119Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T18:49:19.398Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T18:49:19.398Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:49:19.398Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T18:49:19.677Z] OK: 6 MiB in 16 packages [2021-02-04T18:49:19.677Z] ---> Running in d3842f801640 [2021-02-04T18:49:20.664Z] Removing intermediate container 3ae4c5ec97ad [2021-02-04T18:49:20.664Z] ---> a94ead0aedd7 [2021-02-04T18:49:20.664Z] [2021-02-04T18:49:20.664Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T18:49:20.664Z] ---> afeebe901d6b [2021-02-04T18:49:20.664Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T18:49:20.664Z] Removing intermediate container d3842f801640 [2021-02-04T18:49:20.664Z] ---> d39ae4232171 [2021-02-04T18:49:20.664Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T18:49:21.262Z] ---> Running in 8d8f312e598b [2021-02-04T18:49:21.262Z] ---> Running in 76db033e5cef [2021-02-04T18:49:21.262Z] Removing intermediate container 396bd29e8e7d [2021-02-04T18:49:21.262Z] ---> ffd70eef8497 [2021-02-04T18:49:21.262Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T18:49:21.860Z] ---> Running in 0e05672392f3 [2021-02-04T18:49:22.132Z] Removing intermediate container 8d8f312e598b [2021-02-04T18:49:22.132Z] ---> fabc20d7a55f [2021-02-04T18:49:22.132Z] [2021-02-04T18:49:22.132Z] Removing intermediate container aac842cd2ea3 [2021-02-04T18:49:22.132Z] ---> 087d69c0b3e0 [2021-02-04T18:49:22.132Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T18:49:22.745Z] Removing intermediate container f1c0891d6c5c [2021-02-04T18:49:22.745Z] ---> c229cab5af3c [2021-02-04T18:49:22.745Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T18:49:22.745Z] Removing intermediate container 0e05672392f3 [2021-02-04T18:49:22.745Z] ---> c9f25551e9c7 [2021-02-04T18:49:22.745Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T18:49:22.745Z] ---> Running in ad6a031848cd [2021-02-04T18:49:22.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:49:22.745Z] Successfully built fabc20d7a55f [2021-02-04T18:49:23.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:49:23.022Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T18:49:23.022Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-04T18:49:23.022Z] ---> Running in c0a8b6269e89 [2021-02-04T18:49:23.022Z] ---> Running in bceaa1c958e6 [2021-02-04T18:49:23.296Z] Removing intermediate container ad6a031848cd [2021-02-04T18:49:23.296Z] ---> 6195adf72e3b [2021-02-04T18:49:23.296Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T18:49:23.589Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T18:49:23.589Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:49:23.589Z] OK: 5 MiB in 15 packages [2021-02-04T18:49:23.589Z] ---> Running in 84bdd9292a66 [2021-02-04T18:49:23.875Z] Removing intermediate container c0a8b6269e89 [2021-02-04T18:49:23.875Z] ---> 64c778d0688f [2021-02-04T18:49:23.875Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T18:49:24.148Z] Removing intermediate container bceaa1c958e6 [2021-02-04T18:49:24.148Z] ---> 7433728868c6 [2021-02-04T18:49:24.148Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T18:49:25.130Z] ---> Running in 63d793811968 [2021-02-04T18:49:25.130Z] ---> Running in 4db8afec941d [2021-02-04T18:49:25.725Z] Removing intermediate container 84bdd9292a66 [2021-02-04T18:49:25.725Z] ---> 1afe942ec742 [2021-02-04T18:49:25.725Z] Step 23/24 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:49:26.736Z] Removing intermediate container 63d793811968 [2021-02-04T18:49:26.736Z] ---> f8c97a193336 [2021-02-04T18:49:26.736Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T18:49:26.736Z] Removing intermediate container 4db8afec941d [2021-02-04T18:49:26.736Z] ---> d4308c032fcf [2021-02-04T18:49:26.736Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:49:26.736Z] ---> Running in c3ddd16f898a [2021-02-04T18:49:27.012Z] Removing intermediate container 76db033e5cef [2021-02-04T18:49:27.012Z] ---> 6add403b236d [2021-02-04T18:49:27.012Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T18:49:27.609Z] ---> Running in e47a5ee67d8d [2021-02-04T18:49:28.204Z] ---> Running in a76f5bc773d2 [2021-02-04T18:49:28.802Z] ---> c4a3b032e273 [2021-02-04T18:49:28.802Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T18:49:28.802Z] Removing intermediate container c3ddd16f898a [2021-02-04T18:49:28.802Z] ---> a13cade96f89 [2021-02-04T18:49:28.802Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T18:49:28.802Z] Removing intermediate container e47a5ee67d8d [2021-02-04T18:49:28.802Z] ---> 2d01ce630f27 [2021-02-04T18:49:28.802Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:49:29.096Z] ---> Running in f8782dba283d [2021-02-04T18:49:29.096Z] Removing intermediate container a76f5bc773d2 [2021-02-04T18:49:29.096Z] ---> a054d9176b26 [2021-02-04T18:49:29.096Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T18:49:30.076Z] ---> Running in b9e3308a20a8 [2021-02-04T18:49:30.352Z] ---> f28e84e6b581 [2021-02-04T18:49:30.352Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T18:49:30.631Z] Removing intermediate container f8782dba283d [2021-02-04T18:49:30.631Z] ---> ed342eb51aa1 [2021-02-04T18:49:30.631Z] [2021-02-04T18:49:30.631Z] ---> a073cb6263f2 [2021-02-04T18:49:30.631Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T18:49:30.907Z] Successfully built ed342eb51aa1 [2021-02-04T18:49:31.180Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T18:49:31.180Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-04T18:49:31.180Z] Removing intermediate container b9e3308a20a8 [2021-02-04T18:49:31.180Z] ---> b5d0ef1006e5 [2021-02-04T18:49:31.180Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T18:49:32.160Z] ---> 142ec2190688 [2021-02-04T18:49:32.160Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T18:49:32.160Z] ---> Running in 59c955f0303e [2021-02-04T18:49:32.764Z] ---> Running in eb2856e3a28c [2021-02-04T18:49:32.764Z] ---> 39e098e6acc0 [2021-02-04T18:49:32.764Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T18:49:33.363Z] Removing intermediate container 59c955f0303e [2021-02-04T18:49:33.363Z] ---> ec39d21cc631 [2021-02-04T18:49:33.363Z] Step 15/23 : WORKDIR / [2021-02-04T18:49:33.955Z] Removing intermediate container eb2856e3a28c [2021-02-04T18:49:33.955Z] ---> 37fca9585f31 [2021-02-04T18:49:33.955Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:49:34.259Z] ---> Running in d23c38554a67 [2021-02-04T18:49:34.860Z] ---> c7d6e4d61af9 [2021-02-04T18:49:34.860Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T18:49:35.132Z] ---> Running in 583bf1051111 [2021-02-04T18:49:35.728Z] ---> Running in 2f6f64ad8481 [2021-02-04T18:49:36.008Z] Removing intermediate container d23c38554a67 [2021-02-04T18:49:36.008Z] ---> f62f8e12c5fd [2021-02-04T18:49:36.008Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:49:36.606Z] Removing intermediate container 583bf1051111 [2021-02-04T18:49:36.606Z] ---> 26728e92d8ac [2021-02-04T18:49:36.606Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T18:49:36.877Z] Removing intermediate container 2f6f64ad8481 [2021-02-04T18:49:36.877Z] ---> 977e02f6617c [2021-02-04T18:49:36.877Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:49:37.147Z] ---> Running in 72e28ecf0c6c [2021-02-04T18:49:37.425Z] ---> Running in 64a2049f1e54 [2021-02-04T18:49:37.425Z] ---> bff1be6ba09b [2021-02-04T18:49:37.425Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T18:49:38.413Z] Removing intermediate container 72e28ecf0c6c [2021-02-04T18:49:38.413Z] ---> 8b079f738a2b [2021-02-04T18:49:38.413Z] Step 21/22 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:49:39.032Z] Removing intermediate container 64a2049f1e54 [2021-02-04T18:49:39.032Z] ---> 49a1bcd1cf3f [2021-02-04T18:49:39.032Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T18:49:39.635Z] ---> Running in e99575ae46f4 [2021-02-04T18:49:39.635Z] ---> a91c9982497e [2021-02-04T18:49:39.635Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T18:49:39.910Z] ---> Running in 8c22206de5c4 [2021-02-04T18:49:40.907Z] Removing intermediate container e99575ae46f4 [2021-02-04T18:49:40.907Z] ---> 859997f3b98f [2021-02-04T18:49:40.907Z] Removing intermediate container 8c22206de5c4 [2021-02-04T18:49:40.907Z] Step 22/22 : LABEL version=0.0.0 ---> ada261626f24 [2021-02-04T18:49:40.907Z] Step 21/22 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:49:40.907Z] [2021-02-04T18:49:41.179Z] ---> 064519d57321 [2021-02-04T18:49:41.179Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T18:49:41.451Z] ---> Running in 2887939db305 [2021-02-04T18:49:41.452Z] ---> Running in 49ee80e5ee6a [2021-02-04T18:49:41.452Z] ---> Running in 5cde054c8ce4 [2021-02-04T18:49:42.057Z] Removing intermediate container 49ee80e5ee6a [2021-02-04T18:49:42.057Z] ---> 6ddf1f44d9de [2021-02-04T18:49:42.057Z] [2021-02-04T18:49:42.348Z] Removing intermediate container 2887939db305 [2021-02-04T18:49:42.348Z] ---> e66a8b72c17a [2021-02-04T18:49:42.348Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T18:49:42.621Z] Successfully built 6ddf1f44d9de [2021-02-04T18:49:42.621Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T18:49:42.621Z] Removing intermediate container 5cde054c8ce4 [2021-02-04T18:49:42.621Z] ---> f457757fc278 [2021-02-04T18:49:42.621Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] Building docker-support-scheduler-go ... done  [2021-02-04T18:49:42.621Z] Building docker-core-command-go [2021-02-04T18:49:42.898Z] ---> Running in bff7eb17585b [2021-02-04T18:49:42.898Z] ---> Running in 4d32a39734a0 [2021-02-04T18:49:43.507Z] Removing intermediate container bff7eb17585b [2021-02-04T18:49:43.507Z] ---> 294a249bc781 [2021-02-04T18:49:43.507Z] [2021-02-04T18:49:44.102Z] Successfully built 294a249bc781 [2021-02-04T18:49:44.372Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:49:44.372Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:49:44.646Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T18:49:44.646Z]  Building docker-support-notifications-go ... done  ---> a62581f503dc [2021-02-04T18:49:44.646Z] Step 3/31 : WORKDIR /edgex-goBuilding docker-core-data-go [2021-02-04T18:49:44.646Z] [2021-02-04T18:49:44.646Z] ---> Using cache [2021-02-04T18:49:44.646Z] ---> 37ce86963805 [2021-02-04T18:49:44.646Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:49:44.646Z] ---> Using cache [2021-02-04T18:49:44.646Z] ---> be232006baea [2021-02-04T18:49:44.646Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T18:49:44.646Z] ---> Using cache [2021-02-04T18:49:44.646Z] ---> 2175c901c03e [2021-02-04T18:49:44.646Z] Step 6/31 : COPY go.mod . [2021-02-04T18:49:44.646Z] ---> Using cache [2021-02-04T18:49:44.646Z] Removing intermediate container 4d32a39734a0 [2021-02-04T18:49:44.646Z] ---> 959bbab1e2ad [2021-02-04T18:49:44.646Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T18:49:44.646Z] ---> 2a3ffac908e3 [2021-02-04T18:49:44.646Z] Step 7/31 : RUN go mod download [2021-02-04T18:49:44.646Z] ---> Using cache [2021-02-04T18:49:44.646Z] ---> 1c7fae661c6a [2021-02-04T18:49:44.646Z] Step 8/31 : COPY . . [2021-02-04T18:49:44.920Z] ---> Using cache [2021-02-04T18:49:45.194Z] ---> 949dccbc3be9 [2021-02-04T18:49:45.194Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T18:49:45.464Z] ---> Running in 5d41f300ae23 [2021-02-04T18:49:45.464Z] ---> Running in f2d3118cd2e6 [2021-02-04T18:49:46.057Z] Removing intermediate container f2d3118cd2e6 [2021-02-04T18:49:46.057Z] ---> 0f8a303d6238 [2021-02-04T18:49:46.330Z] Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:49:46.604Z] 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-04T18:49:46.604Z] ---> Running in 5126f945bf62 [2021-02-04T18:49:48.054Z] Removing intermediate container 5126f945bf62 [2021-02-04T18:49:48.054Z] ---> f8e5f328f435 [2021-02-04T18:49:48.054Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T18:49:49.058Z] ---> Running in dcb4bec7d3e2 [2021-02-04T18:49:50.057Z] Removing intermediate container dcb4bec7d3e2 [2021-02-04T18:49:50.057Z] ---> d6a184805ec4 [2021-02-04T18:49:50.057Z] [2021-02-04T18:49:50.670Z] Successfully built d6a184805ec4 [2021-02-04T18:49:50.945Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T18:50:09.283Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:50:09.283Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:50:09.283Z] ---> a62581f503dc [2021-02-04T18:50:09.283Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T18:50:09.283Z] ---> Using cache [2021-02-04T18:50:09.283Z] ---> 37ce86963805 [2021-02-04T18:50:09.283Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:50:09.283Z] ---> Using cache [2021-02-04T18:50:09.283Z] ---> be232006baea [2021-02-04T18:50:09.283Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T18:50:13.634Z] ---> Running in 3ed6ca11013d [2021-02-04T18:50:15.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:50:16.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:50:17.084Z] OK: 217 MiB in 51 packages [2021-02-04T18:50:18.783Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:50:18.783Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:50:18.783Z] ---> a62581f503dc [2021-02-04T18:50:18.783Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T18:50:18.783Z] ---> Using cache [2021-02-04T18:50:18.783Z] ---> 37ce86963805 [2021-02-04T18:50:18.783Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:50:18.783Z] ---> Using cache [2021-02-04T18:50:18.783Z] ---> be232006baea [2021-02-04T18:50:18.783Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T18:50:18.783Z] ---> Using cache [2021-02-04T18:50:18.783Z] ---> 2175c901c03e [2021-02-04T18:50:18.783Z] Step 6/23 : COPY go.mod . [2021-02-04T18:50:18.783Z] ---> Using cache [2021-02-04T18:50:18.783Z] ---> 2a3ffac908e3 [2021-02-04T18:50:18.783Z] Step 7/23 : RUN go mod download [2021-02-04T18:50:18.783Z] ---> Using cache [2021-02-04T18:50:18.783Z] ---> 1c7fae661c6a [2021-02-04T18:50:18.783Z] Step 8/23 : COPY . . [2021-02-04T18:50:19.156Z] ---> Using cache [2021-02-04T18:50:19.156Z] ---> 949dccbc3be9 [2021-02-04T18:50:19.156Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T18:50:19.472Z] ---> Running in 5c3e5010da25 [2021-02-04T18:50:20.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T18:50:20.463Z] Removing intermediate container 3ed6ca11013d [2021-02-04T18:50:20.463Z] ---> e9a6a62d0438 [2021-02-04T18:50:20.463Z] Step 6/26 : COPY go.mod . [2021-02-04T18:50:20.463Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T18:50:20.463Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T18:50:20.463Z] ---> a62581f503dc [2021-02-04T18:50:20.463Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T18:50:20.463Z] ---> Using cache [2021-02-04T18:50:20.463Z] ---> 37ce86963805 [2021-02-04T18:50:20.463Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:50:20.463Z] ---> Using cache [2021-02-04T18:50:20.463Z] ---> be232006baea [2021-02-04T18:50:20.463Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T18:50:20.739Z] ---> Running in e073e303fd4a [2021-02-04T18:50:22.191Z] 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-04T18:50:22.191Z] ---> c474230ceab6 [2021-02-04T18:50:22.191Z] Step 7/26 : RUN go mod download [2021-02-04T18:50:22.191Z] ---> Running in 7aacc21f49c6 [2021-02-04T18:50:22.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:50:23.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:50:24.049Z] OK: 217 MiB in 51 packages [2021-02-04T18:50:26.051Z] Removing intermediate container e073e303fd4a [2021-02-04T18:50:26.051Z] ---> 0b26a5e06ffb [2021-02-04T18:50:26.051Z] Step 6/23 : COPY go.mod . [2021-02-04T18:50:26.651Z] Removing intermediate container 7aacc21f49c6 [2021-02-04T18:50:26.651Z] ---> 1d70debfca24 [2021-02-04T18:50:26.651Z] Step 8/26 : COPY . . [2021-02-04T18:50:27.251Z] ---> 833f01714ea9 [2021-02-04T18:50:27.251Z] Step 7/23 : RUN go mod download [2021-02-04T18:50:27.528Z] ---> Running in 9500301b075a [2021-02-04T18:50:34.254Z] Removing intermediate container 9500301b075a [2021-02-04T18:50:34.254Z] ---> 8dd52de69fb8 [2021-02-04T18:50:34.254Z] Step 8/23 : COPY . . [2021-02-04T18:50:42.553Z] Removing intermediate container 5d41f300ae23 [2021-02-04T18:50:42.553Z] ---> 1c756bed957d [2021-02-04T18:50:42.553Z] [2021-02-04T18:50:42.553Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T18:50:42.553Z] ---> afeebe901d6b [2021-02-04T18:50:42.553Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T18:50:43.543Z] ---> Running in 802469555a2d [2021-02-04T18:50:44.537Z] Removing intermediate container 802469555a2d [2021-02-04T18:50:44.537Z] ---> 43b4c1cd0660 [2021-02-04T18:50:44.537Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T18:50:45.521Z] ---> Running in 933d4b65a515 [2021-02-04T18:50:47.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:50:47.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:50:47.793Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T18:50:47.793Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T18:50:47.793Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:50:47.793Z] OK: 5 MiB in 16 packages [2021-02-04T18:50:51.218Z] ---> b91bf0191e46 [2021-02-04T18:50:51.218Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T18:50:51.491Z] Removing intermediate container 933d4b65a515 [2021-02-04T18:50:51.491Z] ---> 94a02b0aa956 [2021-02-04T18:50:51.491Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T18:50:51.491Z] ---> Running in c6886c497cee [2021-02-04T18:50:52.473Z] ---> Running in b06394b5b36a [2021-02-04T18:50:53.459Z] Removing intermediate container b06394b5b36a [2021-02-04T18:50:53.459Z] ---> 85b6ed4c445c [2021-02-04T18:50:53.459Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T18:50:54.054Z] ---> Running in 6fb6ea35cbcb [2021-02-04T18:50:54.654Z] 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-04T18:50:55.255Z] Removing intermediate container 6fb6ea35cbcb [2021-02-04T18:50:55.255Z] ---> f8be08f5e55f [2021-02-04T18:50:55.255Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T18:50:55.854Z] ---> Running in e797f998a353 [2021-02-04T18:51:01.281Z] Removing intermediate container e797f998a353 [2021-02-04T18:51:01.281Z] ---> d8f26cb44967 [2021-02-04T18:51:01.281Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T18:51:01.281Z] ---> 4221611a298e [2021-02-04T18:51:01.281Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T18:51:01.281Z] ---> Running in 44083026c1d1 [2021-02-04T18:51:01.281Z] ---> Running in 8f95e195f8df [2021-02-04T18:51:01.553Z] Removing intermediate container 44083026c1d1 [2021-02-04T18:51:01.553Z] ---> 7f25fa479ef5 [2021-02-04T18:51:01.553Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T18:51:03.000Z] 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-04T18:51:03.000Z] ---> a35c28ef8222 [2021-02-04T18:51:03.000Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T18:51:03.278Z] ---> Running in 4ccb31b14339 [2021-02-04T18:51:07.599Z] Removing intermediate container 4ccb31b14339 [2021-02-04T18:51:07.599Z] ---> 40170e5b6692 [2021-02-04T18:51:07.599Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:51:08.201Z] ---> 2d62a40fb8f8 [2021-02-04T18:51:08.201Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T18:51:10.188Z] ---> 135f40000151 [2021-02-04T18:51:10.188Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T18:51:11.173Z] ---> 0b53dcd7b7b2 [2021-02-04T18:51:11.173Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T18:51:13.163Z] ---> 5077f0037c94 [2021-02-04T18:51:13.163Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T18:51:14.147Z] ---> d692471bd316 [2021-02-04T18:51:14.147Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T18:51:14.424Z] ---> Running in 1e443b8129a0 [2021-02-04T18:51:15.416Z] Removing intermediate container 1e443b8129a0 [2021-02-04T18:51:15.416Z] ---> c2dcec182613 [2021-02-04T18:51:15.416Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T18:51:16.408Z] ---> 082ce9eb8da8 [2021-02-04T18:51:16.408Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T18:51:17.394Z] ---> Running in b73ccd4c2a21 [2021-02-04T18:51:21.713Z] Removing intermediate container b73ccd4c2a21 [2021-02-04T18:51:21.713Z] ---> 90f22491156e [2021-02-04T18:51:21.713Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T18:51:22.315Z] ---> Running in 720efcb702f0 [2021-02-04T18:51:23.310Z] Removing intermediate container 720efcb702f0 [2021-02-04T18:51:23.310Z] ---> fe38f3f90d90 [2021-02-04T18:51:23.310Z] Step 28/31 : CMD ["gate"] [2021-02-04T18:51:23.594Z] Removing intermediate container 5c3e5010da25 [2021-02-04T18:51:23.594Z] ---> 4763cedd2f0f [2021-02-04T18:51:23.594Z] [2021-02-04T18:51:23.594Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T18:51:23.594Z] ---> afeebe901d6b [2021-02-04T18:51:23.594Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T18:51:23.594Z] ---> Using cache [2021-02-04T18:51:23.594Z] ---> 6add403b236d [2021-02-04T18:51:23.594Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T18:51:23.594Z] ---> Using cache [2021-02-04T18:51:23.594Z] ---> a054d9176b26 [2021-02-04T18:51:23.594Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T18:51:23.594Z] ---> Running in 7b64d0e7db53 [2021-02-04T18:51:23.880Z] ---> Running in b42aff37993b [2021-02-04T18:51:24.484Z] Removing intermediate container 7b64d0e7db53 [2021-02-04T18:51:24.484Z] ---> 9ce5ebc5c26f [2021-02-04T18:51:24.485Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T18:51:24.762Z] ---> Running in 4e573f89226d [2021-02-04T18:51:25.043Z] Removing intermediate container b42aff37993b [2021-02-04T18:51:25.043Z] ---> 72858e2ba621 [2021-02-04T18:51:25.044Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T18:51:25.322Z] ---> Running in 2f0a102e6fc3 [2021-02-04T18:51:25.600Z] Removing intermediate container 4e573f89226d [2021-02-04T18:51:25.600Z] ---> 0d2d46270c59 [2021-02-04T18:51:25.600Z] Step 15/23 : WORKDIR / [2021-02-04T18:51:25.881Z] ---> Running in 1c055b2545ef [2021-02-04T18:51:26.496Z] Removing intermediate container 2f0a102e6fc3 [2021-02-04T18:51:26.496Z] ---> 287c314309b0 [2021-02-04T18:51:26.496Z] Step 30/31 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:51:26.771Z] Removing intermediate container 1c055b2545ef [2021-02-04T18:51:26.771Z] ---> 079d7b164035 [2021-02-04T18:51:26.771Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:51:26.771Z] ---> Running in 991a42a8f325 [2021-02-04T18:51:27.751Z] Removing intermediate container 991a42a8f325 [2021-02-04T18:51:27.751Z] ---> 0b0a8662759a [2021-02-04T18:51:27.751Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T18:51:28.026Z] ---> Running in 429bd0344433 [2021-02-04T18:51:28.026Z] ---> e0dee725c470 [2021-02-04T18:51:28.026Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T18:51:29.012Z] Removing intermediate container 429bd0344433 [2021-02-04T18:51:29.012Z] ---> ba2d498a492a [2021-02-04T18:51:29.012Z] [2021-02-04T18:51:29.702Z] Successfully built ba2d498a492a [2021-02-04T18:51:29.702Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T18:51:30.039Z]  Building docker-security-bootstrapper-go ... done  ---> 2fad6d3f2ccc [2021-02-04T18:51:30.039Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T18:51:31.114Z] ---> 65610b4f20fa [2021-02-04T18:51:31.114Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T18:51:31.427Z] ---> Running in 83e7ae7cdcd5 [2021-02-04T18:51:32.038Z] Removing intermediate container 83e7ae7cdcd5 [2021-02-04T18:51:32.038Z] ---> 9a62731d7eab [2021-02-04T18:51:32.038Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:51:32.038Z] ---> Running in 4ae2d35d4987 [2021-02-04T18:51:33.019Z] Removing intermediate container 4ae2d35d4987 [2021-02-04T18:51:33.019Z] ---> 390587e108bb [2021-02-04T18:51:33.019Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T18:51:33.019Z] ---> Running in cf6389ea5a29 [2021-02-04T18:51:33.617Z] Removing intermediate container cf6389ea5a29 [2021-02-04T18:51:33.617Z] ---> 9adfc6f835b2 [2021-02-04T18:51:33.617Z] Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:51:33.895Z] ---> Running in 604600fe9fd1 [2021-02-04T18:51:34.504Z] Removing intermediate container 604600fe9fd1 [2021-02-04T18:51:34.504Z] ---> 4689ecc0ee0c [2021-02-04T18:51:34.504Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T18:51:34.781Z] ---> Running in e1073d8e6965 [2021-02-04T18:51:35.382Z] Removing intermediate container e1073d8e6965 [2021-02-04T18:51:35.382Z] ---> 0ccfed6b8b78 [2021-02-04T18:51:35.382Z] [2021-02-04T18:51:35.657Z] Successfully built 0ccfed6b8b78 [2021-02-04T18:51:35.657Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T18:51:57.870Z]  Building docker-core-command-go ... done Removing intermediate container c6886c497cee [2021-02-04T18:51:57.870Z] ---> b4c6976cbf0a [2021-02-04T18:51:57.870Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T18:51:57.870Z] ---> Running in 6245e99e86cc [2021-02-04T18:51:57.870Z] 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-04T18:51:58.849Z] Removing intermediate container 6245e99e86cc [2021-02-04T18:51:58.849Z] ---> 7be3c41d56bb [2021-02-04T18:51:58.849Z] [2021-02-04T18:51:58.849Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T18:51:58.849Z] 20.10.0: Pulling from library/docker [2021-02-04T18:52:08.993Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T18:52:08.993Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T18:52:08.993Z] ---> eeaf43b92773 [2021-02-04T18:52:08.993Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T18:52:09.587Z] ---> Running in aef3d6c285b2 [2021-02-04T18:52:10.185Z] Removing intermediate container 8f95e195f8df [2021-02-04T18:52:10.185Z] ---> f4a06c2219dc [2021-02-04T18:52:10.185Z] [2021-02-04T18:52:10.185Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T18:52:10.185Z] ---> afeebe901d6b [2021-02-04T18:52:10.185Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T18:52:10.457Z] ---> Running in 011d98a05fc8 [2021-02-04T18:52:10.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:52:10.729Z] Removing intermediate container 011d98a05fc8 [2021-02-04T18:52:10.729Z] ---> d71d6339b508 [2021-02-04T18:52:10.729Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T18:52:11.002Z] ---> Running in ed565b06f6d8 [2021-02-04T18:52:11.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:52:11.603Z] Removing intermediate container ed565b06f6d8 [2021-02-04T18:52:11.603Z] ---> 7a4f4fa3f5a4 [2021-02-04T18:52:11.603Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T18:52:11.603Z] ---> Running in 938aecd0a22c [2021-02-04T18:52:11.603Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T18:52:11.603Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T18:52:11.603Z] Executing bash-5.0.17-r0.post-install [2021-02-04T18:52:11.603Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:52:11.603Z] OK: 12 MiB in 22 packages [2021-02-04T18:52:12.207Z] Removing intermediate container 938aecd0a22c [2021-02-04T18:52:12.207Z] ---> f072b1cd2074 [2021-02-04T18:52:12.207Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T18:52:12.207Z] ---> Running in 71c6b5882319 [2021-02-04T18:52:13.184Z] Removing intermediate container aef3d6c285b2 [2021-02-04T18:52:13.184Z] ---> b9e792d15931 [2021-02-04T18:52:13.184Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T18:52:13.184Z] ---> Running in 5895dcab6254 [2021-02-04T18:52:13.786Z] Removing intermediate container 5895dcab6254 [2021-02-04T18:52:13.786Z] ---> 6c9918224261 [2021-02-04T18:52:13.786Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T18:52:13.786Z] ---> Running in 56783c40b7a7 [2021-02-04T18:52:14.384Z] Removing intermediate container 56783c40b7a7 [2021-02-04T18:52:14.384Z] ---> 00cf1e0fb63d [2021-02-04T18:52:14.384Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T18:52:14.384Z] ---> Running in 97223d712067 [2021-02-04T18:52:14.661Z] Removing intermediate container 71c6b5882319 [2021-02-04T18:52:14.661Z] ---> 94267d9cac6d [2021-02-04T18:52:14.661Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T18:52:14.661Z] ---> Running in abf37f25aaa7 [2021-02-04T18:52:14.942Z] Removing intermediate container 97223d712067 [2021-02-04T18:52:14.942Z] ---> 7843614acc75 [2021-02-04T18:52:14.942Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T18:52:15.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:52:16.184Z] ---> 78d05eb7d20c [2021-02-04T18:52:16.184Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T18:52:16.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:52:16.774Z] ---> f0c232826579 [2021-02-04T18:52:16.774Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T18:52:17.368Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T18:52:17.368Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T18:52:17.640Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T18:52:17.640Z] ---> 3ff1297ce0d5 [2021-02-04T18:52:17.640Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T18:52:17.640Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T18:52:17.640Z] ---> Running in 7eb1075744b0 [2021-02-04T18:52:17.915Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T18:52:17.915Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T18:52:17.915Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:52:17.915Z] OK: 8 MiB in 20 packages [2021-02-04T18:52:18.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:52:18.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:52:19.190Z] Removing intermediate container abf37f25aaa7 [2021-02-04T18:52:19.190Z] ---> f4a8242916ee [2021-02-04T18:52:19.190Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T18:52:19.465Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T18:52:19.465Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T18:52:19.465Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T18:52:19.465Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T18:52:19.465Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T18:52:19.465Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T18:52:19.742Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T18:52:21.186Z] ---> 661577fd33c4 [2021-02-04T18:52:21.186Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T18:52:21.458Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T18:52:22.439Z] ---> 95e47c167916 [2021-02-04T18:52:22.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T18:52:22.439Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T18:52:22.439Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T18:52:22.439Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T18:52:22.439Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T18:52:22.439Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T18:52:22.439Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T18:52:22.715Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T18:52:22.715Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T18:52:22.715Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T18:52:22.715Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T18:52:22.715Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T18:52:22.715Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T18:52:22.715Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T18:52:22.715Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T18:52:22.715Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T18:52:22.987Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T18:52:22.987Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T18:52:22.987Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T18:52:22.987Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T18:52:22.987Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T18:52:22.987Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T18:52:22.987Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T18:52:22.987Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T18:52:22.987Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T18:52:22.987Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T18:52:23.260Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:52:23.260Z] OK: 71 MiB in 55 packages [2021-02-04T18:52:23.260Z] ---> 64f46ecc65af [2021-02-04T18:52:23.260Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T18:52:23.537Z] ---> Running in 034208e54dcd [2021-02-04T18:52:24.130Z] Removing intermediate container 034208e54dcd [2021-02-04T18:52:24.130Z] ---> 6adc99a55b24 [2021-02-04T18:52:24.130Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:52:24.130Z] ---> Running in f952271457da [2021-02-04T18:52:24.728Z] Removing intermediate container f952271457da [2021-02-04T18:52:24.728Z] ---> 88fbc680145a [2021-02-04T18:52:24.728Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T18:52:24.728Z] ---> Running in 2c635a8d502d [2021-02-04T18:52:25.333Z] Removing intermediate container 2c635a8d502d [2021-02-04T18:52:25.333Z] ---> 6a1e7af06cbb [2021-02-04T18:52:25.333Z] Step 22/23 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:52:25.618Z] ---> Running in f7fb78644156 [2021-02-04T18:52:26.214Z] Removing intermediate container f7fb78644156 [2021-02-04T18:52:26.214Z] ---> 14e2af5f0a34 [2021-02-04T18:52:26.214Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T18:52:26.488Z] ---> Running in e88febb8ea17 [2021-02-04T18:52:27.087Z] Removing intermediate container e88febb8ea17 [2021-02-04T18:52:27.087Z] ---> fb82e0f23748 [2021-02-04T18:52:27.087Z] [2021-02-04T18:52:27.679Z] Successfully built fb82e0f23748 [2021-02-04T18:52:27.679Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T18:52:29.104Z]  Building docker-core-data-go ... done Removing intermediate container 7eb1075744b0 [2021-02-04T18:52:29.104Z] ---> d65bad3f4f1a [2021-02-04T18:52:29.104Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T18:52:29.104Z] ---> Running in 196cb2f9e86c [2021-02-04T18:52:34.507Z] Collecting docker-compose==1.23.2 [2021-02-04T18:52:34.507Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T18:52:34.507Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T18:52:34.507Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T18:52:36.470Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T18:52:36.471Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T18:52:39.104Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T18:52:39.104Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T18:52:39.709Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T18:52:39.709Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T18:52:39.979Z] 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-04T18:52:40.250Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T18:52:40.250Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T18:52:42.875Z] Collecting PyYAML<4,>=3.10 [2021-02-04T18:52:42.875Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T18:52:46.262Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T18:52:46.262Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T18:52:46.536Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T18:52:46.536Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T18:52:47.128Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T18:52:47.128Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T18:52:47.396Z] Collecting idna<2.8,>=2.5 [2021-02-04T18:52:47.666Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T18:52:48.253Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T18:52:48.253Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T18:52:48.524Z] 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-04T18:52:48.524Z] 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-04T18:52:48.793Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T18:52:48.793Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T18:52:48.793Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T18:52:48.793Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T18:52:48.793Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T18:52:48.793Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T18:52:49.762Z] Installing collected packages: dockerpty, docopt, idna, urllib3, requests, websocket-client, texttable, PyYAML, docker-pycreds, docker, cached-property, jsonschema, docker-compose [2021-02-04T18:52:49.762Z] Running setup.py install for dockerpty: started [2021-02-04T18:52:51.774Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T18:52:51.774Z] Running setup.py install for docopt: started [2021-02-04T18:52:53.740Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T18:52:53.741Z] Attempting uninstall: idna [2021-02-04T18:52:53.741Z] Found existing installation: idna 2.9 [2021-02-04T18:52:53.741Z] Uninstalling idna-2.9: [2021-02-04T18:52:53.741Z] Successfully uninstalled idna-2.9 [2021-02-04T18:52:54.013Z] Attempting uninstall: urllib3 [2021-02-04T18:52:54.013Z] Found existing installation: urllib3 1.25.9 [2021-02-04T18:52:54.013Z] Uninstalling urllib3-1.25.9: [2021-02-04T18:52:54.284Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T18:52:54.875Z] Attempting uninstall: requests [2021-02-04T18:52:54.875Z] Found existing installation: requests 2.23.0 [2021-02-04T18:52:54.875Z] Uninstalling requests-2.23.0: [2021-02-04T18:52:54.875Z] Successfully uninstalled requests-2.23.0 [2021-02-04T18:52:55.466Z] Running setup.py install for texttable: started [2021-02-04T18:52:57.443Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T18:52:57.443Z] Running setup.py install for PyYAML: started [2021-02-04T18:52:59.416Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T18:53:01.423Z] 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-04T18:53:04.797Z] Removing intermediate container 196cb2f9e86c [2021-02-04T18:53:04.797Z] ---> f0ded7c3dfb5 [2021-02-04T18:53:04.797Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T18:53:04.797Z] ---> Running in 3949805f26d8 [2021-02-04T18:53:05.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T18:53:06.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T18:53:06.637Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T18:53:06.637Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T18:53:06.637Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T18:53:06.637Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T18:53:06.637Z] OK: 71 MiB in 58 packages [2021-02-04T18:53:07.621Z] Removing intermediate container 3949805f26d8 [2021-02-04T18:53:07.621Z] ---> 483b32703f96 [2021-02-04T18:53:07.621Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T18:53:07.903Z] ---> Running in 238152c7465f [2021-02-04T18:53:08.176Z] Removing intermediate container 238152c7465f [2021-02-04T18:53:08.176Z] ---> 2570d7f70d63 [2021-02-04T18:53:08.176Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T18:53:08.448Z] ---> Running in 2082cecbdc4e [2021-02-04T18:53:08.723Z] Removing intermediate container 2082cecbdc4e [2021-02-04T18:53:08.723Z] ---> 67a9cadc560f [2021-02-04T18:53:08.723Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T18:53:08.997Z] ---> Running in 6e75d7652f1b [2021-02-04T18:53:09.593Z] Removing intermediate container 6e75d7652f1b [2021-02-04T18:53:09.593Z] ---> c63eaa91caf1 [2021-02-04T18:53:09.593Z] Step 25/26 : LABEL git_sha=240f7e703d2000ce6844bb2fd9306a8f5c112289 [2021-02-04T18:53:09.593Z] ---> Running in 381a8b4b623f [2021-02-04T18:53:10.185Z] Removing intermediate container 381a8b4b623f [2021-02-04T18:53:10.185Z] ---> 1f8cfcc3ccb2 [2021-02-04T18:53:10.185Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T18:53:10.185Z] ---> Running in 4dba63a3ee82 [2021-02-04T18:53:10.775Z] Removing intermediate container 4dba63a3ee82 [2021-02-04T18:53:10.775Z] ---> 7ebbf41dea37 [2021-02-04T18:53:10.775Z] [2021-02-04T18:53:11.046Z] Successfully built 7ebbf41dea37 [2021-02-04T18:53:11.046Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T18:53:11.652Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T18:53:11.648Z] $ docker stop --time=1 b0663234064d02d3444c5b8ed2f516f1eb699e72ae354cca2801a41ad3e20a7d [2021-02-04T18:53:13.584Z] $ docker rm -f b0663234064d02d3444c5b8ed2f516f1eb699e72ae354cca2801a41ad3e20a7d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T18:53:14.238Z] + docker+ grep docker [2021-02-04T18:53:14.238Z] images [2021-02-04T18:53:14.509Z] docker-sys-mgmt-agent-go-arm64 latest 7ebbf41dea37 4 seconds ago 300MB [2021-02-04T18:53:14.509Z] docker-core-data-go-arm64 latest fb82e0f23748 48 seconds ago 21MB [2021-02-04T18:53:14.509Z] docker-core-command-go-arm64 latest 0ccfed6b8b78 About a minute ago 16MB [2021-02-04T18:53:14.509Z] docker-security-bootstrapper-go-arm64 latest ba2d498a492a About a minute ago 22.6MB [2021-02-04T18:53:14.509Z] docker-core-metadata-go-arm64 latest d6a184805ec4 3 minutes ago 17.7MB [2021-02-04T18:53:14.509Z] docker-support-notifications-go-arm64 latest 294a249bc781 3 minutes ago 16.7MB [2021-02-04T18:53:14.509Z] docker-support-scheduler-go-arm64 latest 6ddf1f44d9de 3 minutes ago 16.1MB [2021-02-04T18:53:14.509Z] docker-security-secretstore-setup-go-arm64 latest ed342eb51aa1 3 minutes ago 23.4MB [2021-02-04T18:53:14.509Z] docker-security-proxy-setup-go-arm64 latest fabc20d7a55f 3 minutes ago 23.2MB [2021-02-04T18:53:14.509Z] 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-04T18:53:18.052Z] provisioning config files... [2021-02-04T18:53:18.063Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7705403381192639402tmp [Pipeline] { [Pipeline] sh [2021-02-04T18:53:18.459Z] + set +x [2021-02-04T18:53:18.459Z] + curl -s https://codecov.io/bash [2021-02-04T18:53:18.459Z] + bash -s -- [2021-02-04T18:53:19.044Z] [2021-02-04T18:53:19.044Z] _____ _ [2021-02-04T18:53:19.044Z] / ____| | | [2021-02-04T18:53:19.044Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T18:53:19.044Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T18:53:19.044Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T18:53:19.044Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T18:53:19.044Z] Bash-20210129-7c25fce [2021-02-04T18:53:19.044Z] [2021-02-04T18:53:19.044Z] [2021-02-04T18:53:19.044Z] ==> git version 2.24.3 found [2021-02-04T18:53:19.044Z] ==> 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-04T18:53:19.044Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T18:53:19.044Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T18:53:19.044Z] ==> Jenkins CI detected. [2021-02-04T18:53:19.044Z] project root: . [2021-02-04T18:53:19.044Z] --> token set from env [2021-02-04T18:53:19.044Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T18:53:19.044Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T18:53:19.044Z] ==> Python coveragepy not found [2021-02-04T18:53:19.044Z] ==> Searching for coverage reports in: [2021-02-04T18:53:19.044Z] + . [2021-02-04T18:53:19.044Z] -> Found 1 reports [2021-02-04T18:53:19.044Z] ==> Detecting git/mercurial file structure [2021-02-04T18:53:19.044Z] ==> Reading reports [2021-02-04T18:53:19.044Z] + ./coverage.out bytes=583066 [2021-02-04T18:53:19.044Z] ==> Appending adjustments [2021-02-04T18:53:19.044Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T18:53:22.360Z] + Found adjustments [2021-02-04T18:53:22.360Z] ==> Gzipping contents [2021-02-04T18:53:22.622Z] 88K /tmp/codecov.JGg4Aa.gz [2021-02-04T18:53:22.622Z] ==> Uploading reports [2021-02-04T18:53:22.622Z] url: https://codecov.io [2021-02-04T18:53:22.622Z] query: branch=PR-3128&commit=240f7e703d2000ce6844bb2fd9306a8f5c112289&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3128%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3128&job=&cmd_args= [2021-02-04T18:53:22.622Z] -> Pinging Codecov [2021-02-04T18:53:22.622Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3128&commit=240f7e703d2000ce6844bb2fd9306a8f5c112289&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3128%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3128&job=&cmd_args= [2021-02-04T18:53:22.888Z] -> Uploading to [2021-02-04T18:53:22.888Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/240f7e703d2000ce6844bb2fd9306a8f5c112289/ef5af176-93f9-40d8-b24e-22c83a0481e2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T185322Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33ca9c18c44ef51bb7b1a275ff72bce8afdeeb02bc218a670e1cb0fde33319c7 [2021-02-04T18:53:23.152Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T18:53:23.152Z] Dload Upload Total Spent Left Speed [2021-02-04T18:53:23.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87848 0 0 100 87848 0 153k --:--:-- --:--:-- --:--:-- 154k [2021-02-04T18:53:23.725Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/240f7e703d2000ce6844bb2fd9306a8f5c112289 [Pipeline] } [2021-02-04T18:53:23.736Z] 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-04T18:53:25.467Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:53:26.423Z] ---> package-listing.sh [2021-02-04T18:53:26.423Z] ++ facter osfamily [2021-02-04T18:53:26.423Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T18:53:26.423Z] + OS_FAMILY=redhat [2021-02-04T18:53:26.423Z] + workspace=/w/workspace/edgex-go/2 [2021-02-04T18:53:26.423Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T18:53:26.423Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T18:53:26.423Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T18:53:26.423Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T18:53:26.423Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-04T18:53:26.423Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T18:53:26.423Z] + case "${OS_FAMILY}" in [2021-02-04T18:53:26.423Z] + rpm -qa [2021-02-04T18:53:26.423Z] + sort [2021-02-04T18:53:31.841Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T18:53:31.841Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T18:53:31.841Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T18:53:31.841Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-04T18:53:31.841Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-04T18:53:31.841Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-04T18:53:31.853Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T18:53:32.142Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:53:32.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T18:53:32.451Z] [2021-02-04T18:53:32.451Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T18:53:32.812Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T18:53:32.812Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T18:53:32.812Z] df20fa9351a1: Pulling fs layer [2021-02-04T18:53:32.812Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T18:53:32.812Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T18:53:32.812Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T18:53:32.812Z] 93b61091891f: Pulling fs layer [2021-02-04T18:53:32.812Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T18:53:32.812Z] 5e14af77c1be: Pulling fs layer [2021-02-04T18:53:32.812Z] 01666e4c0597: Pulling fs layer [2021-02-04T18:53:32.812Z] aa168da1d23b: Pulling fs layer [2021-02-04T18:53:32.812Z] 46f8f816bc3b: Waiting [2021-02-04T18:53:32.812Z] 93b9cdb0e59b: Waiting [2021-02-04T18:53:32.812Z] 93b61091891f: Waiting [2021-02-04T18:53:32.812Z] 5e14af77c1be: Waiting [2021-02-04T18:53:32.812Z] 01666e4c0597: Waiting [2021-02-04T18:53:32.812Z] aa168da1d23b: Waiting [2021-02-04T18:53:32.812Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T18:53:32.812Z] 36b3adc4ff6f: Download complete [2021-02-04T18:53:32.812Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T18:53:32.812Z] 46f8f816bc3b: Download complete [2021-02-04T18:53:33.079Z] df20fa9351a1: Verifying Checksum [2021-02-04T18:53:33.080Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T18:53:33.080Z] 93b9cdb0e59b: Download complete [2021-02-04T18:53:33.080Z] 93b61091891f: Verifying Checksum [2021-02-04T18:53:33.080Z] 93b61091891f: Download complete [2021-02-04T18:53:33.080Z] 5e14af77c1be: Verifying Checksum [2021-02-04T18:53:33.080Z] 5e14af77c1be: Download complete [2021-02-04T18:53:33.080Z] 01666e4c0597: Verifying Checksum [2021-02-04T18:53:33.080Z] 01666e4c0597: Download complete [2021-02-04T18:53:33.342Z] df20fa9351a1: Pull complete [2021-02-04T18:53:33.604Z] 36b3adc4ff6f: Pull complete [2021-02-04T18:53:33.867Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T18:53:33.867Z] 8ad3a11d3b57: Download complete [2021-02-04T18:53:34.834Z] 8ad3a11d3b57: Pull complete [2021-02-04T18:53:34.834Z] 46f8f816bc3b: Pull complete [2021-02-04T18:53:35.788Z] aa168da1d23b: Verifying Checksum [2021-02-04T18:53:35.788Z] aa168da1d23b: Download complete [2021-02-04T18:53:36.733Z] 93b61091891f: Pull complete [2021-02-04T18:53:37.315Z] 93b9cdb0e59b: Pull complete [2021-02-04T18:53:37.578Z] 5e14af77c1be: Pull complete [2021-02-04T18:53:37.846Z] 01666e4c0597: Pull complete [2021-02-04T18:53:46.033Z] aa168da1d23b: Pull complete [2021-02-04T18:53:46.033Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T18:53:46.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T18:53:46.033Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T18:53:46.235Z] prd-centos7-docker-4c-2g-25035 does not seem to be running inside a container [2021-02-04T18:53:46.286Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:alpine cat [2021-02-04T18:53:50.399Z] $ docker top 2d48867a2250c24054aef0086953cd8063ce893748a0111da59e2fe9a3166921 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T18:53:51.001Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T18:53:51.303Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T18:53:51.605Z] + ls /var/log/sa-host [2021-02-04T18:53:51.605Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T18:53:51.605Z] file_magic: OK [2021-02-04T18:53:51.605Z] HZ: Using current value: 100 [2021-02-04T18:53:51.605Z] file_header: OK [2021-02-04T18:53:51.605Z] 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-04T18:53:51.605Z] Statistics: [2021-02-04T18:53:51.605Z] 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... [2021-02-04T18:53:51.605Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T18:53:51.605Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T18:53:51.605Z] file_magic: OK [2021-02-04T18:53:51.605Z] HZ: Using current value: 100 [2021-02-04T18:53:51.605Z] file_header: OK [2021-02-04T18:53:51.605Z] 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-04T18:53:51.605Z] Statistics: [2021-02-04T18:53:51.605Z] Hnuu...uuuununununu... [2021-02-04T18:53:51.605Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T18:53:51.820Z] provisioning config files... [2021-02-04T18:53:51.834Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config426894002534528260tmp [Pipeline] { [Pipeline] echo [2021-02-04T18:53:51.917Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:53:52.217Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T18:53:52.227Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T18:53:52.330Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:53:52.631Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T18:53:52.643Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:53:52.939Z] ---> sudo-logs.sh [2021-02-04T18:53:52.940Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T18:53:52.951Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:53:53.247Z] ---> job-cost.sh [2021-02-04T18:53:53.247Z] lf-activate-venv: SKIPPING [2021-02-04T18:53:53.247Z] INFO: No Stack... [2021-02-04T18:53:54.639Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T18:53:54.901Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T18:53:54.916Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T18:53:55.213Z] ---> logs-deploy.sh [2021-02-04T18:53:55.213Z] lf-activate-venv: SKIPPING [2021-02-04T18:53:55.213Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3128/2 [2021-02-04T18:53:55.213Z] INFO: archiving workspace using pattern(s): [2021-02-04T18:53:57.135Z] Archives upload complete. [2021-02-04T18:53:57.135Z] INFO: archiving logs to Nexus