Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f40dfc27572c9b2551adc8939acdf15ccbe93c30+8d65b999035e49fddad3f4b9ff0ea0f872535afc (11b066671ac51274da23a98a308b3038b8654e37) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-26085’ is offline Running on prd-centos7-docker-4c-2g-26092 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # 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 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 Merge succeeded, producing f40dfc27572c9b2551adc8939acdf15ccbe93c30 Checking out Revision f40dfc27572c9b2551adc8939acdf15ccbe93c30 (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # 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 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-11T15:32:00.557Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-11T15:32:00.857Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-11T15:32:01.034Z] ========================================================= [2021-02-11T15:32:01.034Z] EdgeX Global Pipelines Version Info [2021-02-11T15:32:01.034Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 [2021-02-11T15:32:02.752Z] ------------------- [2021-02-11T15:32:02.752Z] stable info: [2021-02-11T15:32:02.752Z] ------------------- [2021-02-11T15:32:02.752Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T15:32:02.752Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T15:32:02.752Z] Message: update stable to v1.0.179 [2021-02-11T15:32:04.162Z] ------------------- [2021-02-11T15:32:04.162Z] experimental info: [2021-02-11T15:32:04.162Z] ------------------- [2021-02-11T15:32:04.162Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-11T15:32:04.162Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-11T15:32:04.162Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-11T15:32:04.473Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-11T15:32:04.556Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-11T15:32:04.643Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-11T15:32:04.733Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-11T15:32:04.817Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-11T15:32:04.918Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-11T15:32:05.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-11T15:32:05.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-11T15:32:05.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-11T15:32:05.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-11T15:32:05.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-11T15:32:05.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-11T15:32:05.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-11T15:32:05.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-11T15:32:05.692Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T15:32:05.777Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-11T15:32:05.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-11T15:32:05.940Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-11T15:32:06.022Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-11T15:32:06.099Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-11T15:32:06.191Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-11T15:32:06.277Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-11T15:32:06.357Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-11T15:32:06.436Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-11T15:32:06.518Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-11T15:32:06.666Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-11T15:32:06.752Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f40dfc27572c9b2551adc8939acdf15ccbe93c30 [Pipeline] echo [2021-02-11T15:32:06.863Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f40dfc2 [Pipeline] echo [2021-02-11T15:32:06.968Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T15:32:07.123Z] provisioning config files... [2021-02-11T15:32:07.152Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config3803706602561688083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:32:07.503Z] ---> docker-login.sh [2021-02-11T15:32:07.503Z] nexus3.edgexfoundry.org:10001 [2021-02-11T15:32:07.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:32:08.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:32:08.031Z] Configure a credential helper to remove this warning. See [2021-02-11T15:32:08.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:32:08.031Z] [2021-02-11T15:32:08.031Z] Login Succeeded [2021-02-11T15:32:08.031Z] nexus3.edgexfoundry.org:10002 [2021-02-11T15:32:08.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:32:08.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:32:08.295Z] Configure a credential helper to remove this warning. See [2021-02-11T15:32:08.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:32:08.295Z] [2021-02-11T15:32:08.295Z] Login Succeeded [2021-02-11T15:32:08.295Z] nexus3.edgexfoundry.org:10003 [2021-02-11T15:32:08.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:32:08.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:32:08.295Z] Configure a credential helper to remove this warning. See [2021-02-11T15:32:08.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:32:08.295Z] [2021-02-11T15:32:08.295Z] Login Succeeded [2021-02-11T15:32:08.295Z] nexus3.edgexfoundry.org:10004 [2021-02-11T15:32:08.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:32:08.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:32:08.559Z] Configure a credential helper to remove this warning. See [2021-02-11T15:32:08.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:32:08.559Z] [2021-02-11T15:32:08.559Z] Login Succeeded [2021-02-11T15:32:08.559Z] docker.io [2021-02-11T15:32:08.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:32:08.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:32:08.821Z] Configure a credential helper to remove this warning. See [2021-02-11T15:32:08.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:32:08.821Z] [2021-02-11T15:32:08.821Z] Login Succeeded [2021-02-11T15:32:08.821Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T15:32:08.833Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T15:32:09.348Z] ++ 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-11T15:32:09.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:09.348Z] ++ dirname cmd/core-command/Dockerfile [2021-02-11T15:32:09.348Z] ++ cut -d/ -f2 [2021-02-11T15:32:09.348Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-11T15:32:09.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:09.348Z] ++ dirname cmd/core-data/Dockerfile [2021-02-11T15:32:09.348Z] ++ cut -d/ -f2 [2021-02-11T15:32:09.348Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-11T15:32:09.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:09.348Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-11T15:32:09.348Z] ++ cut -d/ -f2 [2021-02-11T15:32:09.348Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-11T15:32:09.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:09.348Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-11T15:32:09.348Z] ++ cut -d/ -f2 [2021-02-11T15:32:09.348Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-11T15:32:09.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:09.348Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-11T15:32:09.348Z] ++ cut -d/ -f2 [2021-02-11T15:32:09.348Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-11T15:32:09.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:09.348Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-11T15:32:09.348Z] ++ cut -d/ -f2 [2021-02-11T15:32:09.348Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-11T15:32:09.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:09.348Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-11T15:32:09.348Z] ++ cut -d/ -f2 [2021-02-11T15:32:09.348Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-11T15:32:09.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:09.348Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-11T15:32:09.348Z] ++ cut -d/ -f2 [2021-02-11T15:32:09.348Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-11T15:32:09.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-11T15:32:09.348Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-11T15:32:09.348Z] ++ cut -d/ -f2 [2021-02-11T15:32:09.348Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-11T15:32:09.425Z] 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-11T15:32:10.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T15:32:10.216Z] [2021-02-11T15:32:10.216Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:32:10.565Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T15:32:10.566Z] latest: Pulling from edgex-devops/git-semver [2021-02-11T15:32:10.566Z] 31603596830f: Pulling fs layer [2021-02-11T15:32:10.566Z] 2a8b12db71e7: Pulling fs layer [2021-02-11T15:32:10.566Z] 6ca5941a6612: Pulling fs layer [2021-02-11T15:32:10.566Z] ecc8261a40a4: Pulling fs layer [2021-02-11T15:32:10.566Z] ecc8261a40a4: Waiting [2021-02-11T15:32:10.566Z] 2a8b12db71e7: Verifying Checksum [2021-02-11T15:32:10.566Z] 2a8b12db71e7: Download complete [2021-02-11T15:32:10.566Z] 31603596830f: Verifying Checksum [2021-02-11T15:32:10.566Z] 31603596830f: Download complete [2021-02-11T15:32:10.830Z] ecc8261a40a4: Verifying Checksum [2021-02-11T15:32:10.830Z] ecc8261a40a4: Download complete [2021-02-11T15:32:10.830Z] 6ca5941a6612: Verifying Checksum [2021-02-11T15:32:10.830Z] 6ca5941a6612: Download complete [2021-02-11T15:32:11.093Z] 31603596830f: Pull complete [2021-02-11T15:32:11.361Z] 2a8b12db71e7: Pull complete [2021-02-11T15:32:12.323Z] 6ca5941a6612: Pull complete [2021-02-11T15:32:12.585Z] ecc8261a40a4: Pull complete [2021-02-11T15:32:12.585Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-11T15:32:12.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-11T15:32:12.585Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-11T15:32:12.697Z] prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container [2021-02-11T15:32:12.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-11T15:32:15.583Z] $ docker top 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-11T15:32:16.157Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T15:32:16.158Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T15:32:16.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T15:32:16.429Z] $ docker exec 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c ssh-agent [2021-02-11T15:32:16.625Z] SSH_AUTH_SOCK=/tmp/ssh-gkU36yIQL3ee/agent.12 [2021-02-11T15:32:16.625Z] SSH_AGENT_PID=17 [2021-02-11T15:32:16.647Z] Running ssh-add (command line suppressed) [2021-02-11T15:32:16.778Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_1461864246397678924.key (/w/workspace/edgex-go/24@tmp/private_key_1461864246397678924.key) [2021-02-11T15:32:16.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T15:32:17.199Z] + git tag --points-at HEAD [Pipeline] } [2021-02-11T15:32:17.239Z] $ docker exec --env ******** --env ******** 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c ssh-agent -k [2021-02-11T15:32:17.381Z] unset SSH_AUTH_SOCK; [2021-02-11T15:32:17.381Z] unset SSH_AGENT_PID; [2021-02-11T15:32:17.382Z] echo Agent pid 17 killed; [2021-02-11T15:32:17.448Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-11T15:32:17.590Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-11T15:32:17.590Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-11T15:32:17.780Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-11T15:32:17.785Z] $ docker exec 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c ssh-agent [2021-02-11T15:32:17.967Z] SSH_AUTH_SOCK=/tmp/ssh-WmaQlbK0qFLF/agent.46 [2021-02-11T15:32:17.967Z] SSH_AGENT_PID=51 [2021-02-11T15:32:17.982Z] Running ssh-add (command line suppressed) [2021-02-11T15:32:18.126Z] Identity added: /w/workspace/edgex-go/24@tmp/private_key_3713519119336553845.key (/w/workspace/edgex-go/24@tmp/private_key_3713519119336553845.key) [2021-02-11T15:32:18.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-11T15:32:18.544Z] + git semver init [2021-02-11T15:32:18.544Z] # -> Open(): unable to determine branch for HEAD [2021-02-11T15:32:18.544Z] # $GIT_DIR = /w/workspace/edgex-go/24/.git [2021-02-11T15:32:18.544Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/24 [2021-02-11T15:32:18.544Z] # $SEMVER_REMOTE_NAME = origin [2021-02-11T15:32:18.544Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-11T15:32:18.544Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-11T15:32:18.544Z] # $SEMVER_BRANCH = PR-3109 [2021-02-11T15:32:18.544Z] # $SEMVER_TEMP = /tmp/semver-483308641 [2021-02-11T15:32:18.544Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-11T15:32:50.868Z] # '/tmp/semver-483308641' -> '/w/workspace/edgex-go/24/.semver' [2021-02-11T15:32:50.868Z] # -> Force: false [2021-02-11T15:32:50.868Z] # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } [2021-02-11T15:32:50.882Z] $ docker exec --env ******** --env ******** 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c ssh-agent -k [2021-02-11T15:32:51.164Z] unset SSH_AUTH_SOCK; [2021-02-11T15:32:51.165Z] unset SSH_AGENT_PID; [2021-02-11T15:32:51.165Z] echo Agent pid 51 killed; [2021-02-11T15:32:51.248Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-11T15:32:51.739Z] + git semver [Pipeline] } [2021-02-11T15:32:51.759Z] $ docker stop --time=1 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c [2021-02-11T15:32:53.395Z] $ docker rm -f 3ea280d943fbf6a59f280838fd3ea4db0cbe5e4d1c37c7e377c0b55dd6072e8c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T15:32:54.026Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-11T15:32:54.649Z] Stashed 1 file(s) [Pipeline] echo [2021-02-11T15:32:54.652Z] [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-11T15:32:55.535Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:32:55.838Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:32:56.142Z] + sudo service docker restart [2021-02-11T15:32:56.142Z] + true [2021-02-11T15:32:56.142Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-11T15:32:57.113Z] ========================================================= [2021-02-11T15:32:57.113Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-11T15:32:57.113Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:32:57.454Z] + 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-11T15:33:01.694Z] Sending build context to Docker daemon 327.8MB [2021-02-11T15:33:01.694Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T15:33:01.694Z] Step 2/6 : FROM ${BASE} [2021-02-11T15:33:01.694Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-11T15:33:01.694Z] 188c0c94c7c5: Pulling fs layer [2021-02-11T15:33:01.694Z] 0ef7d3d256c8: Pulling fs layer [2021-02-11T15:33:01.694Z] de9db76c5a1d: Pulling fs layer [2021-02-11T15:33:01.694Z] bca2f99d35d6: Pulling fs layer [2021-02-11T15:33:01.694Z] 93359f2a8cfa: Pulling fs layer [2021-02-11T15:33:01.694Z] 7c6f9722023f: Pulling fs layer [2021-02-11T15:33:01.694Z] a35cf1a2eb13: Pulling fs layer [2021-02-11T15:33:01.694Z] 93359f2a8cfa: Waiting [2021-02-11T15:33:01.694Z] 7c6f9722023f: Waiting [2021-02-11T15:33:01.694Z] a35cf1a2eb13: Waiting [2021-02-11T15:33:01.694Z] bca2f99d35d6: Waiting [2021-02-11T15:33:01.694Z] de9db76c5a1d: Verifying Checksum [2021-02-11T15:33:01.694Z] de9db76c5a1d: Download complete [2021-02-11T15:33:01.694Z] 0ef7d3d256c8: Verifying Checksum [2021-02-11T15:33:01.694Z] 0ef7d3d256c8: Download complete [2021-02-11T15:33:01.694Z] 93359f2a8cfa: Verifying Checksum [2021-02-11T15:33:01.694Z] 93359f2a8cfa: Download complete [2021-02-11T15:33:01.694Z] 7c6f9722023f: Verifying Checksum [2021-02-11T15:33:01.694Z] 7c6f9722023f: Download complete [2021-02-11T15:33:01.694Z] 188c0c94c7c5: Verifying Checksum [2021-02-11T15:33:01.694Z] 188c0c94c7c5: Download complete [2021-02-11T15:33:01.694Z] 188c0c94c7c5: Pull complete [2021-02-11T15:33:01.972Z] 0ef7d3d256c8: Pull complete [2021-02-11T15:33:02.937Z] de9db76c5a1d: Pull complete [2021-02-11T15:33:03.204Z] a35cf1a2eb13: Verifying Checksum [2021-02-11T15:33:03.204Z] a35cf1a2eb13: Download complete [2021-02-11T15:33:04.175Z] bca2f99d35d6: Verifying Checksum [2021-02-11T15:33:04.175Z] bca2f99d35d6: Download complete [2021-02-11T15:33:09.562Z] bca2f99d35d6: Pull complete [2021-02-11T15:33:09.562Z] 93359f2a8cfa: Pull complete [2021-02-11T15:33:09.834Z] 7c6f9722023f: Pull complete [2021-02-11T15:33:10.018Z] Still waiting to schedule task [2021-02-11T15:33:10.019Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26093’ [2021-02-11T15:33:16.486Z] a35cf1a2eb13: Pull complete [2021-02-11T15:33:16.486Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-11T15:33:16.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-11T15:33:16.486Z] ---> a62c8e92a672 [2021-02-11T15:33:16.486Z] 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-11T15:33:16.486Z] ---> Running in edd0d45f1b6a [2021-02-11T15:33:16.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:33:17.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:33:17.649Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T15:33:18.600Z] (2/12) Installing file (5.38-r0) [2021-02-11T15:33:18.600Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T15:33:18.863Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-11T15:33:24.193Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T15:33:24.193Z] (6/12) Installing patch (2.7.6-r6) [2021-02-11T15:33:24.193Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T15:33:24.193Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T15:33:24.461Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-11T15:33:24.461Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T15:33:24.461Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T15:33:24.724Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T15:33:24.724Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:33:24.724Z] OK: 233 MiB in 51 packages [2021-02-11T15:33:28.959Z] Removing intermediate container edd0d45f1b6a [2021-02-11T15:33:28.959Z] ---> 978a35b46317 [2021-02-11T15:33:28.959Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T15:33:28.959Z] ---> Running in 62834f643ead [2021-02-11T15:33:28.959Z] Removing intermediate container 62834f643ead [2021-02-11T15:33:28.959Z] ---> 6e17f0ac0993 [2021-02-11T15:33:28.959Z] Step 5/6 : COPY go.mod . [2021-02-11T15:33:28.959Z] ---> cf13e46649df [2021-02-11T15:33:28.959Z] Step 6/6 : RUN go mod download [2021-02-11T15:33:28.959Z] ---> Running in 9e229569f7cd [2021-02-11T15:33:51.018Z] Removing intermediate container 9e229569f7cd [2021-02-11T15:33:51.018Z] ---> d7899f64ac2e [2021-02-11T15:33:51.018Z] Successfully built d7899f64ac2e [2021-02-11T15:33:51.018Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:33:51.337Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-11T15:33:51.337Z] . [Pipeline] withDockerContainer [2021-02-11T15:33:51.455Z] prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container [2021-02-11T15:33:51.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-11T15:33:52.421Z] $ docker top 1d572b67e3b9eb3d78725b9a659ae1490ac1f73c6b88a0e734fbc6d239b4ad29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:33:52.964Z] + go version [2021-02-11T15:33:52.964Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-11T15:33:52.978Z] $ docker stop --time=1 1d572b67e3b9eb3d78725b9a659ae1490ac1f73c6b88a0e734fbc6d239b4ad29 [2021-02-11T15:33:54.406Z] $ docker rm -f 1d572b67e3b9eb3d78725b9a659ae1490ac1f73c6b88a0e734fbc6d239b4ad29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:33:55.205Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-11T15:33:55.205Z] . [Pipeline] withDockerContainer [2021-02-11T15:33:55.310Z] prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container [2021-02-11T15:33:55.359Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-11T15:33:56.127Z] $ docker top a47810cd9dab9e34c4540ec35bfae870aada6195a1145b20dbcf6e2af258d8e9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T15:33:56.331Z] ========================================================= [2021-02-11T15:33:56.331Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-11T15:33:56.331Z] ========================================================= [Pipeline] sh [2021-02-11T15:33:56.628Z] + make test [2021-02-11T15:33:56.628Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-11T15:34:06.718Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-11T15:34:25.021Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-11T15:34:30.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-11T15:34:30.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-11T15:34:30.381Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-11T15:34:31.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-11T15:34:31.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-11T15:34:31.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-11T15:34:31.811Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-11T15:34:32.402Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-11T15:34:32.995Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-11T15:34:35.611Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-11T15:34:35.612Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-11T15:34:35.612Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-11T15:34:38.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.157s coverage: 45.9% of statements [2021-02-11T15:34:38.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-11T15:34:38.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-11T15:34:38.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-11T15:34:38.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-11T15:34:38.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-11T15:34:38.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-11T15:34:38.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-11T15:34:38.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements [2021-02-11T15:34:40.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.1% of statements [2021-02-11T15:34:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-11T15:34:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-11T15:34:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-11T15:34:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-11T15:34:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-11T15:34:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-11T15:34:40.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-02-11T15:34:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-11T15:34:40.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-02-11T15:34:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-11T15:34:40.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-11T15:34:41.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements [2021-02-11T15:34:41.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-11T15:34:41.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-11T15:34:41.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.427s coverage: 82.3% of statements [2021-02-11T15:34:41.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-11T15:34:41.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:34:41.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-11T15:34:41.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-11T15:34:43.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements [2021-02-11T15:34:43.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-11T15:34:43.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-11T15:34:43.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-11T15:34:43.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-11T15:34:43.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-11T15:34:43.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-02-11T15:34:43.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-11T15:34:43.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2021-02-11T15:34:43.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-11T15:34:43.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.130s coverage: 86.7% of statements [2021-02-11T15:34:43.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-11T15:34:44.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.174s coverage: 97.5% of statements [2021-02-11T15:34:44.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-11T15:34:44.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements [2021-02-11T15:34:44.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-11T15:34:44.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-11T15:34:44.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-11T15:34:44.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-11T15:34:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.465s coverage: 92.8% of statements [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-11T15:34:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-11T15:34:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-11T15:34:47.614Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-11T15:34:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 45.5% of statements [2021-02-11T15:34:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.043s coverage: 79.5% of statements [2021-02-11T15:34:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-02-11T15:34:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements [2021-02-11T15:34:47.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-02-11T15:34:59.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements [2021-02-11T15:34:59.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 63.5% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 68.9% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.152s coverage: 47.0% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.114s coverage: 89.4% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.064s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-11T15:35:12.223Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-11T15:35:12.223Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-11T15:35:12.223Z] GO111MODULE=on go vet ./... [2021-02-11T15:35:39.036Z] gofmt -l . [2021-02-11T15:35:39.036Z] [ "`gofmt -l .`" = "" ] [2021-02-11T15:35:39.621Z] ./bin/test-go-mod-tidy.sh [2021-02-11T15:35:40.202Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-11T15:35:41.418Z] + ls -al . [2021-02-11T15:35:41.418Z] total 700 [2021-02-11T15:35:41.418Z] drwxrwxr-x 10 1001 1001 4096 Feb 11 15:35 . [2021-02-11T15:35:41.418Z] drwxr-xr-x 4 root root 30 Feb 11 15:33 .. [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 11 Feb 11 15:31 .dockerignore [2021-02-11T15:35:41.418Z] drwxrwxr-x 8 1001 1001 179 Feb 11 15:31 .git [2021-02-11T15:35:41.418Z] drwxrwxr-x 3 1001 1001 125 Feb 11 15:31 .github [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 818 Feb 11 15:31 .gitignore [2021-02-11T15:35:41.418Z] drwx------ 3 1001 1001 60 Feb 11 15:32 .semver [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 166 Feb 11 15:31 .sonarcloud.properties [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 7859 Feb 11 15:31 Attribution.txt [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 15:31 CONTRIBUTING.md [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 931 Feb 11 15:31 Dockerfile.build [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 863 Feb 11 15:31 Jenkinsfile [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 15:31 LICENSE [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 5774 Feb 11 15:31 Makefile [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 6524 Feb 11 15:31 README.md [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 6755 Feb 11 15:31 SECURITY.md [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 5 Feb 11 15:32 VERSION [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 4131 Feb 11 15:31 ZMQWindows.md [2021-02-11T15:35:41.418Z] drwxrwxr-x 2 1001 1001 117 Feb 11 15:31 bin [2021-02-11T15:35:41.418Z] drwxrwxr-x 14 1001 1001 4096 Feb 11 15:31 cmd [2021-02-11T15:35:41.418Z] -rw-r--r-- 1 root root 595164 Feb 11 15:35 coverage.out [2021-02-11T15:35:41.418Z] -rw-r--r-- 1 root root 1054 Feb 11 15:35 go.mod [2021-02-11T15:35:41.418Z] -rw-r--r-- 1 root root 19518 Feb 11 15:35 go.sum [2021-02-11T15:35:41.418Z] drwxrwxr-x 8 1001 1001 127 Feb 11 15:31 internal [2021-02-11T15:35:41.418Z] drwxrwxr-x 4 1001 1001 26 Feb 11 15:31 openapi [2021-02-11T15:35:41.418Z] drwxrwxr-x 4 1001 1001 71 Feb 11 15:31 snap [2021-02-11T15:35:41.418Z] -rw-rw-r-- 1 1001 1001 168 Feb 11 15:31 version.go [Pipeline] sh [2021-02-11T15:35:41.720Z] + '[' -e coverage.out ] [2021-02-11T15:35:41.720Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-11T15:35:41.970Z] Stashed 1 file(s) [Pipeline] sh [2021-02-11T15:35:42.306Z] + make build [2021-02-11T15:35:42.306Z] 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-11T15:35:46.564Z] 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-11T15:35:47.211Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26099 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-11T15:35:47.261Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2021-02-11T15:35:52.717Z] using credential edgex-jenkins-ssh [2021-02-11T15:35:52.778Z] Cloning the remote Git repository [2021-02-11T15:35:52.873Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:35:53.003Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2021-02-11T15:35:53.095Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:35:53.096Z] > git --version # timeout=10 [2021-02-11T15:35:53.123Z] > git --version # 'git version 2.17.1' [2021-02-11T15:35:53.125Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:35:53.222Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T15:35:56.776Z] 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-11T15:35:57.357Z] 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-11T15:35:59.282Z] 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-11T15:35:59.282Z] 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-11T15:36:01.241Z] 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-11T15:36:02.668Z] 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-11T15:36:04.084Z] 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-11T15:36:05.488Z] 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-11T15:36:06.443Z] 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-11T15:36:07.880Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-11T15:36:09.835Z] $ docker stop --time=1 a47810cd9dab9e34c4540ec35bfae870aada6195a1145b20dbcf6e2af258d8e9 [2021-02-11T15:36:11.143Z] Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:36:11.569Z] $ docker rm -f a47810cd9dab9e34c4540ec35bfae870aada6195a1145b20dbcf6e2af258d8e9 [2021-02-11T15:36:11.593Z] Merge succeeded, producing f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:36:11.594Z] Checking out Revision f40dfc27572c9b2551adc8939acdf15ccbe93c30 (PR-3109) [2021-02-11T15:36:10.427Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T15:36:10.449Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T15:36:10.481Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T15:36:10.516Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:36:10.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:36:10.527Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-11T15:36:11.162Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T15:36:11.181Z] > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [2021-02-11T15:36:11.504Z] > git remote # timeout=10 [2021-02-11T15:36:11.523Z] > git config --get remote.origin.url # timeout=10 [2021-02-11T15:36:11.542Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:36:11.553Z] > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 [2021-02-11T15:36:11.577Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-11T15:36:11.603Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T15:36:11.624Z] > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:36:15.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:36:15.278Z] [2021-02-11T15:36:15.278Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:36:15.632Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:36:15.632Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-11T15:36:15.632Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-11T15:36:15.632Z] ca9280d653b3: Pulling fs layer [2021-02-11T15:36:15.632Z] 7e9c9ca2126c: Pulling fs layer [2021-02-11T15:36:16.147Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-02-11T15:36:16.580Z] cbdbe7a5bc2a: Download complete [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-11T15:36:17.172Z] cbdbe7a5bc2a: Pull complete [2021-02-11T15:36:17.450Z] ca9280d653b3: Verifying Checksum [2021-02-11T15:36:17.450Z] ca9280d653b3: Download complete [2021-02-11T15:36:17.645Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:36:18.088Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-11T15:36:18.430Z] + sudo service docker restart [2021-02-11T15:36:18.431Z] + true [2021-02-11T15:36:18.866Z] ca9280d653b3: Pull complete [2021-02-11T15:36:18.866Z] 7e9c9ca2126c: Verifying Checksum [2021-02-11T15:36:18.866Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-11T15:36:21.135Z] provisioning config files... [2021-02-11T15:36:21.179Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config6339691332496253114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:36:21.588Z] ---> docker-login.sh [2021-02-11T15:36:21.588Z] nexus3.edgexfoundry.org:10001 [2021-02-11T15:36:22.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:36:22.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:36:22.852Z] Configure a credential helper to remove this warning. See [2021-02-11T15:36:22.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:36:22.852Z] [2021-02-11T15:36:22.852Z] Login Succeeded [2021-02-11T15:36:22.852Z] nexus3.edgexfoundry.org:10002 [2021-02-11T15:36:23.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:36:23.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:36:23.125Z] Configure a credential helper to remove this warning. See [2021-02-11T15:36:23.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:36:23.125Z] [2021-02-11T15:36:23.125Z] Login Succeeded [2021-02-11T15:36:23.125Z] nexus3.edgexfoundry.org:10003 [2021-02-11T15:36:23.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:36:23.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:36:23.721Z] Configure a credential helper to remove this warning. See [2021-02-11T15:36:23.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:36:23.721Z] [2021-02-11T15:36:23.722Z] Login Succeeded [2021-02-11T15:36:23.722Z] nexus3.edgexfoundry.org:10004 [2021-02-11T15:36:23.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:36:24.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:36:24.271Z] Configure a credential helper to remove this warning. See [2021-02-11T15:36:24.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:36:24.271Z] [2021-02-11T15:36:24.271Z] Login Succeeded [2021-02-11T15:36:24.271Z] docker.io [2021-02-11T15:36:24.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-11T15:36:24.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-11T15:36:24.817Z] Configure a credential helper to remove this warning. See [2021-02-11T15:36:24.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-11T15:36:24.817Z] [2021-02-11T15:36:24.817Z] Login Succeeded [2021-02-11T15:36:24.817Z] ---> docker-login.sh ends [Pipeline] } [2021-02-11T15:36:24.835Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-11T15:36:25.347Z] ========================================================= [2021-02-11T15:36:25.347Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-11T15:36:25.347Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:36:25.519Z] 7e9c9ca2126c: Pull complete [2021-02-11T15:36:25.519Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-11T15:36:25.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:36:25.519Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-11T15:36:25.741Z] + 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-11T15:36:25.744Z] prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container [2021-02-11T15:36:25.807Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-11T15:36:28.053Z] $ docker top 53fa83d3d9a80a85df334ca0b4906eadac63674612932ce83e674b53ac0a918a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:36:28.431Z] Sending build context to Docker daemon 166.3MB [2021-02-11T15:36:28.431Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-11T15:36:28.431Z] Step 2/6 : FROM ${BASE} [2021-02-11T15:36:28.431Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-11T15:36:28.431Z] 5f621e34cdf4: Pulling fs layer [2021-02-11T15:36:28.431Z] a4357932f1b6: Pulling fs layer [2021-02-11T15:36:28.431Z] 18c013af1878: Pulling fs layer [2021-02-11T15:36:28.431Z] 00ac8860ef70: Pulling fs layer [2021-02-11T15:36:28.431Z] 63d7cb157983: Pulling fs layer [2021-02-11T15:36:28.431Z] b116817d02f9: Pulling fs layer [2021-02-11T15:36:28.431Z] 745a02a5169b: Pulling fs layer [2021-02-11T15:36:28.431Z] 00ac8860ef70: Waiting [2021-02-11T15:36:28.431Z] 63d7cb157983: Waiting [2021-02-11T15:36:28.431Z] b116817d02f9: Waiting [2021-02-11T15:36:28.431Z] 745a02a5169b: Waiting [2021-02-11T15:36:28.431Z] 18c013af1878: Download complete [2021-02-11T15:36:28.431Z] a4357932f1b6: Verifying Checksum [2021-02-11T15:36:28.431Z] a4357932f1b6: Download complete [2021-02-11T15:36:28.431Z] 63d7cb157983: Verifying Checksum [2021-02-11T15:36:28.431Z] 63d7cb157983: Download complete [2021-02-11T15:36:28.431Z] 5f621e34cdf4: Verifying Checksum [2021-02-11T15:36:28.431Z] 5f621e34cdf4: Download complete [2021-02-11T15:36:28.641Z] + docker-compose build --help [2021-02-11T15:36:28.641Z] + grep parallel [2021-02-11T15:36:29.427Z] 5f621e34cdf4: Pull complete [2021-02-11T15:36:29.714Z] a4357932f1b6: Pull complete [2021-02-11T15:36:29.991Z] 18c013af1878: Pull complete [2021-02-11T15:36:30.048Z] --parallel Build images in parallel. [Pipeline] } [2021-02-11T15:36:30.065Z] $ docker stop --time=1 53fa83d3d9a80a85df334ca0b4906eadac63674612932ce83e674b53ac0a918a [2021-02-11T15:36:30.973Z] 745a02a5169b: Verifying Checksum [2021-02-11T15:36:30.973Z] 745a02a5169b: Download complete [2021-02-11T15:36:31.434Z] $ docker rm -f 53fa83d3d9a80a85df334ca0b4906eadac63674612932ce83e674b53ac0a918a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:36:32.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-11T15:36:32.043Z] . [Pipeline] withDockerContainer [2021-02-11T15:36:32.157Z] prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container [2021-02-11T15:36:32.212Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-11T15:36:32.412Z] 00ac8860ef70: Verifying Checksum [2021-02-11T15:36:32.412Z] 00ac8860ef70: Download complete [2021-02-11T15:36:32.911Z] $ docker top 3be45271a1c54c8dff9b57e6e55e1e674335a84734313f614b16f19a0d703d01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:36:33.441Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T15:36:35.499Z] Building docker-core-command-go ... [2021-02-11T15:36:35.499Z] Building docker-core-data-go ... [2021-02-11T15:36:35.499Z] Building docker-core-metadata-go ... [2021-02-11T15:36:35.499Z] Building docker-security-bootstrapper-go ... [2021-02-11T15:36:35.499Z] Building docker-security-proxy-setup-go ... [2021-02-11T15:36:35.499Z] Building docker-security-secretstore-setup-go ... [2021-02-11T15:36:35.499Z] Building docker-support-notifications-go ... [2021-02-11T15:36:35.499Z] Building docker-support-scheduler-go ... [2021-02-11T15:36:35.499Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T15:36:35.499Z] Building docker-sys-mgmt-agent-go [2021-02-11T15:36:35.499Z] Building docker-core-data-go [2021-02-11T15:36:35.499Z] Building docker-security-secretstore-setup-go [2021-02-11T15:36:35.499Z] Building docker-support-scheduler-go [2021-02-11T15:36:35.499Z] Building docker-support-notifications-go [2021-02-11T15:36:42.553Z] 00ac8860ef70: Pull complete [2021-02-11T15:36:42.553Z] 63d7cb157983: Pull complete [2021-02-11T15:36:42.553Z] b116817d02f9: Pull complete [2021-02-11T15:36:45.170Z] 745a02a5169b: Pull complete [2021-02-11T15:36:45.170Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-11T15:36:45.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-11T15:36:45.170Z] ---> b7e6874047d6 [2021-02-11T15:36:45.170Z] 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-11T15:36:48.569Z] ---> Running in c66b053d502d [2021-02-11T15:36:50.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:36:50.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:36:51.568Z] (1/12) Installing libmagic (5.38-r0) [2021-02-11T15:36:51.839Z] (2/12) Installing file (5.38-r0) [2021-02-11T15:36:51.839Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-11T15:36:52.109Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-11T15:37:00.362Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-11T15:37:00.362Z] (6/12) Installing patch (2.7.6-r6) [2021-02-11T15:37:00.632Z] (7/12) Installing build-base (0.5-r2) [2021-02-11T15:37:00.632Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-11T15:37:00.632Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-11T15:37:00.904Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-11T15:37:00.904Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-11T15:37:01.174Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-11T15:37:01.174Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:37:01.174Z] OK: 217 MiB in 51 packages [2021-02-11T15:37:05.486Z] Removing intermediate container c66b053d502d [2021-02-11T15:37:05.486Z] ---> 2b258dd607b0 [2021-02-11T15:37:05.486Z] Step 4/6 : WORKDIR /edgex-go [2021-02-11T15:37:05.486Z] ---> Running in cd173741fc42 [2021-02-11T15:37:05.760Z] Removing intermediate container cd173741fc42 [2021-02-11T15:37:05.760Z] ---> 76e84abaa460 [2021-02-11T15:37:05.760Z] Step 5/6 : COPY go.mod . [2021-02-11T15:37:06.754Z] ---> db6a9c4a64ef [2021-02-11T15:37:06.754Z] Step 6/6 : RUN go mod download [2021-02-11T15:37:06.754Z] ---> Running in 3dbfe622dc63 [2021-02-11T15:37:14.741Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:14.741Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:37:14.741Z] ---> d7899f64ac2e [2021-02-11T15:37:14.741Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:37:14.741Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:14.741Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:37:14.741Z] ---> d7899f64ac2e [2021-02-11T15:37:14.741Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T15:37:14.741Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:14.741Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:37:14.741Z] ---> d7899f64ac2e [2021-02-11T15:37:14.741Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T15:37:14.741Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:14.741Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:37:14.741Z] ---> d7899f64ac2e [2021-02-11T15:37:14.741Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:37:14.741Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:37:14.741Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:37:14.741Z] ---> d7899f64ac2e [2021-02-11T15:37:14.741Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:37:14.741Z] ---> Running in 533680a863e7 [2021-02-11T15:37:14.741Z] ---> Running in fb0cb859e1d6 [2021-02-11T15:37:14.741Z] ---> Running in 8c7d04844405 [2021-02-11T15:37:14.741Z] ---> Running in 0833465f4486 [2021-02-11T15:37:14.741Z] ---> Running in 3b7ab7906d8a [2021-02-11T15:37:14.741Z] Removing intermediate container 3b7ab7906d8a [2021-02-11T15:37:14.741Z] ---> dbc32caaff76 [2021-02-11T15:37:14.741Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:37:14.741Z] Removing intermediate container 533680a863e7 [2021-02-11T15:37:14.741Z] ---> 54c9ddf150fd [2021-02-11T15:37:14.741Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:37:14.741Z] Removing intermediate container 8c7d04844405 [2021-02-11T15:37:14.741Z] ---> ecf56b39256a [2021-02-11T15:37:14.741Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:37:14.741Z] Removing intermediate container 0833465f4486 [2021-02-11T15:37:14.741Z] ---> 52b66bc81186 [2021-02-11T15:37:14.741Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:37:14.741Z] Removing intermediate container fb0cb859e1d6 [2021-02-11T15:37:14.741Z] ---> 737c6694a026 [2021-02-11T15:37:14.741Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:37:14.741Z] ---> Running in 2df7c17a94e0 [2021-02-11T15:37:14.741Z] ---> Running in e528b7a853cf [2021-02-11T15:37:14.741Z] ---> Running in 339907bf1e16 [2021-02-11T15:37:14.741Z] ---> Running in d06e0b904640 [2021-02-11T15:37:14.741Z] ---> Running in 163c7da6f37f [2021-02-11T15:37:14.741Z] Removing intermediate container 339907bf1e16 [2021-02-11T15:37:14.741Z] ---> 7073f3e0d922 [2021-02-11T15:37:14.741Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T15:37:14.741Z] ---> Running in 205cd09e44a3 [2021-02-11T15:37:14.741Z] Removing intermediate container e528b7a853cf [2021-02-11T15:37:14.741Z] ---> fddc176304c3 [2021-02-11T15:37:14.741Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T15:37:14.741Z] Removing intermediate container 2df7c17a94e0 [2021-02-11T15:37:14.741Z] ---> aa07a90640e3 [2021-02-11T15:37:14.741Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T15:37:14.741Z] ---> Running in 9781862f8a9f [2021-02-11T15:37:14.741Z] Removing intermediate container 163c7da6f37f [2021-02-11T15:37:14.741Z] ---> 0ca3368fe90e [2021-02-11T15:37:14.741Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T15:37:14.741Z] Removing intermediate container d06e0b904640 [2021-02-11T15:37:14.741Z] ---> d3188a330071 [2021-02-11T15:37:14.741Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-11T15:37:14.741Z] ---> Running in ca91c0c01fc7 [2021-02-11T15:37:14.741Z] ---> Running in def576484651 [2021-02-11T15:37:14.741Z] ---> Running in ea4f2be96db0 [2021-02-11T15:37:15.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:15.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:15.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:15.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:15.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:15.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:16.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:16.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:16.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:16.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:37:16.701Z] OK: 233 MiB in 51 packages [2021-02-11T15:37:16.701Z] OK: 233 MiB in 51 packages [2021-02-11T15:37:16.701Z] OK: 233 MiB in 51 packages [2021-02-11T15:37:16.967Z] OK: 233 MiB in 51 packages [2021-02-11T15:37:17.233Z] OK: 233 MiB in 51 packages [2021-02-11T15:37:17.513Z] Removing intermediate container 205cd09e44a3 [2021-02-11T15:37:17.513Z] ---> f519a4fa49a3 [2021-02-11T15:37:17.513Z] Step 6/26 : COPY go.mod . [2021-02-11T15:37:17.786Z] Removing intermediate container 9781862f8a9f [2021-02-11T15:37:17.786Z] ---> 1a30531a9547 [2021-02-11T15:37:17.786Z] Step 6/24 : COPY go.mod . [2021-02-11T15:37:17.786Z] Removing intermediate container ea4f2be96db0 [2021-02-11T15:37:17.786Z] ---> 9fac53c1e310 [2021-02-11T15:37:17.786Z] Step 6/23 : COPY go.mod . [2021-02-11T15:37:17.786Z] Removing intermediate container ca91c0c01fc7 [2021-02-11T15:37:17.786Z] ---> 2f460d8f444f [2021-02-11T15:37:17.786Z] Step 6/22 : COPY go.mod . [2021-02-11T15:37:18.066Z] ---> f2e3eec87417 [2021-02-11T15:37:18.066Z] Step 7/26 : RUN go mod download [2021-02-11T15:37:18.066Z] Removing intermediate container def576484651 [2021-02-11T15:37:18.066Z] ---> 1c6e0cc4c02d [2021-02-11T15:37:18.066Z] Step 6/22 : COPY go.mod . [2021-02-11T15:37:18.066Z] ---> 681e1a98d01f [2021-02-11T15:37:18.066Z] Step 7/24 : RUN go mod download [2021-02-11T15:37:18.066Z] ---> Running in 27a4c0cb40a7 [2021-02-11T15:37:18.341Z] ---> Running in 0dd2343a0aa2 [2021-02-11T15:37:18.341Z] ---> f3d5658c7bcb [2021-02-11T15:37:18.341Z] Step 7/23 : RUN go mod download [2021-02-11T15:37:18.341Z] ---> e2e29826ed0b [2021-02-11T15:37:18.341Z] Step 7/22 : RUN go mod download [2021-02-11T15:37:18.610Z] ---> Running in 0a831dcf004e [2021-02-11T15:37:18.610Z] ---> Running in 0ad41e5133d3 [2021-02-11T15:37:18.881Z] ---> 25470c386ed9 [2021-02-11T15:37:18.881Z] Step 7/22 : RUN go mod download [2021-02-11T15:37:18.881Z] ---> Running in c9dd299b47f2 [2021-02-11T15:37:21.488Z] Removing intermediate container 27a4c0cb40a7 [2021-02-11T15:37:21.488Z] ---> 9380b0b9888b [2021-02-11T15:37:21.488Z] Step 8/26 : COPY . . [2021-02-11T15:37:21.488Z] Removing intermediate container c9dd299b47f2 [2021-02-11T15:37:21.488Z] ---> 29d3f5fae950 [2021-02-11T15:37:21.488Z] Step 8/22 : COPY . . [2021-02-11T15:37:21.755Z] Removing intermediate container 0a831dcf004e [2021-02-11T15:37:21.755Z] ---> 65f2248d968a [2021-02-11T15:37:21.755Z] Step 8/22 : COPY . . [2021-02-11T15:37:22.037Z] Removing intermediate container 0dd2343a0aa2 [2021-02-11T15:37:22.037Z] ---> f9960361b3f0 [2021-02-11T15:37:22.037Z] Step 8/24 : COPY . . [2021-02-11T15:37:22.303Z] Removing intermediate container 0ad41e5133d3 [2021-02-11T15:37:22.303Z] ---> ef50c3e4428c [2021-02-11T15:37:22.303Z] Step 8/23 : COPY . . [2021-02-11T15:37:33.577Z] Removing intermediate container 3dbfe622dc63 [2021-02-11T15:37:33.577Z] ---> 2cd99b4b44b6 [2021-02-11T15:37:33.577Z] Successfully built 2cd99b4b44b6 [2021-02-11T15:37:33.577Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:37:33.918Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T15:37:33.918Z] . [Pipeline] withDockerContainer [2021-02-11T15:37:34.210Z] prd-ubuntu18.04-docker-arm64-4c-16g-26099 does not seem to be running inside a container [2021-02-11T15:37:34.301Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-11T15:37:35.705Z] $ docker top d6e2a03afa6e0dba80b49430f43b7fe5c1935ea18c610038823c969f1ef25aea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:37:36.740Z] + go version [2021-02-11T15:37:36.740Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-11T15:37:36.776Z] $ docker stop --time=1 d6e2a03afa6e0dba80b49430f43b7fe5c1935ea18c610038823c969f1ef25aea [2021-02-11T15:37:38.746Z] $ docker rm -f d6e2a03afa6e0dba80b49430f43b7fe5c1935ea18c610038823c969f1ef25aea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:37:39.874Z] + docker inspect -f . ci-base-image-arm64 [2021-02-11T15:37:39.874Z] . [Pipeline] withDockerContainer [2021-02-11T15:37:40.131Z] prd-ubuntu18.04-docker-arm64-4c-16g-26099 does not seem to be running inside a container [2021-02-11T15:37:40.230Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-11T15:37:41.810Z] $ docker top 735475e5fa9257ae696aa6f1f78b55ecb920e307ecf40fe26167108e4cc89602 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-11T15:37:42.190Z] ========================================================= [2021-02-11T15:37:42.190Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-11T15:37:42.190Z] ========================================================= [Pipeline] sh [2021-02-11T15:37:42.834Z] + make test [2021-02-11T15:37:42.834Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-11T15:38:01.530Z] ---> 1e0f600de61d [2021-02-11T15:38:01.530Z] ---> 547dbf04398f [2021-02-11T15:38:01.530Z] Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T15:38:01.530Z] [2021-02-11T15:38:01.530Z] ---> 3c0ab5928421 [2021-02-11T15:38:01.530Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T15:38:01.530Z] ---> b3f69da721be [2021-02-11T15:38:01.530Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-11T15:38:01.530Z] ---> b92b24abb7b8 [2021-02-11T15:38:01.530Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T15:38:01.530Z] ---> Running in ca43966a206c [2021-02-11T15:38:01.530Z] ---> Running in 39b564c4b89a [2021-02-11T15:38:02.130Z] ---> Running in ef1d2c21a9d6 [2021-02-11T15:38:02.130Z] ---> Running in 77956c45aa4c [2021-02-11T15:38:02.130Z] ---> Running in 84b352f26c0a [2021-02-11T15:38:03.559Z] 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-11T15:38:03.559Z] 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-11T15:38:03.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-11T15:38:03.559Z] 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-11T15:38:03.559Z] 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-11T15:38:09.616Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-11T15:38:35.856Z] 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-11T15:38:40.165Z] Removing intermediate container 39b564c4b89a [2021-02-11T15:38:40.165Z] ---> 70bd4d09a21f [2021-02-11T15:38:40.165Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T15:38:40.165Z] ---> Running in 6c6f03c35191 [2021-02-11T15:38:41.614Z] 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-11T15:38:46.957Z] Removing intermediate container 84b352f26c0a [2021-02-11T15:38:46.957Z] ---> c9be05bd3180 [2021-02-11T15:38:46.957Z] [2021-02-11T15:38:46.957Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T15:38:46.957Z] 3.12: Pulling from library/alpine [2021-02-11T15:38:46.957Z] Removing intermediate container ef1d2c21a9d6 [2021-02-11T15:38:46.957Z] ---> fcf57157908b [2021-02-11T15:38:46.957Z] [2021-02-11T15:38:46.957Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:38:46.957Z] 3.12: Pulling from library/alpine [2021-02-11T15:38:46.957Z] Removing intermediate container ca43966a206c [2021-02-11T15:38:46.957Z] ---> cfce0ff9651d [2021-02-11T15:38:46.957Z] [2021-02-11T15:38:46.957Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:38:46.957Z] 3.12: Pulling from library/alpine [2021-02-11T15:38:46.957Z] Removing intermediate container 6c6f03c35191 [2021-02-11T15:38:46.957Z] ---> ef09c4a26ff5 [2021-02-11T15:38:46.957Z] [2021-02-11T15:38:46.957Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T15:38:46.957Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T15:38:46.957Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T15:38:46.957Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T15:38:46.957Z] 20.10.0: Pulling from library/docker [2021-02-11T15:38:46.958Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T15:38:46.958Z] ---> 389fef711851 [2021-02-11T15:38:46.958Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T15:38:46.958Z] Status: Image is up to date for alpine:3.12 [2021-02-11T15:38:46.958Z] ---> 389fef711851 [2021-02-11T15:38:46.958Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:38:46.958Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T15:38:46.958Z] ---> 389fef711851 [2021-02-11T15:38:46.958Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T15:38:48.911Z] ---> Running in 6a5025147c5e [2021-02-11T15:38:48.912Z] ---> Running in adcd2b3781bd [2021-02-11T15:38:48.912Z] ---> Running in df88acc3bb7b [2021-02-11T15:38:49.863Z] Removing intermediate container 77956c45aa4c [2021-02-11T15:38:49.863Z] ---> 7e36ea4ef37f [2021-02-11T15:38:49.863Z] [2021-02-11T15:38:49.863Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:38:49.863Z] ---> 389fef711851 [2021-02-11T15:38:49.863Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T15:38:50.817Z] ---> Running in 4c41b74f876a [2021-02-11T15:38:50.817Z] Removing intermediate container 4c41b74f876a [2021-02-11T15:38:50.817Z] ---> 42062b5bb19d [2021-02-11T15:38:50.817Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T15:38:51.089Z] ---> Running in e4ab4f3be638 [2021-02-11T15:38:51.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:38:51.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:38:51.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:38:51.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:38:51.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:38:51.358Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T15:38:51.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:38:51.358Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:38:51.358Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:38:51.638Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T15:38:51.638Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:38:51.638Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T15:38:51.638Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T15:38:51.638Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T15:38:51.638Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:38:51.638Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:38:51.638Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T15:38:51.638Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:38:51.638Z] OK: 7 MiB in 19 packages [2021-02-11T15:38:51.638Z] OK: 6 MiB in 15 packages [2021-02-11T15:38:51.638Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:38:51.912Z] OK: 6 MiB in 16 packages [2021-02-11T15:38:51.912Z] Removing intermediate container e4ab4f3be638 [2021-02-11T15:38:51.912Z] ---> df6641ce93ae [2021-02-11T15:38:51.912Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T15:38:52.870Z] ---> Running in 4de50725c685 [2021-02-11T15:38:53.483Z] Removing intermediate container 4de50725c685 [2021-02-11T15:38:53.483Z] ---> 27d755f43f19 [2021-02-11T15:38:53.483Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:38:53.749Z] ---> Running in fbbb2b556240 [2021-02-11T15:38:54.700Z] Removing intermediate container adcd2b3781bd [2021-02-11T15:38:54.700Z] ---> 3b5082227c5c [2021-02-11T15:38:54.700Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:38:54.700Z] Removing intermediate container df88acc3bb7b [2021-02-11T15:38:54.700Z] ---> 9e3615032370 [2021-02-11T15:38:54.700Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:38:55.281Z] Removing intermediate container 6a5025147c5e [2021-02-11T15:38:55.281Z] ---> 47bcf6dc517e [2021-02-11T15:38:55.281Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:38:55.281Z] ---> Running in 0bbef4c9f1b3 [2021-02-11T15:38:55.544Z] ---> Running in 5ee7d7fde6f8 [2021-02-11T15:38:55.544Z] ---> Running in aba4ea53a63f [2021-02-11T15:38:55.544Z] Removing intermediate container 0bbef4c9f1b3 [2021-02-11T15:38:55.544Z] ---> 82e809aa85f9 [2021-02-11T15:38:55.544Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T15:38:55.807Z] Removing intermediate container 5ee7d7fde6f8 [2021-02-11T15:38:55.807Z] ---> e5f9d51dc96e [2021-02-11T15:38:55.807Z] Step 13/24 : WORKDIR / [2021-02-11T15:38:55.807Z] Removing intermediate container aba4ea53a63f [2021-02-11T15:38:55.808Z] ---> dfa698b2508d [2021-02-11T15:38:55.808Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T15:38:55.808Z] ---> Running in 1d0cd82250d2 [2021-02-11T15:38:56.070Z] ---> Running in 77dcb81c0561 [2021-02-11T15:38:56.070Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T15:38:56.070Z] ---> Running in 8d54f05fe75d [2021-02-11T15:38:56.070Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T15:38:56.070Z] ---> aefe523efa57 [2021-02-11T15:38:56.070Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T15:38:56.334Z] Removing intermediate container 1d0cd82250d2 [2021-02-11T15:38:56.334Z] ---> 737bd822d073 [2021-02-11T15:38:56.334Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:38:56.334Z] ---> Running in b5a16cb3e63a [2021-02-11T15:38:56.334Z] ---> Running in ab53d3168249 [2021-02-11T15:38:56.603Z] Removing intermediate container fbbb2b556240 [2021-02-11T15:38:56.603Z] ---> dad2538c78b1 [2021-02-11T15:38:56.603Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T15:38:56.603Z] Removing intermediate container 77dcb81c0561 [2021-02-11T15:38:56.603Z] ---> a99443d0b46e [2021-02-11T15:38:56.603Z] 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-11T15:38:56.603Z] Removing intermediate container 8d54f05fe75d [2021-02-11T15:38:56.603Z] ---> 613debcbdc59 [2021-02-11T15:38:56.603Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:38:56.869Z] ---> Running in 6f8e271d8fd7 [2021-02-11T15:38:56.869Z] ---> Running in 78bb728ae7ea [2021-02-11T15:38:56.869Z] Removing intermediate container ab53d3168249 [2021-02-11T15:38:56.869Z] ---> 2fcea84ea1a4 [2021-02-11T15:38:56.869Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:38:56.883Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-11T15:38:57.136Z] ---> a9e10689e7a6 [2021-02-11T15:38:57.136Z] 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-11T15:38:57.403Z] Removing intermediate container 78bb728ae7ea [2021-02-11T15:38:57.403Z] ---> 3b22100a6dc8 [2021-02-11T15:38:57.403Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:38:57.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:38:57.403Z] ---> a38ae5032e2b [2021-02-11T15:38:57.403Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T15:38:57.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:38:57.668Z] ---> 85b94aa58755 [2021-02-11T15:38:57.668Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T15:38:57.668Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T15:38:57.668Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T15:38:57.668Z] Executing bash-5.0.17-r0.post-install [2021-02-11T15:38:57.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:38:57.668Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:38:57.668Z] OK: 12 MiB in 22 packages [2021-02-11T15:38:57.939Z] ---> bf21657dadc0 [2021-02-11T15:38:57.939Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T15:38:58.204Z] ---> 11ed3eeaf327 [2021-02-11T15:38:58.204Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T15:38:58.204Z] ---> 73037ab2e3e8 [2021-02-11T15:38:58.204Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T15:38:58.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:38:58.757Z] ---> df0bbf8901ec [2021-02-11T15:38:58.757Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T15:38:58.757Z] Removing intermediate container b5a16cb3e63a [2021-02-11T15:38:58.757Z] ---> f1aa3a570bba [2021-02-11T15:38:58.757Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T15:38:58.757Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T15:38:58.757Z] ---> Running in cd5a9eea2b22 [2021-02-11T15:38:58.757Z] ---> Running in ced9ca6a61fa [2021-02-11T15:38:59.025Z] ---> 23e1cc9028cf [2021-02-11T15:38:59.025Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T15:38:59.025Z] ---> c5c195d9ad87 [2021-02-11T15:38:59.025Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T15:38:59.025Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T15:38:59.025Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T15:38:59.025Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T15:38:59.025Z] Removing intermediate container cd5a9eea2b22 [2021-02-11T15:38:59.025Z] ---> 075d84893289 [2021-02-11T15:38:59.025Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T15:38:59.290Z] Removing intermediate container ced9ca6a61fa [2021-02-11T15:38:59.290Z] ---> 4e1d5a3e6676 [2021-02-11T15:38:59.290Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:38:59.290Z] ---> Running in e052598ed93e [2021-02-11T15:38:59.290Z] ---> 42a6d276d82f [2021-02-11T15:38:59.290Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T15:38:59.290Z] ---> Running in b297897f9d84 [2021-02-11T15:38:59.553Z] ---> Running in 05e223049989 [2021-02-11T15:38:59.553Z] ---> d6690bd541f9 [2021-02-11T15:38:59.553Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T15:38:59.553Z] Removing intermediate container e052598ed93e [2021-02-11T15:38:59.553Z] ---> 99df284b97ed [2021-02-11T15:38:59.553Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T15:39:00.128Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T15:39:00.128Z] ---> Running in 981af76e7abf [2021-02-11T15:39:00.128Z] Removing intermediate container b297897f9d84 [2021-02-11T15:39:00.128Z] ---> 25de65b3b29d [2021-02-11T15:39:00.128Z] Step 20/22 : LABEL arch=x86_64 [2021-02-11T15:39:00.128Z] Removing intermediate container 05e223049989 [2021-02-11T15:39:00.128Z] ---> 7eddc8242baa [2021-02-11T15:39:00.128Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:39:00.393Z] ---> Running in 5be56a00592c [2021-02-11T15:39:00.393Z] ---> ad42d159c840 [2021-02-11T15:39:00.393Z] 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-11T15:39:00.393Z] ---> Running in a5a31a1354c9 [2021-02-11T15:39:00.393Z] Removing intermediate container 981af76e7abf [2021-02-11T15:39:00.393Z] ---> 1f64900f2917 [2021-02-11T15:39:00.393Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T15:39:00.393Z] ---> Running in 7c6f4aa5de86 [2021-02-11T15:39:00.656Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T15:39:00.656Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:39:00.656Z] OK: 8 MiB in 20 packages [2021-02-11T15:39:00.656Z] Removing intermediate container 5be56a00592c [2021-02-11T15:39:00.656Z] ---> 46a453a63cc5 [2021-02-11T15:39:00.656Z] Step 20/22 : LABEL arch=x86_64 [2021-02-11T15:39:00.656Z] Removing intermediate container a5a31a1354c9 [2021-02-11T15:39:00.656Z] ---> bd9891c55bfc [2021-02-11T15:39:00.656Z] Step 21/22 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:39:00.925Z] ---> Running in 4d8d8bcaa47f [2021-02-11T15:39:00.925Z] ---> Running in 067ccd60ae7b [2021-02-11T15:39:01.195Z] ---> 4c4bded34736 [2021-02-11T15:39:01.195Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T15:39:01.209Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-11T15:39:01.467Z] Removing intermediate container 067ccd60ae7b [2021-02-11T15:39:01.467Z] ---> bec617f6e8cd [2021-02-11T15:39:01.467Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T15:39:01.467Z] Removing intermediate container 4d8d8bcaa47f [2021-02-11T15:39:01.467Z] ---> 9fa3428fb72a [2021-02-11T15:39:01.467Z] Step 21/22 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:39:01.752Z] ---> Running in 7512fa099162 [2021-02-11T15:39:01.752Z] ---> Running in 1976ca74566d [2021-02-11T15:39:01.752Z] ---> e2f75ad4131d [2021-02-11T15:39:01.752Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T15:39:01.752Z] Removing intermediate container 6f8e271d8fd7 [2021-02-11T15:39:01.752Z] ---> 86e14a6d22d1 [2021-02-11T15:39:01.752Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:39:02.021Z] Removing intermediate container 1976ca74566d [2021-02-11T15:39:02.021Z] ---> 9c2b097c66fa [2021-02-11T15:39:02.021Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T15:39:02.289Z] Removing intermediate container 7512fa099162 [2021-02-11T15:39:02.289Z] ---> 9282c2903106 [2021-02-11T15:39:02.289Z] [2021-02-11T15:39:02.560Z] ---> Running in dbf497fc08bd [2021-02-11T15:39:02.560Z] Removing intermediate container 7c6f4aa5de86 [2021-02-11T15:39:02.560Z] ---> bbbc34f63445 [2021-02-11T15:39:02.560Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T15:39:02.560Z] ---> f77d99bf96e0 [2021-02-11T15:39:02.560Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T15:39:02.560Z] ---> f125063d957d [2021-02-11T15:39:02.560Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T15:39:02.560Z] Successfully built 9282c2903106 [2021-02-11T15:39:02.560Z] ---> Running in 59547096d605 [2021-02-11T15:39:02.560Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-11T15:39:02.560Z] Building docker-security-bootstrapper-go [2021-02-11T15:39:02.560Z] ---> Running in b70312468eec [2021-02-11T15:39:02.828Z]  Building docker-support-scheduler-go ... done Removing intermediate container dbf497fc08bd [2021-02-11T15:39:02.828Z] ---> d23ddb6310a9 [2021-02-11T15:39:02.828Z] [2021-02-11T15:39:03.094Z] Removing intermediate container 59547096d605 [2021-02-11T15:39:03.094Z] ---> d989adb40ba6 [2021-02-11T15:39:03.094Z] Step 22/24 : LABEL arch=x86_64 [2021-02-11T15:39:03.094Z] Successfully built d23ddb6310a9 [2021-02-11T15:39:03.094Z] Successfully tagged docker-support-notifications-go:latest [2021-02-11T15:39:03.094Z] Building docker-security-proxy-setup-go [2021-02-11T15:39:03.372Z]  Building docker-support-notifications-go ... done  ---> Running in 289da650de23 [2021-02-11T15:39:03.372Z] ---> 00cd4e150843 [2021-02-11T15:39:03.372Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T15:39:03.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:03.646Z] Removing intermediate container 289da650de23 [2021-02-11T15:39:03.646Z] ---> 0b84b14301cf [2021-02-11T15:39:03.646Z] Step 23/24 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:39:03.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:39:03.923Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T15:39:03.923Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T15:39:03.923Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T15:39:03.923Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T15:39:03.923Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T15:39:03.923Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T15:39:03.923Z] ---> Running in ff645f2c9b9c [2021-02-11T15:39:03.923Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T15:39:09.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-11T15:39:09.510Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-11T15:39:10.546Z] ---> 44493944bc12 [2021-02-11T15:39:10.546Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T15:39:11.946Z] Removing intermediate container ff645f2c9b9c [2021-02-11T15:39:11.946Z] ---> cb97b30ae493 [2021-02-11T15:39:11.946Z] Step 24/24 : LABEL version=0.0.0 [2021-02-11T15:39:12.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-11T15:39:12.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-11T15:39:12.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-11T15:39:12.150Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-11T15:39:12.524Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T15:39:12.524Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T15:39:12.524Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T15:39:12.524Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T15:39:13.101Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T15:39:13.101Z] ---> Running in 3cde2b5e28d3 [2021-02-11T15:39:13.101Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T15:39:13.101Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T15:39:13.371Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T15:39:13.371Z] ---> Running in b339a0492166 [2021-02-11T15:39:13.371Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T15:39:13.371Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T15:39:13.946Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T15:39:13.946Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T15:39:13.946Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T15:39:14.524Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T15:39:14.781Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-11T15:39:14.790Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T15:39:14.790Z] Removing intermediate container 3cde2b5e28d3 [2021-02-11T15:39:14.790Z] ---> 53e82d2c42dc [2021-02-11T15:39:14.790Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:39:15.054Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T15:39:15.629Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T15:39:15.766Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-11T15:39:16.205Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T15:39:17.613Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T15:39:17.892Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T15:39:18.470Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T15:39:18.470Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T15:39:18.470Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T15:39:18.741Z] Removing intermediate container b339a0492166 [2021-02-11T15:39:18.741Z] ---> cab6454d4786 [2021-02-11T15:39:18.741Z] [2021-02-11T15:39:18.741Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T15:39:18.741Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T15:39:18.741Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T15:39:18.741Z] ---> Running in 4ce2bd640b35 [2021-02-11T15:39:20.676Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:39:20.952Z] OK: 71 MiB in 55 packages [2021-02-11T15:39:21.966Z] Successfully built cab6454d4786 [2021-02-11T15:39:22.969Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-11T15:39:22.969Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-11T15:39:23.247Z] Removing intermediate container 4ce2bd640b35 [2021-02-11T15:39:23.247Z] ---> bb6c6bc5b72d [2021-02-11T15:39:23.247Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T15:39:24.063Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-11T15:39:24.063Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-11T15:39:24.063Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-11T15:39:25.821Z] ---> Running in cd062d15f8cd [2021-02-11T15:39:27.245Z] Removing intermediate container cd062d15f8cd [2021-02-11T15:39:27.245Z] ---> ac5e81ff285c [2021-02-11T15:39:27.245Z] Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:39:28.644Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:39:28.644Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:39:28.644Z] ---> d7899f64ac2e [2021-02-11T15:39:28.644Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T15:39:28.644Z] ---> Using cache [2021-02-11T15:39:28.644Z] ---> 737c6694a026 [2021-02-11T15:39:28.644Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:39:28.644Z] ---> Using cache [2021-02-11T15:39:28.644Z] ---> 0ca3368fe90e [2021-02-11T15:39:28.644Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T15:39:28.644Z] ---> Using cache [2021-02-11T15:39:28.644Z] ---> 1c6e0cc4c02d [2021-02-11T15:39:28.644Z] Step 6/30 : COPY go.mod . [2021-02-11T15:39:28.644Z] ---> Using cache [2021-02-11T15:39:28.644Z] ---> 25470c386ed9 [2021-02-11T15:39:28.644Z] Step 7/30 : RUN go mod download [2021-02-11T15:39:28.644Z] ---> Using cache [2021-02-11T15:39:28.644Z] ---> 29d3f5fae950 [2021-02-11T15:39:28.644Z] Step 8/30 : COPY . . [2021-02-11T15:39:28.644Z] ---> Using cache [2021-02-11T15:39:28.644Z] ---> b3f69da721be [2021-02-11T15:39:28.644Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T15:39:29.228Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:39:29.228Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:39:29.228Z] ---> d7899f64ac2e [2021-02-11T15:39:29.228Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T15:39:29.228Z] ---> Using cache [2021-02-11T15:39:29.228Z] ---> 737c6694a026 [2021-02-11T15:39:29.228Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:39:29.228Z] ---> Using cache [2021-02-11T15:39:29.228Z] ---> 0ca3368fe90e [2021-02-11T15:39:29.228Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T15:39:29.228Z] ---> Using cache [2021-02-11T15:39:29.228Z] ---> 1c6e0cc4c02d [2021-02-11T15:39:29.228Z] Step 6/21 : COPY go.mod . [2021-02-11T15:39:29.228Z] ---> Using cache [2021-02-11T15:39:29.228Z] ---> 25470c386ed9 [2021-02-11T15:39:29.228Z] Step 7/21 : RUN go mod download [2021-02-11T15:39:29.228Z] ---> Using cache [2021-02-11T15:39:29.228Z] ---> 29d3f5fae950 [2021-02-11T15:39:29.228Z] Step 8/21 : COPY . . [2021-02-11T15:39:29.228Z] ---> Using cache [2021-02-11T15:39:29.228Z] ---> b3f69da721be [2021-02-11T15:39:29.228Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T15:39:29.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.417s coverage: 45.9% of statements [2021-02-11T15:39:29.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-11T15:39:29.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-11T15:39:29.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-11T15:39:29.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-11T15:39:29.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-11T15:39:29.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-11T15:39:29.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-11T15:39:29.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.272s coverage: 100.0% of statements [2021-02-11T15:39:29.811Z] ---> Running in 9ba99c3daea8 [2021-02-11T15:39:30.391Z] ---> Running in 532fd4a6401c [2021-02-11T15:39:30.391Z] ---> Running in 3f773e97e005 [2021-02-11T15:39:30.657Z] Removing intermediate container 9ba99c3daea8 [2021-02-11T15:39:30.657Z] ---> d18cd4df4aea [2021-02-11T15:39:30.657Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:39:31.145Z] ---> Running in 15a57e8917bf [2021-02-11T15:39:32.647Z] Removing intermediate container 15a57e8917bf [2021-02-11T15:39:32.647Z] ---> d5c7bf3310f5 [2021-02-11T15:39:32.647Z] [2021-02-11T15:39:32.647Z] 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-11T15:39:32.647Z] 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-11T15:39:32.971Z] Successfully built d5c7bf3310f5 [2021-02-11T15:39:32.971Z] Successfully tagged docker-core-data-go:latest [2021-02-11T15:39:32.971Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-02-11T15:39:36.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.658s coverage: 27.1% of statements [2021-02-11T15:39:36.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-11T15:39:36.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-11T15:39:36.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-11T15:39:36.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-11T15:39:36.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-11T15:39:36.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-11T15:39:36.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.079s coverage: 100.0% of statements [2021-02-11T15:39:36.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-11T15:39:36.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.136s coverage: 100.0% of statements [2021-02-11T15:39:36.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-11T15:39:36.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-11T15:39:36.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 65.8% of statements [2021-02-11T15:39:36.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-11T15:39:36.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-11T15:39:38.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.3% of statements [2021-02-11T15:39:38.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-11T15:39:38.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:39:38.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-11T15:39:38.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-11T15:39:45.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.286s coverage: 28.6% of statements [2021-02-11T15:39:45.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-11T15:39:45.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-11T15:39:45.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-11T15:39:45.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-11T15:39:45.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-11T15:39:45.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.170s coverage: 100.0% of statements [2021-02-11T15:39:45.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-11T15:39:45.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.193s coverage: 100.0% of statements [2021-02-11T15:39:45.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-11T15:39:45.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.310s coverage: 86.7% of statements [2021-02-11T15:39:45.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-11T15:39:46.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.353s coverage: 97.5% of statements [2021-02-11T15:39:46.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-11T15:39:47.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-02-11T15:39:47.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-11T15:39:47.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-11T15:39:47.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-11T15:39:47.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-11T15:39:48.208Z] Removing intermediate container b70312468eec [2021-02-11T15:39:48.208Z] ---> 0d1f1332bb8f [2021-02-11T15:39:48.208Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T15:39:48.208Z] ---> Running in eeee8582fba4 [2021-02-11T15:39:52.606Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:39:52.606Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:39:52.606Z] ---> d7899f64ac2e [2021-02-11T15:39:52.606Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:39:52.606Z] ---> Using cache [2021-02-11T15:39:52.606Z] ---> 737c6694a026 [2021-02-11T15:39:52.606Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:39:52.606Z] ---> Using cache [2021-02-11T15:39:52.606Z] ---> 0ca3368fe90e [2021-02-11T15:39:52.606Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:39:52.606Z] ---> Using cache [2021-02-11T15:39:52.606Z] ---> 1c6e0cc4c02d [2021-02-11T15:39:52.606Z] Step 6/23 : COPY go.mod . [2021-02-11T15:39:52.606Z] ---> Using cache [2021-02-11T15:39:52.606Z] ---> 25470c386ed9 [2021-02-11T15:39:52.606Z] Step 7/23 : RUN go mod download [2021-02-11T15:39:52.606Z] ---> Using cache [2021-02-11T15:39:52.606Z] ---> 29d3f5fae950 [2021-02-11T15:39:52.606Z] Step 8/23 : COPY . . [2021-02-11T15:39:52.606Z] ---> Using cache [2021-02-11T15:39:52.606Z] ---> b3f69da721be [2021-02-11T15:39:52.606Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-11T15:39:53.612Z] ---> Running in 469d8aaf066a [2021-02-11T15:39:55.609Z] 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-11T15:39:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.337s coverage: 92.8% of statements [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-11T15:39:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-11T15:39:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.247s coverage: 0.1% of statements [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-11T15:39:57.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-11T15:39:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 45.5% of statements [2021-02-11T15:39:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.093s coverage: 79.5% of statements [2021-02-11T15:39:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2021-02-11T15:39:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements [2021-02-11T15:39:57.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-02-11T15:39:58.257Z] Collecting docker-compose==1.23.2 [2021-02-11T15:39:58.257Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T15:39:58.257Z] 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-11T15:39:59.211Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T15:39:59.211Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T15:39:59.211Z] 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-11T15:40:00.690Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:40:00.690Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:40:00.690Z] ---> d7899f64ac2e [2021-02-11T15:40:00.690Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:40:00.690Z] ---> Using cache [2021-02-11T15:40:00.690Z] ---> 737c6694a026 [2021-02-11T15:40:00.690Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:40:00.690Z] ---> Using cache [2021-02-11T15:40:00.690Z] ---> 0ca3368fe90e [2021-02-11T15:40:00.690Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:40:00.690Z] ---> Using cache [2021-02-11T15:40:00.690Z] ---> 1c6e0cc4c02d [2021-02-11T15:40:00.690Z] Step 6/23 : COPY go.mod . [2021-02-11T15:40:00.690Z] ---> Using cache [2021-02-11T15:40:00.690Z] ---> 25470c386ed9 [2021-02-11T15:40:00.690Z] Step 7/23 : RUN go mod download [2021-02-11T15:40:00.690Z] ---> Using cache [2021-02-11T15:40:00.690Z] ---> 29d3f5fae950 [2021-02-11T15:40:00.690Z] Step 8/23 : COPY . . [2021-02-11T15:40:00.690Z] ---> Using cache [2021-02-11T15:40:00.690Z] ---> b3f69da721be [2021-02-11T15:40:00.690Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T15:40:02.130Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T15:40:02.130Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T15:40:02.405Z] ---> Running in 7f5b83437cee [2021-02-11T15:40:02.675Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T15:40:02.675Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T15:40:02.951Z] Collecting texttable<0.10,>=0.9.0 [2021-02-11T15:40:02.951Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T15:40:03.550Z] 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-11T15:40:04.153Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T15:40:04.153Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T15:40:04.153Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T15:40:04.153Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T15:40:04.422Z] Collecting PyYAML<4,>=3.10 [2021-02-11T15:40:04.422Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T15:40:07.059Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T15:40:07.059Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T15:40:07.059Z] Removing intermediate container 532fd4a6401c [2021-02-11T15:40:07.059Z] ---> 41b0f480588f [2021-02-11T15:40:07.059Z] [2021-02-11T15:40:07.059Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T15:40:07.059Z] ---> 389fef711851 [2021-02-11T15:40:07.059Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T15:40:07.352Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T15:40:07.352Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T15:40:07.639Z] ---> Running in c23e6ab0a459 [2021-02-11T15:40:07.919Z] Removing intermediate container c23e6ab0a459 [2021-02-11T15:40:07.919Z] ---> 4c6723c64d52 [2021-02-11T15:40:07.919Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T15:40:08.206Z] ---> Running in c0a4908a8604 [2021-02-11T15:40:08.815Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T15:40:08.815Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T15:40:08.815Z] Collecting idna<2.8,>=2.5 [2021-02-11T15:40:08.815Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T15:40:09.110Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T15:40:10.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2021-02-11T15:40:10.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2021-02-11T15:40:10.123Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T15:40:10.398Z] 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-11T15:40:10.398Z] 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-11T15:40:10.398Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T15:40:10.398Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T15:40:10.398Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T15:40:10.398Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T15:40:10.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:10.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:10.697Z] Installing collected packages: dockerpty, cached-property, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, PyYAML, jsonschema, docopt, docker-compose [2021-02-11T15:40:10.697Z] Running setup.py install for dockerpty: started [2021-02-11T15:40:10.977Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:40:10.977Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T15:40:10.977Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:40:11.256Z] OK: 6 MiB in 16 packages [2021-02-11T15:40:11.856Z] Removing intermediate container 3f773e97e005 [2021-02-11T15:40:11.856Z] ---> ec764c9b85a2 [2021-02-11T15:40:11.856Z] [2021-02-11T15:40:11.856Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T15:40:11.856Z] ---> 389fef711851 [2021-02-11T15:40:11.856Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T15:40:12.156Z] ---> Running in 3f9faedf83f1 [2021-02-11T15:40:12.156Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T15:40:12.779Z] Removing intermediate container c0a4908a8604 [2021-02-11T15:40:12.779Z] ---> c444b26f0d4d [2021-02-11T15:40:12.779Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T15:40:12.779Z] Attempting uninstall: idna [2021-02-11T15:40:12.779Z] Found existing installation: idna 2.9 [2021-02-11T15:40:12.779Z] Uninstalling idna-2.9: [2021-02-11T15:40:13.057Z] Successfully uninstalled idna-2.9 [2021-02-11T15:40:13.346Z] ---> Running in 0a2e423a537c [2021-02-11T15:40:13.346Z] Attempting uninstall: urllib3 [2021-02-11T15:40:13.346Z] Found existing installation: urllib3 1.25.9 [2021-02-11T15:40:13.346Z] Uninstalling urllib3-1.25.9: [2021-02-11T15:40:13.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:13.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:13.920Z] Removing intermediate container 0a2e423a537c [2021-02-11T15:40:13.920Z] ---> fb689ce65339 [2021-02-11T15:40:13.920Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T15:40:13.920Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T15:40:14.189Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T15:40:14.189Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:40:14.189Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T15:40:14.189Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T15:40:14.189Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:40:14.189Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:40:14.493Z] ---> Running in 38bedffa43ee [2021-02-11T15:40:14.493Z] Attempting uninstall: requests [2021-02-11T15:40:14.493Z] Found existing installation: requests 2.23.0 [2021-02-11T15:40:14.493Z] Uninstalling requests-2.23.0: [2021-02-11T15:40:14.493Z] OK: 7 MiB in 18 packages [2021-02-11T15:40:14.493Z] Successfully uninstalled requests-2.23.0 [2021-02-11T15:40:15.510Z] Removing intermediate container 38bedffa43ee [2021-02-11T15:40:15.510Z] ---> 10d0e6bd64cf [2021-02-11T15:40:15.510Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T15:40:15.797Z] ---> Running in ba15a3a121d5 [2021-02-11T15:40:16.087Z] Running setup.py install for texttable: started [2021-02-11T15:40:17.121Z] Removing intermediate container 3f9faedf83f1 [2021-02-11T15:40:17.121Z] ---> 2397b38fea80 [2021-02-11T15:40:17.121Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:40:17.121Z] ---> Running in dc25349bb9c2 [2021-02-11T15:40:17.406Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T15:40:17.406Z] Running setup.py install for PyYAML: started [2021-02-11T15:40:17.704Z] Removing intermediate container dc25349bb9c2 [2021-02-11T15:40:17.704Z] ---> d7ab5cfec141 [2021-02-11T15:40:17.704Z] Step 13/21 : WORKDIR /edgex [2021-02-11T15:40:17.704Z] ---> Running in 98f25f6b3fd4 [2021-02-11T15:40:18.354Z] Removing intermediate container ba15a3a121d5 [2021-02-11T15:40:18.354Z] ---> 828520faeed1 [2021-02-11T15:40:18.354Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T15:40:18.646Z] Removing intermediate container 98f25f6b3fd4 [2021-02-11T15:40:18.646Z] ---> a55ac0a663c3 [2021-02-11T15:40:18.646Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T15:40:18.646Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T15:40:18.646Z] ---> Running in 90a8f23d1df4 [2021-02-11T15:40:18.936Z] Running setup.py install for docopt: started [2021-02-11T15:40:19.211Z] Removing intermediate container 90a8f23d1df4 [2021-02-11T15:40:19.211Z] ---> 35a85c186dfc [2021-02-11T15:40:19.211Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T15:40:19.211Z] ---> 95b9a1e623c5 [2021-02-11T15:40:19.211Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T15:40:19.839Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T15:40:20.845Z] ---> e29becac6efc [2021-02-11T15:40:20.845Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T15:40:21.143Z] ---> Running in fdc08f2d74f6 [2021-02-11T15:40:21.143Z] ---> 32317707dad8 [2021-02-11T15:40:21.143Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T15:40:21.418Z] 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-11T15:40:22.883Z] ---> d88021840e4c [2021-02-11T15:40:22.883Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T15:40:23.152Z] ---> Running in 6f6bac52fad1 [2021-02-11T15:40:24.150Z] Removing intermediate container 6f6bac52fad1 [2021-02-11T15:40:24.150Z] ---> 70a9ff0cdafa [2021-02-11T15:40:24.150Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.2% of statements [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.547s coverage: 63.5% of statements [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-02-11T15:40:25.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 68.9% of statements [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-11T15:40:25.223Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-11T15:40:25.568Z] ---> Running in f8d19696e0cb [2021-02-11T15:40:25.568Z] Removing intermediate container fdc08f2d74f6 [2021-02-11T15:40:25.568Z] ---> e0377eb30c17 [2021-02-11T15:40:25.568Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:40:25.568Z] Removing intermediate container eeee8582fba4 [2021-02-11T15:40:25.568Z] ---> f90242ff63c6 [2021-02-11T15:40:25.568Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T15:40:26.537Z] Removing intermediate container f8d19696e0cb [2021-02-11T15:40:26.537Z] ---> 36f931596f9a [2021-02-11T15:40:26.537Z] Step 19/21 : LABEL arch=x86_64 [2021-02-11T15:40:26.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 37.0% of statements [2021-02-11T15:40:26.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-11T15:40:26.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-11T15:40:26.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.629s coverage: 84.0% of statements [2021-02-11T15:40:26.822Z] ---> Running in 64ac91cbd6c7 [2021-02-11T15:40:26.822Z] ---> Running in 89b1efac8747 [2021-02-11T15:40:26.822Z] ---> 14c9f8d43174 [2021-02-11T15:40:26.822Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T15:40:26.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.118s coverage: 100.0% of statements [2021-02-11T15:40:27.442Z] Removing intermediate container 89b1efac8747 [2021-02-11T15:40:27.442Z] ---> 3fe13473294a [2021-02-11T15:40:27.442Z] Step 20/21 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:40:28.068Z] ---> Running in 5f4e55064811 [2021-02-11T15:40:28.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:28.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-11T15:40:28.662Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:40:28.662Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T15:40:28.662Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T15:40:28.662Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:40:28.662Z] OK: 72 MiB in 58 packages [2021-02-11T15:40:28.950Z] Removing intermediate container 5f4e55064811 [2021-02-11T15:40:28.950Z] ---> 63bcaf71e344 [2021-02-11T15:40:28.950Z] Step 21/21 : LABEL version=0.0.0 [2021-02-11T15:40:29.936Z] ---> e196fef3705e [2021-02-11T15:40:29.936Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T15:40:29.936Z] ---> Running in f152dbf2adec [2021-02-11T15:40:30.528Z] Removing intermediate container 469d8aaf066a [2021-02-11T15:40:30.528Z] ---> ea73d31d3b8c [2021-02-11T15:40:30.528Z] [2021-02-11T15:40:30.528Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:40:30.528Z] ---> 389fef711851 [2021-02-11T15:40:30.528Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:40:30.528Z] ---> Using cache [2021-02-11T15:40:30.528Z] ---> 3b5082227c5c [2021-02-11T15:40:30.528Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:40:30.528Z] ---> Using cache [2021-02-11T15:40:30.528Z] ---> 82e809aa85f9 [2021-02-11T15:40:30.528Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T15:40:30.802Z] ---> Running in ead73f517510 [2021-02-11T15:40:30.802Z] ---> a50bfbdac79b [2021-02-11T15:40:30.802Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T15:40:31.079Z] Removing intermediate container 64ac91cbd6c7 [2021-02-11T15:40:31.079Z] ---> 21704017af45 [2021-02-11T15:40:31.079Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T15:40:31.079Z] Removing intermediate container f152dbf2adec [2021-02-11T15:40:31.079Z] ---> 6bd472a8f93a [2021-02-11T15:40:31.079Z] [2021-02-11T15:40:31.079Z] ---> Running in 944da688c400 [2021-02-11T15:40:31.344Z] Successfully built 6bd472a8f93a [2021-02-11T15:40:31.344Z] Removing intermediate container ead73f517510 [2021-02-11T15:40:31.344Z] ---> 5bfadf8195e3 [2021-02-11T15:40:31.344Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:40:31.613Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-11T15:40:31.880Z]  Building docker-security-proxy-setup-go ... done  ---> 19f0276e01af [2021-02-11T15:40:31.880Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T15:40:31.880Z] ---> Running in b31978a41683 [2021-02-11T15:40:32.160Z] Removing intermediate container 944da688c400 [2021-02-11T15:40:32.160Z] ---> 1f2a7e02161a [2021-02-11T15:40:32.160Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:40:32.160Z] ---> Running in 78b046849a10 [2021-02-11T15:40:32.441Z] ---> Running in 2122eb59edb4 [2021-02-11T15:40:32.441Z] Removing intermediate container b31978a41683 [2021-02-11T15:40:32.441Z] ---> 6644c86c2f1d [2021-02-11T15:40:32.441Z] Step 15/23 : WORKDIR / [2021-02-11T15:40:32.441Z] ---> Running in 557b2c23a795 [2021-02-11T15:40:32.441Z] Removing intermediate container 78b046849a10 [2021-02-11T15:40:32.441Z] ---> fffa3f9abb0c [2021-02-11T15:40:32.441Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T15:40:32.708Z] Removing intermediate container 2122eb59edb4 [2021-02-11T15:40:32.708Z] ---> a553f038c28d [2021-02-11T15:40:32.708Z] Step 24/26 : LABEL arch=x86_64 [2021-02-11T15:40:32.971Z] Removing intermediate container 557b2c23a795 [2021-02-11T15:40:32.971Z] ---> 71520b4451ab [2021-02-11T15:40:32.971Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:40:32.971Z] ---> Running in 27b577463b86 [2021-02-11T15:40:32.971Z] ---> b65f747501bc [2021-02-11T15:40:32.971Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-11T15:40:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.425s coverage: 47.0% of statements [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-11T15:40:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-11T15:40:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-11T15:40:33.703Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.362s coverage: 89.4% of statements [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:40:33.703Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-11T15:40:34.383Z] ---> Running in 602d0c40ed6d [2021-02-11T15:40:34.383Z] Removing intermediate container 27b577463b86 [2021-02-11T15:40:34.383Z] ---> 15e670edc900 [2021-02-11T15:40:34.383Z] Step 25/26 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:40:37.725Z] ---> 7d15ce879709 [2021-02-11T15:40:37.725Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T15:40:37.725Z] ---> Running in 6b4687f1da75 [2021-02-11T15:40:37.725Z] Removing intermediate container 7f5b83437cee [2021-02-11T15:40:37.725Z] ---> 389d84934c9f [2021-02-11T15:40:37.725Z] [2021-02-11T15:40:37.725Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:40:37.725Z] ---> 389fef711851 [2021-02-11T15:40:37.725Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:40:37.725Z] ---> Using cache [2021-02-11T15:40:37.725Z] ---> 3b5082227c5c [2021-02-11T15:40:37.725Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:40:37.725Z] ---> Using cache [2021-02-11T15:40:37.725Z] ---> 82e809aa85f9 [2021-02-11T15:40:37.725Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T15:40:37.725Z] ---> Running in 9d51f802637e [2021-02-11T15:40:37.725Z] Removing intermediate container 6b4687f1da75 [2021-02-11T15:40:37.725Z] ---> 1be50fb82017 [2021-02-11T15:40:37.725Z] Step 26/26 : LABEL version=0.0.0 [2021-02-11T15:40:37.725Z] ---> Running in 9c34ad0b009e [2021-02-11T15:40:37.725Z] Removing intermediate container 9d51f802637e [2021-02-11T15:40:37.725Z] ---> c3bd21b33381 [2021-02-11T15:40:37.725Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:40:37.996Z] ---> Running in ddbd599629f8 [2021-02-11T15:40:37.996Z] ---> 68068519afc1 [2021-02-11T15:40:37.996Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T15:40:37.996Z] Removing intermediate container 9c34ad0b009e [2021-02-11T15:40:37.996Z] ---> d6b9bbd96a0b [2021-02-11T15:40:37.996Z] [2021-02-11T15:40:38.265Z] Removing intermediate container ddbd599629f8 [2021-02-11T15:40:38.265Z] ---> 9afa8b3f65b9 [2021-02-11T15:40:38.265Z] Step 15/23 : WORKDIR / [2021-02-11T15:40:38.265Z] Successfully built d6b9bbd96a0b [2021-02-11T15:40:38.265Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-11T15:40:38.265Z] ---> Running in 6cc4c8b38929 [2021-02-11T15:40:38.541Z]  Building docker-sys-mgmt-agent-go ... done  ---> 4aed429edfe1 [2021-02-11T15:40:38.541Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T15:40:38.541Z] ---> Running in d89c100e4b1d [2021-02-11T15:40:38.541Z] Removing intermediate container 602d0c40ed6d [2021-02-11T15:40:38.541Z] ---> 9912c880e5a5 [2021-02-11T15:40:38.541Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-11T15:40:38.815Z] Removing intermediate container 6cc4c8b38929 [2021-02-11T15:40:38.815Z] ---> 234f7950aeac [2021-02-11T15:40:38.815Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:40:38.815Z] Removing intermediate container d89c100e4b1d [2021-02-11T15:40:38.815Z] ---> 9e2d496837d3 [2021-02-11T15:40:38.815Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:40:38.815Z] ---> Running in 88ab8c7707c5 [2021-02-11T15:40:39.084Z] ---> Running in 09cf00353735 [2021-02-11T15:40:39.084Z] ---> 79ee250b9477 [2021-02-11T15:40:39.084Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T15:40:39.084Z] Removing intermediate container 88ab8c7707c5 [2021-02-11T15:40:39.084Z] ---> d4c9206cf339 [2021-02-11T15:40:39.084Z] Step 27/30 : CMD ["gate"] [2021-02-11T15:40:39.363Z] Removing intermediate container 09cf00353735 [2021-02-11T15:40:39.363Z] ---> 4903c89cea7d [2021-02-11T15:40:39.363Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T15:40:39.363Z] ---> Running in dee8a38bdd7d [2021-02-11T15:40:39.644Z] ---> Running in 1f4368687ea8 [2021-02-11T15:40:39.644Z] Removing intermediate container dee8a38bdd7d [2021-02-11T15:40:39.644Z] ---> a37574742439 [2021-02-11T15:40:39.644Z] Step 28/30 : LABEL arch=x86_64 [2021-02-11T15:40:39.922Z] ---> ce9e3eef422e [2021-02-11T15:40:39.922Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T15:40:39.922Z] Removing intermediate container 1f4368687ea8 [2021-02-11T15:40:39.922Z] ---> 2e40e781da60 [2021-02-11T15:40:39.922Z] Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:40:39.922Z] ---> Running in 5be22057aaa2 [2021-02-11T15:40:39.922Z] ---> Running in 17f8a730a756 [2021-02-11T15:40:40.204Z] ---> 396973cc5885 [2021-02-11T15:40:40.204Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T15:40:40.204Z] Removing intermediate container 5be22057aaa2 [2021-02-11T15:40:40.204Z] ---> bd39f082f8d5 [2021-02-11T15:40:40.204Z] Step 29/30 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:40:40.204Z] Removing intermediate container 17f8a730a756 [2021-02-11T15:40:40.204Z] ---> c2c4282448ed [2021-02-11T15:40:40.204Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:40:40.204Z] ---> Running in ee590705a457 [2021-02-11T15:40:40.470Z] ---> Running in cad9133f1b31 [2021-02-11T15:40:40.470Z] ---> Running in 0edd1a4b7624 [2021-02-11T15:40:40.735Z] Removing intermediate container ee590705a457 [2021-02-11T15:40:40.735Z] ---> f0aa9d54e353 [2021-02-11T15:40:40.735Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:40:40.735Z] ---> Running in 9cbe01383c34 [2021-02-11T15:40:40.735Z] Removing intermediate container 0edd1a4b7624 [2021-02-11T15:40:40.735Z] ---> 454ae04aa438 [2021-02-11T15:40:40.735Z] [2021-02-11T15:40:40.735Z] Removing intermediate container cad9133f1b31 [2021-02-11T15:40:40.735Z] ---> 2148c6f1a27f [2021-02-11T15:40:40.735Z] Step 30/30 : LABEL version=0.0.0 [2021-02-11T15:40:41.698Z] Successfully built 454ae04aa438 [2021-02-11T15:40:41.698Z] Successfully tagged docker-core-command-go:latest [2021-02-11T15:40:41.698Z]  Building docker-core-command-go ... done  ---> Running in d0f7dff14184 [2021-02-11T15:40:41.698Z] Removing intermediate container 9cbe01383c34 [2021-02-11T15:40:41.698Z] ---> b3bf04081d80 [2021-02-11T15:40:41.698Z] Step 21/23 : LABEL arch=x86_64 [2021-02-11T15:40:41.964Z] ---> Running in a1e9d3514f8e [2021-02-11T15:40:42.229Z] Removing intermediate container d0f7dff14184 [2021-02-11T15:40:42.229Z] ---> ca515b49a047 [2021-02-11T15:40:42.229Z] [2021-02-11T15:40:42.494Z] Removing intermediate container a1e9d3514f8e [2021-02-11T15:40:42.494Z] ---> 13b34ad93f6b [2021-02-11T15:40:42.494Z] Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:40:42.494Z] ---> Running in 1795c47aa7af [2021-02-11T15:40:42.494Z] Successfully built ca515b49a047 [2021-02-11T15:40:42.494Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-11T15:40:42.762Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 1795c47aa7af [2021-02-11T15:40:42.762Z] ---> 25337e29fcba [2021-02-11T15:40:42.762Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:40:42.762Z] ---> Running in d0b48550befc [2021-02-11T15:40:42.762Z] Removing intermediate container d0b48550befc [2021-02-11T15:40:42.762Z] ---> ea88d3542a22 [2021-02-11T15:40:42.762Z] [2021-02-11T15:40:43.026Z] Successfully built ea88d3542a22 [2021-02-11T15:40:43.026Z] Successfully tagged docker-core-metadata-go:latest [2021-02-11T15:40:43.621Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-02-11T15:40:43.629Z] $ docker stop --time=1 3be45271a1c54c8dff9b57e6e55e1e674335a84734313f614b16f19a0d703d01 [2021-02-11T15:40:43.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.289s coverage: 29.1% of statements [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-11T15:40:43.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.251s coverage: 99.0% of statements [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-11T15:40:43.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-11T15:40:43.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.182s coverage: 100.0% of statements [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-11T15:40:43.864Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-11T15:40:43.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-11T15:40:43.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-11T15:40:43.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-11T15:40:43.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-02-11T15:40:43.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements [2021-02-11T15:40:43.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-02-11T15:40:43.864Z] GO111MODULE=on go vet ./... [2021-02-11T15:40:45.388Z] $ docker rm -f 3be45271a1c54c8dff9b57e6e55e1e674335a84734313f614b16f19a0d703d01 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T15:40:45.991Z] + docker images [2021-02-11T15:40:45.991Z] + grep docker [2021-02-11T15:40:46.253Z] docker-core-metadata-go latest ea88d3542a22 4 seconds ago 18.8MB [2021-02-11T15:40:46.253Z] docker-security-bootstrapper-go latest ca515b49a047 5 seconds ago 17.9MB [2021-02-11T15:40:46.253Z] docker-core-command-go latest 454ae04aa438 6 seconds ago 16.9MB [2021-02-11T15:40:46.253Z] docker-sys-mgmt-agent-go latest d6b9bbd96a0b 9 seconds ago 313MB [2021-02-11T15:40:46.253Z] docker-security-proxy-setup-go latest 6bd472a8f93a 16 seconds ago 24.4MB [2021-02-11T15:40:46.253Z] docker-core-data-go latest d5c7bf3310f5 About a minute ago 22.3MB [2021-02-11T15:40:46.253Z] docker-security-secretstore-setup-go latest cab6454d4786 About a minute ago 24.6MB [2021-02-11T15:40:46.253Z] docker-support-notifications-go latest d23ddb6310a9 About a minute ago 17.6MB [2021-02-11T15:40:46.253Z] docker-support-scheduler-go latest 9282c2903106 About a minute ago 17MB [2021-02-11T15:40:46.253Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-11T15:41:01.859Z] Still waiting to schedule task [2021-02-11T15:41:01.859Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-11T15:41:53.334Z] Running on prd-ubuntu18.04-docker-8c-8g-26104 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-11T15:41:53.385Z] Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [2021-02-11T15:41:55.375Z] using credential edgex-jenkins-ssh [2021-02-11T15:41:55.427Z] Cloning the remote Git repository [2021-02-11T15:41:55.454Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:41:55.526Z] > git init /w/workspace/edgex-go/24 # timeout=10 [2021-02-11T15:41:55.553Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:41:55.553Z] > git --version # timeout=10 [2021-02-11T15:41:55.559Z] > git --version # 'git version 2.17.1' [2021-02-11T15:41:55.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:41:55.588Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T15:42:01.277Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T15:42:01.282Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-11T15:42:01.291Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-11T15:42:01.300Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-11T15:42:01.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:42:01.304Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-11T15:42:02.233Z] Merging remotes/origin/master commit 8d65b999035e49fddad3f4b9ff0ea0f872535afc into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:42:02.356Z] Merge succeeded, producing f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:42:02.356Z] Checking out Revision f40dfc27572c9b2551adc8939acdf15ccbe93c30 (PR-3109) [2021-02-11T15:42:02.264Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T15:42:02.268Z] > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [2021-02-11T15:42:02.343Z] > git remote # timeout=10 [2021-02-11T15:42:02.351Z] > git config --get remote.origin.url # timeout=10 [2021-02-11T15:42:02.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-11T15:42:02.359Z] > git merge 8d65b999035e49fddad3f4b9ff0ea0f872535afc # timeout=10 [2021-02-11T15:42:02.373Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-11T15:42:02.381Z] > git config core.sparsecheckout # timeout=10 [2021-02-11T15:42:02.384Z] > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [2021-02-11T15:42:05.672Z] gofmt -l . [2021-02-11T15:42:05.672Z] [ "`gofmt -l .`" = "" ] [2021-02-11T15:42:05.672Z] ./bin/test-go-mod-tidy.sh [2021-02-11T15:42:05.947Z] ./bin/test-attribution-txt.sh [2021-02-11T15:42:06.011Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:42:07.291Z] + echo snap-build.sh [2021-02-11T15:42:07.291Z] snap-build.sh [2021-02-11T15:42:07.291Z] + SNAP_BASE_DIR=. [2021-02-11T15:42:07.291Z] + '[' '!' -z /w/workspace/edgex-go/24 ']' [2021-02-11T15:42:07.291Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/24 [2021-02-11T15:42:07.291Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/24]' [2021-02-11T15:42:07.291Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/24] [2021-02-11T15:42:07.291Z] + cd /w/workspace/edgex-go/24 [2021-02-11T15:42:07.291Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-11T15:42:07.291Z] Reading package lists... [2021-02-11T15:42:07.291Z] Building dependency tree... [2021-02-11T15:42:07.291Z] Reading state information... [Pipeline] sh [2021-02-11T15:42:07.559Z] The following packages were automatically installed and are no longer required: [2021-02-11T15:42:07.559Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-11T15:42:07.559Z] uidmap xdelta3 [2021-02-11T15:42:07.559Z] Use 'sudo apt autoremove' to remove them. [2021-02-11T15:42:07.559Z] The following packages will be REMOVED: [2021-02-11T15:42:07.559Z] lxd* lxd-client* [2021-02-11T15:42:07.820Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-11T15:42:07.820Z] After this operation, 31.7 MB disk space will be freed. [2021-02-11T15:42:08.152Z] + ls -al . [2021-02-11T15:42:08.152Z] total 728 [2021-02-11T15:42:08.152Z] drwxrwxr-x 9 1001 1001 4096 Feb 11 15:42 . [2021-02-11T15:42:08.152Z] drwxr-xr-x 4 root root 4096 Feb 11 15:37 .. [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 11 Feb 11 15:36 .dockerignore [2021-02-11T15:42:08.152Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 15:36 .git [2021-02-11T15:42:08.152Z] drwxrwxr-x 3 1001 1001 4096 Feb 11 15:36 .github [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 818 Feb 11 15:36 .gitignore [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 166 Feb 11 15:36 .sonarcloud.properties [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 7859 Feb 11 15:36 Attribution.txt [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 3804 Feb 11 15:36 CONTRIBUTING.md [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 931 Feb 11 15:36 Dockerfile.build [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 863 Feb 11 15:36 Jenkinsfile [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 10775 Feb 11 15:36 LICENSE [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 5774 Feb 11 15:36 Makefile [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 6524 Feb 11 15:36 README.md [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 6755 Feb 11 15:36 SECURITY.md [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 5 Feb 11 15:32 VERSION [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 4131 Feb 11 15:36 ZMQWindows.md [2021-02-11T15:42:08.152Z] drwxrwxr-x 2 1001 1001 4096 Feb 11 15:36 bin [2021-02-11T15:42:08.152Z] drwxrwxr-x 14 1001 1001 4096 Feb 11 15:36 cmd [2021-02-11T15:42:08.152Z] -rw-r--r-- 1 root root 595164 Feb 11 15:40 coverage.out [2021-02-11T15:42:08.152Z] -rw-r--r-- 1 root root 1054 Feb 11 15:42 go.mod [2021-02-11T15:42:08.152Z] -rw-r--r-- 1 root root 19518 Feb 11 15:42 go.sum [2021-02-11T15:42:08.152Z] drwxrwxr-x 8 1001 1001 4096 Feb 11 15:36 internal [2021-02-11T15:42:08.152Z] drwxrwxr-x 4 1001 1001 4096 Feb 11 15:36 openapi [2021-02-11T15:42:08.152Z] drwxrwxr-x 4 1001 1001 4096 Feb 11 15:36 snap [2021-02-11T15:42:08.152Z] -rw-rw-r-- 1 1001 1001 168 Feb 11 15:36 version.go [Pipeline] sh [2021-02-11T15:42:08.879Z] + '[' -e coverage.out ] [2021-02-11T15:42:08.879Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-11T15:42:08.913Z] Warning: overwriting stash ‘coverage-report’ [2021-02-11T15:42:09.127Z] (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-11T15:42:09.127Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T15:42:10.071Z] Removing lxd dnsmasq configuration [2021-02-11T15:42:10.071Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T15:42:10.243Z] Stashed 1 file(s) [Pipeline] sh [2021-02-11T15:42:10.332Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-11T15:42:10.898Z] + make build [2021-02-11T15:42:10.898Z] 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-11T15:42:10.903Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-11T15:42:11.164Z] (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-11T15:42:11.164Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-11T15:42:12.547Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-11T15:42:12.547Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-11T15:42:13.930Z] + sudo snap remove --purge lxd [2021-02-11T15:42:13.930Z] snap "lxd" is not installed [2021-02-11T15:42:13.930Z] + sudo groupadd --force --system lxd [2021-02-11T15:42:13.930Z] ++ whoami [2021-02-11T15:42:13.930Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-11T15:42:13.930Z] + newgrp - lxd [2021-02-11T15:42:13.930Z] + sudo snap install lxd [2021-02-11T15:42:22.063Z] 2021-02-11T15:42:20Z INFO Waiting for automatic snapd restart... [2021-02-11T15:42:25.984Z] 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-11T15:42:34.298Z] lxd 4.11 from Canonical* installed [2021-02-11T15:42:34.298Z] + sudo lxd init --auto [2021-02-11T15:42:43.126Z] + sudo snap install --classic snapcraft [2021-02-11T15:42:47.330Z] snapcraft 4.5.1 from Canonical* installed [2021-02-11T15:42:47.330Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-11T15:42:47.330Z] + patch --verbose -p1 [2021-02-11T15:42:47.330Z] Hmm... Looks like a unified diff to me... [2021-02-11T15:42:47.330Z] The text leading up to this was: [2021-02-11T15:42:47.330Z] -------------------------- [2021-02-11T15:42:47.330Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-11T15:42:47.330Z] |From: Tony Espy [2021-02-11T15:42:47.330Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-11T15:42:47.330Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-11T15:42:47.330Z] | [2021-02-11T15:42:47.330Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-11T15:42:47.330Z] |optimize the snap CI check run for pull requests. When [2021-02-11T15:42:47.330Z] |applied, it essentially strips out everything (apps and [2021-02-11T15:42:47.330Z] |parts) from the snapcraft.yaml file except those required [2021-02-11T15:42:47.330Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-11T15:42:47.330Z] |catch changes to edgex-go that break the snap build. [2021-02-11T15:42:47.330Z] | [2021-02-11T15:42:47.330Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-11T15:42:47.330Z] |to update this patch file, otherwise it may fail to apply, [2021-02-11T15:42:47.330Z] |resulting in a failed snap build CI check in the associated [2021-02-11T15:42:47.330Z] |pull request. [2021-02-11T15:42:47.330Z] | [2021-02-11T15:42:47.330Z] |Note - in addition to applying this patch, the pipeline also [2021-02-11T15:42:47.330Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-11T15:42:47.330Z] |need to build the finally binary .snap file (and it won't [2021-02-11T15:42:47.330Z] |work with the patch applied). This further reduces the build [2021-02-11T15:42:47.330Z] |time. [2021-02-11T15:42:47.330Z] |--- [2021-02-11T15:42:47.330Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-11T15:42:47.330Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-11T15:42:47.331Z] | [2021-02-11T15:42:47.331Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-11T15:42:47.331Z] |index 1e537489..faf42425 100644 [2021-02-11T15:42:47.331Z] |--- a/snap/snapcraft.yaml [2021-02-11T15:42:47.331Z] |+++ b/snap/snapcraft.yaml [2021-02-11T15:42:47.331Z] -------------------------- [2021-02-11T15:42:47.331Z] patching file snap/snapcraft.yaml [2021-02-11T15:42:47.331Z] Using Plan A... [2021-02-11T15:42:47.331Z] Hunk #1 succeeded at 73. [2021-02-11T15:42:47.331Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-11T15:42:47.331Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-11T15:42:47.331Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-11T15:42:47.331Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-11T15:42:47.331Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-11T15:42:47.331Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-11T15:42:47.331Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-11T15:42:47.331Z] Hmm... Ignoring the trailing garbage. [2021-02-11T15:42:47.331Z] done [2021-02-11T15:42:47.331Z] + sudo snapcraft prime --use-lxd [2021-02-11T15:42:48.276Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-11T15:42:48.276Z] 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-11T15:42:48.276Z] - README.md [2021-02-11T15:42:48.276Z] - snapcraft.yaml.orig [2021-02-11T15:42:48.276Z] [2021-02-11T15:42:48.276Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-11T15:42:48.848Z] Launching a container. [2021-02-11T15:42:52.820Z] 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-11T15:42:58.221Z] 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-11T15:43:01.081Z] Waiting for container to be ready [2021-02-11T15:43:01.081Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-11T15:43:01.081Z] [2021-02-11T15:43:03.002Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-11T15:43:03.575Z] Waiting for network to be ready... [2021-02-11T15:43:03.628Z] 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-11T15:43:03.837Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-11T15:43:04.098Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-11T15:43:04.098Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-11T15:43:04.098Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-11T15:43:04.098Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-11T15:43:04.098Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-11T15:43:04.098Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-11T15:43:04.098Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-11T15:43:04.098Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-11T15:43:04.098Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-11T15:43:04.668Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-11T15:43:04.668Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-11T15:43:04.929Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-11T15:43:04.929Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-11T15:43:04.929Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-11T15:43:04.929Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-11T15:43:04.929Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-11T15:43:04.929Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-11T15:43:05.062Z] 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-11T15:43:05.189Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-11T15:43:05.449Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-11T15:43:05.449Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-11T15:43:05.449Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-11T15:43:05.449Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-11T15:43:05.449Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-11T15:43:05.449Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-11T15:43:05.449Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-11T15:43:05.449Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-11T15:43:07.997Z] Fetched 23.9 MB in 4s (6139 kB/s) [2021-02-11T15:43:08.571Z] Reading package lists... [2021-02-11T15:43:08.571Z] Reading package lists... [2021-02-11T15:43:08.832Z] Building dependency tree... [2021-02-11T15:43:08.832Z] Reading state information... [2021-02-11T15:43:08.832Z] The following additional packages will be installed: [2021-02-11T15:43:08.832Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-11T15:43:08.832Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-11T15:43:08.832Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-11T15:43:08.832Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-11T15:43:08.832Z] Suggested packages: [2021-02-11T15:43:08.832Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-11T15:43:08.832Z] Recommended packages: [2021-02-11T15:43:08.832Z] gnupg libsasl2-modules [2021-02-11T15:43:08.832Z] The following NEW packages will be installed: [2021-02-11T15:43:08.832Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-11T15:43:08.832Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-11T15:43:08.832Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-11T15:43:08.832Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-11T15:43:08.832Z] The following packages will be upgraded: [2021-02-11T15:43:08.832Z] gpg gpg-agent gpgconf libudev1 [2021-02-11T15:43:09.093Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-11T15:43:09.093Z] Need to get 3532 kB of archives. [2021-02-11T15:43:09.093Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-11T15:43:09.093Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-11T15:43:09.093Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-11T15:43:09.663Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-11T15:43:09.663Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-11T15:43:09.663Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-11T15:43:09.663Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-11T15:43:09.663Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-11T15:43:09.663Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-11T15:43:09.663Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-11T15:43:09.663Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-11T15:43:09.924Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-11T15:43:09.924Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-11T15:43:09.924Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-11T15:43:09.924Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-11T15:43:09.924Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-11T15:43:09.924Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-11T15:43:09.924Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-11T15:43:09.924Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-11T15:43:09.924Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-11T15:43:09.924Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-11T15:43:09.924Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-11T15:43:09.924Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-11T15:43:10.189Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T15:43:10.189Z] Fetched 3532 kB in 1s (3292 kB/s) [2021-02-11T15:43:10.189Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-11T15:43:10.189Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-11T15:43:10.189Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T15:43:10.189Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-11T15:43:10.450Z] Selecting previously unselected package udev. [2021-02-11T15:43:10.450Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-11T15:43:10.450Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-11T15:43:10.450Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-11T15:43:10.711Z] Selecting previously unselected package libfuse2:amd64. [2021-02-11T15:43:10.711Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-11T15:43:10.711Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-11T15:43:10.711Z] Selecting previously unselected package fuse. [2021-02-11T15:43:10.711Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-11T15:43:10.711Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-11T15:43:10.972Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T15:43:10.972Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T15:43:10.972Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T15:43:10.972Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T15:43:11.233Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T15:43:11.233Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T15:43:11.233Z] Selecting previously unselected package libksba8:amd64. [2021-02-11T15:43:11.233Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-11T15:43:11.233Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-11T15:43:11.494Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-11T15:43:11.494Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:43:11.494Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:11.494Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-11T15:43:11.494Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:43:11.494Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:11.754Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-11T15:43:11.754Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:43:11.754Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:11.754Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-11T15:43:11.754Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:43:11.754Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:11.754Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-11T15:43:11.754Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:43:11.754Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:12.024Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-11T15:43:12.024Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:43:12.024Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:12.024Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-11T15:43:12.024Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:43:12.024Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:12.284Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-11T15:43:12.284Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:43:12.284Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:12.284Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-11T15:43:12.284Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-11T15:43:12.284Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:12.544Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-11T15:43:12.544Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-11T15:43:12.544Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T15:43:12.544Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-11T15:43:12.544Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-11T15:43:12.544Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T15:43:12.544Z] Selecting previously unselected package libldap-common. [2021-02-11T15:43:12.544Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-11T15:43:12.544Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T15:43:12.805Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-11T15:43:12.805Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-11T15:43:12.805Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T15:43:12.805Z] Selecting previously unselected package dirmngr. [2021-02-11T15:43:12.805Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T15:43:13.066Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-11T15:43:13.066Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T15:43:13.066Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-11T15:43:13.066Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-11T15:43:13.066Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T15:43:13.066Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-11T15:43:13.330Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-11T15:43:13.330Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:13.330Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-11T15:43:13.330Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T15:43:13.330Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-11T15:43:13.345Z] 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-11T15:43:13.591Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-11T15:43:13.852Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:13.852Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-11T15:43:13.852Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-11T15:43:13.852Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-11T15:43:13.852Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:13.852Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:13.852Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:14.112Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:14.112Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:14.112Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:14.112Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-11T15:43:14.112Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-11T15:43:14.112Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-11T15:43:14.112Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T15:43:14.684Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-11T15:43:14.684Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-11T15:43:14.684Z] This means they are not meant to be enabled using systemctl. [2021-02-11T15:43:14.684Z] Possible reasons for having this kind of units are: [2021-02-11T15:43:14.684Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-11T15:43:14.684Z] .wants/ or .requires/ directory. [2021-02-11T15:43:14.684Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-11T15:43:14.684Z] a requirement dependency on it. [2021-02-11T15:43:14.684Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-11T15:43:14.684Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-11T15:43:14.684Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-11T15:43:14.684Z] instance name specified. [2021-02-11T15:43:14.945Z] Reading package lists... [2021-02-11T15:43:14.945Z] Building dependency tree... [2021-02-11T15:43:14.945Z] Reading state information... [2021-02-11T15:43:15.205Z] The following additional packages will be installed: [2021-02-11T15:43:15.205Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-11T15:43:15.205Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-11T15:43:15.205Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-11T15:43:15.205Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-11T15:43:15.205Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-11T15:43:15.205Z] Suggested packages: [2021-02-11T15:43:15.205Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-11T15:43:15.205Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-11T15:43:15.205Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-11T15:43:15.205Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-11T15:43:15.205Z] systemd-container policykit-1 [2021-02-11T15:43:15.205Z] Recommended packages: [2021-02-11T15:43:15.205Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-11T15:43:15.205Z] The following NEW packages will be installed: [2021-02-11T15:43:15.205Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-11T15:43:15.205Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-11T15:43:15.205Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-11T15:43:15.205Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-11T15:43:15.205Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-11T15:43:15.205Z] The following packages will be upgraded: [2021-02-11T15:43:15.205Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-11T15:43:15.205Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-11T15:43:15.205Z] Need to get 35.2 MB of archives. [2021-02-11T15:43:15.205Z] After this operation, 141 MB of additional disk space will be used. [2021-02-11T15:43:15.205Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-11T15:43:15.205Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-11T15:43:15.205Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-11T15:43:15.205Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-11T15:43:15.464Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-11T15:43:15.464Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-11T15:43:15.464Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-11T15:43:15.464Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-11T15:43:15.464Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-11T15:43:15.464Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-11T15:43:15.464Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-11T15:43:15.464Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-11T15:43:15.464Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-11T15:43:15.464Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-11T15:43:15.464Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-11T15:43:15.464Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-11T15:43:15.464Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-11T15:43:15.464Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-11T15:43:15.464Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-11T15:43:16.410Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-11T15:43:16.410Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-11T15:43:16.410Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-11T15:43:16.410Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-11T15:43:16.410Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-11T15:43:16.410Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-11T15:43:16.410Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-11T15:43:16.410Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-11T15:43:16.410Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-11T15:43:16.410Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-11T15:43:16.671Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-11T15:43:16.671Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T15:43:16.671Z] Fetched 35.2 MB in 1s (24.3 MB/s) [2021-02-11T15:43:16.931Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T15:43:16.931Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-11T15:43:16.931Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T15:43:17.503Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-11T15:43:17.504Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T15:43:17.641Z] 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-11T15:43:17.764Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-11T15:43:17.764Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T15:43:17.764Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-11T15:43:17.764Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-11T15:43:18.025Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-11T15:43:18.025Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-11T15:43:18.025Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-11T15:43:18.025Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-11T15:43:18.285Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-11T15:43:18.285Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-11T15:43:18.857Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-11T15:43:18.857Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-11T15:43:18.857Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-11T15:43:18.857Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-11T15:43:19.118Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-11T15:43:19.118Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T15:43:19.118Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:43:19.378Z] Selecting previously unselected package libexpat1:amd64. [2021-02-11T15:43:19.378Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-11T15:43:19.378Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-11T15:43:19.378Z] Selecting previously unselected package python3.6-minimal. [2021-02-11T15:43:19.378Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T15:43:19.378Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:43:19.639Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-11T15:43:19.901Z] Checking for services that may need to be restarted...done. [2021-02-11T15:43:19.901Z] Checking for services that may need to be restarted...done. [2021-02-11T15:43:19.901Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:43:19.901Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-11T15:43:20.161Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:43:20.421Z] Selecting previously unselected package python3-minimal. [2021-02-11T15:43:20.682Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-11T15:43:20.682Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-11T15:43:20.682Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-11T15:43:20.682Z] Selecting previously unselected package mime-support. [2021-02-11T15:43:20.682Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-11T15:43:20.682Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-11T15:43:20.682Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-11T15:43:20.682Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-11T15:43:20.682Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-11T15:43:20.942Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-11T15:43:20.942Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T15:43:20.942Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:43:21.202Z] Selecting previously unselected package python3.6. [2021-02-11T15:43:21.202Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-11T15:43:21.202Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:43:21.202Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-11T15:43:21.202Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-11T15:43:21.202Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-11T15:43:21.202Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-11T15:43:21.462Z] Selecting previously unselected package python3. [2021-02-11T15:43:21.462Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-11T15:43:21.462Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-11T15:43:21.462Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-11T15:43:21.462Z] Selecting previously unselected package multiarch-support. [2021-02-11T15:43:21.462Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T15:43:21.462Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-11T15:43:21.937Z] 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-11T15:43:22.034Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-11T15:43:22.034Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-11T15:43:22.034Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-11T15:43:22.034Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-11T15:43:22.034Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-11T15:43:22.034Z] Selecting previously unselected package libbsd0:amd64. [2021-02-11T15:43:22.034Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-11T15:43:22.034Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-11T15:43:22.034Z] Selecting previously unselected package sudo. [2021-02-11T15:43:22.034Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-11T15:43:22.294Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-11T15:43:22.294Z] Selecting previously unselected package apparmor. [2021-02-11T15:43:22.294Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-11T15:43:22.294Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-11T15:43:22.584Z] Selecting previously unselected package libedit2:amd64. [2021-02-11T15:43:22.584Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-11T15:43:22.584Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-11T15:43:22.584Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-11T15:43:22.584Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T15:43:22.584Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:43:22.844Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-11T15:43:22.844Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T15:43:22.844Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:43:22.844Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-11T15:43:22.844Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-11T15:43:22.844Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-11T15:43:22.844Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-11T15:43:22.844Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T15:43:22.844Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:43:23.105Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-11T15:43:23.105Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-11T15:43:23.105Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:43:23.105Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-11T15:43:23.105Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-11T15:43:23.105Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-11T15:43:23.365Z] Selecting previously unselected package openssh-client. [2021-02-11T15:43:23.365Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-11T15:43:23.365Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-11T15:43:23.625Z] Selecting previously unselected package squashfs-tools. [2021-02-11T15:43:23.625Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-11T15:43:23.625Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-11T15:43:23.886Z] Selecting previously unselected package snapd. [2021-02-11T15:43:23.886Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-11T15:43:23.886Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-11T15:43:25.801Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-11T15:43:25.801Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-11T15:43:25.801Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-11T15:43:26.060Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-11T15:43:26.060Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-11T15:43:26.060Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:43:26.060Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T15:43:26.060Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-11T15:43:26.060Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-11T15:43:26.242Z] 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-11T15:43:27.974Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-11T15:43:27.974Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-11T15:43:27.974Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-11T15:43:27.974Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:43:28.234Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:43:28.234Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-11T15:43:28.806Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-11T15:43:28.806Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:43:28.806Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-11T15:43:28.806Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-11T15:43:28.806Z] running python rtupdate hooks for python3.6... [2021-02-11T15:43:28.806Z] running python post-rtupdate hooks for python3.6... [2021-02-11T15:43:28.806Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-11T15:43:30.191Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-11T15:43:30.451Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-11T15:43:30.451Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-11T15:43:30.712Z] Setting up snapd (2.48.3+18.04) ... [2021-02-11T15:43:30.974Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-11T15:43:31.235Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-11T15:43:31.496Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-11T15:43:31.496Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-11T15:43:31.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-11T15:43:31.756Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-11T15:43:31.757Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-11T15:43:32.017Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-11T15:43:32.017Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-11T15:43:32.277Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-11T15:43:32.536Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-11T15:43:32.536Z] /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-11T15:43:32.536Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-11T15:43:32.536Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-11T15:43:33.475Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T15:43:33.736Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T15:43:33.736Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T15:43:34.936Z] Reading package lists... [2021-02-11T15:43:34.936Z] Reading package lists... [2021-02-11T15:43:35.030Z] 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-11T15:43:35.195Z] Building dependency tree... [2021-02-11T15:43:35.195Z] Reading state information... [2021-02-11T15:43:35.195Z] Calculating upgrade... [2021-02-11T15:43:35.456Z] The following packages will be upgraded: [2021-02-11T15:43:35.456Z] advancecomp base-files bash binutils binutils-common [2021-02-11T15:43:35.456Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-11T15:43:35.456Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-11T15:43:35.456Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-11T15:43:35.456Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-11T15:43:35.456Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-11T15:43:35.456Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-11T15:43:35.456Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-11T15:43:35.456Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-11T15:43:35.456Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-11T15:43:35.456Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-11T15:43:35.456Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-11T15:43:35.456Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-11T15:43:35.456Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-11T15:43:35.456Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-11T15:43:35.456Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T15:43:35.456Z] Need to get 63.8 MB of archives. [2021-02-11T15:43:35.456Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-11T15:43:35.456Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-11T15:43:35.456Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-11T15:43:36.397Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-11T15:43:36.397Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-11T15:43:36.397Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-11T15:43:36.397Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-11T15:43:36.397Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-11T15:43:36.397Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-11T15:43:36.397Z] 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-11T15:43:36.397Z] 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-11T15:43:36.397Z] 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-11T15:43:36.397Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-11T15:43:36.397Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-11T15:43:36.397Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-11T15:43:36.397Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-11T15:43:36.397Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-11T15:43:36.397Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-11T15:43:36.397Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-11T15:43:36.397Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-11T15:43:36.397Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-11T15:43:36.397Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-11T15:43:36.397Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-11T15:43:36.397Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-11T15:43:36.397Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-11T15:43:36.397Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-11T15:43:36.397Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-11T15:43:36.397Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-11T15:43:36.397Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-11T15:43:36.397Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-11T15:43:36.397Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-11T15:43:36.658Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-11T15:43:36.658Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-11T15:43:36.658Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-11T15:43:36.658Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-11T15:43:36.658Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-11T15:43:36.658Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-11T15:43:36.658Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-11T15:43:36.658Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-11T15:43:36.658Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-11T15:43:36.658Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-11T15:43:36.658Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-11T15:43:36.658Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-11T15:43:36.658Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-11T15:43:36.658Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-11T15:43:36.658Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-11T15:43:36.658Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-11T15:43:36.658Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-11T15:43:36.658Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-11T15:43:36.658Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-11T15:43:36.658Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-11T15:43:36.658Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-11T15:43:36.658Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-11T15:43:36.658Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-11T15:43:36.658Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-11T15:43:36.920Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-11T15:43:36.920Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-11T15:43:36.920Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-11T15:43:36.920Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-11T15:43:36.920Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-11T15:43:36.920Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-11T15:43:36.920Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-11T15:43:36.920Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-11T15:43:36.920Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-11T15:43:36.920Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-11T15:43:36.920Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-11T15:43:36.920Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-11T15:43:36.920Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-11T15:43:36.920Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-11T15:43:36.920Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-11T15:43:36.920Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-11T15:43:36.920Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-11T15:43:36.920Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-11T15:43:36.920Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-11T15:43:36.920Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-11T15:43:36.920Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-11T15:43:36.920Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-11T15:43:36.920Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-11T15:43:36.920Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-11T15:43:36.920Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-11T15:43:36.920Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-11T15:43:37.179Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-11T15:43:37.179Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-11T15:43:37.179Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-11T15:43:37.179Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-11T15:43:37.179Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-11T15:43:37.179Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-11T15:43:37.179Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-11T15:43:37.179Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-11T15:43:37.179Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-11T15:43:37.179Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-11T15:43:37.752Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-11T15:43:38.325Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-11T15:43:38.325Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-11T15:43:38.325Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-11T15:43:38.894Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-11T15:43:38.894Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-11T15:43:38.894Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-11T15:43:38.894Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-11T15:43:38.894Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-11T15:43:38.894Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T15:43:38.894Z] Fetched 63.8 MB in 3s (18.8 MB/s) [2021-02-11T15:43:38.894Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:38.894Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T15:43:38.894Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T15:43:39.844Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T15:43:39.844Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T15:43:39.844Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-11T15:43:39.844Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-11T15:43:40.791Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:40.791Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:43:40.791Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:40.791Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:43:41.052Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:41.052Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:43:41.052Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:41.052Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:43:41.313Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:41.313Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:43:41.313Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:41.313Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:43:41.574Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:41.574Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:43:41.574Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] } [2021-02-11T15:43:41.784Z] $ docker stop --time=1 735475e5fa9257ae696aa6f1f78b55ecb920e307ecf40fe26167108e4cc89602 [2021-02-11T15:43:41.834Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T15:43:41.834Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:41.834Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-11T15:43:41.834Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:43:41.834Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T15:43:41.834Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:42.094Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:43:42.094Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:42.094Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:43:42.094Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-11T15:43:42.094Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-11T15:43:42.356Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:43:42.616Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T15:43:42.616Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T15:43:42.616Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T15:43:44.833Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-11T15:43:44.833Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-11T15:43:44.833Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-11T15:43:44.833Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-11T15:43:44.833Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-11T15:43:44.833Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-11T15:43:44.833Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-11T15:43:44.833Z] Installing new version of config file /etc/issue ... [2021-02-11T15:43:44.833Z] Installing new version of config file /etc/issue.net ... [2021-02-11T15:43:44.833Z] Installing new version of config file /etc/lsb-release ... [2021-02-11T15:43:44.833Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-11T15:43:44.833Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-11T15:43:44.833Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-11T15:43:44.833Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-11T15:43:44.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:44.833Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-11T15:43:44.833Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-11T15:43:44.833Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-11T15:43:44.833Z] 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-11T15:43:44.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:44.833Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:43:44.833Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-11T15:43:44.833Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:43:44.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:44.833Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-11T15:43:44.833Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-11T15:43:44.833Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-11T15:43:44.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:44.833Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-11T15:43:44.833Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T15:43:44.858Z] $ docker rm -f 735475e5fa9257ae696aa6f1f78b55ecb920e307ecf40fe26167108e4cc89602 [2021-02-11T15:43:45.096Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-11T15:43:45.356Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:45.356Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T15:43:45.356Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T15:43:45.356Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T15:43:45.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:45.616Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T15:43:45.616Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T15:43:45.876Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-11T15:43:45.876Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:45.876Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-11T15:43:45.876Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-11T15:43:46.139Z] Setting up grep (3.1-2build1) ... [2021-02-11T15:43:46.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:46.139Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-11T15:43:46.139Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-11T15:43:46.407Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-11T15:43:46.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:46.407Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T15:43:46.407Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:43:46.675Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-11T15:43:46.675Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:46.675Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T15:43:46.675Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T15:43:46.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:43:46.926Z] [2021-02-11T15:43:46.926Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:43:47.249Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T15:43:47.249Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T15:43:47.249Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-11T15:43:47.249Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T15:43:47.333Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:43:47.608Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-11T15:43:47.608Z] 29e5d40040c1: Pulling fs layer [2021-02-11T15:43:47.608Z] 1ce36da41761: Pulling fs layer [2021-02-11T15:43:47.608Z] 25b303627fd3: Pulling fs layer [2021-02-11T15:43:47.823Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-11T15:43:47.824Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:47.824Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-11T15:43:47.884Z] 29e5d40040c1: Verifying Checksum [2021-02-11T15:43:47.884Z] 29e5d40040c1: Download complete [2021-02-11T15:43:48.085Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-11T15:43:48.503Z] 1ce36da41761: Verifying Checksum [2021-02-11T15:43:48.503Z] 1ce36da41761: Download complete [2021-02-11T15:43:48.503Z] 29e5d40040c1: Pull complete [2021-02-11T15:43:49.036Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-11T15:43:49.036Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-11T15:43:49.303Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-11T15:43:49.303Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-11T15:43:49.303Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-11T15:43:49.303Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:49.303Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-11T15:43:49.575Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-11T15:43:49.575Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-11T15:43:49.842Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:49.842Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:43:49.842Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:43:49.842Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:43:49.956Z] 1ce36da41761: Pull complete [2021-02-11T15:43:50.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:50.104Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:43:50.104Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:43:50.104Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:43:50.228Z] 25b303627fd3: Verifying Checksum [2021-02-11T15:43:50.229Z] 25b303627fd3: Download complete [2021-02-11T15:43:50.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:50.364Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:43:50.364Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:43:50.364Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:43:50.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:50.650Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:43:50.650Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:43:50.650Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:43:50.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:50.917Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T15:43:50.917Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T15:43:50.917Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T15:43:50.917Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T15:43:51.178Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T15:43:51.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:51.178Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-11T15:43:51.178Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T15:43:51.440Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T15:43:51.440Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:51.440Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:43:51.440Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:43:51.703Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:43:51.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:51.703Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:43:51.703Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:43:51.971Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:43:51.971Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:51.971Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:43:52.232Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:43:52.496Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:43:52.759Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-11T15:43:53.023Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-11T15:43:53.023Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:53.023Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-11T15:43:53.287Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-11T15:43:53.548Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T15:43:53.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-11T15:43:53.548Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-11T15:43:53.548Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-11T15:43:53.810Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-11T15:43:54.072Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:54.072Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-11T15:43:54.072Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-11T15:43:54.332Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-11T15:43:54.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:54.332Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-11T15:43:54.595Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-11T15:43:54.595Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-11T15:43:54.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:54.595Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-11T15:43:54.855Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-11T15:43:54.855Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-11T15:43:54.855Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:54.855Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T15:43:55.115Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T15:43:55.115Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T15:43:55.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:55.375Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T15:43:55.375Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T15:43:55.375Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T15:43:55.637Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:55.637Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-11T15:43:55.637Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T15:43:55.898Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T15:43:56.159Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:56.159Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-11T15:43:56.159Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-11T15:43:56.419Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-11T15:43:56.419Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-11T15:43:56.419Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T15:43:56.419Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T15:43:56.419Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T15:43:56.680Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:56.680Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-11T15:43:56.680Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-11T15:43:56.680Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-11T15:43:56.942Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:56.942Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-11T15:43:56.942Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-11T15:43:56.942Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-11T15:43:57.203Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:57.203Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-11T15:43:57.464Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-11T15:43:57.465Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-11T15:43:57.465Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:57.465Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-11T15:43:57.465Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-11T15:43:57.725Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-11T15:43:57.726Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:57.726Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-11T15:43:58.026Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-11T15:43:58.287Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-11T15:43:58.287Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:58.287Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-11T15:43:58.287Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-11T15:43:58.547Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-11T15:43:58.547Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:58.547Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-11T15:43:58.547Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-11T15:43:58.809Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-11T15:43:58.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:58.809Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-11T15:43:59.070Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-11T15:43:59.330Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-11T15:43:59.330Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:59.330Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-11T15:43:59.330Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-11T15:43:59.592Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-11T15:43:59.592Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:59.592Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-11T15:43:59.592Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-11T15:43:59.853Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-11T15:43:59.853Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:43:59.853Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-11T15:44:00.113Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-11T15:44:00.113Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-11T15:44:00.113Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-11T15:44:00.113Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-11T15:44:00.373Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-11T15:44:00.373Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-11T15:44:00.373Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-11T15:44:00.373Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-11T15:44:00.389Z] 25b303627fd3: Pull complete [2021-02-11T15:44:00.389Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-11T15:44:00.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:44:00.389Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-11T15:44:00.618Z] prd-ubuntu18.04-docker-arm64-4c-16g-26099 does not seem to be running inside a container [2021-02-11T15:44:00.633Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-11T15:44:00.633Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-11T15:44:00.633Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-11T15:44:00.708Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-11T15:44:00.893Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-11T15:44:00.893Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-11T15:44:01.155Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-11T15:44:01.155Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-11T15:44:01.155Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-11T15:44:01.155Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-11T15:44:01.417Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-11T15:44:01.417Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-11T15:44:01.417Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-11T15:44:01.417Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-11T15:44:01.417Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-11T15:44:01.678Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-11T15:44:01.678Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-11T15:44:01.678Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-11T15:44:01.939Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-11T15:44:01.939Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-11T15:44:01.939Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-11T15:44:01.939Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-11T15:44:02.199Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-11T15:44:02.199Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-11T15:44:03.144Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-11T15:44:03.144Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-11T15:44:03.144Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-11T15:44:03.144Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-11T15:44:03.144Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T15:44:03.404Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T15:44:03.664Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T15:44:03.664Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T15:44:03.876Z] $ docker top 874cd075df0066cc71083103f7a49531dc20623c08a3beaa3f116b6d1a100c8e -eo pid,comm [2021-02-11T15:44:03.923Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T15:44:03.923Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-11T15:44:03.923Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-11T15:44:03.923Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [Pipeline] { [2021-02-11T15:44:04.185Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:44:04.185Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] sh [2021-02-11T15:44:04.447Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:44:04.447Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:44:04.770Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:44:04.770Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:44:04.770Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:44:04.770Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:44:04.861Z] + docker-compose build --help [2021-02-11T15:44:04.861Z] + grep parallel [2021-02-11T15:44:05.785Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:44:05.785Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:44:06.489Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:44:06.489Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:44:07.059Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:44:07.319Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:44:07.578Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:44:07.578Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:44:08.520Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-11T15:44:08.520Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-11T15:44:08.780Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T15:44:08.780Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T15:44:08.780Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-11T15:44:08.780Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T15:44:09.041Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-11T15:44:09.041Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-11T15:44:09.041Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-11T15:44:09.142Z] --parallel Build images in parallel. [2021-02-11T15:44:09.301Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-11T15:44:09.301Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T15:44:09.301Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [Pipeline] } [2021-02-11T15:44:09.443Z] $ docker stop --time=1 874cd075df0066cc71083103f7a49531dc20623c08a3beaa3f116b6d1a100c8e [2021-02-11T15:44:09.564Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-11T15:44:09.565Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-11T15:44:09.825Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-11T15:44:09.825Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-11T15:44:09.825Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:44:09.825Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-11T15:44:10.091Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:44:10.091Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:44:10.091Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:44:10.091Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-11T15:44:10.091Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-11T15:44:10.091Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-11T15:44:10.091Z] [2021-02-11T15:44:10.091Z] Current default time zone: 'Etc/UTC' [2021-02-11T15:44:10.091Z] Local time is now: Thu Feb 11 15:44:10 UTC 2021. [2021-02-11T15:44:10.091Z] Universal Time is now: Thu Feb 11 15:44:10 UTC 2021. [2021-02-11T15:44:10.091Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-11T15:44:10.091Z] [2021-02-11T15:44:10.352Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-11T15:44:10.352Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:44:10.352Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-11T15:44:10.352Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-11T15:44:10.352Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-11T15:44:10.352Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-11T15:44:10.352Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-11T15:44:10.352Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-11T15:44:10.352Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-11T15:44:10.619Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-11T15:44:10.619Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:44:10.619Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-11T15:44:10.879Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:44:10.879Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-11T15:44:10.879Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:44:10.879Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-11T15:44:10.879Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-11T15:44:10.879Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-11T15:44:10.879Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-11T15:44:10.879Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-11T15:44:11.139Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-11T15:44:11.139Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-11T15:44:11.139Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-11T15:44:11.462Z] $ docker rm -f 874cd075df0066cc71083103f7a49531dc20623c08a3beaa3f116b6d1a100c8e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:44:12.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-11T15:44:12.278Z] . [Pipeline] withDockerContainer [2021-02-11T15:44:12.536Z] prd-ubuntu18.04-docker-arm64-4c-16g-26099 does not seem to be running inside a container [2021-02-11T15:44:12.635Z] $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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-11T15:44:13.061Z] Updating certificates in /etc/ssl/certs... [2021-02-11T15:44:13.635Z] 23 added, 27 removed; done. [2021-02-11T15:44:13.635Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-11T15:44:13.635Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-11T15:44:13.635Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-11T15:44:13.635Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-11T15:44:13.635Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-11T15:44:13.899Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:44:13.899Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-11T15:44:13.899Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:44:13.899Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:44:13.899Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:44:14.071Z] $ docker top 98dba25e415f73e579b83dfebefcfb62617548c4165781bf634690501df216ae -eo pid,comm [2021-02-11T15:44:14.161Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:44:14.161Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:44:14.161Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-11T15:44:14.161Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-11T15:44:14.161Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-11T15:44:14.161Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-11T15:44:14.161Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [Pipeline] { [Pipeline] sh [2021-02-11T15:44:14.421Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:44:14.422Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-11T15:44:14.422Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-11T15:44:14.422Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-11T15:44:14.422Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-11T15:44:14.682Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T15:44:14.682Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-11T15:44:14.682Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-11T15:44:14.682Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-11T15:44:14.682Z] Updating certificates in /etc/ssl/certs... [2021-02-11T15:44:15.032Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-11T15:44:15.258Z] 0 added, 0 removed; done. [2021-02-11T15:44:15.258Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-11T15:44:15.258Z] done. [2021-02-11T15:44:15.833Z] Reading package lists... [2021-02-11T15:44:15.833Z] Building dependency tree... [2021-02-11T15:44:15.833Z] Reading state information... [2021-02-11T15:44:16.093Z] The following NEW packages will be installed: [2021-02-11T15:44:16.093Z] apt-transport-https [2021-02-11T15:44:16.093Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T15:44:16.093Z] Need to get 1696 B of archives. [2021-02-11T15:44:16.093Z] After this operation, 153 kB of additional disk space will be used. [2021-02-11T15:44:16.093Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-11T15:44:16.093Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T15:44:16.093Z] Fetched 1696 B in 0s (30.8 kB/s) [2021-02-11T15:44:16.093Z] Selecting previously unselected package apt-transport-https. [2021-02-11T15:44:16.356Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-11T15:44:16.356Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-11T15:44:16.356Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-11T15:44:16.356Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-11T15:44:16.615Z] Waiting for network to be ready... [2021-02-11T15:44:19.373Z] Building docker-core-command-go ... [2021-02-11T15:44:19.374Z] Building docker-core-data-go ... [2021-02-11T15:44:19.374Z] Building docker-core-metadata-go ... [2021-02-11T15:44:19.374Z] Building docker-security-bootstrapper-go ... [2021-02-11T15:44:19.374Z] Building docker-security-proxy-setup-go ... [2021-02-11T15:44:19.374Z] Building docker-security-secretstore-setup-go ... [2021-02-11T15:44:19.374Z] Building docker-support-notifications-go ... [2021-02-11T15:44:19.374Z] Building docker-support-scheduler-go ... [2021-02-11T15:44:19.374Z] Building docker-sys-mgmt-agent-go ... [2021-02-11T15:44:19.374Z] Building docker-support-notifications-go [2021-02-11T15:44:19.374Z] Building docker-security-bootstrapper-go [2021-02-11T15:44:19.374Z] Building docker-sys-mgmt-agent-go [2021-02-11T15:44:19.374Z] Building docker-security-proxy-setup-go [2021-02-11T15:44:19.374Z] Building docker-core-command-go [2021-02-11T15:44:20.821Z] 2021-02-11T15:44:19Z INFO Waiting for automatic snapd restart... [2021-02-11T15:44:21.082Z] snapd 2.48.2.1 from Canonical* installed [2021-02-11T15:44:21.082Z] "snapd" switched to the "latest/stable" channel [2021-02-11T15:44:21.082Z] [2021-02-11T15:44:23.642Z] core18 20210128 from Canonical* installed [2021-02-11T15:44:23.901Z] "core18" switched to the "latest/stable" channel [2021-02-11T15:44:23.901Z] [2021-02-11T15:44:27.196Z] snapcraft 4.5.1 from Canonical* installed [2021-02-11T15:44:27.461Z] "snapcraft" switched to the "latest/stable" channel [2021-02-11T15:44:27.461Z] [2021-02-11T15:44:30.759Z] 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-11T15:44:30.759Z] - README.md [2021-02-11T15:44:30.759Z] - snapcraft.yaml.orig [2021-02-11T15:44:30.759Z] [2021-02-11T15:44:30.759Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-11T15:44:37.341Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T15:44:37.341Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T15:44:37.341Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T15:44:37.341Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T15:44:38.282Z] Reading package lists... [2021-02-11T15:44:38.543Z] 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-11T15:44:45.127Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T15:44:45.127Z] Reading package lists... [2021-02-11T15:44:45.127Z] Building dependency tree... [2021-02-11T15:44:45.127Z] Reading state information... [2021-02-11T15:44:45.127Z] Suggested packages: [2021-02-11T15:44:45.127Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-11T15:44:45.127Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-11T15:44:45.127Z] Recommended packages: [2021-02-11T15:44:45.127Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-11T15:44:45.127Z] The following NEW packages will be installed: [2021-02-11T15:44:45.127Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-11T15:44:45.127Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-11T15:44:45.127Z] pkg-config zip [2021-02-11T15:44:45.127Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-11T15:44:45.127Z] Need to get 7655 kB of archives. [2021-02-11T15:44:45.127Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-11T15:44:45.127Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-11T15:44:45.127Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-11T15:44:45.127Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-11T15:44:45.127Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-11T15:44:45.127Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-11T15:44:45.127Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-11T15:44:45.127Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-11T15:44:45.127Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-11T15:44:45.390Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-11T15:44:45.390Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-11T15:44:45.390Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-11T15:44:45.390Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-11T15:44:45.650Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-11T15:44:45.650Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-11T15:44:45.650Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-11T15:44:45.650Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-11T15:44:45.650Z] Fetched 7655 kB in 1s (10.1 MB/s) [2021-02-11T15:44:45.912Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-11T15:44:45.912Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-11T15:44:45.912Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-11T15:44:45.912Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-11T15:44:45.912Z] Selecting previously unselected package libpsl5:amd64. [2021-02-11T15:44:45.912Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-11T15:44:46.172Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-11T15:44:46.172Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-11T15:44:46.172Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-11T15:44:46.172Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-11T15:44:46.172Z] Selecting previously unselected package librtmp1:amd64. [2021-02-11T15:44:46.172Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-11T15:44:46.172Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-11T15:44:46.432Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-11T15:44:46.432Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-11T15:44:46.432Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-11T15:44:46.432Z] Selecting previously unselected package liberror-perl. [2021-02-11T15:44:46.432Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-11T15:44:46.432Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-11T15:44:46.432Z] Selecting previously unselected package git-man. [2021-02-11T15:44:46.432Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-11T15:44:46.432Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-11T15:44:46.694Z] Selecting previously unselected package git. [2021-02-11T15:44:46.694Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-11T15:44:46.694Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-11T15:44:47.632Z] Selecting previously unselected package libnorm1:amd64. [2021-02-11T15:44:47.632Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-11T15:44:47.632Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-11T15:44:47.632Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-11T15:44:47.632Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-11T15:44:47.632Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-11T15:44:47.632Z] Selecting previously unselected package libsodium23:amd64. [2021-02-11T15:44:47.632Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-11T15:44:47.632Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-11T15:44:47.632Z] Selecting previously unselected package libzmq5:amd64. [2021-02-11T15:44:47.632Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-11T15:44:47.633Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T15:44:47.893Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-11T15:44:47.893Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-11T15:44:47.893Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T15:44:47.893Z] Selecting previously unselected package pkg-config. [2021-02-11T15:44:47.893Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-11T15:44:47.893Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-11T15:44:48.154Z] Selecting previously unselected package zip. [2021-02-11T15:44:48.154Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-11T15:44:48.154Z] Unpacking zip (3.0-11build1) ... [2021-02-11T15:44:48.154Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-11T15:44:48.154Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-11T15:44:48.154Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-11T15:44:48.154Z] Setting up liberror-perl (0.17025-1) ... [2021-02-11T15:44:48.154Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-11T15:44:48.154Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-11T15:44:48.414Z] No schema files found: doing nothing. [2021-02-11T15:44:48.414Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-11T15:44:48.414Z] Setting up zip (3.0-11build1) ... [2021-02-11T15:44:48.414Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-11T15:44:48.414Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-11T15:44:48.414Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-11T15:44:48.414Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T15:44:48.414Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-11T15:44:48.414Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-11T15:44:48.414Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-11T15:44:48.683Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-11T15:44:55.275Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T15:44:55.275Z] git set to automatically installed. [2021-02-11T15:44:55.275Z] git-man set to automatically installed. [2021-02-11T15:44:55.275Z] libcurl3-gnutls set to automatically installed. [2021-02-11T15:44:55.275Z] liberror-perl set to automatically installed. [2021-02-11T15:44:55.275Z] libglib2.0-0 set to automatically installed. [2021-02-11T15:44:55.275Z] libnghttp2-14 set to automatically installed. [2021-02-11T15:44:55.275Z] libnorm1 set to automatically installed. [2021-02-11T15:44:55.275Z] libpgm-5.2-0 set to automatically installed. [2021-02-11T15:44:55.275Z] libpsl5 set to automatically installed. [2021-02-11T15:44:55.275Z] librtmp1 set to automatically installed. [2021-02-11T15:44:55.275Z] libsodium23 set to automatically installed. [2021-02-11T15:44:55.275Z] libzmq3-dev set to automatically installed. [2021-02-11T15:44:55.275Z] libzmq5 set to automatically installed. [2021-02-11T15:44:55.275Z] pkg-config set to automatically installed. [2021-02-11T15:44:55.275Z] zip set to automatically installed. [2021-02-11T15:44:57.189Z] snapd is not logged in, snap install commands will use sudo [2021-02-11T15:45:03.774Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-11T15:45:03.774Z] snap "core18" has no updates available [2021-02-11T15:45:04.715Z] Pulling config-common [2021-02-11T15:45:04.715Z] + snapcraftctl pull [2021-02-11T15:45:05.655Z] Pulling go-build-helper [2021-02-11T15:45:05.655Z] + snapcraftctl pull [2021-02-11T15:45:27.548Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:45:27.548Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:45:27.548Z] ---> 2cd99b4b44b6 [2021-02-11T15:45:27.548Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:45:27.548Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:45:27.548Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:45:27.548Z] ---> 2cd99b4b44b6 [2021-02-11T15:45:27.548Z] Step 3/21 : WORKDIR /edgex-go [2021-02-11T15:45:27.548Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:45:27.548Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:45:27.548Z] ---> 2cd99b4b44b6 [2021-02-11T15:45:27.548Z] Step 3/30 : WORKDIR /edgex-go [2021-02-11T15:45:27.548Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:45:27.548Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:45:27.548Z] ---> 2cd99b4b44b6 [2021-02-11T15:45:27.548Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:45:27.548Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:45:27.548Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:45:27.548Z] ---> 2cd99b4b44b6 [2021-02-11T15:45:27.548Z] Step 3/26 : WORKDIR /edgex-go [2021-02-11T15:45:27.685Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-11T15:45:27.685Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-11T15:45:27.685Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-11T15:45:27.685Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-11T15:45:27.685Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-11T15:45:27.685Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-11T15:45:27.685Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-11T15:45:27.685Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-11T15:45:27.685Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-11T15:45:27.685Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-11T15:45:27.685Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-11T15:45:27.685Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-11T15:45:27.685Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-11T15:45:27.685Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-11T15:45:27.685Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-11T15:45:27.685Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-11T15:45:27.685Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-11T15:45:27.685Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-11T15:45:27.685Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-11T15:45:27.685Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-11T15:45:27.685Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-11T15:45:27.685Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-11T15:45:27.685Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-11T15:45:27.685Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-11T15:45:27.685Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-11T15:45:27.685Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-11T15:45:27.685Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-11T15:45:27.685Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-11T15:45:27.685Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-11T15:45:27.685Z] Fetched 279 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-11T15:45:27.685Z] Fetched 122 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-11T15:45:27.685Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-11T15:45:27.685Z] Fetched 8848 B in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-11T15:45:27.685Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-11T15:45:27.685Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-11T15:45:27.685Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-11T15:45:27.685Z] Fetched 214 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-11T15:45:27.685Z] Fetched 155 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-11T15:45:27.685Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-11T15:45:27.685Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-11T15:45:27.685Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-11T15:45:27.685Z] Fetched 499 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-11T15:45:27.685Z] Fetched 111 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-11T15:45:27.685Z] Fetched 240 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-11T15:45:27.685Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-11T15:45:27.685Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-11T15:45:27.685Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-11T15:45:27.685Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-11T15:45:27.685Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-11T15:45:27.685Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-11T15:45:27.685Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-11T15:45:27.685Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-11T15:45:27.685Z] Fetched 8720 B in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-11T15:45:27.685Z] Fetched 137 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-11T15:45:27.685Z] Fetched 119 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-11T15:45:27.685Z] Fetched 109 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-11T15:45:27.685Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-11T15:45:27.685Z] Fetched 645 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-11T15:45:27.685Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-11T15:45:27.685Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-11T15:45:27.685Z] Fetched 368 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-11T15:45:27.685Z] Fetched 187 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-11T15:45:27.685Z] Fetched 175 kB in 0s (0 B/s) [2021-02-11T15:45:27.685Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-11T15:45:29.529Z] ---> Running in ae6d7ccf6d38 [2021-02-11T15:45:29.530Z] ---> Running in 39fc7a8ce5b4 [2021-02-11T15:45:29.530Z] ---> Running in 55a6a2be057e [2021-02-11T15:45:29.530Z] ---> Running in 35c278a0c5d0 [2021-02-11T15:45:29.530Z] ---> Running in e8ce5d18936e [2021-02-11T15:45:29.594Z] Fetched 206 kB in 0s (0 B/s) [2021-02-11T15:45:29.594Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-11T15:45:29.594Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-11T15:45:29.594Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-11T15:45:29.594Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-11T15:45:29.594Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-11T15:45:29.594Z] Fetched 159 kB in 0s (0 B/s) [2021-02-11T15:45:29.594Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-11T15:45:29.594Z] Fetched 107 kB in 0s (0 B/s) [2021-02-11T15:45:29.594Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-11T15:45:29.594Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-11T15:45:29.594Z] Pulling static-packages [2021-02-11T15:45:29.594Z] + snapcraftctl pull [2021-02-11T15:45:30.163Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-11T15:45:30.163Z] Skipping pull go-build-helper (already ran) [2021-02-11T15:45:30.163Z] Skipping pull static-packages (already ran) [2021-02-11T15:45:30.164Z] Building go-build-helper [2021-02-11T15:45:30.164Z] + snapcraftctl build [2021-02-11T15:45:30.509Z] Removing intermediate container 39fc7a8ce5b4 [2021-02-11T15:45:30.509Z] ---> 476458e9fb6a [2021-02-11T15:45:30.509Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:45:30.509Z] Removing intermediate container 55a6a2be057e [2021-02-11T15:45:30.509Z] ---> cdd7ff17e04f [2021-02-11T15:45:30.509Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:45:30.509Z] Removing intermediate container 35c278a0c5d0 [2021-02-11T15:45:30.509Z] ---> dc2d03d059a3 [2021-02-11T15:45:30.509Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:45:30.509Z] Removing intermediate container e8ce5d18936e [2021-02-11T15:45:30.509Z] ---> ce8ca75dc28d [2021-02-11T15:45:30.509Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:45:30.509Z] Removing intermediate container ae6d7ccf6d38 [2021-02-11T15:45:30.509Z] ---> 8d144868ad07 [2021-02-11T15:45:30.509Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:45:30.509Z] ---> Running in a9187fb96d33 [2021-02-11T15:45:30.509Z] ---> Running in fde7187e2490 [2021-02-11T15:45:30.509Z] ---> Running in 65b42010032c [2021-02-11T15:45:30.781Z] ---> Running in a71f11928f75 [2021-02-11T15:45:30.781Z] ---> Running in 161e2759d1b9 [2021-02-11T15:45:34.385Z] Building static-packages [2021-02-11T15:45:34.385Z] + snapcraftctl build [2021-02-11T15:45:35.121Z] Removing intermediate container 65b42010032c [2021-02-11T15:45:35.121Z] ---> e5e54aa3e1c6 [2021-02-11T15:45:35.121Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:45:35.121Z] Removing intermediate container a9187fb96d33 [2021-02-11T15:45:35.121Z] ---> 29167d2be532 [2021-02-11T15:45:35.121Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-11T15:45:35.121Z] ---> Running in ce46d22efcbf [2021-02-11T15:45:35.121Z] ---> Running in b371d9715bea [2021-02-11T15:45:35.121Z] Removing intermediate container fde7187e2490 [2021-02-11T15:45:35.121Z] ---> f360fb5dc6a5 [2021-02-11T15:45:35.121Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-11T15:45:35.121Z] Removing intermediate container a71f11928f75 [2021-02-11T15:45:35.121Z] ---> f57400e6d629 [2021-02-11T15:45:35.121Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-11T15:45:35.121Z] Removing intermediate container 161e2759d1b9 [2021-02-11T15:45:35.121Z] ---> 8a18307ec9d0 [2021-02-11T15:45:35.121Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-11T15:45:35.327Z] Staging go-build-helper [2021-02-11T15:45:35.327Z] + snapcraftctl stage [2021-02-11T15:45:35.395Z] ---> Running in 42d9d117bf87 [2021-02-11T15:45:35.395Z] ---> Running in 9c79bfb7eb6c [2021-02-11T15:45:35.395Z] ---> Running in 942f07a2adba [2021-02-11T15:45:36.268Z] Staging static-packages [2021-02-11T15:45:36.268Z] + snapcraftctl stage [2021-02-11T15:45:36.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:36.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:37.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:37.212Z] Pulling go115 [2021-02-11T15:45:37.212Z] + snapcraftctl pull [2021-02-11T15:45:37.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:37.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:37.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:37.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:38.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:38.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:38.339Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-11T15:45:38.339Z] Skipping pull go115 (already ran) [2021-02-11T15:45:38.339Z] Building go115 [2021-02-11T15:45:38.339Z] + dpkg --print-architecture [2021-02-11T15:45:38.339Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-11T15:45:38.339Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-11T15:45:38.339Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-11T15:45:38.339Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-11T15:45:38.339Z] Dload Upload Total Spent Left Speed [2021-02-11T15:45:38.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:45:38.464Z] OK: 217 MiB in 51 packages [2021-02-11T15:45:39.085Z] OK: 217 MiB in 51 packages [2021-02-11T15:45:39.366Z] OK: 217 MiB in 51 packages [2021-02-11T15:45:40.360Z] Removing intermediate container ce46d22efcbf [2021-02-11T15:45:40.360Z] ---> daa524bb81cd [2021-02-11T15:45:40.360Z] Step 6/23 : COPY go.mod . [2021-02-11T15:45:40.639Z] Removing intermediate container b371d9715bea [2021-02-11T15:45:40.639Z] ---> aeac52a319e1 [2021-02-11T15:45:40.639Z] Step 6/30 : COPY go.mod . [2021-02-11T15:45:40.639Z] OK: 217 MiB in 51 packages [2021-02-11T15:45:40.931Z] Removing intermediate container 42d9d117bf87 [2021-02-11T15:45:40.931Z] ---> dbfe095be04b [2021-02-11T15:45:40.931Z] Step 6/22 : COPY go.mod . [2021-02-11T15:45:41.213Z] ---> 967ea5352200 [2021-02-11T15:45:41.213Z] Step 7/23 : RUN go mod download [2021-02-11T15:45:41.490Z] OK: 217 MiB in 51 packages [2021-02-11T15:45:41.766Z] ---> Running in 4cf43716de1c [2021-02-11T15:45:41.772Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 115M 11 12.7M 0 0 20.9M 0 0:00:05 --:--:-- 0:00:05 20.9M 41 115M 41 47.9M 0 0 29.7M 0 0:00:03 0:00:01 0:00:02 29.7M 76 115M 76 88.3M 0 0 33.8M 0 0:00:03 0:00:02 0:00:01 33.8M 100 115M 100 115M 0 0 34.9M 0 0:00:03 0:00:03 --:--:-- 34.9M [2021-02-11T15:45:41.772Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-11T15:45:41.772Z] + sha256sum -c sha256 [2021-02-11T15:45:41.772Z] + grep OK [2021-02-11T15:45:42.032Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-11T15:45:42.032Z] + mkdir -p /root/stage/go1.15 [2021-02-11T15:45:42.032Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-11T15:45:42.055Z] ---> 1d1e23086541 [2021-02-11T15:45:42.055Z] Step 7/30 : RUN go mod download [2021-02-11T15:45:42.329Z] ---> 4171a2cea8ae [2021-02-11T15:45:42.329Z] Step 7/22 : RUN go mod download [2021-02-11T15:45:42.329Z] ---> Running in a609523a38ac [2021-02-11T15:45:42.613Z] ---> Running in a98b2b065c01 [2021-02-11T15:45:42.891Z] Removing intermediate container 942f07a2adba [2021-02-11T15:45:42.891Z] ---> 0b6f96ff7169 [2021-02-11T15:45:42.891Z] Step 6/21 : COPY go.mod . [2021-02-11T15:45:43.884Z] Removing intermediate container 9c79bfb7eb6c [2021-02-11T15:45:43.884Z] ---> c6da4e676fdf [2021-02-11T15:45:43.884Z] Step 6/26 : COPY go.mod . [2021-02-11T15:45:44.166Z] ---> 70033b8d7b62 [2021-02-11T15:45:44.166Z] Step 7/21 : RUN go mod download [2021-02-11T15:45:44.451Z] ---> Running in c70bce94cdc1 [2021-02-11T15:45:45.073Z] ---> 57d41c1c309a [2021-02-11T15:45:45.073Z] Step 7/26 : RUN go mod download [2021-02-11T15:45:45.348Z] ---> Running in 8add51c7f153 [2021-02-11T15:45:46.249Z] Staging go115 [2021-02-11T15:45:46.250Z] + snapcraftctl stage [2021-02-11T15:45:46.347Z] Removing intermediate container 4cf43716de1c [2021-02-11T15:45:46.347Z] ---> 628d46befefb [2021-02-11T15:45:46.347Z] Step 8/23 : COPY . . [2021-02-11T15:45:46.633Z] Removing intermediate container a609523a38ac [2021-02-11T15:45:46.633Z] ---> 6b81b33b9ae3 [2021-02-11T15:45:46.633Z] Step 8/30 : COPY . . [2021-02-11T15:45:47.235Z] Removing intermediate container a98b2b065c01 [2021-02-11T15:45:47.235Z] ---> e35f96d8cb5e [2021-02-11T15:45:47.235Z] Step 8/22 : COPY . . [2021-02-11T15:45:50.636Z] Removing intermediate container c70bce94cdc1 [2021-02-11T15:45:50.636Z] ---> dee1a76a64e5 [2021-02-11T15:45:50.636Z] Step 8/21 : COPY . . [2021-02-11T15:45:51.536Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-11T15:45:51.536Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-11T15:45:51.536Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-11T15:45:51.536Z] Fetched 0 B in 0s (0 B/s) [2021-02-11T15:45:51.536Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-11T15:45:51.536Z] Fetched 224 kB in 0s (0 B/s) [2021-02-11T15:45:51.536Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-11T15:45:51.536Z] Fetched 157 kB in 0s (0 B/s) [2021-02-11T15:45:51.536Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-11T15:45:51.536Z] Fetched 221 kB in 0s (0 B/s) [2021-02-11T15:45:51.536Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-11T15:45:51.536Z] Fetched 143 kB in 0s (0 B/s) [2021-02-11T15:45:51.536Z] Pulling edgex-go [2021-02-11T15:45:51.536Z] + snapcraftctl pull [2021-02-11T15:45:51.621Z] Removing intermediate container 8add51c7f153 [2021-02-11T15:45:51.621Z] ---> b46c0040c1a9 [2021-02-11T15:45:51.621Z] Step 8/26 : COPY . . [2021-02-11T15:45:52.106Z] Pulling version [2021-02-11T15:45:52.106Z] + cd /root/project [2021-02-11T15:45:52.106Z] + [ -f VERSION ] [2021-02-11T15:45:52.106Z] + PROJECT_VERSION=local-dev [2021-02-11T15:45:52.106Z] + git rev-parse --short HEAD [2021-02-11T15:45:52.106Z] + GIT_REVISION=f40dfc27 [2021-02-11T15:45:52.106Z] + snapcraftctl set-version local-dev [2021-02-11T15:45:53.043Z] Building config-common [2021-02-11T15:45:53.043Z] + snapcraftctl build [2021-02-11T15:45:54.950Z] Skipping build go-build-helper (already ran) [2021-02-11T15:45:54.950Z] Skipping build static-packages (already ran) [2021-02-11T15:45:54.950Z] Skipping build go115 (already ran) [2021-02-11T15:45:54.950Z] Building edgex-go [2021-02-11T15:45:55.209Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-11T15:45:55.209Z] + cd /root/parts/edgex-go/src [2021-02-11T15:45:55.209Z] + make build [2021-02-11T15:45:55.209Z] 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-11T15:45:56.590Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-11T15:45:56.590Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 [2021-02-11T15:45:56.590Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-11T15:45:56.590Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-11T15:45:56.590Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-11T15:45:56.590Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-11T15:45:56.590Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-11T15:45:56.590Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-11T15:45:56.590Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-11T15:45:56.590Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-11T15:45:56.590Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-11T15:45:56.590Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-11T15:45:56.850Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-11T15:45:56.850Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-11T15:45:56.850Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-11T15:45:56.850Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-11T15:45:56.850Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-11T15:45:56.850Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-11T15:45:56.850Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-11T15:45:56.850Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-11T15:45:56.850Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-11T15:45:56.850Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-11T15:45:56.850Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-11T15:45:56.850Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-11T15:45:56.850Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-11T15:45:57.111Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-11T15:45:57.683Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-11T15:45:57.951Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-11T15:46:04.531Z] 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-11T15:46:04.531Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-11T15:46:07.817Z] 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-11T15:46:09.199Z] 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-11T15:46:10.140Z] 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-11T15:46:10.400Z] 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-11T15:46:10.661Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-11T15:46:10.661Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-11T15:46:10.661Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-11T15:46:10.661Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-11T15:46:12.053Z] 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-11T15:46:12.053Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-11T15:46:12.312Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-11T15:46:13.249Z] 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-11T15:46:14.188Z] 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-11T15:46:14.188Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-11T15:46:15.570Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-11T15:46:16.512Z] 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-11T15:46:16.512Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-11T15:46:17.452Z] 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-11T15:46:17.452Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-11T15:46:18.429Z] ---> 53766b0a2123 [2021-02-11T15:46:18.429Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-11T15:46:18.429Z] ---> 646329424cd5 [2021-02-11T15:46:18.429Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-11T15:46:18.429Z] ---> f40f41a54a47 [2021-02-11T15:46:18.429Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-11T15:46:18.429Z] ---> 64b410d1ba3e [2021-02-11T15:46:18.429Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-11T15:46:18.429Z] ---> b13f38877e3d [2021-02-11T15:46:18.429Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-11T15:46:18.429Z] ---> Running in 6284ccd2ea2d [2021-02-11T15:46:18.429Z] ---> Running in 79d67c156a6f [2021-02-11T15:46:18.429Z] ---> Running in 308ad4803c21 [2021-02-11T15:46:18.429Z] ---> Running in 68d9007738d7 [2021-02-11T15:46:18.429Z] ---> Running in 82c107f3eef8 [2021-02-11T15:46:18.429Z] 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-11T15:46:18.707Z] 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-11T15:46:18.707Z] 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-11T15:46:18.831Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-11T15:46:18.831Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-11T15:46:18.831Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-11T15:46:18.831Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-11T15:46:18.831Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-11T15:46:18.831Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-11T15:46:18.831Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-11T15:46:18.831Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-11T15:46:18.831Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-11T15:46:18.831Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-11T15:46:18.831Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-11T15:46:18.831Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-11T15:46:18.831Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-11T15:46:18.831Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-11T15:46:18.831Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-11T15:46:18.980Z] 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-11T15:46:19.090Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-11T15:46:19.091Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-11T15:46:19.091Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-11T15:46:19.091Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-11T15:46:19.091Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-11T15:46:19.091Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-11T15:46:19.091Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-11T15:46:19.091Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-11T15:46:19.091Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-11T15:46:19.091Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-11T15:46:19.255Z] 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-11T15:46:20.031Z] Building version [2021-02-11T15:46:20.031Z] + snapcraftctl build [2021-02-11T15:46:21.943Z] Staging config-common [2021-02-11T15:46:21.943Z] + snapcraftctl stage [2021-02-11T15:46:22.886Z] Skipping stage go-build-helper (already ran) [2021-02-11T15:46:22.886Z] Skipping stage static-packages (already ran) [2021-02-11T15:46:22.886Z] Skipping stage go115 (already ran) [2021-02-11T15:46:22.886Z] Staging edgex-go [2021-02-11T15:46:22.886Z] + snapcraftctl stage [2021-02-11T15:46:23.458Z] Staging version [2021-02-11T15:46:23.718Z] + snapcraftctl stage [2021-02-11T15:46:24.660Z] Priming config-common [2021-02-11T15:46:24.660Z] + snapcraftctl prime [2021-02-11T15:46:25.599Z] Priming go-build-helper [2021-02-11T15:46:25.599Z] + snapcraftctl prime [2021-02-11T15:46:26.541Z] Priming static-packages [2021-02-11T15:46:26.541Z] + snapcraftctl prime [2021-02-11T15:46:28.457Z] Priming go115 [2021-02-11T15:46:28.457Z] + snapcraftctl prime [2021-02-11T15:46:29.400Z] Priming edgex-go [2021-02-11T15:46:29.400Z] + snapcraftctl prime [2021-02-11T15:46:30.784Z] Priming version [2021-02-11T15:46:30.784Z] + snapcraftctl prime [2021-02-11T15:46:31.355Z] 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-11T15:47:56.095Z] 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-11T15:47:58.732Z] Removing intermediate container 82c107f3eef8 [2021-02-11T15:47:58.732Z] ---> 58a8e659041d [2021-02-11T15:47:58.732Z] [2021-02-11T15:47:58.732Z] Step 10/30 : FROM alpine:3.12 [2021-02-11T15:47:59.010Z] 3.12: Pulling from library/alpine [2021-02-11T15:48:00.995Z] Removing intermediate container 6284ccd2ea2d [2021-02-11T15:48:00.996Z] ---> 291cfb16b16a [2021-02-11T15:48:00.996Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-11T15:48:01.596Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-11T15:48:01.596Z] Status: Downloaded newer image for alpine:3.12 [2021-02-11T15:48:01.596Z] ---> afeebe901d6b [2021-02-11T15:48:01.596Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-11T15:48:01.596Z] ---> Running in 5f7bf2056010 [2021-02-11T15:48:02.198Z] ---> Running in 622a82ef91e2 [2021-02-11T15:48:02.799Z] Removing intermediate container 622a82ef91e2 [2021-02-11T15:48:02.799Z] ---> 4ed22401c462 [2021-02-11T15:48:02.799Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-11T15:48:03.080Z] Removing intermediate container 79d67c156a6f [2021-02-11T15:48:03.080Z] ---> f30aa9a137e1 [2021-02-11T15:48:03.080Z] [2021-02-11T15:48:03.080Z] Step 10/21 : FROM alpine:3.12 [2021-02-11T15:48:03.080Z] ---> afeebe901d6b [2021-02-11T15:48:03.080Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-11T15:48:03.356Z] ---> Running in 95a313201e31 [2021-02-11T15:48:03.356Z] ---> Running in e524360688a3 [2021-02-11T15:48:03.628Z] 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-11T15:48:05.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:05.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:05.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:05.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:06.233Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:48:06.233Z] (2/2) Installing su-exec (0.2-r1) [2021-02-11T15:48:06.233Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:48:06.233Z] OK: 5 MiB in 16 packages [2021-02-11T15:48:06.521Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-11T15:48:06.521Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:48:06.521Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-11T15:48:06.521Z] (4/4) Installing curl (7.69.1-r3) [2021-02-11T15:48:06.521Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:48:06.521Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:48:06.835Z] OK: 7 MiB in 18 packages [2021-02-11T15:48:08.892Z] Removing intermediate container 95a313201e31 [2021-02-11T15:48:08.892Z] ---> 6a9e1926a9e2 [2021-02-11T15:48:08.892Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-11T15:48:09.544Z] ---> Running in 2ff96cea2ee3 [2021-02-11T15:48:09.824Z] Removing intermediate container 5f7bf2056010 [2021-02-11T15:48:09.824Z] ---> 054d53951c9e [2021-02-11T15:48:09.824Z] [2021-02-11T15:48:09.824Z] Step 11/26 : FROM docker:20.10.0 [2021-02-11T15:48:10.125Z] 20.10.0: Pulling from library/docker [2021-02-11T15:48:10.125Z] Removing intermediate container e524360688a3 [2021-02-11T15:48:10.125Z] ---> c053d0fc2a2f [2021-02-11T15:48:10.125Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:48:10.416Z] Removing intermediate container 2ff96cea2ee3 [2021-02-11T15:48:10.416Z] ---> b9f1105acd63 [2021-02-11T15:48:10.416Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-11T15:48:11.020Z] ---> Running in e6e7dfa258c4 [2021-02-11T15:48:11.298Z] ---> Running in c6c687ccad90 [2021-02-11T15:48:11.908Z] Removing intermediate container e6e7dfa258c4 [2021-02-11T15:48:11.908Z] ---> d9611fe4e61d [2021-02-11T15:48:11.908Z] Step 13/21 : WORKDIR /edgex [2021-02-11T15:48:12.506Z] Removing intermediate container 308ad4803c21 [2021-02-11T15:48:12.506Z] ---> 5c45d3a45a18 [2021-02-11T15:48:12.506Z] [2021-02-11T15:48:12.506Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:48:12.506Z] ---> afeebe901d6b [2021-02-11T15:48:12.506Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:48:12.506Z] Removing intermediate container c6c687ccad90 [2021-02-11T15:48:12.506Z] ---> 09ab582fd2ba [2021-02-11T15:48:12.506Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-11T15:48:13.101Z] ---> Running in 2982208ac352 [2021-02-11T15:48:13.102Z] ---> Running in d59c352d0149 [2021-02-11T15:48:13.373Z] ---> Running in bbf5f8a3dc91 [2021-02-11T15:48:13.973Z] Removing intermediate container 68d9007738d7 [2021-02-11T15:48:13.973Z] ---> 5f5a0d0248c5 [2021-02-11T15:48:13.973Z] [2021-02-11T15:48:13.973Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:48:13.973Z] ---> afeebe901d6b [2021-02-11T15:48:13.973Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-11T15:48:13.973Z] Removing intermediate container 2982208ac352 [2021-02-11T15:48:13.973Z] ---> d220d5b46c6a [2021-02-11T15:48:13.973Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-11T15:48:14.253Z] ---> Running in 51d5683af449 [2021-02-11T15:48:14.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:15.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:15.721Z] ---> 5bb5159aa7a3 [2021-02-11T15:48:15.721Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-11T15:48:15.721Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-11T15:48:15.721Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:48:15.721Z] OK: 5 MiB in 15 packages [2021-02-11T15:48:15.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:16.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:16.860Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-11T15:48:17.160Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-11T15:48:17.160Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:48:17.160Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:48:17.160Z] Removing intermediate container bbf5f8a3dc91 [2021-02-11T15:48:17.160Z] ---> 41a60c904c72 [2021-02-11T15:48:17.160Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-11T15:48:17.160Z] OK: 6 MiB in 16 packages [2021-02-11T15:48:17.755Z] ---> Running in 223c3882c572 [2021-02-11T15:48:18.036Z] Removing intermediate container d59c352d0149 [2021-02-11T15:48:18.036Z] ---> 526570eaf090 [2021-02-11T15:48:18.036Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:48:18.036Z] ---> 7aaca3a7cab1 [2021-02-11T15:48:18.036Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-11T15:48:18.310Z] ---> Running in a0e98f0762b9 [2021-02-11T15:48:18.583Z] Removing intermediate container 223c3882c572 [2021-02-11T15:48:18.583Z] ---> 5cacaab98cc6 [2021-02-11T15:48:18.583Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-11T15:48:18.857Z] Removing intermediate container a0e98f0762b9 [2021-02-11T15:48:18.857Z] ---> 650f6c33c559 [2021-02-11T15:48:18.857Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-11T15:48:19.462Z] ---> Running in 742cce822827 [2021-02-11T15:48:19.736Z] Removing intermediate container 51d5683af449 [2021-02-11T15:48:19.736Z] ---> aa899594ab09 [2021-02-11T15:48:19.736Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:48:20.012Z] ---> ba478da8f237 [2021-02-11T15:48:20.012Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-11T15:48:20.012Z] ---> Running in 12cd5ccf95da [2021-02-11T15:48:20.292Z] ---> 8fa72db193c0 [2021-02-11T15:48:20.292Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-11T15:48:20.292Z] ---> Running in ffb3034cb2ad [2021-02-11T15:48:20.292Z] Removing intermediate container 742cce822827 [2021-02-11T15:48:20.292Z] ---> 2959747fd419 [2021-02-11T15:48:20.292Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:48:20.892Z] ---> Running in 5cdfeebbcc33 [2021-02-11T15:48:20.892Z] ---> Running in a4bb447f7f73 [2021-02-11T15:48:21.165Z] Removing intermediate container 12cd5ccf95da [2021-02-11T15:48:21.165Z] ---> 3a449bc46da6 [2021-02-11T15:48:21.165Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-11T15:48:21.440Z] ---> Running in 3d3b6f0bafb9 [2021-02-11T15:48:21.714Z] Removing intermediate container a4bb447f7f73 [2021-02-11T15:48:21.715Z] ---> 41409d8ae322 [2021-02-11T15:48:21.715Z] Step 18/21 : CMD ["--init=true"] [2021-02-11T15:48:21.986Z] Removing intermediate container 5cdfeebbcc33 [2021-02-11T15:48:21.986Z] ---> d5bdc4e46415 [2021-02-11T15:48:21.986Z] Step 15/23 : WORKDIR / [2021-02-11T15:48:21.986Z] ---> Running in 14a43a768ca0 [2021-02-11T15:48:22.256Z] ---> Running in 532b8dd6d3d0 [2021-02-11T15:48:22.256Z] Removing intermediate container 3d3b6f0bafb9 [2021-02-11T15:48:22.256Z] ---> 8ffacaf192ba [2021-02-11T15:48:22.256Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:48:22.534Z] ---> Running in 659f3517cb86 [2021-02-11T15:48:22.811Z] Removing intermediate container 14a43a768ca0 [2021-02-11T15:48:22.811Z] ---> 158664172b51 [2021-02-11T15:48:22.811Z] Step 19/21 : LABEL arch=arm64 [2021-02-11T15:48:23.410Z] ---> Running in 79651c9c3f3e [2021-02-11T15:48:23.410Z] Removing intermediate container 532b8dd6d3d0 [2021-02-11T15:48:23.410Z] ---> 3cbda03e4b36 [2021-02-11T15:48:23.410Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:48:23.410Z] Removing intermediate container 659f3517cb86 [2021-02-11T15:48:23.410Z] ---> cf1d4dc49201 [2021-02-11T15:48:23.410Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:48:24.395Z] Removing intermediate container ffb3034cb2ad [2021-02-11T15:48:24.395Z] ---> b847a2a89b77 [2021-02-11T15:48:24.395Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:48:24.395Z] Removing intermediate container 79651c9c3f3e [2021-02-11T15:48:24.395Z] ---> 7a39bff9ca95 [2021-02-11T15:48:24.395Z] Step 20/21 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:48:24.395Z] ---> 8315159c8b07 [2021-02-11T15:48:24.395Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-11T15:48:24.670Z] ---> Running in 6d65b48f4359 [2021-02-11T15:48:24.670Z] ---> 0d2d331fab80 [2021-02-11T15:48:24.670Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-11T15:48:24.943Z] ---> e9f3b1038fa7 [2021-02-11T15:48:25.223Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-11T15:48:25.497Z] Removing intermediate container 6d65b48f4359 [2021-02-11T15:48:25.497Z] ---> 801fc5f80aca [2021-02-11T15:48:25.497Z] Step 21/21 : LABEL version=0.0.0 [2021-02-11T15:48:25.497Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-11T15:48:25.497Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-11T15:48:25.497Z] ---> eeaf43b92773 [2021-02-11T15:48:25.497Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-11T15:48:25.775Z] ---> Running in e10911c2f699 [2021-02-11T15:48:25.775Z] ---> Running in c0747c270b55 [2021-02-11T15:48:26.370Z] ---> 103fe821935b [2021-02-11T15:48:26.370Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-11T15:48:26.646Z] Removing intermediate container c0747c270b55 [2021-02-11T15:48:26.646Z] ---> 42a85a2368a3 [2021-02-11T15:48:26.646Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-11T15:48:26.646Z] ---> da567d01103e [2021-02-11T15:48:26.646Z] [2021-02-11T15:48:26.646Z] ---> 989a7b2871a9 [2021-02-11T15:48:26.646Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-11T15:48:27.248Z] Successfully built da567d01103e [2021-02-11T15:48:27.248Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-11T15:48:27.533Z] Building docker-security-secretstore-setup-go [2021-02-11T15:48:27.533Z]  Building docker-security-proxy-setup-go ... done  ---> 84424a17e143 [2021-02-11T15:48:27.533Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-11T15:48:27.820Z] ---> 9c300d77eb17 [2021-02-11T15:48:27.820Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-11T15:48:27.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:27.820Z] ---> Running in 21c67585464b [2021-02-11T15:48:28.107Z] ---> 0c930c1466ef [2021-02-11T15:48:28.107Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-11T15:48:28.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:28.107Z] ---> Running in 4140134ab804 [2021-02-11T15:48:28.716Z] Removing intermediate container 21c67585464b [2021-02-11T15:48:28.716Z] ---> 32eda3718a53 [2021-02-11T15:48:28.716Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:48:28.716Z] (1/2) Installing readline (8.0.4-r0) [2021-02-11T15:48:28.716Z] (2/2) Installing bash (5.0.17-r0) [2021-02-11T15:48:28.716Z] Executing bash-5.0.17-r0.post-install [2021-02-11T15:48:28.716Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:48:28.716Z] OK: 12 MiB in 22 packages [2021-02-11T15:48:28.716Z] Removing intermediate container 4140134ab804 [2021-02-11T15:48:28.716Z] ---> 23c9c07d0fb6 [2021-02-11T15:48:28.716Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:48:29.019Z] ---> Running in 48ed61bb083e [2021-02-11T15:48:29.294Z] ---> Running in 682e75c4ac0f [2021-02-11T15:48:29.893Z] ---> 6383df734613 [2021-02-11T15:48:29.893Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-11T15:48:30.487Z] Removing intermediate container 48ed61bb083e [2021-02-11T15:48:30.487Z] ---> 7236931d00ac [2021-02-11T15:48:30.487Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T15:48:30.487Z] Removing intermediate container 682e75c4ac0f [2021-02-11T15:48:30.487Z] ---> 2c60981b46ad [2021-02-11T15:48:30.487Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T15:48:30.757Z] ---> Running in 9a3770cc1920 [2021-02-11T15:48:31.031Z] ---> Running in 8f891121980e [2021-02-11T15:48:31.031Z] ---> Running in 36d7e5bb0103 [2021-02-11T15:48:31.309Z] Removing intermediate container e10911c2f699 [2021-02-11T15:48:31.310Z] ---> 66cfb4531cb3 [2021-02-11T15:48:31.310Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-11T15:48:31.310Z] Removing intermediate container 9a3770cc1920 [2021-02-11T15:48:31.310Z] ---> baab83e9c586 [2021-02-11T15:48:31.310Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-11T15:48:31.580Z] ---> Running in 8493fa8e2846 [2021-02-11T15:48:31.863Z] Removing intermediate container 8f891121980e [2021-02-11T15:48:31.863Z] ---> 32b1da71a66d [2021-02-11T15:48:31.863Z] Step 21/22 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:48:31.863Z] Removing intermediate container 36d7e5bb0103 [2021-02-11T15:48:31.863Z] ---> 137e5364d790 [2021-02-11T15:48:31.863Z] Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:48:32.457Z] ---> Running in b5450018f6f6 [2021-02-11T15:48:32.458Z] ---> Running in 4bfd7a5a8a63 [2021-02-11T15:48:32.731Z] Removing intermediate container 8493fa8e2846 [2021-02-11T15:48:32.731Z] ---> 7c5addecbf0c [2021-02-11T15:48:32.731Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-11T15:48:33.006Z] ---> dcc4e019fd49 [2021-02-11T15:48:33.006Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-11T15:48:33.293Z] ---> Running in 00637bff32cf [2021-02-11T15:48:33.570Z] Removing intermediate container 4bfd7a5a8a63 [2021-02-11T15:48:33.570Z] ---> eb4ae90f4bac [2021-02-11T15:48:33.570Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:48:33.570Z] Removing intermediate container b5450018f6f6 [2021-02-11T15:48:33.570Z] ---> 60792eba44df [2021-02-11T15:48:33.570Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T15:48:33.842Z] ---> Running in ac145e6999e2 [2021-02-11T15:48:33.842Z] ---> Running in d3ce3eb3064b [2021-02-11T15:48:33.842Z] ---> Running in cf5b8e27ce7a [2021-02-11T15:48:34.116Z] Removing intermediate container 00637bff32cf [2021-02-11T15:48:34.116Z] ---> 4feb27daf1cc [2021-02-11T15:48:34.116Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-11T15:48:34.392Z] ---> Running in 92f5c2c903eb [2021-02-11T15:48:34.667Z] Removing intermediate container d3ce3eb3064b [2021-02-11T15:48:34.667Z] ---> a9e5f0e5d95c [2021-02-11T15:48:34.667Z] [2021-02-11T15:48:34.944Z] Removing intermediate container cf5b8e27ce7a [2021-02-11T15:48:34.944Z] ---> d98c035c7d27 [2021-02-11T15:48:34.944Z] [2021-02-11T15:48:35.221Z] Removing intermediate container 92f5c2c903eb [2021-02-11T15:48:35.221Z] ---> bb88b70f4fb9 [2021-02-11T15:48:35.221Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-11T15:48:35.501Z] Successfully built a9e5f0e5d95c [2021-02-11T15:48:35.501Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-11T15:48:35.501Z] Building docker-core-data-go [2021-02-11T15:48:35.501Z]  Building docker-core-command-go ... done Successfully built d98c035c7d27 [2021-02-11T15:48:35.501Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-11T15:48:35.501Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-11T15:48:36.949Z] ---> f5efc36cf7b0 [2021-02-11T15:48:36.949Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-11T15:48:36.949Z] Removing intermediate container ac145e6999e2 [2021-02-11T15:48:36.949Z] ---> 3682eb8267ae [2021-02-11T15:48:36.949Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-11T15:48:37.228Z] ---> Running in 9e39e363998b [2021-02-11T15:48:37.829Z] ---> 3075a16fe80e [2021-02-11T15:48:37.829Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-11T15:48:38.103Z] Removing intermediate container 9e39e363998b [2021-02-11T15:48:38.103Z] ---> b744a5c9695d [2021-02-11T15:48:38.103Z] Step 27/30 : CMD ["gate"] [2021-02-11T15:48:38.701Z] ---> Running in a3b09b170580 [2021-02-11T15:48:38.971Z] ---> acd1250b253a [2021-02-11T15:48:38.972Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-11T15:48:39.566Z] ---> Running in f2675d770f7c [2021-02-11T15:48:39.566Z] Removing intermediate container a3b09b170580 [2021-02-11T15:48:39.566Z] ---> b77d32d47d71 [2021-02-11T15:48:39.566Z] Step 28/30 : LABEL arch=arm64 [2021-02-11T15:48:40.550Z] ---> Running in bebcc79b303c [2021-02-11T15:48:41.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:41.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:48:41.441Z] Removing intermediate container bebcc79b303c [2021-02-11T15:48:41.441Z] ---> 5d4ab2c120a7 [2021-02-11T15:48:41.441Z] Step 29/30 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:48:42.042Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-11T15:48:42.042Z] (2/33) Installing expat (2.2.9-r1) [2021-02-11T15:48:42.042Z] (3/33) Installing libffi (3.3-r2) [2021-02-11T15:48:42.042Z] (4/33) Installing gdbm (1.13-r1) [2021-02-11T15:48:42.042Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-11T15:48:42.042Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-11T15:48:42.042Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-11T15:48:42.316Z] ---> Running in 7347e4674ad9 [2021-02-11T15:48:43.771Z] Removing intermediate container 7347e4674ad9 [2021-02-11T15:48:43.771Z] ---> 110c6603a59c [2021-02-11T15:48:43.771Z] Step 30/30 : LABEL version=0.0.0 [2021-02-11T15:48:44.368Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-11T15:48:44.368Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-11T15:48:44.368Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-11T15:48:44.368Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-11T15:48:44.369Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-11T15:48:44.369Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-11T15:48:44.369Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-11T15:48:44.369Z] ---> Running in 3a952c87e01c [2021-02-11T15:48:44.369Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-11T15:48:44.369Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-11T15:48:44.369Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-11T15:48:44.641Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-11T15:48:44.641Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-11T15:48:44.641Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-11T15:48:44.641Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-11T15:48:44.641Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-11T15:48:44.641Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-11T15:48:44.641Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-11T15:48:44.641Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-11T15:48:44.641Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-11T15:48:44.923Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-11T15:48:44.923Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-11T15:48:44.923Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-11T15:48:44.923Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-11T15:48:44.923Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-11T15:48:44.923Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-11T15:48:44.923Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-11T15:48:44.923Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:48:44.923Z] OK: 71 MiB in 55 packages [2021-02-11T15:48:45.528Z] Removing intermediate container 3a952c87e01c [2021-02-11T15:48:45.528Z] ---> b830b6fbb8e4 [2021-02-11T15:48:45.528Z] [2021-02-11T15:48:46.147Z] Successfully built b830b6fbb8e4 [2021-02-11T15:48:46.148Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-11T15:48:46.148Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-11T15:48:54.443Z] Removing intermediate container f2675d770f7c [2021-02-11T15:48:54.443Z] ---> 44dbe7dc6b54 [2021-02-11T15:48:54.443Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-11T15:48:54.443Z] ---> Running in b511b8fb3346 [2021-02-11T15:49:01.143Z] Collecting docker-compose==1.23.2 [2021-02-11T15:49:01.144Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-11T15:49:01.144Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-11T15:49:01.144Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-11T15:49:05.474Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-11T15:49:05.474Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-11T15:49:05.474Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:49:05.474Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:49:05.474Z] ---> 2cd99b4b44b6 [2021-02-11T15:49:05.474Z] Step 3/24 : WORKDIR /edgex-go [2021-02-11T15:49:05.474Z] ---> Using cache [2021-02-11T15:49:05.474Z] ---> 8d144868ad07 [2021-02-11T15:49:05.474Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:49:05.474Z] ---> Using cache [2021-02-11T15:49:05.474Z] ---> 8a18307ec9d0 [2021-02-11T15:49:05.474Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-11T15:49:05.474Z] ---> Using cache [2021-02-11T15:49:05.474Z] ---> 0b6f96ff7169 [2021-02-11T15:49:05.474Z] Step 6/24 : COPY go.mod . [2021-02-11T15:49:05.474Z] ---> Using cache [2021-02-11T15:49:05.474Z] ---> 70033b8d7b62 [2021-02-11T15:49:05.474Z] Step 7/24 : RUN go mod download [2021-02-11T15:49:05.474Z] ---> Using cache [2021-02-11T15:49:05.474Z] ---> dee1a76a64e5 [2021-02-11T15:49:05.474Z] Step 8/24 : COPY . . [2021-02-11T15:49:05.474Z] ---> Using cache [2021-02-11T15:49:05.474Z] ---> 64b410d1ba3e [2021-02-11T15:49:05.474Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-11T15:49:05.474Z] 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-11T15:49:06.473Z] Collecting jsonschema<3,>=2.5.1 [2021-02-11T15:49:06.473Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-11T15:49:07.460Z] Collecting cached-property<2,>=1.2.0 [2021-02-11T15:49:07.460Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-11T15:49:07.460Z] ---> Running in 2adab227358b [2021-02-11T15:49:08.060Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-11T15:49:08.060Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-11T15:49:09.055Z] 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-11T15:49:09.055Z] Collecting docker<4.0,>=3.6.0 [2021-02-11T15:49:09.055Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-11T15:49:10.041Z] Collecting texttable<0.10,>=0.9.0 [2021-02-11T15:49:10.041Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-11T15:49:14.479Z] Collecting PyYAML<4,>=3.10 [2021-02-11T15:49:14.479Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-11T15:49:18.882Z] Collecting docopt<0.7,>=0.6.1 [2021-02-11T15:49:18.882Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-11T15:49:22.303Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-11T15:49:22.303Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-11T15:49:22.586Z] 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-11T15:49:22.865Z] Collecting idna<2.8,>=2.5 [2021-02-11T15:49:23.144Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-11T15:49:23.144Z] 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-11T15:49:23.767Z] Collecting docker-pycreds>=0.4.0 [2021-02-11T15:49:23.767Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-11T15:49:23.767Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-11T15:49:23.767Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-11T15:49:23.767Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-11T15:49:24.046Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-11T15:49:25.492Z] Installing collected packages: dockerpty, urllib3, idna, requests, jsonschema, cached-property, websocket-client, docker-pycreds, docker, texttable, PyYAML, docopt, docker-compose [2021-02-11T15:49:25.492Z] Running setup.py install for dockerpty: started [2021-02-11T15:49:26.956Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:49:26.956Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:49:26.956Z] ---> 2cd99b4b44b6 [2021-02-11T15:49:26.956Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:49:26.956Z] ---> Using cache [2021-02-11T15:49:26.956Z] ---> 8d144868ad07 [2021-02-11T15:49:26.956Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:49:26.956Z] ---> Using cache [2021-02-11T15:49:26.956Z] ---> 8a18307ec9d0 [2021-02-11T15:49:26.956Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-11T15:49:26.956Z] ---> Using cache [2021-02-11T15:49:26.956Z] ---> 0b6f96ff7169 [2021-02-11T15:49:26.956Z] Step 6/23 : COPY go.mod . [2021-02-11T15:49:26.956Z] ---> Using cache [2021-02-11T15:49:26.956Z] ---> 70033b8d7b62 [2021-02-11T15:49:26.956Z] Step 7/23 : RUN go mod download [2021-02-11T15:49:26.956Z] ---> Using cache [2021-02-11T15:49:26.956Z] ---> dee1a76a64e5 [2021-02-11T15:49:26.956Z] Step 8/23 : COPY . . [2021-02-11T15:49:26.956Z] ---> Using cache [2021-02-11T15:49:26.956Z] ---> 64b410d1ba3e [2021-02-11T15:49:26.956Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-11T15:49:27.240Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:49:27.240Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:49:27.240Z] ---> 2cd99b4b44b6 [2021-02-11T15:49:27.240Z] Step 3/23 : WORKDIR /edgex-go [2021-02-11T15:49:27.240Z] ---> Using cache [2021-02-11T15:49:27.240Z] ---> 8d144868ad07 [2021-02-11T15:49:27.240Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:49:27.240Z] ---> Using cache [2021-02-11T15:49:27.240Z] ---> 8a18307ec9d0 [2021-02-11T15:49:27.240Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-11T15:49:29.251Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-11T15:49:29.251Z] Attempting uninstall: urllib3 [2021-02-11T15:49:29.251Z] Found existing installation: urllib3 1.25.9 [2021-02-11T15:49:29.251Z] Uninstalling urllib3-1.25.9: [2021-02-11T15:49:29.538Z] Successfully uninstalled urllib3-1.25.9 [2021-02-11T15:49:31.035Z] Attempting uninstall: idna [2021-02-11T15:49:31.035Z] Found existing installation: idna 2.9 [2021-02-11T15:49:31.035Z] Uninstalling idna-2.9: [2021-02-11T15:49:31.035Z] ---> Running in 67c53707b072 [2021-02-11T15:49:31.035Z] ---> Running in 43dadfd612a2 [2021-02-11T15:49:31.035Z] Successfully uninstalled idna-2.9 [2021-02-11T15:49:32.039Z] Attempting uninstall: requests [2021-02-11T15:49:32.039Z] Found existing installation: requests 2.23.0 [2021-02-11T15:49:32.039Z] Uninstalling requests-2.23.0: [2021-02-11T15:49:32.039Z] Successfully uninstalled requests-2.23.0 [2021-02-11T15:49:33.513Z] 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-11T15:49:33.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:34.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:49:35.069Z] Running setup.py install for texttable: started [2021-02-11T15:49:35.069Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-11T15:49:35.069Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-11T15:49:35.069Z] ---> 2cd99b4b44b6 [2021-02-11T15:49:35.069Z] Step 3/22 : WORKDIR /edgex-go [2021-02-11T15:49:35.069Z] ---> Using cache [2021-02-11T15:49:35.069Z] ---> 8d144868ad07 [2021-02-11T15:49:35.069Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:49:35.069Z] ---> Using cache [2021-02-11T15:49:35.069Z] ---> 8a18307ec9d0 [2021-02-11T15:49:35.069Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-11T15:49:35.069Z] ---> Using cache [2021-02-11T15:49:35.069Z] ---> 0b6f96ff7169 [2021-02-11T15:49:35.069Z] Step 6/22 : COPY go.mod . [2021-02-11T15:49:35.069Z] ---> Using cache [2021-02-11T15:49:35.069Z] ---> 70033b8d7b62 [2021-02-11T15:49:35.069Z] Step 7/22 : RUN go mod download [2021-02-11T15:49:35.069Z] ---> Using cache [2021-02-11T15:49:35.069Z] ---> dee1a76a64e5 [2021-02-11T15:49:35.069Z] Step 8/22 : COPY . . [2021-02-11T15:49:35.069Z] ---> Using cache [2021-02-11T15:49:35.069Z] ---> 64b410d1ba3e [2021-02-11T15:49:35.069Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-11T15:49:35.685Z] OK: 217 MiB in 51 packages [2021-02-11T15:49:35.963Z] ---> Running in 01eef359faea [2021-02-11T15:49:37.981Z] Removing intermediate container 43dadfd612a2 [2021-02-11T15:49:37.981Z] ---> 74ecd654d663 [2021-02-11T15:49:37.981Z] Step 6/23 : COPY go.mod . [2021-02-11T15:49:38.262Z] 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-11T15:49:38.262Z] Running setup.py install for texttable: finished with status 'done' [2021-02-11T15:49:38.262Z] Running setup.py install for PyYAML: started [2021-02-11T15:49:38.911Z] ---> 8d55f7842f5e [2021-02-11T15:49:38.911Z] Step 7/23 : RUN go mod download [2021-02-11T15:49:39.200Z] ---> Running in 43f5172e416c [2021-02-11T15:49:42.633Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-11T15:49:42.633Z] Running setup.py install for docopt: started [2021-02-11T15:49:43.626Z] Removing intermediate container 43f5172e416c [2021-02-11T15:49:43.626Z] ---> 8c62f67cfd58 [2021-02-11T15:49:43.626Z] Step 8/23 : COPY . . [2021-02-11T15:49:46.282Z] Running setup.py install for docopt: finished with status 'done' [2021-02-11T15:49:48.281Z] 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-11T15:49:58.498Z] Removing intermediate container b511b8fb3346 [2021-02-11T15:49:58.498Z] ---> ca3c715d9335 [2021-02-11T15:49:58.498Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-11T15:49:58.498Z] ---> Running in da55ac114583 [2021-02-11T15:50:00.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:50:00.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:50:01.790Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:50:01.790Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-11T15:50:01.790Z] (3/3) Installing curl (7.69.1-r3) [2021-02-11T15:50:01.790Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:50:02.082Z] OK: 71 MiB in 58 packages [2021-02-11T15:50:03.083Z] ---> c5fd7fa2d760 [2021-02-11T15:50:03.083Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-11T15:50:03.083Z] ---> Running in 9d59f2025e67 [2021-02-11T15:50:04.088Z] Removing intermediate container da55ac114583 [2021-02-11T15:50:04.088Z] ---> 594dffbac9ab [2021-02-11T15:50:04.088Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-11T15:50:04.367Z] ---> Running in 3a8af02cec77 [2021-02-11T15:50:04.976Z] 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-11T15:50:04.976Z] Removing intermediate container 3a8af02cec77 [2021-02-11T15:50:04.976Z] ---> f28c38a2bd25 [2021-02-11T15:50:04.976Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:50:05.255Z] ---> Running in c4247f4d580f [2021-02-11T15:50:06.256Z] Removing intermediate container c4247f4d580f [2021-02-11T15:50:06.256Z] ---> 183bbc98a63e [2021-02-11T15:50:06.256Z] Step 24/26 : LABEL arch=arm64 [2021-02-11T15:50:06.256Z] ---> Running in e9a4f2c6c028 [2021-02-11T15:50:06.875Z] Removing intermediate container e9a4f2c6c028 [2021-02-11T15:50:06.875Z] ---> ba0a63759931 [2021-02-11T15:50:06.875Z] Step 25/26 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:50:06.875Z] ---> Running in 86e77467495e [2021-02-11T15:50:07.890Z] Removing intermediate container 86e77467495e [2021-02-11T15:50:07.890Z] ---> 408a0844e043 [2021-02-11T15:50:07.890Z] Step 26/26 : LABEL version=0.0.0 [2021-02-11T15:50:07.890Z] ---> Running in 1af1a824d5e6 [2021-02-11T15:50:08.499Z] Removing intermediate container 1af1a824d5e6 [2021-02-11T15:50:08.499Z] ---> c50c535a3c30 [2021-02-11T15:50:08.499Z] [2021-02-11T15:50:09.111Z] Successfully built c50c535a3c30 [2021-02-11T15:50:09.111Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-11T15:50:19.326Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-11T15:50:34.463Z] Removing intermediate container 2adab227358b [2021-02-11T15:50:34.463Z] ---> 8b31883be88e [2021-02-11T15:50:34.463Z] [2021-02-11T15:50:34.463Z] Step 10/24 : FROM alpine:3.12 [2021-02-11T15:50:34.463Z] ---> afeebe901d6b [2021-02-11T15:50:34.463Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-11T15:50:34.463Z] ---> Running in 18893372a2b3 [2021-02-11T15:50:35.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:50:35.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:50:36.725Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-11T15:50:36.725Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-11T15:50:36.725Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-11T15:50:36.725Z] (4/5) Installing curl (7.69.1-r3) [2021-02-11T15:50:36.725Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-11T15:50:36.725Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:50:36.725Z] Executing ca-certificates-20191127-r4.trigger [2021-02-11T15:50:37.004Z] OK: 7 MiB in 19 packages [2021-02-11T15:50:40.602Z] Removing intermediate container 18893372a2b3 [2021-02-11T15:50:40.602Z] ---> d93e95efa505 [2021-02-11T15:50:40.602Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-11T15:50:40.602Z] ---> Running in 3892b0095c05 [2021-02-11T15:50:41.206Z] Removing intermediate container 3892b0095c05 [2021-02-11T15:50:41.206Z] ---> de1be5c7a5ca [2021-02-11T15:50:41.206Z] Step 13/24 : WORKDIR / [2021-02-11T15:50:41.206Z] ---> Running in 3cfbafc872c2 [2021-02-11T15:50:41.816Z] Removing intermediate container 3cfbafc872c2 [2021-02-11T15:50:42.103Z] ---> 7908c61ef7ca [2021-02-11T15:50:42.104Z] 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-11T15:50:43.095Z] ---> 84a5544bec30 [2021-02-11T15:50:43.095Z] 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-11T15:50:44.538Z] ---> ccf653413074 [2021-02-11T15:50:44.538Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-11T15:50:45.536Z] ---> 078b7c0b6372 [2021-02-11T15:50:45.536Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-11T15:50:47.526Z] ---> 00e108a6664a [2021-02-11T15:50:47.526Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-11T15:50:48.984Z] ---> 90bcdab8464f [2021-02-11T15:50:48.984Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-11T15:50:49.977Z] ---> 863f996932c6 [2021-02-11T15:50:49.977Z] 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-11T15:50:50.255Z] ---> Running in aee600d729bb [2021-02-11T15:50:53.716Z] Removing intermediate container aee600d729bb [2021-02-11T15:50:53.716Z] ---> db5ac64b17ec [2021-02-11T15:50:53.716Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-11T15:50:53.993Z] ---> Running in 098665badddb [2021-02-11T15:50:54.598Z] Removing intermediate container 098665badddb [2021-02-11T15:50:54.598Z] ---> b7d20e8b3134 [2021-02-11T15:50:54.598Z] Step 22/24 : LABEL arch=arm64 [2021-02-11T15:50:54.873Z] ---> Running in 9728077facde [2021-02-11T15:50:55.479Z] Removing intermediate container 9728077facde [2021-02-11T15:50:55.479Z] ---> bcb45d3e761b [2021-02-11T15:50:55.479Z] Step 23/24 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:50:55.763Z] ---> Running in 300ca249d167 [2021-02-11T15:50:56.361Z] Removing intermediate container 300ca249d167 [2021-02-11T15:50:56.361Z] ---> 7707b378af18 [2021-02-11T15:50:56.361Z] Step 24/24 : LABEL version=0.0.0 [2021-02-11T15:50:56.630Z] ---> Running in aeb780cd3ba1 [2021-02-11T15:50:57.633Z] Removing intermediate container aeb780cd3ba1 [2021-02-11T15:50:57.633Z] ---> 21890c6a831d [2021-02-11T15:50:57.633Z] [2021-02-11T15:50:57.919Z] Successfully built 21890c6a831d [2021-02-11T15:50:57.919Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-11T15:51:16.268Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 01eef359faea [2021-02-11T15:51:16.268Z] ---> 44612f9fa098 [2021-02-11T15:51:16.268Z] [2021-02-11T15:51:16.268Z] Step 10/22 : FROM alpine:3.12 [2021-02-11T15:51:16.268Z] ---> afeebe901d6b [2021-02-11T15:51:16.268Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:51:16.268Z] ---> Using cache [2021-02-11T15:51:16.268Z] ---> 526570eaf090 [2021-02-11T15:51:16.268Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:51:16.268Z] ---> Using cache [2021-02-11T15:51:16.268Z] ---> 650f6c33c559 [2021-02-11T15:51:16.268Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-11T15:51:16.268Z] ---> Running in 8637943ff14f [2021-02-11T15:51:16.268Z] Removing intermediate container 8637943ff14f [2021-02-11T15:51:16.268Z] ---> ea529f9a4eb3 [2021-02-11T15:51:16.268Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-11T15:51:16.543Z] ---> Running in 971c12e00143 [2021-02-11T15:51:17.528Z] Removing intermediate container 971c12e00143 [2021-02-11T15:51:17.528Z] ---> 8d74bff893cf [2021-02-11T15:51:17.528Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:51:19.510Z] ---> 6b97d580139a [2021-02-11T15:51:19.510Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-11T15:51:21.503Z] Removing intermediate container 67c53707b072 [2021-02-11T15:51:21.503Z] ---> 047f82e0f553 [2021-02-11T15:51:21.503Z] [2021-02-11T15:51:21.503Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:51:21.503Z] ---> afeebe901d6b [2021-02-11T15:51:21.503Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-11T15:51:21.503Z] ---> Using cache [2021-02-11T15:51:21.503Z] ---> 526570eaf090 [2021-02-11T15:51:21.503Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-11T15:51:21.503Z] ---> 29953a461e56 [2021-02-11T15:51:21.503Z] ---> Using cache [2021-02-11T15:51:21.503Z] ---> 650f6c33c559 [2021-02-11T15:51:21.503Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-11T15:51:21.503Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-11T15:51:21.503Z] ---> Running in 24dc3c9db6fd [2021-02-11T15:51:22.104Z] Removing intermediate container 24dc3c9db6fd [2021-02-11T15:51:22.104Z] ---> 22a3598f6ba5 [2021-02-11T15:51:22.104Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-11T15:51:22.104Z] ---> 0eec04207f34 [2021-02-11T15:51:22.104Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-11T15:51:22.379Z] ---> Running in fc23a7af2e3f [2021-02-11T15:51:22.379Z] ---> Running in 9fdee1809997 [2021-02-11T15:51:22.973Z] Removing intermediate container 9fdee1809997 [2021-02-11T15:51:22.973Z] ---> 032a879e7f67 [2021-02-11T15:51:22.973Z] Step 15/23 : WORKDIR / [2021-02-11T15:51:22.973Z] Removing intermediate container fc23a7af2e3f [2021-02-11T15:51:22.973Z] ---> fa328b607d28 [2021-02-11T15:51:22.973Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:51:23.247Z] ---> Running in 8c406e981e2e [2021-02-11T15:51:23.247Z] ---> Running in a037d6a24f61 [2021-02-11T15:51:23.840Z] Removing intermediate container 8c406e981e2e [2021-02-11T15:51:23.840Z] ---> febe3a1811d6 [2021-02-11T15:51:23.840Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:51:23.840Z] Removing intermediate container a037d6a24f61 [2021-02-11T15:51:23.840Z] ---> 2decb5b2511b [2021-02-11T15:51:23.840Z] Step 20/22 : LABEL arch=arm64 [2021-02-11T15:51:24.115Z] ---> Running in 3e53a4e6b36d [2021-02-11T15:51:24.720Z] Removing intermediate container 3e53a4e6b36d [2021-02-11T15:51:24.720Z] ---> c63a9a346606 [2021-02-11T15:51:24.720Z] Step 21/22 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:51:24.720Z] ---> Running in 948d380eae65 [2021-02-11T15:51:24.991Z] ---> e94c404ddcbf [2021-02-11T15:51:24.991Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-11T15:51:25.590Z] Removing intermediate container 948d380eae65 [2021-02-11T15:51:25.590Z] ---> 61256cf9001c [2021-02-11T15:51:25.590Z] Step 22/22 : LABEL version=0.0.0 [2021-02-11T15:51:25.866Z] ---> Running in a79cf8628d4f [2021-02-11T15:51:26.457Z] ---> 4d5bf06933a3 [2021-02-11T15:51:26.457Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-11T15:51:26.726Z] Removing intermediate container a79cf8628d4f [2021-02-11T15:51:26.726Z] ---> 2c202dfa8bf7 [2021-02-11T15:51:26.726Z] [2021-02-11T15:51:27.326Z] Successfully built 2c202dfa8bf7 [2021-02-11T15:51:27.326Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-11T15:51:27.600Z]  Building docker-support-scheduler-go ... done  ---> 498e678c4572 [2021-02-11T15:51:27.600Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-11T15:51:27.876Z] ---> Running in 3708aedd0dce [2021-02-11T15:51:28.470Z] Removing intermediate container 3708aedd0dce [2021-02-11T15:51:28.470Z] ---> 9ace3bfa1b87 [2021-02-11T15:51:28.470Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:51:28.470Z] ---> Running in b3ade1cbb5b8 [2021-02-11T15:51:29.067Z] Removing intermediate container b3ade1cbb5b8 [2021-02-11T15:51:29.067Z] ---> 2e6f8a204adc [2021-02-11T15:51:29.067Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T15:51:29.067Z] ---> Running in e7c331428352 [2021-02-11T15:51:29.657Z] Removing intermediate container e7c331428352 [2021-02-11T15:51:29.657Z] ---> 9650754d3692 [2021-02-11T15:51:29.657Z] Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:51:29.657Z] ---> Running in fbd51992a375 [2021-02-11T15:51:30.252Z] Removing intermediate container fbd51992a375 [2021-02-11T15:51:30.252Z] ---> f0225b573d05 [2021-02-11T15:51:30.252Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:51:30.523Z] ---> Running in a48c906ad7e4 [2021-02-11T15:51:31.114Z] Removing intermediate container a48c906ad7e4 [2021-02-11T15:51:31.114Z] ---> d21d4612037d [2021-02-11T15:51:31.114Z] [2021-02-11T15:51:31.389Z] Successfully built d21d4612037d [2021-02-11T15:51:31.389Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-11T15:51:34.767Z]  Building docker-core-metadata-go ... done Removing intermediate container 9d59f2025e67 [2021-02-11T15:51:34.767Z] ---> 112dff7fce28 [2021-02-11T15:51:34.767Z] [2021-02-11T15:51:34.767Z] Step 10/23 : FROM alpine:3.12 [2021-02-11T15:51:34.767Z] ---> afeebe901d6b [2021-02-11T15:51:34.767Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-11T15:51:34.767Z] ---> Running in 2152153b7e0a [2021-02-11T15:51:35.039Z] Removing intermediate container 2152153b7e0a [2021-02-11T15:51:35.039Z] ---> d99916466909 [2021-02-11T15:51:35.039Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-11T15:51:35.039Z] ---> Running in 788e73dc7e55 [2021-02-11T15:51:35.634Z] Removing intermediate container 788e73dc7e55 [2021-02-11T15:51:35.634Z] ---> 5ff5002d259a [2021-02-11T15:51:35.634Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-11T15:51:35.634Z] ---> Running in 2f34b11fa520 [2021-02-11T15:51:36.236Z] Removing intermediate container 2f34b11fa520 [2021-02-11T15:51:36.236Z] ---> e1440cccb5a8 [2021-02-11T15:51:36.236Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-11T15:51:36.236Z] ---> Running in 9858a99b5d2f [2021-02-11T15:51:38.860Z] Removing intermediate container 9858a99b5d2f [2021-02-11T15:51:38.860Z] ---> 103008f4e1d1 [2021-02-11T15:51:38.860Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-11T15:51:38.860Z] ---> Running in a5b3ac10aa49 [2021-02-11T15:51:39.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-11T15:51:40.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-11T15:51:42.245Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-11T15:51:42.245Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-11T15:51:42.245Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-11T15:51:42.245Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-11T15:51:42.838Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-11T15:51:42.838Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-11T15:51:42.838Z] Executing busybox-1.31.1-r19.trigger [2021-02-11T15:51:42.838Z] OK: 8 MiB in 20 packages [2021-02-11T15:51:44.269Z] Removing intermediate container a5b3ac10aa49 [2021-02-11T15:51:44.269Z] ---> 849de64a6217 [2021-02-11T15:51:44.269Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-11T15:51:45.246Z] ---> 773fd51aa41b [2021-02-11T15:51:45.246Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-11T15:51:46.226Z] ---> 9bef6df65932 [2021-02-11T15:51:46.226Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-11T15:51:47.200Z] ---> a64a7b17e0ca [2021-02-11T15:51:47.200Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-11T15:51:47.474Z] ---> Running in 7b5f7ab14876 [2021-02-11T15:51:47.759Z] Removing intermediate container 7b5f7ab14876 [2021-02-11T15:51:47.759Z] ---> 521200c61241 [2021-02-11T15:51:47.759Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-11T15:51:48.047Z] ---> Running in 3149f9c65328 [2021-02-11T15:51:48.673Z] Removing intermediate container 3149f9c65328 [2021-02-11T15:51:48.673Z] ---> a62708bd4762 [2021-02-11T15:51:48.673Z] Step 21/23 : LABEL arch=arm64 [2021-02-11T15:51:48.673Z] ---> Running in c39401885752 [2021-02-11T15:51:49.293Z] Removing intermediate container c39401885752 [2021-02-11T15:51:49.293Z] ---> 60310bc2f91f [2021-02-11T15:51:49.293Z] Step 22/23 : LABEL git_sha=f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-11T15:51:49.293Z] ---> Running in b28190ec9a19 [2021-02-11T15:51:49.903Z] Removing intermediate container b28190ec9a19 [2021-02-11T15:51:49.903Z] ---> 43521def5d99 [2021-02-11T15:51:49.903Z] Step 23/23 : LABEL version=0.0.0 [2021-02-11T15:51:49.903Z] ---> Running in 41ea5ce16f86 [2021-02-11T15:51:50.501Z] Removing intermediate container 41ea5ce16f86 [2021-02-11T15:51:50.501Z] ---> 9a84f35c06a2 [2021-02-11T15:51:50.501Z] [2021-02-11T15:51:51.095Z] Successfully built 9a84f35c06a2 [2021-02-11T15:51:51.095Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-11T15:51:51.384Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-11T15:51:51.399Z] $ docker stop --time=1 98dba25e415f73e579b83dfebefcfb62617548c4165781bf634690501df216ae [2021-02-11T15:51:53.408Z] $ docker rm -f 98dba25e415f73e579b83dfebefcfb62617548c4165781bf634690501df216ae [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-11T15:51:54.057Z] + docker images [2021-02-11T15:51:54.057Z] + grep docker [2021-02-11T15:51:54.332Z] docker-core-data-go-arm64 latest 9a84f35c06a2 4 seconds ago 21MB [2021-02-11T15:51:54.332Z] docker-core-metadata-go-arm64 latest d21d4612037d 24 seconds ago 17.8MB [2021-02-11T15:51:54.332Z] docker-support-scheduler-go-arm64 latest 2c202dfa8bf7 28 seconds ago 16.1MB [2021-02-11T15:51:54.332Z] docker-security-secretstore-setup-go-arm64 latest 21890c6a831d 57 seconds ago 23.4MB [2021-02-11T15:51:54.332Z] docker-sys-mgmt-agent-go-arm64 latest c50c535a3c30 About a minute ago 300MB [2021-02-11T15:51:54.332Z] docker-security-bootstrapper-go-arm64 latest b830b6fbb8e4 3 minutes ago 17MB [2021-02-11T15:51:54.332Z] docker-core-command-go-arm64 latest a9e5f0e5d95c 3 minutes ago 16MB [2021-02-11T15:51:54.332Z] docker-support-notifications-go-arm64 latest d98c035c7d27 3 minutes ago 16.7MB [2021-02-11T15:51:54.332Z] docker-security-proxy-setup-go-arm64 latest da567d01103e 3 minutes ago 23.2MB [2021-02-11T15:51:54.332Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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-11T15:51:56.365Z] provisioning config files... [2021-02-11T15:51:56.391Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/24@tmp/config2496066035456611669tmp [Pipeline] { [Pipeline] sh [2021-02-11T15:51:56.797Z] + set +x [2021-02-11T15:51:56.797Z] + curl -s https://codecov.io/bash [2021-02-11T15:51:56.797Z] + bash -s -- [2021-02-11T15:51:57.394Z] [2021-02-11T15:51:57.394Z] _____ _ [2021-02-11T15:51:57.394Z] / ____| | | [2021-02-11T15:51:57.394Z] | | ___ __| | ___ ___ _____ __ [2021-02-11T15:51:57.394Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-11T15:51:57.394Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-11T15:51:57.394Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-11T15:51:57.394Z] Bash-20210129-7c25fce [2021-02-11T15:51:57.394Z] [2021-02-11T15:51:57.394Z] [2021-02-11T15:51:57.394Z] ==> git version 2.24.3 found [2021-02-11T15:51:57.394Z] ==> 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-11T15:51:57.394Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-11T15:51:57.394Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-11T15:51:57.394Z] ==> Jenkins CI detected. [2021-02-11T15:51:57.394Z] project root: . [2021-02-11T15:51:57.394Z] --> token set from env [2021-02-11T15:51:57.394Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-11T15:51:57.394Z] ==> Running gcov in . (disable via -X gcov) [2021-02-11T15:51:57.394Z] ==> Python coveragepy not found [2021-02-11T15:51:57.394Z] ==> Searching for coverage reports in: [2021-02-11T15:51:57.394Z] + . [2021-02-11T15:51:57.394Z] -> Found 1 reports [2021-02-11T15:51:57.394Z] ==> Detecting git/mercurial file structure [2021-02-11T15:51:57.394Z] ==> Reading reports [2021-02-11T15:51:57.394Z] + ./coverage.out bytes=595164 [2021-02-11T15:51:57.394Z] ==> Appending adjustments [2021-02-11T15:51:57.394Z] https://docs.codecov.io/docs/fixing-reports [2021-02-11T15:52:00.707Z] + Found adjustments [2021-02-11T15:52:00.707Z] ==> Gzipping contents [2021-02-11T15:52:00.707Z] 88K /tmp/codecov.b29RvY.gz [2021-02-11T15:52:00.707Z] ==> Uploading reports [2021-02-11T15:52:00.707Z] url: https://codecov.io [2021-02-11T15:52:00.708Z] query: branch=PR-3109&commit=f40dfc27572c9b2551adc8939acdf15ccbe93c30&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-11T15:52:00.708Z] -> Pinging Codecov [2021-02-11T15:52:00.708Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=f40dfc27572c9b2551adc8939acdf15ccbe93c30&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-11T15:52:00.969Z] -> Uploading to [2021-02-11T15:52:01.232Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-11/00271124DB129430A58F1EEE437C3FCB/f40dfc27572c9b2551adc8939acdf15ccbe93c30/d02f602f-1d3b-4305-87b2-4b374b04d749.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210211T155200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=71ff8f8f84511c98813731aa8338fad4a87f4b81354a375a8dbe8d18695c81cb [2021-02-11T15:52:01.232Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-11T15:52:01.232Z] Dload Upload Total Spent Left Speed [2021-02-11T15:52:01.809Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89369 0 0 100 89369 0 148k --:--:-- --:--:-- --:--:-- 148k 100 89369 0 0 100 89369 0 148k --:--:-- --:--:-- --:--:-- 148k [2021-02-11T15:52:01.809Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f40dfc27572c9b2551adc8939acdf15ccbe93c30 [Pipeline] } [2021-02-11T15:52:01.820Z] 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-11T15:52:03.973Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:52:04.860Z] ---> package-listing.sh [2021-02-11T15:52:04.860Z] ++ facter osfamily [2021-02-11T15:52:04.860Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-11T15:52:04.860Z] + OS_FAMILY=redhat [2021-02-11T15:52:04.860Z] + workspace=/w/workspace/edgex-go/24 [2021-02-11T15:52:04.860Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-11T15:52:04.860Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-11T15:52:04.860Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-11T15:52:04.860Z] + PACKAGES=/tmp/packages_start.txt [2021-02-11T15:52:04.860Z] + '[' /w/workspace/edgex-go/24 ']' [2021-02-11T15:52:04.860Z] + PACKAGES=/tmp/packages_end.txt [2021-02-11T15:52:04.860Z] + case "${OS_FAMILY}" in [2021-02-11T15:52:04.860Z] + rpm -qa [2021-02-11T15:52:04.860Z] + sort [2021-02-11T15:52:10.184Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-11T15:52:10.184Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-11T15:52:10.184Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-11T15:52:10.184Z] + '[' /w/workspace/edgex-go/24 ']' [2021-02-11T15:52:10.184Z] + mkdir -p /w/workspace/edgex-go/24/archives/ [2021-02-11T15:52:10.184Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo [2021-02-11T15:52:10.199Z] 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-11T15:52:10.496Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:52:10.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T15:52:10.806Z] [2021-02-11T15:52:10.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-11T15:52:11.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T15:52:11.158Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-11T15:52:11.158Z] df20fa9351a1: Pulling fs layer [2021-02-11T15:52:11.158Z] 36b3adc4ff6f: Pulling fs layer [2021-02-11T15:52:11.158Z] 8ad3a11d3b57: Pulling fs layer [2021-02-11T15:52:11.158Z] 46f8f816bc3b: Pulling fs layer [2021-02-11T15:52:11.158Z] 93b61091891f: Pulling fs layer [2021-02-11T15:52:11.158Z] 93b9cdb0e59b: Pulling fs layer [2021-02-11T15:52:11.158Z] 5e14af77c1be: Pulling fs layer [2021-02-11T15:52:11.158Z] 01666e4c0597: Pulling fs layer [2021-02-11T15:52:11.158Z] aa168da1d23b: Pulling fs layer [2021-02-11T15:52:11.158Z] 46f8f816bc3b: Waiting [2021-02-11T15:52:11.158Z] 93b61091891f: Waiting [2021-02-11T15:52:11.158Z] 93b9cdb0e59b: Waiting [2021-02-11T15:52:11.158Z] 5e14af77c1be: Waiting [2021-02-11T15:52:11.158Z] 01666e4c0597: Waiting [2021-02-11T15:52:11.158Z] aa168da1d23b: Waiting [2021-02-11T15:52:11.158Z] 36b3adc4ff6f: Verifying Checksum [2021-02-11T15:52:11.158Z] 36b3adc4ff6f: Download complete [2021-02-11T15:52:11.158Z] 46f8f816bc3b: Verifying Checksum [2021-02-11T15:52:11.158Z] 46f8f816bc3b: Download complete [2021-02-11T15:52:11.431Z] df20fa9351a1: Verifying Checksum [2021-02-11T15:52:11.431Z] df20fa9351a1: Download complete [2021-02-11T15:52:11.431Z] 93b9cdb0e59b: Verifying Checksum [2021-02-11T15:52:11.431Z] 93b9cdb0e59b: Download complete [2021-02-11T15:52:11.431Z] 5e14af77c1be: Verifying Checksum [2021-02-11T15:52:11.431Z] 5e14af77c1be: Download complete [2021-02-11T15:52:11.431Z] 93b61091891f: Verifying Checksum [2021-02-11T15:52:11.431Z] 93b61091891f: Download complete [2021-02-11T15:52:11.431Z] 01666e4c0597: Verifying Checksum [2021-02-11T15:52:11.431Z] 01666e4c0597: Download complete [2021-02-11T15:52:11.693Z] df20fa9351a1: Pull complete [2021-02-11T15:52:11.959Z] 36b3adc4ff6f: Pull complete [2021-02-11T15:52:11.959Z] 8ad3a11d3b57: Verifying Checksum [2021-02-11T15:52:11.959Z] 8ad3a11d3b57: Download complete [2021-02-11T15:52:12.933Z] 8ad3a11d3b57: Pull complete [2021-02-11T15:52:12.933Z] 46f8f816bc3b: Pull complete [2021-02-11T15:52:13.907Z] aa168da1d23b: Verifying Checksum [2021-02-11T15:52:13.907Z] aa168da1d23b: Download complete [2021-02-11T15:52:14.866Z] 93b61091891f: Pull complete [2021-02-11T15:52:15.130Z] 93b9cdb0e59b: Pull complete [2021-02-11T15:52:15.130Z] 5e14af77c1be: Pull complete [2021-02-11T15:52:15.394Z] 01666e4c0597: Pull complete [2021-02-11T15:52:23.568Z] aa168da1d23b: Pull complete [2021-02-11T15:52:23.568Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-11T15:52:23.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-11T15:52:23.568Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-11T15:52:23.824Z] prd-centos7-docker-4c-2g-26092 does not seem to be running inside a container [2021-02-11T15:52:23.885Z] $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-11T15:52:30.927Z] $ docker top 37549a71b350e6cc50d10d1cae684848322ab60669b7d75d4c61438d6af137e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-11T15:52:31.523Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-11T15:52:31.836Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-11T15:52:32.145Z] + ls /var/log/sa-host [2021-02-11T15:52:32.145Z] + sadf -c /var/log/sa-host/sa11 [2021-02-11T15:52:32.145Z] file_magic: OK [2021-02-11T15:52:32.145Z] HZ: Using current value: 100 [2021-02-11T15:52:32.145Z] file_header: OK [2021-02-11T15:52:32.145Z] 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-11T15:52:32.145Z] Statistics: [2021-02-11T15:52:32.145Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-11T15:52:32.145Z] File successfully converted to sysstat format version 12.2.1 [2021-02-11T15:52:32.145Z] + sadf -c /var/log/sa-host/sa23 [2021-02-11T15:52:32.145Z] file_magic: OK [2021-02-11T15:52:32.145Z] HZ: Using current value: 100 [2021-02-11T15:52:32.145Z] file_header: OK [2021-02-11T15:52:32.145Z] 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-11T15:52:32.145Z] Statistics: [2021-02-11T15:52:32.145Z] Hnuu...uuuununununu... [2021-02-11T15:52:32.145Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-11T15:52:32.729Z] provisioning config files... [2021-02-11T15:52:32.748Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config2170025659929439496tmp [Pipeline] { [Pipeline] echo [2021-02-11T15:52:32.846Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:52:33.149Z] ---> create-netrc.sh [Pipeline] } [2021-02-11T15:52:33.159Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-11T15:52:33.246Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:52:33.544Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-11T15:52:33.555Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:52:33.856Z] ---> sudo-logs.sh [2021-02-11T15:52:33.856Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-11T15:52:33.868Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:52:34.167Z] ---> job-cost.sh [2021-02-11T15:52:34.167Z] lf-activate-venv: SKIPPING [2021-02-11T15:52:34.167Z] INFO: No Stack... [2021-02-11T15:52:35.115Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-11T15:52:35.695Z] INFO: Archiving Costs [Pipeline] echo [2021-02-11T15:52:35.709Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-11T15:52:36.014Z] ---> logs-deploy.sh [2021-02-11T15:52:36.014Z] lf-activate-venv: SKIPPING [2021-02-11T15:52:36.014Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/24 [2021-02-11T15:52:36.014Z] INFO: archiving workspace using pattern(s): [2021-02-11T15:52:38.568Z] Archives upload complete. [2021-02-11T15:52:38.568Z] INFO: archiving logs to Nexus