Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 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 Running on prd-centos7-docker-4c-2g-1781 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/107 [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/107 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 Checking out Revision f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 # timeout=10 Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-26T08:31:08.075Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-26T08:31:08.164Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-26T08:31:08.190Z] ========================================================= [2021-04-26T08:31:08.190Z] EdgeX Global Pipelines Version Info [2021-04-26T08:31:08.190Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 13afef61cd1a1970064948ffeb22b99847de3664 # timeout=10 [2021-04-26T08:31:09.720Z] ------------------- [2021-04-26T08:31:09.720Z] stable info: [2021-04-26T08:31:09.720Z] ------------------- [2021-04-26T08:31:09.720Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-26T08:31:09.720Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-26T08:31:09.720Z] Message: update stable to v1.0.186 [2021-04-26T08:31:10.670Z] ------------------- [2021-04-26T08:31:10.670Z] experimental info: [2021-04-26T08:31:10.670Z] ------------------- [2021-04-26T08:31:10.670Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-26T08:31:10.670Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-26T08:31:10.670Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-26T08:31:10.820Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-26T08:31:10.844Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-26T08:31:10.887Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-26T08:31:10.907Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-26T08:31:10.927Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-26T08:31:10.948Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-26T08:31:10.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-26T08:31:10.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-26T08:31:11.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-26T08:31:11.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-26T08:31:11.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-26T08:31:11.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-26T08:31:11.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-26T08:31:11.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-26T08:31:11.132Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-26T08:31:11.160Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-26T08:31:11.203Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-26T08:31:11.225Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-26T08:31:11.246Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-26T08:31:11.279Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-26T08:31:11.310Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-26T08:31:11.342Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-26T08:31:11.364Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-04-26T08:31:11.387Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-04-26T08:31:11.411Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-04-26T08:31:11.432Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [Pipeline] echo [2021-04-26T08:31:11.455Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f56af7d [Pipeline] echo [2021-04-26T08:31:11.477Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T08:31:11.553Z] provisioning config files... [2021-04-26T08:31:11.587Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/107@tmp/config4598643317424743650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:31:11.917Z] ---> docker-login.sh [2021-04-26T08:31:11.917Z] nexus3.edgexfoundry.org:10001 [2021-04-26T08:31:12.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:31:12.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:31:12.441Z] Configure a credential helper to remove this warning. See [2021-04-26T08:31:12.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:31:12.441Z] [2021-04-26T08:31:12.441Z] Login Succeeded [2021-04-26T08:31:12.441Z] nexus3.edgexfoundry.org:10002 [2021-04-26T08:31:12.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:31:12.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:31:12.705Z] Configure a credential helper to remove this warning. See [2021-04-26T08:31:12.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:31:12.705Z] [2021-04-26T08:31:12.705Z] Login Succeeded [2021-04-26T08:31:12.705Z] nexus3.edgexfoundry.org:10003 [2021-04-26T08:31:12.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:31:12.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:31:12.705Z] Configure a credential helper to remove this warning. See [2021-04-26T08:31:12.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:31:12.705Z] [2021-04-26T08:31:12.705Z] Login Succeeded [2021-04-26T08:31:12.705Z] nexus3.edgexfoundry.org:10004 [2021-04-26T08:31:12.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:31:12.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:31:12.966Z] Configure a credential helper to remove this warning. See [2021-04-26T08:31:12.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:31:12.966Z] [2021-04-26T08:31:12.966Z] Login Succeeded [2021-04-26T08:31:12.966Z] docker.io [2021-04-26T08:31:12.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:31:13.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:31:13.229Z] Configure a credential helper to remove this warning. See [2021-04-26T08:31:13.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:31:13.229Z] [2021-04-26T08:31:13.229Z] Login Succeeded [2021-04-26T08:31:13.229Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T08:31:13.241Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T08:31:13.579Z] ++ 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-26T08:31:13.579Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:13.579Z] ++ dirname cmd/core-command/Dockerfile [2021-04-26T08:31:13.579Z] ++ cut -d/ -f2 [2021-04-26T08:31:13.579Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-26T08:31:13.579Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:13.579Z] ++ dirname cmd/core-data/Dockerfile [2021-04-26T08:31:13.579Z] ++ cut -d/ -f2 [2021-04-26T08:31:13.579Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-26T08:31:13.579Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:13.579Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-26T08:31:13.579Z] ++ cut -d/ -f2 [2021-04-26T08:31:13.579Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-26T08:31:13.579Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:13.579Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-26T08:31:13.579Z] ++ cut -d/ -f2 [2021-04-26T08:31:13.580Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-26T08:31:13.580Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:13.580Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-26T08:31:13.580Z] ++ cut -d/ -f2 [2021-04-26T08:31:13.580Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-26T08:31:13.580Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:13.580Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-26T08:31:13.580Z] ++ cut -d/ -f2 [2021-04-26T08:31:13.580Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-26T08:31:13.580Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:13.580Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-26T08:31:13.580Z] ++ cut -d/ -f2 [2021-04-26T08:31:13.580Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-26T08:31:13.580Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:13.580Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-26T08:31:13.580Z] ++ cut -d/ -f2 [2021-04-26T08:31:13.580Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-26T08:31:13.580Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T08:31:13.580Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-26T08:31:13.580Z] ++ cut -d/ -f2 [2021-04-26T08:31:13.580Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-26T08:31:13.685Z] 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-26T08:31:14.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T08:31:14.306Z] [2021-04-26T08:31:14.306Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:31:14.657Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T08:31:14.657Z] latest: Pulling from edgex-devops/git-semver [2021-04-26T08:31:14.657Z] 31603596830f: Pulling fs layer [2021-04-26T08:31:14.657Z] 2a8b12db71e7: Pulling fs layer [2021-04-26T08:31:14.657Z] 6ca5941a6612: Pulling fs layer [2021-04-26T08:31:14.657Z] ecc8261a40a4: Pulling fs layer [2021-04-26T08:31:14.657Z] ecc8261a40a4: Waiting [2021-04-26T08:31:14.657Z] 2a8b12db71e7: Download complete [2021-04-26T08:31:14.657Z] 31603596830f: Verifying Checksum [2021-04-26T08:31:14.657Z] 31603596830f: Download complete [2021-04-26T08:31:14.928Z] 6ca5941a6612: Verifying Checksum [2021-04-26T08:31:14.928Z] 6ca5941a6612: Download complete [2021-04-26T08:31:14.928Z] ecc8261a40a4: Verifying Checksum [2021-04-26T08:31:14.928Z] ecc8261a40a4: Download complete [2021-04-26T08:31:15.193Z] 31603596830f: Pull complete [2021-04-26T08:31:15.461Z] 2a8b12db71e7: Pull complete [2021-04-26T08:31:16.432Z] 6ca5941a6612: Pull complete [2021-04-26T08:31:16.432Z] ecc8261a40a4: Pull complete [2021-04-26T08:31:16.432Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-26T08:31:16.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T08:31:16.448Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-26T08:31:16.616Z] prd-centos7-docker-4c-2g-1781 does not seem to be running inside a container [2021-04-26T08:31:16.669Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/107 -v /w/workspace/edgex-go/107:/w/workspace/edgex-go/107:rw,z -v /w/workspace/edgex-go/107@tmp:/w/workspace/edgex-go/107@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-26T08:31:19.442Z] $ docker top 3bf57b2cee4df86b8c6b67a7bd1f25cef34c73629fe2a33bca52082db27b0b51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-26T08:31:19.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T08:31:19.653Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T08:31:19.916Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T08:31:19.922Z] $ docker exec 3bf57b2cee4df86b8c6b67a7bd1f25cef34c73629fe2a33bca52082db27b0b51 ssh-agent [2021-04-26T08:31:20.125Z] SSH_AUTH_SOCK=/tmp/ssh-lgyeBvzq5YZy/agent.12 [2021-04-26T08:31:20.125Z] SSH_AGENT_PID=18 [2021-04-26T08:31:20.147Z] Running ssh-add (command line suppressed) [2021-04-26T08:31:20.278Z] Identity added: /w/workspace/edgex-go/107@tmp/private_key_7286731312378092862.key (/w/workspace/edgex-go/107@tmp/private_key_7286731312378092862.key) [2021-04-26T08:31:20.336Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T08:31:20.653Z] + git tag --points-at HEAD [Pipeline] } [2021-04-26T08:31:20.679Z] $ docker exec --env ******** --env ******** 3bf57b2cee4df86b8c6b67a7bd1f25cef34c73629fe2a33bca52082db27b0b51 ssh-agent -k [2021-04-26T08:31:20.829Z] unset SSH_AUTH_SOCK; [2021-04-26T08:31:20.830Z] unset SSH_AGENT_PID; [2021-04-26T08:31:20.830Z] echo Agent pid 18 killed; [2021-04-26T08:31:20.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-26T08:31:20.915Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T08:31:20.915Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T08:31:21.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T08:31:21.110Z] $ docker exec 3bf57b2cee4df86b8c6b67a7bd1f25cef34c73629fe2a33bca52082db27b0b51 ssh-agent [2021-04-26T08:31:21.297Z] SSH_AUTH_SOCK=/tmp/ssh-Ypt5m2NUvFcw/agent.46 [2021-04-26T08:31:21.297Z] SSH_AGENT_PID=51 [2021-04-26T08:31:21.306Z] Running ssh-add (command line suppressed) [2021-04-26T08:31:21.456Z] Identity added: /w/workspace/edgex-go/107@tmp/private_key_3840520352886893355.key (/w/workspace/edgex-go/107@tmp/private_key_3840520352886893355.key) [2021-04-26T08:31:21.516Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T08:31:21.824Z] + git semver init [2021-04-26T08:31:21.824Z] # -> Open(): unable to determine branch for HEAD [2021-04-26T08:31:21.824Z] # $GIT_DIR = /w/workspace/edgex-go/107/.git [2021-04-26T08:31:21.824Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/107 [2021-04-26T08:31:21.824Z] # $SEMVER_REMOTE_NAME = origin [2021-04-26T08:31:21.824Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-26T08:31:21.824Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-26T08:31:21.824Z] # $SEMVER_BRANCH = PR-2858 [2021-04-26T08:31:21.824Z] # $SEMVER_TEMP = /tmp/semver-958671111 [2021-04-26T08:31:21.824Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-26T08:31:48.492Z] # '/tmp/semver-958671111' -> '/w/workspace/edgex-go/107/.semver' [2021-04-26T08:31:49.073Z] # -> Force: false [2021-04-26T08:31:49.073Z] # $SEMVER_DIR = /w/workspace/edgex-go/107/.semver [Pipeline] } [2021-04-26T08:31:49.094Z] $ docker exec --env ******** --env ******** 3bf57b2cee4df86b8c6b67a7bd1f25cef34c73629fe2a33bca52082db27b0b51 ssh-agent -k [2021-04-26T08:31:49.365Z] unset SSH_AUTH_SOCK; [2021-04-26T08:31:49.366Z] unset SSH_AGENT_PID; [2021-04-26T08:31:49.366Z] echo Agent pid 51 killed; [2021-04-26T08:31:49.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T08:31:49.815Z] + git semver [Pipeline] } [2021-04-26T08:31:49.837Z] $ docker stop --time=1 3bf57b2cee4df86b8c6b67a7bd1f25cef34c73629fe2a33bca52082db27b0b51 [2021-04-26T08:31:51.533Z] $ docker rm -f 3bf57b2cee4df86b8c6b67a7bd1f25cef34c73629fe2a33bca52082db27b0b51 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T08:31:52.059Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-26T08:31:52.565Z] Stashed 1 file(s) [Pipeline] echo [2021-04-26T08:31:52.568Z] [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-26T08:31:53.067Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:31:53.370Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:31:53.673Z] + sudo service docker restart [2021-04-26T08:31:53.673Z] + true [2021-04-26T08:31:53.673Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-26T08:31:54.646Z] ========================================================= [2021-04-26T08:31:54.646Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-26T08:31:54.646Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:31:54.955Z] + 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-26T08:31:59.383Z] Sending build context to Docker daemon 329.7MB [2021-04-26T08:31:59.383Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T08:31:59.383Z] Step 2/6 : FROM ${BASE} [2021-04-26T08:31:59.383Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-26T08:31:59.383Z] 188c0c94c7c5: Pulling fs layer [2021-04-26T08:31:59.383Z] 0ef7d3d256c8: Pulling fs layer [2021-04-26T08:31:59.383Z] de9db76c5a1d: Pulling fs layer [2021-04-26T08:31:59.383Z] bca2f99d35d6: Pulling fs layer [2021-04-26T08:31:59.383Z] 93359f2a8cfa: Pulling fs layer [2021-04-26T08:31:59.383Z] 7c6f9722023f: Pulling fs layer [2021-04-26T08:31:59.383Z] a35cf1a2eb13: Pulling fs layer [2021-04-26T08:31:59.383Z] 93359f2a8cfa: Waiting [2021-04-26T08:31:59.383Z] 7c6f9722023f: Waiting [2021-04-26T08:31:59.383Z] a35cf1a2eb13: Waiting [2021-04-26T08:31:59.383Z] bca2f99d35d6: Waiting [2021-04-26T08:31:59.383Z] de9db76c5a1d: Verifying Checksum [2021-04-26T08:31:59.383Z] de9db76c5a1d: Download complete [2021-04-26T08:31:59.383Z] 0ef7d3d256c8: Verifying Checksum [2021-04-26T08:31:59.383Z] 0ef7d3d256c8: Download complete [2021-04-26T08:31:59.383Z] 93359f2a8cfa: Verifying Checksum [2021-04-26T08:31:59.383Z] 93359f2a8cfa: Download complete [2021-04-26T08:31:59.383Z] 7c6f9722023f: Verifying Checksum [2021-04-26T08:31:59.383Z] 7c6f9722023f: Download complete [2021-04-26T08:31:59.384Z] 188c0c94c7c5: Verifying Checksum [2021-04-26T08:31:59.384Z] 188c0c94c7c5: Download complete [2021-04-26T08:31:59.668Z] 188c0c94c7c5: Pull complete [2021-04-26T08:31:59.937Z] 0ef7d3d256c8: Pull complete [2021-04-26T08:31:59.937Z] de9db76c5a1d: Pull complete [2021-04-26T08:32:02.540Z] a35cf1a2eb13: Verifying Checksum [2021-04-26T08:32:02.540Z] a35cf1a2eb13: Download complete [2021-04-26T08:32:03.503Z] bca2f99d35d6: Verifying Checksum [2021-04-26T08:32:03.503Z] bca2f99d35d6: Download complete [2021-04-26T08:32:07.698Z] Still waiting to schedule task [2021-04-26T08:32:07.698Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-26T08:32:10.196Z] bca2f99d35d6: Pull complete [2021-04-26T08:32:10.197Z] 93359f2a8cfa: Pull complete [2021-04-26T08:32:10.468Z] 7c6f9722023f: Pull complete [2021-04-26T08:32:14.730Z] a35cf1a2eb13: Pull complete [2021-04-26T08:32:14.730Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-26T08:32:14.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-26T08:32:14.730Z] ---> a62c8e92a672 [2021-04-26T08:32:14.730Z] 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-26T08:32:14.730Z] ---> Running in bd9f7fc62628 [2021-04-26T08:32:15.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:32:15.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:32:16.465Z] (1/12) Installing libmagic (5.38-r0) [2021-04-26T08:32:17.039Z] (2/12) Installing file (5.38-r0) [2021-04-26T08:32:17.039Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-26T08:32:17.302Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-26T08:32:21.527Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-26T08:32:21.527Z] (6/12) Installing patch (2.7.6-r6) [2021-04-26T08:32:21.527Z] (7/12) Installing build-base (0.5-r2) [2021-04-26T08:32:21.527Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-26T08:32:21.527Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-26T08:32:21.790Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-26T08:32:21.790Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-26T08:32:21.790Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-26T08:32:22.057Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:32:22.057Z] OK: 233 MiB in 51 packages [2021-04-26T08:32:26.302Z] Removing intermediate container bd9f7fc62628 [2021-04-26T08:32:26.302Z] ---> 16768ba51445 [2021-04-26T08:32:26.302Z] Step 4/6 : WORKDIR /edgex-go [2021-04-26T08:32:26.302Z] ---> Running in 63a7257d154b [2021-04-26T08:32:26.302Z] Removing intermediate container 63a7257d154b [2021-04-26T08:32:26.302Z] ---> 0f89abbe33c0 [2021-04-26T08:32:26.302Z] Step 5/6 : COPY go.mod . [2021-04-26T08:32:26.568Z] ---> 5c797408c4bf [2021-04-26T08:32:26.568Z] Step 6/6 : RUN go mod download [2021-04-26T08:32:26.568Z] ---> Running in db1fee546886 [2021-04-26T08:32:48.603Z] Removing intermediate container db1fee546886 [2021-04-26T08:32:48.603Z] ---> dd8631940693 [2021-04-26T08:32:48.603Z] Successfully built dd8631940693 [2021-04-26T08:32:48.603Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:32:48.938Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T08:32:48.938Z] . [Pipeline] withDockerContainer [2021-04-26T08:32:49.062Z] prd-centos7-docker-4c-2g-1781 does not seem to be running inside a container [2021-04-26T08:32:49.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/107 -v /w/workspace/edgex-go/107:/w/workspace/edgex-go/107:rw,z -v /w/workspace/edgex-go/107@tmp:/w/workspace/edgex-go/107@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T08:32:50.126Z] $ docker top 58c74bcfe09560e81f48e29da083985a14fa1cb2df3d485c184938d0c289d96a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:32:50.640Z] + go version [2021-04-26T08:32:50.640Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-26T08:32:50.661Z] $ docker stop --time=1 58c74bcfe09560e81f48e29da083985a14fa1cb2df3d485c184938d0c289d96a [2021-04-26T08:32:52.129Z] $ docker rm -f 58c74bcfe09560e81f48e29da083985a14fa1cb2df3d485c184938d0c289d96a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:32:52.651Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T08:32:52.651Z] . [Pipeline] withDockerContainer [2021-04-26T08:32:52.760Z] prd-centos7-docker-4c-2g-1781 does not seem to be running inside a container [2021-04-26T08:32:52.813Z] $ 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/107 -v /w/workspace/edgex-go/107:/w/workspace/edgex-go/107:rw,z -v /w/workspace/edgex-go/107@tmp:/w/workspace/edgex-go/107@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T08:32:53.670Z] $ docker top a2934eefca64634360934afea3466afcb455511e3da76e1908604be1824b95c7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-26T08:32:53.800Z] ========================================================= [2021-04-26T08:32:53.800Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-26T08:32:53.800Z] ========================================================= [Pipeline] sh [2021-04-26T08:32:54.098Z] + make test [2021-04-26T08:32:54.098Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T08:33:06.475Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-26T08:33:28.664Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-26T08:33:37.011Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-26T08:33:37.011Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-26T08:33:37.011Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-26T08:33:38.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-26T08:33:38.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-26T08:33:38.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-26T08:33:38.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-26T08:33:40.414Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-26T08:33:40.703Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-26T08:33:44.138Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-26T08:33:44.138Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-26T08:33:44.138Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-26T08:33:46.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements [2021-04-26T08:33:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-26T08:33:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-26T08:33:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-26T08:33:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-26T08:33:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-26T08:33:46.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-26T08:33:46.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements [2021-04-26T08:33:46.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements [2021-04-26T08:33:51.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.454s coverage: 27.1% of statements [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-26T08:33:51.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-26T08:33:51.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.376s coverage: 100.0% of statements [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-26T08:33:51.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 71.3% of statements [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-26T08:33:51.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-26T08:33:52.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.320s coverage: 82.9% of statements [2021-04-26T08:33:52.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-26T08:33:52.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:33:52.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.133s coverage: 78.9% of statements [2021-04-26T08:33:52.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-26T08:33:56.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.399s coverage: 28.6% of statements [2021-04-26T08:33:56.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-26T08:33:56.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-26T08:33:56.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-26T08:33:56.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-26T08:33:56.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-26T08:33:56.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2021-04-26T08:33:56.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-26T08:33:56.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.258s coverage: 100.0% of statements [2021-04-26T08:33:56.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-26T08:33:56.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.196s coverage: 86.7% of statements [2021-04-26T08:33:56.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-26T08:33:56.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.188s coverage: 97.5% of statements [2021-04-26T08:33:56.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-26T08:33:56.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-04-26T08:33:56.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-26T08:33:56.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-26T08:33:56.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-26T08:33:56.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-26T08:33:59.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.535s coverage: 93.0% of statements [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-26T08:33:59.739Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-26T08:33:59.739Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.9% of statements [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-26T08:33:59.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-26T08:33:59.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.100s coverage: 47.1% of statements [2021-04-26T08:33:59.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 79.5% of statements [2021-04-26T08:33:59.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements [2021-04-26T08:34:00.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.136s coverage: 96.3% of statements [2021-04-26T08:34:00.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-04-26T08:34:12.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2021-04-26T08:34:12.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements [2021-04-26T08:34:16.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.305s coverage: 81.9% of statements [2021-04-26T08:34:16.094Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.097s coverage: 92.9% of statements [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.050s coverage: 77.8% of statements [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.6% of statements [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.115s coverage: 91.6% of statements [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.262s coverage: 64.4% of statements [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.460s coverage: 69.0% of statements [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-26T08:34:24.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 38.4% of statements [2021-04-26T08:34:24.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-26T08:34:24.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.041s coverage: 89.5% of statements [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-26T08:34:24.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2021-04-26T08:34:24.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.183s coverage: 47.0% of statements [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-26T08:34:24.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.073s coverage: 100.0% of statements [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-26T08:34:24.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-26T08:34:24.381Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.059s coverage: 9.6% of statements [2021-04-26T08:34:24.381Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-26T08:34:25.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.159s coverage: 88.6% of statements [2021-04-26T08:34:25.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-26T08:34:25.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:34:25.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-26T08:34:27.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.954s coverage: 28.7% of statements [2021-04-26T08:34:27.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-26T08:34:27.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-26T08:34:27.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-26T08:34:27.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-26T08:34:27.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-26T08:34:27.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.127s coverage: 99.0% of statements [2021-04-26T08:34:27.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-26T08:34:27.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-04-26T08:34:27.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-26T08:34:27.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-26T08:34:27.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-26T08:34:27.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.102s coverage: 64.6% of statements [2021-04-26T08:34:27.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-26T08:34:27.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.154s coverage: 95.6% of statements [2021-04-26T08:34:27.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-26T08:34:27.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:34:27.636Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-26T08:34:27.636Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-04-26T08:34:27.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-26T08:34:27.636Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-04-26T08:34:27.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-26T08:34:27.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-26T08:34:27.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-26T08:34:27.636Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-26T08:34:27.911Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-04-26T08:34:27.911Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-26T08:34:27.911Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-26T08:34:27.911Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-04-26T08:34:28.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 28.1% of statements [2021-04-26T08:34:28.766Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-04-26T08:34:29.030Z] GO111MODULE=on go vet ./... [2021-04-26T08:34:36.687Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1784 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-26T08:34:36.705Z] Running in /w/workspace/edgex-go/107 [Pipeline] { [Pipeline] checkout [2021-04-26T08:34:42.448Z] using credential edgex-jenkins-ssh [2021-04-26T08:34:42.468Z] Cloning the remote Git repository [2021-04-26T08:34:42.589Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:34:42.808Z] > git init /w/workspace/edgex-go/107 # timeout=10 [2021-04-26T08:34:42.888Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:34:42.889Z] > git --version # timeout=10 [2021-04-26T08:34:42.908Z] > git --version # 'git version 2.17.1' [2021-04-26T08:34:42.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:34:43.016Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:35:00.322Z] Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-26T08:34:59.316Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:34:59.341Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:34:59.371Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:34:59.413Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:34:59.414Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:34:59.431Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-26T08:35:00.345Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:35:00.374Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-26T08:35:00.689Z] > git remote # timeout=10 [2021-04-26T08:35:00.711Z] > git config --get remote.origin.url # timeout=10 [2021-04-26T08:35:00.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:35:00.740Z] > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 [2021-04-26T08:35:01.716Z] Merge succeeded, producing b31d7acd79901950caf37360d4edbbd6f3a7de06 [2021-04-26T08:35:01.717Z] Checking out Revision b31d7acd79901950caf37360d4edbbd6f3a7de06 (PR-2858) [2021-04-26T08:35:01.698Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-26T08:35:01.726Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:35:01.741Z] > git checkout -f b31d7acd79901950caf37360d4edbbd6f3a7de06 # timeout=10 [2021-04-26T08:35:06.109Z] Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" [2021-04-26T08:35:06.129Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-26T08:35:07.535Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:35:07.931Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T08:35:06.118Z] > git rev-list --no-walk 13afef61cd1a1970064948ffeb22b99847de3664 # timeout=10 [2021-04-26T08:35:08.266Z] + true [2021-04-26T08:35:08.266Z] + sudo service docker restart [2021-04-26T08:35:09.023Z] gofmt -l . [2021-04-26T08:35:09.023Z] [ "`gofmt -l .`" = "" ] [2021-04-26T08:35:09.023Z] ./bin/test-go-mod-tidy.sh [2021-04-26T08:35:09.023Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-26T08:35:09.668Z] + ls -al . [2021-04-26T08:35:09.668Z] total 812 [2021-04-26T08:35:09.668Z] drwxrwxr-x 10 1001 1001 4096 Apr 26 08:35 . [2021-04-26T08:35:09.668Z] drwxr-xr-x 4 root root 32 Apr 26 08:32 .. [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 11 Apr 26 08:31 .dockerignore [2021-04-26T08:35:09.668Z] drwxrwxr-x 8 1001 1001 179 Apr 26 08:31 .git [2021-04-26T08:35:09.668Z] drwxrwxr-x 3 1001 1001 125 Apr 26 08:31 .github [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 818 Apr 26 08:31 .gitignore [2021-04-26T08:35:09.668Z] drwx------ 3 1001 1001 60 Apr 26 08:31 .semver [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 08:31 .sonarcloud.properties [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 8609 Apr 26 08:31 Attribution.txt [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 08:31 CONTRIBUTING.md [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 931 Apr 26 08:31 Dockerfile.build [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 863 Apr 26 08:31 Jenkinsfile [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 08:31 LICENSE [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 5774 Apr 26 08:31 Makefile [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 7978 Apr 26 08:31 README.md [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 6755 Apr 26 08:31 SECURITY.md [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 08:31 VERSION [2021-04-26T08:35:09.668Z] -rw-rw-r-- 1 1001 1001 4131 Apr 26 08:31 ZMQWindows.md [2021-04-26T08:35:09.668Z] drwxrwxr-x 2 1001 1001 117 Apr 26 08:31 bin [2021-04-26T08:35:09.668Z] drwxrwxr-x 14 1001 1001 4096 Apr 26 08:31 cmd [2021-04-26T08:35:09.668Z] -rw-r--r-- 1 root root 704315 Apr 26 08:34 coverage.out [2021-04-26T08:35:09.668Z] -rw-r--r-- 1 root root 1060 Apr 26 08:35 go.mod [2021-04-26T08:35:09.668Z] -rw-r--r-- 1 root root 22420 Apr 26 08:35 go.sum [2021-04-26T08:35:09.668Z] drwxrwxr-x 8 1001 1001 127 Apr 26 08:31 internal [2021-04-26T08:35:09.668Z] drwxrwxr-x 4 1001 1001 26 Apr 26 08:31 openapi [2021-04-26T08:35:09.669Z] drwxrwxr-x 4 1001 1001 71 Apr 26 08:31 snap [2021-04-26T08:35:09.669Z] -rw-rw-r-- 1 1001 1001 168 Apr 26 08:31 version.go [Pipeline] sh [2021-04-26T08:35:09.996Z] + '[' -e coverage.out ] [2021-04-26T08:35:09.996Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-26T08:35:10.252Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T08:35:10.324Z] provisioning config files... [2021-04-26T08:35:10.377Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/107@tmp/config3642121664528226011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:35:10.559Z] + make build [2021-04-26T08:35:10.559Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-26T08:35:10.776Z] ---> docker-login.sh [2021-04-26T08:35:10.776Z] nexus3.edgexfoundry.org:10001 [2021-04-26T08:35:11.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:35:12.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:35:12.385Z] Configure a credential helper to remove this warning. See [2021-04-26T08:35:12.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:35:12.385Z] [2021-04-26T08:35:12.385Z] Login Succeeded [2021-04-26T08:35:12.385Z] nexus3.edgexfoundry.org:10002 [2021-04-26T08:35:12.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:35:12.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:35:12.661Z] Configure a credential helper to remove this warning. See [2021-04-26T08:35:12.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:35:12.661Z] [2021-04-26T08:35:12.661Z] Login Succeeded [2021-04-26T08:35:12.661Z] nexus3.edgexfoundry.org:10003 [2021-04-26T08:35:13.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:35:13.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:35:13.271Z] Configure a credential helper to remove this warning. See [2021-04-26T08:35:13.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:35:13.271Z] [2021-04-26T08:35:13.271Z] Login Succeeded [2021-04-26T08:35:13.271Z] nexus3.edgexfoundry.org:10004 [2021-04-26T08:35:13.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:35:13.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:35:13.872Z] Configure a credential helper to remove this warning. See [2021-04-26T08:35:13.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:35:13.872Z] [2021-04-26T08:35:13.872Z] Login Succeeded [2021-04-26T08:35:13.872Z] docker.io [2021-04-26T08:35:14.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T08:35:14.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T08:35:14.740Z] Configure a credential helper to remove this warning. See [2021-04-26T08:35:14.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T08:35:14.740Z] [2021-04-26T08:35:14.740Z] Login Succeeded [2021-04-26T08:35:14.740Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T08:35:14.758Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-26T08:35:14.810Z] 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 [Pipeline] echo [2021-04-26T08:35:15.082Z] ========================================================= [2021-04-26T08:35:15.082Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-26T08:35:15.082Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:35:15.430Z] + 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-26T08:35:18.087Z] Sending build context to Docker daemon 167.4MB [2021-04-26T08:35:18.087Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T08:35:18.087Z] Step 2/6 : FROM ${BASE} [2021-04-26T08:35:18.087Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-26T08:35:18.087Z] 5f621e34cdf4: Pulling fs layer [2021-04-26T08:35:18.087Z] a4357932f1b6: Pulling fs layer [2021-04-26T08:35:18.087Z] 18c013af1878: Pulling fs layer [2021-04-26T08:35:18.087Z] 00ac8860ef70: Pulling fs layer [2021-04-26T08:35:18.087Z] 63d7cb157983: Pulling fs layer [2021-04-26T08:35:18.087Z] b116817d02f9: Pulling fs layer [2021-04-26T08:35:18.087Z] 745a02a5169b: Pulling fs layer [2021-04-26T08:35:18.087Z] 00ac8860ef70: Waiting [2021-04-26T08:35:18.087Z] 63d7cb157983: Waiting [2021-04-26T08:35:18.087Z] b116817d02f9: Waiting [2021-04-26T08:35:18.087Z] 745a02a5169b: Waiting [2021-04-26T08:35:18.087Z] 18c013af1878: Download complete [2021-04-26T08:35:18.087Z] a4357932f1b6: Verifying Checksum [2021-04-26T08:35:18.087Z] a4357932f1b6: Download complete [2021-04-26T08:35:18.087Z] 63d7cb157983: Verifying Checksum [2021-04-26T08:35:18.087Z] 63d7cb157983: Download complete [2021-04-26T08:35:18.087Z] b116817d02f9: Verifying Checksum [2021-04-26T08:35:18.087Z] b116817d02f9: Download complete [2021-04-26T08:35:18.087Z] 5f621e34cdf4: Verifying Checksum [2021-04-26T08:35:18.087Z] 5f621e34cdf4: Download complete [2021-04-26T08:35:18.690Z] 5f621e34cdf4: Pull complete [2021-04-26T08:35:19.288Z] a4357932f1b6: Pull complete [2021-04-26T08:35:19.562Z] 18c013af1878: Pull complete [2021-04-26T08:35:20.538Z] 745a02a5169b: Verifying Checksum [2021-04-26T08:35:20.538Z] 745a02a5169b: Download complete [2021-04-26T08:35:21.535Z] 00ac8860ef70: Download complete [2021-04-26T08:35:24.994Z] 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-26T08:35:26.408Z] 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-26T08:35:28.373Z] 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-26T08:35:28.637Z] 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-26T08:35:30.589Z] 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-26T08:35:31.677Z] 00ac8860ef70: Pull complete [2021-04-26T08:35:31.677Z] 63d7cb157983: Pull complete [2021-04-26T08:35:31.677Z] b116817d02f9: Pull complete [2021-04-26T08:35:32.524Z] 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-26T08:35:33.481Z] 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-26T08:35:34.896Z] 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-26T08:35:35.073Z] 745a02a5169b: Pull complete [2021-04-26T08:35:35.073Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-26T08:35:35.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-26T08:35:35.073Z] ---> b7e6874047d6 [2021-04-26T08:35:35.073Z] 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-26T08:35:36.298Z] 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-26T08:35:38.235Z] 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-26T08:35:38.479Z] ---> Running in 2e97b6a79588 [2021-04-26T08:35:39.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [2021-04-26T08:35:40.192Z] $ docker stop --time=1 a2934eefca64634360934afea3466afcb455511e3da76e1908604be1824b95c7 [2021-04-26T08:35:40.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:35:41.509Z] (1/12) Installing libmagic (5.38-r0) [2021-04-26T08:35:41.783Z] (2/12) Installing file (5.38-r0) [2021-04-26T08:35:41.783Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-26T08:35:41.783Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-26T08:35:42.002Z] $ docker rm -f a2934eefca64634360934afea3466afcb455511e3da76e1908604be1824b95c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:35:45.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:35:45.072Z] [2021-04-26T08:35:45.072Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:35:45.397Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:35:45.398Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-26T08:35:45.398Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-26T08:35:45.398Z] ca9280d653b3: Pulling fs layer [2021-04-26T08:35:45.398Z] 7e9c9ca2126c: Pulling fs layer [2021-04-26T08:35:45.675Z] cbdbe7a5bc2a: Download complete [2021-04-26T08:35:45.949Z] ca9280d653b3: Verifying Checksum [2021-04-26T08:35:45.949Z] ca9280d653b3: Download complete [2021-04-26T08:35:46.213Z] cbdbe7a5bc2a: Pull complete [2021-04-26T08:35:47.184Z] 7e9c9ca2126c: Verifying Checksum [2021-04-26T08:35:47.184Z] 7e9c9ca2126c: Download complete [2021-04-26T08:35:47.184Z] ca9280d653b3: Pull complete [2021-04-26T08:35:55.380Z] 7e9c9ca2126c: Pull complete [2021-04-26T08:35:55.380Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-26T08:35:55.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:35:55.380Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-26T08:35:55.566Z] prd-centos7-docker-4c-2g-1781 does not seem to be running inside a container [2021-04-26T08:35:55.644Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/107 -v /w/workspace/edgex-go/107:/w/workspace/edgex-go/107:rw,z -v /w/workspace/edgex-go/107@tmp:/w/workspace/edgex-go/107@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-26T08:35:56.731Z] $ docker top 12d08d2c3ef34d8368c67fe2276ee15216798a7de32d03994fea9327368da01e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:35:57.234Z] + docker-compose build --help [2021-04-26T08:35:57.234Z] + grep parallel [2021-04-26T08:35:58.185Z] --parallel Build images in parallel. [Pipeline] } [2021-04-26T08:35:58.201Z] $ docker stop --time=1 12d08d2c3ef34d8368c67fe2276ee15216798a7de32d03994fea9327368da01e [2021-04-26T08:35:59.597Z] $ docker rm -f 12d08d2c3ef34d8368c67fe2276ee15216798a7de32d03994fea9327368da01e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:36:00.087Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-26T08:36:00.087Z] (6/12) Installing patch (2.7.6-r6) [2021-04-26T08:36:00.087Z] (7/12) Installing build-base (0.5-r2) [2021-04-26T08:36:00.087Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-26T08:36:00.087Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-26T08:36:00.087Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-26T08:36:00.087Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-26T08:36:00.087Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-26T08:36:00.087Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:36:00.087Z] OK: 217 MiB in 51 packages [2021-04-26T08:36:00.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T08:36:00.138Z] . [Pipeline] withDockerContainer [2021-04-26T08:36:00.238Z] prd-centos7-docker-4c-2g-1781 does not seem to be running inside a container [2021-04-26T08:36:00.290Z] $ 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/107 -v /w/workspace/edgex-go/107:/w/workspace/edgex-go/107:rw,z -v /w/workspace/edgex-go/107@tmp:/w/workspace/edgex-go/107@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-26T08:36:01.038Z] $ docker top 0bccf4438efd59c0c4bf7d9cd61f321a9a043e84fff2cea09fa4ef4c6790e102 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:36:01.474Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-26T08:36:02.452Z] Building docker-core-command-go ... [2021-04-26T08:36:02.452Z] Building docker-core-data-go ... [2021-04-26T08:36:02.452Z] Building docker-core-metadata-go ... [2021-04-26T08:36:02.452Z] Building docker-security-bootstrapper-go ... [2021-04-26T08:36:02.452Z] Building docker-security-proxy-setup-go ... [2021-04-26T08:36:02.452Z] Building docker-security-secretstore-setup-go ... [2021-04-26T08:36:02.452Z] Building docker-support-notifications-go ... [2021-04-26T08:36:02.452Z] Building docker-support-scheduler-go ... [2021-04-26T08:36:02.452Z] Building docker-sys-mgmt-agent-go ... [2021-04-26T08:36:02.452Z] Building docker-core-command-go [2021-04-26T08:36:02.452Z] Building docker-security-bootstrapper-go [2021-04-26T08:36:02.452Z] Building docker-support-scheduler-go [2021-04-26T08:36:02.452Z] Building docker-security-secretstore-setup-go [2021-04-26T08:36:02.452Z] Building docker-sys-mgmt-agent-go [2021-04-26T08:36:03.491Z] Removing intermediate container 2e97b6a79588 [2021-04-26T08:36:03.491Z] ---> 179d2ee0bb46 [2021-04-26T08:36:03.491Z] Step 4/6 : WORKDIR /edgex-go [2021-04-26T08:36:03.491Z] ---> Running in 767b70b91415 [2021-04-26T08:36:03.491Z] Removing intermediate container 767b70b91415 [2021-04-26T08:36:03.491Z] ---> 97ec78a18b79 [2021-04-26T08:36:03.491Z] Step 5/6 : COPY go.mod . [2021-04-26T08:36:04.089Z] ---> c2e3f76e34fe [2021-04-26T08:36:04.089Z] Step 6/6 : RUN go mod download [2021-04-26T08:36:04.362Z] ---> Running in 788ef72594fd [2021-04-26T08:36:31.173Z] Removing intermediate container 788ef72594fd [2021-04-26T08:36:31.173Z] ---> f097a7af4819 [2021-04-26T08:36:31.173Z] Successfully built f097a7af4819 [2021-04-26T08:36:31.173Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:36:31.527Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T08:36:31.527Z] . [Pipeline] withDockerContainer [2021-04-26T08:36:31.811Z] prd-ubuntu18.04-docker-arm64-4c-16g-1784 does not seem to be running inside a container [2021-04-26T08:36:31.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/107 -v /w/workspace/edgex-go/107:/w/workspace/edgex-go/107:rw,z -v /w/workspace/edgex-go/107@tmp:/w/workspace/edgex-go/107@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-26T08:36:33.502Z] $ docker top 0a7037df582a469f360cddcb43f92fc3c70538ed0b5cc1b7d85a92903047a220 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:36:34.487Z] + go version [2021-04-26T08:36:34.487Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-26T08:36:34.510Z] $ docker stop --time=1 0a7037df582a469f360cddcb43f92fc3c70538ed0b5cc1b7d85a92903047a220 [2021-04-26T08:36:36.445Z] $ docker rm -f 0a7037df582a469f360cddcb43f92fc3c70538ed0b5cc1b7d85a92903047a220 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:36:37.159Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T08:36:37.159Z] . [Pipeline] withDockerContainer [2021-04-26T08:36:37.450Z] prd-ubuntu18.04-docker-arm64-4c-16g-1784 does not seem to be running inside a container [2021-04-26T08:36:37.537Z] $ 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/107 -v /w/workspace/edgex-go/107:/w/workspace/edgex-go/107:rw,z -v /w/workspace/edgex-go/107@tmp:/w/workspace/edgex-go/107@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-26T08:36:39.034Z] $ docker top 232f56a337043ff2832cca8715f1bfe994e8415f8f45f8b1375136256ce06492 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-26T08:36:39.386Z] ========================================================= [2021-04-26T08:36:39.386Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-26T08:36:39.386Z] ========================================================= [Pipeline] sh [2021-04-26T08:36:40.031Z] + make test [2021-04-26T08:36:40.031Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T08:36:41.584Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:36:41.584Z] [2021-04-26T08:36:41.584Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:36:41.584Z] [2021-04-26T08:36:41.584Z] ---> dd8631940693 [2021-04-26T08:36:41.585Z] ---> dd8631940693 [2021-04-26T08:36:41.585Z] Step 3/23 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go [2021-04-26T08:36:41.585Z] [2021-04-26T08:36:42.192Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:36:42.192Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:36:42.192Z] ---> dd8631940693 [2021-04-26T08:36:42.192Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:36:42.776Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:36:42.776Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:36:42.776Z] ---> dd8631940693 [2021-04-26T08:36:42.776Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:36:42.776Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:36:42.776Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:36:42.776Z] ---> dd8631940693 [2021-04-26T08:36:42.776Z] Step 3/31 : WORKDIR /edgex-go [2021-04-26T08:36:43.737Z] ---> Running in 70cc1a1aa121 [2021-04-26T08:36:43.737Z] ---> Running in a23af147ea23 [2021-04-26T08:36:43.737Z] ---> Running in f36739c8e01b [2021-04-26T08:36:43.737Z] ---> Running in e6b5896b8190 [2021-04-26T08:36:43.737Z] ---> Running in f075c7713ffb [2021-04-26T08:36:44.325Z] Removing intermediate container f36739c8e01b [2021-04-26T08:36:44.325Z] ---> 36ef3852c5d4 [2021-04-26T08:36:44.325Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:36:44.325Z] Removing intermediate container e6b5896b8190 [2021-04-26T08:36:44.325Z] ---> 9608c63b508b [2021-04-26T08:36:44.325Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:36:44.325Z] Removing intermediate container a23af147ea23 [2021-04-26T08:36:44.325Z] ---> e7a4b79fd2cb [2021-04-26T08:36:44.325Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:36:44.325Z] Removing intermediate container f075c7713ffb [2021-04-26T08:36:44.325Z] ---> 8239a4d5d2fb [2021-04-26T08:36:44.325Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:36:44.325Z] Removing intermediate container 70cc1a1aa121 [2021-04-26T08:36:44.325Z] ---> cbfad80b5e35 [2021-04-26T08:36:44.325Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:36:44.325Z] ---> Running in 3129abe43e85 [2021-04-26T08:36:44.325Z] ---> Running in 6eca58b03d8e [2021-04-26T08:36:44.325Z] ---> Running in 6708eaabc958 [2021-04-26T08:36:44.597Z] ---> Running in 905f2171c47c [2021-04-26T08:36:44.597Z] ---> Running in 7d7a468dd1c6 [2021-04-26T08:36:47.189Z] Removing intermediate container 6eca58b03d8e [2021-04-26T08:36:47.189Z] ---> 650aff677645 [2021-04-26T08:36:47.189Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-26T08:36:47.189Z] Removing intermediate container 6708eaabc958 [2021-04-26T08:36:47.189Z] ---> 7863cb96d0ba [2021-04-26T08:36:47.189Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-26T08:36:47.189Z] Removing intermediate container 3129abe43e85 [2021-04-26T08:36:47.189Z] ---> 64d20a1a6de4 [2021-04-26T08:36:47.189Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-26T08:36:47.189Z] ---> Running in 39699e89da97 [2021-04-26T08:36:47.189Z] ---> Running in 1c8d7d77b4cc [2021-04-26T08:36:47.189Z] Removing intermediate container 905f2171c47c [2021-04-26T08:36:47.189Z] ---> c12a83bcf817 [2021-04-26T08:36:47.189Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-26T08:36:47.189Z] ---> Running in 6ff4df4c049f [2021-04-26T08:36:47.460Z] ---> Running in 588d07376372 [2021-04-26T08:36:47.460Z] Removing intermediate container 7d7a468dd1c6 [2021-04-26T08:36:47.460Z] ---> 6ba59fa38a06 [2021-04-26T08:36:47.460Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:36:47.726Z] ---> Running in 5872e6856829 [2021-04-26T08:36:49.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:49.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:49.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:49.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:49.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:49.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:49.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:49.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:49.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:50.256Z] OK: 233 MiB in 51 packages [2021-04-26T08:36:50.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:36:50.256Z] OK: 233 MiB in 51 packages [2021-04-26T08:36:50.523Z] OK: 233 MiB in 51 packages [2021-04-26T08:36:50.786Z] OK: 233 MiB in 51 packages [2021-04-26T08:36:50.786Z] OK: 233 MiB in 51 packages [2021-04-26T08:36:51.056Z] Removing intermediate container 6ff4df4c049f [2021-04-26T08:36:51.056Z] ---> 83f7f4d2791f [2021-04-26T08:36:51.056Z] Step 6/23 : COPY go.mod . [2021-04-26T08:36:51.323Z] Removing intermediate container 1c8d7d77b4cc [2021-04-26T08:36:51.323Z] ---> 7527e5981451 [2021-04-26T08:36:51.323Z] Step 6/22 : COPY go.mod . [2021-04-26T08:36:51.587Z] Removing intermediate container 39699e89da97 [2021-04-26T08:36:51.587Z] ---> ba36a98a3a21 [2021-04-26T08:36:51.587Z] Step 6/31 : COPY go.mod . [2021-04-26T08:36:51.587Z] Removing intermediate container 588d07376372 [2021-04-26T08:36:51.587Z] ---> 898d76780b78 [2021-04-26T08:36:51.587Z] Step 6/24 : COPY go.mod . [2021-04-26T08:36:51.587Z] ---> f0930df7233f [2021-04-26T08:36:51.587Z] Step 7/23 : RUN go mod download [2021-04-26T08:36:51.587Z] ---> d247d87991ce [2021-04-26T08:36:51.587Z] Step 7/22 : RUN go mod download [2021-04-26T08:36:51.872Z] Removing intermediate container 5872e6856829 [2021-04-26T08:36:51.872Z] ---> 838f3fade745 [2021-04-26T08:36:51.872Z] Step 6/23 : COPY go.mod . [2021-04-26T08:36:51.872Z] ---> Running in 6efb5fe4e0f0 [2021-04-26T08:36:51.872Z] ---> Running in 0907ec7f97c3 [2021-04-26T08:36:51.872Z] ---> 798e92a408c3 [2021-04-26T08:36:51.872Z] Step 7/24 : RUN go mod download [2021-04-26T08:36:52.136Z] ---> 017e4beed7cd [2021-04-26T08:36:52.136Z] Step 7/31 : RUN go mod download [2021-04-26T08:36:52.410Z] ---> Running in 524bae2ab83f [2021-04-26T08:36:52.410Z] ---> Running in 6f4937ef5a6e [2021-04-26T08:36:52.410Z] ---> 602d0ee3b78b [2021-04-26T08:36:52.410Z] Step 7/23 : RUN go mod download [2021-04-26T08:36:52.674Z] ---> Running in 07f8ec0dff47 [2021-04-26T08:36:55.275Z] Removing intermediate container 524bae2ab83f [2021-04-26T08:36:55.275Z] ---> c01c47c4eb8f [2021-04-26T08:36:55.275Z] Step 8/31 : COPY . . [2021-04-26T08:36:55.275Z] Removing intermediate container 0907ec7f97c3 [2021-04-26T08:36:55.275Z] ---> 412cc2ad9162 [2021-04-26T08:36:55.275Z] Step 8/23 : COPY . . [2021-04-26T08:36:55.275Z] Removing intermediate container 6efb5fe4e0f0 [2021-04-26T08:36:55.275Z] ---> 6af419d157c3 [2021-04-26T08:36:55.275Z] Step 8/22 : COPY . . [2021-04-26T08:36:55.275Z] Removing intermediate container 6f4937ef5a6e [2021-04-26T08:36:55.275Z] ---> 7bb4688fc9ee [2021-04-26T08:36:55.275Z] Step 8/24 : COPY . . [2021-04-26T08:36:55.275Z] Removing intermediate container 07f8ec0dff47 [2021-04-26T08:36:55.275Z] ---> 69362c3b0dee [2021-04-26T08:36:55.275Z] Step 8/23 : COPY . . [2021-04-26T08:37:07.057Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-26T08:37:42.558Z] ---> b6ac1ebefe02 [2021-04-26T08:37:42.558Z] ---> 74e3b1a972a3 [2021-04-26T08:37:42.558Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-26T08:37:42.558Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-26T08:37:42.558Z] ---> 95c5a9042625 [2021-04-26T08:37:42.558Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-26T08:37:42.558Z] ---> a5dd578bfc1a [2021-04-26T08:37:42.558Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-26T08:37:42.558Z] ---> b504f83e3889 [2021-04-26T08:37:42.558Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-26T08:37:42.558Z] ---> Running in 141f6ac26922 [2021-04-26T08:37:42.558Z] ---> Running in 4f4e357f23bc [2021-04-26T08:37:42.558Z] ---> Running in 2059f07a228f [2021-04-26T08:37:42.558Z] ---> Running in 2cca7f3af14b [2021-04-26T08:37:42.558Z] ---> Running in 63a4b6afe7e9 [2021-04-26T08:37:42.558Z] 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-26T08:37:42.558Z] 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-26T08:37:42.558Z] 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-26T08:37:42.558Z] 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-26T08:37:42.558Z] 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-26T08:37:54.089Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-26T08:38:12.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-26T08:38:12.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-26T08:38:12.442Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-26T08:38:12.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-26T08:38:12.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-26T08:38:13.051Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-26T08:38:14.502Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-26T08:38:17.129Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-26T08:38:18.112Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-26T08:38:26.409Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-26T08:38:26.409Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-26T08:38:26.409Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-26T08:38:29.624Z] 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-26T08:38:31.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.371s coverage: 45.9% of statements [2021-04-26T08:38:31.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-26T08:38:31.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-26T08:38:31.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-26T08:38:31.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-26T08:38:31.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-26T08:38:31.825Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-26T08:38:31.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.164s coverage: 19.8% of statements [2021-04-26T08:38:31.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.221s coverage: 100.0% of statements [2021-04-26T08:38:36.433Z] Removing intermediate container 141f6ac26922 [2021-04-26T08:38:36.433Z] ---> bb7563c9cda3 [2021-04-26T08:38:36.433Z] [2021-04-26T08:38:36.433Z] Step 10/31 : FROM alpine:3.12 [2021-04-26T08:38:36.433Z] 3.12: Pulling from library/alpine [2021-04-26T08:38:37.011Z] Removing intermediate container 63a4b6afe7e9 [2021-04-26T08:38:37.011Z] ---> 21874a647a93 [2021-04-26T08:38:37.011Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-26T08:38:37.011Z] Removing intermediate container 4f4e357f23bc [2021-04-26T08:38:37.011Z] ---> 795fe3906f01 [2021-04-26T08:38:37.011Z] [2021-04-26T08:38:37.011Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:38:37.011Z] 3.12: Pulling from library/alpine [2021-04-26T08:38:37.596Z] Removing intermediate container 2059f07a228f [2021-04-26T08:38:37.596Z] ---> f95d01b60ece [2021-04-26T08:38:37.596Z] [2021-04-26T08:38:37.596Z] Step 10/24 : FROM alpine:3.12 [2021-04-26T08:38:37.596Z] 3.12: Pulling from library/alpine [2021-04-26T08:38:37.870Z] ---> Running in 38ccebeec8b0 [2021-04-26T08:38:37.870Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:38:37.870Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:38:37.870Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:38:37.870Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T08:38:37.870Z] ---> 13621d1b12d4 [2021-04-26T08:38:37.870Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-26T08:38:37.870Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T08:38:37.870Z] ---> 13621d1b12d4 [2021-04-26T08:38:37.870Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:38:37.870Z] Status: Image is up to date for alpine:3.12 [2021-04-26T08:38:37.870Z] ---> 13621d1b12d4 [2021-04-26T08:38:37.870Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-26T08:38:38.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.500s coverage: 27.1% of statements [2021-04-26T08:38:38.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-26T08:38:38.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-26T08:38:38.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-26T08:38:38.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-26T08:38:38.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-26T08:38:38.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-26T08:38:38.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.154s coverage: 100.0% of statements [2021-04-26T08:38:38.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-26T08:38:38.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.234s coverage: 100.0% of statements [2021-04-26T08:38:38.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-26T08:38:38.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-26T08:38:39.291Z] ---> Running in 5e0327cb3a10 [2021-04-26T08:38:39.291Z] ---> Running in 3f2990e23216 [2021-04-26T08:38:39.291Z] ---> Running in 7c4687f648f8 [2021-04-26T08:38:39.572Z] Removing intermediate container 2cca7f3af14b [2021-04-26T08:38:39.572Z] ---> 5e0a481e14c8 [2021-04-26T08:38:39.572Z] [2021-04-26T08:38:39.572Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:38:39.572Z] ---> 13621d1b12d4 [2021-04-26T08:38:39.572Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:38:39.847Z] 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-26T08:38:40.461Z] ---> Running in a14d5a61f800 [2021-04-26T08:38:40.461Z] Removing intermediate container 5e0327cb3a10 [2021-04-26T08:38:40.461Z] ---> 4177a1d1824c [2021-04-26T08:38:40.461Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-26T08:38:40.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:40.461Z] ---> Running in e63aab20a6c3 [2021-04-26T08:38:40.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:40.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 71.3% of statements [2021-04-26T08:38:40.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-26T08:38:40.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-26T08:38:40.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:40.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:40.750Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:38:40.750Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:38:41.028Z] OK: 6 MiB in 15 packages [2021-04-26T08:38:41.028Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-26T08:38:41.028Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:38:41.028Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-26T08:38:41.028Z] (4/6) Installing curl (7.76.1-r0) [2021-04-26T08:38:41.028Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:38:41.028Z] (6/6) Installing su-exec (0.2-r1) [2021-04-26T08:38:41.028Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:38:41.028Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:38:41.295Z] OK: 7 MiB in 20 packages [2021-04-26T08:38:41.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:41.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:42.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:42.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:42.151Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:38:42.151Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:38:42.151Z] OK: 6 MiB in 15 packages [2021-04-26T08:38:42.433Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:38:42.433Z] (2/2) Installing su-exec (0.2-r1) [2021-04-26T08:38:42.433Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:38:42.433Z] OK: 6 MiB in 16 packages [2021-04-26T08:38:42.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.556s coverage: 82.9% of statements [2021-04-26T08:38:42.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-26T08:38:42.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:38:42.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.135s coverage: 78.9% of statements [2021-04-26T08:38:42.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-26T08:38:43.015Z] Removing intermediate container 3f2990e23216 [2021-04-26T08:38:43.015Z] ---> 064410504962 [2021-04-26T08:38:43.015Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:38:43.593Z] ---> Running in ddd07841e70b [2021-04-26T08:38:43.593Z] Removing intermediate container 7c4687f648f8 [2021-04-26T08:38:43.593Z] ---> 4a7bdab3a607 [2021-04-26T08:38:43.593Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:38:43.593Z] Removing intermediate container 38ccebeec8b0 [2021-04-26T08:38:43.593Z] ---> c60174091da7 [2021-04-26T08:38:43.593Z] [2021-04-26T08:38:43.593Z] Step 11/23 : FROM docker:20.10.0 [2021-04-26T08:38:43.593Z] Removing intermediate container a14d5a61f800 [2021-04-26T08:38:43.593Z] ---> b135039e18f0 [2021-04-26T08:38:43.593Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:38:43.593Z] 20.10.0: Pulling from library/docker [2021-04-26T08:38:43.593Z] ---> Running in 92844d60b2ab [2021-04-26T08:38:43.859Z] ---> Running in e0f6b88b94cb [2021-04-26T08:38:43.859Z] Removing intermediate container ddd07841e70b [2021-04-26T08:38:43.859Z] ---> 0e31f6e625ac [2021-04-26T08:38:43.859Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-26T08:38:44.138Z] Removing intermediate container e63aab20a6c3 [2021-04-26T08:38:44.138Z] ---> 64ee9deff379 [2021-04-26T08:38:44.138Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-26T08:38:44.409Z] Removing intermediate container 92844d60b2ab [2021-04-26T08:38:44.409Z] ---> 2b4404a9007d [2021-04-26T08:38:44.409Z] Step 13/24 : WORKDIR / [2021-04-26T08:38:44.409Z] ---> Running in facc82f9097e [2021-04-26T08:38:44.677Z] ---> Running in cfb85e612dab [2021-04-26T08:38:44.677Z] Removing intermediate container e0f6b88b94cb [2021-04-26T08:38:44.677Z] ---> 10804bb8d5c5 [2021-04-26T08:38:44.677Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-26T08:38:44.677Z] ---> Running in 7ed3627f520f [2021-04-26T08:38:44.677Z] ---> Running in 77885fdc08fe [2021-04-26T08:38:44.950Z] Removing intermediate container facc82f9097e [2021-04-26T08:38:44.950Z] ---> d692f60bd2db [2021-04-26T08:38:44.950Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:38:45.532Z] Removing intermediate container cfb85e612dab [2021-04-26T08:38:45.532Z] ---> 7fd52b71e195 [2021-04-26T08:38:45.532Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-26T08:38:45.532Z] ---> Running in fc9308950dec [2021-04-26T08:38:45.532Z] Removing intermediate container 77885fdc08fe [2021-04-26T08:38:45.532Z] ---> 53975f7c90b7 [2021-04-26T08:38:45.532Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:38:45.532Z] Removing intermediate container 7ed3627f520f [2021-04-26T08:38:45.532Z] ---> 9497a1511100 [2021-04-26T08:38:45.532Z] 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-26T08:38:45.532Z] ---> Running in e05639dddb43 [2021-04-26T08:38:45.532Z] ---> Running in 3e15717a28dd [2021-04-26T08:38:45.813Z] Removing intermediate container fc9308950dec [2021-04-26T08:38:45.814Z] ---> 5cc2e3a39781 [2021-04-26T08:38:45.814Z] Step 15/23 : WORKDIR / [2021-04-26T08:38:45.814Z] Removing intermediate container e05639dddb43 [2021-04-26T08:38:45.814Z] ---> 9a84182d3642 [2021-04-26T08:38:45.814Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-26T08:38:46.087Z] ---> Running in 52a002b53520 [2021-04-26T08:38:46.087Z] ---> 11327944b21c [2021-04-26T08:38:46.087Z] 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-26T08:38:46.087Z] Removing intermediate container 3e15717a28dd [2021-04-26T08:38:46.087Z] ---> 996edac863ce [2021-04-26T08:38:46.087Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:38:46.087Z] ---> Running in a977476816c5 [2021-04-26T08:38:46.692Z] Removing intermediate container 52a002b53520 [2021-04-26T08:38:46.692Z] ---> 0eb0fb961f2d [2021-04-26T08:38:46.692Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:38:46.692Z] ---> 4078fef52764 [2021-04-26T08:38:46.692Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-26T08:38:46.965Z] ---> a90ff32314b2 [2021-04-26T08:38:46.965Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-26T08:38:47.246Z] ---> f3e6b31617d1 [2021-04-26T08:38:47.246Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-26T08:38:47.520Z] ---> c92133f1f2db [2021-04-26T08:38:47.520Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-26T08:38:47.789Z] ---> 56efb50901fe [2021-04-26T08:38:47.789Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-26T08:38:48.053Z] Removing intermediate container a977476816c5 [2021-04-26T08:38:48.053Z] ---> a7ef3ddd41f2 [2021-04-26T08:38:48.053Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-26T08:38:48.320Z] ---> 3eb1cd5c14b5 [2021-04-26T08:38:48.320Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-26T08:38:48.320Z] ---> a8f8e856a78f [2021-04-26T08:38:48.320Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-26T08:38:48.320Z] ---> Running in 66e8cfd1c6a8 [2021-04-26T08:38:48.320Z] ---> ca96a9b1c054 [2021-04-26T08:38:48.320Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-26T08:38:48.601Z] ---> Running in 1911dc49e93d [2021-04-26T08:38:48.601Z] ---> 8b77eaef4986 [2021-04-26T08:38:48.601Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-26T08:38:48.601Z] Removing intermediate container 66e8cfd1c6a8 [2021-04-26T08:38:48.601Z] ---> 5098cf2b3d37 [2021-04-26T08:38:48.601Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-26T08:38:48.865Z] ---> Running in ad04084ff5f7 [2021-04-26T08:38:48.865Z] Removing intermediate container 1911dc49e93d [2021-04-26T08:38:48.865Z] ---> 064b9d2371fa [2021-04-26T08:38:48.865Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:38:49.443Z] ---> Running in ba9a9cf1e92c [2021-04-26T08:38:49.710Z] ---> c5231f6ae67f [2021-04-26T08:38:49.710Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-26T08:38:49.710Z] ---> 36728e706c52 [2021-04-26T08:38:49.710Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-26T08:38:49.989Z] Removing intermediate container ad04084ff5f7 [2021-04-26T08:38:49.989Z] ---> 33e6b64b851e [2021-04-26T08:38:49.989Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:38:49.989Z] Removing intermediate container ba9a9cf1e92c [2021-04-26T08:38:49.989Z] ---> dea7dddac3ca [2021-04-26T08:38:49.989Z] Step 20/22 : LABEL arch=x86_64 [2021-04-26T08:38:49.989Z] ---> Running in fa2f53e10624 [2021-04-26T08:38:49.989Z] ---> Running in 097cb08a4f7b [2021-04-26T08:38:49.989Z] ---> Running in bbb56d88ce06 [2021-04-26T08:38:50.260Z] ---> 52c98c2d85fb [2021-04-26T08:38:50.260Z] 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-26T08:38:50.525Z] ---> Running in 2407b722d759 [2021-04-26T08:38:50.525Z] Removing intermediate container 097cb08a4f7b [2021-04-26T08:38:50.525Z] ---> e9103136feaf [2021-04-26T08:38:50.525Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:38:50.801Z] Removing intermediate container bbb56d88ce06 [2021-04-26T08:38:50.801Z] ---> 46e96e1a240f [2021-04-26T08:38:50.801Z] Step 21/22 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:38:50.801Z] ---> Running in 4d27904e985e [2021-04-26T08:38:50.801Z] ---> Running in 58d59e4eb8b6 [2021-04-26T08:38:51.093Z] Removing intermediate container 4d27904e985e [2021-04-26T08:38:51.093Z] ---> 950cbd2aee9f [2021-04-26T08:38:51.093Z] Step 22/23 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:38:51.364Z] Removing intermediate container 58d59e4eb8b6 [2021-04-26T08:38:51.364Z] ---> 4b42153d8190 [2021-04-26T08:38:51.364Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:38:51.364Z] ---> Running in 82ec121fc099 [2021-04-26T08:38:51.364Z] ---> Running in 791ec3ba64e4 [2021-04-26T08:38:51.364Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-26T08:38:51.364Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-26T08:38:51.364Z] ---> aefe523efa57 [2021-04-26T08:38:51.364Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:38:51.646Z] ---> Running in 0b5ba6fcfca3 [2021-04-26T08:38:51.646Z] Removing intermediate container 82ec121fc099 [2021-04-26T08:38:51.646Z] ---> 820e5224fdd3 [2021-04-26T08:38:51.646Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:38:51.911Z] Removing intermediate container 791ec3ba64e4 [2021-04-26T08:38:51.912Z] ---> b1741d16ea88 [2021-04-26T08:38:51.912Z] [2021-04-26T08:38:52.183Z] ---> Running in ca4bf50e035a [2021-04-26T08:38:52.183Z] Removing intermediate container fa2f53e10624 [2021-04-26T08:38:52.183Z] ---> 1600dab19b34 [2021-04-26T08:38:52.183Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:38:52.183Z] Removing intermediate container 0b5ba6fcfca3 [2021-04-26T08:38:52.183Z] ---> 85d75e7aa8f5 [2021-04-26T08:38:52.183Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-26T08:38:52.452Z] Successfully built b1741d16ea88 [2021-04-26T08:38:52.452Z] Removing intermediate container 2407b722d759 [2021-04-26T08:38:52.452Z] ---> 43d54047b263 [2021-04-26T08:38:52.452Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-26T08:38:52.452Z] ---> Running in 4bed21962328 [2021-04-26T08:38:52.452Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-26T08:38:52.452Z] Building docker-support-notifications-go [2021-04-26T08:38:52.452Z]  Building docker-support-scheduler-go ... done Removing intermediate container ca4bf50e035a [2021-04-26T08:38:52.452Z] ---> 2c61fba00dbe [2021-04-26T08:38:52.452Z] [2021-04-26T08:38:52.723Z] ---> 74a69557b16c [2021-04-26T08:38:52.723Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-26T08:38:52.723Z] ---> Running in 279ebbce7ead [2021-04-26T08:38:52.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.208s coverage: 28.6% of statements [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-26T08:38:52.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.404s coverage: 100.0% of statements [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-26T08:38:52.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.158s coverage: 100.0% of statements [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-26T08:38:52.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-26T08:38:52.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.452s coverage: 97.5% of statements [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-26T08:38:52.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.208s coverage: 78.3% of statements [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-26T08:38:52.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-26T08:38:53.002Z] Successfully built 2c61fba00dbe [2021-04-26T08:38:53.002Z] Successfully tagged docker-core-command-go:latest [2021-04-26T08:38:53.002Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-04-26T08:38:53.002Z] Removing intermediate container 279ebbce7ead [2021-04-26T08:38:53.002Z] ---> 6e5d10f4b23c [2021-04-26T08:38:53.002Z] Step 22/24 : LABEL arch=x86_64 [2021-04-26T08:38:53.279Z] ---> Running in f84ff7089bb1 [2021-04-26T08:38:53.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:53.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:38:53.553Z] Removing intermediate container f84ff7089bb1 [2021-04-26T08:38:53.553Z] ---> 738d16c73954 [2021-04-26T08:38:53.553Z] Step 23/24 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:38:53.829Z] (1/39) Installing readline (8.0.4-r0) [2021-04-26T08:38:54.095Z] (2/39) Installing bash (5.0.17-r0) [2021-04-26T08:38:54.096Z] Executing bash-5.0.17-r0.post-install [2021-04-26T08:38:55.053Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:38:55.336Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-26T08:38:55.336Z] (5/39) Installing curl (7.76.1-r0) [2021-04-26T08:38:55.336Z] ---> 4cb6214c15f4 [2021-04-26T08:38:55.336Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-26T08:38:55.336Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-26T08:38:55.336Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-26T08:38:55.336Z] (8/39) Installing expat (2.2.9-r1) [2021-04-26T08:38:55.336Z] (9/39) Installing libffi (3.3-r2) [2021-04-26T08:38:55.336Z] (10/39) Installing gdbm (1.13-r1) [2021-04-26T08:38:55.336Z] ---> Running in 7f387b1fc047 [2021-04-26T08:38:55.336Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-26T08:38:55.336Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-26T08:38:55.336Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-26T08:38:59.656Z] Removing intermediate container 7f387b1fc047 [2021-04-26T08:38:59.656Z] ---> d95b3d2c6148 [2021-04-26T08:38:59.656Z] Step 24/24 : LABEL version=0.0.0 [2021-04-26T08:39:01.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.239s coverage: 93.0% of statements [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-26T08:39:01.079Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-26T08:39:01.079Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.9% of statements [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-26T08:39:01.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-26T08:39:01.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.135s coverage: 47.1% of statements [2021-04-26T08:39:01.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.143s coverage: 79.5% of statements [2021-04-26T08:39:01.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.135s coverage: 94.1% of statements [2021-04-26T08:39:01.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.169s coverage: 96.3% of statements [2021-04-26T08:39:02.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.127s coverage: 87.5% of statements [2021-04-26T08:39:03.902Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-26T08:39:03.902Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-26T08:39:03.902Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-26T08:39:03.902Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-26T08:39:03.902Z] ---> Running in 91c807497b1f [2021-04-26T08:39:03.902Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-26T08:39:03.902Z] ---> 7c4972109e70 [2021-04-26T08:39:03.902Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-26T08:39:03.902Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-26T08:39:03.902Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-26T08:39:03.902Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-26T08:39:03.902Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-26T08:39:03.902Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-26T08:39:03.902Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-26T08:39:03.902Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-26T08:39:04.170Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-26T08:39:04.755Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-26T08:39:04.755Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-26T08:39:04.755Z] Removing intermediate container 91c807497b1f [2021-04-26T08:39:04.755Z] ---> 2e9fea7eddae [2021-04-26T08:39:04.755Z] [2021-04-26T08:39:04.755Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-26T08:39:04.755Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-26T08:39:04.755Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-26T08:39:05.022Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-26T08:39:05.983Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-26T08:39:06.258Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-26T08:39:06.258Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-26T08:39:06.258Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-26T08:39:06.565Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-26T08:39:07.999Z] ---> f66f55fa5660 [2021-04-26T08:39:07.999Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-26T08:39:07.999Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-26T08:39:07.999Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-26T08:39:07.999Z] Successfully built 2e9fea7eddae [2021-04-26T08:39:08.269Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-26T08:39:08.269Z] Building docker-core-data-go [2021-04-26T08:39:08.269Z]  Building docker-security-secretstore-setup-go ... done Executing busybox-1.31.1-r19.trigger [2021-04-26T08:39:08.546Z] OK: 72 MiB in 59 packages [2021-04-26T08:39:14.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.196s coverage: 94.4% of statements [2021-04-26T08:39:14.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.143s coverage: 44.8% of statements [2021-04-26T08:39:15.300Z] ---> b4d97bc9faa7 [2021-04-26T08:39:15.300Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-26T08:39:15.300Z] ---> Running in cbd1e29951a3 [2021-04-26T08:39:15.570Z] Collecting docker-compose==1.23.2 [2021-04-26T08:39:15.847Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-26T08:39:16.136Z] Removing intermediate container cbd1e29951a3 [2021-04-26T08:39:16.136Z] ---> da59f34f5388 [2021-04-26T08:39:16.136Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-26T08:39:16.136Z] Collecting texttable<0.10,>=0.9.0 [2021-04-26T08:39:16.136Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-26T08:39:18.785Z] ---> 893b602390c0 [2021-04-26T08:39:18.785Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-26T08:39:19.761Z] ---> Running in 16070da9606e [2021-04-26T08:39:19.761Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-26T08:39:19.761Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-26T08:39:20.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.489s coverage: 81.9% of statements [2021-04-26T08:39:20.355Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-26T08:39:20.372Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:39:20.372Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:39:20.372Z] ---> dd8631940693 [2021-04-26T08:39:20.372Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:39:20.372Z] ---> Using cache [2021-04-26T08:39:20.372Z] ---> cbfad80b5e35 [2021-04-26T08:39:20.372Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:39:20.372Z] ---> Using cache [2021-04-26T08:39:20.372Z] ---> 6ba59fa38a06 [2021-04-26T08:39:20.372Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:39:20.372Z] ---> Using cache [2021-04-26T08:39:20.372Z] ---> 838f3fade745 [2021-04-26T08:39:20.372Z] Step 6/23 : COPY go.mod . [2021-04-26T08:39:20.663Z] ---> Using cache [2021-04-26T08:39:20.663Z] ---> 602d0ee3b78b [2021-04-26T08:39:20.663Z] Step 7/23 : RUN go mod download [2021-04-26T08:39:20.663Z] ---> Using cache [2021-04-26T08:39:20.663Z] ---> 69362c3b0dee [2021-04-26T08:39:20.663Z] Step 8/23 : COPY . . [2021-04-26T08:39:20.663Z] Collecting jsonschema<3,>=2.5.1 [2021-04-26T08:39:20.663Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-26T08:39:20.939Z] ---> Using cache [2021-04-26T08:39:20.939Z] ---> b504f83e3889 [2021-04-26T08:39:20.939Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-26T08:39:21.528Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:39:21.528Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:39:21.528Z] ---> dd8631940693 [2021-04-26T08:39:21.528Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:39:21.528Z] ---> Using cache [2021-04-26T08:39:21.528Z] ---> cbfad80b5e35 [2021-04-26T08:39:21.528Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:39:21.528Z] ---> Using cache [2021-04-26T08:39:21.528Z] ---> 6ba59fa38a06 [2021-04-26T08:39:21.528Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-26T08:39:22.508Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-26T08:39:22.508Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-26T08:39:22.788Z] ---> Running in fc0a012c8565 [2021-04-26T08:39:22.788Z] ---> Running in 6f91e3891ecc [2021-04-26T08:39:22.788Z] Collecting PyYAML<4,>=3.10 [2021-04-26T08:39:22.788Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-26T08:39:25.460Z] Collecting docker<4.0,>=3.6.0 [2021-04-26T08:39:25.460Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-26T08:39:25.460Z] 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-26T08:39:25.460Z] Removing intermediate container 16070da9606e [2021-04-26T08:39:25.460Z] ---> 67072f4bcd8b [2021-04-26T08:39:25.460Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-26T08:39:25.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:25.460Z] Collecting cached-property<2,>=1.2.0 [2021-04-26T08:39:25.749Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-26T08:39:25.749Z] ---> Running in 85bdc8f38686 [2021-04-26T08:39:25.749Z] Collecting docopt<0.7,>=0.6.1 [2021-04-26T08:39:25.749Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-26T08:39:26.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:26.632Z] OK: 233 MiB in 51 packages [2021-04-26T08:39:27.517Z] Removing intermediate container 85bdc8f38686 [2021-04-26T08:39:27.517Z] ---> fb585e5c3293 [2021-04-26T08:39:27.517Z] Step 28/31 : CMD ["gate"] [2021-04-26T08:39:27.852Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-26T08:39:27.852Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-26T08:39:27.852Z] 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-26T08:39:28.196Z] ---> Running in 95556b69f66a [2021-04-26T08:39:28.196Z] Collecting docker-pycreds>=0.4.0 [2021-04-26T08:39:28.196Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-26T08:39:28.196Z] 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-26T08:39:28.196Z] 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-26T08:39:28.196Z] Collecting idna<2.8,>=2.5 [2021-04-26T08:39:28.196Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-26T08:39:29.161Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-26T08:39:29.161Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-26T08:39:29.161Z] Removing intermediate container 95556b69f66a [2021-04-26T08:39:29.161Z] ---> 98aeef18cbf1 [2021-04-26T08:39:29.161Z] Step 29/31 : LABEL arch=x86_64 [2021-04-26T08:39:29.161Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-26T08:39:29.161Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-26T08:39:29.161Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-26T08:39:29.161Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-26T08:39:29.161Z] Removing intermediate container 6f91e3891ecc [2021-04-26T08:39:29.161Z] ---> 97b4681e4437 [2021-04-26T08:39:29.161Z] Step 6/22 : COPY go.mod . [2021-04-26T08:39:29.471Z] Installing collected packages: texttable, dockerpty, jsonschema, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, docker-compose [2021-04-26T08:39:29.471Z] Running setup.py install for texttable: started [2021-04-26T08:39:29.778Z] ---> Running in 38df89ee31c1 [2021-04-26T08:39:30.371Z] ---> 02af36a10602 [2021-04-26T08:39:30.371Z] Step 7/22 : RUN go mod download [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.186s coverage: 92.9% of statements [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.098s coverage: 87.2% of statements [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.134s coverage: 80.8% of statements [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.196s coverage: 87.2% of statements [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.193s coverage: 84.6% of statements [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.274s coverage: 91.6% of statements [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.655s coverage: 64.4% of statements [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-26T08:39:30.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-04-26T08:39:30.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-04-26T08:39:30.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-04-26T08:39:30.971Z] Running setup.py install for texttable: finished with status 'done' [2021-04-26T08:39:30.971Z] Running setup.py install for dockerpty: started [2021-04-26T08:39:31.250Z] Removing intermediate container 38df89ee31c1 [2021-04-26T08:39:31.250Z] ---> ba58ee4b1afd [2021-04-26T08:39:31.250Z] Step 30/31 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:39:31.250Z] ---> Running in bd6785378ed9 [2021-04-26T08:39:31.848Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-26T08:39:32.139Z] ---> Running in 6268391e6655 [2021-04-26T08:39:32.413Z] Running setup.py install for PyYAML: started [2021-04-26T08:39:33.422Z] Removing intermediate container 6268391e6655 [2021-04-26T08:39:33.422Z] ---> af09b3390b62 [2021-04-26T08:39:33.422Z] Step 31/31 : LABEL version=0.0.0 [2021-04-26T08:39:34.031Z] ---> Running in 332798a734ea [2021-04-26T08:39:34.031Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-26T08:39:34.031Z] Attempting uninstall: idna [2021-04-26T08:39:34.031Z] Found existing installation: idna 2.9 [2021-04-26T08:39:34.031Z] Uninstalling idna-2.9: [2021-04-26T08:39:34.031Z] Successfully uninstalled idna-2.9 [2021-04-26T08:39:34.682Z] Attempting uninstall: urllib3 [2021-04-26T08:39:34.682Z] Found existing installation: urllib3 1.25.9 [2021-04-26T08:39:34.682Z] Uninstalling urllib3-1.25.9: [2021-04-26T08:39:34.682Z] Successfully uninstalled urllib3-1.25.9 [2021-04-26T08:39:34.956Z] Removing intermediate container 332798a734ea [2021-04-26T08:39:34.956Z] ---> 7d7a0c4bd8f1 [2021-04-26T08:39:34.956Z] [2021-04-26T08:39:35.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.828s coverage: 69.0% of statements [2021-04-26T08:39:35.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-26T08:39:35.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-26T08:39:35.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-26T08:39:35.238Z] Attempting uninstall: requests [2021-04-26T08:39:35.238Z] Found existing installation: requests 2.23.0 [2021-04-26T08:39:35.238Z] Uninstalling requests-2.23.0: [2021-04-26T08:39:35.238Z] Successfully uninstalled requests-2.23.0 [2021-04-26T08:39:35.524Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:39:35.524Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:39:35.524Z] ---> dd8631940693 [2021-04-26T08:39:35.524Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:39:35.524Z] ---> Using cache [2021-04-26T08:39:35.524Z] ---> cbfad80b5e35 [2021-04-26T08:39:35.524Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:39:35.524Z] ---> Using cache [2021-04-26T08:39:35.524Z] ---> 6ba59fa38a06 [2021-04-26T08:39:35.524Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-26T08:39:36.139Z] Successfully built 7d7a0c4bd8f1 [2021-04-26T08:39:36.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.439s coverage: 38.4% of statements [2021-04-26T08:39:36.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-26T08:39:36.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-26T08:39:36.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements [2021-04-26T08:39:36.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-26T08:39:36.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.096s coverage: 84.8% of statements [2021-04-26T08:39:36.420Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-26T08:39:36.420Z] Building docker-security-proxy-setup-go [2021-04-26T08:39:36.705Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 8b105340f0ed [2021-04-26T08:39:37.322Z] Removing intermediate container bd6785378ed9 [2021-04-26T08:39:37.322Z] ---> f26ae5d71e46 [2021-04-26T08:39:37.322Z] Step 8/22 : COPY . . [2021-04-26T08:39:37.322Z] Running setup.py install for docopt: started [2021-04-26T08:39:38.787Z] Running setup.py install for docopt: finished with status 'done' [2021-04-26T08:39:40.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:40.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:39:41.113Z] OK: 233 MiB in 51 packages [2021-04-26T08:39:42.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.425s coverage: 47.0% of statements [2021-04-26T08:39:42.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-26T08:39:42.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-26T08:39:42.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-26T08:39:42.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-26T08:39:42.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-26T08:39:42.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-04-26T08:39:42.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-26T08:39:42.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2021-04-26T08:39:42.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-26T08:39:42.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-26T08:39:42.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.149s coverage: 9.6% of statements [2021-04-26T08:39:42.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-26T08:39:43.731Z] 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-26T08:39:44.313Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.502s coverage: 88.6% of statements [2021-04-26T08:39:44.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-26T08:39:44.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:39:44.313Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-26T08:39:49.142Z] Removing intermediate container 8b105340f0ed [2021-04-26T08:39:49.142Z] ---> 538bd6263df2 [2021-04-26T08:39:49.142Z] Step 6/23 : COPY go.mod . [2021-04-26T08:39:51.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.428s coverage: 28.7% of statements [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-26T08:39:51.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-26T08:39:51.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.168s coverage: 100.0% of statements [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-26T08:39:51.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.150s coverage: 64.6% of statements [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-26T08:39:51.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.365s coverage: 95.6% of statements [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-26T08:39:51.032Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-26T08:39:51.032Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-26T08:39:51.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-26T08:39:51.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-04-26T08:39:51.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-26T08:39:51.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-26T08:39:51.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-04-26T08:39:52.582Z] ---> 3d807f26375b [2021-04-26T08:39:52.582Z] Step 7/23 : RUN go mod download [2021-04-26T08:39:53.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.113s coverage: 28.1% of statements [2021-04-26T08:39:53.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-04-26T08:39:54.585Z] GO111MODULE=on go vet ./... [2021-04-26T08:39:54.606Z] ---> Running in 96edf4d8d5d6 [2021-04-26T08:40:04.967Z] Removing intermediate container 96edf4d8d5d6 [2021-04-26T08:40:04.967Z] ---> 3f5d83dd8a91 [2021-04-26T08:40:04.967Z] Step 8/23 : COPY . . [2021-04-26T08:40:06.639Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:40:06.639Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:40:06.639Z] ---> dd8631940693 [2021-04-26T08:40:06.639Z] Step 3/21 : WORKDIR /edgex-go [2021-04-26T08:40:06.639Z] ---> Using cache [2021-04-26T08:40:06.639Z] ---> cbfad80b5e35 [2021-04-26T08:40:06.639Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:40:06.639Z] ---> Using cache [2021-04-26T08:40:06.639Z] ---> 6ba59fa38a06 [2021-04-26T08:40:06.639Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-26T08:40:06.639Z] ---> Using cache [2021-04-26T08:40:06.639Z] ---> 838f3fade745 [2021-04-26T08:40:06.639Z] Step 6/21 : COPY go.mod . [2021-04-26T08:40:06.639Z] ---> Using cache [2021-04-26T08:40:06.639Z] ---> 602d0ee3b78b [2021-04-26T08:40:06.639Z] Step 7/21 : RUN go mod download [2021-04-26T08:40:06.639Z] ---> Using cache [2021-04-26T08:40:06.639Z] ---> 69362c3b0dee [2021-04-26T08:40:06.639Z] Step 8/21 : COPY . . [2021-04-26T08:40:06.639Z] ---> Using cache [2021-04-26T08:40:06.639Z] ---> b504f83e3889 [2021-04-26T08:40:06.639Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-26T08:40:06.914Z] ---> Running in bc553fceb63b [2021-04-26T08:40:08.360Z] 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-26T08:40:18.541Z] ---> cb9b8912fc2b [2021-04-26T08:40:18.541Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-26T08:40:19.184Z] ---> Running in bec23342fe2f [2021-04-26T08:40:24.741Z] 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-26T08:40:24.741Z] Removing intermediate container fc0a012c8565 [2021-04-26T08:40:24.741Z] ---> a93521f78635 [2021-04-26T08:40:24.741Z] [2021-04-26T08:40:24.741Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:40:24.741Z] ---> 13621d1b12d4 [2021-04-26T08:40:24.741Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:40:24.741Z] ---> Using cache [2021-04-26T08:40:24.741Z] ---> b135039e18f0 [2021-04-26T08:40:24.741Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:40:24.741Z] ---> Using cache [2021-04-26T08:40:24.741Z] ---> 10804bb8d5c5 [2021-04-26T08:40:24.741Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-26T08:40:24.741Z] Removing intermediate container 4bed21962328 [2021-04-26T08:40:24.741Z] ---> 549f44e1648c [2021-04-26T08:40:24.741Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-26T08:40:27.429Z] ---> Running in 94de49ce3c75 [2021-04-26T08:40:27.429Z] ---> Running in 5eed0024a971 [2021-04-26T08:40:28.472Z] Removing intermediate container 94de49ce3c75 [2021-04-26T08:40:28.472Z] ---> 61324d37f3cb [2021-04-26T08:40:28.472Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-26T08:40:28.753Z] Removing intermediate container 5eed0024a971 [2021-04-26T08:40:28.753Z] ---> a9f2aaa04e0c [2021-04-26T08:40:28.753Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:40:28.753Z] ---> Running in c48351be715e [2021-04-26T08:40:29.033Z] ---> Running in 3d18e49c3e28 [2021-04-26T08:40:29.664Z] Removing intermediate container 3d18e49c3e28 [2021-04-26T08:40:29.664Z] ---> fa2cf5c6b68e [2021-04-26T08:40:29.664Z] Step 15/23 : WORKDIR / [2021-04-26T08:40:29.664Z] Removing intermediate container c48351be715e [2021-04-26T08:40:29.664Z] ---> eb537d1b9954 [2021-04-26T08:40:29.664Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-26T08:40:30.646Z] ---> Running in 8dde0d28f46c [2021-04-26T08:40:32.091Z] ---> e50629a9fa20 [2021-04-26T08:40:32.091Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-26T08:40:32.387Z] Removing intermediate container 8dde0d28f46c [2021-04-26T08:40:32.387Z] ---> 69d2ca62f404 [2021-04-26T08:40:32.387Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:40:33.471Z] ---> 3739106079fb [2021-04-26T08:40:33.471Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-26T08:40:33.471Z] ---> 8b7425e5609b [2021-04-26T08:40:33.471Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-26T08:40:33.471Z] 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-26T08:40:35.524Z] ---> 372eb1d87a8d [2021-04-26T08:40:35.524Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-26T08:40:36.191Z] ---> Running in 48b43399c046 [2021-04-26T08:40:36.191Z] ---> 336923539320 [2021-04-26T08:40:36.191Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-26T08:40:36.808Z] Removing intermediate container 48b43399c046 [2021-04-26T08:40:36.808Z] ---> 4ab18f2a0526 [2021-04-26T08:40:36.808Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:40:37.093Z] ---> Running in bd7636df9d38 [2021-04-26T08:40:37.093Z] ---> 7b845869c278 [2021-04-26T08:40:37.093Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-26T08:40:37.370Z] ---> 32ac49bf3ac8 [2021-04-26T08:40:37.370Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-26T08:40:37.370Z] ---> Running in ff80384f7771 [2021-04-26T08:40:37.653Z] ---> Running in 534ec60d357c [2021-04-26T08:40:37.928Z] Removing intermediate container bd7636df9d38 [2021-04-26T08:40:37.928Z] ---> efe09d3c87a1 [2021-04-26T08:40:37.928Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:40:37.928Z] Removing intermediate container ff80384f7771 [2021-04-26T08:40:37.928Z] ---> c06d454648a6 [2021-04-26T08:40:37.928Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:40:38.209Z] ---> Running in 9db0cc5c6c45 [2021-04-26T08:40:38.209Z] ---> Running in ea9110b51618 [2021-04-26T08:40:38.486Z] Removing intermediate container 9db0cc5c6c45 [2021-04-26T08:40:38.486Z] ---> f2b14062ebe1 [2021-04-26T08:40:38.486Z] Step 22/23 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:40:38.486Z] Removing intermediate container ea9110b51618 [2021-04-26T08:40:38.486Z] ---> 26669be398ae [2021-04-26T08:40:38.486Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:40:38.767Z] ---> Running in 3f3af4580b28 [2021-04-26T08:40:38.767Z] ---> Running in e3cd0aabee1b [2021-04-26T08:40:39.047Z] 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-26T08:40:39.047Z] Removing intermediate container 3f3af4580b28 [2021-04-26T08:40:39.047Z] ---> 8ca801952fa2 [2021-04-26T08:40:39.047Z] Step 22/23 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:40:39.047Z] Removing intermediate container e3cd0aabee1b [2021-04-26T08:40:39.047Z] ---> d11df916eb04 [2021-04-26T08:40:39.047Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:40:39.327Z] ---> Running in 3d091096101b [2021-04-26T08:40:39.327Z] ---> Running in 8c4b5e0614c6 [2021-04-26T08:40:39.633Z] Removing intermediate container 8c4b5e0614c6 [2021-04-26T08:40:39.633Z] ---> 54c7fea013a7 [2021-04-26T08:40:39.633Z] [2021-04-26T08:40:39.910Z] Removing intermediate container 3d091096101b [2021-04-26T08:40:39.910Z] ---> 819d69af018a [2021-04-26T08:40:39.910Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:40:39.910Z] Successfully built 54c7fea013a7 [2021-04-26T08:40:39.910Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-26T08:40:40.193Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in fadb81d73912 [2021-04-26T08:40:40.474Z] Removing intermediate container fadb81d73912 [2021-04-26T08:40:40.475Z] ---> 72c9899c22f2 [2021-04-26T08:40:40.475Z] [2021-04-26T08:40:40.754Z] Successfully built 72c9899c22f2 [2021-04-26T08:40:41.047Z] Successfully tagged docker-core-metadata-go:latest [2021-04-26T08:40:45.453Z]  Building docker-core-metadata-go ... done Removing intermediate container bc553fceb63b [2021-04-26T08:40:45.453Z] ---> 726834c94726 [2021-04-26T08:40:45.453Z] [2021-04-26T08:40:45.453Z] Step 10/21 : FROM alpine:3.12 [2021-04-26T08:40:45.453Z] ---> 13621d1b12d4 [2021-04-26T08:40:45.453Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-26T08:40:45.453Z] ---> Running in 81b74aa60fa6 [2021-04-26T08:40:46.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:40:46.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:40:47.695Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-26T08:40:47.695Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:40:47.695Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-26T08:40:47.695Z] (4/4) Installing curl (7.76.1-r0) [2021-04-26T08:40:47.695Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:40:47.695Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:40:47.695Z] OK: 7 MiB in 18 packages [2021-04-26T08:40:49.674Z] Removing intermediate container 81b74aa60fa6 [2021-04-26T08:40:49.674Z] ---> 41290e83b9ac [2021-04-26T08:40:49.674Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:40:49.674Z] ---> Running in ca7250ecc9ed [2021-04-26T08:40:50.299Z] Removing intermediate container ca7250ecc9ed [2021-04-26T08:40:50.299Z] ---> 5ebb909ae94f [2021-04-26T08:40:50.299Z] Step 13/21 : WORKDIR /edgex [2021-04-26T08:40:50.299Z] ---> Running in cfced117cd8d [2021-04-26T08:40:50.583Z] Removing intermediate container cfced117cd8d [2021-04-26T08:40:50.583Z] ---> 726d721877f0 [2021-04-26T08:40:50.583Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-26T08:40:52.626Z] ---> 57a6febb4b80 [2021-04-26T08:40:52.626Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-26T08:40:53.674Z] ---> 5caa095e8b59 [2021-04-26T08:40:53.674Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-26T08:40:57.487Z] ---> 1902fad5ac58 [2021-04-26T08:40:57.488Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-26T08:40:57.488Z] ---> Running in e7fcaaec559f [2021-04-26T08:40:57.763Z] Removing intermediate container bec23342fe2f [2021-04-26T08:40:57.763Z] ---> b9cf3e68da08 [2021-04-26T08:40:57.763Z] [2021-04-26T08:40:57.763Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:40:57.763Z] ---> 13621d1b12d4 [2021-04-26T08:40:57.763Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-26T08:40:58.036Z] ---> Running in 0c24ccd6a9d5 [2021-04-26T08:40:58.036Z] Removing intermediate container e7fcaaec559f [2021-04-26T08:40:58.036Z] ---> dbda85ef2474 [2021-04-26T08:40:58.036Z] Step 18/21 : CMD ["--init=true"] [2021-04-26T08:40:58.643Z] ---> Running in 6464008dd43b [2021-04-26T08:40:58.907Z] Removing intermediate container 6464008dd43b [2021-04-26T08:40:58.907Z] ---> b73e45e23675 [2021-04-26T08:40:58.907Z] Step 19/21 : LABEL arch=x86_64 [2021-04-26T08:40:58.907Z] ---> Running in ccea09a2c9cf [2021-04-26T08:40:59.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:40:59.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:40:59.198Z] Removing intermediate container ccea09a2c9cf [2021-04-26T08:40:59.198Z] ---> 4905be783894 [2021-04-26T08:40:59.198Z] Step 20/21 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:40:59.198Z] ---> Running in ff8b4dd1a3c6 [2021-04-26T08:40:59.486Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-26T08:40:59.486Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:40:59.486Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:40:59.486Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:40:59.486Z] OK: 6 MiB in 16 packages [2021-04-26T08:40:59.755Z] Removing intermediate container ff8b4dd1a3c6 [2021-04-26T08:40:59.755Z] ---> b6032e16a911 [2021-04-26T08:40:59.755Z] Step 21/21 : LABEL version=0.0.0 [2021-04-26T08:41:00.029Z] ---> Running in 326a3f44321f [2021-04-26T08:41:00.640Z] Removing intermediate container 326a3f44321f [2021-04-26T08:41:00.641Z] ---> 39c725e2dd63 [2021-04-26T08:41:00.641Z] [2021-04-26T08:41:00.641Z] Removing intermediate container 0c24ccd6a9d5 [2021-04-26T08:41:00.641Z] ---> 000250dbaefb [2021-04-26T08:41:00.641Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:41:00.641Z] Successfully built 39c725e2dd63 [2021-04-26T08:41:00.917Z] ---> Running in cdda7d960ab9 [2021-04-26T08:41:00.917Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-26T08:41:01.195Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container cdda7d960ab9 [2021-04-26T08:41:01.195Z] ---> 58fd735f1835 [2021-04-26T08:41:01.195Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-26T08:41:01.195Z] ---> Running in 906aeb0ab91d [2021-04-26T08:41:01.486Z] Removing intermediate container 906aeb0ab91d [2021-04-26T08:41:01.487Z] ---> 3f1bd10ba541 [2021-04-26T08:41:01.487Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:41:01.487Z] ---> Running in c1d0ba48747a [2021-04-26T08:41:01.859Z] Removing intermediate container c1d0ba48747a [2021-04-26T08:41:01.859Z] ---> c6313a4cea8d [2021-04-26T08:41:01.859Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:41:02.440Z] ---> b9a1d05fb75c [2021-04-26T08:41:02.440Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-26T08:41:03.391Z] ---> 2dea27229821 [2021-04-26T08:41:03.391Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-26T08:41:03.655Z] ---> 06b65018183c [2021-04-26T08:41:03.655Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-26T08:41:03.655Z] ---> Running in 11715bbfedcd [2021-04-26T08:41:05.068Z] Removing intermediate container 11715bbfedcd [2021-04-26T08:41:05.068Z] ---> efedc036a1a7 [2021-04-26T08:41:05.068Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:41:05.068Z] ---> Running in 1795a2d831da [2021-04-26T08:41:05.331Z] Removing intermediate container 1795a2d831da [2021-04-26T08:41:05.331Z] ---> 52e4b9ef53c5 [2021-04-26T08:41:05.331Z] Step 20/22 : LABEL arch=x86_64 [2021-04-26T08:41:05.331Z] ---> Running in 810cdfea2caf [2021-04-26T08:41:05.596Z] Removing intermediate container 810cdfea2caf [2021-04-26T08:41:05.596Z] ---> 9870a9a92dad [2021-04-26T08:41:05.596Z] Step 21/22 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:41:05.596Z] ---> Running in 1858be6c25e0 [2021-04-26T08:41:05.867Z] Removing intermediate container 1858be6c25e0 [2021-04-26T08:41:05.867Z] ---> 7815a4277025 [2021-04-26T08:41:05.867Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:41:05.867Z] ---> Running in a9bba2ac8e47 [2021-04-26T08:41:06.450Z] Removing intermediate container a9bba2ac8e47 [2021-04-26T08:41:06.450Z] ---> acfcf849d23b [2021-04-26T08:41:06.450Z] [2021-04-26T08:41:06.450Z] Successfully built acfcf849d23b [2021-04-26T08:41:06.450Z] Successfully tagged docker-support-notifications-go:latest [2021-04-26T08:41:09.038Z]  Building docker-support-notifications-go ... done Removing intermediate container 534ec60d357c [2021-04-26T08:41:09.038Z] ---> c7b5c2a44db9 [2021-04-26T08:41:09.038Z] [2021-04-26T08:41:09.038Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:41:09.038Z] ---> 13621d1b12d4 [2021-04-26T08:41:09.038Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-26T08:41:09.038Z] ---> Running in 0753fafc1a14 [2021-04-26T08:41:09.302Z] Removing intermediate container 0753fafc1a14 [2021-04-26T08:41:09.302Z] ---> e50d89a19829 [2021-04-26T08:41:09.302Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-26T08:41:09.302Z] ---> Running in a8461e956639 [2021-04-26T08:41:09.571Z] Removing intermediate container a8461e956639 [2021-04-26T08:41:09.571Z] ---> 2cc0972f7801 [2021-04-26T08:41:09.571Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-26T08:41:09.571Z] ---> Running in d2283fa894b7 [2021-04-26T08:41:09.571Z] Removing intermediate container d2283fa894b7 [2021-04-26T08:41:09.571Z] ---> 968d1ea7c7ea [2021-04-26T08:41:09.571Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:41:09.834Z] ---> Running in 2d0ff9417bac [2021-04-26T08:41:10.786Z] Removing intermediate container 2d0ff9417bac [2021-04-26T08:41:10.786Z] ---> a29f469e84c1 [2021-04-26T08:41:10.786Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-26T08:41:11.054Z] ---> Running in 98219aaa0172 [2021-04-26T08:41:12.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T08:41:13.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T08:41:13.980Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:41:14.242Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-26T08:41:14.505Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-26T08:41:14.505Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-26T08:41:15.081Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T08:41:15.344Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-26T08:41:15.344Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:41:15.344Z] OK: 8 MiB in 20 packages [2021-04-26T08:41:15.924Z] Removing intermediate container 98219aaa0172 [2021-04-26T08:41:15.924Z] ---> 7838729a9abd [2021-04-26T08:41:15.924Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:41:16.454Z] gofmt -l . [2021-04-26T08:41:16.454Z] [ "`gofmt -l .`" = "" ] [2021-04-26T08:41:16.504Z] ---> a51fc9a81897 [2021-04-26T08:41:16.504Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-26T08:41:17.077Z] ---> 12858f555d88 [2021-04-26T08:41:17.077Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-26T08:41:17.341Z] ---> f478e3506557 [2021-04-26T08:41:17.341Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-26T08:41:17.341Z] ---> Running in 5158145ab634 [2021-04-26T08:41:17.431Z] ./bin/test-go-mod-tidy.sh [2021-04-26T08:41:17.606Z] Removing intermediate container 5158145ab634 [2021-04-26T08:41:17.606Z] ---> bf789f2980ea [2021-04-26T08:41:17.606Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:41:17.606Z] ---> Running in 13dac07906c9 [2021-04-26T08:41:17.873Z] Removing intermediate container 13dac07906c9 [2021-04-26T08:41:17.873Z] ---> 48a16a2e8835 [2021-04-26T08:41:17.873Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T08:41:17.873Z] ---> Running in bdc2195d08ad [2021-04-26T08:41:18.029Z] ./bin/test-attribution-txt.sh [2021-04-26T08:41:18.136Z] Removing intermediate container bdc2195d08ad [2021-04-26T08:41:18.136Z] ---> 48e43404157b [2021-04-26T08:41:18.136Z] Step 22/23 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:41:18.136Z] ---> Running in 03fca12afa6c [2021-04-26T08:41:18.398Z] Removing intermediate container 03fca12afa6c [2021-04-26T08:41:18.398Z] ---> 2306e1b9dd8b [2021-04-26T08:41:18.398Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:41:18.398Z] ---> Running in cf1e0b22ec14 [2021-04-26T08:41:18.662Z] Removing intermediate container cf1e0b22ec14 [2021-04-26T08:41:18.662Z] ---> 8769e37fb20e [2021-04-26T08:41:18.662Z] [2021-04-26T08:41:18.924Z] Successfully built 8769e37fb20e [2021-04-26T08:41:18.924Z] Successfully tagged docker-core-data-go:latest [2021-04-26T08:41:19.201Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-26T08:41:19.226Z] $ docker stop --time=1 0bccf4438efd59c0c4bf7d9cd61f321a9a043e84fff2cea09fa4ef4c6790e102 [2021-04-26T08:41:21.080Z] $ docker rm -f 0bccf4438efd59c0c4bf7d9cd61f321a9a043e84fff2cea09fa4ef4c6790e102 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-04-26T08:41:21.560Z] + docker images [2021-04-26T08:41:21.560Z] + grep docker [2021-04-26T08:41:21.823Z] docker-core-data-go latest 8769e37fb20e 3 seconds ago 22.9MB [2021-04-26T08:41:21.823Z] docker-support-notifications-go latest acfcf849d23b 16 seconds ago 18.2MB [2021-04-26T08:41:21.823Z] docker-security-proxy-setup-go latest 39c725e2dd63 21 seconds ago 26MB [2021-04-26T08:41:21.823Z] docker-core-metadata-go latest 72c9899c22f2 41 seconds ago 19.2MB [2021-04-26T08:41:21.823Z] docker-sys-mgmt-agent-go latest 54c7fea013a7 42 seconds ago 312MB [2021-04-26T08:41:21.823Z] docker-security-bootstrapper-go latest 7d7a0c4bd8f1 About a minute ago 19.3MB [2021-04-26T08:41:21.823Z] docker-security-secretstore-setup-go latest 2e9fea7eddae 2 minutes ago 26.3MB [2021-04-26T08:41:21.823Z] docker-core-command-go latest 2c61fba00dbe 2 minutes ago 17.5MB [2021-04-26T08:41:21.823Z] docker-support-scheduler-go latest b1741d16ea88 2 minutes ago 17.7MB [2021-04-26T08:41:21.823Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-04-26T08:41:21.940Z] + ls -al . [2021-04-26T08:41:21.940Z] total 840 [2021-04-26T08:41:21.940Z] drwxrwxr-x 9 1001 1001 4096 Apr 26 08:41 . [2021-04-26T08:41:21.940Z] drwxr-xr-x 4 root root 4096 Apr 26 08:36 .. [2021-04-26T08:41:21.940Z] -rw-rw-r-- 1 1001 1001 11 Apr 26 08:35 .dockerignore [2021-04-26T08:41:21.941Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 08:35 .git [2021-04-26T08:41:21.941Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 08:35 .github [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 818 Apr 26 08:35 .gitignore [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 08:35 .sonarcloud.properties [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 8609 Apr 26 08:35 Attribution.txt [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 08:35 CONTRIBUTING.md [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 931 Apr 26 08:35 Dockerfile.build [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 863 Apr 26 08:35 Jenkinsfile [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 08:35 LICENSE [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 5774 Apr 26 08:35 Makefile [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 7978 Apr 26 08:35 README.md [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 6755 Apr 26 08:35 SECURITY.md [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 08:31 VERSION [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 4131 Apr 26 08:35 ZMQWindows.md [2021-04-26T08:41:21.941Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 08:35 bin [2021-04-26T08:41:21.941Z] drwxrwxr-x 14 1001 1001 4096 Apr 26 08:35 cmd [2021-04-26T08:41:21.941Z] -rw-r--r-- 1 root root 704315 Apr 26 08:39 coverage.out [2021-04-26T08:41:21.941Z] -rw-r--r-- 1 root root 1060 Apr 26 08:41 go.mod [2021-04-26T08:41:21.941Z] -rw-r--r-- 1 root root 22420 Apr 26 08:41 go.sum [2021-04-26T08:41:21.941Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 08:35 internal [2021-04-26T08:41:21.941Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 08:35 openapi [2021-04-26T08:41:21.941Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 08:35 snap [2021-04-26T08:41:21.941Z] -rw-rw-r-- 1 1001 1001 168 Apr 26 08:35 version.go Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-26T08:41:22.607Z] + '[' -e coverage.out ] [2021-04-26T08:41:22.607Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-26T08:41:22.638Z] Warning: overwriting stash ‘coverage-report’ [2021-04-26T08:41:23.800Z] Stashed 1 file(s) [Pipeline] sh [2021-04-26T08:41:24.440Z] + make build [2021-04-26T08:41:24.440Z] 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-26T08:41:34.588Z] 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-26T08:41:37.119Z] Still waiting to schedule task [2021-04-26T08:41:37.119Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-26T08:42:01.421Z] 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-26T08:42:02.861Z] 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-26T08:42:09.565Z] 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-26T08:42:10.546Z] 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-26T08:42:15.953Z] 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-26T08:42:22.653Z] 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-26T08:42:25.268Z] 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-26T08:42:29.799Z] 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-26T08:42:29.988Z] Running on prd-ubuntu18.04-docker-8c-8g-1789 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-26T08:42:30.004Z] Running in /w/workspace/edgex-go/107 [Pipeline] { [Pipeline] checkout [2021-04-26T08:42:32.445Z] using credential edgex-jenkins-ssh [2021-04-26T08:42:32.459Z] Cloning the remote Git repository [2021-04-26T08:42:33.181Z] 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-26T08:42:32.495Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:42:32.573Z] > git init /w/workspace/edgex-go/107 # timeout=10 [2021-04-26T08:42:32.604Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:42:32.604Z] > git --version # timeout=10 [2021-04-26T08:42:32.610Z] > git --version # 'git version 2.17.1' [2021-04-26T08:42:32.611Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:42:32.643Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:42:37.487Z] 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-26T08:42:39.585Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:42:39.590Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T08:42:39.599Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T08:42:39.608Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T08:42:39.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:42:39.613Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-26T08:42:40.207Z] Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-26T08:42:40.703Z] Merge succeeded, producing 5d161f58ef3a7ff3a9efeb3402e49c525b3756eb [2021-04-26T08:42:40.704Z] Checking out Revision 5d161f58ef3a7ff3a9efeb3402e49c525b3756eb (PR-2858) [2021-04-26T08:42:40.234Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:42:40.238Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-26T08:42:40.395Z] > git remote # timeout=10 [2021-04-26T08:42:40.401Z] > git config --get remote.origin.url # timeout=10 [2021-04-26T08:42:40.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T08:42:40.409Z] > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 [2021-04-26T08:42:40.717Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-26T08:42:40.726Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T08:42:40.730Z] > git checkout -f 5d161f58ef3a7ff3a9efeb3402e49c525b3756eb # timeout=10 [Pipeline] } [2021-04-26T08:42:44.213Z] $ docker stop --time=1 232f56a337043ff2832cca8715f1bfe994e8415f8f45f8b1375136256ce06492 [2021-04-26T08:42:44.348Z] Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" [2021-04-26T08:42:44.361Z] First time build. Skipping changelog. [2021-04-26T08:42:44.374Z] > git rev-list --no-walk 13afef61cd1a1970064948ffeb22b99847de3664 # timeout=10 [2021-04-26T08:42:46.672Z] $ docker rm -f 232f56a337043ff2832cca8715f1bfe994e8415f8f45f8b1375136256ce06492 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:42:48.539Z] + echo snap-build.sh [2021-04-26T08:42:48.539Z] snap-build.sh [2021-04-26T08:42:48.539Z] + SNAP_BASE_DIR=. [2021-04-26T08:42:48.540Z] + '[' '!' -z /w/workspace/edgex-go/107 ']' [2021-04-26T08:42:48.540Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/107 [2021-04-26T08:42:48.540Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/107]' [2021-04-26T08:42:48.540Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/107] [2021-04-26T08:42:48.540Z] + cd /w/workspace/edgex-go/107 [2021-04-26T08:42:48.540Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-26T08:42:48.540Z] Reading package lists... [2021-04-26T08:42:48.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:42:48.801Z] Building dependency tree... [2021-04-26T08:42:48.801Z] Reading state information... [2021-04-26T08:42:48.801Z] The following packages were automatically installed and are no longer required: [2021-04-26T08:42:48.801Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-26T08:42:48.801Z] uidmap xdelta3 [2021-04-26T08:42:48.801Z] Use 'sudo apt autoremove' to remove them. [2021-04-26T08:42:48.905Z] [2021-04-26T08:42:48.906Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:42:49.062Z] The following packages will be REMOVED: [2021-04-26T08:42:49.062Z] lxd* lxd-client* [2021-04-26T08:42:49.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:42:49.529Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-26T08:42:49.529Z] 29e5d40040c1: Pulling fs layer [2021-04-26T08:42:49.529Z] 1ce36da41761: Pulling fs layer [2021-04-26T08:42:49.529Z] 25b303627fd3: Pulling fs layer [2021-04-26T08:42:49.529Z] 29e5d40040c1: Verifying Checksum [2021-04-26T08:42:49.529Z] 29e5d40040c1: Download complete [2021-04-26T08:42:49.633Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-26T08:42:49.633Z] After this operation, 31.7 MB disk space will be freed. [2021-04-26T08:42:50.127Z] 1ce36da41761: Verifying Checksum [2021-04-26T08:42:50.127Z] 1ce36da41761: Download complete [2021-04-26T08:42:50.402Z] 29e5d40040c1: Pull complete [2021-04-26T08:42:50.680Z] (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-26T08:42:50.680Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T08:42:51.625Z] Removing lxd dnsmasq configuration [2021-04-26T08:42:51.837Z] 1ce36da41761: Pull complete [2021-04-26T08:42:51.837Z] 25b303627fd3: Verifying Checksum [2021-04-26T08:42:51.837Z] 25b303627fd3: Download complete [2021-04-26T08:42:51.888Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T08:42:52.152Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-26T08:42:53.098Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-26T08:42:53.360Z] (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-26T08:42:53.360Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T08:42:54.750Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-26T08:42:54.750Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-26T08:42:56.675Z] + sudo snap remove --purge lxd [2021-04-26T08:42:56.675Z] snap "lxd" is not installed [2021-04-26T08:42:56.675Z] + sudo groupadd --force --system lxd [2021-04-26T08:42:56.675Z] ++ whoami [2021-04-26T08:42:56.675Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-26T08:42:56.675Z] + newgrp - lxd [2021-04-26T08:42:56.675Z] + sudo snap install lxd [2021-04-26T08:43:02.008Z] 25b303627fd3: Pull complete [2021-04-26T08:43:02.008Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-26T08:43:02.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:43:02.008Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-26T08:43:02.269Z] prd-ubuntu18.04-docker-arm64-4c-16g-1784 does not seem to be running inside a container [2021-04-26T08:43:02.334Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/107 -v /w/workspace/edgex-go/107:/w/workspace/edgex-go/107:rw,z -v /w/workspace/edgex-go/107@tmp:/w/workspace/edgex-go/107@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-26T08:43:04.863Z] 2021-04-26T08:43:02Z INFO Waiting for automatic snapd restart... [2021-04-26T08:43:05.417Z] $ docker top cf3e0bacc20a8a215a544e3b685c0ec887513ca6f5151141a5a9c711e70c9080 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:43:06.380Z] + docker-compose build --help [2021-04-26T08:43:06.381Z] + grep parallel [2021-04-26T08:43:09.753Z] --parallel Build images in parallel. [Pipeline] } [2021-04-26T08:43:10.032Z] $ docker stop --time=1 cf3e0bacc20a8a215a544e3b685c0ec887513ca6f5151141a5a9c711e70c9080 [2021-04-26T08:43:11.907Z] $ docker rm -f cf3e0bacc20a8a215a544e3b685c0ec887513ca6f5151141a5a9c711e70c9080 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:43:12.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T08:43:12.549Z] . [Pipeline] withDockerContainer [2021-04-26T08:43:12.802Z] prd-ubuntu18.04-docker-arm64-4c-16g-1784 does not seem to be running inside a container [2021-04-26T08:43:12.872Z] $ 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/107 -v /w/workspace/edgex-go/107:/w/workspace/edgex-go/107:rw,z -v /w/workspace/edgex-go/107@tmp:/w/workspace/edgex-go/107@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-26T08:43:14.153Z] $ docker top 1421831526e112566cbf9d1300e5b0740a5989dfaf288aeffee474fde2278bbe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:43:15.076Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-26T08:43:19.419Z] Building docker-core-command-go ... [2021-04-26T08:43:19.419Z] Building docker-core-data-go ... [2021-04-26T08:43:19.419Z] Building docker-core-metadata-go ... [2021-04-26T08:43:19.419Z] Building docker-security-bootstrapper-go ... [2021-04-26T08:43:19.419Z] Building docker-security-proxy-setup-go ... [2021-04-26T08:43:19.419Z] Building docker-security-secretstore-setup-go ... [2021-04-26T08:43:19.419Z] Building docker-support-notifications-go ... [2021-04-26T08:43:19.419Z] Building docker-support-scheduler-go ... [2021-04-26T08:43:19.419Z] Building docker-sys-mgmt-agent-go ... [2021-04-26T08:43:19.419Z] Building docker-core-metadata-go [2021-04-26T08:43:19.419Z] Building docker-security-proxy-setup-go [2021-04-26T08:43:19.419Z] Building docker-security-secretstore-setup-go [2021-04-26T08:43:19.419Z] Building docker-core-command-go [2021-04-26T08:43:19.419Z] Building docker-sys-mgmt-agent-go [2021-04-26T08:43:22.999Z] lxd 4.13 from Canonical* installed [2021-04-26T08:43:22.999Z] + sudo lxd init --auto [2021-04-26T08:43:29.622Z] + sudo snap install --classic snapcraft [2021-04-26T08:43:37.784Z] snapcraft 4.6.2 from Canonical* installed [2021-04-26T08:43:37.784Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-26T08:43:37.784Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-26T08:43:37.784Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T08:43:37.784Z] Dload Upload Total Spent Left Speed [2021-04-26T08:43:37.784Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5268 0 --:--:-- --:--:-- --:--:-- 5313 [2021-04-26T08:43:37.784Z] 100 3325k 100 3325k 0 0 12.3M 0 --:--:-- --:--:-- --:--:-- 12.3M [2021-04-26T08:43:37.784Z] ./yq_linux_amd64 [2021-04-26T08:43:38.045Z] + sudo snapcraft prime --use-lxd [2021-04-26T08:43:39.966Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-26T08:43:39.966Z] 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-26T08:43:39.966Z] - README.md [2021-04-26T08:43:39.966Z] [2021-04-26T08:43:39.966Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-26T08:43:40.908Z] Launching a container. [2021-04-26T08:43:53.185Z] Waiting for container to be ready [2021-04-26T08:43:53.449Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-26T08:43:53.449Z] [2021-04-26T08:43:57.665Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-26T08:43:57.926Z] Waiting for network to be ready... [2021-04-26T08:43:58.500Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-26T08:43:58.500Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-26T08:43:58.762Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-26T08:43:58.762Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-26T08:43:59.025Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-26T08:43:59.288Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-26T08:43:59.288Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-26T08:43:59.288Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-26T08:43:59.288Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-26T08:43:59.288Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-26T08:43:59.288Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-26T08:43:59.288Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-26T08:43:59.288Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-26T08:43:59.288Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-26T08:43:59.288Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-26T08:43:59.288Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-26T08:43:59.288Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-26T08:43:59.288Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-26T08:43:59.551Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-26T08:43:59.816Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-26T08:43:59.816Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-26T08:43:59.816Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-26T08:43:59.816Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-26T08:43:59.816Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-26T08:43:59.816Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-26T08:43:59.816Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-26T08:43:59.816Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-26T08:44:05.114Z] Fetched 24.4 MB in 6s (3998 kB/s) [2021-04-26T08:44:05.376Z] Reading package lists... [2021-04-26T08:44:05.637Z] Reading package lists... [2021-04-26T08:44:05.898Z] Building dependency tree... [2021-04-26T08:44:05.898Z] Reading state information... [2021-04-26T08:44:06.160Z] The following additional packages will be installed: [2021-04-26T08:44:06.160Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-26T08:44:06.160Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-26T08:44:06.160Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-26T08:44:06.160Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-26T08:44:06.160Z] Suggested packages: [2021-04-26T08:44:06.160Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-26T08:44:06.160Z] Recommended packages: [2021-04-26T08:44:06.160Z] gnupg libsasl2-modules [2021-04-26T08:44:06.160Z] The following NEW packages will be installed: [2021-04-26T08:44:06.160Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-26T08:44:06.160Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-26T08:44:06.160Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-26T08:44:06.160Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-26T08:44:06.160Z] The following packages will be upgraded: [2021-04-26T08:44:06.160Z] gpg gpg-agent gpgconf libudev1 [2021-04-26T08:44:06.421Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-26T08:44:06.421Z] Need to get 3529 kB of archives. [2021-04-26T08:44:06.421Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-26T08:44:06.421Z] 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-26T08:44:06.421Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-26T08:44:06.421Z] Get:3 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-26T08:44:06.682Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-26T08:44:06.682Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-26T08:44:06.682Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-26T08:44:06.948Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-26T08:44:06.948Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-26T08:44:06.948Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-26T08:44:06.948Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-26T08:44:06.948Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-26T08:44:07.210Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-26T08:44:07.210Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-26T08:44:07.210Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-26T08:44:07.210Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-26T08:44:07.210Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-26T08:44:07.210Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-26T08:44:07.210Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-26T08:44:07.210Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-26T08:44:07.210Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-26T08:44:07.210Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-26T08:44:07.210Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-26T08:44:07.473Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:44:07.473Z] Fetched 3529 kB in 1s (3168 kB/s) [2021-04-26T08:44:07.473Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-26T08:44:07.473Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:44:07.473Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:44:07.737Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-26T08:44:07.737Z] Selecting previously unselected package udev. [2021-04-26T08:44:07.737Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-26T08:44:07.737Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:44:07.737Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-26T08:44:08.000Z] Selecting previously unselected package libfuse2:amd64. [2021-04-26T08:44:08.000Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-26T08:44:08.000Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-26T08:44:08.264Z] Selecting previously unselected package fuse. [2021-04-26T08:44:08.264Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-26T08:44:08.264Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-26T08:44:08.264Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:44:08.264Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:44:08.531Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:44:08.531Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:44:08.531Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:44:08.531Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:44:08.797Z] Selecting previously unselected package libksba8:amd64. [2021-04-26T08:44:08.797Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-26T08:44:08.797Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-26T08:44:08.797Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-26T08:44:08.797Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:44:08.797Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:09.058Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-26T08:44:09.058Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:44:09.058Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:09.058Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-26T08:44:09.058Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:44:09.058Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:09.058Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-26T08:44:09.058Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:44:09.058Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:09.320Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-26T08:44:09.320Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:44:09.320Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:09.320Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-26T08:44:09.320Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:44:09.320Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:09.584Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-26T08:44:09.584Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:44:09.584Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:09.584Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-26T08:44:09.584Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:44:09.584Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:09.584Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-26T08:44:09.584Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T08:44:09.584Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:09.847Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-26T08:44:09.847Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-26T08:44:09.847Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:44:09.847Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-26T08:44:09.847Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-26T08:44:09.847Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:44:09.847Z] Selecting previously unselected package libldap-common. [2021-04-26T08:44:09.847Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-26T08:44:09.847Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:44:10.108Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-26T08:44:10.108Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-26T08:44:10.108Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:44:10.108Z] Selecting previously unselected package dirmngr. [2021-04-26T08:44:10.108Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:44:10.108Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-26T08:44:10.370Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:44:10.370Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-26T08:44:10.370Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-26T08:44:10.370Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:44:10.370Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T08:44:10.631Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-26T08:44:10.631Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:10.631Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-26T08:44:10.631Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:44:10.631Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-26T08:44:11.206Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-26T08:44:11.206Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:11.206Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-26T08:44:11.468Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-26T08:44:11.468Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-26T08:44:11.468Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:11.468Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:11.468Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:11.468Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:11.468Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:11.730Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:11.730Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T08:44:11.730Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T08:44:11.730Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-26T08:44:11.730Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:44:12.676Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-26T08:44:12.676Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-26T08:44:12.676Z] This means they are not meant to be enabled using systemctl. [2021-04-26T08:44:12.676Z] Possible reasons for having this kind of units are: [2021-04-26T08:44:12.676Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-26T08:44:12.676Z] .wants/ or .requires/ directory. [2021-04-26T08:44:12.676Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-26T08:44:12.676Z] a requirement dependency on it. [2021-04-26T08:44:12.676Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-26T08:44:12.676Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-26T08:44:12.676Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-26T08:44:12.676Z] instance name specified. [2021-04-26T08:44:12.937Z] Reading package lists... [2021-04-26T08:44:12.937Z] Building dependency tree... [2021-04-26T08:44:12.937Z] Reading state information... [2021-04-26T08:44:13.201Z] The following additional packages will be installed: [2021-04-26T08:44:13.201Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-26T08:44:13.201Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-26T08:44:13.201Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-26T08:44:13.201Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-26T08:44:13.201Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-26T08:44:13.201Z] Suggested packages: [2021-04-26T08:44:13.201Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-26T08:44:13.201Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-26T08:44:13.201Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-26T08:44:13.201Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-26T08:44:13.201Z] systemd-container policykit-1 [2021-04-26T08:44:13.201Z] Recommended packages: [2021-04-26T08:44:13.201Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-26T08:44:13.201Z] The following NEW packages will be installed: [2021-04-26T08:44:13.201Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-26T08:44:13.201Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-26T08:44:13.201Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-26T08:44:13.201Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-26T08:44:13.201Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-26T08:44:13.201Z] The following packages will be upgraded: [2021-04-26T08:44:13.201Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-26T08:44:13.461Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-26T08:44:13.461Z] Need to get 35.2 MB of archives. [2021-04-26T08:44:13.461Z] After this operation, 141 MB of additional disk space will be used. [2021-04-26T08:44:13.461Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-26T08:44:13.461Z] 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-26T08:44:14.035Z] 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-26T08:44:14.035Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-26T08:44:14.035Z] 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-26T08:44:14.296Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-26T08:44:14.296Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-26T08:44:14.296Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-26T08:44:14.296Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-26T08:44:14.296Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-26T08:44:14.296Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-26T08:44:14.296Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-26T08:44:14.296Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-26T08:44:14.296Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-26T08:44:14.296Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-26T08:44:14.296Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-26T08:44:14.296Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-26T08:44:14.296Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-26T08:44:14.296Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-26T08:44:14.296Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-26T08:44:14.296Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-26T08:44:14.296Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-26T08:44:14.296Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-26T08:44:14.296Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-26T08:44:14.296Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-26T08:44:14.296Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-26T08:44:14.560Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-26T08:44:14.560Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-26T08:44:14.560Z] 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-26T08:44:14.560Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-26T08:44:15.950Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:44:15.950Z] Fetched 35.2 MB in 2s (15.9 MB/s) [2021-04-26T08:44:15.950Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T08:44:15.950Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:44:15.950Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:44:16.523Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:44:16.523Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:44:16.784Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-26T08:44:16.784Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T08:44:16.784Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-26T08:44:16.784Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-26T08:44:17.045Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-26T08:44:17.045Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T08:44:17.045Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-26T08:44:17.306Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-26T08:44:17.568Z] Setting up apt (1.6.13) ... [2021-04-26T08:44:17.568Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-26T08:44:18.142Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-26T08:44:18.142Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-26T08:44:18.142Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-26T08:44:18.142Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-26T08:44:18.405Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-26T08:44:18.405Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:44:18.405Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:44:18.667Z] Selecting previously unselected package libexpat1:amd64. [2021-04-26T08:44:18.667Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-26T08:44:18.667Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-26T08:44:18.667Z] Selecting previously unselected package python3.6-minimal. [2021-04-26T08:44:18.667Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:44:18.667Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:44:18.939Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-26T08:44:19.206Z] Checking for services that may need to be restarted...done. [2021-04-26T08:44:19.206Z] Checking for services that may need to be restarted...done. [2021-04-26T08:44:19.206Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:44:19.206Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-26T08:44:19.206Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:44:20.604Z] Selecting previously unselected package python3-minimal. [2021-04-26T08:44:20.604Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-26T08:44:20.604Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-26T08:44:20.604Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-26T08:44:20.604Z] Selecting previously unselected package mime-support. [2021-04-26T08:44:20.604Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-26T08:44:20.604Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-26T08:44:20.604Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-26T08:44:20.604Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-26T08:44:20.604Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-26T08:44:20.866Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-26T08:44:20.866Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:44:20.866Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:44:21.130Z] Selecting previously unselected package python3.6. [2021-04-26T08:44:21.130Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T08:44:21.130Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:44:21.130Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-26T08:44:21.130Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-26T08:44:21.130Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-26T08:44:21.130Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-26T08:44:21.398Z] Selecting previously unselected package python3. [2021-04-26T08:44:21.398Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-26T08:44:21.398Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-26T08:44:21.660Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-26T08:44:21.660Z] Selecting previously unselected package multiarch-support. [2021-04-26T08:44:21.660Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:44:21.660Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-26T08:44:21.660Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-26T08:44:21.922Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-26T08:44:21.922Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-26T08:44:21.922Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-26T08:44:21.922Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-26T08:44:21.922Z] Selecting previously unselected package libbsd0:amd64. [2021-04-26T08:44:21.922Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-26T08:44:21.922Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-26T08:44:21.922Z] Selecting previously unselected package sudo. [2021-04-26T08:44:21.922Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-26T08:44:21.922Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-26T08:44:22.185Z] Selecting previously unselected package apparmor. [2021-04-26T08:44:22.185Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-26T08:44:22.185Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-26T08:44:22.447Z] Selecting previously unselected package libedit2:amd64. [2021-04-26T08:44:22.447Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-26T08:44:22.447Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-26T08:44:22.447Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-26T08:44:22.447Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:44:22.447Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:44:22.447Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-26T08:44:22.447Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:44:22.447Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:44:22.710Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-26T08:44:22.710Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-26T08:44:22.710Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-26T08:44:22.710Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-26T08:44:22.710Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:44:22.710Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:44:22.710Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-26T08:44:22.710Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T08:44:22.710Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:44:22.973Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-26T08:44:22.973Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-26T08:44:22.973Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-26T08:44:23.235Z] Selecting previously unselected package openssh-client. [2021-04-26T08:44:23.235Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-26T08:44:23.235Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-26T08:44:23.499Z] Selecting previously unselected package squashfs-tools. [2021-04-26T08:44:23.499Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-26T08:44:23.499Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-26T08:44:23.499Z] Selecting previously unselected package snapd. [2021-04-26T08:44:23.499Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-26T08:44:23.499Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-26T08:44:26.058Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-26T08:44:26.058Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-26T08:44:26.058Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-26T08:44:26.058Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-26T08:44:26.058Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-26T08:44:26.058Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:44:26.058Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:44:26.322Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-26T08:44:26.323Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-26T08:44:26.900Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-26T08:44:26.900Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-26T08:44:26.900Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-26T08:44:27.163Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:44:27.163Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:44:27.163Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T08:44:28.117Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-26T08:44:28.118Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:44:28.118Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-26T08:44:28.118Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-26T08:44:28.118Z] running python rtupdate hooks for python3.6... [2021-04-26T08:44:28.118Z] running python post-rtupdate hooks for python3.6... [2021-04-26T08:44:28.118Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-26T08:44:30.042Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-26T08:44:30.042Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T08:44:30.042Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-26T08:44:30.042Z] Setting up snapd (2.48.3+18.04) ... [2021-04-26T08:44:30.616Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-26T08:44:30.881Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-26T08:44:31.144Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-26T08:44:31.406Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-26T08:44:31.406Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-26T08:44:31.406Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-26T08:44:31.667Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-26T08:44:31.930Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-26T08:44:32.192Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-26T08:44:32.454Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-26T08:44:32.454Z] /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-26T08:44:32.454Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T08:44:32.454Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-26T08:44:33.843Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:44:33.843Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:44:33.843Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:44:36.029Z] Reading package lists... [2021-04-26T08:44:36.029Z] Reading package lists... [2021-04-26T08:44:36.293Z] Building dependency tree... [2021-04-26T08:44:36.293Z] Reading state information... [2021-04-26T08:44:36.293Z] Calculating upgrade... [2021-04-26T08:44:36.562Z] The following packages will be upgraded: [2021-04-26T08:44:36.562Z] advancecomp base-files bash binutils binutils-common [2021-04-26T08:44:36.562Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-26T08:44:36.562Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-26T08:44:36.562Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-26T08:44:36.562Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-26T08:44:36.562Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-26T08:44:36.562Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-26T08:44:36.562Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-26T08:44:36.562Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-26T08:44:36.562Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-26T08:44:36.562Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-26T08:44:36.562Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-26T08:44:36.562Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-26T08:44:36.562Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-26T08:44:36.562Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-26T08:44:36.562Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T08:44:36.562Z] Need to get 64.0 MB of archives. [2021-04-26T08:44:36.562Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-26T08:44:36.562Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-26T08:44:36.825Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-26T08:44:36.825Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-26T08:44:36.825Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-26T08:44:36.825Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-26T08:44:36.825Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-26T08:44:36.825Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-26T08:44:36.825Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-26T08:44:36.825Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-26T08:44:36.825Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-26T08:44:36.825Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-26T08:44:36.825Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-26T08:44:36.825Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-26T08:44:36.825Z] 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-26T08:44:36.825Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-26T08:44:36.825Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-26T08:44:36.825Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-26T08:44:36.825Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-26T08:44:37.091Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-26T08:44:37.091Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-26T08:44:37.091Z] 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-26T08:44:37.091Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-26T08:44:37.091Z] 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-26T08:44:37.091Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-26T08:44:37.091Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-26T08:44:37.091Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-26T08:44:37.091Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-26T08:44:37.091Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-26T08:44:37.091Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-26T08:44:37.091Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-26T08:44:37.091Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-26T08:44:37.091Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-26T08:44:37.091Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-26T08:44:37.091Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-26T08:44:37.091Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-26T08:44:37.091Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-26T08:44:37.091Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-26T08:44:37.091Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-26T08:44:37.091Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-26T08:44:37.091Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-26T08:44:37.091Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-26T08:44:37.091Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-26T08:44:37.091Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-26T08:44:37.091Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-26T08:44:37.091Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-26T08:44:37.091Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-26T08:44:37.091Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-26T08:44:37.091Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-26T08:44:37.091Z] Get:49 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-26T08:44:37.358Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-26T08:44:37.358Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-26T08:44:37.358Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-26T08:44:37.358Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-26T08:44:37.358Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-26T08:44:37.358Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-26T08:44:37.358Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-26T08:44:37.358Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-26T08:44:37.624Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-26T08:44:37.624Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-26T08:44:37.624Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-26T08:44:37.624Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-26T08:44:37.624Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-26T08:44:37.887Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-26T08:44:37.887Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-26T08:44:37.887Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-26T08:44:37.887Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-26T08:44:37.887Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-26T08:44:37.887Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-26T08:44:37.887Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-26T08:44:37.887Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-26T08:44:37.887Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-26T08:44:37.887Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-26T08:44:37.887Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-26T08:44:37.887Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-26T08:44:37.887Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-26T08:44:37.887Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-26T08:44:37.887Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-26T08:44:37.887Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-26T08:44:37.887Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-26T08:44:38.149Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-26T08:44:38.149Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-26T08:44:38.149Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-26T08:44:38.149Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-26T08:44:38.149Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-26T08:44:38.149Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-26T08:44:38.149Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-26T08:44:38.149Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-26T08:44:38.149Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-26T08:44:38.149Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-26T08:44:38.149Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-26T08:44:38.149Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-26T08:44:38.149Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-26T08:44:38.149Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-26T08:44:38.149Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-26T08:44:38.149Z] Get:95 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-26T08:44:38.149Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-26T08:44:38.411Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-26T08:44:38.411Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-26T08:44:38.411Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-26T08:44:38.411Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-26T08:44:38.411Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-26T08:44:38.673Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:44:38.673Z] Fetched 64.0 MB in 2s (36.2 MB/s) [2021-04-26T08:44:38.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:38.673Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:44:38.673Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:44:39.245Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:44:39.517Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:44:39.517Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-26T08:44:39.517Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-26T08:44:40.466Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:40.466Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:44:40.466Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:40.466Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:44:40.728Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:40.729Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:44:40.729Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:40.729Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:44:40.990Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:40.990Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:44:40.990Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:40.990Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:44:41.167Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:44:41.167Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:44:41.167Z] ---> f097a7af4819 [2021-04-26T08:44:41.167Z] Step 3/21 : WORKDIR /edgex-go [2021-04-26T08:44:41.167Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:44:41.167Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:44:41.167Z] ---> f097a7af4819 [2021-04-26T08:44:41.167Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:44:41.167Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:44:41.167Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:44:41.167Z] ---> f097a7af4819 [2021-04-26T08:44:41.167Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:44:41.167Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:44:41.167Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:44:41.167Z] ---> f097a7af4819 [2021-04-26T08:44:41.167Z] Step 3/24 : WORKDIR /edgex-go [2021-04-26T08:44:41.167Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:44:41.167Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:44:41.167Z] ---> f097a7af4819 [2021-04-26T08:44:41.167Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:44:41.167Z] ---> Running in 8a090efe9170 [2021-04-26T08:44:41.167Z] ---> Running in 416abe6f4b0f [2021-04-26T08:44:41.167Z] ---> Running in 11b8f305ee56 [2021-04-26T08:44:41.167Z] ---> Running in e105c89f402a [2021-04-26T08:44:41.167Z] ---> Running in ad61fbe395c0 [2021-04-26T08:44:41.167Z] Removing intermediate container 416abe6f4b0f [2021-04-26T08:44:41.167Z] Removing intermediate container 11b8f305ee56 [2021-04-26T08:44:41.167Z] ---> 3a361a328a9b [2021-04-26T08:44:41.167Z] ---> 37aae1163624 [2021-04-26T08:44:41.167Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:44:41.167Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:44:41.167Z] Removing intermediate container 8a090efe9170 [2021-04-26T08:44:41.167Z] ---> 1f3ebac40412 [2021-04-26T08:44:41.167Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:44:41.167Z] Removing intermediate container ad61fbe395c0 [2021-04-26T08:44:41.167Z] ---> c078c33d3777 [2021-04-26T08:44:41.167Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:44:41.167Z] Removing intermediate container e105c89f402a [2021-04-26T08:44:41.167Z] ---> a90e68e7e60e [2021-04-26T08:44:41.167Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:44:41.167Z] ---> Running in 015579027a1d [2021-04-26T08:44:41.167Z] ---> Running in ef3a0b1130c6 [2021-04-26T08:44:41.167Z] ---> Running in 1fa504271a74 [2021-04-26T08:44:41.167Z] ---> Running in 5c483f735566 [2021-04-26T08:44:41.167Z] ---> Running in 478d1e90d073 [2021-04-26T08:44:41.167Z] Removing intermediate container 015579027a1d [2021-04-26T08:44:41.167Z] ---> 9b8a51c4668e [2021-04-26T08:44:41.167Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-26T08:44:41.167Z] ---> Running in 45ddaedf0c85 [2021-04-26T08:44:41.167Z] Removing intermediate container ef3a0b1130c6 [2021-04-26T08:44:41.167Z] ---> cb5ae0cddd08 [2021-04-26T08:44:41.167Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:44:41.167Z] Removing intermediate container 5c483f735566 [2021-04-26T08:44:41.167Z] ---> 5188616eb8ba [2021-04-26T08:44:41.167Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-26T08:44:41.167Z] ---> Running in d44f31564315 [2021-04-26T08:44:41.167Z] Removing intermediate container 478d1e90d073 [2021-04-26T08:44:41.167Z] ---> 18ae49a5a049 [2021-04-26T08:44:41.167Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-26T08:44:41.167Z] Removing intermediate container 1fa504271a74 [2021-04-26T08:44:41.167Z] ---> 10254f284c2e [2021-04-26T08:44:41.167Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T08:44:41.167Z] ---> Running in 22e8494f81a7 [2021-04-26T08:44:41.167Z] ---> Running in a4622df859e5 [2021-04-26T08:44:41.167Z] ---> Running in 7b6399f3e979 [2021-04-26T08:44:41.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:41.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:41.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:41.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:41.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:41.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:41.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:41.252Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:41.252Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:44:41.252Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:44:41.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:41.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:41.513Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:44:41.513Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:41.513Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-26T08:44:41.513Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:44:41.513Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:44:41.513Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:41.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:44:41.774Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:44:41.774Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:41.774Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:44:41.774Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T08:44:42.003Z] OK: 217 MiB in 51 packages [2021-04-26T08:44:42.003Z] OK: 217 MiB in 51 packages [2021-04-26T08:44:42.035Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T08:44:42.035Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:44:42.279Z] OK: 217 MiB in 51 packages [2021-04-26T08:44:42.301Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:44:42.301Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:44:42.554Z] OK: 217 MiB in 51 packages [2021-04-26T08:44:42.562Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:44:42.823Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-26T08:44:43.085Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T08:44:43.085Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-26T08:44:43.085Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-26T08:44:43.348Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-26T08:44:43.348Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-26T08:44:43.529Z] Removing intermediate container d44f31564315 [2021-04-26T08:44:43.529Z] ---> 62f6b029be51 [2021-04-26T08:44:43.529Z] Step 6/23 : COPY go.mod . [2021-04-26T08:44:43.529Z] OK: 217 MiB in 51 packages [2021-04-26T08:44:43.529Z] Removing intermediate container 22e8494f81a7 [2021-04-26T08:44:43.529Z] ---> 53b0e0fba777 [2021-04-26T08:44:43.529Z] Step 6/24 : COPY go.mod . [2021-04-26T08:44:43.610Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-26T08:44:43.610Z] Installing new version of config file /etc/issue ... [2021-04-26T08:44:43.610Z] Installing new version of config file /etc/issue.net ... [2021-04-26T08:44:43.610Z] Installing new version of config file /etc/lsb-release ... [2021-04-26T08:44:43.610Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-26T08:44:43.872Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-26T08:44:43.872Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-26T08:44:43.872Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-26T08:44:44.128Z] Removing intermediate container a4622df859e5 [2021-04-26T08:44:44.128Z] ---> 53f8ea958e03 [2021-04-26T08:44:44.128Z] Step 6/23 : COPY go.mod . [2021-04-26T08:44:44.128Z] Removing intermediate container 7b6399f3e979 [2021-04-26T08:44:44.128Z] ---> d3e7c3035b81 [2021-04-26T08:44:44.128Z] Step 6/23 : COPY go.mod . [2021-04-26T08:44:44.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:44.134Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-26T08:44:44.134Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-26T08:44:44.134Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-26T08:44:44.396Z] 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-26T08:44:44.396Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:44.396Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:44:44.396Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-26T08:44:44.396Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:44:44.402Z] ---> ff4530103e4e [2021-04-26T08:44:44.402Z] Step 7/23 : RUN go mod download [2021-04-26T08:44:44.402Z] ---> 028be26efb1f [2021-04-26T08:44:44.658Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:44.658Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-26T08:44:44.658Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-26T08:44:44.658Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-26T08:44:44.681Z] Step 7/24 : RUN go mod download [2021-04-26T08:44:44.682Z] ---> Running in 5692f529ac9d [2021-04-26T08:44:44.682Z] ---> Running in cb5963b12b31 [2021-04-26T08:44:44.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:44.920Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-26T08:44:44.920Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T08:44:44.959Z] Removing intermediate container 45ddaedf0c85 [2021-04-26T08:44:44.959Z] ---> a25098258b90 [2021-04-26T08:44:44.959Z] Step 6/21 : COPY go.mod . [2021-04-26T08:44:45.181Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-26T08:44:45.232Z] ---> 3db45df9a94c [2021-04-26T08:44:45.232Z] Step 7/23 : RUN go mod download [2021-04-26T08:44:45.232Z] ---> a8801f145b19 [2021-04-26T08:44:45.232Z] Step 7/23 : RUN go mod download [2021-04-26T08:44:45.442Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:45.442Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:44:45.442Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:44:45.442Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T08:44:45.442Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:45.442Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:44:45.513Z] ---> Running in edfd0a64cc5f [2021-04-26T08:44:45.513Z] ---> Running in a4c250ede461 [2021-04-26T08:44:45.704Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:44:45.704Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-26T08:44:45.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:45.966Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-26T08:44:45.966Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-26T08:44:45.966Z] Setting up grep (3.1-2build1) ... [2021-04-26T08:44:46.119Z] ---> e03fb4ea173c [2021-04-26T08:44:46.119Z] Step 7/21 : RUN go mod download [2021-04-26T08:44:46.228Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:46.228Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-26T08:44:46.228Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-26T08:44:46.228Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-26T08:44:46.390Z] ---> Running in 0df10e9c61ff [2021-04-26T08:44:46.489Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:46.489Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:44:46.489Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:44:46.489Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-26T08:44:46.751Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:46.751Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T08:44:46.751Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:44:47.327Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T08:44:47.327Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:44:47.327Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T08:44:47.327Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:44:47.900Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-26T08:44:48.165Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:48.165Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-26T08:44:48.165Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T08:44:49.016Z] Removing intermediate container 5692f529ac9d [2021-04-26T08:44:49.016Z] ---> 1c226d63f438 [2021-04-26T08:44:49.016Z] Step 8/24 : COPY . . [2021-04-26T08:44:49.112Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-26T08:44:49.112Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-26T08:44:49.373Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-26T08:44:49.373Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-26T08:44:49.373Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-26T08:44:49.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:49.633Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-26T08:44:49.633Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-26T08:44:49.895Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-26T08:44:49.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:49.895Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:44:49.895Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:44:49.998Z] Removing intermediate container cb5963b12b31 [2021-04-26T08:44:49.998Z] ---> 8255835e450b [2021-04-26T08:44:49.998Z] Step 8/23 : COPY . . [2021-04-26T08:44:49.998Z] Removing intermediate container a4c250ede461 [2021-04-26T08:44:49.998Z] ---> 89bc524a3d69 [2021-04-26T08:44:49.998Z] Step 8/23 : COPY . . [2021-04-26T08:44:50.157Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:44:50.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:50.157Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:44:50.157Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:44:50.157Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:44:50.281Z] Removing intermediate container edfd0a64cc5f [2021-04-26T08:44:50.281Z] ---> ac403e469bc3 [2021-04-26T08:44:50.281Z] Step 8/23 : COPY . . [2021-04-26T08:44:50.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:50.420Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:44:50.420Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:44:50.420Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:44:50.558Z] Removing intermediate container 0df10e9c61ff [2021-04-26T08:44:50.559Z] ---> 7bb54cb2c29e [2021-04-26T08:44:50.559Z] Step 8/21 : COPY . . [2021-04-26T08:44:50.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:50.681Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:44:50.681Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:44:50.681Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:44:50.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:50.942Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:44:50.942Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:44:50.942Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:44:50.942Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:44:51.203Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T08:44:51.203Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:51.203Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T08:44:51.203Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:44:51.483Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T08:44:51.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:51.483Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:44:51.483Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:44:51.745Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:44:51.745Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:51.745Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:44:51.745Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:44:51.745Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:44:52.006Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:52.007Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:44:52.007Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:44:52.579Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:44:52.840Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-26T08:44:53.102Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-26T08:44:53.102Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:53.102Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T08:44:53.102Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T08:44:53.395Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:44:53.668Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T08:44:53.668Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-26T08:44:53.668Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T08:44:53.939Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-26T08:44:53.939Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:53.939Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-26T08:44:53.939Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-26T08:44:54.210Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-26T08:44:54.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:54.488Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-26T08:44:54.488Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-26T08:44:54.754Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-26T08:44:54.754Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:54.754Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-26T08:44:54.754Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-26T08:44:55.058Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-26T08:44:55.058Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:55.058Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T08:44:55.058Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:44:55.346Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:44:55.346Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:55.346Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T08:44:55.346Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:44:55.618Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:44:55.618Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:55.618Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T08:44:55.929Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:44:55.929Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:44:56.226Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:56.226Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T08:44:56.226Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T08:44:56.505Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-26T08:44:56.505Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T08:44:56.505Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:44:56.505Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:44:57.078Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T08:44:57.078Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:57.078Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-26T08:44:57.078Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-26T08:44:57.379Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-26T08:44:57.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:57.379Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-26T08:44:57.379Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T08:44:57.642Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T08:44:57.904Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:57.904Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T08:44:57.904Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T08:44:57.904Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T08:44:58.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:58.165Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-26T08:44:58.165Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-26T08:44:58.165Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-26T08:44:58.426Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:58.426Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-26T08:44:58.426Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-26T08:44:58.688Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-26T08:44:58.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:58.949Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T08:44:58.949Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T08:44:59.211Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-26T08:44:59.211Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:59.211Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-26T08:44:59.211Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-26T08:44:59.473Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-26T08:44:59.473Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:59.473Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-26T08:44:59.473Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-26T08:44:59.735Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-26T08:44:59.735Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:59.735Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-26T08:44:59.735Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-26T08:44:59.996Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-26T08:44:59.996Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:44:59.996Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-26T08:44:59.996Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-26T08:45:00.257Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-26T08:45:00.257Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:45:00.257Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-26T08:45:00.257Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-26T08:45:00.518Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-26T08:45:00.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:45:00.518Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-26T08:45:00.518Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-26T08:45:00.777Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-26T08:45:00.777Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:45:00.777Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-26T08:45:00.777Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-26T08:45:01.038Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-26T08:45:01.038Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T08:45:01.038Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-26T08:45:01.038Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-26T08:45:01.302Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-26T08:45:01.302Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-26T08:45:01.302Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-26T08:45:01.302Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-26T08:45:01.565Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-26T08:45:01.565Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-26T08:45:01.827Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-26T08:45:01.827Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-26T08:45:01.827Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-26T08:45:02.088Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-26T08:45:02.349Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-26T08:45:02.349Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-26T08:45:02.612Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-26T08:45:02.612Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-26T08:45:02.875Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-26T08:45:02.875Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-26T08:45:02.875Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-26T08:45:02.875Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-26T08:45:03.139Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-26T08:45:03.139Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-26T08:45:03.139Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-26T08:45:03.139Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-26T08:45:03.405Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-26T08:45:03.405Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-26T08:45:03.666Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-26T08:45:03.666Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-26T08:45:04.608Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-26T08:45:04.608Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-26T08:45:04.608Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-26T08:45:04.608Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-26T08:45:04.608Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:45:04.608Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:45:05.183Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:45:05.183Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:45:05.446Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:45:05.446Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:45:05.446Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T08:45:05.707Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T08:45:05.707Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:45:05.707Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:45:05.969Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:45:05.969Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:45:05.969Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:45:05.969Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:45:06.230Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:45:06.230Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:45:07.175Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:45:07.175Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:45:08.122Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:45:08.122Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:45:09.067Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:45:09.067Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:45:09.329Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:45:09.329Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:45:10.274Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T08:45:10.537Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T08:45:10.537Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T08:45:10.537Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T08:45:10.537Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-26T08:45:10.537Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T08:45:10.800Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-26T08:45:10.800Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T08:45:11.063Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-26T08:45:11.063Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-26T08:45:11.063Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T08:45:11.063Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T08:45:11.324Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T08:45:11.324Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T08:45:11.324Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-26T08:45:11.324Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-26T08:45:11.587Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:45:11.587Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T08:45:11.587Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:45:11.587Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:45:11.587Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:45:11.587Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-26T08:45:11.848Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-26T08:45:11.848Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-26T08:45:11.848Z] [2021-04-26T08:45:11.848Z] Current default time zone: 'Etc/UTC' [2021-04-26T08:45:11.848Z] Local time is now: Mon Apr 26 08:45:11 UTC 2021. [2021-04-26T08:45:11.848Z] Universal Time is now: Mon Apr 26 08:45:11 UTC 2021. [2021-04-26T08:45:11.848Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-26T08:45:11.848Z] [2021-04-26T08:45:11.848Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-26T08:45:12.110Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:45:12.110Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-26T08:45:12.110Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-26T08:45:12.110Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-26T08:45:12.110Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-26T08:45:12.110Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-26T08:45:12.110Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-26T08:45:12.110Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-26T08:45:12.110Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-26T08:45:12.110Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:45:12.373Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-26T08:45:12.635Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:45:12.635Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:45:12.635Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:45:12.635Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-26T08:45:12.635Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-26T08:45:12.635Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-26T08:45:12.635Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-26T08:45:12.635Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-26T08:45:12.896Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-26T08:45:12.897Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:45:12.897Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-26T08:45:14.813Z] Updating certificates in /etc/ssl/certs... [2021-04-26T08:45:15.385Z] 23 added, 27 removed; done. [2021-04-26T08:45:15.385Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-26T08:45:15.385Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T08:45:15.385Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-26T08:45:15.385Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-26T08:45:15.385Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-26T08:45:15.648Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:45:15.648Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:45:15.648Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:45:15.648Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:45:15.648Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:45:15.648Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:45:15.648Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:45:15.648Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-26T08:45:15.909Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:45:15.909Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-26T08:45:15.909Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-26T08:45:15.909Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-26T08:45:15.909Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:45:15.910Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T08:45:15.910Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-26T08:45:15.910Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-26T08:45:16.171Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-26T08:45:16.171Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:45:16.171Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-26T08:45:16.171Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-26T08:45:16.171Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-26T08:45:16.432Z] Updating certificates in /etc/ssl/certs... [2021-04-26T08:45:17.007Z] 0 added, 0 removed; done. [2021-04-26T08:45:17.007Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-26T08:45:17.007Z] done. [2021-04-26T08:45:17.372Z] ---> d0868599b5f3 [2021-04-26T08:45:17.372Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-26T08:45:17.372Z] ---> Running in 5c5170a1fa7d [2021-04-26T08:45:17.372Z] ---> dc7365228de5 [2021-04-26T08:45:17.372Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-26T08:45:17.372Z] ---> 52b652f98905 [2021-04-26T08:45:17.372Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-26T08:45:17.372Z] ---> 9d77990a2ebe [2021-04-26T08:45:17.372Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-26T08:45:17.372Z] ---> cf36f404b07d [2021-04-26T08:45:17.372Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-26T08:45:17.372Z] ---> Running in 0e7748022e6b [2021-04-26T08:45:17.372Z] ---> Running in bcdf1711c6ab [2021-04-26T08:45:17.372Z] ---> Running in 9314377a47f9 [2021-04-26T08:45:17.372Z] ---> Running in ede0de2ccee6 [2021-04-26T08:45:17.578Z] Reading package lists... [2021-04-26T08:45:17.843Z] Building dependency tree... [2021-04-26T08:45:17.843Z] Reading state information... [2021-04-26T08:45:18.107Z] The following NEW packages will be installed: [2021-04-26T08:45:18.107Z] apt-transport-https [2021-04-26T08:45:18.107Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T08:45:18.107Z] Need to get 1692 B of archives. [2021-04-26T08:45:18.107Z] After this operation, 154 kB of additional disk space will be used. [2021-04-26T08:45:18.107Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-26T08:45:18.373Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:45:18.373Z] Fetched 1692 B in 0s (8407 B/s) [2021-04-26T08:45:18.373Z] Selecting previously unselected package apt-transport-https. [2021-04-26T08:45:18.373Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-26T08:45:18.373Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-26T08:45:18.373Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-26T08:45:18.634Z] Setting up apt-transport-https (1.6.13) ... [2021-04-26T08:45:18.837Z] 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-26T08:45:18.837Z] 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-26T08:45:18.898Z] Waiting for network to be ready... [2021-04-26T08:45:19.116Z] 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-26T08:45:19.731Z] 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-26T08:45:19.731Z] 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-26T08:45:25.515Z] 2021-04-26T08:45:22Z INFO Waiting for automatic snapd restart... [2021-04-26T08:45:26.088Z] snapd 2.49.2 from Canonical* installed [2021-04-26T08:45:27.477Z] "snapd" switched to the "latest/stable" channel [2021-04-26T08:45:27.477Z] [2021-04-26T08:45:32.781Z] core18 20210309 from Canonical* installed [2021-04-26T08:45:32.781Z] "core18" switched to the "latest/stable" channel [2021-04-26T08:45:32.781Z] [2021-04-26T08:45:38.074Z] snapcraft 4.6.2 from Canonical* installed [2021-04-26T08:45:38.647Z] "snapcraft" switched to the "latest/stable" channel [2021-04-26T08:45:38.647Z] [2021-04-26T08:45:42.858Z] 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-26T08:45:42.858Z] - README.md [2021-04-26T08:45:42.858Z] [2021-04-26T08:45:42.858Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-26T08:45:49.450Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:45:49.450Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:45:49.450Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:45:49.450Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:45:50.841Z] Reading package lists... [2021-04-26T08:45:51.103Z] 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-26T08:45:57.779Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:45:57.779Z] Reading package lists... [2021-04-26T08:45:57.779Z] Building dependency tree... [2021-04-26T08:45:57.779Z] Reading state information... [2021-04-26T08:45:57.779Z] Suggested packages: [2021-04-26T08:45:57.779Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-26T08:45:57.779Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-26T08:45:57.779Z] Recommended packages: [2021-04-26T08:45:57.779Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-26T08:45:57.779Z] The following NEW packages will be installed: [2021-04-26T08:45:57.779Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-26T08:45:57.779Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-26T08:45:57.779Z] pkg-config zip [2021-04-26T08:45:57.779Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T08:45:57.779Z] Need to get 7663 kB of archives. [2021-04-26T08:45:57.779Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-26T08:45:57.779Z] 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-26T08:45:57.779Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-26T08:45:58.045Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-26T08:45:58.045Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-26T08:45:58.306Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-26T08:45:58.306Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-26T08:45:58.306Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-26T08:45:58.306Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-26T08:45:58.306Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-26T08:45:58.306Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-26T08:45:58.566Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-26T08:45:58.566Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-26T08:45:58.566Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-26T08:45:58.827Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-26T08:45:58.827Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-26T08:45:58.827Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T08:45:58.827Z] Fetched 7663 kB in 1s (7352 kB/s) [2021-04-26T08:45:59.087Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-26T08:45:59.087Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-26T08:45:59.087Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-26T08:45:59.087Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-26T08:45:59.347Z] Selecting previously unselected package libpsl5:amd64. [2021-04-26T08:45:59.347Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-26T08:45:59.347Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-26T08:45:59.347Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-26T08:45:59.347Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-26T08:45:59.347Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-26T08:45:59.347Z] Selecting previously unselected package librtmp1:amd64. [2021-04-26T08:45:59.347Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-26T08:45:59.347Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-26T08:45:59.607Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-26T08:45:59.607Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-26T08:45:59.607Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-26T08:45:59.607Z] Selecting previously unselected package liberror-perl. [2021-04-26T08:45:59.607Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-26T08:45:59.607Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-26T08:45:59.607Z] Selecting previously unselected package git-man. [2021-04-26T08:45:59.607Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-26T08:45:59.607Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:45:59.867Z] Selecting previously unselected package git. [2021-04-26T08:45:59.867Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-26T08:45:59.867Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:46:00.807Z] Selecting previously unselected package libnorm1:amd64. [2021-04-26T08:46:00.807Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-26T08:46:00.807Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-26T08:46:00.807Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-26T08:46:00.807Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-26T08:46:00.807Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-26T08:46:00.807Z] Selecting previously unselected package libsodium23:amd64. [2021-04-26T08:46:00.807Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-26T08:46:01.066Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-26T08:46:01.066Z] Selecting previously unselected package libzmq5:amd64. [2021-04-26T08:46:01.066Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-26T08:46:01.066Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:46:01.066Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-26T08:46:01.066Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-26T08:46:01.066Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:46:01.327Z] Selecting previously unselected package pkg-config. [2021-04-26T08:46:01.327Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-26T08:46:01.327Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-26T08:46:01.327Z] Selecting previously unselected package zip. [2021-04-26T08:46:01.327Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-26T08:46:01.327Z] Unpacking zip (3.0-11build1) ... [2021-04-26T08:46:01.588Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-26T08:46:01.588Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:46:01.588Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-26T08:46:01.588Z] Setting up liberror-perl (0.17025-1) ... [2021-04-26T08:46:01.588Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-26T08:46:01.588Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-26T08:46:01.588Z] No schema files found: doing nothing. [2021-04-26T08:46:01.588Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-26T08:46:01.588Z] Setting up zip (3.0-11build1) ... [2021-04-26T08:46:01.849Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-26T08:46:01.849Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-26T08:46:01.849Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-26T08:46:01.849Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:46:01.849Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-26T08:46:01.849Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T08:46:01.849Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-26T08:46:01.849Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T08:46:08.446Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:46:08.708Z] git set to automatically installed. [2021-04-26T08:46:08.708Z] git-man set to automatically installed. [2021-04-26T08:46:08.708Z] libcurl3-gnutls set to automatically installed. [2021-04-26T08:46:08.708Z] liberror-perl set to automatically installed. [2021-04-26T08:46:08.708Z] libglib2.0-0 set to automatically installed. [2021-04-26T08:46:08.708Z] libnghttp2-14 set to automatically installed. [2021-04-26T08:46:08.708Z] libnorm1 set to automatically installed. [2021-04-26T08:46:08.708Z] libpgm-5.2-0 set to automatically installed. [2021-04-26T08:46:08.708Z] libpsl5 set to automatically installed. [2021-04-26T08:46:08.708Z] librtmp1 set to automatically installed. [2021-04-26T08:46:08.708Z] libsodium23 set to automatically installed. [2021-04-26T08:46:08.708Z] libzmq3-dev set to automatically installed. [2021-04-26T08:46:08.708Z] libzmq5 set to automatically installed. [2021-04-26T08:46:08.708Z] pkg-config set to automatically installed. [2021-04-26T08:46:08.708Z] zip set to automatically installed. [2021-04-26T08:46:10.625Z] snapd is not logged in, snap install commands will use sudo [2021-04-26T08:46:17.215Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:46:17.787Z] snap "core18" has no updates available [2021-04-26T08:46:19.702Z] snapd is not logged in, snap install commands will use sudo [2021-04-26T08:46:26.294Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T08:46:44.426Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-26T08:46:44.426Z] Pulling go-build-helper [2021-04-26T08:46:44.426Z] + snapcraftctl pull [2021-04-26T08:46:45.812Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-26T08:46:45.812Z] Skipping pull go-build-helper (already ran) [2021-04-26T08:46:45.812Z] Building go-build-helper [2021-04-26T08:46:45.812Z] + snapcraftctl build [2021-04-26T08:46:48.362Z] Staging go-build-helper [2021-04-26T08:46:48.362Z] + snapcraftctl stage [2021-04-26T08:47:03.285Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-26T08:47:03.285Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-26T08:47:03.285Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-26T08:47:03.285Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-26T08:47:03.285Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-26T08:47:03.285Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-26T08:47:03.285Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-26T08:47:03.285Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-26T08:47:03.285Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-26T08:47:03.285Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-26T08:47:03.285Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-26T08:47:03.285Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-26T08:47:03.285Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-26T08:47:03.285Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-26T08:47:03.285Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-26T08:47:03.285Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-26T08:47:03.285Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-26T08:47:03.285Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-26T08:47:03.285Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-26T08:47:03.285Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-26T08:47:03.285Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-26T08:47:03.285Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-26T08:47:03.285Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-26T08:47:03.285Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-26T08:47:03.285Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-26T08:47:03.285Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-26T08:47:03.285Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-26T08:47:03.285Z] Fetched 24.4 MB in 6s (4020 kB/s) [2021-04-26T08:47:03.285Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-26T08:47:03.285Z] Fetched 224 kB in 0s (0 B/s) [2021-04-26T08:47:03.285Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-26T08:47:03.285Z] Fetched 157 kB in 0s (0 B/s) [2021-04-26T08:47:03.285Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-26T08:47:03.285Z] Fetched 221 kB in 0s (0 B/s) [2021-04-26T08:47:03.285Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-26T08:47:03.285Z] Fetched 143 kB in 0s (0 B/s) [2021-04-26T08:47:03.285Z] Pulling app-service-config [2021-04-26T08:47:03.285Z] + snapcraftctl pull [2021-04-26T08:47:03.285Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-26T08:47:03.546Z] Pulling config-common [2021-04-26T08:47:03.546Z] + snapcraftctl pull [2021-04-26T08:47:08.837Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:47:08.837Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:47:08.837Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:47:08.837Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:47:08.837Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-26T08:47:08.837Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:47:08.837Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-26T08:47:08.837Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:47:08.837Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-26T08:47:08.837Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:47:08.837Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-26T08:47:08.837Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:47:08.837Z] Pulling edgex-go [2021-04-26T08:47:08.837Z] + snapcraftctl pull [2021-04-26T08:47:11.607Z] 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-26T08:47:11.607Z] 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-26T08:47:24.045Z] Removing intermediate container 5c5170a1fa7d [2021-04-26T08:47:24.046Z] ---> d22a87e3eb3e [2021-04-26T08:47:24.046Z] [2021-04-26T08:47:24.046Z] Step 10/24 : FROM alpine:3.12 [2021-04-26T08:47:24.046Z] 3.12: Pulling from library/alpine [2021-04-26T08:47:24.320Z] Removing intermediate container 0e7748022e6b [2021-04-26T08:47:24.320Z] ---> 56682a1f8729 [2021-04-26T08:47:24.320Z] [2021-04-26T08:47:24.320Z] Step 10/21 : FROM alpine:3.12 [2021-04-26T08:47:24.320Z] Removing intermediate container 9314377a47f9 [2021-04-26T08:47:24.320Z] ---> efefd133b564 [2021-04-26T08:47:24.320Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-26T08:47:24.320Z] 3.12: Pulling from library/alpine [2021-04-26T08:47:24.597Z] ---> Running in dca3d2b8ce08 [2021-04-26T08:47:25.579Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:47:25.579Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T08:47:25.579Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T08:47:25.579Z] ---> 9852663dfa18 [2021-04-26T08:47:25.579Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T08:47:25.579Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec ---> 9852663dfa18 [2021-04-26T08:47:25.579Z] [2021-04-26T08:47:25.579Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-26T08:47:26.181Z] ---> Running in fdbe4d402edc [2021-04-26T08:47:26.181Z] ---> Running in a73b8691c6d6 [2021-04-26T08:47:27.164Z] 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-26T08:47:28.150Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:28.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:28.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:28.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:29.301Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-26T08:47:29.301Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-26T08:47:29.301Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:47:29.301Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-26T08:47:29.301Z] (4/6) Installing curl (7.76.1-r0) [2021-04-26T08:47:29.301Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:47:29.301Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:47:29.301Z] (6/6) Installing su-exec (0.2-r1) [2021-04-26T08:47:29.301Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-26T08:47:29.301Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:47:29.301Z] (4/4) Installing curl (7.76.1-r0) [2021-04-26T08:47:29.301Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:47:29.301Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:47:29.581Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:47:29.581Z] Removing intermediate container bcdf1711c6ab [2021-04-26T08:47:29.581Z] ---> 66ca93ab7b6d [2021-04-26T08:47:29.581Z] [2021-04-26T08:47:29.581Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:47:29.582Z] ---> 9852663dfa18 [2021-04-26T08:47:29.582Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:47:29.855Z] OK: 7 MiB in 20 packages [2021-04-26T08:47:29.855Z] OK: 7 MiB in 18 packages [2021-04-26T08:47:30.857Z] ---> Running in 36eedd8d0e12 [2021-04-26T08:47:32.848Z] Removing intermediate container a73b8691c6d6 [2021-04-26T08:47:32.848Z] ---> 063fabd4e648 [2021-04-26T08:47:32.848Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:47:33.133Z] Removing intermediate container dca3d2b8ce08 [2021-04-26T08:47:33.133Z] ---> 4389b074c18d [2021-04-26T08:47:33.133Z] [2021-04-26T08:47:33.133Z] Step 11/23 : FROM docker:20.10.0 [2021-04-26T08:47:33.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:33.133Z] ---> Running in a590d68c13ae [2021-04-26T08:47:33.133Z] 20.10.0: Pulling from library/docker [2021-04-26T08:47:33.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:33.407Z] Removing intermediate container fdbe4d402edc [2021-04-26T08:47:33.407Z] ---> 6c5b8b4f1910 [2021-04-26T08:47:33.407Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T08:47:34.010Z] ---> Running in e1a0be7ce188 [2021-04-26T08:47:34.010Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T08:47:34.010Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:47:34.010Z] OK: 5 MiB in 15 packages [2021-04-26T08:47:34.010Z] Removing intermediate container a590d68c13ae [2021-04-26T08:47:34.010Z] ---> a58386fba933 [2021-04-26T08:47:34.010Z] Step 13/24 : WORKDIR / [2021-04-26T08:47:35.013Z] ---> Running in 0d969657c024 [2021-04-26T08:47:35.454Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T08:47:35.454Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T08:47:35.454Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T08:47:35.454Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-26T08:47:35.454Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-26T08:47:35.454Z] Fetched 279 kB in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-26T08:47:35.454Z] Fetched 122 kB in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-26T08:47:35.454Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-26T08:47:35.454Z] Fetched 8848 B in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-26T08:47:35.454Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-26T08:47:35.454Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-26T08:47:35.454Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-26T08:47:35.454Z] Fetched 219 kB in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-26T08:47:35.454Z] Fetched 154 kB in 0s (0 B/s) [2021-04-26T08:47:35.454Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-26T08:47:35.455Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-26T08:47:35.455Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-26T08:47:35.455Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-26T08:47:35.455Z] Fetched 499 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-26T08:47:35.455Z] Fetched 111 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-26T08:47:35.455Z] Fetched 240 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-26T08:47:35.455Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-26T08:47:35.455Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-26T08:47:35.455Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-26T08:47:35.455Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-26T08:47:35.455Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-26T08:47:35.455Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-26T08:47:35.455Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-26T08:47:35.455Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-26T08:47:35.455Z] Fetched 8720 B in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-26T08:47:35.455Z] Fetched 137 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-26T08:47:35.455Z] Fetched 119 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-26T08:47:35.455Z] Fetched 110 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-26T08:47:35.455Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-26T08:47:35.455Z] Fetched 645 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-26T08:47:35.455Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-26T08:47:35.455Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-26T08:47:35.455Z] Fetched 368 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-26T08:47:35.455Z] Fetched 187 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-26T08:47:35.455Z] Fetched 175 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-26T08:47:35.455Z] Fetched 206 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-26T08:47:35.455Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-26T08:47:35.455Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-26T08:47:35.455Z] Fetched 159 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-26T08:47:35.455Z] Fetched 107 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-26T08:47:35.455Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-26T08:47:35.455Z] Pulling static-packages [2021-04-26T08:47:35.455Z] + snapcraftctl pull [2021-04-26T08:47:35.455Z] Pulling version [2021-04-26T08:47:35.455Z] + cd /root/project [2021-04-26T08:47:35.455Z] + [ -f VERSION ] [2021-04-26T08:47:35.455Z] + PROJECT_VERSION=local-dev [2021-04-26T08:47:35.455Z] + git rev-parse --short HEAD [2021-04-26T08:47:35.455Z] + GIT_REVISION=5d161f58 [2021-04-26T08:47:35.455Z] + snapcraftctl set-version local-dev [2021-04-26T08:47:35.455Z] Skipping build go-build-helper (already ran) [2021-04-26T08:47:35.455Z] Building app-service-config [2021-04-26T08:47:35.455Z] + make build [2021-04-26T08:47:35.455Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-26T08:47:36.032Z] Removing intermediate container e1a0be7ce188 [2021-04-26T08:47:36.032Z] ---> 5ebbe3eeb613 [2021-04-26T08:47:36.032Z] Step 13/21 : WORKDIR /edgex [2021-04-26T08:47:36.333Z] Removing intermediate container 0d969657c024 [2021-04-26T08:47:36.333Z] ---> 2baa94f48f35 [2021-04-26T08:47:36.333Z] 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-26T08:47:36.931Z] ---> Running in 4755226dd8e3 [2021-04-26T08:47:37.203Z] Removing intermediate container 36eedd8d0e12 [2021-04-26T08:47:37.203Z] ---> 249ce30b8e56 [2021-04-26T08:47:37.203Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:47:37.373Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-26T08:47:37.373Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-26T08:47:37.373Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-26T08:47:37.373Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-26T08:47:37.477Z] ---> 5c5a61303e85 [2021-04-26T08:47:37.477Z] 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-26T08:47:37.634Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-26T08:47:37.635Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-26T08:47:37.635Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-26T08:47:37.635Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-26T08:47:37.635Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-26T08:47:37.635Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-26T08:47:37.635Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-26T08:47:37.635Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-26T08:47:37.635Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-26T08:47:37.635Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-26T08:47:37.635Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-26T08:47:37.635Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-26T08:47:37.750Z] ---> Running in 2846d8b8bc99 [2021-04-26T08:47:37.750Z] Removing intermediate container ede0de2ccee6 [2021-04-26T08:47:37.750Z] ---> 92c7dff63c92 [2021-04-26T08:47:37.750Z] [2021-04-26T08:47:37.750Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:47:37.750Z] ---> 9852663dfa18 [2021-04-26T08:47:37.750Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:47:37.750Z] ---> Using cache [2021-04-26T08:47:37.750Z] ---> 249ce30b8e56 [2021-04-26T08:47:37.750Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:47:37.896Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-26T08:47:37.896Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-26T08:47:37.896Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-26T08:47:37.896Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-26T08:47:37.896Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-26T08:47:37.896Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-26T08:47:37.896Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-26T08:47:38.024Z] Removing intermediate container 4755226dd8e3 [2021-04-26T08:47:38.024Z] ---> fdb47093815b [2021-04-26T08:47:38.024Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-26T08:47:38.024Z] ---> Running in 393ea5049143 [2021-04-26T08:47:38.157Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-26T08:47:38.157Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-26T08:47:38.157Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-26T08:47:38.157Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-26T08:47:38.157Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-26T08:47:38.157Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-26T08:47:38.158Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-26T08:47:38.158Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-26T08:47:38.158Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-26T08:47:38.300Z] Removing intermediate container 2846d8b8bc99 [2021-04-26T08:47:38.300Z] ---> f38aa605b12e [2021-04-26T08:47:38.300Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-26T08:47:38.435Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-26T08:47:38.435Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-26T08:47:38.435Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-26T08:47:38.435Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-26T08:47:38.435Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-26T08:47:38.435Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-26T08:47:38.435Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-26T08:47:38.435Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-26T08:47:38.435Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-26T08:47:38.435Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-26T08:47:38.435Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-26T08:47:38.435Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-26T08:47:38.435Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-26T08:47:39.468Z] ---> faec2ea22fe9 [2021-04-26T08:47:39.468Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-26T08:47:39.468Z] ---> Running in ff420d63da07 [2021-04-26T08:47:39.468Z] Removing intermediate container 393ea5049143 [2021-04-26T08:47:39.468Z] ---> 47dc4bd156b5 [2021-04-26T08:47:39.468Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-26T08:47:39.468Z] ---> c89d64defbea [2021-04-26T08:47:39.468Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-26T08:47:39.748Z] ---> Running in ebb25395b0ca [2021-04-26T08:47:39.748Z] Removing intermediate container ff420d63da07 [2021-04-26T08:47:39.748Z] ---> 96d1e156cc74 [2021-04-26T08:47:39.748Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:47:40.347Z] ---> a98df6c3a8ed [2021-04-26T08:47:40.347Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-26T08:47:40.630Z] ---> Running in 027ca7742c4a [2021-04-26T08:47:41.231Z] Removing intermediate container ebb25395b0ca [2021-04-26T08:47:41.231Z] ---> dd8fc277cfe1 [2021-04-26T08:47:41.231Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T08:47:41.505Z] ---> 2f99f2f84220 [2021-04-26T08:47:41.505Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-26T08:47:41.505Z] ---> Running in 81291a4da87c [2021-04-26T08:47:41.788Z] Removing intermediate container 027ca7742c4a [2021-04-26T08:47:41.788Z] ---> 9be8f1eccc74 [2021-04-26T08:47:41.788Z] Step 15/23 : WORKDIR / [2021-04-26T08:47:42.072Z] ---> 33233a33092b [2021-04-26T08:47:42.072Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-26T08:47:42.072Z] ---> Running in 407909fc079a [2021-04-26T08:47:42.346Z] Removing intermediate container 81291a4da87c [2021-04-26T08:47:42.346Z] ---> 6b27c756abb6 [2021-04-26T08:47:42.346Z] Step 15/23 : WORKDIR / [2021-04-26T08:47:42.943Z] ---> Running in 24cf4273fa47 [2021-04-26T08:47:43.554Z] Removing intermediate container 407909fc079a [2021-04-26T08:47:43.554Z] ---> 7dfbea46e73d [2021-04-26T08:47:43.554Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:47:44.152Z] Removing intermediate container 24cf4273fa47 [2021-04-26T08:47:44.152Z] ---> ac66c82d6f6d [2021-04-26T08:47:44.152Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:47:44.152Z] ---> 27b753c484b1 [2021-04-26T08:47:44.152Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-26T08:47:44.506Z] ---> 58e13740c691 [2021-04-26T08:47:44.506Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-26T08:47:44.506Z] ---> Running in 00029d96e437 [2021-04-26T08:47:44.828Z] ---> b1f2d39bcb5f [2021-04-26T08:47:44.828Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-26T08:47:45.150Z] Removing intermediate container 00029d96e437 [2021-04-26T08:47:45.150Z] ---> 37f18f50ca41 [2021-04-26T08:47:45.150Z] Step 18/21 : CMD ["--init=true"] [2021-04-26T08:47:45.791Z] ---> Running in bb9025c69358 [2021-04-26T08:47:45.791Z] ---> e467b76dd639 [2021-04-26T08:47:45.791Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-26T08:47:46.076Z] ---> cf0ed299b876 [2021-04-26T08:47:46.077Z] 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-26T08:47:46.686Z] ---> Running in 1c3e1ba262d3 [2021-04-26T08:47:46.686Z] Removing intermediate container bb9025c69358 [2021-04-26T08:47:46.686Z] ---> 1f9ccf6d3513 [2021-04-26T08:47:46.686Z] Step 19/21 : LABEL arch=arm64 [2021-04-26T08:47:47.307Z] ---> Running in cf0b44f8375e [2021-04-26T08:47:47.583Z] ---> 931a1bd7b680 [2021-04-26T08:47:47.583Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-26T08:47:48.182Z] Removing intermediate container cf0b44f8375e [2021-04-26T08:47:48.182Z] ---> 8927de738c17 [2021-04-26T08:47:48.182Z] Step 20/21 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:47:48.182Z] ---> f4dcc001ef77 [2021-04-26T08:47:48.182Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-26T08:47:48.458Z] ---> Running in 9c90f3c413a0 [2021-04-26T08:47:48.733Z] ---> ae8542d87a80 [2021-04-26T08:47:48.733Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-26T08:47:49.006Z] ---> Running in 955a6b6e1c85 [2021-04-26T08:47:49.282Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-26T08:47:49.282Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-26T08:47:49.282Z] ---> eeaf43b92773 [2021-04-26T08:47:49.282Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:47:49.282Z] Removing intermediate container 9c90f3c413a0 [2021-04-26T08:47:49.282Z] ---> 2f10d25c1748 [2021-04-26T08:47:49.282Z] Step 21/21 : LABEL version=0.0.0 [2021-04-26T08:47:49.555Z] ---> Running in 23972d3c8a53 [2021-04-26T08:47:49.555Z] ---> Running in a20971a0dcb9 [2021-04-26T08:47:49.555Z] ---> 1f1f2d7c3d89 [2021-04-26T08:47:49.555Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-26T08:47:49.829Z] ---> Running in 697cab576537 [2021-04-26T08:47:49.829Z] Removing intermediate container 955a6b6e1c85 [2021-04-26T08:47:49.829Z] ---> 26392cd0c297 [2021-04-26T08:47:49.829Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:47:49.829Z] Removing intermediate container 1c3e1ba262d3 [2021-04-26T08:47:49.829Z] ---> 182d9439fd6e [2021-04-26T08:47:49.829Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-26T08:47:50.101Z] ---> Running in 553d0688939f [2021-04-26T08:47:50.101Z] ---> Running in c9e8cb8c18b9 [2021-04-26T08:47:50.101Z] Removing intermediate container a20971a0dcb9 [2021-04-26T08:47:50.102Z] ---> eca549ae4bbf [2021-04-26T08:47:50.102Z] [2021-04-26T08:47:50.374Z] Removing intermediate container 23972d3c8a53 [2021-04-26T08:47:50.374Z] ---> 5b4c20a4a56e [2021-04-26T08:47:50.374Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-26T08:47:50.374Z] Removing intermediate container 697cab576537 [2021-04-26T08:47:50.374Z] ---> fa278f5e90b9 [2021-04-26T08:47:50.374Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:47:50.647Z] ---> Running in 2210931289c1 [2021-04-26T08:47:50.647Z] Successfully built eca549ae4bbf [2021-04-26T08:47:50.647Z] ---> Running in 494e22a09d2f [2021-04-26T08:47:50.647Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-26T08:47:50.647Z] Building docker-core-data-go [2021-04-26T08:47:50.925Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c9e8cb8c18b9 [2021-04-26T08:47:50.925Z] ---> fefadee990bc [2021-04-26T08:47:50.925Z] Step 22/24 : LABEL arch=arm64 [2021-04-26T08:47:50.925Z] Removing intermediate container 553d0688939f [2021-04-26T08:47:50.925Z] ---> e96e85161f0d [2021-04-26T08:47:50.925Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:47:51.199Z] ---> Running in 8725e34f7853 [2021-04-26T08:47:51.199Z] ---> Running in a5bff8561a82 [2021-04-26T08:47:51.450Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-26T08:47:51.450Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-26T08:47:51.450Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-26T08:47:51.450Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-26T08:47:51.450Z] Building config-common [2021-04-26T08:47:51.450Z] + snapcraftctl build [2021-04-26T08:47:51.474Z] Removing intermediate container 494e22a09d2f [2021-04-26T08:47:51.474Z] ---> 1f7aafea76eb [2021-04-26T08:47:51.474Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:47:51.474Z] ---> Running in 378eaf5b398d [2021-04-26T08:47:52.082Z] Removing intermediate container 8725e34f7853 [2021-04-26T08:47:52.082Z] ---> 790d3a33132d [2021-04-26T08:47:52.082Z] Step 23/24 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:47:52.082Z] Removing intermediate container a5bff8561a82 [2021-04-26T08:47:52.082Z] ---> 2967168eb16a [2021-04-26T08:47:52.082Z] Step 22/23 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:47:52.082Z] ---> Running in 1a12e3eec301 [2021-04-26T08:47:52.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:52.082Z] ---> Running in 8afc14e5d3fc [2021-04-26T08:47:52.365Z] Removing intermediate container 378eaf5b398d [2021-04-26T08:47:52.365Z] ---> 818d3045ab90 [2021-04-26T08:47:52.365Z] Step 22/23 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:47:52.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:47:52.974Z] ---> Running in 50aa7e5966e4 [2021-04-26T08:47:52.974Z] (1/39) Installing readline (8.0.4-r0) [2021-04-26T08:47:52.974Z] (2/39) Installing bash (5.0.17-r0) [2021-04-26T08:47:53.277Z] Executing bash-5.0.17-r0.post-install [2021-04-26T08:47:53.277Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T08:47:53.277Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-26T08:47:53.277Z] (5/39) Installing curl (7.76.1-r0) [2021-04-26T08:47:53.277Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-26T08:47:53.277Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-26T08:47:53.277Z] (8/39) Installing expat (2.2.9-r1) [2021-04-26T08:47:53.277Z] (9/39) Installing libffi (3.3-r2) [2021-04-26T08:47:53.277Z] (10/39) Installing gdbm (1.13-r1) [2021-04-26T08:47:53.277Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-26T08:47:53.277Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-26T08:47:53.277Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-26T08:47:53.277Z] Removing intermediate container 1a12e3eec301 [2021-04-26T08:47:53.277Z] ---> 458bc3d7ec5c [2021-04-26T08:47:53.277Z] Step 24/24 : LABEL version=0.0.0 [2021-04-26T08:47:53.277Z] Removing intermediate container 8afc14e5d3fc [2021-04-26T08:47:53.277Z] ---> 1640ebd52218 [2021-04-26T08:47:53.277Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:47:54.003Z] Building edgex-go [2021-04-26T08:47:54.259Z] Removing intermediate container 50aa7e5966e4 [2021-04-26T08:47:54.260Z] ---> a634556b8b59 [2021-04-26T08:47:54.260Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:47:54.872Z] ---> Running in 46aaafb11d9f [2021-04-26T08:47:54.872Z] ---> Running in 1f5da358ed7e [2021-04-26T08:47:54.947Z] + cd /root/parts/edgex-go/src [2021-04-26T08:47:54.947Z] + make build [2021-04-26T08:47:54.947Z] 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-26T08:47:55.150Z] ---> Running in 4a4242541116 [2021-04-26T08:47:55.150Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-26T08:47:55.150Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-26T08:47:55.151Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-26T08:47:55.151Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-26T08:47:55.151Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-26T08:47:55.151Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-26T08:47:55.207Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-04-26T08:47:55.208Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-26T08:47:55.208Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-26T08:47:55.208Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-26T08:47:55.208Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-26T08:47:55.208Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-26T08:47:55.427Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-26T08:47:55.427Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-26T08:47:55.427Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-26T08:47:55.427Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-26T08:47:55.427Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-26T08:47:55.481Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-26T08:47:55.481Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-26T08:47:55.481Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-26T08:47:55.481Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-26T08:47:55.481Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-26T08:47:55.481Z] go: downloading golang.org/x/text v0.3.2 [2021-04-26T08:47:55.708Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-26T08:47:55.708Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-26T08:47:55.708Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-26T08:47:55.708Z] Removing intermediate container 46aaafb11d9f [2021-04-26T08:47:55.708Z] ---> 485aa53f92b9 [2021-04-26T08:47:55.709Z] [2021-04-26T08:47:55.709Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-26T08:47:55.709Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-26T08:47:55.709Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-26T08:47:55.709Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-26T08:47:55.709Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-26T08:47:55.709Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-26T08:47:55.709Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-26T08:47:55.709Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-26T08:47:55.709Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-26T08:47:55.709Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-26T08:47:55.709Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-26T08:47:55.709Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-26T08:47:55.991Z] Removing intermediate container 1f5da358ed7e [2021-04-26T08:47:55.991Z] ---> ee42b480df89 [2021-04-26T08:47:55.991Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T08:47:55.991Z] [2021-04-26T08:47:55.991Z] OK: 72 MiB in 59 packages [2021-04-26T08:47:56.278Z] Successfully built 485aa53f92b9 [2021-04-26T08:47:56.278Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-26T08:47:56.278Z] Building docker-support-notifications-go [2021-04-26T08:47:56.278Z]  Building docker-core-command-go ... done Removing intermediate container 4a4242541116 [2021-04-26T08:47:56.278Z] ---> 257e7555cf1c [2021-04-26T08:47:56.278Z] [2021-04-26T08:47:56.555Z] Successfully built ee42b480df89 [2021-04-26T08:47:56.555Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-26T08:47:56.555Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-04-26T08:47:56.826Z] Successfully built 257e7555cf1c [2021-04-26T08:47:56.826Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-26T08:47:56.826Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-04-26T08:48:00.204Z] Collecting docker-compose==1.23.2 [2021-04-26T08:48:00.204Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-26T08:48:01.638Z] Collecting PyYAML<4,>=3.10 [2021-04-26T08:48:01.638Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-26T08:48:02.081Z] 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-26T08:48:02.081Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-26T08:48:05.945Z] Collecting docker<4.0,>=3.6.0 [2021-04-26T08:48:05.945Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-26T08:48:06.545Z] Collecting cached-property<2,>=1.2.0 [2021-04-26T08:48:06.545Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-26T08:48:06.545Z] 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-26T08:48:06.819Z] Collecting texttable<0.10,>=0.9.0 [2021-04-26T08:48:06.819Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-26T08:48:07.375Z] 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-26T08:48:09.294Z] 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-26T08:48:09.444Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-26T08:48:09.445Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-26T08:48:11.211Z] 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-26T08:48:11.416Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-26T08:48:11.690Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-26T08:48:11.782Z] 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-26T08:48:11.782Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-26T08:48:12.044Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-26T08:48:12.044Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-26T08:48:12.044Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-26T08:48:13.140Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-26T08:48:13.140Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-26T08:48:13.413Z] Collecting docopt<0.7,>=0.6.1 [2021-04-26T08:48:13.413Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-26T08:48:13.962Z] 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-26T08:48:13.962Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-26T08:48:13.962Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-26T08:48:15.875Z] 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-26T08:48:16.032Z] Collecting jsonschema<3,>=2.5.1 [2021-04-26T08:48:16.032Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-26T08:48:16.626Z] Collecting docker-pycreds>=0.4.0 [2021-04-26T08:48:16.626Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-26T08:48:17.261Z] 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-26T08:48:17.605Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-26T08:48:17.605Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-26T08:48:17.605Z] 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-26T08:48:17.877Z] Collecting idna<2.8,>=2.5 [2021-04-26T08:48:17.877Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-26T08:48:17.877Z] 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-26T08:48:17.877Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-26T08:48:17.877Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-26T08:48:17.877Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-26T08:48:17.877Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-26T08:48:18.662Z] 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-26T08:48:18.852Z] Installing collected packages: PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, cached-property, texttable, dockerpty, docopt, jsonschema, docker-compose [2021-04-26T08:48:18.852Z] Running setup.py install for PyYAML: started [2021-04-26T08:48:20.068Z] 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-26T08:48:20.068Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-26T08:48:21.455Z] 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-26T08:48:21.455Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-26T08:48:21.471Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-26T08:48:21.471Z] Attempting uninstall: urllib3 [2021-04-26T08:48:21.471Z] Found existing installation: urllib3 1.25.9 [2021-04-26T08:48:21.471Z] Uninstalling urllib3-1.25.9: [2021-04-26T08:48:21.471Z] Successfully uninstalled urllib3-1.25.9 [2021-04-26T08:48:22.064Z] Attempting uninstall: idna [2021-04-26T08:48:22.064Z] Found existing installation: idna 2.9 [2021-04-26T08:48:22.064Z] Uninstalling idna-2.9: [2021-04-26T08:48:22.337Z] Successfully uninstalled idna-2.9 [2021-04-26T08:48:22.930Z] Attempting uninstall: requests [2021-04-26T08:48:22.930Z] Found existing installation: requests 2.23.0 [2021-04-26T08:48:22.930Z] Uninstalling requests-2.23.0: [2021-04-26T08:48:22.930Z] Successfully uninstalled requests-2.23.0 [2021-04-26T08:48:24.006Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-26T08:48:24.006Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-26T08:48:24.006Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-26T08:48:24.006Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-26T08:48:24.006Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-26T08:48:24.006Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-26T08:48:24.006Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-26T08:48:24.006Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-26T08:48:24.006Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-26T08:48:24.006Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-26T08:48:24.006Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-26T08:48:24.006Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-26T08:48:24.267Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-26T08:48:24.267Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-26T08:48:24.267Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-26T08:48:24.267Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-26T08:48:24.267Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-26T08:48:24.267Z] + 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-26T08:48:24.267Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-26T08:48:24.267Z] + 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-26T08:48:24.267Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-26T08:48:24.267Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-26T08:48:24.267Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-26T08:48:24.267Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-26T08:48:24.267Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-26T08:48:24.267Z] + 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-26T08:48:24.363Z] Running setup.py install for texttable: started [2021-04-26T08:48:26.338Z] Running setup.py install for texttable: finished with status 'done' [2021-04-26T08:48:26.338Z] Running setup.py install for dockerpty: started [2021-04-26T08:48:27.569Z] Building static-packages [2021-04-26T08:48:27.569Z] + snapcraftctl build [2021-04-26T08:48:28.974Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-26T08:48:28.974Z] Running setup.py install for docopt: started [2021-04-26T08:48:30.869Z] Building version [2021-04-26T08:48:30.869Z] + snapcraftctl build [2021-04-26T08:48:31.631Z] Running setup.py install for docopt: finished with status 'done' [2021-04-26T08:48:32.633Z] 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-26T08:48:33.413Z] Skipping stage go-build-helper (already ran) [2021-04-26T08:48:33.413Z] Staging app-service-config [2021-04-26T08:48:33.413Z] + snapcraftctl stage [2021-04-26T08:48:34.356Z] Staging config-common [2021-04-26T08:48:34.356Z] + snapcraftctl stage [2021-04-26T08:48:35.740Z] + snapcraftctl stage [2021-04-26T08:48:35.740Z] Staging edgex-go [2021-04-26T08:48:36.689Z] Staging static-packages [2021-04-26T08:48:36.689Z] + snapcraftctl stage [2021-04-26T08:48:38.053Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:48:38.053Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:48:38.053Z] ---> f097a7af4819 [2021-04-26T08:48:38.053Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T08:48:38.053Z] ---> Using cache [2021-04-26T08:48:38.053Z] ---> a90e68e7e60e [2021-04-26T08:48:38.053Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:48:38.053Z] ---> Using cache [2021-04-26T08:48:38.053Z] ---> 5188616eb8ba [2021-04-26T08:48:38.053Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-26T08:48:38.076Z] Staging version [2021-04-26T08:48:38.076Z] + snapcraftctl stage [2021-04-26T08:48:39.462Z] Priming go-build-helper [2021-04-26T08:48:39.462Z] + snapcraftctl prime [2021-04-26T08:48:40.405Z] Priming app-service-config [2021-04-26T08:48:40.405Z] + snapcraftctl prime [2021-04-26T08:48:42.324Z] Priming config-common [2021-04-26T08:48:42.324Z] + snapcraftctl prime [2021-04-26T08:48:42.374Z] ---> Running in cab3d39d2023 [2021-04-26T08:48:43.268Z] Priming edgex-go [2021-04-26T08:48:43.268Z] + snapcraftctl prime [2021-04-26T08:48:44.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:48:44.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:48:44.663Z] Priming static-packages [2021-04-26T08:48:44.663Z] + snapcraftctl prime [2021-04-26T08:48:45.605Z] OK: 217 MiB in 51 packages [2021-04-26T08:48:46.589Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:48:46.589Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:48:46.589Z] ---> f097a7af4819 [2021-04-26T08:48:46.589Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:48:46.589Z] ---> Using cache [2021-04-26T08:48:46.589Z] ---> a90e68e7e60e [2021-04-26T08:48:46.589Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:48:46.589Z] ---> Using cache [2021-04-26T08:48:46.589Z] ---> 5188616eb8ba [2021-04-26T08:48:46.589Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-26T08:48:47.215Z] Priming version [2021-04-26T08:48:47.476Z] + snapcraftctl prime [2021-04-26T08:48:47.636Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:48:47.636Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:48:47.636Z] ---> f097a7af4819 [2021-04-26T08:48:47.636Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> a90e68e7e60e [2021-04-26T08:48:47.636Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> 5188616eb8ba [2021-04-26T08:48:47.636Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> 53b0e0fba777 [2021-04-26T08:48:47.636Z] Step 6/22 : COPY go.mod . [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> 028be26efb1f [2021-04-26T08:48:47.636Z] Step 7/22 : RUN go mod download [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> 1c226d63f438 [2021-04-26T08:48:47.636Z] Step 8/22 : COPY . . [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> d0868599b5f3 [2021-04-26T08:48:47.636Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-26T08:48:47.636Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T08:48:47.636Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-26T08:48:47.636Z] ---> f097a7af4819 [2021-04-26T08:48:47.636Z] Step 3/31 : WORKDIR /edgex-go [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> a90e68e7e60e [2021-04-26T08:48:47.636Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> 5188616eb8ba [2021-04-26T08:48:47.636Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> 53b0e0fba777 [2021-04-26T08:48:47.636Z] Step 6/31 : COPY go.mod . [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> 028be26efb1f [2021-04-26T08:48:47.636Z] Step 7/31 : RUN go mod download [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> 1c226d63f438 [2021-04-26T08:48:47.636Z] Step 8/31 : COPY . . [2021-04-26T08:48:47.636Z] ---> Using cache [2021-04-26T08:48:47.636Z] ---> d0868599b5f3 [2021-04-26T08:48:47.636Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-26T08:48:48.864Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-26T08:48:49.072Z] ---> Running in 35570952ac99 [2021-04-26T08:48:49.072Z] ---> Running in d7bc355560cd [2021-04-26T08:48:49.072Z] ---> Running in 46636aa7f4a8 [2021-04-26T08:48:49.678Z] Removing intermediate container cab3d39d2023 [2021-04-26T08:48:49.678Z] ---> 1ca0f75249fa [2021-04-26T08:48:49.678Z] Step 6/23 : COPY go.mod . [2021-04-26T08:48:50.272Z] Removing intermediate container 2210931289c1 [2021-04-26T08:48:50.272Z] ---> 15c4de923564 [2021-04-26T08:48:50.272Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-26T08:48:50.547Z] 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-26T08:48:50.818Z] ---> Running in 2f9162adaf8d [2021-04-26T08:48:50.818Z] ---> 5e183f89df2f [2021-04-26T08:48:50.818Z] Step 7/23 : RUN go mod download [2021-04-26T08:48:50.818Z] 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-26T08:48:50.818Z] ---> Running in 7eb8806abcda [2021-04-26T08:48:50.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-26T08:48:51.413Z] Removing intermediate container 2f9162adaf8d [2021-04-26T08:48:51.413Z] ---> d58a97018c5a [2021-04-26T08:48:51.413Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-26T08:48:51.701Z] ---> Running in 15afab213796 [2021-04-26T08:48:51.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:48:52.320Z] Removing intermediate container 15afab213796 [2021-04-26T08:48:52.320Z] ---> fedaac03037c [2021-04-26T08:48:52.320Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-26T08:48:52.320Z] OK: 217 MiB in 51 packages [2021-04-26T08:48:54.475Z] ---> 98c938fee01f [2021-04-26T08:48:54.475Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-26T08:48:54.475Z] Removing intermediate container d7bc355560cd [2021-04-26T08:48:54.475Z] ---> c6bbe3118127 [2021-04-26T08:48:54.475Z] Step 6/22 : COPY go.mod . [2021-04-26T08:48:55.906Z] ---> 712719c12f5b [2021-04-26T08:48:55.906Z] Step 7/22 : RUN go mod download [2021-04-26T08:48:55.906Z] Removing intermediate container 7eb8806abcda [2021-04-26T08:48:55.906Z] ---> 03717f44bb8c [2021-04-26T08:48:55.906Z] Step 8/23 : COPY . . [2021-04-26T08:48:55.906Z] ---> 8e89bd9b8f7b [2021-04-26T08:48:55.906Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-26T08:48:56.181Z] ---> Running in e058847ba6a9 [2021-04-26T08:48:58.190Z] ---> 959a4fff0ae4 [2021-04-26T08:48:58.191Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-26T08:48:58.466Z] ---> Running in cb5fef5e54be [2021-04-26T08:48:59.507Z] Removing intermediate container cb5fef5e54be [2021-04-26T08:48:59.507Z] ---> 4b5aa1b87a0a [2021-04-26T08:48:59.507Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:49:00.111Z] ---> Running in a7ca1d0f5405 [2021-04-26T08:49:01.097Z] Removing intermediate container a7ca1d0f5405 [2021-04-26T08:49:01.097Z] ---> 080d4d2931ee [2021-04-26T08:49:01.097Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:49:01.375Z] ---> Running in 96f85a0cab42 [2021-04-26T08:49:01.653Z] Removing intermediate container e058847ba6a9 [2021-04-26T08:49:01.653Z] ---> 7a02a64447e1 [2021-04-26T08:49:01.653Z] Step 8/22 : COPY . . [2021-04-26T08:49:02.261Z] Removing intermediate container 96f85a0cab42 [2021-04-26T08:49:02.261Z] ---> 4c7485f3f654 [2021-04-26T08:49:02.261Z] Step 22/23 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:49:02.866Z] ---> Running in 8f1c4821bfb7 [2021-04-26T08:49:04.326Z] Removing intermediate container 8f1c4821bfb7 [2021-04-26T08:49:04.326Z] ---> fd89932a5260 [2021-04-26T08:49:04.326Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:49:04.610Z] ---> Running in 240559ab3b6d [2021-04-26T08:49:06.075Z] Removing intermediate container 240559ab3b6d [2021-04-26T08:49:06.075Z] ---> dd545c70b41a [2021-04-26T08:49:06.075Z] [2021-04-26T08:49:07.519Z] Successfully built dd545c70b41a [2021-04-26T08:49:07.519Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-26T08:49:29.737Z]  Building docker-sys-mgmt-agent-go ... done  ---> 9b748501b9d9 [2021-04-26T08:49:29.737Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-26T08:49:29.737Z] ---> Running in 8a32c20c3faf [2021-04-26T08:49:29.737Z] ---> 3d87fb753bcc [2021-04-26T08:49:29.737Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-26T08:49:29.737Z] ---> Running in c40c939c1a67 [2021-04-26T08:49:30.013Z] 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-26T08:49:30.997Z] 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-26T08:50:18.027Z] Removing intermediate container 46636aa7f4a8 [2021-04-26T08:50:18.027Z] ---> 5c2439679f82 [2021-04-26T08:50:18.027Z] [2021-04-26T08:50:18.027Z] Step 10/31 : FROM alpine:3.12 [2021-04-26T08:50:18.027Z] ---> 9852663dfa18 [2021-04-26T08:50:18.027Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-26T08:50:18.027Z] ---> Running in 7014de5a56f0 [2021-04-26T08:50:18.027Z] Removing intermediate container 7014de5a56f0 [2021-04-26T08:50:18.027Z] ---> 6aa542ee61d2 [2021-04-26T08:50:18.027Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-26T08:50:18.027Z] ---> Running in edef9f91594c [2021-04-26T08:50:18.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:50:18.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:50:18.027Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:50:18.027Z] (2/2) Installing su-exec (0.2-r1) [2021-04-26T08:50:18.027Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:50:18.027Z] OK: 5 MiB in 16 packages [2021-04-26T08:50:18.027Z] Removing intermediate container edef9f91594c [2021-04-26T08:50:18.027Z] ---> c8fcf3173bf2 [2021-04-26T08:50:18.027Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-26T08:50:18.027Z] ---> Running in 045d1fc86982 [2021-04-26T08:50:18.625Z] Removing intermediate container 045d1fc86982 [2021-04-26T08:50:18.625Z] ---> 2f786ad5d4c5 [2021-04-26T08:50:18.625Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-26T08:50:18.899Z] ---> Running in 23fd08f4b4b2 [2021-04-26T08:50:19.911Z] Removing intermediate container 23fd08f4b4b2 [2021-04-26T08:50:19.911Z] ---> f17dd00f27b4 [2021-04-26T08:50:19.911Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-26T08:50:19.911Z] ---> Running in c4e6418da052 [2021-04-26T08:50:25.333Z] Removing intermediate container c4e6418da052 [2021-04-26T08:50:25.333Z] ---> 8fa82239cddd [2021-04-26T08:50:25.333Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-26T08:50:25.333Z] ---> Running in 58f9cd0b1736 [2021-04-26T08:50:25.333Z] Removing intermediate container 35570952ac99 [2021-04-26T08:50:25.333Z] ---> 7d4f2aeac427 [2021-04-26T08:50:25.333Z] [2021-04-26T08:50:25.333Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:50:25.333Z] ---> 9852663dfa18 [2021-04-26T08:50:25.333Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-26T08:50:25.333Z] ---> Using cache [2021-04-26T08:50:25.333Z] ---> 249ce30b8e56 [2021-04-26T08:50:25.333Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:50:25.333Z] ---> Using cache [2021-04-26T08:50:25.333Z] ---> 47dc4bd156b5 [2021-04-26T08:50:25.333Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-26T08:50:25.611Z] ---> Running in cab920b2b906 [2021-04-26T08:50:25.611Z] Removing intermediate container 58f9cd0b1736 [2021-04-26T08:50:25.611Z] ---> e1365928aa08 [2021-04-26T08:50:25.611Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-26T08:50:26.599Z] Removing intermediate container cab920b2b906 [2021-04-26T08:50:26.599Z] ---> 1c68c5adf2f4 [2021-04-26T08:50:26.599Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:50:26.599Z] ---> Running in dee8e04f5312 [2021-04-26T08:50:26.874Z] ---> 1003c2b81a7d [2021-04-26T08:50:26.874Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-26T08:50:27.148Z] ---> Running in 681066b315c6 [2021-04-26T08:50:27.748Z] Removing intermediate container dee8e04f5312 [2021-04-26T08:50:27.748Z] ---> 8d4c2a5aadb6 [2021-04-26T08:50:27.748Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:50:28.731Z] ---> a24bb4849b3e [2021-04-26T08:50:28.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-26T08:50:31.356Z] ---> 463df70cce9d [2021-04-26T08:50:31.356Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-26T08:50:31.356Z] Removing intermediate container 681066b315c6 [2021-04-26T08:50:31.356Z] ---> bb40acadd82e [2021-04-26T08:50:31.356Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:50:32.349Z] ---> 6a59b76974d5 [2021-04-26T08:50:32.349Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-26T08:50:32.625Z] ---> Running in 7f8461af028f [2021-04-26T08:50:32.625Z] ---> 879a6384eab0 [2021-04-26T08:50:32.625Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-26T08:50:33.612Z] Removing intermediate container 7f8461af028f [2021-04-26T08:50:33.612Z] ---> bdbdda0920ff [2021-04-26T08:50:33.612Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:50:33.885Z] ---> Running in 4cb51c7730a7 [2021-04-26T08:50:34.872Z] Removing intermediate container 4cb51c7730a7 [2021-04-26T08:50:34.872Z] ---> 82d437e10bc9 [2021-04-26T08:50:34.872Z] Step 20/22 : LABEL arch=arm64 [2021-04-26T08:50:34.872Z] ---> 084704643304 [2021-04-26T08:50:34.872Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-26T08:50:34.872Z] ---> Running in 60b94fbc991b [2021-04-26T08:50:35.853Z] Removing intermediate container 60b94fbc991b [2021-04-26T08:50:35.853Z] ---> 635396f9c270 [2021-04-26T08:50:35.853Z] Step 21/22 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:50:36.133Z] ---> Running in fd0af579111e [2021-04-26T08:50:36.133Z] ---> d5949bfdadce [2021-04-26T08:50:36.133Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-26T08:50:36.730Z] Removing intermediate container fd0af579111e [2021-04-26T08:50:36.730Z] ---> 5e36307cbb31 [2021-04-26T08:50:36.730Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:50:37.006Z] ---> Running in f1e803a69323 [2021-04-26T08:50:37.603Z] ---> 05f4af3d5a72 [2021-04-26T08:50:37.603Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-26T08:50:37.877Z] Removing intermediate container f1e803a69323 [2021-04-26T08:50:37.877Z] ---> 4ade354cb03b [2021-04-26T08:50:37.877Z] [2021-04-26T08:50:38.864Z] Successfully built 4ade354cb03b [2021-04-26T08:50:38.864Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-26T08:50:38.864Z]  Building docker-support-scheduler-go ... done  ---> 1bf382a4b0ba [2021-04-26T08:50:38.864Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-26T08:50:39.460Z] ---> Running in ccabdd9714e1 [2021-04-26T08:50:40.063Z] Removing intermediate container ccabdd9714e1 [2021-04-26T08:50:40.063Z] ---> 594e680cd3c2 [2021-04-26T08:50:40.063Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-26T08:50:41.527Z] ---> c5991421e6a3 [2021-04-26T08:50:41.527Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-26T08:50:41.801Z] ---> Running in 188f40ab6adb [2021-04-26T08:50:46.134Z] Removing intermediate container 188f40ab6adb [2021-04-26T08:50:46.134Z] ---> a82ec44fe1f6 [2021-04-26T08:50:46.134Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-26T08:50:46.134Z] ---> Running in d71d3a5b6879 [2021-04-26T08:50:46.421Z] Removing intermediate container d71d3a5b6879 [2021-04-26T08:50:46.421Z] ---> 87197dfa5314 [2021-04-26T08:50:46.421Z] Step 28/31 : CMD ["gate"] [2021-04-26T08:50:47.032Z] ---> Running in 2c6a8e595127 [2021-04-26T08:50:47.644Z] Removing intermediate container 2c6a8e595127 [2021-04-26T08:50:47.644Z] ---> 4fe451c9c004 [2021-04-26T08:50:47.644Z] Step 29/31 : LABEL arch=arm64 [2021-04-26T08:50:48.243Z] ---> Running in caf2fdc0b0f2 [2021-04-26T08:50:48.839Z] Removing intermediate container caf2fdc0b0f2 [2021-04-26T08:50:48.839Z] ---> 8b35949f7dc0 [2021-04-26T08:50:48.839Z] Step 30/31 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:50:49.433Z] ---> Running in 846da5bf0552 [2021-04-26T08:50:50.033Z] Removing intermediate container 846da5bf0552 [2021-04-26T08:50:50.033Z] ---> 34b4be669c61 [2021-04-26T08:50:50.033Z] Step 31/31 : LABEL version=0.0.0 [2021-04-26T08:50:50.739Z] ---> Running in a3dc2f05c5f7 [2021-04-26T08:50:51.370Z] Removing intermediate container a3dc2f05c5f7 [2021-04-26T08:50:51.370Z] ---> 3b2e5d536817 [2021-04-26T08:50:51.370Z] [2021-04-26T08:50:51.685Z] Successfully built 3b2e5d536817 [2021-04-26T08:50:51.685Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-26T08:50:58.701Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container c40c939c1a67 [2021-04-26T08:50:58.701Z] ---> 11d100ba43bc [2021-04-26T08:50:58.701Z] [2021-04-26T08:50:58.701Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T08:50:58.701Z] ---> 9852663dfa18 [2021-04-26T08:50:58.701Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-26T08:50:58.981Z] ---> Running in 1eb77d6e388d [2021-04-26T08:51:00.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:51:00.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:51:01.010Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-26T08:51:01.010Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-26T08:51:01.010Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:51:01.010Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T08:51:01.283Z] OK: 6 MiB in 16 packages [2021-04-26T08:51:03.267Z] Removing intermediate container 1eb77d6e388d [2021-04-26T08:51:03.267Z] ---> 91f255c8f0f0 [2021-04-26T08:51:03.267Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T08:51:03.267Z] ---> Running in 059ed2ba0ca0 [2021-04-26T08:51:03.861Z] Removing intermediate container 059ed2ba0ca0 [2021-04-26T08:51:03.861Z] ---> 3a237d9f4198 [2021-04-26T08:51:03.861Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-26T08:51:04.137Z] ---> Running in 16d460af368c [2021-04-26T08:51:04.739Z] Removing intermediate container 16d460af368c [2021-04-26T08:51:04.739Z] ---> 23c4ded9f34c [2021-04-26T08:51:04.739Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T08:51:05.333Z] ---> Running in f6bb76bb8d72 [2021-04-26T08:51:05.929Z] Removing intermediate container f6bb76bb8d72 [2021-04-26T08:51:05.929Z] ---> b582fb9a7376 [2021-04-26T08:51:05.929Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:51:06.528Z] Removing intermediate container 8a32c20c3faf [2021-04-26T08:51:06.528Z] ---> fe1ff14888cf [2021-04-26T08:51:06.528Z] [2021-04-26T08:51:06.528Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T08:51:06.528Z] ---> 9852663dfa18 [2021-04-26T08:51:06.528Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-26T08:51:06.528Z] ---> Running in c54093c7629e [2021-04-26T08:51:06.800Z] ---> e78ad272109a [2021-04-26T08:51:06.800Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-26T08:51:07.077Z] Removing intermediate container c54093c7629e [2021-04-26T08:51:07.078Z] ---> 36ead13ded77 [2021-04-26T08:51:07.078Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-26T08:51:07.078Z] ---> Running in a42d88508839 [2021-04-26T08:51:07.681Z] Removing intermediate container a42d88508839 [2021-04-26T08:51:07.681Z] ---> 8fb4dc458367 [2021-04-26T08:51:07.681Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-26T08:51:07.951Z] ---> Running in b32b32ec9cdd [2021-04-26T08:51:07.951Z] ---> 9b944453f87f [2021-04-26T08:51:07.951Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-26T08:51:08.540Z] Removing intermediate container b32b32ec9cdd [2021-04-26T08:51:08.540Z] ---> 8c5e2abedca8 [2021-04-26T08:51:08.540Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T08:51:08.540Z] ---> Running in 7059968a1c4f [2021-04-26T08:51:08.818Z] ---> 9e62ee455f3d [2021-04-26T08:51:08.818Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-26T08:51:08.818Z] ---> Running in 619c8d88412e [2021-04-26T08:51:09.417Z] Removing intermediate container 619c8d88412e [2021-04-26T08:51:09.417Z] ---> fa645369d454 [2021-04-26T08:51:09.417Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:51:09.417Z] ---> Running in 8bf9e4a51a40 [2021-04-26T08:51:10.014Z] Removing intermediate container 8bf9e4a51a40 [2021-04-26T08:51:10.014Z] ---> 8c9ec59893fe [2021-04-26T08:51:10.014Z] Step 20/22 : LABEL arch=arm64 [2021-04-26T08:51:10.304Z] ---> Running in 3b5040f6187d [2021-04-26T08:51:10.578Z] Removing intermediate container 3b5040f6187d [2021-04-26T08:51:10.578Z] ---> 4c2897e54d4b [2021-04-26T08:51:10.578Z] Step 21/22 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:51:10.859Z] Removing intermediate container 7059968a1c4f [2021-04-26T08:51:10.859Z] ---> a0fc437927d5 [2021-04-26T08:51:10.859Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-26T08:51:10.859Z] ---> Running in 2c3333d9c63f [2021-04-26T08:51:10.859Z] ---> Running in 35d209fd857d [2021-04-26T08:51:11.466Z] Removing intermediate container 2c3333d9c63f [2021-04-26T08:51:11.466Z] ---> b2316f603f16 [2021-04-26T08:51:11.466Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T08:51:11.466Z] ---> Running in 44137f5fc2ab [2021-04-26T08:51:12.066Z] Removing intermediate container 44137f5fc2ab [2021-04-26T08:51:12.066Z] ---> ba5f2f759343 [2021-04-26T08:51:12.066Z] [2021-04-26T08:51:12.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T08:51:12.339Z] Successfully built ba5f2f759343 [2021-04-26T08:51:12.340Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-26T08:51:12.936Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T08:51:13.913Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-26T08:51:13.913Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-26T08:51:13.913Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-26T08:51:14.506Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-26T08:51:14.776Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T08:51:15.052Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-26T08:51:15.052Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T08:51:15.052Z] OK: 8 MiB in 20 packages [2021-04-26T08:51:16.496Z] Removing intermediate container 35d209fd857d [2021-04-26T08:51:16.496Z] ---> f1aa052db149 [2021-04-26T08:51:16.496Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T08:51:17.086Z] ---> 4478b24975c8 [2021-04-26T08:51:17.086Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-26T08:51:18.511Z] ---> 8dd8b2b3acdb [2021-04-26T08:51:18.511Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-26T08:51:19.101Z] ---> 90c3da44e11a [2021-04-26T08:51:19.101Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-26T08:51:19.397Z] ---> Running in f13e3836a334 [2021-04-26T08:51:19.667Z] Removing intermediate container f13e3836a334 [2021-04-26T08:51:19.667Z] ---> f2d0eb8c8d38 [2021-04-26T08:51:19.667Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T08:51:19.942Z] ---> Running in ce97c51adaf8 [2021-04-26T08:51:20.214Z] Removing intermediate container ce97c51adaf8 [2021-04-26T08:51:20.214Z] ---> 77a975cf656a [2021-04-26T08:51:20.214Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T08:51:20.485Z] ---> Running in 2f957f9b13f1 [2021-04-26T08:51:21.076Z] Removing intermediate container 2f957f9b13f1 [2021-04-26T08:51:21.076Z] ---> aabe3c78f372 [2021-04-26T08:51:21.076Z] Step 22/23 : LABEL git_sha=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [2021-04-26T08:51:21.076Z] ---> Running in b6b1cb11e45d [2021-04-26T08:51:21.347Z] Removing intermediate container b6b1cb11e45d [2021-04-26T08:51:21.347Z] ---> 60f8904a29a7 [2021-04-26T08:51:21.347Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T08:51:21.620Z] ---> Running in 7d84a05c4374 [2021-04-26T08:51:21.890Z] Removing intermediate container 7d84a05c4374 [2021-04-26T08:51:21.890Z] ---> 3b82b9511f67 [2021-04-26T08:51:21.890Z] [2021-04-26T08:51:22.479Z] Successfully built 3b82b9511f67 [2021-04-26T08:51:22.479Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-26T08:51:22.763Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-26T08:51:22.759Z] $ docker stop --time=1 1421831526e112566cbf9d1300e5b0740a5989dfaf288aeffee474fde2278bbe [2021-04-26T08:51:24.637Z] $ docker rm -f 1421831526e112566cbf9d1300e5b0740a5989dfaf288aeffee474fde2278bbe [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T08:51:25.252Z] + grep docker [2021-04-26T08:51:25.252Z] + docker images [2021-04-26T08:51:25.524Z] docker-core-data-go-arm64 latest 3b82b9511f67 4 seconds ago 21.6MB [2021-04-26T08:51:25.524Z] docker-support-notifications-go-arm64 latest ba5f2f759343 14 seconds ago 17.2MB [2021-04-26T08:51:25.524Z] docker-security-bootstrapper-go-arm64 latest 3b2e5d536817 35 seconds ago 18.1MB [2021-04-26T08:51:25.524Z] docker-support-scheduler-go-arm64 latest 4ade354cb03b 48 seconds ago 16.6MB [2021-04-26T08:51:25.524Z] docker-sys-mgmt-agent-go-arm64 latest dd545c70b41a 2 minutes ago 299MB [2021-04-26T08:51:25.524Z] docker-core-metadata-go-arm64 latest 257e7555cf1c 3 minutes ago 18.1MB [2021-04-26T08:51:25.524Z] docker-core-command-go-arm64 latest 485aa53f92b9 3 minutes ago 16.5MB [2021-04-26T08:51:25.524Z] docker-security-secretstore-setup-go-arm64 latest ee42b480df89 3 minutes ago 24.9MB [2021-04-26T08:51:25.524Z] docker-security-proxy-setup-go-arm64 latest eca549ae4bbf 3 minutes ago 24.6MB [2021-04-26T08:51:25.524Z] docker 20.10.0 eeaf43b92773 4 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-26T08:51:26.066Z] ---> job-cost.sh [2021-04-26T08:51:26.066Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VOIT [2021-04-26T08:52:04.999Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-26T08:53:41.728Z] lf-activate-venv(): INFO: Adding /tmp/venv-VOIT/bin to PATH [2021-04-26T08:53:41.728Z] INFO: No Stack... [2021-04-26T08:53:41.728Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-26T08:53:41.728Z] INFO: Archiving Costs [Pipeline] sh [2021-04-26T08:53:42.069Z] + cat /w/workspace/edgex-go/107/archives/cost.csv [2021-04-26T08:53:42.069Z] + cut -d, -f6 [Pipeline] lock [2021-04-26T08:53:42.270Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-107-stack-cost] [2021-04-26T08:53:42.282Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-107-stack-cost] did not exist. Created. [2021-04-26T08:53:42.282Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-107-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-26T08:53:42.654Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-26T08:53:43.031Z] Stashed 1 file(s) [Pipeline] } [2021-04-26T08:53:43.044Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-107-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-26T08:53:43.554Z] provisioning config files... [2021-04-26T08:53:43.565Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/107@tmp/config5932584766976400637tmp [Pipeline] { [Pipeline] sh [2021-04-26T08:53:43.936Z] + set +x [2021-04-26T08:53:43.936Z] + curl -s https://codecov.io/bash [2021-04-26T08:53:43.936Z] + bash -s -- [2021-04-26T08:53:44.518Z] [2021-04-26T08:53:44.518Z] _____ _ [2021-04-26T08:53:44.518Z] / ____| | | [2021-04-26T08:53:44.518Z] | | ___ __| | ___ ___ _____ __ [2021-04-26T08:53:44.518Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-26T08:53:44.518Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-26T08:53:44.518Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-26T08:53:44.518Z] Bash-1.0.2 [2021-04-26T08:53:44.518Z] [2021-04-26T08:53:44.518Z] [2021-04-26T08:53:44.518Z] ==> git version 2.24.3 found [2021-04-26T08:53:44.518Z] ==> 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-26T08:53:44.518Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-26T08:53:44.518Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-26T08:53:44.518Z] ==> Jenkins CI detected. [2021-04-26T08:53:44.518Z] project root: . [2021-04-26T08:53:44.518Z] --> token set from env [2021-04-26T08:53:44.518Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-26T08:53:44.518Z] ==> Running gcov in . (disable via -X gcov) [2021-04-26T08:53:44.518Z] ==> Python coveragepy not found [2021-04-26T08:53:44.518Z] ==> Searching for coverage reports in: [2021-04-26T08:53:44.518Z] + . [2021-04-26T08:53:44.518Z] -> Found 1 reports [2021-04-26T08:53:44.518Z] ==> Detecting git/mercurial file structure [2021-04-26T08:53:44.518Z] ==> Reading reports [2021-04-26T08:53:44.518Z] + ./coverage.out bytes=704315 [2021-04-26T08:53:44.782Z] ==> Appending adjustments [2021-04-26T08:53:44.782Z] https://docs.codecov.io/docs/fixing-reports [2021-04-26T08:53:49.019Z] + Found adjustments [2021-04-26T08:53:49.019Z] ==> Gzipping contents [2021-04-26T08:53:49.019Z] 100K /tmp/codecov.b0GPKv.gz [2021-04-26T08:53:49.019Z] ==> Uploading reports [2021-04-26T08:53:49.019Z] url: https://codecov.io [2021-04-26T08:53:49.019Z] query: branch=PR-2858&commit=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4&build=107&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F107%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-26T08:53:49.019Z] -> Pinging Codecov [2021-04-26T08:53:49.019Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-2858&commit=f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4&build=107&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F107%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-26T08:53:49.019Z] -> Uploading to [2021-04-26T08:53:49.019Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-26/00271124DB129430A58F1EEE437C3FCB/f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4/6fcbfd44-0fa3-43b7-a405-d550d7000e50.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T085348Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=25b5fe54d06258ca612f72c46cf4205be2fe7c8f95f69e0865c9d5fa646144ee [2021-04-26T08:53:49.019Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T08:53:49.019Z] Dload Upload Total Spent Left Speed [2021-04-26T08:53:49.965Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 164k --:--:-- --:--:-- --:--:-- 164k 100 98k 0 0 100 98k 0 164k --:--:-- --:--:-- --:--:-- 164k [2021-04-26T08:53:49.965Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 [Pipeline] } [2021-04-26T08:53:49.976Z] 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-26T08:53:50.716Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:53:51.604Z] ---> package-listing.sh [2021-04-26T08:53:51.604Z] ++ facter osfamily [2021-04-26T08:53:51.604Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-26T08:53:51.604Z] + OS_FAMILY=redhat [2021-04-26T08:53:51.604Z] + workspace=/w/workspace/edgex-go/107 [2021-04-26T08:53:51.604Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-26T08:53:51.604Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-26T08:53:51.604Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-26T08:53:51.604Z] + PACKAGES=/tmp/packages_start.txt [2021-04-26T08:53:51.604Z] + '[' /w/workspace/edgex-go/107 ']' [2021-04-26T08:53:51.604Z] + PACKAGES=/tmp/packages_end.txt [2021-04-26T08:53:51.604Z] + case "${OS_FAMILY}" in [2021-04-26T08:53:51.604Z] + rpm -qa [2021-04-26T08:53:51.604Z] + sort [2021-04-26T08:53:56.919Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-26T08:53:56.919Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-26T08:53:56.919Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-26T08:53:56.919Z] + '[' /w/workspace/edgex-go/107 ']' [2021-04-26T08:53:56.919Z] + mkdir -p /w/workspace/edgex-go/107/archives/ [2021-04-26T08:53:56.919Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/107/archives/ [Pipeline] echo [2021-04-26T08:53:56.932Z] 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/107/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-26T08:53:57.226Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:53:57.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T08:53:57.537Z] [2021-04-26T08:53:57.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-26T08:53:57.856Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T08:53:57.856Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-26T08:53:57.856Z] df20fa9351a1: Pulling fs layer [2021-04-26T08:53:57.856Z] 36b3adc4ff6f: Pulling fs layer [2021-04-26T08:53:57.856Z] 8ad3a11d3b57: Pulling fs layer [2021-04-26T08:53:57.856Z] 46f8f816bc3b: Pulling fs layer [2021-04-26T08:53:57.856Z] 93b61091891f: Pulling fs layer [2021-04-26T08:53:57.856Z] 93b9cdb0e59b: Pulling fs layer [2021-04-26T08:53:57.856Z] 5e14af77c1be: Pulling fs layer [2021-04-26T08:53:57.856Z] 01666e4c0597: Pulling fs layer [2021-04-26T08:53:57.856Z] aa168da1d23b: Pulling fs layer [2021-04-26T08:53:57.856Z] 46f8f816bc3b: Waiting [2021-04-26T08:53:57.856Z] 93b61091891f: Waiting [2021-04-26T08:53:57.856Z] 93b9cdb0e59b: Waiting [2021-04-26T08:53:57.856Z] aa168da1d23b: Waiting [2021-04-26T08:53:57.856Z] 01666e4c0597: Waiting [2021-04-26T08:53:57.856Z] 36b3adc4ff6f: Verifying Checksum [2021-04-26T08:53:57.856Z] 36b3adc4ff6f: Download complete [2021-04-26T08:53:57.856Z] 46f8f816bc3b: Verifying Checksum [2021-04-26T08:53:57.856Z] 46f8f816bc3b: Download complete [2021-04-26T08:53:58.121Z] df20fa9351a1: Verifying Checksum [2021-04-26T08:53:58.121Z] 93b9cdb0e59b: Verifying Checksum [2021-04-26T08:53:58.121Z] 93b9cdb0e59b: Download complete [2021-04-26T08:53:58.121Z] 5e14af77c1be: Download complete [2021-04-26T08:53:58.121Z] 01666e4c0597: Verifying Checksum [2021-04-26T08:53:58.121Z] 01666e4c0597: Download complete [2021-04-26T08:53:58.121Z] 93b61091891f: Download complete [2021-04-26T08:53:58.121Z] 8ad3a11d3b57: Verifying Checksum [2021-04-26T08:53:58.121Z] 8ad3a11d3b57: Download complete [2021-04-26T08:53:58.390Z] df20fa9351a1: Pull complete [2021-04-26T08:53:58.662Z] 36b3adc4ff6f: Pull complete [2021-04-26T08:53:59.624Z] 8ad3a11d3b57: Pull complete [2021-04-26T08:54:00.577Z] aa168da1d23b: Verifying Checksum [2021-04-26T08:54:00.577Z] aa168da1d23b: Download complete [2021-04-26T08:54:01.153Z] 46f8f816bc3b: Pull complete [2021-04-26T08:54:02.548Z] 93b61091891f: Pull complete [2021-04-26T08:54:02.548Z] 93b9cdb0e59b: Pull complete [2021-04-26T08:54:02.811Z] 5e14af77c1be: Pull complete [2021-04-26T08:54:03.079Z] 01666e4c0597: Pull complete [2021-04-26T08:54:13.416Z] aa168da1d23b: Pull complete [2021-04-26T08:54:13.416Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-26T08:54:13.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T08:54:13.416Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-26T08:54:13.652Z] prd-centos7-docker-4c-2g-1781 does not seem to be running inside a container [2021-04-26T08:54:13.771Z] $ 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/107/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/107 -v /w/workspace/edgex-go/107:/w/workspace/edgex-go/107:rw,z -v /w/workspace/edgex-go/107@tmp:/w/workspace/edgex-go/107@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-26T08:54:18.418Z] $ docker top 1cd9f07555ebfdd29149f4cd4e6362505edb0e0be83970a6891b9b9437b5b30a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T08:54:18.966Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-26T08:54:19.270Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-26T08:54:19.572Z] + ls /var/log/sa-host [2021-04-26T08:54:19.572Z] + sadf -c /var/log/sa-host/sa23 [2021-04-26T08:54:19.572Z] file_magic: OK [2021-04-26T08:54:19.572Z] HZ: Using current value: 100 [2021-04-26T08:54:19.572Z] file_header: OK [2021-04-26T08:54:19.572Z] 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-26T08:54:19.572Z] Statistics: [2021-04-26T08:54:19.572Z] Hnuu...uuuununununu... [2021-04-26T08:54:19.572Z] File successfully converted to sysstat format version 12.2.1 [2021-04-26T08:54:19.572Z] + sadf -c /var/log/sa-host/sa26 [2021-04-26T08:54:19.572Z] file_magic: OK [2021-04-26T08:54:19.572Z] HZ: Using current value: 100 [2021-04-26T08:54:19.572Z] file_header: OK [2021-04-26T08:54:19.572Z] 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-26T08:54:19.572Z] Statistics: [2021-04-26T08:54:19.572Z] 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... [2021-04-26T08:54:19.572Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-26T08:54:19.738Z] provisioning config files... [2021-04-26T08:54:19.754Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/107@tmp/config6984924763031242641tmp [Pipeline] { [Pipeline] echo [2021-04-26T08:54:19.805Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:54:20.103Z] ---> create-netrc.sh [Pipeline] } [2021-04-26T08:54:20.114Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-26T08:54:20.137Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:54:20.436Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-26T08:54:20.448Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:54:20.750Z] ---> sudo-logs.sh [2021-04-26T08:54:20.750Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-26T08:54:20.777Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:54:21.075Z] ---> job-cost.sh [2021-04-26T08:54:21.075Z] lf-activate-venv: SKIPPING [2021-04-26T08:54:21.075Z] DEBUG: total: 0.20999999344348907 [2021-04-26T08:54:21.075Z] INFO: Retrieving Stack Cost... [2021-04-26T08:54:22.469Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-26T08:54:22.731Z] INFO: Archiving Costs [Pipeline] echo [2021-04-26T08:54:22.748Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T08:54:23.049Z] ---> logs-deploy.sh [2021-04-26T08:54:23.049Z] lf-activate-venv: SKIPPING [2021-04-26T08:54:23.049Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/107 [2021-04-26T08:54:23.049Z] INFO: archiving workspace using pattern(s): [2021-04-26T08:54:24.440Z] Archives upload complete. [2021-04-26T08:54:24.702Z] INFO: archiving logs to Nexus