Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6+abd01a6d142b6f684e0380bd2bdcda548b905f03 (5867405392a2f25df56733f26637ba4396b2170c) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33229 in /w/workspace/edgexfoundry_edgex-go_PR-3342 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 Merge succeeded, producing 4fcddca7a270866c646e429920970f8db685f393 Checking out Revision 4fcddca7a270866c646e429920970f8db685f393 (PR-3342) > 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/3342/head:refs/remotes/origin/PR-3342 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # 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 abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4fcddca7a270866c646e429920970f8db685f393 # timeout=10 Commit message: "Merge commit 'abd01a6d142b6f684e0380bd2bdcda548b905f03' into HEAD" > git rev-list --no-walk a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-08T00:30:26.781Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-08T00:30:27.078Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-08T00:30:27.174Z] ========================================================= [2021-04-08T00:30:27.174Z] EdgeX Global Pipelines Version Info [2021-04-08T00:30:27.174Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:30:28.874Z] ------------------- [2021-04-08T00:30:28.874Z] stable info: [2021-04-08T00:30:28.874Z] ------------------- [2021-04-08T00:30:28.874Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-08T00:30:28.874Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-08T00:30:28.874Z] Message: update stable to v1.0.186 [2021-04-08T00:30:29.829Z] ------------------- [2021-04-08T00:30:29.830Z] experimental info: [2021-04-08T00:30:29.830Z] ------------------- [2021-04-08T00:30:29.830Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-08T00:30:29.830Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-08T00:30:29.830Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-08T00:30:30.106Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-08T00:30:30.196Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-08T00:30:30.371Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-08T00:30:30.483Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-08T00:30:30.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-08T00:30:30.731Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-08T00:30:30.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-08T00:30:30.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-08T00:30:31.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-08T00:30:31.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-08T00:30:31.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-08T00:30:31.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-08T00:30:31.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-08T00:30:31.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-08T00:30:31.919Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T00:30:32.017Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T00:30:32.122Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-08T00:30:32.220Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-08T00:30:32.325Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-08T00:30:32.409Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-08T00:30:32.495Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-08T00:30:32.608Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-08T00:30:32.691Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3342 [Pipeline] echo [2021-04-08T00:30:32.780Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3342 [Pipeline] echo [2021-04-08T00:30:32.860Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3342 [Pipeline] echo [2021-04-08T00:30:32.991Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4fcddca7a270866c646e429920970f8db685f393 [Pipeline] echo [2021-04-08T00:30:33.078Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4fcddca [Pipeline] echo [2021-04-08T00:30:33.177Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T00:30:33.381Z] provisioning config files... [2021-04-08T00:30:33.439Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5995382437033724360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:30:33.805Z] ---> docker-login.sh [2021-04-08T00:30:33.805Z] nexus3.edgexfoundry.org:10001 [2021-04-08T00:30:34.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:30:34.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:30:34.335Z] Configure a credential helper to remove this warning. See [2021-04-08T00:30:34.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:30:34.335Z] [2021-04-08T00:30:34.335Z] Login Succeeded [2021-04-08T00:30:34.335Z] nexus3.edgexfoundry.org:10002 [2021-04-08T00:30:34.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:30:34.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:30:34.335Z] Configure a credential helper to remove this warning. See [2021-04-08T00:30:34.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:30:34.335Z] [2021-04-08T00:30:34.335Z] Login Succeeded [2021-04-08T00:30:34.335Z] nexus3.edgexfoundry.org:10003 [2021-04-08T00:30:34.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:30:34.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:30:34.599Z] Configure a credential helper to remove this warning. See [2021-04-08T00:30:34.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:30:34.599Z] [2021-04-08T00:30:34.599Z] Login Succeeded [2021-04-08T00:30:34.599Z] nexus3.edgexfoundry.org:10004 [2021-04-08T00:30:34.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:30:34.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:30:34.867Z] Configure a credential helper to remove this warning. See [2021-04-08T00:30:34.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:30:34.867Z] [2021-04-08T00:30:34.867Z] Login Succeeded [2021-04-08T00:30:34.867Z] docker.io [2021-04-08T00:30:34.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:30:35.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:30:35.131Z] Configure a credential helper to remove this warning. See [2021-04-08T00:30:35.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:30:35.131Z] [2021-04-08T00:30:35.131Z] Login Succeeded [2021-04-08T00:30:35.131Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T00:30:35.141Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T00:30:35.616Z] ++ 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-04-08T00:30:35.617Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:35.617Z] ++ dirname cmd/core-command/Dockerfile [2021-04-08T00:30:35.617Z] ++ cut -d/ -f2 [2021-04-08T00:30:35.617Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-08T00:30:35.617Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:35.617Z] ++ dirname cmd/core-data/Dockerfile [2021-04-08T00:30:35.617Z] ++ cut -d/ -f2 [2021-04-08T00:30:35.617Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-08T00:30:35.617Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:35.617Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-08T00:30:35.617Z] ++ cut -d/ -f2 [2021-04-08T00:30:35.617Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-08T00:30:35.617Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:35.617Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-08T00:30:35.617Z] ++ cut -d/ -f2 [2021-04-08T00:30:35.617Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-08T00:30:35.617Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:35.617Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-08T00:30:35.617Z] ++ cut -d/ -f2 [2021-04-08T00:30:35.617Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-08T00:30:35.617Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:35.617Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-08T00:30:35.617Z] ++ cut -d/ -f2 [2021-04-08T00:30:35.617Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-08T00:30:35.617Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:35.617Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-08T00:30:35.617Z] ++ cut -d/ -f2 [2021-04-08T00:30:35.617Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-08T00:30:35.617Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:35.617Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-08T00:30:35.617Z] ++ cut -d/ -f2 [2021-04-08T00:30:35.617Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-08T00:30:35.617Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T00:30:35.617Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-08T00:30:35.617Z] ++ cut -d/ -f2 [2021-04-08T00:30:35.617Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-08T00:30:35.707Z] 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-04-08T00:30:37.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T00:30:37.303Z] [2021-04-08T00:30:37.303Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:30:37.654Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T00:30:37.654Z] latest: Pulling from edgex-devops/git-semver [2021-04-08T00:30:37.654Z] 31603596830f: Pulling fs layer [2021-04-08T00:30:37.654Z] 2a8b12db71e7: Pulling fs layer [2021-04-08T00:30:37.654Z] 6ca5941a6612: Pulling fs layer [2021-04-08T00:30:37.654Z] ecc8261a40a4: Pulling fs layer [2021-04-08T00:30:37.654Z] ecc8261a40a4: Waiting [2021-04-08T00:30:37.654Z] 2a8b12db71e7: Download complete [2021-04-08T00:30:37.920Z] 31603596830f: Download complete [2021-04-08T00:30:38.185Z] ecc8261a40a4: Verifying Checksum [2021-04-08T00:30:38.185Z] ecc8261a40a4: Download complete [2021-04-08T00:30:38.185Z] 6ca5941a6612: Verifying Checksum [2021-04-08T00:30:38.185Z] 6ca5941a6612: Download complete [2021-04-08T00:30:38.454Z] 31603596830f: Pull complete [2021-04-08T00:30:38.454Z] 2a8b12db71e7: Pull complete [2021-04-08T00:30:39.416Z] 6ca5941a6612: Pull complete [2021-04-08T00:30:39.679Z] ecc8261a40a4: Pull complete [2021-04-08T00:30:39.942Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-08T00:30:39.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T00:30:39.942Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-08T00:30:40.082Z] prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container [2021-04-08T00:30:40.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T00:30:43.040Z] $ docker top 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T00:30:43.481Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T00:30:43.481Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T00:30:43.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T00:30:43.810Z] $ docker exec 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 ssh-agent [2021-04-08T00:30:44.045Z] SSH_AUTH_SOCK=/tmp/ssh-hryy7hjjXG5J/agent.11 [2021-04-08T00:30:44.045Z] SSH_AGENT_PID=17 [2021-04-08T00:30:44.071Z] Running ssh-add (command line suppressed) [2021-04-08T00:30:44.204Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8670723756142989680.key (/w/workspace/edgex-go/2@tmp/private_key_8670723756142989680.key) [2021-04-08T00:30:44.279Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T00:30:44.636Z] + git tag --points-at HEAD [Pipeline] } [2021-04-08T00:30:44.668Z] $ docker exec --env ******** --env ******** 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 ssh-agent -k [2021-04-08T00:30:44.792Z] unset SSH_AUTH_SOCK; [2021-04-08T00:30:44.793Z] unset SSH_AGENT_PID; [2021-04-08T00:30:44.793Z] echo Agent pid 17 killed; [2021-04-08T00:30:44.845Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-08T00:30:44.989Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T00:30:44.989Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T00:30:45.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T00:30:45.175Z] $ docker exec 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 ssh-agent [2021-04-08T00:30:45.376Z] SSH_AUTH_SOCK=/tmp/ssh-S1rUef5KaTau/agent.47 [2021-04-08T00:30:45.376Z] SSH_AGENT_PID=53 [2021-04-08T00:30:45.388Z] Running ssh-add (command line suppressed) [2021-04-08T00:30:45.555Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7081167964883022243.key (/w/workspace/edgex-go/2@tmp/private_key_7081167964883022243.key) [2021-04-08T00:30:45.628Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T00:30:45.977Z] + git semver init [2021-04-08T00:30:45.977Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T00:30:45.978Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-08T00:30:45.978Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-08T00:30:45.978Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T00:30:45.978Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T00:30:45.978Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T00:30:45.978Z] # $SEMVER_BRANCH = PR-3342 [2021-04-08T00:30:45.978Z] # $SEMVER_TEMP = /tmp/semver-157346212 [2021-04-08T00:30:45.978Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-08T00:31:12.819Z] # '/tmp/semver-157346212' -> '/w/workspace/edgex-go/2/.semver' [2021-04-08T00:31:13.780Z] # -> Force: false [2021-04-08T00:31:13.780Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-08T00:31:13.800Z] $ docker exec --env ******** --env ******** 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 ssh-agent -k [2021-04-08T00:31:14.112Z] unset SSH_AUTH_SOCK; [2021-04-08T00:31:14.113Z] unset SSH_AGENT_PID; [2021-04-08T00:31:14.113Z] echo Agent pid 53 killed; [2021-04-08T00:31:14.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T00:31:14.710Z] + git semver [Pipeline] } [2021-04-08T00:31:14.733Z] $ docker stop --time=1 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 [2021-04-08T00:31:16.328Z] $ docker rm -f 20048727c742bb5b5c4d4d6a08d173ca3ccbf650838e1a7f93645791755264b1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T00:31:16.884Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-08T00:31:17.597Z] Stashed 1 file(s) [Pipeline] echo [2021-04-08T00:31:17.601Z] [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-04-08T00:31:18.714Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-08T00:31:19.029Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T00:31:19.350Z] + sudo service docker restart [2021-04-08T00:31:19.350Z] + true [2021-04-08T00:31:19.350Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-08T00:31:19.945Z] ========================================================= [2021-04-08T00:31:19.945Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-08T00:31:19.945Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:31:20.293Z] + 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-04-08T00:31:24.563Z] Sending build context to Docker daemon 329.3MB [2021-04-08T00:31:24.563Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T00:31:24.563Z] Step 2/6 : FROM ${BASE} [2021-04-08T00:31:24.563Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-08T00:31:24.563Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T00:31:24.563Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T00:31:24.563Z] de9db76c5a1d: Pulling fs layer [2021-04-08T00:31:24.563Z] bca2f99d35d6: Pulling fs layer [2021-04-08T00:31:24.563Z] 93359f2a8cfa: Pulling fs layer [2021-04-08T00:31:24.563Z] 7c6f9722023f: Pulling fs layer [2021-04-08T00:31:24.563Z] a35cf1a2eb13: Pulling fs layer [2021-04-08T00:31:24.563Z] 7c6f9722023f: Waiting [2021-04-08T00:31:24.563Z] 93359f2a8cfa: Waiting [2021-04-08T00:31:24.563Z] a35cf1a2eb13: Waiting [2021-04-08T00:31:24.563Z] bca2f99d35d6: Waiting [2021-04-08T00:31:24.563Z] de9db76c5a1d: Verifying Checksum [2021-04-08T00:31:24.563Z] de9db76c5a1d: Download complete [2021-04-08T00:31:24.563Z] 0ef7d3d256c8: Verifying Checksum [2021-04-08T00:31:24.563Z] 0ef7d3d256c8: Download complete [2021-04-08T00:31:24.563Z] 93359f2a8cfa: Verifying Checksum [2021-04-08T00:31:24.563Z] 93359f2a8cfa: Download complete [2021-04-08T00:31:24.563Z] 7c6f9722023f: Verifying Checksum [2021-04-08T00:31:24.563Z] 7c6f9722023f: Download complete [2021-04-08T00:31:24.563Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T00:31:24.563Z] 188c0c94c7c5: Download complete [2021-04-08T00:31:24.827Z] 188c0c94c7c5: Pull complete [2021-04-08T00:31:25.789Z] 0ef7d3d256c8: Pull complete [2021-04-08T00:31:25.789Z] de9db76c5a1d: Pull complete [2021-04-08T00:31:26.748Z] a35cf1a2eb13: Verifying Checksum [2021-04-08T00:31:26.748Z] a35cf1a2eb13: Download complete [2021-04-08T00:31:27.708Z] bca2f99d35d6: Verifying Checksum [2021-04-08T00:31:27.708Z] bca2f99d35d6: Download complete [2021-04-08T00:31:33.068Z] Still waiting to schedule task [2021-04-08T00:31:33.069Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-08T00:31:34.379Z] bca2f99d35d6: Pull complete [2021-04-08T00:31:34.379Z] 93359f2a8cfa: Pull complete [2021-04-08T00:31:34.379Z] 7c6f9722023f: Pull complete [2021-04-08T00:31:38.651Z] a35cf1a2eb13: Pull complete [2021-04-08T00:31:38.651Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-08T00:31:38.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-08T00:31:38.651Z] ---> a62c8e92a672 [2021-04-08T00:31:38.651Z] 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-04-08T00:31:38.921Z] ---> Running in 58a9bb9fb202 [2021-04-08T00:31:39.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:31:40.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:31:40.658Z] (1/12) Installing libmagic (5.38-r0) [2021-04-08T00:31:41.240Z] (2/12) Installing file (5.38-r0) [2021-04-08T00:31:41.502Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-08T00:31:41.502Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-08T00:31:48.114Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-08T00:31:48.114Z] (6/12) Installing patch (2.7.6-r6) [2021-04-08T00:31:48.114Z] (7/12) Installing build-base (0.5-r2) [2021-04-08T00:31:48.114Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-08T00:31:48.114Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-08T00:31:48.376Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-08T00:31:48.376Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-08T00:31:48.376Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-08T00:31:48.638Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:31:48.638Z] OK: 233 MiB in 51 packages [2021-04-08T00:31:52.894Z] Removing intermediate container 58a9bb9fb202 [2021-04-08T00:31:52.894Z] ---> cc3443dac44d [2021-04-08T00:31:52.894Z] Step 4/6 : WORKDIR /edgex-go [2021-04-08T00:31:52.894Z] ---> Running in 46ec3861c3f0 [2021-04-08T00:31:52.894Z] Removing intermediate container 46ec3861c3f0 [2021-04-08T00:31:52.894Z] ---> 64c7126d237d [2021-04-08T00:31:52.894Z] Step 5/6 : COPY go.mod . [2021-04-08T00:31:53.164Z] ---> b6c08eb66d9f [2021-04-08T00:31:53.164Z] Step 6/6 : RUN go mod download [2021-04-08T00:31:53.164Z] ---> Running in 1c7fdf2c2e8a [2021-04-08T00:32:19.855Z] Removing intermediate container 1c7fdf2c2e8a [2021-04-08T00:32:19.855Z] ---> 931bef735dde [2021-04-08T00:32:19.855Z] Successfully built 931bef735dde [2021-04-08T00:32:19.855Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:32:20.179Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T00:32:20.179Z] . [Pipeline] withDockerContainer [2021-04-08T00:32:20.305Z] prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container [2021-04-08T00:32:20.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-08T00:32:21.314Z] $ docker top 62ef8d0a23651ccd8173f3f550e966d1f2365d698c0b0565e780b4e5345a070c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:32:21.887Z] + go version [2021-04-08T00:32:21.887Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-08T00:32:21.911Z] $ docker stop --time=1 62ef8d0a23651ccd8173f3f550e966d1f2365d698c0b0565e780b4e5345a070c [2021-04-08T00:32:23.467Z] $ docker rm -f 62ef8d0a23651ccd8173f3f550e966d1f2365d698c0b0565e780b4e5345a070c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:32:24.291Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T00:32:24.291Z] . [Pipeline] withDockerContainer [2021-04-08T00:32:24.401Z] prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container [2021-04-08T00:32:24.458Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-08T00:32:25.399Z] $ docker top 8cc75416ba7ee0a3194acaca215c049abb32cc7b00282d29ead25b20585c813c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-08T00:32:25.677Z] ========================================================= [2021-04-08T00:32:25.677Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-08T00:32:25.677Z] ========================================================= [Pipeline] sh [2021-04-08T00:32:25.986Z] + make test [2021-04-08T00:32:25.986Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T00:32:36.436Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-08T00:32:54.715Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-08T00:33:02.970Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-08T00:33:02.970Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-08T00:33:02.970Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-08T00:33:03.943Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-08T00:33:03.943Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-08T00:33:03.943Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-08T00:33:04.553Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-08T00:33:05.149Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-08T00:33:05.737Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-08T00:33:08.348Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-08T00:33:08.348Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-08T00:33:08.348Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-08T00:33:12.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.151s coverage: 45.9% of statements [2021-04-08T00:33:12.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-08T00:33:12.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-08T00:33:12.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-08T00:33:12.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-08T00:33:12.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-08T00:33:12.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-08T00:33:12.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.073s coverage: 19.8% of statements [2021-04-08T00:33:12.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.127s coverage: 100.0% of statements [2021-04-08T00:33:16.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.221s coverage: 27.1% of statements [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-08T00:33:16.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-08T00:33:16.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-08T00:33:16.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.104s coverage: 71.3% of statements [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-08T00:33:16.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.240s coverage: 82.9% of statements [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:33:16.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.082s coverage: 78.9% of statements [2021-04-08T00:33:16.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-08T00:33:19.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.518s coverage: 28.6% of statements [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-08T00:33:19.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.096s coverage: 100.0% of statements [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-08T00:33:19.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-08T00:33:19.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.141s coverage: 86.7% of statements [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-08T00:33:19.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.200s coverage: 97.5% of statements [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-08T00:33:19.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-08T00:33:19.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-08T00:33:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.546s coverage: 92.8% of statements [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-08T00:33:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-08T00:33:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.193s coverage: 1.0% of statements [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-08T00:33:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-08T00:33:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 47.1% of statements [2021-04-08T00:33:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements [2021-04-08T00:33:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-04-08T00:33:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-04-08T00:33:23.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.088s coverage: 87.5% of statements [2021-04-08T00:33:36.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-04-08T00:33:36.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.077s coverage: 44.8% of statements [2021-04-08T00:33:38.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.485s coverage: 81.5% of statements [2021-04-08T00:33:38.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-08T00:33:38.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.053s coverage: 87.1% of statements [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.137s coverage: 92.9% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.112s coverage: 75.5% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.156s coverage: 80.8% of statements [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 84.6% of statements [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.6% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.250s coverage: 64.4% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.116s coverage: 100.0% of statements [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.098s coverage: 73.7% of statements [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.442s coverage: 69.0% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.192s coverage: 38.4% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.310s coverage: 47.0% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-08T00:33:48.935Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.098s coverage: 11.0% of statements [2021-04-08T00:33:48.935Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-08T00:33:49.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.181s coverage: 87.1% of statements [2021-04-08T00:33:49.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-08T00:33:49.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:33:49.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-08T00:33:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.272s coverage: 29.1% of statements [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-08T00:33:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.149s coverage: 99.0% of statements [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-08T00:33:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-08T00:33:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.240s coverage: 95.6% of statements [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-08T00:33:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-08T00:33:51.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-08T00:33:51.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-08T00:33:52.502Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-04-08T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-08T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-08T00:33:52.502Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-04-08T00:33:53.083Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [2021-04-08T00:33:53.357Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.054s coverage: 100.0% of statements [2021-04-08T00:33:53.636Z] GO111MODULE=on go vet ./... [2021-04-08T00:34:16.106Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33235 in /w/workspace/edgexfoundry_edgex-go_PR-3342 [Pipeline] { [Pipeline] ws [2021-04-08T00:34:16.190Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-08T00:34:21.171Z] using credential edgex-jenkins-ssh [2021-04-08T00:34:21.231Z] Cloning the remote Git repository [2021-04-08T00:34:21.275Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:34:21.375Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-08T00:34:21.460Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:34:21.461Z] > git --version # timeout=10 [2021-04-08T00:34:21.475Z] > git --version # 'git version 2.17.1' [2021-04-08T00:34:21.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:34:21.533Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T00:34:32.725Z] gofmt -l . [2021-04-08T00:34:32.725Z] [ "`gofmt -l .`" = "" ] [2021-04-08T00:34:33.741Z] ./bin/test-go-mod-tidy.sh [2021-04-08T00:34:34.333Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-08T00:34:35.645Z] + ls -al . [2021-04-08T00:34:35.645Z] total 808 [2021-04-08T00:34:35.645Z] drwxrwxr-x 10 1001 1001 4096 Apr 8 00:34 . [2021-04-08T00:34:35.645Z] drwxr-xr-x 4 root root 28 Apr 8 00:32 .. [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 11 Apr 8 00:30 .dockerignore [2021-04-08T00:34:35.645Z] drwxrwxr-x 8 1001 1001 179 Apr 8 00:30 .git [2021-04-08T00:34:35.645Z] drwxrwxr-x 3 1001 1001 125 Apr 8 00:30 .github [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 818 Apr 8 00:30 .gitignore [2021-04-08T00:34:35.645Z] drwx------ 3 1001 1001 60 Apr 8 00:31 .semver [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 166 Apr 8 00:30 .sonarcloud.properties [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 8607 Apr 8 00:30 Attribution.txt [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 3804 Apr 8 00:30 CONTRIBUTING.md [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 931 Apr 8 00:30 Dockerfile.build [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 863 Apr 8 00:30 Jenkinsfile [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 10775 Apr 8 00:30 LICENSE [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 5774 Apr 8 00:30 Makefile [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 6548 Apr 8 00:30 README.md [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 6755 Apr 8 00:30 SECURITY.md [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 5 Apr 8 00:31 VERSION [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 4131 Apr 8 00:30 ZMQWindows.md [2021-04-08T00:34:35.645Z] drwxrwxr-x 2 1001 1001 117 Apr 8 00:30 bin [2021-04-08T00:34:35.645Z] drwxrwxr-x 14 1001 1001 4096 Apr 8 00:30 cmd [2021-04-08T00:34:35.645Z] -rw-r--r-- 1 root root 697383 Apr 8 00:33 coverage.out [2021-04-08T00:34:35.645Z] -rw-r--r-- 1 root root 1056 Apr 8 00:34 go.mod [2021-04-08T00:34:35.645Z] -rw-r--r-- 1 root root 22360 Apr 8 00:34 go.sum [2021-04-08T00:34:35.645Z] drwxrwxr-x 8 1001 1001 127 Apr 8 00:30 internal [2021-04-08T00:34:35.645Z] drwxrwxr-x 4 1001 1001 26 Apr 8 00:30 openapi [2021-04-08T00:34:35.645Z] drwxrwxr-x 4 1001 1001 71 Apr 8 00:30 snap [2021-04-08T00:34:35.645Z] -rw-rw-r-- 1 1001 1001 168 Apr 8 00:30 version.go [Pipeline] sh [2021-04-08T00:34:35.973Z] + '[' -e coverage.out ] [2021-04-08T00:34:35.973Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-08T00:34:36.308Z] Stashed 1 file(s) [Pipeline] sh [2021-04-08T00:34:36.632Z] + make build [2021-04-08T00:34:36.632Z] 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-04-08T00:34:38.202Z] Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 [2021-04-08T00:34:37.334Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T00:34:37.355Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T00:34:37.383Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T00:34:37.415Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:34:37.416Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:34:37.428Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3342/head:refs/remotes/origin/PR-3342 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T00:34:38.217Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T00:34:38.248Z] > git checkout -f a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # timeout=10 [2021-04-08T00:34:38.564Z] > git remote # timeout=10 [2021-04-08T00:34:39.002Z] Merge succeeded, producing 4aba7d4b6865fd0a1aed6c5e87cc08dab83492fe [2021-04-08T00:34:39.002Z] Checking out Revision 4aba7d4b6865fd0a1aed6c5e87cc08dab83492fe (PR-3342) [2021-04-08T00:34:38.581Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T00:34:38.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:34:38.608Z] > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 [2021-04-08T00:34:38.953Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T00:34:39.005Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T00:34:39.034Z] > git checkout -f 4aba7d4b6865fd0a1aed6c5e87cc08dab83492fe # timeout=10 [2021-04-08T00:34:42.002Z] 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-04-08T00:34:43.616Z] Commit message: "Merge commit 'abd01a6d142b6f684e0380bd2bdcda548b905f03' into HEAD" [2021-04-08T00:34:43.621Z] > git rev-list --no-walk a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T00:34:45.259Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-08T00:34:45.684Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T00:34:46.030Z] + true+ [2021-04-08T00:34:46.030Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T00:34:48.757Z] provisioning config files... [2021-04-08T00:34:48.799Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5357429301398150807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:34:49.222Z] ---> docker-login.sh [2021-04-08T00:34:49.222Z] nexus3.edgexfoundry.org:10001 [2021-04-08T00:34:50.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:34:50.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:34:50.481Z] Configure a credential helper to remove this warning. See [2021-04-08T00:34:50.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:34:50.481Z] [2021-04-08T00:34:50.481Z] Login Succeeded [2021-04-08T00:34:50.481Z] nexus3.edgexfoundry.org:10002 [2021-04-08T00:34:50.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:34:51.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:34:51.028Z] Configure a credential helper to remove this warning. See [2021-04-08T00:34:51.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:34:51.028Z] [2021-04-08T00:34:51.028Z] Login Succeeded [2021-04-08T00:34:51.028Z] nexus3.edgexfoundry.org:10003 [2021-04-08T00:34:51.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:34:51.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:34:51.573Z] Configure a credential helper to remove this warning. See [2021-04-08T00:34:51.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:34:51.573Z] [2021-04-08T00:34:51.573Z] Login Succeeded [2021-04-08T00:34:51.573Z] nexus3.edgexfoundry.org:10004 [2021-04-08T00:34:51.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:34:51.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:34:51.844Z] Configure a credential helper to remove this warning. See [2021-04-08T00:34:51.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:34:51.844Z] [2021-04-08T00:34:51.844Z] Login Succeeded [2021-04-08T00:34:51.844Z] docker.io [2021-04-08T00:34:52.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T00:34:52.142Z] 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-04-08T00:34:52.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T00:34:52.708Z] Configure a credential helper to remove this warning. See [2021-04-08T00:34:52.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T00:34:52.708Z] [2021-04-08T00:34:52.708Z] Login Succeeded [2021-04-08T00:34:52.708Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T00:34:52.724Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T00:34:53.196Z] ========================================================= [2021-04-08T00:34:53.196Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-08T00:34:53.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:34:53.553Z] 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-04-08T00:34:53.566Z] + 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-04-08T00:34:56.133Z] 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-04-08T00:34:56.200Z] Sending build context to Docker daemon 167.2MB [2021-04-08T00:34:56.200Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T00:34:56.200Z] Step 2/6 : FROM ${BASE} [2021-04-08T00:34:56.200Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-08T00:34:56.200Z] 5f621e34cdf4: Pulling fs layer [2021-04-08T00:34:56.200Z] a4357932f1b6: Pulling fs layer [2021-04-08T00:34:56.200Z] 18c013af1878: Pulling fs layer [2021-04-08T00:34:56.200Z] 00ac8860ef70: Pulling fs layer [2021-04-08T00:34:56.200Z] 63d7cb157983: Pulling fs layer [2021-04-08T00:34:56.200Z] b116817d02f9: Pulling fs layer [2021-04-08T00:34:56.200Z] 745a02a5169b: Pulling fs layer [2021-04-08T00:34:56.200Z] 63d7cb157983: Waiting [2021-04-08T00:34:56.200Z] 00ac8860ef70: Waiting [2021-04-08T00:34:56.200Z] 745a02a5169b: Waiting [2021-04-08T00:34:56.200Z] b116817d02f9: Waiting [2021-04-08T00:34:56.200Z] 18c013af1878: Verifying Checksum [2021-04-08T00:34:56.200Z] 18c013af1878: Download complete [2021-04-08T00:34:56.200Z] a4357932f1b6: Verifying Checksum [2021-04-08T00:34:56.200Z] a4357932f1b6: Download complete [2021-04-08T00:34:56.200Z] 63d7cb157983: Verifying Checksum [2021-04-08T00:34:56.200Z] 63d7cb157983: Download complete [2021-04-08T00:34:56.200Z] 5f621e34cdf4: Verifying Checksum [2021-04-08T00:34:56.200Z] 5f621e34cdf4: Download complete [2021-04-08T00:34:56.409Z] 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-04-08T00:34:56.807Z] 5f621e34cdf4: Pull complete [2021-04-08T00:34:57.085Z] b116817d02f9: Verifying Checksum [2021-04-08T00:34:57.085Z] b116817d02f9: Download complete [2021-04-08T00:34:57.361Z] a4357932f1b6: Pull complete [2021-04-08T00:34:57.963Z] 18c013af1878: Pull complete [2021-04-08T00:34:58.959Z] 745a02a5169b: Verifying Checksum [2021-04-08T00:34:58.959Z] 745a02a5169b: Download complete [2021-04-08T00:34:59.057Z] 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-04-08T00:34:59.945Z] 00ac8860ef70: Verifying Checksum [2021-04-08T00:34:59.945Z] 00ac8860ef70: Download complete [2021-04-08T00:35:01.033Z] 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-04-08T00:35:03.002Z] 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-04-08T00:35:04.417Z] 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-04-08T00:35:05.821Z] 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-04-08T00:35:07.240Z] 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-04-08T00:35:09.831Z] $ docker stop --time=1 8cc75416ba7ee0a3194acaca215c049abb32cc7b00282d29ead25b20585c813c [2021-04-08T00:35:10.113Z] 00ac8860ef70: Pull complete [2021-04-08T00:35:10.387Z] 63d7cb157983: Pull complete [2021-04-08T00:35:10.665Z] b116817d02f9: Pull complete [2021-04-08T00:35:11.642Z] $ docker rm -f 8cc75416ba7ee0a3194acaca215c049abb32cc7b00282d29ead25b20585c813c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:35:13.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T00:35:13.589Z] [2021-04-08T00:35:13.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:35:14.088Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T00:35:14.088Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-08T00:35:14.088Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-08T00:35:14.088Z] ca9280d653b3: Pulling fs layer [2021-04-08T00:35:14.088Z] 7e9c9ca2126c: Pulling fs layer [2021-04-08T00:35:14.759Z] cbdbe7a5bc2a: Download complete [2021-04-08T00:35:15.009Z] 745a02a5169b: Pull complete [2021-04-08T00:35:15.009Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-08T00:35:15.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-08T00:35:15.009Z] ---> b7e6874047d6 [2021-04-08T00:35:15.009Z] 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-04-08T00:35:15.067Z] ca9280d653b3: Verifying Checksum [2021-04-08T00:35:15.067Z] ca9280d653b3: Download complete [2021-04-08T00:35:15.399Z] cbdbe7a5bc2a: Pull complete [2021-04-08T00:35:16.916Z] 7e9c9ca2126c: Verifying Checksum [2021-04-08T00:35:16.916Z] 7e9c9ca2126c: Download complete [2021-04-08T00:35:16.916Z] ca9280d653b3: Pull complete [2021-04-08T00:35:18.407Z] ---> Running in 8f17f6ed771b [2021-04-08T00:35:19.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:35:19.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:35:20.590Z] (1/12) Installing libmagic (5.38-r0) [2021-04-08T00:35:20.864Z] (2/12) Installing file (5.38-r0) [2021-04-08T00:35:21.136Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-08T00:35:21.136Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-08T00:35:23.578Z] 7e9c9ca2126c: Pull complete [2021-04-08T00:35:23.578Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-08T00:35:23.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T00:35:23.578Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-08T00:35:23.732Z] prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container [2021-04-08T00:35:23.790Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-08T00:35:24.530Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-08T00:35:24.530Z] (6/12) Installing patch (2.7.6-r6) [2021-04-08T00:35:24.530Z] (7/12) Installing build-base (0.5-r2) [2021-04-08T00:35:24.530Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-08T00:35:24.530Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-08T00:35:24.530Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-08T00:35:24.530Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-08T00:35:24.802Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-08T00:35:24.802Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:35:24.802Z] OK: 217 MiB in 51 packages [2021-04-08T00:35:26.455Z] $ docker top 93b644dcffcdef18c5f823475f63c448238e703f114ee85f7546bfb4df7ab915 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:35:27.045Z] + docker-compose build --help [2021-04-08T00:35:27.045Z] + grep parallel [2021-04-08T00:35:27.997Z] --parallel Build images in parallel. [Pipeline] } [2021-04-08T00:35:28.279Z] $ docker stop --time=1 93b644dcffcdef18c5f823475f63c448238e703f114ee85f7546bfb4df7ab915 [2021-04-08T00:35:29.140Z] Removing intermediate container 8f17f6ed771b [2021-04-08T00:35:29.140Z] ---> 8a528208f05b [2021-04-08T00:35:29.140Z] Step 4/6 : WORKDIR /edgex-go [2021-04-08T00:35:29.140Z] ---> Running in 7a443f17225e [2021-04-08T00:35:29.685Z] $ docker rm -f 93b644dcffcdef18c5f823475f63c448238e703f114ee85f7546bfb4df7ab915 [2021-04-08T00:35:29.743Z] Removing intermediate container 7a443f17225e [2021-04-08T00:35:29.743Z] ---> c6e8b2ade6b8 [2021-04-08T00:35:29.743Z] Step 5/6 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:35:30.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T00:35:30.319Z] . [Pipeline] withDockerContainer [2021-04-08T00:35:30.335Z] ---> bac85c529e8b [2021-04-08T00:35:30.335Z] Step 6/6 : RUN go mod download [2021-04-08T00:35:30.335Z] ---> Running in cc085bf6f0cd [2021-04-08T00:35:30.435Z] prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container [2021-04-08T00:35:30.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-08T00:35:31.386Z] $ docker top 0650a2f9f67b297c76c910e295c3a87a8392d043ba0aa47608c4d43f867dc1e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:35:31.896Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-08T00:35:32.845Z] Building docker-core-command-go ... [2021-04-08T00:35:32.845Z] Building docker-core-data-go ... [2021-04-08T00:35:32.846Z] Building docker-core-metadata-go ... [2021-04-08T00:35:32.846Z] Building docker-security-bootstrapper-go ... [2021-04-08T00:35:32.846Z] Building docker-security-proxy-setup-go ... [2021-04-08T00:35:32.846Z] Building docker-security-secretstore-setup-go ... [2021-04-08T00:35:32.846Z] Building docker-support-notifications-go ... [2021-04-08T00:35:32.846Z] Building docker-support-scheduler-go ... [2021-04-08T00:35:32.846Z] Building docker-sys-mgmt-agent-go ... [2021-04-08T00:35:32.846Z] Building docker-security-secretstore-setup-go [2021-04-08T00:35:32.846Z] Building docker-security-proxy-setup-go [2021-04-08T00:35:32.846Z] Building docker-core-metadata-go [2021-04-08T00:35:32.846Z] Building docker-support-scheduler-go [2021-04-08T00:35:32.846Z] Building docker-security-bootstrapper-go [2021-04-08T00:35:57.283Z] Removing intermediate container cc085bf6f0cd [2021-04-08T00:35:57.283Z] ---> 362df42ccc13 [2021-04-08T00:35:57.283Z] Successfully built 362df42ccc13 [2021-04-08T00:35:57.283Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:35:57.635Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T00:35:57.635Z] . [Pipeline] withDockerContainer [2021-04-08T00:35:57.922Z] prd-ubuntu18.04-docker-arm64-4c-16g-33235 does not seem to be running inside a container [2021-04-08T00:35:58.016Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-08T00:35:59.541Z] $ docker top f2f8b3c94512d6b1b92d88f0cbb86c3004abe770fb117efad2aef698577df8cf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:36:00.594Z] + go version [2021-04-08T00:36:00.594Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-08T00:36:00.619Z] $ docker stop --time=1 f2f8b3c94512d6b1b92d88f0cbb86c3004abe770fb117efad2aef698577df8cf [2021-04-08T00:36:02.583Z] $ docker rm -f f2f8b3c94512d6b1b92d88f0cbb86c3004abe770fb117efad2aef698577df8cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:36:03.641Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T00:36:03.641Z] . [Pipeline] withDockerContainer [2021-04-08T00:36:03.911Z] prd-ubuntu18.04-docker-arm64-4c-16g-33235 does not seem to be running inside a container [2021-04-08T00:36:03.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-08T00:36:05.545Z] $ docker top f29d90c957be8d97fa5e88039288c4e883fe79db259cb76320f2c865fe936889 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-08T00:36:05.977Z] ========================================================= [2021-04-08T00:36:05.977Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-08T00:36:05.977Z] ========================================================= [Pipeline] sh [2021-04-08T00:36:06.627Z] + make test [2021-04-08T00:36:06.627Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T00:36:11.769Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:36:11.769Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:36:11.769Z] ---> 931bef735dde [2021-04-08T00:36:11.769Z] Step 3/21 : WORKDIR /edgex-go [2021-04-08T00:36:11.769Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:36:11.769Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:36:11.769Z] ---> 931bef735dde [2021-04-08T00:36:11.769Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:36:11.769Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:36:11.769Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:36:11.769Z] ---> 931bef735dde [2021-04-08T00:36:11.769Z] Step 3/31 : WORKDIR /edgex-go [2021-04-08T00:36:11.769Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:36:11.769Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:36:11.769Z] ---> 931bef735dde [2021-04-08T00:36:11.769Z] Step 3/24 : WORKDIR /edgex-go [2021-04-08T00:36:11.769Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:36:11.769Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:36:11.769Z] ---> 931bef735dde [2021-04-08T00:36:11.769Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T00:36:12.368Z] ---> Running in 64c72b5e8f32 [2021-04-08T00:36:12.368Z] ---> Running in 1bcc48cab0d5 [2021-04-08T00:36:12.368Z] ---> Running in 0affd45b3fba [2021-04-08T00:36:12.368Z] ---> Running in 5a3d33185155 [2021-04-08T00:36:12.368Z] ---> Running in 1f02f70c4d6c [2021-04-08T00:36:12.958Z] Removing intermediate container 1f02f70c4d6c [2021-04-08T00:36:12.959Z] ---> d51c6f5908b5 [2021-04-08T00:36:12.959Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:36:12.959Z] Removing intermediate container 1bcc48cab0d5 [2021-04-08T00:36:12.959Z] ---> 6cd9cb56d673 [2021-04-08T00:36:12.959Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:36:12.959Z] Removing intermediate container 0affd45b3fba [2021-04-08T00:36:12.959Z] ---> fc5a63026d73 [2021-04-08T00:36:12.959Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:36:12.959Z] Removing intermediate container 64c72b5e8f32 [2021-04-08T00:36:12.959Z] ---> c75baacb467d [2021-04-08T00:36:12.959Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:36:12.959Z] Removing intermediate container 5a3d33185155 [2021-04-08T00:36:12.959Z] ---> eff7af59d21d [2021-04-08T00:36:12.959Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:36:12.959Z] ---> Running in 1c000caaf5eb [2021-04-08T00:36:13.225Z] ---> Running in 5fae57870246 [2021-04-08T00:36:13.225Z] ---> Running in e6e2725ad4a1 [2021-04-08T00:36:13.225Z] ---> Running in 540d9863bb18 [2021-04-08T00:36:13.225Z] ---> Running in 0fd757d687c0 [2021-04-08T00:36:15.840Z] Removing intermediate container e6e2725ad4a1 [2021-04-08T00:36:15.840Z] ---> ed8d771fa4f1 [2021-04-08T00:36:15.840Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-08T00:36:15.840Z] Removing intermediate container 5fae57870246 [2021-04-08T00:36:15.840Z] ---> 2b57c72e4d74 [2021-04-08T00:36:15.840Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-08T00:36:15.840Z] Removing intermediate container 540d9863bb18 [2021-04-08T00:36:15.840Z] ---> 48c36bfcbc05 [2021-04-08T00:36:15.840Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T00:36:15.840Z] Removing intermediate container 0fd757d687c0 [2021-04-08T00:36:15.840Z] ---> 87dd94af9f42 [2021-04-08T00:36:15.840Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-08T00:36:15.840Z] Removing intermediate container 1c000caaf5eb [2021-04-08T00:36:15.840Z] ---> 9fa16a833348 [2021-04-08T00:36:15.840Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-08T00:36:16.108Z] ---> Running in 7f9be675c974 [2021-04-08T00:36:16.108Z] ---> Running in fe4174195f58 [2021-04-08T00:36:16.108Z] ---> Running in 1da01f5690a1 [2021-04-08T00:36:16.108Z] ---> Running in 987fbf7e07c7 [2021-04-08T00:36:16.108Z] ---> Running in 9041d505de44 [2021-04-08T00:36:17.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:36:17.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:36:17.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:36:17.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:36:17.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:36:17.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:36:17.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:36:17.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:36:18.231Z] OK: 233 MiB in 51 packages [2021-04-08T00:36:18.506Z] OK: 233 MiB in 51 packages [2021-04-08T00:36:18.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:36:18.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:36:18.776Z] OK: 233 MiB in 51 packages [2021-04-08T00:36:19.067Z] Removing intermediate container fe4174195f58 [2021-04-08T00:36:19.067Z] ---> a12d2c702ff4 [2021-04-08T00:36:19.067Z] Step 6/23 : COPY go.mod . [2021-04-08T00:36:19.067Z] OK: 233 MiB in 51 packages [2021-04-08T00:36:19.067Z] Removing intermediate container 987fbf7e07c7 [2021-04-08T00:36:19.067Z] ---> efdc115d66eb [2021-04-08T00:36:19.067Z] Step 6/22 : COPY go.mod . [2021-04-08T00:36:19.338Z] ---> daf849b53f1c [2021-04-08T00:36:19.338Z] Step 7/23 : RUN go mod download [2021-04-08T00:36:19.338Z] ---> Running in a049514ef3d1 [2021-04-08T00:36:19.606Z] OK: 233 MiB in 51 packages [2021-04-08T00:36:19.606Z] Removing intermediate container 7f9be675c974 [2021-04-08T00:36:19.606Z] ---> 0e34a6b05c73 [2021-04-08T00:36:19.606Z] Step 6/31 : COPY go.mod . [2021-04-08T00:36:19.606Z] ---> 1cd123e6c0ae [2021-04-08T00:36:19.606Z] Step 7/22 : RUN go mod download [2021-04-08T00:36:19.873Z] ---> Running in a2135fb2e487 [2021-04-08T00:36:20.142Z] Removing intermediate container 9041d505de44 [2021-04-08T00:36:20.142Z] ---> f13b410a0457 [2021-04-08T00:36:20.142Z] Step 6/24 : COPY go.mod . [2021-04-08T00:36:20.142Z] ---> 766375958a03 [2021-04-08T00:36:20.142Z] Step 7/31 : RUN go mod download [2021-04-08T00:36:20.406Z] ---> Running in fb9c71042994 [2021-04-08T00:36:20.694Z] ---> a0b8c728c29c [2021-04-08T00:36:20.694Z] Step 7/24 : RUN go mod download [2021-04-08T00:36:20.694Z] Removing intermediate container 1da01f5690a1 [2021-04-08T00:36:20.694Z] ---> 26cf0e6b4cde [2021-04-08T00:36:20.694Z] Step 6/21 : COPY go.mod . [2021-04-08T00:36:20.694Z] ---> Running in 8da0ebbf0406 [2021-04-08T00:36:20.969Z] ---> 21411d3e8587 [2021-04-08T00:36:20.969Z] Step 7/21 : RUN go mod download [2021-04-08T00:36:21.238Z] ---> Running in 886d9743a95a [2021-04-08T00:36:23.880Z] Removing intermediate container 8da0ebbf0406 [2021-04-08T00:36:23.880Z] ---> 3063b48f9a25 [2021-04-08T00:36:23.880Z] Step 8/24 : COPY . . [2021-04-08T00:36:23.880Z] Removing intermediate container a2135fb2e487 [2021-04-08T00:36:23.880Z] ---> 7ff52a3c8498 [2021-04-08T00:36:23.880Z] Step 8/22 : COPY . . [2021-04-08T00:36:23.880Z] Removing intermediate container fb9c71042994 [2021-04-08T00:36:23.880Z] ---> fa336f6c0e06 [2021-04-08T00:36:23.880Z] Step 8/31 : COPY . . [2021-04-08T00:36:23.880Z] Removing intermediate container a049514ef3d1 [2021-04-08T00:36:23.880Z] ---> 82af15f221de [2021-04-08T00:36:23.880Z] Step 8/23 : COPY . . [2021-04-08T00:36:23.880Z] Removing intermediate container 886d9743a95a [2021-04-08T00:36:23.880Z] ---> 07f42fbae3ca [2021-04-08T00:36:23.880Z] Step 8/21 : COPY . . [2021-04-08T00:36:33.428Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-08T00:37:11.439Z] ---> d44445306003 [2021-04-08T00:37:11.439Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-08T00:37:11.439Z] ---> f891aa8aa2ae [2021-04-08T00:37:11.439Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-08T00:37:11.439Z] ---> Running in 643b47041b69 [2021-04-08T00:37:11.439Z] ---> 36e8bbfb30b6 [2021-04-08T00:37:11.439Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-08T00:37:11.439Z] ---> 649da49c5ffc [2021-04-08T00:37:11.439Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-08T00:37:11.439Z] ---> 8dd45d9eb100 [2021-04-08T00:37:11.439Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-08T00:37:11.439Z] ---> Running in 196ded29413e [2021-04-08T00:37:11.439Z] ---> Running in 902c0fc29e7e [2021-04-08T00:37:11.439Z] ---> Running in c3da9ddb8346 [2021-04-08T00:37:11.439Z] ---> Running in 48aebbb41408 [2021-04-08T00:37:11.439Z] 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-04-08T00:37:11.439Z] 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-04-08T00:37:11.439Z] 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-04-08T00:37:11.439Z] 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-04-08T00:37:11.439Z] 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-04-08T00:37:20.425Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-08T00:37:28.769Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-08T00:37:37.082Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-08T00:37:37.083Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-08T00:37:39.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-08T00:37:39.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-08T00:37:39.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-08T00:37:39.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-08T00:37:43.389Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-08T00:37:43.389Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-08T00:37:50.531Z] 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-04-08T00:37:50.531Z] 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-04-08T00:37:51.705Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-08T00:37:51.705Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-08T00:37:51.705Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-08T00:37:53.144Z] Removing intermediate container c3da9ddb8346 [2021-04-08T00:37:53.144Z] ---> 68ac1c168b4a [2021-04-08T00:37:53.144Z] [2021-04-08T00:37:53.144Z] Step 10/31 : FROM alpine:3.12 [2021-04-08T00:37:53.144Z] 3.12: Pulling from library/alpine [2021-04-08T00:37:55.727Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T00:37:55.727Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T00:37:55.727Z] ---> 7230e588e954 [2021-04-08T00:37:55.728Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-08T00:37:58.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.291s coverage: 45.9% of statements [2021-04-08T00:37:58.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-08T00:37:58.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-08T00:37:58.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-08T00:37:58.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-08T00:37:58.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-08T00:37:58.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-08T00:37:58.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.127s coverage: 19.8% of statements [2021-04-08T00:37:58.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.283s coverage: 100.0% of statements [2021-04-08T00:37:59.980Z] ---> Running in 448bbc9bfbe2 [2021-04-08T00:37:59.980Z] Removing intermediate container 196ded29413e [2021-04-08T00:37:59.980Z] ---> 7488241b8bb0 [2021-04-08T00:37:59.980Z] [2021-04-08T00:37:59.980Z] Step 10/24 : FROM alpine:3.12 [2021-04-08T00:37:59.980Z] ---> 7230e588e954 [2021-04-08T00:37:59.980Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-08T00:37:59.980Z] Removing intermediate container 902c0fc29e7e [2021-04-08T00:37:59.980Z] ---> 292e812f3331 [2021-04-08T00:37:59.980Z] [2021-04-08T00:37:59.980Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T00:37:59.980Z] ---> 7230e588e954 [2021-04-08T00:37:59.980Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:37:59.980Z] Removing intermediate container 643b47041b69 [2021-04-08T00:37:59.980Z] ---> 71e0058f3787 [2021-04-08T00:37:59.980Z] [2021-04-08T00:37:59.980Z] Step 10/21 : FROM alpine:3.12 [2021-04-08T00:37:59.980Z] ---> 7230e588e954 [2021-04-08T00:37:59.980Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-08T00:37:59.980Z] ---> Running in 5d0fa0d9b4bd [2021-04-08T00:37:59.980Z] Removing intermediate container 48aebbb41408 [2021-04-08T00:37:59.980Z] ---> d29e885fc047 [2021-04-08T00:37:59.980Z] [2021-04-08T00:37:59.980Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:37:59.980Z] ---> 7230e588e954 [2021-04-08T00:37:59.980Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:37:59.980Z] ---> Running in abc16c18300e [2021-04-08T00:37:59.980Z] ---> Running in 080a0cf035a8 [2021-04-08T00:37:59.980Z] Removing intermediate container 448bbc9bfbe2 [2021-04-08T00:37:59.980Z] ---> c50817eed29b [2021-04-08T00:37:59.980Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-08T00:37:59.980Z] ---> Running in 0309d8a6f7d2 [2021-04-08T00:37:59.980Z] ---> Running in b3ae9aac4a68 [2021-04-08T00:38:00.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:01.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:01.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:01.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:01.547Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-08T00:38:01.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:01.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:01.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:01.547Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-08T00:38:01.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:01.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:01.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:01.835Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-08T00:38:01.835Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-08T00:38:02.105Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:38:02.105Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:38:02.105Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:38:02.105Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-08T00:38:02.105Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-08T00:38:02.105Z] OK: 6 MiB in 15 packages [2021-04-08T00:38:02.105Z] (2/2) Installing su-exec (0.2-r1) [2021-04-08T00:38:02.105Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:38:02.105Z] (4/6) Installing curl (7.69.1-r3) [2021-04-08T00:38:02.105Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-08T00:38:02.105Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:38:02.105Z] OK: 6 MiB in 15 packages [2021-04-08T00:38:02.105Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-08T00:38:02.105Z] (6/6) Installing su-exec (0.2-r1) [2021-04-08T00:38:02.105Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:38:02.105Z] OK: 6 MiB in 16 packages [2021-04-08T00:38:02.105Z] (4/4) Installing curl (7.69.1-r3) [2021-04-08T00:38:02.105Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:38:02.105Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:38:02.105Z] OK: 7 MiB in 18 packages [2021-04-08T00:38:02.105Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:38:02.388Z] OK: 7 MiB in 20 packages [2021-04-08T00:38:04.327Z] Removing intermediate container 0309d8a6f7d2 [2021-04-08T00:38:04.327Z] ---> e66b981560d9 [2021-04-08T00:38:04.327Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:38:04.327Z] Removing intermediate container b3ae9aac4a68 [2021-04-08T00:38:04.327Z] ---> 79f128fc8991 [2021-04-08T00:38:04.327Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-08T00:38:04.327Z] Removing intermediate container abc16c18300e [2021-04-08T00:38:04.327Z] ---> f647920fe7ed [2021-04-08T00:38:04.327Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:38:04.327Z] ---> Running in afb5c9a1447f [2021-04-08T00:38:04.327Z] Removing intermediate container 5d0fa0d9b4bd [2021-04-08T00:38:04.327Z] ---> b8c679fcd019 [2021-04-08T00:38:04.327Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T00:38:04.327Z] Removing intermediate container 080a0cf035a8 [2021-04-08T00:38:04.327Z] ---> 2abc82caad46 [2021-04-08T00:38:04.327Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T00:38:04.610Z] ---> Running in 7971fad61e36 [2021-04-08T00:38:04.610Z] ---> Running in 1c410cdfbdad [2021-04-08T00:38:04.610Z] ---> Running in 47b986b5febb [2021-04-08T00:38:04.610Z] ---> Running in e6a840218808 [2021-04-08T00:38:05.203Z] Removing intermediate container afb5c9a1447f [2021-04-08T00:38:05.203Z] ---> 994a8b3be298 [2021-04-08T00:38:05.203Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-08T00:38:05.203Z] Removing intermediate container 7971fad61e36 [2021-04-08T00:38:05.203Z] ---> 643ff0a4f978 [2021-04-08T00:38:05.203Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-08T00:38:05.203Z] Removing intermediate container 47b986b5febb [2021-04-08T00:38:05.203Z] ---> 874e44172dff [2021-04-08T00:38:05.203Z] Step 13/24 : WORKDIR / [2021-04-08T00:38:05.203Z] Removing intermediate container 1c410cdfbdad [2021-04-08T00:38:05.203Z] ---> 5b4b0fdc9d10 [2021-04-08T00:38:05.203Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-08T00:38:05.203Z] Removing intermediate container e6a840218808 [2021-04-08T00:38:05.203Z] ---> 81c87ade1555 [2021-04-08T00:38:05.203Z] Step 13/21 : WORKDIR /edgex [2021-04-08T00:38:05.618Z] ---> Running in b0a12a029c1a [2021-04-08T00:38:05.618Z] ---> Running in 9e78911c7b8d [2021-04-08T00:38:05.618Z] ---> Running in 51e419e70976 [2021-04-08T00:38:05.618Z] ---> Running in e6310bc9e50b [2021-04-08T00:38:05.618Z] ---> Running in 4a645ad9e493 [2021-04-08T00:38:06.001Z] Removing intermediate container b0a12a029c1a [2021-04-08T00:38:06.001Z] ---> d9dbd446f8c0 [2021-04-08T00:38:06.001Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T00:38:06.001Z] Removing intermediate container 9e78911c7b8d [2021-04-08T00:38:06.001Z] ---> 682ff12bc2fa [2021-04-08T00:38:06.001Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-08T00:38:06.001Z] ---> Running in 421770cb7189 [2021-04-08T00:38:06.001Z] ---> Running in 6daf1cd81281 [2021-04-08T00:38:06.001Z] Removing intermediate container 51e419e70976 [2021-04-08T00:38:06.001Z] ---> 26a64443a5dd [2021-04-08T00:38:06.001Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T00:38:06.001Z] Removing intermediate container e6310bc9e50b [2021-04-08T00:38:06.001Z] ---> fcb975850306 [2021-04-08T00:38:06.001Z] 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-04-08T00:38:06.306Z] Removing intermediate container 4a645ad9e493 [2021-04-08T00:38:06.306Z] ---> daa4417636ff [2021-04-08T00:38:06.306Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-08T00:38:06.306Z] ---> Running in d89963fe43eb [2021-04-08T00:38:06.861Z] Removing intermediate container 421770cb7189 [2021-04-08T00:38:06.861Z] ---> 81b8bec02e4d [2021-04-08T00:38:06.861Z] Step 15/23 : WORKDIR / [2021-04-08T00:38:06.861Z] ---> Running in e7ce76760049 [2021-04-08T00:38:06.861Z] ---> 9c7723e6063f [2021-04-08T00:38:06.861Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-08T00:38:06.861Z] ---> eea96236c9e6 [2021-04-08T00:38:06.861Z] 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-04-08T00:38:06.861Z] Removing intermediate container d89963fe43eb [2021-04-08T00:38:06.861Z] ---> 6394abb312c4 [2021-04-08T00:38:06.861Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:38:07.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.504s coverage: 27.1% of statements [2021-04-08T00:38:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-08T00:38:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-08T00:38:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-08T00:38:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-08T00:38:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-08T00:38:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-08T00:38:07.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.232s coverage: 100.0% of statements [2021-04-08T00:38:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-08T00:38:07.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.147s coverage: 100.0% of statements [2021-04-08T00:38:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-08T00:38:07.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-08T00:38:07.145Z] Removing intermediate container e7ce76760049 [2021-04-08T00:38:07.145Z] ---> e3560487178d [2021-04-08T00:38:07.145Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:38:07.416Z] ---> bf18d8db7d89 [2021-04-08T00:38:07.416Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-08T00:38:07.416Z] ---> e77dab490fac [2021-04-08T00:38:07.416Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-08T00:38:07.679Z] ---> 376632407d71 [2021-04-08T00:38:07.679Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-08T00:38:07.944Z] ---> 04d082504dd6 [2021-04-08T00:38:07.944Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-08T00:38:08.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements [2021-04-08T00:38:08.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-08T00:38:08.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-08T00:38:08.212Z] ---> 8904aded1c8e [2021-04-08T00:38:08.212Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-08T00:38:08.476Z] ---> 06f063aea646 [2021-04-08T00:38:08.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-08T00:38:08.476Z] ---> 2cde75465b06 [2021-04-08T00:38:08.476Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-08T00:38:08.745Z] Removing intermediate container 6daf1cd81281 [2021-04-08T00:38:08.745Z] ---> ed8345b8404b [2021-04-08T00:38:08.745Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-08T00:38:09.013Z] ---> Running in 78c71f2ada29 [2021-04-08T00:38:09.013Z] ---> Running in 03e7b035c690 [2021-04-08T00:38:09.013Z] ---> 86a74f71fe00 [2021-04-08T00:38:09.013Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-08T00:38:09.013Z] ---> 6b93e158a38f [2021-04-08T00:38:09.013Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-08T00:38:09.013Z] ---> c4657ebbd088 [2021-04-08T00:38:09.013Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-08T00:38:09.013Z] ---> Running in 61806bdd3e58 [2021-04-08T00:38:09.288Z] Removing intermediate container 03e7b035c690 [2021-04-08T00:38:09.288Z] ---> 14b8b0ece876 [2021-04-08T00:38:09.288Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-08T00:38:09.288Z] Removing intermediate container 78c71f2ada29 [2021-04-08T00:38:09.288Z] ---> f56b7157d630 [2021-04-08T00:38:09.288Z] Step 18/21 : CMD ["--init=true"] [2021-04-08T00:38:09.551Z] ---> 406e553a2c09 [2021-04-08T00:38:09.551Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-08T00:38:09.551Z] ---> Running in 095ed17ce67c [2021-04-08T00:38:09.551Z] Removing intermediate container 61806bdd3e58 [2021-04-08T00:38:09.551Z] ---> 84a39f124e2d [2021-04-08T00:38:09.551Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:38:09.551Z] ---> Running in 7c196e68b3e3 [2021-04-08T00:38:09.817Z] ---> Running in 90738322d477 [2021-04-08T00:38:09.817Z] ---> fe70abaf95b5 [2021-04-08T00:38:09.817Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-08T00:38:09.817Z] ---> e968db5c0538 [2021-04-08T00:38:09.817Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-08T00:38:09.817Z] Removing intermediate container 095ed17ce67c [2021-04-08T00:38:09.817Z] ---> 73b21a0dbcaf [2021-04-08T00:38:09.817Z] Step 19/21 : LABEL arch=x86_64 [2021-04-08T00:38:10.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.550s coverage: 82.9% of statements [2021-04-08T00:38:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-08T00:38:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:38:10.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.191s coverage: 78.9% of statements [2021-04-08T00:38:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-08T00:38:10.094Z] ---> Running in d4a0b19eec87 [2021-04-08T00:38:10.094Z] ---> Running in f9d49d241119 [2021-04-08T00:38:10.359Z] Removing intermediate container 7c196e68b3e3 [2021-04-08T00:38:10.359Z] ---> 6b9d02312526 [2021-04-08T00:38:10.359Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:38:10.359Z] Removing intermediate container 90738322d477 [2021-04-08T00:38:10.359Z] ---> a9f1e708fb23 [2021-04-08T00:38:10.359Z] Step 20/22 : LABEL arch=x86_64 [2021-04-08T00:38:10.360Z] ---> cfc60e569420 [2021-04-08T00:38:10.360Z] 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-04-08T00:38:10.630Z] ---> Running in 4b017f10ef94 [2021-04-08T00:38:10.630Z] ---> Running in 05ea0143f525 [2021-04-08T00:38:10.630Z] ---> Running in 21584b7f3f3e [2021-04-08T00:38:10.630Z] Removing intermediate container f9d49d241119 [2021-04-08T00:38:10.630Z] ---> db2e2489a0c2 [2021-04-08T00:38:10.630Z] Step 20/21 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:38:10.896Z] ---> Running in cf27accf0f83 [2021-04-08T00:38:11.196Z] Removing intermediate container 4b017f10ef94 [2021-04-08T00:38:11.196Z] ---> a652b576ba40 [2021-04-08T00:38:11.196Z] Step 21/23 : LABEL arch=x86_64 [2021-04-08T00:38:11.196Z] Removing intermediate container 05ea0143f525 [2021-04-08T00:38:11.196Z] ---> c4bd9030371d [2021-04-08T00:38:11.196Z] Step 21/22 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:38:11.196Z] ---> Running in 35fb73388731 [2021-04-08T00:38:11.196Z] ---> Running in 7b24a7158006 [2021-04-08T00:38:11.468Z] Removing intermediate container cf27accf0f83 [2021-04-08T00:38:11.468Z] ---> 6056680717ae [2021-04-08T00:38:11.468Z] Step 21/21 : LABEL version=0.0.0 [2021-04-08T00:38:11.468Z] ---> Running in 0bf1e6e0d49b [2021-04-08T00:38:11.739Z] Removing intermediate container 35fb73388731 [2021-04-08T00:38:11.739Z] ---> 5870e594170b [2021-04-08T00:38:11.739Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T00:38:11.739Z] Removing intermediate container 7b24a7158006 [2021-04-08T00:38:11.739Z] ---> 7bb3c931855c [2021-04-08T00:38:11.739Z] Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:38:11.739Z] ---> Running in 7b5333d4ffa2 [2021-04-08T00:38:12.011Z] Removing intermediate container 0bf1e6e0d49b [2021-04-08T00:38:12.011Z] ---> 68f5a5923a8b [2021-04-08T00:38:12.011Z] [2021-04-08T00:38:12.011Z] ---> Running in 623dafc71600 [2021-04-08T00:38:12.276Z] Removing intermediate container 7b5333d4ffa2 [2021-04-08T00:38:12.276Z] ---> 4795be9384e1 [2021-04-08T00:38:12.276Z] [2021-04-08T00:38:12.276Z] Successfully built 68f5a5923a8b [2021-04-08T00:38:12.546Z] Successfully built 4795be9384e1 [2021-04-08T00:38:12.546Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-08T00:38:12.546Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-08T00:38:12.546Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-08T00:38:12.546Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-04-08T00:38:12.546Z] Removing intermediate container 623dafc71600 [2021-04-08T00:38:12.546Z] ---> 667ef98e7374 [2021-04-08T00:38:12.546Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:38:12.546Z] Removing intermediate container 21584b7f3f3e [2021-04-08T00:38:12.546Z] ---> 0757de165246 [2021-04-08T00:38:12.546Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-08T00:38:12.546Z] Removing intermediate container d4a0b19eec87 [2021-04-08T00:38:12.546Z] ---> a3250c24a2ac [2021-04-08T00:38:12.546Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:38:12.816Z] ---> Running in 148f688f6fe6 [2021-04-08T00:38:12.816Z] ---> Running in 8c2f8b70f53e [2021-04-08T00:38:12.816Z] Removing intermediate container 8c2f8b70f53e [2021-04-08T00:38:12.816Z] ---> 5cf80866818e [2021-04-08T00:38:12.816Z] Step 22/24 : LABEL arch=x86_64 [2021-04-08T00:38:12.816Z] Removing intermediate container 148f688f6fe6 [2021-04-08T00:38:12.816Z] ---> b3300765b5a8 [2021-04-08T00:38:12.816Z] [2021-04-08T00:38:13.080Z] ---> Running in e62483e286c4 [2021-04-08T00:38:13.080Z] ---> 9330347cb0de [2021-04-08T00:38:13.080Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-08T00:38:13.080Z] Successfully built b3300765b5a8 [2021-04-08T00:38:13.080Z] Successfully tagged docker-core-metadata-go:latest [2021-04-08T00:38:13.080Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-08T00:38:13.349Z] Removing intermediate container e62483e286c4 [2021-04-08T00:38:13.349Z] ---> 151bf7665073 [2021-04-08T00:38:13.349Z] Step 23/24 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:38:13.349Z] ---> Running in 59e1e9caa1aa [2021-04-08T00:38:13.623Z] Removing intermediate container 59e1e9caa1aa [2021-04-08T00:38:13.623Z] ---> fb716b1fe874 [2021-04-08T00:38:13.623Z] Step 24/24 : LABEL version=0.0.0 [2021-04-08T00:38:14.218Z] ---> Running in d306ab0dcdf3 [2021-04-08T00:38:14.218Z] ---> ace4f3c6bc62 [2021-04-08T00:38:14.218Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-08T00:38:15.629Z] Removing intermediate container d306ab0dcdf3 [2021-04-08T00:38:15.629Z] ---> f6043922ac52 [2021-04-08T00:38:15.629Z] [2021-04-08T00:38:15.629Z] Successfully built f6043922ac52 [2021-04-08T00:38:16.592Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-08T00:38:16.593Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-04-08T00:38:16.593Z] ---> a523989655db [2021-04-08T00:38:16.593Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-08T00:38:17.181Z] ---> 7aa8aa6898d1 [2021-04-08T00:38:17.181Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-08T00:38:19.779Z] ---> 9f3a56e22b30 [2021-04-08T00:38:19.779Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-08T00:38:21.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.304s coverage: 28.6% of statements [2021-04-08T00:38:21.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-08T00:38:21.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-08T00:38:21.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-08T00:38:21.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-08T00:38:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-08T00:38:21.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.314s coverage: 100.0% of statements [2021-04-08T00:38:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-08T00:38:21.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements [2021-04-08T00:38:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-08T00:38:21.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.437s coverage: 86.7% of statements [2021-04-08T00:38:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-08T00:38:21.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.461s coverage: 97.5% of statements [2021-04-08T00:38:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-08T00:38:21.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.256s coverage: 78.3% of statements [2021-04-08T00:38:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-08T00:38:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-08T00:38:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-08T00:38:21.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-08T00:38:21.761Z] ---> Running in 97b55b01ccb1 [2021-04-08T00:38:22.354Z] Removing intermediate container 97b55b01ccb1 [2021-04-08T00:38:22.354Z] ---> 1f03dfe5a5ee [2021-04-08T00:38:22.354Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-08T00:38:25.702Z] ---> 621f12744385 [2021-04-08T00:38:25.702Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-08T00:38:25.702Z] ---> Running in 40f59c590584 [2021-04-08T00:38:27.656Z] Removing intermediate container 40f59c590584 [2021-04-08T00:38:27.656Z] ---> d6c68f9c6835 [2021-04-08T00:38:27.656Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-08T00:38:29.070Z] ---> Running in a292eb1cd86d [2021-04-08T00:38:30.514Z] Removing intermediate container a292eb1cd86d [2021-04-08T00:38:30.514Z] ---> 7aa38d4e96a2 [2021-04-08T00:38:30.514Z] Step 28/31 : CMD ["gate"] [2021-04-08T00:38:31.108Z] ---> Running in 6f492005af25 [2021-04-08T00:38:31.712Z] Removing intermediate container 6f492005af25 [2021-04-08T00:38:31.712Z] ---> 37519c7c9c34 [2021-04-08T00:38:31.712Z] Step 29/31 : LABEL arch=x86_64 [2021-04-08T00:38:32.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.302s coverage: 92.8% of statements [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-08T00:38:32.077Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.131s coverage: 58.8% of statements [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-08T00:38:32.077Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 1.0% of statements [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-08T00:38:32.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-08T00:38:32.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.181s coverage: 47.1% of statements [2021-04-08T00:38:32.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.184s coverage: 79.5% of statements [2021-04-08T00:38:32.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.129s coverage: 94.1% of statements [2021-04-08T00:38:32.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.166s coverage: 96.3% of statements [2021-04-08T00:38:32.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.158s coverage: 87.5% of statements [2021-04-08T00:38:32.733Z] ---> Running in d78e2c58d57b [2021-04-08T00:38:33.753Z] Removing intermediate container d78e2c58d57b [2021-04-08T00:38:33.753Z] ---> 1cc94e62f77e [2021-04-08T00:38:33.753Z] Step 30/31 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:38:34.747Z] ---> Running in 8a595d9e0633 [2021-04-08T00:38:38.153Z] Removing intermediate container 8a595d9e0633 [2021-04-08T00:38:38.153Z] ---> b6c285efe5df [2021-04-08T00:38:38.153Z] Step 31/31 : LABEL version=0.0.0 [2021-04-08T00:38:38.423Z] ---> Running in 2a65ee74e140 [2021-04-08T00:38:39.872Z] Removing intermediate container 2a65ee74e140 [2021-04-08T00:38:39.872Z] ---> 203f31d864c3 [2021-04-08T00:38:39.872Z] [2021-04-08T00:38:40.866Z] Successfully built 203f31d864c3 [2021-04-08T00:38:41.147Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-08T00:38:44.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.212s coverage: 94.4% of statements [2021-04-08T00:38:44.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-04-08T00:38:45.572Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:38:45.572Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:38:45.572Z] ---> 931bef735dde [2021-04-08T00:38:45.572Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:38:45.572Z] ---> Using cache [2021-04-08T00:38:45.572Z] ---> eff7af59d21d [2021-04-08T00:38:45.572Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:38:45.572Z] ---> Using cache [2021-04-08T00:38:45.572Z] ---> 87dd94af9f42 [2021-04-08T00:38:45.572Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-08T00:38:45.572Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:38:45.572Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:38:45.572Z] ---> 931bef735dde [2021-04-08T00:38:45.572Z] Step 3/26 : WORKDIR /edgex-go [2021-04-08T00:38:45.572Z] ---> Using cache [2021-04-08T00:38:45.572Z] ---> eff7af59d21d [2021-04-08T00:38:45.572Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:38:45.572Z] ---> Using cache [2021-04-08T00:38:45.572Z] ---> 87dd94af9f42 [2021-04-08T00:38:45.572Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-08T00:38:46.223Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:38:46.223Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:38:46.223Z] ---> 931bef735dde [2021-04-08T00:38:46.223Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:38:46.223Z] ---> Using cache [2021-04-08T00:38:46.223Z] ---> eff7af59d21d [2021-04-08T00:38:46.223Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:38:46.223Z] ---> Using cache [2021-04-08T00:38:46.223Z] ---> 87dd94af9f42 [2021-04-08T00:38:46.223Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T00:38:46.223Z] ---> Using cache [2021-04-08T00:38:46.223Z] ---> efdc115d66eb [2021-04-08T00:38:46.223Z] Step 6/23 : COPY go.mod . [2021-04-08T00:38:46.223Z] ---> Using cache [2021-04-08T00:38:46.223Z] ---> 1cd123e6c0ae [2021-04-08T00:38:46.223Z] Step 7/23 : RUN go mod download [2021-04-08T00:38:46.223Z] ---> Using cache [2021-04-08T00:38:46.223Z] ---> 7ff52a3c8498 [2021-04-08T00:38:46.223Z] Step 8/23 : COPY . . [2021-04-08T00:38:46.496Z] ---> Using cache [2021-04-08T00:38:46.496Z] ---> 649da49c5ffc [2021-04-08T00:38:46.496Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-08T00:38:47.086Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:38:47.086Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:38:47.086Z] ---> 931bef735dde [2021-04-08T00:38:47.086Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T00:38:47.086Z] ---> Using cache [2021-04-08T00:38:47.086Z] ---> eff7af59d21d [2021-04-08T00:38:47.086Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:38:47.086Z] ---> Using cache [2021-04-08T00:38:47.086Z] ---> 87dd94af9f42 [2021-04-08T00:38:47.086Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-08T00:38:48.079Z] ---> Running in 323db63452a0 [2021-04-08T00:38:48.079Z] ---> Running in db567c6c1ae1 [2021-04-08T00:38:48.079Z] ---> Running in 8fd6ad487a54 [2021-04-08T00:38:48.079Z] ---> Running in 5a8353599e0d [2021-04-08T00:38:49.525Z] 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-04-08T00:38:49.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:49.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:49.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:49.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.599s coverage: 81.5% of statements [2021-04-08T00:38:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-08T00:38:49.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.095s coverage: 87.1% of statements [2021-04-08T00:38:50.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:50.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:50.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:38:51.116Z] OK: 233 MiB in 51 packages [2021-04-08T00:38:51.116Z] OK: 233 MiB in 51 packages [2021-04-08T00:38:51.116Z] OK: 233 MiB in 51 packages [2021-04-08T00:38:52.603Z] Removing intermediate container 8fd6ad487a54 [2021-04-08T00:38:52.603Z] ---> 546e3abf633a [2021-04-08T00:38:52.603Z] Step 6/22 : COPY go.mod . [2021-04-08T00:38:52.603Z] Removing intermediate container 323db63452a0 [2021-04-08T00:38:52.603Z] ---> 030858eb9527 [2021-04-08T00:38:52.603Z] Step 6/23 : COPY go.mod . [2021-04-08T00:38:52.889Z] Removing intermediate container db567c6c1ae1 [2021-04-08T00:38:52.889Z] ---> 4d4bbb3549aa [2021-04-08T00:38:52.889Z] Step 6/26 : COPY go.mod . [2021-04-08T00:38:54.860Z] ---> 0e3b04f21ee6 [2021-04-08T00:38:54.860Z] Step 7/26 : RUN go mod download [2021-04-08T00:38:54.860Z] ---> ec09cac7925e [2021-04-08T00:38:54.860Z] Step 7/22 : RUN go mod download [2021-04-08T00:38:54.860Z] ---> eb437ca55b75 [2021-04-08T00:38:54.860Z] Step 7/23 : RUN go mod download [2021-04-08T00:38:54.860Z] ---> Running in 26d9944008cb [2021-04-08T00:38:54.860Z] ---> Running in 4d62c921147d [2021-04-08T00:38:54.860Z] ---> Running in 92803461730d [2021-04-08T00:38:58.280Z] Removing intermediate container 4d62c921147d [2021-04-08T00:38:58.280Z] ---> fa428d215c8e [2021-04-08T00:38:58.280Z] Step 8/26 : COPY . . [2021-04-08T00:38:58.280Z] Removing intermediate container 92803461730d [2021-04-08T00:38:58.280Z] ---> 08fc2dda6630 [2021-04-08T00:38:58.280Z] Step 8/23 : COPY . . [2021-04-08T00:38:58.280Z] Removing intermediate container 26d9944008cb [2021-04-08T00:38:58.280Z] ---> 13238213da92 [2021-04-08T00:38:58.280Z] Step 8/22 : COPY . . [2021-04-08T00:39:02.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.195s coverage: 92.9% of statements [2021-04-08T00:39:02.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-08T00:39:02.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-08T00:39:02.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-08T00:39:02.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-04-08T00:39:02.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-08T00:39:02.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-08T00:39:02.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-08T00:39:02.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-08T00:39:02.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-08T00:39:02.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-04-08T00:39:02.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-08T00:39:02.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-08T00:39:02.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-04-08T00:39:02.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.185s coverage: 75.5% of statements [2021-04-08T00:39:02.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.144s coverage: 80.8% of statements [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.238s coverage: 87.2% of statements [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.206s coverage: 84.6% of statements [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.6% of statements [2021-04-08T00:39:02.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.581s coverage: 64.4% of statements [2021-04-08T00:39:02.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-08T00:39:02.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-04-08T00:39:02.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-04-08T00:39:07.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.903s coverage: 69.0% of statements [2021-04-08T00:39:07.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-08T00:39:07.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-08T00:39:07.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-08T00:39:08.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.472s coverage: 38.4% of statements [2021-04-08T00:39:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-08T00:39:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-08T00:39:08.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.095s coverage: 89.5% of statements [2021-04-08T00:39:08.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-08T00:39:08.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.090s coverage: 84.8% of statements [2021-04-08T00:39:15.461Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.449s coverage: 47.0% of statements [2021-04-08T00:39:15.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-08T00:39:15.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-08T00:39:15.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-08T00:39:15.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-08T00:39:15.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-08T00:39:15.461Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.189s coverage: 100.0% of statements [2021-04-08T00:39:15.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-08T00:39:15.461Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-04-08T00:39:15.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-08T00:39:15.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-08T00:39:15.461Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.234s coverage: 11.0% of statements [2021-04-08T00:39:15.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-08T00:39:15.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.379s coverage: 87.1% of statements [2021-04-08T00:39:15.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-08T00:39:15.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:39:15.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-08T00:39:25.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.509s coverage: 29.1% of statements [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-08T00:39:25.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-08T00:39:25.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.211s coverage: 100.0% of statements [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-08T00:39:25.941Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.378s coverage: 95.6% of statements [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-08T00:39:25.941Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-08T00:39:25.941Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-08T00:39:25.941Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-08T00:39:25.941Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-08T00:39:25.941Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-04-08T00:39:25.941Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 32.1% of statements [2021-04-08T00:39:25.941Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-08T00:39:26.923Z] GO111MODULE=on go vet ./... [2021-04-08T00:39:30.909Z] Removing intermediate container 5a8353599e0d [2021-04-08T00:39:30.909Z] ---> 17a3bd23d74f [2021-04-08T00:39:30.909Z] [2021-04-08T00:39:30.909Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:39:30.909Z] ---> 7230e588e954 [2021-04-08T00:39:30.909Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:39:30.909Z] ---> Using cache [2021-04-08T00:39:30.909Z] ---> f647920fe7ed [2021-04-08T00:39:30.909Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:39:30.909Z] ---> Using cache [2021-04-08T00:39:30.909Z] ---> 5b4b0fdc9d10 [2021-04-08T00:39:30.909Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-08T00:39:30.909Z] ---> Running in a4cdcd4f002d [2021-04-08T00:39:31.181Z] Removing intermediate container a4cdcd4f002d [2021-04-08T00:39:31.181Z] ---> 90f0eb6bd350 [2021-04-08T00:39:31.181Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T00:39:31.790Z] ---> Running in 972bf00e99ee [2021-04-08T00:39:33.195Z] Removing intermediate container 972bf00e99ee [2021-04-08T00:39:33.195Z] ---> 79cffc24c02e [2021-04-08T00:39:33.195Z] Step 15/23 : WORKDIR / [2021-04-08T00:39:34.159Z] ---> Running in 1dc022dd8ea6 [2021-04-08T00:39:34.736Z] ---> 6544014b8d1d [2021-04-08T00:39:34.736Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-08T00:39:34.736Z] ---> a631b203b216 [2021-04-08T00:39:34.736Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-08T00:39:34.736Z] ---> b3cdde234845 [2021-04-08T00:39:34.736Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-08T00:39:34.736Z] Removing intermediate container 1dc022dd8ea6 [2021-04-08T00:39:34.736Z] ---> 9fd691cba1cd [2021-04-08T00:39:34.736Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:39:34.736Z] ---> Running in 63efd77a76a8 [2021-04-08T00:39:34.736Z] ---> Running in 33f2e359cff4 [2021-04-08T00:39:34.736Z] ---> Running in d0b20a763a47 [2021-04-08T00:39:35.696Z] ---> 729f014c93c6 [2021-04-08T00:39:35.696Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-08T00:39:36.314Z] 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-04-08T00:39:36.314Z] 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-04-08T00:39:36.314Z] 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-04-08T00:39:36.604Z] ---> 47082c514843 [2021-04-08T00:39:36.604Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-08T00:39:37.201Z] ---> 456d4ab78cb6 [2021-04-08T00:39:37.201Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-08T00:39:37.201Z] ---> Running in 28dedbf4acf8 [2021-04-08T00:39:37.479Z] Removing intermediate container 28dedbf4acf8 [2021-04-08T00:39:37.479Z] ---> 028a4ade3c80 [2021-04-08T00:39:37.479Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:39:37.479Z] ---> Running in 21d79e5a0c1f [2021-04-08T00:39:38.482Z] Removing intermediate container 21d79e5a0c1f [2021-04-08T00:39:38.482Z] ---> 67d65219478e [2021-04-08T00:39:38.482Z] Step 21/23 : LABEL arch=x86_64 [2021-04-08T00:39:38.482Z] ---> Running in 32c50e5d931b [2021-04-08T00:39:39.094Z] Removing intermediate container 32c50e5d931b [2021-04-08T00:39:39.094Z] ---> 46e87c96e6f6 [2021-04-08T00:39:39.094Z] Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:39:39.094Z] ---> Running in a3831e43a8d1 [2021-04-08T00:39:39.679Z] Removing intermediate container a3831e43a8d1 [2021-04-08T00:39:39.679Z] ---> 6bd7cd9e812f [2021-04-08T00:39:39.679Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:39:39.679Z] ---> Running in 4ad524a0a731 [2021-04-08T00:39:39.950Z] Removing intermediate container 4ad524a0a731 [2021-04-08T00:39:39.950Z] ---> 348539a706cd [2021-04-08T00:39:39.950Z] [2021-04-08T00:39:40.224Z] Successfully built 348539a706cd [2021-04-08T00:39:40.514Z] Successfully tagged docker-core-command-go:latest [2021-04-08T00:40:12.820Z]  Building docker-core-command-go ... done Removing intermediate container 63efd77a76a8 [2021-04-08T00:40:12.820Z] ---> 82ff2fc1f568 [2021-04-08T00:40:12.820Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-08T00:40:12.820Z] Removing intermediate container 33f2e359cff4 [2021-04-08T00:40:12.820Z] ---> 0c83b0ea0d30 [2021-04-08T00:40:12.820Z] [2021-04-08T00:40:12.820Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T00:40:12.820Z] ---> 7230e588e954 [2021-04-08T00:40:12.820Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-08T00:40:12.820Z] ---> Running in 3b3dc486a513 [2021-04-08T00:40:12.820Z] ---> Running in 545f9c175c49 [2021-04-08T00:40:12.820Z] 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-04-08T00:40:12.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:40:12.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:40:12.820Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-08T00:40:12.820Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-08T00:40:12.820Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:40:12.820Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:40:12.820Z] OK: 6 MiB in 16 packages [2021-04-08T00:40:12.820Z] Removing intermediate container d0b20a763a47 [2021-04-08T00:40:12.820Z] ---> 6362bae61500 [2021-04-08T00:40:12.820Z] [2021-04-08T00:40:12.820Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:40:12.820Z] ---> 7230e588e954 [2021-04-08T00:40:12.820Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-08T00:40:12.820Z] ---> Running in e1f6821f8628 [2021-04-08T00:40:13.084Z] Removing intermediate container e1f6821f8628 [2021-04-08T00:40:13.084Z] ---> 004e057a38a0 [2021-04-08T00:40:13.084Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-08T00:40:13.084Z] Removing intermediate container 545f9c175c49 [2021-04-08T00:40:13.084Z] ---> da6df0db5fcb [2021-04-08T00:40:13.084Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:40:13.349Z] ---> Running in cbd01878fa99 [2021-04-08T00:40:13.349Z] ---> Running in 03505f9a4e2b [2021-04-08T00:40:13.349Z] Removing intermediate container 3b3dc486a513 [2021-04-08T00:40:13.349Z] ---> 9950b23e3292 [2021-04-08T00:40:13.349Z] [2021-04-08T00:40:13.349Z] Step 11/26 : FROM docker:20.10.0 [2021-04-08T00:40:13.349Z] 20.10.0: Pulling from library/docker [2021-04-08T00:40:13.349Z] Removing intermediate container cbd01878fa99 [2021-04-08T00:40:13.349Z] ---> 8f21387c560f [2021-04-08T00:40:13.349Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-08T00:40:13.349Z] Removing intermediate container 03505f9a4e2b [2021-04-08T00:40:13.349Z] ---> 3c5ea9ef6117 [2021-04-08T00:40:13.349Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-08T00:40:13.619Z] ---> Running in 3d8c8b38ee6a [2021-04-08T00:40:13.619Z] ---> Running in 04f57fda3439 [2021-04-08T00:40:13.890Z] Removing intermediate container 3d8c8b38ee6a [2021-04-08T00:40:13.890Z] ---> f511c1e64b41 [2021-04-08T00:40:13.890Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T00:40:13.890Z] Removing intermediate container 04f57fda3439 [2021-04-08T00:40:13.890Z] ---> 03e7f5a763f1 [2021-04-08T00:40:13.890Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:40:13.890Z] ---> Running in aed5959ef786 [2021-04-08T00:40:13.890Z] ---> Running in e78cc73659e9 [2021-04-08T00:40:15.313Z] Removing intermediate container aed5959ef786 [2021-04-08T00:40:15.313Z] ---> de636a91733d [2021-04-08T00:40:15.313Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:40:15.911Z] ---> 46fcfa81cb65 [2021-04-08T00:40:15.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-08T00:40:16.500Z] Removing intermediate container e78cc73659e9 [2021-04-08T00:40:16.500Z] ---> 9ae624010a1e [2021-04-08T00:40:16.500Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-08T00:40:16.500Z] ---> Running in 32369c453ead [2021-04-08T00:40:16.774Z] ---> 05e59a14ec1e [2021-04-08T00:40:16.774Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-08T00:40:17.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:40:17.746Z] ---> 5b867dbbe205 [2021-04-08T00:40:17.746Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-08T00:40:17.746Z] ---> Running in 4a4ccfe692c9 [2021-04-08T00:40:18.019Z] Removing intermediate container 4a4ccfe692c9 [2021-04-08T00:40:18.019Z] ---> 9bcdc993bec7 [2021-04-08T00:40:18.019Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:40:18.019Z] ---> Running in 98a528b6942c [2021-04-08T00:40:18.297Z] Removing intermediate container 98a528b6942c [2021-04-08T00:40:18.297Z] ---> a925cbbc11ce [2021-04-08T00:40:18.297Z] Step 20/22 : LABEL arch=x86_64 [2021-04-08T00:40:18.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:40:18.297Z] ---> Running in 41c1f2a6639a [2021-04-08T00:40:18.564Z] Removing intermediate container 41c1f2a6639a [2021-04-08T00:40:18.564Z] ---> 8af634ef8e27 [2021-04-08T00:40:18.564Z] Step 21/22 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:40:18.832Z] ---> Running in 14a3cc348ec7 [2021-04-08T00:40:19.099Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-08T00:40:19.099Z] Removing intermediate container 14a3cc348ec7 [2021-04-08T00:40:19.099Z] ---> 43a9b7fa88df [2021-04-08T00:40:19.099Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T00:40:19.099Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-08T00:40:19.099Z] ---> Running in efe0a7e872f1 [2021-04-08T00:40:19.364Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-08T00:40:19.364Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-08T00:40:19.631Z] Removing intermediate container efe0a7e872f1 [2021-04-08T00:40:19.631Z] ---> 9150ab7ea131 [2021-04-08T00:40:19.631Z] [2021-04-08T00:40:19.631Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T00:40:19.897Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-08T00:40:19.897Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:40:19.897Z] Successfully built 9150ab7ea131 [2021-04-08T00:40:19.897Z] OK: 8 MiB in 20 packages [2021-04-08T00:40:20.164Z] Successfully tagged docker-support-notifications-go:latest [2021-04-08T00:40:20.751Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-08T00:40:20.751Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-08T00:40:20.751Z] ---> aefe523efa57 [2021-04-08T00:40:20.751Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-08T00:40:20.751Z] Removing intermediate container 32369c453ead [2021-04-08T00:40:20.751Z] ---> 3586c295867d [2021-04-08T00:40:20.751Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:40:20.751Z] ---> Running in 47d1159a5395 [2021-04-08T00:40:21.019Z] ---> 33357e57a17f [2021-04-08T00:40:21.019Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-08T00:40:21.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:40:21.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:40:21.565Z] (1/2) Installing readline (8.0.4-r0) [2021-04-08T00:40:21.565Z] (2/2) Installing bash (5.0.17-r0) [2021-04-08T00:40:21.565Z] Executing bash-5.0.17-r0.post-install [2021-04-08T00:40:21.565Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:40:21.565Z] OK: 12 MiB in 22 packages [2021-04-08T00:40:21.839Z] ---> 7985affe792c [2021-04-08T00:40:21.839Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-08T00:40:22.108Z] ---> ff01554187a9 [2021-04-08T00:40:22.108Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-08T00:40:22.108Z] Removing intermediate container 47d1159a5395 [2021-04-08T00:40:22.108Z] ---> 3abf68afb9ff [2021-04-08T00:40:22.108Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-08T00:40:22.108Z] ---> Running in 882f983a20bf [2021-04-08T00:40:22.445Z] ---> Running in a848c9d69595 [2021-04-08T00:40:22.445Z] Removing intermediate container 882f983a20bf [2021-04-08T00:40:22.445Z] ---> 34bbfb67e20b [2021-04-08T00:40:22.445Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:40:22.445Z] Removing intermediate container a848c9d69595 [2021-04-08T00:40:22.445Z] ---> ef82620caae4 [2021-04-08T00:40:22.445Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-08T00:40:22.445Z] ---> Running in cca801f6c39d [2021-04-08T00:40:22.790Z] ---> Running in bb90d35f862c [2021-04-08T00:40:23.087Z] Removing intermediate container cca801f6c39d [2021-04-08T00:40:23.087Z] ---> 45a9bb2dde28 [2021-04-08T00:40:23.087Z] Step 21/23 : LABEL arch=x86_64 [2021-04-08T00:40:23.087Z] Removing intermediate container bb90d35f862c [2021-04-08T00:40:23.087Z] ---> ac4c5f14ba5f [2021-04-08T00:40:23.087Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-08T00:40:23.087Z] ---> Running in 657313c75f9d [2021-04-08T00:40:23.087Z] ---> Running in e7fb85541ab1 [2021-04-08T00:40:23.433Z] Removing intermediate container 657313c75f9d [2021-04-08T00:40:23.433Z] ---> 4518d3227401 [2021-04-08T00:40:23.433Z] Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:40:23.433Z] Removing intermediate container e7fb85541ab1 [2021-04-08T00:40:23.433Z] ---> 90e6a058caeb [2021-04-08T00:40:23.433Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-08T00:40:23.433Z] ---> Running in 8b80471ed355 [2021-04-08T00:40:23.753Z] Removing intermediate container 8b80471ed355 [2021-04-08T00:40:23.753Z] ---> 2d4d8aa494cd [2021-04-08T00:40:23.753Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:40:23.753Z] ---> Running in 04eab5968270 [2021-04-08T00:40:24.061Z] ---> 8cb4237cc5df [2021-04-08T00:40:24.061Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-08T00:40:24.061Z] Removing intermediate container 04eab5968270 [2021-04-08T00:40:24.061Z] ---> f65b991e268d [2021-04-08T00:40:24.061Z] [2021-04-08T00:40:25.029Z] Successfully built f65b991e268d [2021-04-08T00:40:25.029Z] Successfully tagged docker-core-data-go:latest [2021-04-08T00:40:25.029Z]  Building docker-core-data-go ... done  ---> 17a3084f009a [2021-04-08T00:40:25.029Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-08T00:40:25.299Z] ---> 4e113a6648f9 [2021-04-08T00:40:25.299Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-08T00:40:25.299Z] ---> Running in d7c698fb7f2f [2021-04-08T00:40:26.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:40:26.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:40:26.256Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-08T00:40:26.256Z] (2/33) Installing expat (2.2.9-r1) [2021-04-08T00:40:26.256Z] (3/33) Installing libffi (3.3-r2) [2021-04-08T00:40:26.256Z] (4/33) Installing gdbm (1.13-r1) [2021-04-08T00:40:26.256Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-08T00:40:26.256Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-08T00:40:26.529Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-08T00:40:27.486Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-08T00:40:27.486Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-08T00:40:27.486Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-08T00:40:27.486Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-08T00:40:27.486Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-08T00:40:27.486Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-08T00:40:27.486Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-08T00:40:27.486Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-08T00:40:27.486Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-08T00:40:27.486Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-08T00:40:27.752Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-08T00:40:27.752Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-08T00:40:27.752Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-08T00:40:27.752Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-08T00:40:27.752Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-08T00:40:27.752Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-08T00:40:27.752Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-08T00:40:27.752Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-08T00:40:27.752Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-08T00:40:27.752Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-08T00:40:27.752Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-08T00:40:27.752Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-08T00:40:27.752Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-08T00:40:27.752Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-08T00:40:27.752Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-08T00:40:27.752Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-08T00:40:28.016Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:40:28.016Z] OK: 71 MiB in 55 packages [2021-04-08T00:40:38.100Z] Removing intermediate container d7c698fb7f2f [2021-04-08T00:40:38.100Z] ---> a4c22eec732e [2021-04-08T00:40:38.100Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-08T00:40:38.100Z] ---> Running in cd7637b09dab [2021-04-08T00:40:38.686Z] Collecting docker-compose==1.23.2 [2021-04-08T00:40:38.954Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-08T00:40:38.954Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-08T00:40:38.954Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-08T00:40:39.219Z] Collecting docopt<0.7,>=0.6.1 [2021-04-08T00:40:39.219Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-08T00:40:39.797Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-08T00:40:39.797Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-08T00:40:40.061Z] Collecting PyYAML<4,>=3.10 [2021-04-08T00:40:40.061Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-08T00:40:41.013Z] Collecting docker<4.0,>=3.6.0 [2021-04-08T00:40:41.013Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-08T00:40:41.277Z] Collecting cached-property<2,>=1.2.0 [2021-04-08T00:40:41.277Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-08T00:40:41.277Z] Collecting texttable<0.10,>=0.9.0 [2021-04-08T00:40:41.277Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-08T00:40:41.856Z] 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-04-08T00:40:41.856Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-08T00:40:41.856Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-08T00:40:42.438Z] Collecting jsonschema<3,>=2.5.1 [2021-04-08T00:40:42.438Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-08T00:40:42.703Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-08T00:40:42.703Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-08T00:40:42.703Z] 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-04-08T00:40:42.967Z] Collecting idna<2.8,>=2.5 [2021-04-08T00:40:42.967Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-08T00:40:42.967Z] 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-04-08T00:40:42.967Z] Collecting docker-pycreds>=0.4.0 [2021-04-08T00:40:42.967Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-08T00:40:42.967Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-08T00:40:42.967Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-08T00:40:42.967Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-08T00:40:42.967Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-08T00:40:43.231Z] Installing collected packages: websocket-client, docopt, urllib3, idna, requests, PyYAML, docker-pycreds, docker, cached-property, texttable, dockerpty, jsonschema, docker-compose [2021-04-08T00:40:43.231Z] Running setup.py install for docopt: started [2021-04-08T00:40:43.809Z] Running setup.py install for docopt: finished with status 'done' [2021-04-08T00:40:43.809Z] Attempting uninstall: urllib3 [2021-04-08T00:40:43.809Z] Found existing installation: urllib3 1.25.9 [2021-04-08T00:40:43.809Z] Uninstalling urllib3-1.25.9: [2021-04-08T00:40:43.809Z] Successfully uninstalled urllib3-1.25.9 [2021-04-08T00:40:44.075Z] Attempting uninstall: idna [2021-04-08T00:40:44.075Z] Found existing installation: idna 2.9 [2021-04-08T00:40:44.075Z] Uninstalling idna-2.9: [2021-04-08T00:40:44.075Z] Successfully uninstalled idna-2.9 [2021-04-08T00:40:44.340Z] Attempting uninstall: requests [2021-04-08T00:40:44.340Z] Found existing installation: requests 2.23.0 [2021-04-08T00:40:44.340Z] Uninstalling requests-2.23.0: [2021-04-08T00:40:44.340Z] Successfully uninstalled requests-2.23.0 [2021-04-08T00:40:44.340Z] Running setup.py install for PyYAML: started [2021-04-08T00:40:44.917Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-08T00:40:45.182Z] Running setup.py install for texttable: started [2021-04-08T00:40:45.764Z] Running setup.py install for texttable: finished with status 'done' [2021-04-08T00:40:45.764Z] Running setup.py install for dockerpty: started [2021-04-08T00:40:46.353Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-08T00:40:46.619Z] 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.58.0 [2021-04-08T00:40:48.740Z] gofmt -l . [2021-04-08T00:40:49.952Z] Removing intermediate container cd7637b09dab [2021-04-08T00:40:49.952Z] ---> 4f762c81cf54 [2021-04-08T00:40:49.952Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-08T00:40:50.217Z] ---> Running in 75ea5de0103d [2021-04-08T00:40:50.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T00:40:50.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T00:40:50.801Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:40:50.801Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-08T00:40:50.801Z] (3/3) Installing curl (7.69.1-r3) [2021-04-08T00:40:50.801Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:40:50.801Z] OK: 72 MiB in 58 packages [2021-04-08T00:40:51.383Z] Removing intermediate container 75ea5de0103d [2021-04-08T00:40:51.383Z] ---> 03c51971554a [2021-04-08T00:40:51.383Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-08T00:40:51.383Z] ---> Running in 38608caf6ef2 [2021-04-08T00:40:51.649Z] Removing intermediate container 38608caf6ef2 [2021-04-08T00:40:51.649Z] ---> 0f1e71f2338a [2021-04-08T00:40:51.649Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:40:51.649Z] ---> Running in dd6f6ea5c93f [2021-04-08T00:40:51.914Z] Removing intermediate container dd6f6ea5c93f [2021-04-08T00:40:51.914Z] ---> a395f26aacad [2021-04-08T00:40:51.914Z] Step 24/26 : LABEL arch=x86_64 [2021-04-08T00:40:51.914Z] ---> Running in 651d27d5fb7b [2021-04-08T00:40:52.143Z] [ "`gofmt -l .`" = "" ] [2021-04-08T00:40:52.179Z] Removing intermediate container 651d27d5fb7b [2021-04-08T00:40:52.179Z] ---> 8292bbdebc3b [2021-04-08T00:40:52.179Z] Step 25/26 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:40:52.179Z] ---> Running in a319dd3f37de [2021-04-08T00:40:52.444Z] Removing intermediate container a319dd3f37de [2021-04-08T00:40:52.444Z] ---> aba97a5d8f14 [2021-04-08T00:40:52.444Z] Step 26/26 : LABEL version=0.0.0 [2021-04-08T00:40:52.444Z] ---> Running in 4accd0e37a5a [2021-04-08T00:40:52.444Z] Removing intermediate container 4accd0e37a5a [2021-04-08T00:40:52.444Z] ---> 424bea3924dc [2021-04-08T00:40:52.444Z] [2021-04-08T00:40:52.708Z] Successfully built 424bea3924dc [2021-04-08T00:40:52.708Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-08T00:40:52.985Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-08T00:40:53.000Z] $ docker stop --time=1 0650a2f9f67b297c76c910e295c3a87a8392d043ba0aa47608c4d43f867dc1e9 [2021-04-08T00:40:55.320Z] $ docker rm -f 0650a2f9f67b297c76c910e295c3a87a8392d043ba0aa47608c4d43f867dc1e9 [2021-04-08T00:40:55.523Z] ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T00:40:55.892Z] + docker images [2021-04-08T00:40:55.892Z] + grep docker [2021-04-08T00:40:56.124Z] ./bin/test-attribution-txt.sh [2021-04-08T00:40:56.154Z] docker-sys-mgmt-agent-go latest 424bea3924dc 4 seconds ago 314MB [2021-04-08T00:40:56.154Z] docker-core-data-go latest f65b991e268d 33 seconds ago 22.7MB [2021-04-08T00:40:56.154Z] docker-support-notifications-go latest 9150ab7ea131 37 seconds ago 17.9MB [2021-04-08T00:40:56.154Z] docker-core-command-go latest 348539a706cd About a minute ago 17.3MB [2021-04-08T00:40:56.154Z] docker-security-bootstrapper-go latest 203f31d864c3 2 minutes ago 19MB [2021-04-08T00:40:56.154Z] docker-security-secretstore-setup-go latest f6043922ac52 2 minutes ago 25.7MB [2021-04-08T00:40:56.154Z] docker-core-metadata-go latest b3300765b5a8 2 minutes ago 19MB [2021-04-08T00:40:56.154Z] docker-security-proxy-setup-go latest 68f5a5923a8b 2 minutes ago 25.4MB [2021-04-08T00:40:56.154Z] docker-support-scheduler-go latest 4795be9384e1 2 minutes ago 17.4MB [2021-04-08T00:40:56.154Z] docker 20.10.0 aefe523efa57 3 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 [Pipeline] sh [2021-04-08T00:40:58.777Z] + ls -al . [2021-04-08T00:40:58.777Z] total 836 [2021-04-08T00:40:58.777Z] drwxrwxr-x 9 1001 1001 4096 Apr 8 00:40 . [2021-04-08T00:40:58.777Z] drwxr-xr-x 4 root root 4096 Apr 8 00:36 .. [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 11 Apr 8 00:34 .dockerignore [2021-04-08T00:40:58.777Z] drwxrwxr-x 8 1001 1001 4096 Apr 8 00:34 .git [2021-04-08T00:40:58.777Z] drwxrwxr-x 3 1001 1001 4096 Apr 8 00:34 .github [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 818 Apr 8 00:34 .gitignore [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 166 Apr 8 00:34 .sonarcloud.properties [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 8607 Apr 8 00:34 Attribution.txt [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 3804 Apr 8 00:34 CONTRIBUTING.md [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 931 Apr 8 00:34 Dockerfile.build [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 863 Apr 8 00:34 Jenkinsfile [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 10775 Apr 8 00:34 LICENSE [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 5774 Apr 8 00:34 Makefile [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 6548 Apr 8 00:34 README.md [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 6755 Apr 8 00:34 SECURITY.md [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 5 Apr 8 00:31 VERSION [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 4131 Apr 8 00:34 ZMQWindows.md [2021-04-08T00:40:58.777Z] drwxrwxr-x 2 1001 1001 4096 Apr 8 00:34 bin [2021-04-08T00:40:58.777Z] drwxrwxr-x 14 1001 1001 4096 Apr 8 00:34 cmd [2021-04-08T00:40:58.777Z] -rw-r--r-- 1 root root 697383 Apr 8 00:39 coverage.out [2021-04-08T00:40:58.777Z] -rw-r--r-- 1 root root 1056 Apr 8 00:40 go.mod [2021-04-08T00:40:58.777Z] -rw-r--r-- 1 root root 22360 Apr 8 00:40 go.sum [2021-04-08T00:40:58.777Z] drwxrwxr-x 8 1001 1001 4096 Apr 8 00:34 internal [2021-04-08T00:40:58.777Z] drwxrwxr-x 4 1001 1001 4096 Apr 8 00:34 openapi [2021-04-08T00:40:58.777Z] drwxrwxr-x 4 1001 1001 4096 Apr 8 00:34 snap [2021-04-08T00:40:58.777Z] -rw-rw-r-- 1 1001 1001 168 Apr 8 00:34 version.go [Pipeline] sh [2021-04-08T00:40:59.456Z] + '[' -e coverage.out ] [2021-04-08T00:40:59.456Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-08T00:40:59.518Z] Warning: overwriting stash ‘coverage-report’ [2021-04-08T00:41:00.857Z] Stashed 1 file(s) [Pipeline] sh [2021-04-08T00:41:01.544Z] + make build [2021-04-08T00:41:01.544Z] 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-04-08T00:41:11.832Z] Still waiting to schedule task [2021-04-08T00:41:11.832Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-33219’ [2021-04-08T00:41:16.662Z] 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-04-08T00:41:43.492Z] 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-04-08T00:41:50.203Z] 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-04-08T00:42:00.361Z] 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-04-08T00:42:00.361Z] 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-04-08T00:42:05.797Z] 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-04-08T00:42:16.001Z] 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-04-08T00:42:21.417Z] 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-04-08T00:42:26.910Z] 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-04-08T00:42:31.217Z] 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-04-08T00:42:35.533Z] 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-04-08T00:42:42.260Z] $ docker stop --time=1 f29d90c957be8d97fa5e88039288c4e883fe79db259cb76320f2c865fe936889 [2021-04-08T00:42:44.753Z] $ docker rm -f f29d90c957be8d97fa5e88039288c4e883fe79db259cb76320f2c865fe936889 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:42:46.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T00:42:46.950Z] [2021-04-08T00:42:46.950Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:42:47.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T00:42:47.891Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-08T00:42:47.891Z] 29e5d40040c1: Pulling fs layer [2021-04-08T00:42:47.891Z] 1ce36da41761: Pulling fs layer [2021-04-08T00:42:47.891Z] 25b303627fd3: Pulling fs layer [2021-04-08T00:42:48.494Z] 29e5d40040c1: Verifying Checksum [2021-04-08T00:42:48.494Z] 29e5d40040c1: Download complete [2021-04-08T00:42:48.770Z] 1ce36da41761: Verifying Checksum [2021-04-08T00:42:48.770Z] 1ce36da41761: Download complete [2021-04-08T00:42:49.044Z] 29e5d40040c1: Pull complete [2021-04-08T00:42:50.483Z] 1ce36da41761: Pull complete [2021-04-08T00:42:50.769Z] 25b303627fd3: Verifying Checksum [2021-04-08T00:42:50.769Z] 25b303627fd3: Download complete [2021-04-08T00:43:00.945Z] 25b303627fd3: Pull complete [2021-04-08T00:43:00.945Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-08T00:43:00.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T00:43:00.945Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-08T00:43:01.225Z] prd-ubuntu18.04-docker-arm64-4c-16g-33235 does not seem to be running inside a container [2021-04-08T00:43:01.269Z] Running on prd-ubuntu18.04-docker-8c-8g-33244 in /w/workspace/edgexfoundry_edgex-go_PR-3342 [2021-04-08T00:43:01.312Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-08T00:43:05.736Z] $ docker top 336ae85c44c77a655aa744c2092e9daff5572999f378c9b164c3dfc6a60096cc -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-04-08T00:43:06.338Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-08T00:43:06.926Z] + + grep paralleldocker-compose [2021-04-08T00:43:06.926Z] build --help [2021-04-08T00:43:08.617Z] using credential edgex-jenkins-ssh [2021-04-08T00:43:08.716Z] Cloning the remote Git repository [2021-04-08T00:43:08.742Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:43:08.809Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-08T00:43:08.833Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:43:08.833Z] > git --version # timeout=10 [2021-04-08T00:43:08.839Z] > git --version # 'git version 2.17.1' [2021-04-08T00:43:08.839Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:43:08.861Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T00:43:12.343Z] --parallel Build images in parallel. [Pipeline] } [2021-04-08T00:43:12.355Z] $ docker stop --time=1 336ae85c44c77a655aa744c2092e9daff5572999f378c9b164c3dfc6a60096cc [2021-04-08T00:43:14.316Z] $ docker rm -f 336ae85c44c77a655aa744c2092e9daff5572999f378c9b164c3dfc6a60096cc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:43:15.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T00:43:15.145Z] . [Pipeline] withDockerContainer [2021-04-08T00:43:15.419Z] prd-ubuntu18.04-docker-arm64-4c-16g-33235 does not seem to be running inside a container [2021-04-08T00:43:15.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-08T00:43:16.939Z] $ docker top d960a0d622bbe00a77cbb0d41397f63e9824a381ed19e9cac4147fc73a7a0f0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:43:17.986Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-08T00:43:22.277Z] Building docker-core-command-go ... [2021-04-08T00:43:22.277Z] Building docker-core-data-go ... [2021-04-08T00:43:22.277Z] Building docker-core-metadata-go ... [2021-04-08T00:43:22.277Z] Building docker-security-bootstrapper-go ... [2021-04-08T00:43:22.277Z] Building docker-security-proxy-setup-go ... [2021-04-08T00:43:22.277Z] Building docker-security-secretstore-setup-go ... [2021-04-08T00:43:22.277Z] Building docker-support-notifications-go ... [2021-04-08T00:43:22.277Z] Building docker-support-scheduler-go ... [2021-04-08T00:43:22.277Z] Building docker-sys-mgmt-agent-go ... [2021-04-08T00:43:22.277Z] Building docker-sys-mgmt-agent-go [2021-04-08T00:43:22.277Z] Building docker-support-notifications-go [2021-04-08T00:43:22.277Z] Building docker-core-command-go [2021-04-08T00:43:22.277Z] Building docker-security-secretstore-setup-go [2021-04-08T00:43:22.277Z] Building docker-security-bootstrapper-go [2021-04-08T00:43:29.169Z] Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 [2021-04-08T00:43:29.429Z] Merge succeeded, producing 585796de747cb035f5c60c3f6a140e68fc0ad64a [2021-04-08T00:43:29.430Z] Checking out Revision 585796de747cb035f5c60c3f6a140e68fc0ad64a (PR-3342) [2021-04-08T00:43:28.683Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T00:43:28.692Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T00:43:28.703Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T00:43:28.718Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T00:43:28.718Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:43:28.723Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3342/head:refs/remotes/origin/PR-3342 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T00:43:29.183Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T00:43:29.188Z] > git checkout -f a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # timeout=10 [2021-04-08T00:43:29.311Z] > git remote # timeout=10 [2021-04-08T00:43:29.317Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T00:43:29.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T00:43:29.325Z] > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 [2021-04-08T00:43:29.428Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T00:43:29.436Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T00:43:29.440Z] > git checkout -f 585796de747cb035f5c60c3f6a140e68fc0ad64a # timeout=10 [2021-04-08T00:43:33.138Z] Commit message: "Merge commit 'abd01a6d142b6f684e0380bd2bdcda548b905f03' into HEAD" [2021-04-08T00:43:33.153Z] > git rev-list --no-walk a8a5294a36c5f57ee33bcd2fb8ab8ab6e78548d6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:43:34.202Z] + echo snap-build.sh [2021-04-08T00:43:34.202Z] snap-build.sh [2021-04-08T00:43:34.202Z] + SNAP_BASE_DIR=. [2021-04-08T00:43:34.202Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-04-08T00:43:34.202Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-04-08T00:43:34.202Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-04-08T00:43:34.202Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-04-08T00:43:34.202Z] + cd /w/workspace/edgex-go/2 [2021-04-08T00:43:34.202Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-08T00:43:34.202Z] Reading package lists... [2021-04-08T00:43:34.465Z] Building dependency tree... [2021-04-08T00:43:34.465Z] Reading state information... [2021-04-08T00:43:34.465Z] The following packages were automatically installed and are no longer required: [2021-04-08T00:43:34.465Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-08T00:43:34.465Z] uidmap xdelta3 [2021-04-08T00:43:34.465Z] Use 'sudo apt autoremove' to remove them. [2021-04-08T00:43:34.725Z] The following packages will be REMOVED: [2021-04-08T00:43:34.725Z] lxd* lxd-client* [2021-04-08T00:43:34.989Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-08T00:43:34.989Z] After this operation, 31.7 MB disk space will be freed. [2021-04-08T00:43:36.033Z] (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-04-08T00:43:36.033Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-08T00:43:36.977Z] Removing lxd dnsmasq configuration [2021-04-08T00:43:36.977Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-08T00:43:37.237Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-08T00:43:37.808Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-08T00:43:38.331Z] (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-04-08T00:43:38.331Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-08T00:43:39.747Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-08T00:43:39.747Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-08T00:43:41.138Z] + sudo snap remove --purge lxd [2021-04-08T00:43:41.409Z] snap "lxd" is not installed [2021-04-08T00:43:41.409Z] + sudo groupadd --force --system lxd [2021-04-08T00:43:41.409Z] ++ whoami [2021-04-08T00:43:41.409Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-08T00:43:41.409Z] + newgrp - lxd [2021-04-08T00:43:41.409Z] + sudo snap install lxd [2021-04-08T00:44:30.252Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:44:30.252Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:44:30.252Z] ---> 362df42ccc13 [2021-04-08T00:44:30.252Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T00:44:30.252Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:44:30.252Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:44:30.252Z] ---> 362df42ccc13 [2021-04-08T00:44:30.252Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:44:30.252Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:44:30.252Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:44:30.252Z] ---> 362df42ccc13 [2021-04-08T00:44:30.252Z] Step 3/26 : WORKDIR /edgex-go [2021-04-08T00:44:30.252Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:44:30.252Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:44:30.252Z] ---> 362df42ccc13 [2021-04-08T00:44:30.252Z] Step 3/24 : WORKDIR /edgex-go [2021-04-08T00:44:30.252Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:44:30.252Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:44:30.252Z] ---> 362df42ccc13 [2021-04-08T00:44:30.252Z] Step 3/31 : WORKDIR /edgex-go [2021-04-08T00:44:31.697Z] ---> Running in d7f0b50dcb90 [2021-04-08T00:44:31.697Z] ---> Running in 7e44748d4d8c [2021-04-08T00:44:31.697Z] ---> Running in 1b6dcb64954f [2021-04-08T00:44:31.697Z] ---> Running in d46a31286a42 [2021-04-08T00:44:31.697Z] ---> Running in e6df290a276b [2021-04-08T00:44:32.297Z] Removing intermediate container 1b6dcb64954f [2021-04-08T00:44:32.297Z] ---> 8cf0a97d6181 [2021-04-08T00:44:32.297Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:44:32.297Z] Removing intermediate container e6df290a276b [2021-04-08T00:44:32.297Z] ---> 9f8ee549648c [2021-04-08T00:44:32.297Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:44:32.297Z] Removing intermediate container d7f0b50dcb90 [2021-04-08T00:44:32.297Z] ---> 38374fd08af5 [2021-04-08T00:44:32.297Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:44:32.297Z] Removing intermediate container d46a31286a42 [2021-04-08T00:44:32.297Z] ---> e8e1de530852 [2021-04-08T00:44:32.297Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:44:32.297Z] Removing intermediate container 7e44748d4d8c [2021-04-08T00:44:32.599Z] ---> 6dd9c73a888a [2021-04-08T00:44:32.599Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:44:32.599Z] ---> Running in 1661ab5745a9 [2021-04-08T00:44:32.599Z] ---> Running in 5382dc27e11f [2021-04-08T00:44:32.873Z] ---> Running in 0d242272ce93 [2021-04-08T00:44:32.873Z] ---> Running in 384c585e43e4 [2021-04-08T00:44:32.873Z] ---> Running in ab7e8543a243 [2021-04-08T00:44:37.243Z] Removing intermediate container 1661ab5745a9 [2021-04-08T00:44:37.243Z] ---> 624d785a2e06 [2021-04-08T00:44:37.243Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-08T00:44:37.243Z] ---> Running in 23df0b43df71 [2021-04-08T00:44:37.243Z] Removing intermediate container 5382dc27e11f [2021-04-08T00:44:37.243Z] ---> 60ac3c277648 [2021-04-08T00:44:37.243Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T00:44:37.243Z] ---> Running in c4ab1ed5838d [2021-04-08T00:44:37.243Z] Removing intermediate container 0d242272ce93 [2021-04-08T00:44:37.243Z] ---> 9493cb8f8571 [2021-04-08T00:44:37.243Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-08T00:44:37.517Z] Removing intermediate container 384c585e43e4 [2021-04-08T00:44:37.517Z] ---> 9132d64a5c63 [2021-04-08T00:44:37.517Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-08T00:44:37.517Z] Removing intermediate container ab7e8543a243 [2021-04-08T00:44:37.517Z] ---> c841aa896d25 [2021-04-08T00:44:37.517Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-08T00:44:37.517Z] ---> Running in fbf52fd206ff [2021-04-08T00:44:37.517Z] ---> Running in 7f49e07a713d [2021-04-08T00:44:37.792Z] ---> Running in f8d102f351cd [2021-04-08T00:44:38.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:44:39.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:44:39.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:44:39.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:44:39.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:44:39.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:44:39.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:44:40.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:44:40.216Z] OK: 217 MiB in 51 packages [2021-04-08T00:44:40.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:44:40.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:44:41.386Z] OK: 217 MiB in 51 packages [2021-04-08T00:44:41.386Z] OK: 217 MiB in 51 packages [2021-04-08T00:44:41.386Z] OK: 217 MiB in 51 packages [2021-04-08T00:44:41.662Z] OK: 217 MiB in 51 packages [2021-04-08T00:44:41.940Z] Removing intermediate container 23df0b43df71 [2021-04-08T00:44:41.940Z] ---> 7ffc6605f7ab [2021-04-08T00:44:41.940Z] Step 6/26 : COPY go.mod . [2021-04-08T00:44:43.399Z] ---> 0edace1f897b [2021-04-08T00:44:43.399Z] Step 7/26 : RUN go mod download [2021-04-08T00:44:43.399Z] Removing intermediate container c4ab1ed5838d [2021-04-08T00:44:43.399Z] ---> 868305390d02 [2021-04-08T00:44:43.399Z] Step 6/23 : COPY go.mod . [2021-04-08T00:44:43.399Z] ---> Running in b6265b7230f9 [2021-04-08T00:44:43.673Z] Removing intermediate container 7f49e07a713d [2021-04-08T00:44:43.673Z] ---> ea21ffb8ac99 [2021-04-08T00:44:43.673Z] Step 6/22 : COPY go.mod . [2021-04-08T00:44:43.673Z] Removing intermediate container fbf52fd206ff [2021-04-08T00:44:43.673Z] ---> eeadd5b021ee [2021-04-08T00:44:43.673Z] Step 6/31 : COPY go.mod . [2021-04-08T00:44:43.673Z] Removing intermediate container f8d102f351cd [2021-04-08T00:44:43.673Z] ---> 1ae2f22bcf70 [2021-04-08T00:44:43.673Z] Step 6/24 : COPY go.mod . [2021-04-08T00:44:44.662Z] ---> 934af988470d [2021-04-08T00:44:44.662Z] Step 7/23 : RUN go mod download [2021-04-08T00:44:44.939Z] ---> Running in cced68e8cb3a [2021-04-08T00:44:44.939Z] ---> e2fd1e17acc7 [2021-04-08T00:44:44.939Z] Step 7/31 : RUN go mod download [2021-04-08T00:44:44.939Z] ---> c396a43698fe [2021-04-08T00:44:44.939Z] ---> be2ba59eb819 [2021-04-08T00:44:44.939Z] Step 7/22 : RUN go mod downloadStep 7/24 : RUN go mod download [2021-04-08T00:44:44.939Z] [2021-04-08T00:44:45.223Z] ---> Running in b24e39e8dcc7 [2021-04-08T00:44:45.223Z] ---> Running in 7b911275167b [2021-04-08T00:44:45.499Z] ---> Running in db025dd116a4 [2021-04-08T00:44:48.151Z] Removing intermediate container b6265b7230f9 [2021-04-08T00:44:48.151Z] ---> 5cc9af244d39 [2021-04-08T00:44:48.151Z] Step 8/26 : COPY . . [2021-04-08T00:44:50.152Z] Removing intermediate container cced68e8cb3a [2021-04-08T00:44:50.152Z] ---> 03c205ccf54e [2021-04-08T00:44:50.152Z] Step 8/23 : COPY . . [2021-04-08T00:44:50.431Z] Removing intermediate container b24e39e8dcc7 [2021-04-08T00:44:50.432Z] ---> 2a07603ca1c4 [2021-04-08T00:44:50.432Z] Step 8/31 : COPY . . [2021-04-08T00:44:50.712Z] Removing intermediate container 7b911275167b [2021-04-08T00:44:50.712Z] ---> 76081cf1c668 [2021-04-08T00:44:50.712Z] Step 8/22 : COPY . . [2021-04-08T00:44:50.999Z] Removing intermediate container db025dd116a4 [2021-04-08T00:44:50.999Z] ---> 5c65518b7781 [2021-04-08T00:44:50.999Z] Step 8/24 : COPY . . [2021-04-08T00:45:17.834Z] ---> aa24105576ef [2021-04-08T00:45:17.834Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-08T00:45:17.834Z] ---> a2d51585bb2d [2021-04-08T00:45:17.834Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-08T00:45:17.834Z] ---> 26de69a797d5 [2021-04-08T00:45:17.834Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-08T00:45:17.834Z] ---> 61cce4577eab [2021-04-08T00:45:17.834Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-08T00:45:17.834Z] ---> Running in 75fbf0275293 [2021-04-08T00:45:17.834Z] ---> Running in eb450dc9c5af [2021-04-08T00:45:17.834Z] ---> Running in dbfe52f01493 [2021-04-08T00:45:17.834Z] ---> Running in ddaa0d059d4b [2021-04-08T00:45:18.434Z] ---> 5cefae4cf999 [2021-04-08T00:45:18.434Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-08T00:45:18.713Z] ---> Running in 4387a87a06b0 [2021-04-08T00:45:19.718Z] 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-04-08T00:45:19.996Z] 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-04-08T00:45:20.595Z] 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-04-08T00:45:20.872Z] 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-04-08T00:45:20.872Z] 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-04-08T00:46:03.056Z] 2021-04-08T00:45:57Z INFO Waiting for automatic snapd restart... [2021-04-08T00:46:15.313Z] lxd 4.12 from Canonical* installed [2021-04-08T00:46:15.313Z] + sudo lxd init --auto [2021-04-08T00:46:23.475Z] + sudo snap install --classic snapcraft [2021-04-08T00:47:12.941Z] 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-04-08T00:47:25.380Z] Removing intermediate container ddaa0d059d4b [2021-04-08T00:47:25.380Z] ---> 98c6ef5a4f32 [2021-04-08T00:47:25.380Z] [2021-04-08T00:47:25.380Z] Step 10/31 : FROM alpine:3.12 [2021-04-08T00:47:25.380Z] Removing intermediate container 4387a87a06b0 [2021-04-08T00:47:25.380Z] ---> 82ecc77d7f51 [2021-04-08T00:47:25.380Z] [2021-04-08T00:47:25.380Z] Step 10/24 : FROM alpine:3.12 [2021-04-08T00:47:25.380Z] 3.12: Pulling from library/alpine [2021-04-08T00:47:25.380Z] 3.12: Pulling from library/alpine [2021-04-08T00:47:26.365Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T00:47:26.365Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T00:47:26.365Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T00:47:26.365Z] ---> d75e27dfc0a0 [2021-04-08T00:47:26.365Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-08T00:47:26.365Z] Status: Image is up to date for alpine:3.12 [2021-04-08T00:47:26.365Z] ---> d75e27dfc0a0 [2021-04-08T00:47:26.365Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-08T00:47:27.822Z] ---> Running in 2905b2216a3c [2021-04-08T00:47:27.822Z] ---> Running in 765fdd89cefc [2021-04-08T00:47:28.435Z] Removing intermediate container 75fbf0275293 [2021-04-08T00:47:28.435Z] ---> e0210525ed04 [2021-04-08T00:47:28.435Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-08T00:47:29.424Z] ---> Running in 0ae4aa4ba699 [2021-04-08T00:47:29.424Z] Removing intermediate container 2905b2216a3c [2021-04-08T00:47:29.424Z] ---> a925d8b6c301 [2021-04-08T00:47:29.424Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-08T00:47:29.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:47:29.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:47:29.696Z] ---> Running in c9c1a15d9083 [2021-04-08T00:47:30.307Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-08T00:47:30.307Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:47:30.307Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-08T00:47:30.307Z] (4/6) Installing curl (7.69.1-r3) [2021-04-08T00:47:30.307Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-08T00:47:30.307Z] (6/6) Installing su-exec (0.2-r1) [2021-04-08T00:47:30.307Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:47:30.595Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:47:30.595Z] OK: 7 MiB in 20 packages [2021-04-08T00:47:32.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:47:32.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-08T00:47:32.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:47:32.652Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-08T00:47:32.652Z] (2/2) Installing su-exec (0.2-r1) [2021-04-08T00:47:32.652Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:47:32.930Z] OK: 5 MiB in 16 packages [2021-04-08T00:47:36.332Z] Removing intermediate container 765fdd89cefc [2021-04-08T00:47:36.332Z] ---> ba110304978c [2021-04-08T00:47:36.332Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T00:47:36.605Z] Removing intermediate container dbfe52f01493 [2021-04-08T00:47:36.605Z] ---> fc0824741e3c [2021-04-08T00:47:36.605Z] [2021-04-08T00:47:36.605Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:47:36.605Z] Removing intermediate container eb450dc9c5af [2021-04-08T00:47:36.605Z] ---> 9a672975bd54 [2021-04-08T00:47:36.605Z] [2021-04-08T00:47:36.605Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T00:47:36.605Z] ---> d75e27dfc0a0 [2021-04-08T00:47:36.605Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-08T00:47:36.605Z] ---> d75e27dfc0a0 [2021-04-08T00:47:36.605Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:47:36.882Z] ---> Running in ae03c1bd45bc [2021-04-08T00:47:36.882Z] Removing intermediate container c9c1a15d9083 [2021-04-08T00:47:36.882Z] ---> b6ff25730d4e [2021-04-08T00:47:36.882Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-08T00:47:37.156Z] ---> Running in aab21a0b478d [2021-04-08T00:47:37.156Z] ---> Running in bdb113e2db73 [2021-04-08T00:47:37.428Z] ---> Running in 3601113145d1 [2021-04-08T00:47:38.030Z] Removing intermediate container ae03c1bd45bc [2021-04-08T00:47:38.030Z] ---> fb2cd372a934 [2021-04-08T00:47:38.030Z] Step 13/24 : WORKDIR / [2021-04-08T00:47:38.030Z] Removing intermediate container 0ae4aa4ba699 [2021-04-08T00:47:38.030Z] ---> dad3737693e0 [2021-04-08T00:47:38.030Z] [2021-04-08T00:47:38.030Z] Step 11/26 : FROM docker:20.10.0 [2021-04-08T00:47:38.030Z] 20.10.0: Pulling from library/docker [2021-04-08T00:47:38.629Z] ---> Running in 1e0c81bbdb12 [2021-04-08T00:47:38.629Z] Removing intermediate container 3601113145d1 [2021-04-08T00:47:38.629Z] ---> 507db9523963 [2021-04-08T00:47:38.629Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-08T00:47:39.243Z] ---> Running in f1e0dc99b33d [2021-04-08T00:47:39.852Z] Removing intermediate container 1e0c81bbdb12 [2021-04-08T00:47:39.852Z] ---> 383390b979ea [2021-04-08T00:47:39.852Z] 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-04-08T00:47:40.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:47:40.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:47:40.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:47:40.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:47:40.409Z] Removing intermediate container f1e0dc99b33d [2021-04-08T00:47:40.409Z] ---> 711d7300c590 [2021-04-08T00:47:40.409Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-08T00:47:40.686Z] ---> Running in 30868caebbed [2021-04-08T00:47:41.302Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-08T00:47:41.302Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-08T00:47:41.302Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:47:41.302Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-08T00:47:41.302Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:47:41.302Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:47:41.302Z] OK: 5 MiB in 15 packages [2021-04-08T00:47:41.601Z] OK: 6 MiB in 16 packages [2021-04-08T00:47:42.200Z] ---> afeda5bb50da [2021-04-08T00:47:42.200Z] 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-04-08T00:47:43.661Z] ---> bdfa7d62e415 [2021-04-08T00:47:43.661Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-08T00:47:43.661Z] Removing intermediate container aab21a0b478d [2021-04-08T00:47:43.661Z] ---> 0560a4dea70d [2021-04-08T00:47:43.661Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:47:44.640Z] ---> Running in 55e1da6aaba1 [2021-04-08T00:47:45.239Z] Removing intermediate container bdb113e2db73 [2021-04-08T00:47:45.239Z] ---> 45945acc6247 [2021-04-08T00:47:45.239Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:47:45.239Z] ---> b3d6a90b0493 [2021-04-08T00:47:45.239Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-08T00:47:45.844Z] ---> Running in c0e5835162e5 [2021-04-08T00:47:45.844Z] Removing intermediate container 55e1da6aaba1 [2021-04-08T00:47:45.844Z] ---> 45d06380564a [2021-04-08T00:47:45.844Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-08T00:47:45.844Z] Removing intermediate container 30868caebbed [2021-04-08T00:47:45.844Z] ---> 4ad113927481 [2021-04-08T00:47:45.844Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-08T00:47:46.845Z] ---> Running in 2b1d27304f5a [2021-04-08T00:47:46.845Z] ---> Running in b94d178cb50e [2021-04-08T00:47:46.846Z] Removing intermediate container c0e5835162e5 [2021-04-08T00:47:46.846Z] ---> 9730314c9368 [2021-04-08T00:47:46.846Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-08T00:47:46.846Z] ---> 93cf3e525ab4 [2021-04-08T00:47:46.846Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-08T00:47:47.472Z] ---> Running in 8c1ec9aa60e6 [2021-04-08T00:47:47.472Z] Removing intermediate container 2b1d27304f5a [2021-04-08T00:47:47.472Z] ---> 25a009b30e41 [2021-04-08T00:47:47.472Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T00:47:48.121Z] Removing intermediate container b94d178cb50e [2021-04-08T00:47:48.121Z] ---> e826d6403c53 [2021-04-08T00:47:48.121Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-08T00:47:48.718Z] ---> Running in 30aa7cc208ee [2021-04-08T00:47:48.718Z] Removing intermediate container 8c1ec9aa60e6 [2021-04-08T00:47:48.718Z] ---> 830ce0ae480a [2021-04-08T00:47:48.718Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T00:47:49.313Z] ---> 74ed769f92c1 [2021-04-08T00:47:49.313Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-08T00:47:49.589Z] ---> Running in 33d80784207a [2021-04-08T00:47:50.184Z] Removing intermediate container 30aa7cc208ee [2021-04-08T00:47:50.185Z] ---> 2e56ceaee0b8 [2021-04-08T00:47:50.185Z] Step 15/23 : WORKDIR / [2021-04-08T00:47:50.185Z] ---> 85e4ec0d31ae [2021-04-08T00:47:50.185Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-08T00:47:50.781Z] ---> Running in 891516920f7a [2021-04-08T00:47:50.781Z] ---> Running in 2b00f61d6984 [2021-04-08T00:47:51.054Z] ---> a5d35aebdac3 [2021-04-08T00:47:51.054Z] 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-04-08T00:47:51.054Z] Removing intermediate container 33d80784207a [2021-04-08T00:47:51.054Z] ---> cd631e1b091c [2021-04-08T00:47:51.054Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:47:51.652Z] ---> Running in d28703f6810c [2021-04-08T00:47:51.941Z] Removing intermediate container 891516920f7a [2021-04-08T00:47:51.941Z] ---> 2a0a59b66451 [2021-04-08T00:47:51.941Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:47:52.222Z] ---> 94932b8e8dd4 [2021-04-08T00:47:52.222Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-08T00:47:53.670Z] ---> 8dcd079a11f7 [2021-04-08T00:47:53.670Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-08T00:47:53.670Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-08T00:47:53.670Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-08T00:47:53.670Z] ---> eeaf43b92773 [2021-04-08T00:47:53.670Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-08T00:47:54.271Z] ---> Running in 1a8bccb3b331 [2021-04-08T00:47:54.552Z] ---> 500d055e99a3 [2021-04-08T00:47:54.552Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-08T00:47:55.552Z] ---> df9d9a0bc034 [2021-04-08T00:47:55.552Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-08T00:47:56.145Z] Removing intermediate container 2b00f61d6984 [2021-04-08T00:47:56.145Z] ---> bd170221c334 [2021-04-08T00:47:56.145Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:47:56.145Z] ---> 49ce95a319c6 [2021-04-08T00:47:56.145Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-08T00:47:56.740Z] Removing intermediate container d28703f6810c [2021-04-08T00:47:56.740Z] ---> d30f56cfcc15 [2021-04-08T00:47:56.740Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-08T00:47:57.014Z] ---> Running in 4dfcb2427310 [2021-04-08T00:47:57.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:47:57.292Z] ---> 1aa749de8e6d [2021-04-08T00:47:57.292Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-08T00:47:57.292Z] ---> Running in fcda44f8061b [2021-04-08T00:47:57.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:47:57.564Z] ---> 4083e6ee0473 [2021-04-08T00:47:57.564Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-08T00:47:57.564Z] ---> Running in d4a43c58105b [2021-04-08T00:47:57.837Z] Removing intermediate container 4dfcb2427310 [2021-04-08T00:47:57.837Z] ---> b027baebd00d [2021-04-08T00:47:57.837Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:47:58.113Z] ---> Running in 96d1b993e337 [2021-04-08T00:47:58.113Z] Removing intermediate container fcda44f8061b [2021-04-08T00:47:58.113Z] ---> aa4344c32980 [2021-04-08T00:47:58.113Z] Step 22/24 : LABEL arch=arm64 [2021-04-08T00:47:58.391Z] (1/2) Installing readline (8.0.4-r0) [2021-04-08T00:47:58.391Z] (2/2) Installing bash (5.0.17-r0) [2021-04-08T00:47:58.391Z] Executing bash-5.0.17-r0.post-install [2021-04-08T00:47:58.391Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:47:58.666Z] OK: 12 MiB in 22 packages [2021-04-08T00:47:58.666Z] ---> Running in ec11fbdd0f8d [2021-04-08T00:47:58.666Z] Removing intermediate container d4a43c58105b [2021-04-08T00:47:58.666Z] ---> 4979e71bb9a7 [2021-04-08T00:47:58.666Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:47:58.939Z] Removing intermediate container 96d1b993e337 [2021-04-08T00:47:58.939Z] ---> 15e1568db09f [2021-04-08T00:47:58.939Z] Step 20/22 : LABEL arch=arm64 [2021-04-08T00:47:59.213Z] ---> Running in 1876a020a358 [2021-04-08T00:47:59.808Z] ---> Running in b0440b9f0cfc [2021-04-08T00:48:00.087Z] Removing intermediate container ec11fbdd0f8d [2021-04-08T00:48:00.087Z] ---> 2321b47459ff [2021-04-08T00:48:00.087Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ ---> 23bffd256a88 [2021-04-08T00:48:00.087Z] [2021-04-08T00:48:00.087Z] Step 23/24 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:48:00.363Z] Removing intermediate container 1876a020a358 [2021-04-08T00:48:00.363Z] ---> 0e635692978b [2021-04-08T00:48:00.363Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T00:48:00.960Z] ---> Running in 81f7767fd13a [2021-04-08T00:48:00.960Z] ---> Running in 56def18cca5e [2021-04-08T00:48:00.960Z] Removing intermediate container b0440b9f0cfc [2021-04-08T00:48:00.960Z] ---> e7a4d1f3a8cc [2021-04-08T00:48:00.960Z] Step 21/22 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:48:01.244Z] Removing intermediate container 1a8bccb3b331 [2021-04-08T00:48:01.244Z] ---> 39e5e45c22fb [2021-04-08T00:48:01.244Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-08T00:48:01.244Z] ---> 92f8e6846e15 [2021-04-08T00:48:01.244Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-08T00:48:01.244Z] ---> Running in 6620b6b85743 [2021-04-08T00:48:01.534Z] ---> Running in 964a60781e5f [2021-04-08T00:48:01.534Z] Removing intermediate container 81f7767fd13a [2021-04-08T00:48:01.534Z] ---> b6fd649121d8 [2021-04-08T00:48:01.534Z] Step 24/24 : LABEL version=0.0.0 [2021-04-08T00:48:02.137Z] Removing intermediate container 56def18cca5e [2021-04-08T00:48:02.137Z] ---> c66bdf01d2a3 [2021-04-08T00:48:02.137Z] Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:48:02.412Z] ---> Running in ac7c5503595e [2021-04-08T00:48:03.004Z] Removing intermediate container 6620b6b85743 [2021-04-08T00:48:03.004Z] ---> 0e6d37809290 [2021-04-08T00:48:03.004Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T00:48:03.004Z] ---> Running in 7784a6228374 [2021-04-08T00:48:03.004Z] Removing intermediate container 964a60781e5f [2021-04-08T00:48:03.004Z] ---> 03bbcce3f5e3 [2021-04-08T00:48:03.004Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-08T00:48:03.275Z] ---> b129a464a9ab [2021-04-08T00:48:03.275Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-08T00:48:03.548Z] ---> Running in c94fbbb8ff4a [2021-04-08T00:48:03.548Z] ---> Running in 8bb956f811b1 [2021-04-08T00:48:03.548Z] Removing intermediate container ac7c5503595e [2021-04-08T00:48:03.548Z] ---> 4b78c53a21ac [2021-04-08T00:48:03.548Z] [2021-04-08T00:48:03.548Z] Removing intermediate container 7784a6228374 [2021-04-08T00:48:03.548Z] ---> 8a9af8c0276b [2021-04-08T00:48:03.548Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:48:04.141Z] Successfully built 4b78c53a21ac [2021-04-08T00:48:04.413Z] ---> Running in a47b3e185c5f [2021-04-08T00:48:04.413Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-08T00:48:04.413Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-08T00:48:04.696Z] Removing intermediate container 8bb956f811b1 [2021-04-08T00:48:04.696Z] ---> 1e52d8cc523b [2021-04-08T00:48:04.696Z] [2021-04-08T00:48:04.696Z] ---> 89ec2cfb1328 [2021-04-08T00:48:04.696Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-08T00:48:04.978Z] Removing intermediate container c94fbbb8ff4a [2021-04-08T00:48:04.978Z] ---> 785cbfd670cb [2021-04-08T00:48:04.978Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-08T00:48:05.259Z] Successfully built 1e52d8cc523b [2021-04-08T00:48:05.259Z] ---> Running in 1d0d3d07b17e [2021-04-08T00:48:05.259Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-08T00:48:05.259Z] Building docker-support-scheduler-go [2021-04-08T00:48:05.259Z] Removing intermediate container a47b3e185c5f [2021-04-08T00:48:05.259Z] ---> f70b14dce61f [2021-04-08T00:48:05.259Z] [2021-04-08T00:48:05.536Z]  Building docker-support-notifications-go ... done  ---> Running in 8091218c6bec [2021-04-08T00:48:06.150Z] Successfully built f70b14dce61f [2021-04-08T00:48:06.150Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-08T00:48:06.150Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-04-08T00:48:06.150Z] Removing intermediate container 8091218c6bec [2021-04-08T00:48:06.150Z] ---> 643e01d560fc [2021-04-08T00:48:06.150Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-08T00:48:06.422Z] Removing intermediate container 1d0d3d07b17e [2021-04-08T00:48:06.422Z] ---> 6a2c32e9c804 [2021-04-08T00:48:06.422Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-08T00:48:07.860Z] ---> 062161faba70 [2021-04-08T00:48:08.133Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-08T00:48:08.133Z] ---> 7c4e10be603f [2021-04-08T00:48:08.133Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-08T00:48:08.735Z] ---> Running in 9d9f3ba79090 [2021-04-08T00:48:10.730Z] ---> 30ab06933094 [2021-04-08T00:48:10.730Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-08T00:48:12.819Z] ---> 8d27647cee38 [2021-04-08T00:48:12.819Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-08T00:48:13.481Z] ---> Running in e94a45ee3937 [2021-04-08T00:48:13.780Z] Removing intermediate container 9d9f3ba79090 [2021-04-08T00:48:13.780Z] ---> 919fb995705c [2021-04-08T00:48:13.780Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-08T00:48:14.429Z] ---> Running in 65344deba5c9 [2021-04-08T00:48:15.430Z] Removing intermediate container 65344deba5c9 [2021-04-08T00:48:15.430Z] ---> 58d04b2a4f2d [2021-04-08T00:48:15.430Z] Step 28/31 : CMD ["gate"] [2021-04-08T00:48:15.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:15.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:48:15.706Z] ---> Running in e93d071fed66 [2021-04-08T00:48:15.982Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-08T00:48:15.982Z] (2/33) Installing expat (2.2.9-r1) [2021-04-08T00:48:15.982Z] (3/33) Installing libffi (3.3-r2) [2021-04-08T00:48:16.260Z] (4/33) Installing gdbm (1.13-r1) [2021-04-08T00:48:16.260Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-08T00:48:16.260Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-08T00:48:16.260Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-08T00:48:16.260Z] Removing intermediate container e93d071fed66 [2021-04-08T00:48:16.260Z] ---> ffae36f5bdfc [2021-04-08T00:48:16.260Z] Step 29/31 : LABEL arch=arm64 [2021-04-08T00:48:18.256Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-08T00:48:18.256Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-08T00:48:18.256Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-08T00:48:18.256Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-08T00:48:18.535Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-08T00:48:18.535Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-08T00:48:18.535Z] ---> Running in b5963af19eca [2021-04-08T00:48:18.535Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-08T00:48:18.535Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-08T00:48:18.535Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-08T00:48:18.535Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-08T00:48:18.812Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-08T00:48:18.812Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-08T00:48:18.812Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-08T00:48:18.812Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-08T00:48:18.812Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-08T00:48:18.812Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-08T00:48:18.812Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-08T00:48:18.812Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-08T00:48:18.812Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-08T00:48:18.812Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-08T00:48:18.812Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-08T00:48:18.812Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-08T00:48:18.812Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-08T00:48:19.090Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-08T00:48:19.091Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-08T00:48:19.091Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-08T00:48:19.091Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:48:19.366Z] OK: 71 MiB in 55 packages [2021-04-08T00:48:20.002Z] Removing intermediate container b5963af19eca [2021-04-08T00:48:20.002Z] ---> fbeaf852b9c6 [2021-04-08T00:48:20.002Z] Step 30/31 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:48:20.600Z] ---> Running in 3d7c633ab652 [2021-04-08T00:48:21.200Z] Removing intermediate container 3d7c633ab652 [2021-04-08T00:48:21.200Z] ---> 085dc2b2524d [2021-04-08T00:48:21.200Z] Step 31/31 : LABEL version=0.0.0 [2021-04-08T00:48:22.181Z] ---> Running in 51c63ba3dc17 [2021-04-08T00:48:22.787Z] Removing intermediate container 51c63ba3dc17 [2021-04-08T00:48:22.787Z] ---> eb7486d6210e [2021-04-08T00:48:22.787Z] [2021-04-08T00:48:23.391Z] Successfully built eb7486d6210e [2021-04-08T00:48:23.391Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-08T00:48:23.391Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-04-08T00:48:26.779Z] Removing intermediate container e94a45ee3937 [2021-04-08T00:48:26.779Z] ---> 088962bb1b9f [2021-04-08T00:48:26.779Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-08T00:48:26.779Z] ---> Running in c36bfe71442f [2021-04-08T00:48:35.065Z] Collecting docker-compose==1.23.2 [2021-04-08T00:48:35.065Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-08T00:48:35.339Z] Collecting docker<4.0,>=3.6.0 [2021-04-08T00:48:35.339Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-08T00:48:35.938Z] 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-04-08T00:48:36.215Z] Collecting cached-property<2,>=1.2.0 [2021-04-08T00:48:36.488Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-08T00:48:37.090Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-08T00:48:37.090Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-08T00:48:38.094Z] Collecting jsonschema<3,>=2.5.1 [2021-04-08T00:48:38.094Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-08T00:48:38.373Z] Collecting docopt<0.7,>=0.6.1 [2021-04-08T00:48:38.373Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-08T00:48:42.709Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-08T00:48:42.709Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-08T00:48:42.986Z] Collecting texttable<0.10,>=0.9.0 [2021-04-08T00:48:42.986Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-08T00:48:45.030Z] snapcraft 4.6 from Canonical* installed [2021-04-08T00:48:45.030Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-08T00:48:45.030Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-08T00:48:45.030Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T00:48:45.030Z] Dload Upload Total Spent Left Speed [2021-04-08T00:48:45.030Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5358 0 --:--:-- --:--:-- --:--:-- 5358 [2021-04-08T00:48:45.030Z] 100 3325k 100 3325k 0 0 13.3M 0 --:--:-- --:--:-- --:--:-- 13.3M [2021-04-08T00:48:45.030Z] ./yq_linux_amd64 [2021-04-08T00:48:45.030Z] + sudo snapcraft prime --use-lxd [2021-04-08T00:48:45.030Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-08T00:48:45.030Z] 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-04-08T00:48:45.030Z] - README.md [2021-04-08T00:48:45.030Z] [2021-04-08T00:48:45.030Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-08T00:48:45.030Z] Launching a container. [2021-04-08T00:48:47.322Z] Collecting PyYAML<4,>=3.10 [2021-04-08T00:48:47.322Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-08T00:48:50.868Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-08T00:48:50.868Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-08T00:48:53.178Z] Waiting for container to be ready [2021-04-08T00:48:53.178Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-08T00:48:53.178Z] [2021-04-08T00:48:53.517Z] Collecting docker-pycreds>=0.4.0 [2021-04-08T00:48:53.517Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-08T00:48:53.517Z] 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-04-08T00:48:53.517Z] 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-04-08T00:48:54.511Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-08T00:48:54.511Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-08T00:48:55.122Z] Collecting idna<2.8,>=2.5 [2021-04-08T00:48:55.122Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-08T00:48:55.402Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-08T00:48:55.402Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-08T00:48:55.402Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-08T00:48:55.402Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-08T00:48:56.008Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:48:56.008Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:48:56.008Z] ---> 362df42ccc13 [2021-04-08T00:48:56.008Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T00:48:56.008Z] ---> Using cache [2021-04-08T00:48:56.008Z] ---> 38374fd08af5 [2021-04-08T00:48:56.008Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:48:56.008Z] ---> Using cache [2021-04-08T00:48:56.008Z] ---> c841aa896d25 [2021-04-08T00:48:56.008Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-08T00:48:56.008Z] ---> Using cache [2021-04-08T00:48:56.008Z] ---> 1ae2f22bcf70 [2021-04-08T00:48:56.008Z] Step 6/22 : COPY go.mod . [2021-04-08T00:48:56.008Z] ---> Using cache [2021-04-08T00:48:56.287Z] ---> be2ba59eb819 [2021-04-08T00:48:56.287Z] Step 7/22 : RUN go mod download [2021-04-08T00:48:56.287Z] ---> Using cache [2021-04-08T00:48:56.287Z] ---> 5c65518b7781 [2021-04-08T00:48:56.287Z] Step 8/22 : COPY . . [2021-04-08T00:48:56.287Z] ---> Using cache [2021-04-08T00:48:56.287Z] ---> 5cefae4cf999 [2021-04-08T00:48:56.287Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-08T00:48:56.571Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:48:56.571Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:48:56.571Z] ---> 362df42ccc13 [2021-04-08T00:48:56.571Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:48:56.571Z] ---> Using cache [2021-04-08T00:48:56.571Z] ---> 38374fd08af5 [2021-04-08T00:48:56.571Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:48:56.571Z] ---> Using cache [2021-04-08T00:48:56.571Z] ---> c841aa896d25 [2021-04-08T00:48:56.571Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-08T00:48:56.571Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, jsonschema, docopt, texttable, PyYAML, dockerpty, docker-compose [2021-04-08T00:48:56.571Z] Attempting uninstall: urllib3 [2021-04-08T00:48:56.571Z] Found existing installation: urllib3 1.25.9 [2021-04-08T00:48:56.853Z] Uninstalling urllib3-1.25.9: [2021-04-08T00:48:56.853Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:48:56.853Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:48:56.853Z] ---> 362df42ccc13 [2021-04-08T00:48:56.853Z] Step 3/21 : WORKDIR /edgex-go [2021-04-08T00:48:56.853Z] ---> Using cache [2021-04-08T00:48:56.853Z] ---> 38374fd08af5 [2021-04-08T00:48:56.853Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:48:56.853Z] ---> Using cache [2021-04-08T00:48:56.853Z] ---> c841aa896d25 [2021-04-08T00:48:56.853Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-08T00:48:56.853Z] ---> Using cache [2021-04-08T00:48:56.853Z] ---> 1ae2f22bcf70 [2021-04-08T00:48:56.853Z] Step 6/21 : COPY go.mod . [2021-04-08T00:48:56.853Z] ---> Using cache [2021-04-08T00:48:56.853Z] ---> be2ba59eb819 [2021-04-08T00:48:56.853Z] Step 7/21 : RUN go mod download [2021-04-08T00:48:56.853Z] ---> Using cache [2021-04-08T00:48:56.853Z] ---> 5c65518b7781 [2021-04-08T00:48:56.853Z] Step 8/21 : COPY . . [2021-04-08T00:48:57.131Z] Successfully uninstalled urllib3-1.25.9 [2021-04-08T00:48:57.131Z] ---> Using cache [2021-04-08T00:48:57.131Z] ---> 5cefae4cf999 [2021-04-08T00:48:57.131Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-08T00:48:57.403Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-08T00:48:57.403Z] Waiting for network to be ready... [2021-04-08T00:48:57.669Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-08T00:48:57.669Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-08T00:48:57.931Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-08T00:48:58.193Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-08T00:48:58.193Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-08T00:48:58.453Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-08T00:48:58.453Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-08T00:48:58.453Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-08T00:48:58.453Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-08T00:48:58.453Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-08T00:48:58.453Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-08T00:48:58.453Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-08T00:48:58.453Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-08T00:48:58.453Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-08T00:48:58.453Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-08T00:48:58.453Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-08T00:48:58.453Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-08T00:48:58.715Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-08T00:48:58.715Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-08T00:48:58.982Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-08T00:48:58.982Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-08T00:48:59.124Z] Attempting uninstall: idna [2021-04-08T00:48:59.124Z] Found existing installation: idna 2.9 [2021-04-08T00:48:59.124Z] Uninstalling idna-2.9: [2021-04-08T00:48:59.124Z] Successfully uninstalled idna-2.9 [2021-04-08T00:48:59.243Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-08T00:48:59.243Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-08T00:48:59.243Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-08T00:48:59.243Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-08T00:48:59.243Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-08T00:48:59.243Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-08T00:49:01.120Z] Attempting uninstall: requests [2021-04-08T00:49:01.120Z] Found existing installation: requests 2.23.0 [2021-04-08T00:49:01.120Z] Uninstalling requests-2.23.0: [2021-04-08T00:49:01.120Z] Successfully uninstalled requests-2.23.0 [2021-04-08T00:49:02.137Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T00:49:02.137Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T00:49:02.138Z] ---> 362df42ccc13 [2021-04-08T00:49:02.138Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T00:49:02.138Z] ---> Using cache [2021-04-08T00:49:02.138Z] ---> 38374fd08af5 [2021-04-08T00:49:02.138Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:49:02.138Z] ---> Using cache [2021-04-08T00:49:02.138Z] ---> c841aa896d25 [2021-04-08T00:49:02.138Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T00:49:02.138Z] ---> Using cache [2021-04-08T00:49:02.138Z] ---> 1ae2f22bcf70 [2021-04-08T00:49:02.138Z] Step 6/23 : COPY go.mod . [2021-04-08T00:49:02.138Z] ---> Using cache [2021-04-08T00:49:02.138Z] ---> be2ba59eb819 [2021-04-08T00:49:02.138Z] Step 7/23 : RUN go mod download [2021-04-08T00:49:02.138Z] ---> Using cache [2021-04-08T00:49:02.138Z] ---> 5c65518b7781 [2021-04-08T00:49:02.138Z] Step 8/23 : COPY . . [2021-04-08T00:49:02.138Z] ---> Using cache [2021-04-08T00:49:02.138Z] ---> 5cefae4cf999 [2021-04-08T00:49:02.138Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-08T00:49:03.488Z] Fetched 24.2 MB in 6s (4140 kB/s) [2021-04-08T00:49:04.112Z] ---> Running in c7ab66939d4f [2021-04-08T00:49:04.112Z] ---> Running in 54aedaa1d582 [2021-04-08T00:49:04.112Z] ---> Running in ef3387e62659 [2021-04-08T00:49:04.112Z] ---> Running in f857c908478f [2021-04-08T00:49:04.436Z] Reading package lists... [2021-04-08T00:49:04.701Z] Reading package lists... [2021-04-08T00:49:04.961Z] Building dependency tree... [2021-04-08T00:49:04.962Z] Reading state information... [2021-04-08T00:49:05.223Z] The following additional packages will be installed: [2021-04-08T00:49:05.223Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-08T00:49:05.223Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-08T00:49:05.223Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-08T00:49:05.223Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-08T00:49:05.223Z] Suggested packages: [2021-04-08T00:49:05.223Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-08T00:49:05.223Z] Recommended packages: [2021-04-08T00:49:05.223Z] gnupg libsasl2-modules [2021-04-08T00:49:05.223Z] The following NEW packages will be installed: [2021-04-08T00:49:05.223Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-08T00:49:05.223Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-08T00:49:05.223Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-08T00:49:05.223Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-08T00:49:05.223Z] The following packages will be upgraded: [2021-04-08T00:49:05.223Z] gpg gpg-agent gpgconf libudev1 [2021-04-08T00:49:05.223Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-08T00:49:05.223Z] Need to get 3530 kB of archives. [2021-04-08T00:49:05.223Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-08T00:49:05.223Z] Get:1 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-04-08T00:49:05.223Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-08T00:49:05.223Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-08T00:49:05.223Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-08T00:49:05.485Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-08T00:49:05.583Z] Running setup.py install for docopt: started [2021-04-08T00:49:05.745Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-08T00:49:06.006Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-08T00:49:06.006Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-08T00:49:06.006Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-08T00:49:06.006Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-08T00:49:06.006Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-08T00:49:06.006Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-08T00:49:06.006Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-08T00:49:06.006Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-08T00:49:06.006Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-08T00:49:06.006Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-08T00:49:06.192Z] 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-04-08T00:49:06.271Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-08T00:49:06.271Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-08T00:49:06.271Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-08T00:49:06.272Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-08T00:49:06.272Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-08T00:49:06.272Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-08T00:49:06.272Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T00:49:06.272Z] Fetched 3530 kB in 1s (3477 kB/s) [2021-04-08T00:49:06.468Z] 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-04-08T00:49:06.468Z] 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-04-08T00:49:06.533Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-08T00:49:06.533Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-08T00:49:06.533Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T00:49:06.533Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-08T00:49:06.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:49:06.794Z] Selecting previously unselected package udev. [2021-04-08T00:49:06.794Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-08T00:49:06.794Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-08T00:49:06.794Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-08T00:49:07.056Z] Selecting previously unselected package libfuse2:amd64. [2021-04-08T00:49:07.056Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-08T00:49:07.056Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-08T00:49:07.056Z] Selecting previously unselected package fuse. [2021-04-08T00:49:07.056Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-08T00:49:07.056Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-08T00:49:07.317Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T00:49:07.317Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T00:49:07.317Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T00:49:07.317Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T00:49:07.579Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T00:49:07.579Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T00:49:07.579Z] Selecting previously unselected package libksba8:amd64. [2021-04-08T00:49:07.579Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-08T00:49:07.579Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-08T00:49:07.846Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-08T00:49:07.846Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:49:07.846Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:07.846Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-08T00:49:07.846Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:49:07.846Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:07.846Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-08T00:49:07.846Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:49:07.846Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:08.108Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-08T00:49:08.108Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:49:08.108Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:08.108Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-08T00:49:08.108Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:49:08.108Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:08.108Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-08T00:49:08.108Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:49:08.108Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:08.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:49:08.369Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-08T00:49:08.369Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:49:08.369Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:08.369Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-08T00:49:08.369Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:49:08.369Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:08.369Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-08T00:49:08.369Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T00:49:08.369Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:08.477Z] Running setup.py install for docopt: finished with status 'done' [2021-04-08T00:49:08.477Z] Running setup.py install for texttable: started [2021-04-08T00:49:08.631Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-08T00:49:08.631Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-08T00:49:08.631Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T00:49:08.631Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-08T00:49:08.631Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-08T00:49:08.631Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T00:49:08.631Z] Selecting previously unselected package libldap-common. [2021-04-08T00:49:08.631Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-08T00:49:08.631Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T00:49:08.631Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-08T00:49:08.631Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-08T00:49:08.631Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T00:49:08.891Z] Selecting previously unselected package dirmngr. [2021-04-08T00:49:08.891Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T00:49:08.891Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-08T00:49:09.152Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T00:49:09.152Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-08T00:49:09.152Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-08T00:49:09.152Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T00:49:09.152Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T00:49:09.152Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-08T00:49:09.152Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:09.152Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-08T00:49:09.152Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T00:49:09.152Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-08T00:49:09.474Z] OK: 217 MiB in 51 packages [2021-04-08T00:49:09.727Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-08T00:49:09.727Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:09.988Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-08T00:49:09.988Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-08T00:49:09.988Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-08T00:49:09.988Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:09.988Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:09.988Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:09.988Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:09.988Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:10.250Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:10.250Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T00:49:10.250Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T00:49:10.250Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-08T00:49:10.250Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T00:49:11.207Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-08T00:49:11.207Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-08T00:49:11.207Z] This means they are not meant to be enabled using systemctl. [2021-04-08T00:49:11.207Z] Possible reasons for having this kind of units are: [2021-04-08T00:49:11.207Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-08T00:49:11.207Z] .wants/ or .requires/ directory. [2021-04-08T00:49:11.207Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-08T00:49:11.207Z] a requirement dependency on it. [2021-04-08T00:49:11.207Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-08T00:49:11.207Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-08T00:49:11.207Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-08T00:49:11.207Z] instance name specified. [2021-04-08T00:49:11.470Z] Reading package lists... [2021-04-08T00:49:11.470Z] Building dependency tree... [2021-04-08T00:49:11.470Z] Reading state information... [2021-04-08T00:49:11.733Z] The following additional packages will be installed: [2021-04-08T00:49:11.733Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-08T00:49:11.733Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-08T00:49:11.733Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-08T00:49:11.733Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-08T00:49:11.733Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-08T00:49:11.733Z] Suggested packages: [2021-04-08T00:49:11.733Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-08T00:49:11.733Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-08T00:49:11.733Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-08T00:49:11.733Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-08T00:49:11.733Z] systemd-container policykit-1 [2021-04-08T00:49:11.733Z] Recommended packages: [2021-04-08T00:49:11.733Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-08T00:49:11.733Z] The following NEW packages will be installed: [2021-04-08T00:49:11.733Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-08T00:49:11.733Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-08T00:49:11.733Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-08T00:49:11.733Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-08T00:49:11.733Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-08T00:49:11.733Z] The following packages will be upgraded: [2021-04-08T00:49:11.733Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-08T00:49:11.994Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-08T00:49:11.994Z] Need to get 35.2 MB of archives. [2021-04-08T00:49:11.994Z] After this operation, 141 MB of additional disk space will be used. [2021-04-08T00:49:11.994Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-08T00:49:11.994Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-08T00:49:12.129Z] Removing intermediate container ef3387e62659 [2021-04-08T00:49:12.129Z] ---> 8beba280288f [2021-04-08T00:49:12.129Z] Step 6/23 : COPY go.mod . [2021-04-08T00:49:12.410Z] Running setup.py install for texttable: finished with status 'done' [2021-04-08T00:49:12.410Z] Running setup.py install for PyYAML: started [2021-04-08T00:49:12.566Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-08T00:49:12.566Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-08T00:49:12.566Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-08T00:49:12.827Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-08T00:49:12.827Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-08T00:49:12.827Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-08T00:49:12.827Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-08T00:49:12.827Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-08T00:49:12.827Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-08T00:49:12.827Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-08T00:49:12.827Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-08T00:49:12.827Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-08T00:49:12.827Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-08T00:49:12.827Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-08T00:49:12.827Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-08T00:49:12.827Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-08T00:49:12.827Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-08T00:49:12.827Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-08T00:49:12.827Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-08T00:49:12.827Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-08T00:49:12.827Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-08T00:49:12.827Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-08T00:49:12.827Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-08T00:49:12.827Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-08T00:49:13.088Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-08T00:49:13.088Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-08T00:49:13.088Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-08T00:49:13.088Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-08T00:49:13.419Z] ---> faedbf2bd4f8 [2021-04-08T00:49:13.419Z] Step 7/23 : RUN go mod download [2021-04-08T00:49:13.669Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T00:49:13.669Z] Fetched 35.2 MB in 2s (19.0 MB/s) [2021-04-08T00:49:13.712Z] ---> Running in e1dabd1a9ba9 [2021-04-08T00:49:13.930Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-08T00:49:13.930Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-08T00:49:13.930Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T00:49:14.501Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-08T00:49:14.762Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T00:49:14.762Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-08T00:49:14.762Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-08T00:49:14.762Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-08T00:49:14.762Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-08T00:49:15.023Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-08T00:49:15.023Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-08T00:49:15.023Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-08T00:49:15.284Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-08T00:49:15.574Z] Setting up apt (1.6.13) ... [2021-04-08T00:49:15.574Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-08T00:49:16.146Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-08T00:49:16.377Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-08T00:49:16.377Z] Running setup.py install for dockerpty: started [2021-04-08T00:49:18.064Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-08T00:49:18.064Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-08T00:49:18.064Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-08T00:49:18.325Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-08T00:49:18.325Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T00:49:18.325Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:49:18.325Z] Selecting previously unselected package libexpat1:amd64. [2021-04-08T00:49:18.325Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-08T00:49:18.585Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-08T00:49:18.585Z] Selecting previously unselected package python3.6-minimal. [2021-04-08T00:49:18.585Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T00:49:18.585Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:49:19.043Z] Removing intermediate container e1dabd1a9ba9 [2021-04-08T00:49:19.043Z] ---> 568e4522ebfe [2021-04-08T00:49:19.043Z] Step 8/23 : COPY . . [2021-04-08T00:49:19.155Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-08T00:49:19.723Z] Checking for services that may need to be restarted...done. [2021-04-08T00:49:19.723Z] Checking for services that may need to be restarted...done. [2021-04-08T00:49:19.983Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:49:20.553Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-08T00:49:20.647Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-08T00:49:20.814Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:49:21.761Z] Selecting previously unselected package python3-minimal. [2021-04-08T00:49:21.761Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-08T00:49:21.761Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-08T00:49:21.761Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-08T00:49:21.761Z] Selecting previously unselected package mime-support. [2021-04-08T00:49:21.761Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-08T00:49:21.761Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-08T00:49:22.021Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-08T00:49:22.021Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-08T00:49:22.021Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-08T00:49:22.021Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-08T00:49:22.021Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T00:49:22.021Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:49:22.282Z] Selecting previously unselected package python3.6. [2021-04-08T00:49:22.282Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T00:49:22.282Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:49:22.542Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-08T00:49:22.542Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-08T00:49:22.542Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-08T00:49:22.542Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-08T00:49:22.639Z] 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.58.0 [2021-04-08T00:49:22.802Z] Selecting previously unselected package python3. [2021-04-08T00:49:22.802Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-08T00:49:22.802Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-08T00:49:22.802Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-08T00:49:22.802Z] Selecting previously unselected package multiarch-support. [2021-04-08T00:49:22.802Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T00:49:22.802Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-08T00:49:23.062Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-08T00:49:23.062Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-08T00:49:23.062Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-08T00:49:23.062Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-08T00:49:23.062Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-08T00:49:23.325Z] Selecting previously unselected package libbsd0:amd64. [2021-04-08T00:49:23.325Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-08T00:49:23.325Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-08T00:49:23.325Z] Selecting previously unselected package sudo. [2021-04-08T00:49:23.325Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-08T00:49:23.325Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-08T00:49:23.585Z] Selecting previously unselected package apparmor. [2021-04-08T00:49:23.585Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-08T00:49:23.585Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-08T00:49:23.846Z] Selecting previously unselected package libedit2:amd64. [2021-04-08T00:49:23.846Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-08T00:49:23.846Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-08T00:49:23.846Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-08T00:49:23.846Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T00:49:23.846Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:49:23.846Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-08T00:49:23.846Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T00:49:23.846Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:49:24.106Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-08T00:49:24.106Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-08T00:49:24.106Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-08T00:49:24.106Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-08T00:49:24.106Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T00:49:24.106Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:49:24.106Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-08T00:49:24.106Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T00:49:24.106Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:49:24.366Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-08T00:49:24.366Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-08T00:49:24.366Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-08T00:49:24.366Z] Selecting previously unselected package openssh-client. [2021-04-08T00:49:24.366Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-08T00:49:24.366Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-08T00:49:24.627Z] Selecting previously unselected package squashfs-tools. [2021-04-08T00:49:24.627Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-08T00:49:24.627Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-08T00:49:24.627Z] Selecting previously unselected package snapd. [2021-04-08T00:49:24.627Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-08T00:49:24.627Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-08T00:49:27.188Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-08T00:49:27.188Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-08T00:49:27.188Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-08T00:49:27.188Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-08T00:49:27.188Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-08T00:49:27.188Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:49:27.188Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T00:49:27.188Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-08T00:49:27.188Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-08T00:49:28.129Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-08T00:49:28.129Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-08T00:49:28.129Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-08T00:49:28.129Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:49:28.129Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:49:28.129Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T00:49:29.072Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-08T00:49:29.072Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:49:29.072Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-08T00:49:29.072Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-08T00:49:29.072Z] running python rtupdate hooks for python3.6... [2021-04-08T00:49:29.072Z] running python post-rtupdate hooks for python3.6... [2021-04-08T00:49:29.072Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-08T00:49:30.456Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-08T00:49:30.717Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T00:49:30.717Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-08T00:49:30.978Z] Setting up snapd (2.48.3+18.04) ... [2021-04-08T00:49:31.550Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-08T00:49:31.810Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-08T00:49:31.810Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-08T00:49:32.070Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-08T00:49:32.337Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-08T00:49:32.337Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-08T00:49:32.604Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-08T00:49:32.862Z] Removing intermediate container c36bfe71442f [2021-04-08T00:49:32.862Z] ---> 631789c06db0 [2021-04-08T00:49:32.862Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-08T00:49:32.862Z] ---> Running in d40134f5e852 [2021-04-08T00:49:32.867Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-08T00:49:32.867Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-08T00:49:33.127Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-08T00:49:33.390Z] /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-04-08T00:49:33.390Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T00:49:33.390Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-08T00:49:34.772Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T00:49:34.772Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T00:49:34.772Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T00:49:34.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:49:34.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:49:35.873Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:49:35.873Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-08T00:49:35.873Z] (3/3) Installing curl (7.69.1-r3) [2021-04-08T00:49:35.874Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T00:49:35.874Z] OK: 72 MiB in 58 packages [2021-04-08T00:49:36.415Z] Reading package lists... [2021-04-08T00:49:36.675Z] Reading package lists... [2021-04-08T00:49:36.675Z] Building dependency tree... [2021-04-08T00:49:36.675Z] Reading state information... [2021-04-08T00:49:38.237Z] Calculating upgrade... [2021-04-08T00:49:38.237Z] The following packages will be upgraded: [2021-04-08T00:49:38.237Z] advancecomp base-files bash binutils binutils-common [2021-04-08T00:49:38.237Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-08T00:49:38.237Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-08T00:49:38.237Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-08T00:49:38.237Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-08T00:49:38.237Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-08T00:49:38.237Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-08T00:49:38.237Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-08T00:49:38.237Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-08T00:49:38.237Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-08T00:49:38.237Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-08T00:49:38.237Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-08T00:49:38.237Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-08T00:49:38.237Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-08T00:49:38.237Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-08T00:49:38.237Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T00:49:38.237Z] Need to get 63.8 MB of archives. [2021-04-08T00:49:38.237Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-08T00:49:38.237Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-08T00:49:38.237Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-08T00:49:38.237Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-08T00:49:38.237Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-08T00:49:38.237Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-08T00:49:38.237Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-08T00:49:38.237Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-08T00:49:38.237Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-08T00:49:38.237Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-08T00:49:38.237Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-08T00:49:38.237Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-08T00:49:38.237Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-08T00:49:38.237Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-08T00:49:38.237Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-08T00:49:38.237Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-08T00:49:38.237Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-08T00:49:38.237Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-08T00:49:38.237Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-08T00:49:38.237Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-08T00:49:38.237Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-08T00:49:38.237Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-08T00:49:38.237Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-08T00:49:38.237Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-08T00:49:38.237Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-08T00:49:38.237Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-08T00:49:38.237Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-08T00:49:38.237Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-08T00:49:38.237Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-08T00:49:38.237Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-08T00:49:38.237Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-08T00:49:38.238Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-08T00:49:38.238Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-08T00:49:38.238Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-08T00:49:38.238Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-08T00:49:38.238Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-08T00:49:38.238Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-08T00:49:38.238Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-08T00:49:38.238Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-08T00:49:38.238Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-08T00:49:38.238Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-08T00:49:38.238Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-08T00:49:38.238Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-08T00:49:38.238Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-08T00:49:38.238Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-08T00:49:38.238Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-08T00:49:38.238Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-08T00:49:38.238Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-08T00:49:38.238Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-08T00:49:38.238Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-08T00:49:38.238Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-08T00:49:38.238Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-08T00:49:38.238Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-08T00:49:38.238Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-08T00:49:38.238Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-08T00:49:38.238Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-08T00:49:38.238Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-08T00:49:38.238Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-08T00:49:38.238Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-08T00:49:38.238Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-08T00:49:38.238Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-08T00:49:38.238Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-08T00:49:38.238Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-08T00:49:38.238Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-08T00:49:38.238Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-08T00:49:38.238Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-08T00:49:38.238Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-08T00:49:38.238Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-08T00:49:38.238Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-08T00:49:38.238Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-08T00:49:38.238Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-08T00:49:38.238Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-08T00:49:38.238Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-08T00:49:38.238Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-08T00:49:38.238Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-08T00:49:38.500Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-08T00:49:38.500Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-08T00:49:38.500Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-08T00:49:38.500Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-08T00:49:38.500Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-08T00:49:38.500Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-08T00:49:38.500Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-08T00:49:38.500Z] Get:82 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-04-08T00:49:38.500Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-08T00:49:38.500Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-08T00:49:38.500Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-08T00:49:38.764Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-08T00:49:38.764Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-08T00:49:38.764Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-08T00:49:38.764Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-08T00:49:38.764Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-08T00:49:38.764Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-08T00:49:38.764Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-08T00:49:38.764Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-08T00:49:38.764Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-08T00:49:38.764Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-08T00:49:38.764Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-08T00:49:38.764Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-08T00:49:38.764Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-08T00:49:38.764Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-08T00:49:39.025Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T00:49:39.025Z] Fetched 63.8 MB in 2s (36.6 MB/s) [2021-04-08T00:49:39.025Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:39.025Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T00:49:39.025Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T00:49:39.916Z] Removing intermediate container d40134f5e852 [2021-04-08T00:49:39.916Z] ---> 4b799d580645 [2021-04-08T00:49:39.916Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-08T00:49:39.966Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T00:49:39.966Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T00:49:39.966Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-08T00:49:39.966Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-08T00:49:40.198Z] ---> Running in bb28bfba839c [2021-04-08T00:49:40.827Z] Removing intermediate container bb28bfba839c [2021-04-08T00:49:40.827Z] ---> da5bc4127554 [2021-04-08T00:49:40.827Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:49:40.908Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:40.908Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:49:40.908Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:40.908Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:49:40.908Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:40.908Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:49:41.107Z] ---> Running in 68d1bb8d476a [2021-04-08T00:49:41.169Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:41.169Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:49:41.169Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:41.169Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:49:41.169Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:41.428Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:49:41.428Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:41.428Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:49:41.428Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:49:41.695Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T00:49:41.695Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:41.695Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-08T00:49:41.695Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:49:41.695Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T00:49:41.695Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:41.718Z] ---> 69598167768c [2021-04-08T00:49:41.718Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-08T00:49:41.955Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:49:41.955Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:41.955Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:49:41.955Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T00:49:41.995Z] ---> Running in 358613a5c06d [2021-04-08T00:49:42.216Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T00:49:42.216Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:49:42.476Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T00:49:42.476Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T00:49:42.603Z] Removing intermediate container 68d1bb8d476a [2021-04-08T00:49:42.603Z] ---> 1e53cf59b3e8 [2021-04-08T00:49:42.603Z] Step 24/26 : LABEL arch=arm64 [2021-04-08T00:49:42.737Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T00:49:43.206Z] ---> Running in 3d787625d099 [2021-04-08T00:49:43.309Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-08T00:49:43.309Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T00:49:43.309Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-08T00:49:43.309Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-08T00:49:43.568Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-08T00:49:43.568Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-08T00:49:43.829Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-08T00:49:43.829Z] Installing new version of config file /etc/issue ... [2021-04-08T00:49:43.829Z] Installing new version of config file /etc/issue.net ... [2021-04-08T00:49:43.829Z] Installing new version of config file /etc/lsb-release ... [2021-04-08T00:49:43.829Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-08T00:49:44.093Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-08T00:49:44.221Z] Removing intermediate container 3d787625d099 [2021-04-08T00:49:44.221Z] ---> af59b8a0d5a5 [2021-04-08T00:49:44.221Z] Step 25/26 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:49:44.221Z] ---> Running in a6191163c5b1 [2021-04-08T00:49:44.355Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-08T00:49:44.355Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-08T00:49:44.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:44.355Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-08T00:49:44.355Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-08T00:49:44.615Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-08T00:49:44.615Z] 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-04-08T00:49:44.615Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:44.615Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:49:44.834Z] 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-04-08T00:49:44.877Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-08T00:49:44.877Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:49:44.877Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:44.877Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-08T00:49:44.877Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-08T00:49:45.135Z] Removing intermediate container a6191163c5b1 [2021-04-08T00:49:45.135Z] ---> 81a13c1df507 [2021-04-08T00:49:45.135Z] Step 26/26 : LABEL version=0.0.0 [2021-04-08T00:49:45.137Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-08T00:49:45.137Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:45.137Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-08T00:49:45.137Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-08T00:49:45.708Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-08T00:49:45.708Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:45.708Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T00:49:45.708Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T00:49:45.969Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-08T00:49:46.150Z] ---> Running in 7ced797c6d5b [2021-04-08T00:49:46.776Z] Removing intermediate container 7ced797c6d5b [2021-04-08T00:49:46.776Z] ---> 8b57c5b9d579 [2021-04-08T00:49:46.776Z] [2021-04-08T00:49:46.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:46.911Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T00:49:47.171Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T00:49:47.380Z] Successfully built 8b57c5b9d579 [2021-04-08T00:49:47.380Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-08T00:49:47.749Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-08T00:49:47.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:47.749Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-08T00:49:47.749Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-08T00:49:48.010Z] Setting up grep (3.1-2build1) ... [2021-04-08T00:49:48.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:48.011Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-08T00:49:48.273Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-08T00:49:48.273Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-08T00:49:48.534Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:48.534Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T00:49:48.534Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T00:49:48.534Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-08T00:49:48.797Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:48.797Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-08T00:49:48.797Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T00:49:49.737Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-08T00:49:49.737Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T00:49:49.737Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-08T00:49:49.737Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T00:49:50.308Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-08T00:49:50.569Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:50.569Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-08T00:49:50.569Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T00:49:51.514Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-08T00:49:51.514Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-08T00:49:51.790Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-08T00:49:51.790Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-08T00:49:51.790Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-08T00:49:51.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:51.790Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-08T00:49:52.081Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-08T00:49:52.081Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-08T00:49:52.081Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:52.081Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:49:52.344Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:49:52.344Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:49:52.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:52.344Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:49:52.344Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:49:52.607Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:49:52.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:52.607Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:49:52.607Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:49:52.876Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:49:52.876Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:52.876Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:49:52.876Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:49:52.876Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:49:53.187Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:53.187Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T00:49:53.187Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T00:49:53.187Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T00:49:53.187Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T00:49:53.485Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-08T00:49:53.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:53.485Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T00:49:53.485Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T00:49:53.485Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-08T00:49:53.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:53.782Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:49:53.782Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:49:53.782Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:49:53.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:53.782Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:49:54.073Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:49:54.073Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:49:54.073Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:54.073Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:49:54.353Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:49:54.630Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:49:55.203Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-08T00:49:55.463Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-08T00:49:55.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:55.463Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T00:49:55.463Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T00:49:55.723Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-08T00:49:55.984Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T00:49:55.984Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-08T00:49:55.984Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T00:49:55.984Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-08T00:49:56.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:56.245Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-08T00:49:56.245Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-08T00:49:56.506Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-08T00:49:56.767Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:56.767Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-08T00:49:56.767Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-08T00:49:56.767Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-08T00:49:56.767Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:56.767Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-08T00:49:57.029Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-08T00:49:57.029Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-08T00:49:57.029Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:57.029Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-08T00:49:57.029Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T00:49:57.294Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T00:49:57.294Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:57.294Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-08T00:49:57.294Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T00:49:57.554Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T00:49:57.554Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:57.554Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-08T00:49:57.815Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T00:49:57.815Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T00:49:58.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:58.075Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T00:49:58.075Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T00:49:58.075Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-08T00:49:58.075Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T00:49:58.335Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T00:49:58.335Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T00:49:58.335Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-08T00:49:58.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:58.595Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-08T00:49:58.595Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-08T00:49:58.595Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-08T00:49:58.856Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:58.856Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-08T00:49:58.856Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T00:49:58.856Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T00:49:59.426Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:59.426Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T00:49:59.426Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T00:49:59.685Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-08T00:49:59.685Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:59.685Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-08T00:49:59.685Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-08T00:49:59.946Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-08T00:49:59.946Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:49:59.946Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-08T00:49:59.946Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-08T00:50:00.525Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-08T00:50:00.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:50:00.525Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T00:50:00.525Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T00:50:00.525Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-08T00:50:00.786Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:50:00.786Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-08T00:50:00.786Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-08T00:50:01.048Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-08T00:50:01.048Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:50:01.048Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-08T00:50:01.048Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-08T00:50:01.048Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-08T00:50:01.309Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:50:01.309Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-08T00:50:01.309Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-08T00:50:01.309Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-08T00:50:01.620Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:50:01.620Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-08T00:50:01.620Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-08T00:50:01.620Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-08T00:50:01.883Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:50:01.883Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-08T00:50:01.883Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-08T00:50:01.883Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-08T00:50:01.883Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T00:50:01.883Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-08T00:50:02.145Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-08T00:50:02.145Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-08T00:50:02.145Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-08T00:50:02.145Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-08T00:50:02.145Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-08T00:50:02.407Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-08T00:50:02.407Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-08T00:50:02.668Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-08T00:50:02.668Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-08T00:50:02.929Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-08T00:50:02.929Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-08T00:50:02.929Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-08T00:50:02.929Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-08T00:50:03.199Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-08T00:50:03.199Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-08T00:50:03.199Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-08T00:50:03.459Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-08T00:50:03.459Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-08T00:50:03.459Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-08T00:50:03.720Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-08T00:50:03.720Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-08T00:50:03.720Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-08T00:50:03.720Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-08T00:50:03.981Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-08T00:50:03.981Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-08T00:50:04.241Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-08T00:50:04.241Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-08T00:50:05.190Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-08T00:50:05.190Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-08T00:50:05.190Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-08T00:50:05.190Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-08T00:50:05.190Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T00:50:05.451Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T00:50:05.712Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T00:50:05.712Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T00:50:05.973Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T00:50:05.973Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T00:50:05.973Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T00:50:05.973Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T00:50:06.234Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:50:06.234Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:50:06.234Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:50:06.234Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:50:06.498Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:50:06.498Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:50:06.764Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:50:06.764Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:50:07.706Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:50:07.706Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:50:08.645Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:50:08.645Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:50:09.587Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:50:09.587Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:50:09.848Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:50:09.848Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:50:10.788Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T00:50:10.788Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T00:50:11.048Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-08T00:50:11.048Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-08T00:50:11.048Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-08T00:50:11.048Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-08T00:50:11.308Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-08T00:50:11.308Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-08T00:50:11.568Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-08T00:50:11.568Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-08T00:50:11.568Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-08T00:50:11.568Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-08T00:50:11.844Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-08T00:50:11.844Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-08T00:50:11.844Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-08T00:50:11.844Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-08T00:50:12.105Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:50:12.105Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-08T00:50:12.105Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:50:12.105Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:50:12.105Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:50:12.105Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-08T00:50:12.366Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-08T00:50:12.366Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-08T00:50:12.366Z] [2021-04-08T00:50:12.366Z] Current default time zone: 'Etc/UTC' [2021-04-08T00:50:12.366Z] Local time is now: Thu Apr 8 00:50:12 UTC 2021. [2021-04-08T00:50:12.366Z] Universal Time is now: Thu Apr 8 00:50:12 UTC 2021. [2021-04-08T00:50:12.366Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-08T00:50:12.366Z] [2021-04-08T00:50:12.366Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-08T00:50:12.654Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:50:12.654Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-08T00:50:12.654Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-08T00:50:12.654Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-08T00:50:12.654Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-08T00:50:12.654Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-08T00:50:12.654Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-08T00:50:12.654Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-08T00:50:12.941Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-08T00:50:12.941Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:50:12.941Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-08T00:50:13.201Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:50:13.201Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-08T00:50:13.201Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:50:13.201Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-08T00:50:13.201Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-08T00:50:13.201Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-08T00:50:13.201Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-08T00:50:13.201Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-08T00:50:13.201Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-08T00:50:13.201Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-08T00:50:13.201Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-08T00:50:15.127Z] Updating certificates in /etc/ssl/certs... [2021-04-08T00:50:15.698Z] 23 added, 27 removed; done. [2021-04-08T00:50:15.959Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-08T00:50:15.959Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T00:50:15.959Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-08T00:50:15.959Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-08T00:50:15.959Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-08T00:50:15.959Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:50:15.959Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-08T00:50:16.221Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:50:16.221Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:50:16.221Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:50:16.221Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:50:16.221Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:50:16.221Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-08T00:50:16.221Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-08T00:50:16.221Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-08T00:50:16.486Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-08T00:50:16.486Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-08T00:50:16.486Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:50:16.486Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T00:50:16.486Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-08T00:50:16.486Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-08T00:50:16.486Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-08T00:50:16.746Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-08T00:50:16.746Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-08T00:50:16.746Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-08T00:50:16.746Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-08T00:50:16.746Z] Updating certificates in /etc/ssl/certs... [2021-04-08T00:50:17.321Z] 0 added, 0 removed; done. [2021-04-08T00:50:17.321Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-08T00:50:17.321Z] done. [2021-04-08T00:50:18.262Z] Reading package lists... [2021-04-08T00:50:18.262Z] Building dependency tree... [2021-04-08T00:50:18.262Z] Reading state information... [2021-04-08T00:50:18.522Z] The following NEW packages will be installed: [2021-04-08T00:50:18.522Z] apt-transport-https [2021-04-08T00:50:18.782Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T00:50:18.782Z] Need to get 1692 B of archives. [2021-04-08T00:50:18.782Z] After this operation, 154 kB of additional disk space will be used. [2021-04-08T00:50:18.782Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-08T00:50:19.042Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T00:50:19.043Z] Fetched 1692 B in 0s (9386 B/s) [2021-04-08T00:50:19.043Z] Selecting previously unselected package apt-transport-https. [2021-04-08T00:50:19.043Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-08T00:50:19.043Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-08T00:50:19.043Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-08T00:50:19.043Z] Setting up apt-transport-https (1.6.13) ... [2021-04-08T00:50:19.613Z] Waiting for network to be ready... [2021-04-08T00:50:27.748Z] 2021-04-08T00:50:23Z INFO Waiting for automatic snapd restart... [2021-04-08T00:50:27.748Z] snapd 2.49.2 from Canonical* installed [2021-04-08T00:50:28.319Z] "snapd" switched to the "latest/stable" channel [2021-04-08T00:50:28.319Z] [2021-04-08T00:50:33.607Z] core18 20210309 from Canonical* installed [2021-04-08T00:50:33.607Z] "core18" switched to the "latest/stable" channel [2021-04-08T00:50:33.607Z] [2021-04-08T00:50:38.887Z] snapcraft 4.6 from Canonical* installed [2021-04-08T00:50:39.147Z] "snapcraft" switched to the "latest/stable" channel [2021-04-08T00:50:39.147Z] [2021-04-08T00:50:43.346Z] 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-04-08T00:50:43.346Z] - README.md [2021-04-08T00:50:43.346Z] [2021-04-08T00:50:43.346Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-08T00:50:44.031Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-08T00:50:49.923Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T00:50:49.923Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T00:50:49.923Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T00:50:49.923Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T00:50:51.307Z] Reading package lists... [2021-04-08T00:50:51.568Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-04-08T00:50:56.657Z] Removing intermediate container 54aedaa1d582 [2021-04-08T00:50:56.657Z] ---> e309b3bd68f9 [2021-04-08T00:50:56.657Z] [2021-04-08T00:50:56.657Z] Step 10/21 : FROM alpine:3.12 [2021-04-08T00:50:56.657Z] ---> d75e27dfc0a0 [2021-04-08T00:50:56.657Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-08T00:50:56.657Z] ---> Running in b8d2b95ee6cc [2021-04-08T00:50:58.224Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T00:50:58.224Z] Reading package lists... [2021-04-08T00:50:58.224Z] Building dependency tree... [2021-04-08T00:50:58.224Z] Reading state information... [2021-04-08T00:50:58.224Z] Suggested packages: [2021-04-08T00:50:58.224Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-08T00:50:58.224Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-08T00:50:58.224Z] Recommended packages: [2021-04-08T00:50:58.224Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-08T00:50:58.224Z] The following NEW packages will be installed: [2021-04-08T00:50:58.224Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-08T00:50:58.224Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-08T00:50:58.224Z] pkg-config zip [2021-04-08T00:50:58.485Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T00:50:58.485Z] Need to get 7663 kB of archives. [2021-04-08T00:50:58.485Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-08T00:50:58.485Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-08T00:50:58.485Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-08T00:50:58.485Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-08T00:50:58.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:50:58.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:50:58.746Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-08T00:50:58.746Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-08T00:50:58.746Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-08T00:50:58.746Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-08T00:50:59.008Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-08T00:50:59.008Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-08T00:50:59.008Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-08T00:50:59.008Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-08T00:50:59.008Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-08T00:50:59.008Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-08T00:50:59.268Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-08T00:50:59.268Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-08T00:50:59.528Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T00:50:59.528Z] Fetched 7663 kB in 1s (7289 kB/s) [2021-04-08T00:50:59.528Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-08T00:50:59.528Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-08T00:50:59.528Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-08T00:50:59.528Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-08T00:50:59.672Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-08T00:50:59.673Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T00:50:59.673Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-08T00:50:59.673Z] (4/4) Installing curl (7.69.1-r3) [2021-04-08T00:50:59.673Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:50:59.673Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T00:50:59.789Z] Selecting previously unselected package libpsl5:amd64. [2021-04-08T00:50:59.789Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-08T00:50:59.789Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-08T00:50:59.959Z] OK: 7 MiB in 18 packages [2021-04-08T00:51:00.049Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-08T00:51:00.049Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-08T00:51:00.049Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-08T00:51:00.049Z] Selecting previously unselected package librtmp1:amd64. [2021-04-08T00:51:00.049Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-08T00:51:00.049Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-08T00:51:00.310Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-08T00:51:00.310Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-08T00:51:00.310Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-08T00:51:00.310Z] Selecting previously unselected package liberror-perl. [2021-04-08T00:51:00.310Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-08T00:51:00.310Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-08T00:51:00.310Z] Selecting previously unselected package git-man. [2021-04-08T00:51:00.310Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-08T00:51:00.570Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-08T00:51:00.570Z] Selecting previously unselected package git. [2021-04-08T00:51:00.570Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-08T00:51:00.570Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-08T00:51:01.512Z] Selecting previously unselected package libnorm1:amd64. [2021-04-08T00:51:01.512Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-08T00:51:01.512Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-08T00:51:01.781Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-08T00:51:01.781Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-08T00:51:01.781Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-08T00:51:01.781Z] Selecting previously unselected package libsodium23:amd64. [2021-04-08T00:51:01.781Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-08T00:51:01.781Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-08T00:51:01.781Z] Selecting previously unselected package libzmq5:amd64. [2021-04-08T00:51:01.781Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-08T00:51:01.781Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T00:51:02.046Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-08T00:51:02.046Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-08T00:51:02.046Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T00:51:02.046Z] Selecting previously unselected package pkg-config. [2021-04-08T00:51:02.046Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-08T00:51:02.046Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-08T00:51:02.308Z] Selecting previously unselected package zip. [2021-04-08T00:51:02.308Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-08T00:51:02.308Z] Unpacking zip (3.0-11build1) ... [2021-04-08T00:51:02.308Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-08T00:51:02.308Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-08T00:51:02.308Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-08T00:51:02.308Z] Setting up liberror-perl (0.17025-1) ... [2021-04-08T00:51:02.308Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-08T00:51:02.308Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-08T00:51:02.570Z] No schema files found: doing nothing. [2021-04-08T00:51:02.570Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-08T00:51:02.570Z] Setting up zip (3.0-11build1) ... [2021-04-08T00:51:02.570Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-08T00:51:02.570Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-08T00:51:02.570Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-08T00:51:02.570Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T00:51:02.570Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-08T00:51:02.570Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T00:51:02.570Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-08T00:51:02.832Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-08T00:51:03.461Z] Removing intermediate container b8d2b95ee6cc [2021-04-08T00:51:03.461Z] ---> dfe22295b203 [2021-04-08T00:51:03.461Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T00:51:03.759Z] ---> Running in b2d80bcf1ea3 [2021-04-08T00:51:04.770Z] Removing intermediate container b2d80bcf1ea3 [2021-04-08T00:51:04.770Z] ---> 801d9f5f9830 [2021-04-08T00:51:04.770Z] Step 13/21 : WORKDIR /edgex [2021-04-08T00:51:05.054Z] Removing intermediate container f857c908478f [2021-04-08T00:51:05.054Z] ---> 12206fe08962 [2021-04-08T00:51:05.054Z] [2021-04-08T00:51:05.054Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T00:51:05.054Z] ---> d75e27dfc0a0 [2021-04-08T00:51:05.054Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:51:05.054Z] ---> Using cache [2021-04-08T00:51:05.054Z] ---> 0560a4dea70d [2021-04-08T00:51:05.054Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:51:05.054Z] ---> Using cache [2021-04-08T00:51:05.054Z] ---> 45d06380564a [2021-04-08T00:51:05.054Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-08T00:51:05.054Z] ---> Running in 9ed1cde7e333 [2021-04-08T00:51:05.335Z] ---> Running in f78b436e977f [2021-04-08T00:51:05.944Z] Removing intermediate container 9ed1cde7e333 [2021-04-08T00:51:05.944Z] ---> f0872e5cad42 [2021-04-08T00:51:05.944Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-08T00:51:06.233Z] Removing intermediate container f78b436e977f [2021-04-08T00:51:06.233Z] ---> 17e4b865244f [2021-04-08T00:51:06.233Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T00:51:06.520Z] ---> Running in 5f7ca8eb82ed [2021-04-08T00:51:07.529Z] ---> e58ce0620ec8 [2021-04-08T00:51:07.529Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-08T00:51:07.529Z] Removing intermediate container 5f7ca8eb82ed [2021-04-08T00:51:07.529Z] ---> 83b0fa493185 [2021-04-08T00:51:07.529Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:51:09.420Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T00:51:09.553Z] ---> 1c33a514d8ae [2021-04-08T00:51:09.553Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-08T00:51:09.553Z] ---> aa0570ebcb3d [2021-04-08T00:51:09.553Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-08T00:51:09.681Z] git set to automatically installed. [2021-04-08T00:51:09.682Z] git-man set to automatically installed. [2021-04-08T00:51:09.682Z] libcurl3-gnutls set to automatically installed. [2021-04-08T00:51:09.682Z] liberror-perl set to automatically installed. [2021-04-08T00:51:09.682Z] libglib2.0-0 set to automatically installed. [2021-04-08T00:51:09.682Z] libnghttp2-14 set to automatically installed. [2021-04-08T00:51:09.682Z] libnorm1 set to automatically installed. [2021-04-08T00:51:09.682Z] libpgm-5.2-0 set to automatically installed. [2021-04-08T00:51:09.682Z] libpsl5 set to automatically installed. [2021-04-08T00:51:09.682Z] librtmp1 set to automatically installed. [2021-04-08T00:51:09.682Z] libsodium23 set to automatically installed. [2021-04-08T00:51:09.682Z] libzmq3-dev set to automatically installed. [2021-04-08T00:51:09.682Z] libzmq5 set to automatically installed. [2021-04-08T00:51:09.682Z] pkg-config set to automatically installed. [2021-04-08T00:51:09.682Z] zip set to automatically installed. [2021-04-08T00:51:11.596Z] snapd is not logged in, snap install commands will use sudo [2021-04-08T00:51:12.236Z] ---> 88bdf8c9ad39 [2021-04-08T00:51:12.236Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-08T00:51:12.526Z] ---> ae5fbc8cb9f0 [2021-04-08T00:51:12.526Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-08T00:51:12.810Z] ---> Running in ca601521dea1 [2021-04-08T00:51:14.272Z] Removing intermediate container ca601521dea1 [2021-04-08T00:51:14.272Z] ---> 2d44e1a2984b [2021-04-08T00:51:14.272Z] Step 18/21 : CMD ["--init=true"] [2021-04-08T00:51:14.272Z] ---> cccc6a1a53f8 [2021-04-08T00:51:14.272Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-08T00:51:14.555Z] ---> Running in 50f899057359 [2021-04-08T00:51:14.555Z] ---> Running in 4b55832af21a [2021-04-08T00:51:15.552Z] Removing intermediate container 50f899057359 [2021-04-08T00:51:15.552Z] ---> da18cf0f95eb [2021-04-08T00:51:15.552Z] Step 19/21 : LABEL arch=arm64 [2021-04-08T00:51:15.835Z] ---> Running in 55c3c68fb9c5 [2021-04-08T00:51:16.125Z] Removing intermediate container 4b55832af21a [2021-04-08T00:51:16.125Z] ---> 23297f64e0ff [2021-04-08T00:51:16.125Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:51:16.407Z] ---> Running in 26c3939fc252 [2021-04-08T00:51:16.687Z] Removing intermediate container 55c3c68fb9c5 [2021-04-08T00:51:16.687Z] ---> fd7de5226644 [2021-04-08T00:51:16.687Z] Step 20/21 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:51:17.293Z] ---> Running in 3c6de9fee004 [2021-04-08T00:51:17.293Z] Removing intermediate container 26c3939fc252 [2021-04-08T00:51:17.293Z] ---> 7b6470cdd3e4 [2021-04-08T00:51:17.293Z] Step 20/22 : LABEL arch=arm64 [2021-04-08T00:51:17.573Z] ---> Running in 4bc4bb0a780f [2021-04-08T00:51:17.851Z] Removing intermediate container c7ab66939d4f [2021-04-08T00:51:17.851Z] ---> 36cea054e7f3 [2021-04-08T00:51:17.851Z] [2021-04-08T00:51:17.851Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:51:17.851Z] ---> d75e27dfc0a0 [2021-04-08T00:51:17.851Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T00:51:17.851Z] ---> Using cache [2021-04-08T00:51:17.851Z] ---> 0560a4dea70d [2021-04-08T00:51:17.851Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T00:51:17.851Z] ---> Using cache [2021-04-08T00:51:17.851Z] ---> 45d06380564a [2021-04-08T00:51:17.851Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-08T00:51:18.132Z] Removing intermediate container 3c6de9fee004 [2021-04-08T00:51:18.133Z] ---> db3451e94b49 [2021-04-08T00:51:18.133Z] Step 21/21 : LABEL version=0.0.0 [2021-04-08T00:51:18.133Z] ---> Running in d84b11a12e3b [2021-04-08T00:51:18.133Z] ---> Running in b6d84f546192 [2021-04-08T00:51:18.133Z] Removing intermediate container 4bc4bb0a780f [2021-04-08T00:51:18.133Z] ---> 8bbff6e5d09f [2021-04-08T00:51:18.133Z] Step 21/22 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:51:18.182Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T00:51:18.411Z] ---> Running in a9a79d400df9 [2021-04-08T00:51:19.013Z] Removing intermediate container d84b11a12e3b [2021-04-08T00:51:19.013Z] ---> 3c2c6a2c4727 [2021-04-08T00:51:19.013Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T00:51:19.013Z] Removing intermediate container b6d84f546192 [2021-04-08T00:51:19.013Z] ---> b7519682e5ab [2021-04-08T00:51:19.013Z] [2021-04-08T00:51:19.287Z] ---> Running in 4c7f7ec676d2 [2021-04-08T00:51:19.287Z] Removing intermediate container a9a79d400df9 [2021-04-08T00:51:19.287Z] ---> 9ac980eb4c7d [2021-04-08T00:51:19.287Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T00:51:19.568Z] ---> Running in 4b60dad30ed6 [2021-04-08T00:51:19.568Z] Successfully built b7519682e5ab [2021-04-08T00:51:19.568Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-08T00:51:19.849Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4c7f7ec676d2 [2021-04-08T00:51:19.849Z] ---> a3c35d82d88d [2021-04-08T00:51:19.850Z] Step 15/23 : WORKDIR / [2021-04-08T00:51:19.850Z] ---> Running in e57bf9c68aea [2021-04-08T00:51:20.136Z] Removing intermediate container 4b60dad30ed6 [2021-04-08T00:51:20.136Z] ---> bfde6155ca7d [2021-04-08T00:51:20.136Z] [2021-04-08T00:51:20.814Z] Successfully built bfde6155ca7d [2021-04-08T00:51:20.814Z] Removing intermediate container e57bf9c68aea [2021-04-08T00:51:20.814Z] ---> 4de01087de54 [2021-04-08T00:51:20.814Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:51:20.814Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-08T00:51:21.414Z]  Building docker-support-scheduler-go ... done  ---> 832d563eeeb3 [2021-04-08T00:51:21.414Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-08T00:51:22.868Z] ---> 2d63d4203644 [2021-04-08T00:51:22.868Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-08T00:51:23.853Z] ---> 6fb7d88f5ffc [2021-04-08T00:51:23.853Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-08T00:51:23.853Z] ---> Running in 81aa23f8921d [2021-04-08T00:51:24.454Z] Removing intermediate container 81aa23f8921d [2021-04-08T00:51:24.454Z] ---> 1c87740b142c [2021-04-08T00:51:24.454Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:51:24.733Z] ---> Running in 4118dc74bad2 [2021-04-08T00:51:25.023Z] Removing intermediate container 4118dc74bad2 [2021-04-08T00:51:25.023Z] ---> 1c6ff4b3a07f [2021-04-08T00:51:25.023Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T00:51:25.299Z] ---> Running in bf7216e36f7d [2021-04-08T00:51:25.898Z] Removing intermediate container bf7216e36f7d [2021-04-08T00:51:25.898Z] ---> c92bfcd736ac [2021-04-08T00:51:25.898Z] Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:51:26.173Z] ---> Running in 2d149608bb4b [2021-04-08T00:51:26.447Z] Removing intermediate container 2d149608bb4b [2021-04-08T00:51:26.447Z] ---> aec226b0e844 [2021-04-08T00:51:26.447Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:51:26.723Z] ---> Running in e2d3ac147641 [2021-04-08T00:51:27.323Z] Removing intermediate container e2d3ac147641 [2021-04-08T00:51:27.323Z] ---> f83ea433932e [2021-04-08T00:51:27.323Z] [2021-04-08T00:51:27.599Z] Successfully built f83ea433932e [2021-04-08T00:51:27.876Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-08T00:51:32.231Z]  Building docker-core-metadata-go ... done Removing intermediate container 358613a5c06d [2021-04-08T00:51:32.231Z] ---> 74ad3fa17e2e [2021-04-08T00:51:32.231Z] [2021-04-08T00:51:32.231Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T00:51:32.231Z] ---> d75e27dfc0a0 [2021-04-08T00:51:32.231Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-08T00:51:32.231Z] ---> Running in 9ace1da5a537 [2021-04-08T00:51:32.506Z] Removing intermediate container 9ace1da5a537 [2021-04-08T00:51:32.506Z] ---> fe686e376d44 [2021-04-08T00:51:32.506Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-08T00:51:32.506Z] ---> Running in e9410dbacd30 [2021-04-08T00:51:33.106Z] Removing intermediate container e9410dbacd30 [2021-04-08T00:51:33.106Z] ---> 793706c85ec1 [2021-04-08T00:51:33.106Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-08T00:51:33.106Z] ---> Running in 409e9afdd289 [2021-04-08T00:51:33.728Z] Removing intermediate container 409e9afdd289 [2021-04-08T00:51:33.728Z] ---> a6b337219ccd [2021-04-08T00:51:33.729Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T00:51:33.729Z] ---> Running in 0d1bbda7bbaf [2021-04-08T00:51:36.323Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-08T00:51:36.323Z] snapd is not logged in, snap install commands will use sudo [2021-04-08T00:51:36.370Z] Removing intermediate container 0d1bbda7bbaf [2021-04-08T00:51:36.370Z] ---> 2c39e2298638 [2021-04-08T00:51:36.370Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-08T00:51:36.370Z] ---> Running in 78c3f97fc02b [2021-04-08T00:51:37.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T00:51:38.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T00:51:38.928Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-08T00:51:39.202Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-08T00:51:39.202Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-08T00:51:39.475Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-08T00:51:39.749Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T00:51:39.749Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-08T00:51:40.024Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T00:51:40.024Z] OK: 8 MiB in 20 packages [2021-04-08T00:51:41.472Z] Removing intermediate container 78c3f97fc02b [2021-04-08T00:51:41.472Z] ---> 6648a594329f [2021-04-08T00:51:41.472Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T00:51:42.074Z] ---> df9fb11588a9 [2021-04-08T00:51:42.074Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-08T00:51:42.916Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T00:51:42.916Z] snap "core18" has no updates available [2021-04-08T00:51:43.487Z] Pulling go-build-helper [2021-04-08T00:51:43.487Z] + snapcraftctl pull [2021-04-08T00:51:43.523Z] ---> 761738e5a6ef [2021-04-08T00:51:43.523Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-08T00:51:44.508Z] ---> bc46034a30e0 [2021-04-08T00:51:44.508Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-08T00:51:44.508Z] ---> Running in 145ee3955334 [2021-04-08T00:51:44.874Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-08T00:51:44.875Z] Skipping pull go-build-helper (already ran) [2021-04-08T00:51:44.875Z] Building go-build-helper [2021-04-08T00:51:44.875Z] + snapcraftctl build [2021-04-08T00:51:45.107Z] Removing intermediate container 145ee3955334 [2021-04-08T00:51:45.107Z] ---> b7a76997c61d [2021-04-08T00:51:45.107Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T00:51:45.107Z] ---> Running in 908d489adc5a [2021-04-08T00:51:45.705Z] Removing intermediate container 908d489adc5a [2021-04-08T00:51:45.705Z] ---> e48b5be2e4bb [2021-04-08T00:51:45.705Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T00:51:45.980Z] ---> Running in 037ad55844dc [2021-04-08T00:51:46.254Z] Removing intermediate container 037ad55844dc [2021-04-08T00:51:46.254Z] ---> e28ace2f0422 [2021-04-08T00:51:46.254Z] Step 22/23 : LABEL git_sha=4fcddca7a270866c646e429920970f8db685f393 [2021-04-08T00:51:46.527Z] ---> Running in 73ef74c4d631 [2021-04-08T00:51:47.141Z] Removing intermediate container 73ef74c4d631 [2021-04-08T00:51:47.141Z] ---> 117ad69ecb8a [2021-04-08T00:51:47.141Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T00:51:47.141Z] ---> Running in 0bf92343fc5f [2021-04-08T00:51:47.421Z] Staging go-build-helper [2021-04-08T00:51:47.421Z] + snapcraftctl stage [2021-04-08T00:51:47.748Z] Removing intermediate container 0bf92343fc5f [2021-04-08T00:51:47.748Z] ---> 3b054b2d2bca [2021-04-08T00:51:47.748Z] [2021-04-08T00:51:48.026Z] Successfully built 3b054b2d2bca [2021-04-08T00:51:48.026Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-08T00:51:48.637Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-08T00:51:48.634Z] $ docker stop --time=1 d960a0d622bbe00a77cbb0d41397f63e9824a381ed19e9cac4147fc73a7a0f0f [2021-04-08T00:51:50.558Z] $ docker rm -f d960a0d622bbe00a77cbb0d41397f63e9824a381ed19e9cac4147fc73a7a0f0f [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T00:51:51.407Z] + grep docker [2021-04-08T00:51:51.407Z] + docker images [2021-04-08T00:51:51.677Z] docker-core-data-go-arm64 latest 3b054b2d2bca 4 seconds ago 21.4MB [2021-04-08T00:51:51.677Z] docker-core-metadata-go-arm64 latest f83ea433932e 25 seconds ago 17.9MB [2021-04-08T00:51:51.677Z] docker-support-scheduler-go-arm64 latest bfde6155ca7d 32 seconds ago 16.4MB [2021-04-08T00:51:51.677Z] docker-security-proxy-setup-go-arm64 latest b7519682e5ab 33 seconds ago 24.1MB [2021-04-08T00:51:51.677Z] docker-sys-mgmt-agent-go-arm64 latest 8b57c5b9d579 2 minutes ago 301MB [2021-04-08T00:51:51.677Z] docker-security-bootstrapper-go-arm64 latest eb7486d6210e 3 minutes ago 17.9MB [2021-04-08T00:51:51.677Z] docker-support-notifications-go-arm64 latest 1e52d8cc523b 3 minutes ago 16.9MB [2021-04-08T00:51:51.677Z] docker-core-command-go-arm64 latest f70b14dce61f 3 minutes ago 16.3MB [2021-04-08T00:51:51.677Z] docker-security-secretstore-setup-go-arm64 latest 4b78c53a21ac 3 minutes ago 24.4MB [2021-04-08T00:51:51.677Z] docker 20.10.0 eeaf43b92773 3 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:51:52.777Z] ---> job-cost.sh [2021-04-08T00:51:52.777Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3AXF [2021-04-08T00:52:02.342Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-08T00:52:02.342Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-08T00:52:02.342Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-08T00:52:02.342Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-08T00:52:02.342Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-08T00:52:02.342Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-08T00:52:02.342Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-08T00:52:02.342Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-08T00:52:02.342Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-08T00:52:02.342Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-08T00:52:02.342Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-08T00:52:02.342Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-08T00:52:02.342Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-08T00:52:02.342Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-08T00:52:02.342Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-08T00:52:02.342Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-08T00:52:02.342Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-08T00:52:02.342Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-08T00:52:02.342Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-08T00:52:02.342Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-08T00:52:02.342Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-08T00:52:02.342Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-08T00:52:02.342Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-08T00:52:02.342Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-08T00:52:02.342Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-08T00:52:02.342Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-08T00:52:02.342Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-08T00:52:02.342Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-08T00:52:02.342Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-08T00:52:02.342Z] Fetched 224 kB in 0s (0 B/s) [2021-04-08T00:52:02.342Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-08T00:52:02.342Z] Fetched 157 kB in 0s (0 B/s) [2021-04-08T00:52:02.342Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-08T00:52:02.342Z] Fetched 221 kB in 0s (0 B/s) [2021-04-08T00:52:02.342Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-08T00:52:02.343Z] Fetched 143 kB in 0s (0 B/s) [2021-04-08T00:52:02.343Z] Pulling app-service-config [2021-04-08T00:52:02.343Z] + snapcraftctl pull [2021-04-08T00:52:02.343Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-08T00:52:02.343Z] Pulling config-common [2021-04-08T00:52:02.343Z] + snapcraftctl pull [2021-04-08T00:52:06.557Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T00:52:06.557Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T00:52:06.557Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T00:52:06.557Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:52:06.557Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-08T00:52:06.557Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:52:06.557Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-08T00:52:06.557Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:52:06.557Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-08T00:52:06.557Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:52:06.557Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-08T00:52:06.557Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:52:06.557Z] Pulling edgex-go [2021-04-08T00:52:06.557Z] + snapcraftctl pull [2021-04-08T00:52:28.535Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T00:52:28.535Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T00:52:28.535Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T00:52:28.535Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-08T00:52:28.535Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-08T00:52:28.535Z] Fetched 279 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-08T00:52:28.535Z] Fetched 122 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-08T00:52:28.535Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-08T00:52:28.535Z] Fetched 8848 B in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-08T00:52:28.535Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-08T00:52:28.535Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-08T00:52:28.535Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-08T00:52:28.535Z] Fetched 219 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-08T00:52:28.535Z] Fetched 154 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-08T00:52:28.535Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-08T00:52:28.535Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-08T00:52:28.535Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-08T00:52:28.535Z] Fetched 499 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-08T00:52:28.535Z] Fetched 111 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-08T00:52:28.535Z] Fetched 240 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-08T00:52:28.535Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-08T00:52:28.535Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-08T00:52:28.535Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-08T00:52:28.535Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-08T00:52:28.535Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-08T00:52:28.535Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-08T00:52:28.535Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-08T00:52:28.535Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-08T00:52:28.535Z] Fetched 8720 B in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-08T00:52:28.535Z] Fetched 137 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-08T00:52:28.535Z] Fetched 119 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-08T00:52:28.535Z] Fetched 109 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-08T00:52:28.535Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-08T00:52:28.535Z] Fetched 645 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-08T00:52:28.535Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-08T00:52:28.535Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-08T00:52:28.535Z] Fetched 368 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-08T00:52:28.535Z] Fetched 187 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-08T00:52:28.535Z] Fetched 175 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-08T00:52:28.535Z] Fetched 206 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-08T00:52:28.535Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-08T00:52:28.535Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-08T00:52:28.535Z] Fetched 159 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-08T00:52:28.535Z] Fetched 107 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-08T00:52:28.535Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-08T00:52:28.535Z] Pulling static-packages [2021-04-08T00:52:28.535Z] + snapcraftctl pull [2021-04-08T00:52:29.483Z] Pulling version [2021-04-08T00:52:29.483Z] + cd /root/project [2021-04-08T00:52:29.483Z] + [ -f VERSION ] [2021-04-08T00:52:29.483Z] + PROJECT_VERSION=local-dev [2021-04-08T00:52:29.483Z] + git rev-parse --short HEAD [2021-04-08T00:52:29.483Z] + GIT_REVISION=585796de [2021-04-08T00:52:29.483Z] + snapcraftctl set-version local-dev [2021-04-08T00:52:30.865Z] Skipping build go-build-helper (already ran) [2021-04-08T00:52:30.865Z] Building app-service-config [2021-04-08T00:52:30.865Z] + make build [2021-04-08T00:52:30.865Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-08T00:52:32.774Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.41 [2021-04-08T00:52:33.034Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-08T00:52:33.034Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.29 [2021-04-08T00:52:33.034Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-08T00:52:33.034Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-08T00:52:33.034Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-08T00:52:33.034Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-08T00:52:33.293Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-08T00:52:33.293Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-08T00:52:33.293Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-08T00:52:33.293Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-08T00:52:33.554Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-08T00:52:33.814Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-08T00:52:33.814Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-08T00:52:34.075Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-08T00:52:34.075Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-08T00:52:34.075Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-08T00:52:34.336Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-08T00:52:34.336Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-08T00:52:34.336Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-08T00:52:34.336Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-08T00:52:34.336Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-08T00:52:34.596Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-08T00:52:34.596Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-08T00:52:34.596Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-08T00:52:34.596Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-08T00:52:34.596Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-08T00:52:34.596Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-08T00:52:34.856Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-08T00:52:34.856Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-08T00:52:34.856Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-08T00:52:34.856Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-08T00:52:34.856Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-08T00:52:34.856Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-08T00:52:34.856Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-08T00:52:34.856Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-08T00:52:34.856Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-08T00:52:34.856Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-08T00:52:34.856Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-08T00:52:34.856Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-08T00:52:35.116Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-08T00:52:35.116Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-08T00:52:35.116Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-08T00:52:35.116Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-08T00:52:35.116Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-08T00:52:39.709Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T00:52:47.353Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-08T00:52:47.353Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-08T00:52:47.353Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-08T00:52:47.353Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-08T00:52:47.613Z] Building config-common [2021-04-08T00:52:47.613Z] + snapcraftctl build [2021-04-08T00:52:50.910Z] Building edgex-go [2021-04-08T00:52:51.850Z] + cd /root/parts/edgex-go/src [2021-04-08T00:52:51.850Z] + make build [2021-04-08T00:52:51.850Z] 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-04-08T00:52:52.109Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-08T00:52:52.109Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 [2021-04-08T00:52:52.109Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-08T00:52:52.109Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-08T00:52:52.370Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-08T00:52:52.370Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-08T00:52:52.370Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-08T00:52:52.370Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-08T00:52:57.665Z] 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-04-08T00:52:57.665Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-08T00:53:02.956Z] 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-04-08T00:53:04.866Z] 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-04-08T00:53:06.777Z] 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-04-08T00:53:07.057Z] 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-04-08T00:53:07.057Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-08T00:53:07.326Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-08T00:53:07.326Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-08T00:53:07.326Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-08T00:53:09.341Z] 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-04-08T00:53:09.341Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-08T00:53:09.341Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-08T00:53:11.281Z] 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-04-08T00:53:12.681Z] 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-04-08T00:53:14.068Z] 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-04-08T00:53:15.455Z] 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-04-08T00:53:15.455Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-08T00:53:16.843Z] 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-04-08T00:53:17.117Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-08T00:53:19.699Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-08T00:53:19.699Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-08T00:53:19.699Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-08T00:53:19.699Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-08T00:53:19.699Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-08T00:53:19.699Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-08T00:53:19.699Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-08T00:53:19.700Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-08T00:53:19.700Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-08T00:53:19.700Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-08T00:53:19.700Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-08T00:53:19.700Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-08T00:53:19.700Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-08T00:53:19.700Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-08T00:53:19.700Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-08T00:53:19.700Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-08T00:53:19.700Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-08T00:53:19.700Z] + 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-04-08T00:53:19.700Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-08T00:53:19.700Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-08T00:53:19.700Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-08T00:53:19.700Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-08T00:53:19.700Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-08T00:53:19.700Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-08T00:53:19.700Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-08T00:53:19.700Z] + 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-04-08T00:53:23.002Z] Building static-packages [2021-04-08T00:53:23.002Z] + snapcraftctl build [2021-04-08T00:53:26.311Z] Building version [2021-04-08T00:53:26.311Z] + snapcraftctl build [2021-04-08T00:53:28.895Z] Skipping stage go-build-helper (already ran) [2021-04-08T00:53:28.895Z] Staging app-service-config [2021-04-08T00:53:28.895Z] + snapcraftctl stage [2021-04-08T00:53:29.840Z] Staging config-common [2021-04-08T00:53:29.840Z] + snapcraftctl stage [2021-04-08T00:53:30.783Z] Staging edgex-go [2021-04-08T00:53:31.044Z] + snapcraftctl stage [2021-04-08T00:53:32.430Z] Staging static-packages [2021-04-08T00:53:32.430Z] + snapcraftctl stage [2021-04-08T00:53:33.374Z] Staging version [2021-04-08T00:53:33.374Z] + snapcraftctl stage [2021-04-08T00:53:34.761Z] Priming go-build-helper [2021-04-08T00:53:34.761Z] + snapcraftctl prime [2021-04-08T00:53:36.146Z] Priming app-service-config [2021-04-08T00:53:36.147Z] + snapcraftctl prime [2021-04-08T00:53:37.532Z] Priming config-common [2021-04-08T00:53:37.532Z] + snapcraftctl prime [2021-04-08T00:53:38.475Z] Priming edgex-go [2021-04-08T00:53:38.475Z] + snapcraftctl prime [2021-04-08T00:53:39.864Z] Priming static-packages [2021-04-08T00:53:39.864Z] + snapcraftctl prime [2021-04-08T00:53:43.186Z] Priming version [2021-04-08T00:53:43.186Z] + snapcraftctl prime [2021-04-08T00:53:43.765Z] 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-04-08T00:54:16.439Z] lf-activate-venv(): INFO: Adding /tmp/venv-3AXF/bin to PATH [2021-04-08T00:54:16.440Z] INFO: No Stack... [2021-04-08T00:54:16.440Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-08T00:54:16.440Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T00:54:16.777Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-04-08T00:54:16.778Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T00:54:16.958Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3342-2-stack-cost] [2021-04-08T00:54:16.977Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3342-2-stack-cost] did not exist. Created. [2021-04-08T00:54:16.977Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3342-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T00:54:17.469Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-08T00:54:17.845Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T00:54:17.857Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3342-2-stack-cost] [Pipeline] // lock [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-04-08T00:54:19.699Z] provisioning config files... [2021-04-08T00:54:19.715Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2570272554897034990tmp [Pipeline] { [Pipeline] sh [2021-04-08T00:54:20.114Z] + set +x [2021-04-08T00:54:20.114Z] + curl -s https://codecov.io/bash [2021-04-08T00:54:20.114Z] + bash -s -- [2021-04-08T00:54:20.690Z] [2021-04-08T00:54:20.690Z] _____ _ [2021-04-08T00:54:20.690Z] / ____| | | [2021-04-08T00:54:20.690Z] | | ___ __| | ___ ___ _____ __ [2021-04-08T00:54:20.690Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-08T00:54:20.690Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-08T00:54:20.690Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-08T00:54:20.690Z] Bash-20210309-2b87ace [2021-04-08T00:54:20.691Z] [2021-04-08T00:54:20.691Z] [2021-04-08T00:54:20.691Z] ==> git version 2.24.3 found [2021-04-08T00:54:20.691Z] ==> 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-04-08T00:54:20.691Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-08T00:54:20.691Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-08T00:54:20.691Z] ==> Jenkins CI detected. [2021-04-08T00:54:20.691Z] project root: . [2021-04-08T00:54:20.691Z] --> token set from env [2021-04-08T00:54:20.691Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-08T00:54:20.691Z] ==> Running gcov in . (disable via -X gcov) [2021-04-08T00:54:20.691Z] ==> Python coveragepy not found [2021-04-08T00:54:20.691Z] ==> Searching for coverage reports in: [2021-04-08T00:54:20.691Z] + . [2021-04-08T00:54:20.691Z] -> Found 1 reports [2021-04-08T00:54:20.691Z] ==> Detecting git/mercurial file structure [2021-04-08T00:54:20.691Z] ==> Reading reports [2021-04-08T00:54:20.953Z] + ./coverage.out bytes=697383 [2021-04-08T00:54:20.953Z] ==> Appending adjustments [2021-04-08T00:54:20.953Z] https://docs.codecov.io/docs/fixing-reports [2021-04-08T00:54:25.181Z] + Found adjustments [2021-04-08T00:54:25.181Z] ==> Gzipping contents [2021-04-08T00:54:25.181Z] 100K /tmp/codecov.bLbogI.gz [2021-04-08T00:54:25.181Z] ==> Uploading reports [2021-04-08T00:54:25.181Z] url: https://codecov.io [2021-04-08T00:54:25.181Z] query: branch=PR-3342&commit=4fcddca7a270866c646e429920970f8db685f393&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3342%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3342&job=&cmd_args= [2021-04-08T00:54:25.181Z] -> Pinging Codecov [2021-04-08T00:54:25.181Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3342&commit=4fcddca7a270866c646e429920970f8db685f393&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3342%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3342&job=&cmd_args= [2021-04-08T00:54:25.181Z] -> Uploading to [2021-04-08T00:54:25.181Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-08/00271124DB129430A58F1EEE437C3FCB/4fcddca7a270866c646e429920970f8db685f393/965a9629-4146-4e30-99fa-661eeeb6bea9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T005424Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b83fed7fffd9c3a58b2a3cc4e1c5120c9cb53f287292e30b1fdc7ceefb80f76c [2021-04-08T00:54:25.181Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T00:54:25.181Z] Dload Upload Total Spent Left Speed [2021-04-08T00:54:25.444Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99563 0 0 100 99563 0 186k --:--:-- --:--:-- --:--:-- 186k [2021-04-08T00:54:25.444Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4fcddca7a270866c646e429920970f8db685f393 [Pipeline] } [2021-04-08T00:54:25.460Z] 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] { (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-04-08T00:54:27.201Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:28.087Z] ---> package-listing.sh [2021-04-08T00:54:28.087Z] ++ facter osfamily [2021-04-08T00:54:28.087Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-08T00:54:28.087Z] + OS_FAMILY=redhat [2021-04-08T00:54:28.087Z] + workspace=/w/workspace/edgex-go/2 [2021-04-08T00:54:28.087Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-08T00:54:28.087Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-08T00:54:28.087Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-08T00:54:28.087Z] + PACKAGES=/tmp/packages_start.txt [2021-04-08T00:54:28.087Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-08T00:54:28.087Z] + PACKAGES=/tmp/packages_end.txt [2021-04-08T00:54:28.087Z] + case "${OS_FAMILY}" in [2021-04-08T00:54:28.087Z] + rpm -qa [2021-04-08T00:54:28.087Z] + sort [2021-04-08T00:54:33.409Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-08T00:54:33.409Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-08T00:54:33.409Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-08T00:54:33.409Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-08T00:54:33.409Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-08T00:54:33.409Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-08T00:54:33.425Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-08T00:54:33.723Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:54:34.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T00:54:34.327Z] [2021-04-08T00:54:34.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-08T00:54:34.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T00:54:34.687Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-08T00:54:34.687Z] df20fa9351a1: Pulling fs layer [2021-04-08T00:54:34.687Z] 36b3adc4ff6f: Pulling fs layer [2021-04-08T00:54:34.687Z] 8ad3a11d3b57: Pulling fs layer [2021-04-08T00:54:34.687Z] 46f8f816bc3b: Pulling fs layer [2021-04-08T00:54:34.687Z] 93b61091891f: Pulling fs layer [2021-04-08T00:54:34.687Z] 93b9cdb0e59b: Pulling fs layer [2021-04-08T00:54:34.687Z] 5e14af77c1be: Pulling fs layer [2021-04-08T00:54:34.687Z] 01666e4c0597: Pulling fs layer [2021-04-08T00:54:34.687Z] aa168da1d23b: Pulling fs layer [2021-04-08T00:54:34.687Z] 46f8f816bc3b: Waiting [2021-04-08T00:54:34.687Z] 93b61091891f: Waiting [2021-04-08T00:54:34.687Z] 93b9cdb0e59b: Waiting [2021-04-08T00:54:34.687Z] 5e14af77c1be: Waiting [2021-04-08T00:54:34.687Z] aa168da1d23b: Waiting [2021-04-08T00:54:34.687Z] 01666e4c0597: Waiting [2021-04-08T00:54:34.687Z] 36b3adc4ff6f: Verifying Checksum [2021-04-08T00:54:34.687Z] 36b3adc4ff6f: Download complete [2021-04-08T00:54:35.636Z] 46f8f816bc3b: Verifying Checksum [2021-04-08T00:54:35.636Z] 46f8f816bc3b: Download complete [2021-04-08T00:54:35.636Z] df20fa9351a1: Download complete [2021-04-08T00:54:35.636Z] 93b9cdb0e59b: Verifying Checksum [2021-04-08T00:54:35.636Z] 93b9cdb0e59b: Download complete [2021-04-08T00:54:35.636Z] 5e14af77c1be: Verifying Checksum [2021-04-08T00:54:35.636Z] 5e14af77c1be: Download complete [2021-04-08T00:54:35.636Z] 01666e4c0597: Verifying Checksum [2021-04-08T00:54:35.636Z] 01666e4c0597: Download complete [2021-04-08T00:54:35.636Z] 93b61091891f: Verifying Checksum [2021-04-08T00:54:35.636Z] 93b61091891f: Download complete [2021-04-08T00:54:35.898Z] df20fa9351a1: Pull complete [2021-04-08T00:54:36.160Z] 36b3adc4ff6f: Pull complete [2021-04-08T00:54:36.427Z] 8ad3a11d3b57: Verifying Checksum [2021-04-08T00:54:36.427Z] 8ad3a11d3b57: Download complete [2021-04-08T00:54:37.006Z] 8ad3a11d3b57: Pull complete [2021-04-08T00:54:37.275Z] 46f8f816bc3b: Pull complete [2021-04-08T00:54:37.544Z] 93b61091891f: Pull complete [2021-04-08T00:54:38.940Z] aa168da1d23b: Verifying Checksum [2021-04-08T00:54:38.940Z] aa168da1d23b: Download complete [2021-04-08T00:54:39.516Z] 93b9cdb0e59b: Pull complete [2021-04-08T00:54:39.789Z] 5e14af77c1be: Pull complete [2021-04-08T00:54:39.789Z] 01666e4c0597: Pull complete [2021-04-08T00:54:47.984Z] aa168da1d23b: Pull complete [2021-04-08T00:54:47.984Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-08T00:54:47.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T00:54:47.984Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-08T00:54:48.276Z] prd-centos7-docker-4c-2g-33229 does not seem to be running inside a container [2021-04-08T00:54:48.363Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-08T00:54:52.519Z] $ docker top bce95d1b45564a10db1e2d86d1b5f113fb777e864a50945d3fc694fb879e69e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T00:54:53.218Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-08T00:54:53.528Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-08T00:54:53.830Z] + ls /var/log/sa-host [2021-04-08T00:54:53.830Z] + sadf -c /var/log/sa-host/sa08 [2021-04-08T00:54:53.830Z] file_magic: OK [2021-04-08T00:54:53.830Z] HZ: Using current value: 100 [2021-04-08T00:54:53.830Z] file_header: OK [2021-04-08T00:54:53.830Z] 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-04-08T00:54:53.830Z] Statistics: [2021-04-08T00:54:53.830Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-08T00:54:53.830Z] File successfully converted to sysstat format version 12.2.1 [2021-04-08T00:54:53.830Z] + sadf -c /var/log/sa-host/sa23 [2021-04-08T00:54:53.830Z] file_magic: OK [2021-04-08T00:54:53.830Z] HZ: Using current value: 100 [2021-04-08T00:54:53.830Z] file_header: OK [2021-04-08T00:54:53.830Z] 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-04-08T00:54:53.830Z] Statistics: [2021-04-08T00:54:53.830Z] Hnuu...uuuununununu... [2021-04-08T00:54:53.830Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T00:54:54.052Z] provisioning config files... [2021-04-08T00:54:54.067Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7625284830264423829tmp [Pipeline] { [Pipeline] echo [2021-04-08T00:54:54.136Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:54.440Z] ---> create-netrc.sh [Pipeline] } [2021-04-08T00:54:54.453Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-08T00:54:54.542Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:54.849Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-08T00:54:54.860Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:55.159Z] ---> sudo-logs.sh [2021-04-08T00:54:55.159Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-08T00:54:55.225Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:55.526Z] ---> job-cost.sh [2021-04-08T00:54:55.526Z] lf-activate-venv: SKIPPING [2021-04-08T00:54:55.526Z] DEBUG: total: 0.20999999344348907 [2021-04-08T00:54:55.526Z] INFO: Retrieving Stack Cost... [2021-04-08T00:54:56.916Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T00:54:57.179Z] INFO: Archiving Costs [Pipeline] echo [2021-04-08T00:54:57.193Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T00:54:57.501Z] ---> logs-deploy.sh [2021-04-08T00:54:57.501Z] lf-activate-venv: SKIPPING [2021-04-08T00:54:57.501Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3342/2 [2021-04-08T00:54:57.501Z] INFO: archiving workspace using pattern(s): [2021-04-08T00:54:59.427Z] Archives upload complete. [2021-04-08T00:54:59.427Z] INFO: archiving logs to Nexus