Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1+b1882bac436620be465db7044db985b75d91785f (c66b1ee2b275c0454afcf7d3f29ba9906203e961) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-740 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b1882bac436620be465db7044db985b75d91785f into PR head commit b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 > 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/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 Merge succeeded, producing 6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 Checking out Revision 6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 (PR-3372) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b1882bac436620be465db7044db985b75d91785f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 # timeout=10 Commit message: "Merge commit 'b1882bac436620be465db7044db985b75d91785f' into HEAD" > git rev-list --no-walk b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T08:30:15.792Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T08:30:15.875Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T08:30:15.901Z] ========================================================= [2021-04-19T08:30:15.901Z] EdgeX Global Pipelines Version Info [2021-04-19T08:30:15.901Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:30:17.413Z] ------------------- [2021-04-19T08:30:17.413Z] stable info: [2021-04-19T08:30:17.413Z] ------------------- [2021-04-19T08:30:17.413Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T08:30:17.413Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T08:30:17.414Z] Message: update stable to v1.0.186 [2021-04-19T08:30:18.359Z] ------------------- [2021-04-19T08:30:18.359Z] experimental info: [2021-04-19T08:30:18.359Z] ------------------- [2021-04-19T08:30:18.359Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T08:30:18.359Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T08:30:18.359Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T08:30:18.471Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-19T08:30:18.492Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-19T08:30:18.512Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T08:30:18.532Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T08:30:18.552Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T08:30:18.572Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T08:30:18.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T08:30:18.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-19T08:30:18.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-19T08:30:18.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-19T08:30:18.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T08:30:18.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T08:30:18.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T08:30:18.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T08:30:18.782Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T08:30:18.813Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T08:30:18.834Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T08:30:18.854Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T08:30:18.875Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T08:30:18.895Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T08:30:18.916Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T08:30:18.936Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T08:30:18.957Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3372 [Pipeline] echo [2021-04-19T08:30:18.977Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3372 [Pipeline] echo [2021-04-19T08:30:18.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3372 [Pipeline] echo [2021-04-19T08:30:19.020Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [Pipeline] echo [2021-04-19T08:30:19.042Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d99df8 [Pipeline] echo [2021-04-19T08:30:19.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T08:30:19.133Z] provisioning config files... [2021-04-19T08:30:19.163Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3747603948604252392tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:30:19.478Z] ---> docker-login.sh [2021-04-19T08:30:19.478Z] nexus3.edgexfoundry.org:10001 [2021-04-19T08:30:19.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:30:19.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:30:19.741Z] Configure a credential helper to remove this warning. See [2021-04-19T08:30:19.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:30:19.741Z] [2021-04-19T08:30:19.741Z] Login Succeeded [2021-04-19T08:30:19.741Z] nexus3.edgexfoundry.org:10002 [2021-04-19T08:30:20.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:30:20.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:30:20.005Z] Configure a credential helper to remove this warning. See [2021-04-19T08:30:20.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:30:20.005Z] [2021-04-19T08:30:20.005Z] Login Succeeded [2021-04-19T08:30:20.005Z] nexus3.edgexfoundry.org:10003 [2021-04-19T08:30:20.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:30:20.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:30:20.267Z] Configure a credential helper to remove this warning. See [2021-04-19T08:30:20.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:30:20.267Z] [2021-04-19T08:30:20.267Z] Login Succeeded [2021-04-19T08:30:20.267Z] nexus3.edgexfoundry.org:10004 [2021-04-19T08:30:20.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:30:20.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:30:20.267Z] Configure a credential helper to remove this warning. See [2021-04-19T08:30:20.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:30:20.267Z] [2021-04-19T08:30:20.267Z] Login Succeeded [2021-04-19T08:30:20.267Z] docker.io [2021-04-19T08:30:20.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:30:20.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:30:20.795Z] Configure a credential helper to remove this warning. See [2021-04-19T08:30:20.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:30:20.795Z] [2021-04-19T08:30:20.795Z] Login Succeeded [2021-04-19T08:30:20.795Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T08:30:20.804Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T08:30:21.149Z] ++ 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-19T08:30:21.149Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:30:21.149Z] ++ dirname cmd/core-command/Dockerfile [2021-04-19T08:30:21.149Z] ++ cut -d/ -f2 [2021-04-19T08:30:21.149Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-19T08:30:21.149Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:30:21.149Z] ++ dirname cmd/core-data/Dockerfile [2021-04-19T08:30:21.149Z] ++ cut -d/ -f2 [2021-04-19T08:30:21.149Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-19T08:30:21.149Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:30:21.149Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-19T08:30:21.149Z] ++ cut -d/ -f2 [2021-04-19T08:30:21.149Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-19T08:30:21.149Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:30:21.149Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-19T08:30:21.149Z] ++ cut -d/ -f2 [2021-04-19T08:30:21.149Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-19T08:30:21.149Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:30:21.149Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-19T08:30:21.149Z] ++ cut -d/ -f2 [2021-04-19T08:30:21.149Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-19T08:30:21.149Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:30:21.149Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-19T08:30:21.149Z] ++ cut -d/ -f2 [2021-04-19T08:30:21.149Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-19T08:30:21.149Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:30:21.149Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-19T08:30:21.149Z] ++ cut -d/ -f2 [2021-04-19T08:30:21.150Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-19T08:30:21.150Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:30:21.150Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-19T08:30:21.150Z] ++ cut -d/ -f2 [2021-04-19T08:30:21.150Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-19T08:30:21.150Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T08:30:21.150Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-19T08:30:21.150Z] ++ cut -d/ -f2 [2021-04-19T08:30:21.150Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-19T08:30:21.247Z] 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-19T08:30:22.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T08:30:22.067Z] [2021-04-19T08:30:22.067Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:30:22.385Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T08:30:22.385Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T08:30:22.385Z] 31603596830f: Pulling fs layer [2021-04-19T08:30:22.385Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T08:30:22.385Z] 6ca5941a6612: Pulling fs layer [2021-04-19T08:30:22.385Z] ecc8261a40a4: Pulling fs layer [2021-04-19T08:30:22.385Z] ecc8261a40a4: Waiting [2021-04-19T08:30:22.385Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T08:30:22.385Z] 2a8b12db71e7: Download complete [2021-04-19T08:30:22.385Z] 31603596830f: Download complete [2021-04-19T08:30:22.658Z] ecc8261a40a4: Verifying Checksum [2021-04-19T08:30:22.658Z] ecc8261a40a4: Download complete [2021-04-19T08:30:22.658Z] 6ca5941a6612: Verifying Checksum [2021-04-19T08:30:22.658Z] 6ca5941a6612: Download complete [2021-04-19T08:30:22.924Z] 31603596830f: Pull complete [2021-04-19T08:30:22.924Z] 2a8b12db71e7: Pull complete [2021-04-19T08:30:23.883Z] 6ca5941a6612: Pull complete [2021-04-19T08:30:24.146Z] ecc8261a40a4: Pull complete [2021-04-19T08:30:24.146Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T08:30:24.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T08:30:24.146Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T08:30:24.246Z] prd-centos7-docker-4c-2g-740 does not seem to be running inside a container [2021-04-19T08:30:24.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T08:30:26.921Z] $ docker top 31ab9c8d0539e5cf249c8399fa25d4d59e5f20b2c4852e998d2839c7f7d881ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T08:30:27.072Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T08:30:27.072Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T08:30:27.285Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T08:30:27.291Z] $ docker exec 31ab9c8d0539e5cf249c8399fa25d4d59e5f20b2c4852e998d2839c7f7d881ad ssh-agent [2021-04-19T08:30:27.450Z] SSH_AUTH_SOCK=/tmp/ssh-9rNJnbJvpX0n/agent.12 [2021-04-19T08:30:27.450Z] SSH_AGENT_PID=18 [2021-04-19T08:30:27.463Z] Running ssh-add (command line suppressed) [2021-04-19T08:30:27.592Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2774665907097483196.key (/w/workspace/edgex-go/3@tmp/private_key_2774665907097483196.key) [2021-04-19T08:30:27.645Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T08:30:27.948Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T08:30:27.972Z] $ docker exec --env ******** --env ******** 31ab9c8d0539e5cf249c8399fa25d4d59e5f20b2c4852e998d2839c7f7d881ad ssh-agent -k [2021-04-19T08:30:28.084Z] unset SSH_AUTH_SOCK; [2021-04-19T08:30:28.084Z] unset SSH_AGENT_PID; [2021-04-19T08:30:28.084Z] echo Agent pid 18 killed; [2021-04-19T08:30:28.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T08:30:28.169Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T08:30:28.169Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T08:30:28.342Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T08:30:28.348Z] $ docker exec 31ab9c8d0539e5cf249c8399fa25d4d59e5f20b2c4852e998d2839c7f7d881ad ssh-agent [2021-04-19T08:30:28.518Z] SSH_AUTH_SOCK=/tmp/ssh-rU3NFIUo8tij/agent.46 [2021-04-19T08:30:28.518Z] SSH_AGENT_PID=51 [2021-04-19T08:30:28.526Z] Running ssh-add (command line suppressed) [2021-04-19T08:30:28.650Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1984539788917509145.key (/w/workspace/edgex-go/3@tmp/private_key_1984539788917509145.key) [2021-04-19T08:30:28.711Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T08:30:29.017Z] + git semver init [2021-04-19T08:30:29.017Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T08:30:29.017Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-04-19T08:30:29.017Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-04-19T08:30:29.017Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T08:30:29.017Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T08:30:29.017Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T08:30:29.017Z] # $SEMVER_BRANCH = PR-3372 [2021-04-19T08:30:29.017Z] # $SEMVER_TEMP = /tmp/semver-664953514 [2021-04-19T08:30:29.017Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-19T08:30:55.642Z] # '/tmp/semver-664953514' -> '/w/workspace/edgex-go/3/.semver' [2021-04-19T08:30:55.642Z] # -> Force: false [2021-04-19T08:30:55.642Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-04-19T08:30:55.657Z] $ docker exec --env ******** --env ******** 31ab9c8d0539e5cf249c8399fa25d4d59e5f20b2c4852e998d2839c7f7d881ad ssh-agent -k [2021-04-19T08:30:55.930Z] unset SSH_AUTH_SOCK; [2021-04-19T08:30:55.930Z] unset SSH_AGENT_PID; [2021-04-19T08:30:55.930Z] echo Agent pid 51 killed; [2021-04-19T08:30:56.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T08:30:56.350Z] + git semver [Pipeline] } [2021-04-19T08:30:56.373Z] $ docker stop --time=1 31ab9c8d0539e5cf249c8399fa25d4d59e5f20b2c4852e998d2839c7f7d881ad [2021-04-19T08:30:57.934Z] $ docker rm -f 31ab9c8d0539e5cf249c8399fa25d4d59e5f20b2c4852e998d2839c7f7d881ad [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T08:30:58.395Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T08:30:58.835Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T08:30:58.838Z] [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-19T08:30:59.393Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:30:59.710Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:31:00.010Z] + sudo service docker restart [2021-04-19T08:31:00.010Z] + true [2021-04-19T08:31:00.010Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-19T08:31:00.601Z] ========================================================= [2021-04-19T08:31:00.601Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T08:31:00.601Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:31:00.918Z] + 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-19T08:31:04.250Z] Sending build context to Docker daemon 329.5MB [2021-04-19T08:31:04.250Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T08:31:04.250Z] Step 2/6 : FROM ${BASE} [2021-04-19T08:31:04.520Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T08:31:04.520Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T08:31:04.520Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T08:31:04.520Z] de9db76c5a1d: Pulling fs layer [2021-04-19T08:31:04.520Z] bca2f99d35d6: Pulling fs layer [2021-04-19T08:31:04.520Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T08:31:04.520Z] 7c6f9722023f: Pulling fs layer [2021-04-19T08:31:04.520Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T08:31:04.520Z] 93359f2a8cfa: Waiting [2021-04-19T08:31:04.520Z] 7c6f9722023f: Waiting [2021-04-19T08:31:04.520Z] a35cf1a2eb13: Waiting [2021-04-19T08:31:04.520Z] bca2f99d35d6: Waiting [2021-04-19T08:31:04.520Z] de9db76c5a1d: Verifying Checksum [2021-04-19T08:31:04.520Z] de9db76c5a1d: Download complete [2021-04-19T08:31:04.520Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T08:31:04.520Z] 0ef7d3d256c8: Download complete [2021-04-19T08:31:04.520Z] 93359f2a8cfa: Download complete [2021-04-19T08:31:04.520Z] 7c6f9722023f: Verifying Checksum [2021-04-19T08:31:04.520Z] 7c6f9722023f: Download complete [2021-04-19T08:31:04.786Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T08:31:04.787Z] 188c0c94c7c5: Download complete [2021-04-19T08:31:05.048Z] 188c0c94c7c5: Pull complete [2021-04-19T08:31:05.319Z] 0ef7d3d256c8: Pull complete [2021-04-19T08:31:05.319Z] de9db76c5a1d: Pull complete [2021-04-19T08:31:06.419Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T08:31:06.419Z] a35cf1a2eb13: Download complete [2021-04-19T08:31:07.000Z] bca2f99d35d6: Verifying Checksum [2021-04-19T08:31:07.000Z] bca2f99d35d6: Download complete [2021-04-19T08:31:12.331Z] bca2f99d35d6: Pull complete [2021-04-19T08:31:12.331Z] 93359f2a8cfa: Pull complete [2021-04-19T08:31:12.331Z] 7c6f9722023f: Pull complete [2021-04-19T08:31:14.002Z] Still waiting to schedule task [2021-04-19T08:31:14.003Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-19T08:31:17.638Z] a35cf1a2eb13: Pull complete [2021-04-19T08:31:17.638Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T08:31:17.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T08:31:17.638Z] ---> a62c8e92a672 [2021-04-19T08:31:17.638Z] 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-19T08:31:17.638Z] ---> Running in f59b37e82753 [2021-04-19T08:31:17.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:31:18.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:31:18.795Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T08:31:19.370Z] (2/12) Installing file (5.38-r0) [2021-04-19T08:31:19.370Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T08:31:19.633Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T08:31:23.868Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T08:31:23.868Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T08:31:23.868Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T08:31:23.868Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T08:31:23.868Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T08:31:24.132Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T08:31:24.132Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T08:31:24.132Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T08:31:24.408Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:31:24.408Z] OK: 233 MiB in 51 packages [2021-04-19T08:31:27.734Z] Removing intermediate container f59b37e82753 [2021-04-19T08:31:27.734Z] ---> 7f3495d6c480 [2021-04-19T08:31:27.734Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T08:31:27.734Z] ---> Running in ccb0ea5dddca [2021-04-19T08:31:27.734Z] Removing intermediate container ccb0ea5dddca [2021-04-19T08:31:27.734Z] ---> f1d1b06156f0 [2021-04-19T08:31:27.734Z] Step 5/6 : COPY go.mod . [2021-04-19T08:31:27.734Z] ---> 5e4a4d2f67f0 [2021-04-19T08:31:27.734Z] Step 6/6 : RUN go mod download [2021-04-19T08:31:27.998Z] ---> Running in d4dc4c31cd3e [2021-04-19T08:31:50.003Z] Removing intermediate container d4dc4c31cd3e [2021-04-19T08:31:50.003Z] ---> b40ddba92e94 [2021-04-19T08:31:50.003Z] Successfully built b40ddba92e94 [2021-04-19T08:31:50.003Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:31:50.314Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T08:31:50.314Z] . [Pipeline] withDockerContainer [2021-04-19T08:31:50.411Z] prd-centos7-docker-4c-2g-740 does not seem to be running inside a container [2021-04-19T08:31:50.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T08:31:51.342Z] $ docker top 001b43b04bd6ab7183ec060bef9794d42f72e34f9431b26f73676f59cd7cef8c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:31:51.775Z] + go version [2021-04-19T08:31:51.775Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T08:31:51.792Z] $ docker stop --time=1 001b43b04bd6ab7183ec060bef9794d42f72e34f9431b26f73676f59cd7cef8c [2021-04-19T08:31:53.664Z] $ docker rm -f 001b43b04bd6ab7183ec060bef9794d42f72e34f9431b26f73676f59cd7cef8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:31:54.155Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T08:31:54.155Z] . [Pipeline] withDockerContainer [2021-04-19T08:31:54.249Z] prd-centos7-docker-4c-2g-740 does not seem to be running inside a container [2021-04-19T08:31:54.296Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T08:31:55.000Z] $ docker top 453bfa29ef49e0027b45916ebcebf4b3c4abdbded4867d86482b3743928f00cc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T08:31:55.119Z] ========================================================= [2021-04-19T08:31:55.119Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T08:31:55.119Z] ========================================================= [Pipeline] sh [2021-04-19T08:31:55.413Z] + make test [2021-04-19T08:31:55.413Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T08:32:05.471Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T08:32:23.764Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T08:32:24.735Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T08:32:27.342Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T08:32:27.342Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T08:32:28.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T08:32:28.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T08:32:28.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T08:32:28.572Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T08:32:29.526Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T08:32:30.115Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T08:32:32.724Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T08:32:32.724Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T08:32:32.724Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T08:32:34.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.9% of statements [2021-04-19T08:32:34.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T08:32:34.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T08:32:34.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T08:32:34.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T08:32:34.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T08:32:34.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T08:32:34.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements [2021-04-19T08:32:34.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements [2021-04-19T08:32:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.1% of statements [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T08:32:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T08:32:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T08:32:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 71.3% of statements [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T08:32:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.176s coverage: 82.9% of statements [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:32:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements [2021-04-19T08:32:38.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T08:32:40.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements [2021-04-19T08:32:40.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T08:32:40.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T08:32:40.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T08:32:40.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T08:32:40.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T08:32:40.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2021-04-19T08:32:40.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T08:32:40.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-04-19T08:32:40.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T08:32:40.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.138s coverage: 86.7% of statements [2021-04-19T08:32:40.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T08:32:41.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements [2021-04-19T08:32:41.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T08:32:41.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.118s coverage: 78.3% of statements [2021-04-19T08:32:41.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T08:32:41.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T08:32:41.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T08:32:41.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T08:32:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.438s coverage: 93.0% of statements [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T08:32:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T08:32:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 0.9% of statements [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T08:32:44.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T08:32:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements [2021-04-19T08:32:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements [2021-04-19T08:32:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-04-19T08:32:44.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements [2021-04-19T08:32:44.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-04-19T08:32:57.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.062s coverage: 94.4% of statements [2021-04-19T08:32:57.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-04-19T08:33:00.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.222s coverage: 81.9% of statements [2021-04-19T08:33:00.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.172s coverage: 92.9% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.6% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 64.4% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.343s coverage: 69.0% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.135s coverage: 38.4% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.035s coverage: 89.5% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.050s coverage: 10.5% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.127s coverage: 87.7% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.736s coverage: 29.1% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.125s coverage: 95.6% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T08:33:10.474Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements [2021-04-19T08:33:10.474Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.036s coverage: 100.0% of statements [2021-04-19T08:33:10.474Z] GO111MODULE=on go vet ./... [2021-04-19T08:33:37.199Z] gofmt -l . [2021-04-19T08:33:37.199Z] [ "`gofmt -l .`" = "" ] [2021-04-19T08:33:37.776Z] ./bin/test-go-mod-tidy.sh [2021-04-19T08:33:38.351Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T08:33:39.254Z] + ls -al . [2021-04-19T08:33:39.254Z] total 796 [2021-04-19T08:33:39.254Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 08:33 . [2021-04-19T08:33:39.254Z] drwxr-xr-x 4 root root 28 Apr 19 08:31 .. [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 08:30 .dockerignore [2021-04-19T08:33:39.254Z] drwxrwxr-x 8 1001 1001 179 Apr 19 08:30 .git [2021-04-19T08:33:39.254Z] drwxrwxr-x 3 1001 1001 125 Apr 19 08:30 .github [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 08:30 .gitignore [2021-04-19T08:33:39.254Z] drwx------ 3 1001 1001 60 Apr 19 08:30 .semver [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 08:30 .sonarcloud.properties [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 08:30 Attribution.txt [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 08:30 CONTRIBUTING.md [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 08:30 Dockerfile.build [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 08:30 Jenkinsfile [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 08:30 LICENSE [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 08:30 Makefile [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 08:30 README.md [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 08:30 SECURITY.md [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 08:30 VERSION [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 08:30 ZMQWindows.md [2021-04-19T08:33:39.254Z] drwxrwxr-x 2 1001 1001 117 Apr 19 08:30 bin [2021-04-19T08:33:39.254Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 08:30 cmd [2021-04-19T08:33:39.254Z] -rw-r--r-- 1 root root 687366 Apr 19 08:33 coverage.out [2021-04-19T08:33:39.254Z] -rw-r--r-- 1 root root 1058 Apr 19 08:33 go.mod [2021-04-19T08:33:39.254Z] -rw-r--r-- 1 root root 22256 Apr 19 08:33 go.sum [2021-04-19T08:33:39.254Z] drwxrwxr-x 8 1001 1001 127 Apr 19 08:30 internal [2021-04-19T08:33:39.254Z] drwxrwxr-x 4 1001 1001 26 Apr 19 08:30 openapi [2021-04-19T08:33:39.254Z] drwxrwxr-x 4 1001 1001 71 Apr 19 08:30 snap [2021-04-19T08:33:39.254Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 08:30 version.go [Pipeline] sh [2021-04-19T08:33:39.563Z] + '[' -e coverage.out ] [2021-04-19T08:33:39.563Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T08:33:39.841Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T08:33:40.304Z] + make build [2021-04-19T08:33:40.304Z] 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-19T08:33:44.634Z] 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-19T08:33:52.864Z] 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-19T08:33:54.264Z] 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-19T08:33:55.675Z] 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-19T08:33:56.260Z] 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-19T08:33:57.683Z] 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-19T08:33:59.110Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-748 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws [2021-04-19T08:33:59.127Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-19T08:33:59.617Z] 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-19T08:34:00.614Z] 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-19T08:34:02.008Z] 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-19T08:34:02.972Z] 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-19T08:34:04.373Z] 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-19T08:34:04.594Z] using credential edgex-jenkins-ssh [2021-04-19T08:34:04.614Z] Cloning the remote Git repository [2021-04-19T08:34:04.654Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:34:04.811Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-19T08:34:04.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:34:04.984Z] > git --version # timeout=10 [2021-04-19T08:34:05.036Z] > git --version # 'git version 2.17.1' [2021-04-19T08:34:05.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:34:05.123Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-04-19T08:34:06.344Z] $ docker stop --time=1 453bfa29ef49e0027b45916ebcebf4b3c4abdbded4867d86482b3743928f00cc [2021-04-19T08:34:08.001Z] $ docker rm -f 453bfa29ef49e0027b45916ebcebf4b3c4abdbded4867d86482b3743928f00cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:34:09.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:34:09.463Z] [2021-04-19T08:34:09.463Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:34:09.778Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:34:09.778Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-19T08:34:09.778Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-19T08:34:09.778Z] ca9280d653b3: Pulling fs layer [2021-04-19T08:34:09.778Z] 7e9c9ca2126c: Pulling fs layer [2021-04-19T08:34:10.043Z] cbdbe7a5bc2a: Download complete [2021-04-19T08:34:10.306Z] cbdbe7a5bc2a: Pull complete [2021-04-19T08:34:10.306Z] ca9280d653b3: Verifying Checksum [2021-04-19T08:34:10.306Z] ca9280d653b3: Download complete [2021-04-19T08:34:11.728Z] ca9280d653b3: Pull complete [2021-04-19T08:34:11.728Z] 7e9c9ca2126c: Download complete [2021-04-19T08:34:17.051Z] 7e9c9ca2126c: Pull complete [2021-04-19T08:34:17.051Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-19T08:34:17.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:34:17.051Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-19T08:34:17.161Z] prd-centos7-docker-4c-2g-740 does not seem to be running inside a container [2021-04-19T08:34:17.211Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T08:34:19.695Z] $ docker top 1b199d84cf0a0006674fc788ef1c94cbafccc6cde1fe10e2696d0560cb2cbf4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:34:20.095Z] + docker-compose build --help [2021-04-19T08:34:20.095Z] + grep parallel [2021-04-19T08:34:21.041Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T08:34:21.057Z] $ docker stop --time=1 1b199d84cf0a0006674fc788ef1c94cbafccc6cde1fe10e2696d0560cb2cbf4e [2021-04-19T08:34:22.424Z] $ docker rm -f 1b199d84cf0a0006674fc788ef1c94cbafccc6cde1fe10e2696d0560cb2cbf4e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:34:22.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T08:34:22.893Z] . [Pipeline] withDockerContainer [2021-04-19T08:34:23.016Z] prd-centos7-docker-4c-2g-740 does not seem to be running inside a container [2021-04-19T08:34:23.065Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T08:34:23.874Z] $ docker top 544c76ce7897092238beaa57357f507e59d0c7d1460107d163ad33c70862545a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:34:24.265Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T08:34:25.210Z] Building docker-core-command-go ... [2021-04-19T08:34:25.210Z] Building docker-core-data-go ... [2021-04-19T08:34:25.210Z] Building docker-core-metadata-go ... [2021-04-19T08:34:25.210Z] Building docker-security-bootstrapper-go ... [2021-04-19T08:34:25.210Z] Building docker-security-proxy-setup-go ... [2021-04-19T08:34:25.210Z] Building docker-security-secretstore-setup-go ... [2021-04-19T08:34:25.210Z] Building docker-support-notifications-go ... [2021-04-19T08:34:25.210Z] Building docker-support-scheduler-go ... [2021-04-19T08:34:25.210Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T08:34:25.210Z] Building docker-support-notifications-go [2021-04-19T08:34:25.210Z] Building docker-security-bootstrapper-go [2021-04-19T08:34:25.210Z] Building docker-security-proxy-setup-go [2021-04-19T08:34:25.210Z] Building docker-core-command-go [2021-04-19T08:34:25.210Z] Building docker-sys-mgmt-agent-go [2021-04-19T08:34:27.727Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:34:27.745Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:34:27.773Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:34:27.812Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:34:27.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:34:27.826Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T08:34:28.533Z] Merging remotes/origin/master commit b1882bac436620be465db7044db985b75d91785f into PR head commit b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-19T08:34:29.214Z] Merge succeeded, producing 9ace454c6281e2cf22cd5e2c657c8646717b30af [2021-04-19T08:34:29.214Z] Checking out Revision 9ace454c6281e2cf22cd5e2c657c8646717b30af (PR-3372) [2021-04-19T08:34:28.537Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:34:28.559Z] > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 [2021-04-19T08:34:28.873Z] > git remote # timeout=10 [2021-04-19T08:34:28.890Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T08:34:28.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:34:28.922Z] > git merge b1882bac436620be465db7044db985b75d91785f # timeout=10 [2021-04-19T08:34:29.183Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T08:34:29.205Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:34:29.219Z] > git checkout -f 9ace454c6281e2cf22cd5e2c657c8646717b30af # timeout=10 [2021-04-19T08:34:33.417Z] Commit message: "Merge commit 'b1882bac436620be465db7044db985b75d91785f' into HEAD" [2021-04-19T08:34:33.407Z] > git rev-list --no-walk b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T08:34:34.781Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:34:35.187Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T08:34:35.516Z] + sudo service docker restart [2021-04-19T08:34:35.517Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T08:34:37.562Z] provisioning config files... [2021-04-19T08:34:37.606Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config50785037016448583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:34:37.974Z] ---> docker-login.sh [2021-04-19T08:34:37.974Z] nexus3.edgexfoundry.org:10001 [2021-04-19T08:34:38.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:34:39.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:34:39.232Z] Configure a credential helper to remove this warning. See [2021-04-19T08:34:39.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:34:39.232Z] [2021-04-19T08:34:39.232Z] Login Succeeded [2021-04-19T08:34:39.232Z] nexus3.edgexfoundry.org:10002 [2021-04-19T08:34:39.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:34:39.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:34:39.778Z] Configure a credential helper to remove this warning. See [2021-04-19T08:34:39.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:34:39.778Z] [2021-04-19T08:34:39.778Z] Login Succeeded [2021-04-19T08:34:39.778Z] nexus3.edgexfoundry.org:10003 [2021-04-19T08:34:40.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:34:40.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:34:40.050Z] Configure a credential helper to remove this warning. See [2021-04-19T08:34:40.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:34:40.050Z] [2021-04-19T08:34:40.050Z] Login Succeeded [2021-04-19T08:34:40.331Z] nexus3.edgexfoundry.org:10004 [2021-04-19T08:34:40.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:34:40.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:34:40.604Z] Configure a credential helper to remove this warning. See [2021-04-19T08:34:40.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:34:40.604Z] [2021-04-19T08:34:40.604Z] Login Succeeded [2021-04-19T08:34:40.604Z] docker.io [2021-04-19T08:34:41.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T08:34:41.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T08:34:41.472Z] Configure a credential helper to remove this warning. See [2021-04-19T08:34:41.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T08:34:41.472Z] [2021-04-19T08:34:41.472Z] Login Succeeded [2021-04-19T08:34:41.472Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T08:34:41.490Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T08:34:41.785Z] ========================================================= [2021-04-19T08:34:41.785Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T08:34:41.785Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:34:42.125Z] + 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-19T08:34:44.787Z] Sending build context to Docker daemon 167.3MB [2021-04-19T08:34:44.787Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:44.787Z] Step 2/6 : FROM ${BASE} [2021-04-19T08:34:44.787Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T08:34:44.787Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T08:34:44.787Z] a4357932f1b6: Pulling fs layer [2021-04-19T08:34:44.787Z] 18c013af1878: Pulling fs layer [2021-04-19T08:34:44.787Z] 00ac8860ef70: Pulling fs layer [2021-04-19T08:34:44.787Z] 63d7cb157983: Pulling fs layer [2021-04-19T08:34:44.787Z] b116817d02f9: Pulling fs layer [2021-04-19T08:34:44.787Z] 745a02a5169b: Pulling fs layer [2021-04-19T08:34:44.787Z] 00ac8860ef70: Waiting [2021-04-19T08:34:44.787Z] 63d7cb157983: Waiting [2021-04-19T08:34:44.787Z] b116817d02f9: Waiting [2021-04-19T08:34:44.787Z] 745a02a5169b: Waiting [2021-04-19T08:34:44.787Z] 18c013af1878: Verifying Checksum [2021-04-19T08:34:44.787Z] 18c013af1878: Download complete [2021-04-19T08:34:44.787Z] a4357932f1b6: Verifying Checksum [2021-04-19T08:34:44.787Z] 63d7cb157983: Verifying Checksum [2021-04-19T08:34:44.787Z] 63d7cb157983: Download complete [2021-04-19T08:34:44.787Z] b116817d02f9: Verifying Checksum [2021-04-19T08:34:44.787Z] b116817d02f9: Download complete [2021-04-19T08:34:44.787Z] 5f621e34cdf4: Download complete [2021-04-19T08:34:45.391Z] 5f621e34cdf4: Pull complete [2021-04-19T08:34:45.990Z] a4357932f1b6: Pull complete [2021-04-19T08:34:46.266Z] 18c013af1878: Pull complete [2021-04-19T08:34:46.540Z] 745a02a5169b: Verifying Checksum [2021-04-19T08:34:46.540Z] 745a02a5169b: Download complete [2021-04-19T08:34:47.976Z] 00ac8860ef70: Verifying Checksum [2021-04-19T08:34:47.976Z] 00ac8860ef70: Download complete [2021-04-19T08:34:57.416Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:57.417Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:34:57.417Z] ---> b40ddba92e94 [2021-04-19T08:34:57.417Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:34:57.417Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:57.417Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:34:57.417Z] ---> b40ddba92e94 [2021-04-19T08:34:57.417Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T08:34:57.417Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:57.417Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:34:57.417Z] ---> b40ddba92e94 [2021-04-19T08:34:57.417Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:34:57.417Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:57.417Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:34:57.417Z] ---> b40ddba92e94 [2021-04-19T08:34:57.417Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T08:34:57.417Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:34:57.417Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:34:57.417Z] ---> b40ddba92e94 [2021-04-19T08:34:57.417Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:34:57.417Z] ---> Running in a4946f07b0ec [2021-04-19T08:34:57.682Z] ---> Running in baaa0c515336 [2021-04-19T08:34:57.682Z] ---> Running in 83367e17f04b [2021-04-19T08:34:57.682Z] ---> Running in 9b8c76f43150 [2021-04-19T08:34:57.682Z] ---> Running in 4574c831ccca [2021-04-19T08:34:57.944Z] Removing intermediate container baaa0c515336 [2021-04-19T08:34:57.944Z] ---> e5bbca51c24e [2021-04-19T08:34:57.944Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:34:57.944Z] Removing intermediate container a4946f07b0ec [2021-04-19T08:34:57.944Z] ---> ca39f4a6267d [2021-04-19T08:34:57.944Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:34:57.944Z] Removing intermediate container 4574c831ccca [2021-04-19T08:34:57.944Z] ---> db94c395053e [2021-04-19T08:34:57.944Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:34:57.944Z] Removing intermediate container 83367e17f04b [2021-04-19T08:34:57.944Z] ---> d969bbc7ddc1 [2021-04-19T08:34:57.944Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:34:57.944Z] Removing intermediate container 9b8c76f43150 [2021-04-19T08:34:57.944Z] ---> cdf15a2398ba [2021-04-19T08:34:57.944Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:34:58.187Z] 00ac8860ef70: Pull complete [2021-04-19T08:34:58.187Z] 63d7cb157983: Pull complete [2021-04-19T08:34:58.205Z] ---> Running in bc35745a9750 [2021-04-19T08:34:58.205Z] ---> Running in afe1d03bc90d [2021-04-19T08:34:58.205Z] ---> Running in f221936c46b3 [2021-04-19T08:34:58.205Z] ---> Running in 4dd84f3890e7 [2021-04-19T08:34:58.205Z] ---> Running in 27e3dca08879 [2021-04-19T08:34:58.460Z] b116817d02f9: Pull complete [2021-04-19T08:35:00.165Z] Removing intermediate container bc35745a9750 [2021-04-19T08:35:00.165Z] ---> 622a85f905a4 [2021-04-19T08:35:00.165Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T08:35:00.429Z] ---> Running in e0894f5411aa [2021-04-19T08:35:00.429Z] Removing intermediate container f221936c46b3 [2021-04-19T08:35:00.429Z] ---> 42064cc8971b [2021-04-19T08:35:00.429Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T08:35:00.695Z] ---> Running in 1770b8603d9e [2021-04-19T08:35:00.695Z] Removing intermediate container 4dd84f3890e7 [2021-04-19T08:35:00.695Z] ---> 96909bc1c499 [2021-04-19T08:35:00.695Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T08:35:00.957Z] Removing intermediate container afe1d03bc90d [2021-04-19T08:35:00.957Z] ---> ac77965ca6c7 [2021-04-19T08:35:00.957Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:35:00.957Z] Removing intermediate container 27e3dca08879 [2021-04-19T08:35:00.957Z] ---> 9de895a21a2c [2021-04-19T08:35:00.957Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T08:35:01.223Z] ---> Running in d180f157ca18 [2021-04-19T08:35:01.223Z] ---> Running in d4a24459cb58 [2021-04-19T08:35:01.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:35:01.223Z] ---> Running in 9e92a13ebd31 [2021-04-19T08:35:01.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:35:01.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:35:01.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:35:02.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:35:02.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:35:02.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:35:02.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:35:02.604Z] OK: 233 MiB in 51 packages [2021-04-19T08:35:02.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:35:02.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:35:02.805Z] 745a02a5169b: Pull complete [2021-04-19T08:35:02.805Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T08:35:02.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T08:35:02.805Z] ---> b7e6874047d6 [2021-04-19T08:35:02.805Z] 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-19T08:35:02.875Z] OK: 233 MiB in 51 packages [2021-04-19T08:35:03.139Z] OK: 233 MiB in 51 packages [2021-04-19T08:35:03.139Z] OK: 233 MiB in 51 packages [2021-04-19T08:35:03.139Z] Removing intermediate container 1770b8603d9e [2021-04-19T08:35:03.139Z] ---> 5f282c704a00 [2021-04-19T08:35:03.139Z] Step 6/23 : COPY go.mod . [2021-04-19T08:35:03.403Z] OK: 233 MiB in 51 packages [2021-04-19T08:35:03.666Z] Removing intermediate container e0894f5411aa [2021-04-19T08:35:03.666Z] ---> 8a2cb80cc210 [2021-04-19T08:35:03.666Z] Step 6/21 : COPY go.mod . [2021-04-19T08:35:03.666Z] ---> 3c902516940f [2021-04-19T08:35:03.666Z] Step 7/23 : RUN go mod download [2021-04-19T08:35:03.928Z] ---> Running in b40466227919 [2021-04-19T08:35:03.928Z] ---> 4cb73efb86a5 [2021-04-19T08:35:03.928Z] Step 7/21 : RUN go mod download [2021-04-19T08:35:04.191Z] Removing intermediate container 9e92a13ebd31 [2021-04-19T08:35:04.191Z] ---> 04d5d9b6e93e [2021-04-19T08:35:04.191Z] Step 6/22 : COPY go.mod . [2021-04-19T08:35:04.191Z] Removing intermediate container d4a24459cb58 [2021-04-19T08:35:04.191Z] ---> c851550d3ea2 [2021-04-19T08:35:04.191Z] Step 6/23 : COPY go.mod . [2021-04-19T08:35:04.461Z] ---> Running in db8c4b57c4f2 [2021-04-19T08:35:04.461Z] Removing intermediate container d180f157ca18 [2021-04-19T08:35:04.461Z] ---> 7fc427a16ae1 [2021-04-19T08:35:04.461Z] Step 6/31 : COPY go.mod . [2021-04-19T08:35:04.731Z] ---> f9958ca7595c [2021-04-19T08:35:04.731Z] Step 7/22 : RUN go mod download [2021-04-19T08:35:04.731Z] ---> e017c389db52 [2021-04-19T08:35:04.731Z] Step 7/23 : RUN go mod download [2021-04-19T08:35:04.731Z] ---> Running in 64aa623cdd80 [2021-04-19T08:35:05.005Z] ---> Running in 08238396a9c8 [2021-04-19T08:35:05.005Z] ---> c8cc6c84eea1 [2021-04-19T08:35:05.005Z] Step 7/31 : RUN go mod download [2021-04-19T08:35:05.277Z] ---> Running in 2a556d9f1a43 [2021-04-19T08:35:05.430Z] ---> Running in 2cfa7ce4d489 [2021-04-19T08:35:06.253Z] Removing intermediate container db8c4b57c4f2 [2021-04-19T08:35:06.253Z] ---> f652de550d45 [2021-04-19T08:35:06.253Z] Step 8/21 : COPY . . [2021-04-19T08:35:06.520Z] Removing intermediate container b40466227919 [2021-04-19T08:35:06.520Z] ---> b883e2f65f05 [2021-04-19T08:35:06.520Z] Step 8/23 : COPY . . [2021-04-19T08:35:06.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:35:07.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:35:08.431Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T08:35:08.431Z] (2/12) Installing file (5.38-r0) [2021-04-19T08:35:08.431Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T08:35:08.703Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T08:35:12.999Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T08:35:12.999Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T08:35:12.999Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T08:35:12.999Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T08:35:13.269Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T08:35:13.269Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T08:35:13.269Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T08:35:13.314Z] Removing intermediate container 64aa623cdd80 [2021-04-19T08:35:13.314Z] ---> fd68062183c7 [2021-04-19T08:35:13.314Z] Step 8/22 : COPY . . [2021-04-19T08:35:13.543Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T08:35:13.543Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:35:13.543Z] OK: 217 MiB in 51 packages [2021-04-19T08:35:13.632Z] Removing intermediate container 2a556d9f1a43 [2021-04-19T08:35:13.632Z] ---> 50922cf26a81 [2021-04-19T08:35:13.632Z] Step 8/31 : COPY . . [2021-04-19T08:35:15.127Z] Removing intermediate container 08238396a9c8 [2021-04-19T08:35:15.127Z] ---> f42b087db278 [2021-04-19T08:35:15.127Z] Step 8/23 : COPY . . [2021-04-19T08:35:17.872Z] Removing intermediate container 2cfa7ce4d489 [2021-04-19T08:35:17.872Z] ---> e7e06727691f [2021-04-19T08:35:17.872Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T08:35:17.872Z] ---> Running in ecf56577a79e [2021-04-19T08:35:18.147Z] Removing intermediate container ecf56577a79e [2021-04-19T08:35:18.147Z] ---> 14ae83fe1a7d [2021-04-19T08:35:18.147Z] Step 5/6 : COPY go.mod . [2021-04-19T08:35:18.741Z] ---> 67bff06b7ebe [2021-04-19T08:35:18.741Z] Step 6/6 : RUN go mod download [2021-04-19T08:35:19.015Z] ---> Running in 9865751a1953 [2021-04-19T08:35:45.857Z] Removing intermediate container 9865751a1953 [2021-04-19T08:35:45.857Z] ---> 3ef2777b5c90 [2021-04-19T08:35:45.857Z] Successfully built 3ef2777b5c90 [2021-04-19T08:35:45.857Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:35:46.193Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T08:35:46.193Z] . [Pipeline] withDockerContainer [2021-04-19T08:35:46.460Z] prd-ubuntu18.04-docker-arm64-4c-16g-748 does not seem to be running inside a container [2021-04-19T08:35:46.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T08:35:48.004Z] $ docker top c050a0e0bd4a40e8a0f8f90fc568c894490f5bacef822ee7accc252c70a3456b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:35:48.990Z] + go version [2021-04-19T08:35:48.990Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T08:35:48.982Z] $ docker stop --time=1 c050a0e0bd4a40e8a0f8f90fc568c894490f5bacef822ee7accc252c70a3456b [2021-04-19T08:35:50.906Z] $ docker rm -f c050a0e0bd4a40e8a0f8f90fc568c894490f5bacef822ee7accc252c70a3456b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:35:51.620Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T08:35:51.620Z] . [Pipeline] withDockerContainer [2021-04-19T08:35:51.885Z] prd-ubuntu18.04-docker-arm64-4c-16g-748 does not seem to be running inside a container [2021-04-19T08:35:51.971Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T08:35:53.414Z] $ docker top 9696c516d61538471d64faee53be81aaa95ceea142adb2a2d7363cee78f5bf1e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T08:35:53.756Z] ========================================================= [2021-04-19T08:35:53.756Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T08:35:53.756Z] ========================================================= [Pipeline] sh [2021-04-19T08:35:54.031Z] ---> 81c7b3a54263 [2021-04-19T08:35:54.031Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T08:35:54.031Z] ---> 06f066d9450b [2021-04-19T08:35:54.031Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T08:35:54.031Z] ---> Running in db6777dbbabb [2021-04-19T08:35:54.031Z] ---> Running in 303ca13f970a [2021-04-19T08:35:54.031Z] ---> 9e453e323534 [2021-04-19T08:35:54.031Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T08:35:54.031Z] ---> Running in b5ae667cda83 [2021-04-19T08:35:54.031Z] ---> 175759f5a0d7 [2021-04-19T08:35:54.031Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T08:35:54.031Z] ---> f73a14e33166 [2021-04-19T08:35:54.031Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T08:35:54.031Z] ---> Running in 467201ffbe3f [2021-04-19T08:35:54.031Z] 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-19T08:35:54.031Z] 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-19T08:35:54.031Z] 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-19T08:35:54.031Z] ---> Running in dc061b5d5b93 [2021-04-19T08:35:54.405Z] + make test [2021-04-19T08:35:54.405Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T08:35:55.037Z] 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-19T08:35:55.037Z] 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-19T08:36:16.572Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T08:36:27.288Z] 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-19T08:36:37.365Z] Removing intermediate container dc061b5d5b93 [2021-04-19T08:36:37.366Z] ---> 934da7260350 [2021-04-19T08:36:37.366Z] [2021-04-19T08:36:37.366Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T08:36:37.366Z] 3.12: Pulling from library/alpine [2021-04-19T08:36:37.943Z] Removing intermediate container b5ae667cda83 [2021-04-19T08:36:37.943Z] ---> 1ea541e38104 [2021-04-19T08:36:37.943Z] [2021-04-19T08:36:37.943Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:36:37.943Z] Removing intermediate container 303ca13f970a [2021-04-19T08:36:37.943Z] ---> 03568d674b1c [2021-04-19T08:36:37.943Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T08:36:37.943Z] Removing intermediate container 467201ffbe3f [2021-04-19T08:36:37.943Z] ---> 9ea3e9d97c53 [2021-04-19T08:36:37.943Z] [2021-04-19T08:36:37.943Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:36:37.943Z] 3.12: Pulling from library/alpine [2021-04-19T08:36:37.943Z] 3.12: Pulling from library/alpine [2021-04-19T08:36:37.943Z] Removing intermediate container db6777dbbabb [2021-04-19T08:36:37.943Z] ---> ded9fb3fbfd1 [2021-04-19T08:36:37.943Z] [2021-04-19T08:36:37.943Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T08:36:37.943Z] ---> Running in ce95240f7500 [2021-04-19T08:36:38.212Z] 3.12: Pulling from library/alpine [2021-04-19T08:36:38.473Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:36:38.473Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:36:38.473Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:36:38.473Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T08:36:38.473Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T08:36:38.473Z] Status: Image is up to date for alpine:3.12 [2021-04-19T08:36:38.473Z] ---> 13621d1b12d4 [2021-04-19T08:36:38.473Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T08:36:38.473Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:36:38.473Z] Status: Image is up to date for alpine:3.12 [2021-04-19T08:36:38.473Z] ---> 13621d1b12d4 [2021-04-19T08:36:38.473Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:36:38.473Z] ---> 13621d1b12d4 [2021-04-19T08:36:38.473Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T08:36:38.473Z] ---> 13621d1b12d4 [2021-04-19T08:36:38.473Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T08:36:38.746Z] 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-19T08:36:38.746Z] ---> Running in eccccd989b8c [2021-04-19T08:36:38.746Z] ---> Running in 75032696b9e4 [2021-04-19T08:36:38.746Z] ---> Running in 5994fa9791f2 [2021-04-19T08:36:38.746Z] ---> Running in 5565b9ea02a1 [2021-04-19T08:36:39.335Z] Removing intermediate container 5994fa9791f2 [2021-04-19T08:36:39.335Z] ---> 7d22501f0684 [2021-04-19T08:36:39.335Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T08:36:39.335Z] ---> Running in 4d3017d7212e [2021-04-19T08:36:39.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:39.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:39.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:39.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:39.870Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T08:36:39.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:39.870Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:36:39.870Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T08:36:39.870Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T08:36:39.870Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T08:36:39.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:39.870Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:36:39.870Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:36:39.870Z] OK: 6 MiB in 15 packages [2021-04-19T08:36:39.870Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:36:40.132Z] OK: 7 MiB in 18 packages [2021-04-19T08:36:40.132Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T08:36:40.132Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:36:40.132Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:36:40.132Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:36:40.132Z] OK: 6 MiB in 16 packages [2021-04-19T08:36:40.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:40.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:40.655Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:36:40.655Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T08:36:40.655Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:36:40.655Z] OK: 6 MiB in 16 packages [2021-04-19T08:36:41.234Z] Removing intermediate container ce95240f7500 [2021-04-19T08:36:41.234Z] ---> 341894a1c668 [2021-04-19T08:36:41.234Z] [2021-04-19T08:36:41.234Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T08:36:41.234Z] 20.10.0: Pulling from library/docker [2021-04-19T08:36:42.632Z] Removing intermediate container 75032696b9e4 [2021-04-19T08:36:42.632Z] ---> 9991d72493a8 [2021-04-19T08:36:42.632Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:36:43.209Z] ---> Running in 96c46bbc02e8 [2021-04-19T08:36:43.209Z] Removing intermediate container 5565b9ea02a1 [2021-04-19T08:36:43.209Z] ---> 0f14babd1e1f [2021-04-19T08:36:43.209Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:36:43.209Z] Removing intermediate container eccccd989b8c [2021-04-19T08:36:43.209Z] ---> bdd0b789cff5 [2021-04-19T08:36:43.209Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:36:43.472Z] ---> Running in f176f0d112f1 [2021-04-19T08:36:43.472Z] ---> Running in 845f5523a8a1 [2021-04-19T08:36:44.046Z] Removing intermediate container 96c46bbc02e8 [2021-04-19T08:36:44.046Z] ---> a45634a4f78f [2021-04-19T08:36:44.046Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T08:36:44.046Z] Removing intermediate container 4d3017d7212e [2021-04-19T08:36:44.046Z] ---> c0e6cf66178d [2021-04-19T08:36:44.046Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T08:36:44.622Z] ---> Running in fc0e0da499e7 [2021-04-19T08:36:44.622Z] ---> Running in ac7dec267b37 [2021-04-19T08:36:44.622Z] Removing intermediate container 845f5523a8a1 [2021-04-19T08:36:44.622Z] ---> 290df196aa16 [2021-04-19T08:36:44.622Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T08:36:44.622Z] Removing intermediate container f176f0d112f1 [2021-04-19T08:36:44.622Z] ---> 759d97dc335f [2021-04-19T08:36:44.622Z] Step 13/21 : WORKDIR /edgex [2021-04-19T08:36:44.888Z] ---> Running in 57437d5f8a06 [2021-04-19T08:36:44.889Z] ---> Running in feb8fc8d45d9 [2021-04-19T08:36:44.889Z] Removing intermediate container ac7dec267b37 [2021-04-19T08:36:44.889Z] ---> ed29f4f3f8fd [2021-04-19T08:36:44.889Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:36:44.889Z] Removing intermediate container fc0e0da499e7 [2021-04-19T08:36:44.889Z] ---> 28e314cfdabc [2021-04-19T08:36:44.889Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T08:36:45.762Z] ---> Running in 2af58fababcb [2021-04-19T08:36:45.762Z] ---> Running in 72e510116d7a [2021-04-19T08:36:45.762Z] Removing intermediate container 57437d5f8a06 [2021-04-19T08:36:45.762Z] ---> 2b6b6e428e95 [2021-04-19T08:36:45.762Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:36:45.762Z] Removing intermediate container feb8fc8d45d9 [2021-04-19T08:36:45.762Z] ---> 3d4259736c0b [2021-04-19T08:36:45.762Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T08:36:45.762Z] ---> Running in a77564dff97c [2021-04-19T08:36:45.762Z] Removing intermediate container 2af58fababcb [2021-04-19T08:36:45.762Z] ---> 03b95bbf2dda [2021-04-19T08:36:45.762Z] Step 15/23 : WORKDIR / [2021-04-19T08:36:45.762Z] Removing intermediate container 72e510116d7a [2021-04-19T08:36:45.762Z] ---> f46bca24f2c6 [2021-04-19T08:36:45.762Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T08:36:45.762Z] ---> Running in d0e5336fea61 [2021-04-19T08:36:45.762Z] ---> 3920815c76cf [2021-04-19T08:36:45.762Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T08:36:45.762Z] Removing intermediate container a77564dff97c [2021-04-19T08:36:45.762Z] ---> 114ac9aeee6b [2021-04-19T08:36:45.762Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:36:46.027Z] ---> Running in 2b8b76c648c6 [2021-04-19T08:36:46.290Z] Removing intermediate container d0e5336fea61 [2021-04-19T08:36:46.290Z] ---> 871a183c1d37 [2021-04-19T08:36:46.290Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:36:46.562Z] ---> 43bbd3202035 [2021-04-19T08:36:46.562Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T08:36:46.840Z] ---> de0fe19a8001 [2021-04-19T08:36:46.840Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T08:36:46.840Z] ---> 6b3cfd21030f [2021-04-19T08:36:46.840Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T08:36:47.443Z] ---> e34391f9fc6b [2021-04-19T08:36:47.443Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T08:36:47.713Z] ---> 87161d7c942c [2021-04-19T08:36:47.713Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T08:36:47.713Z] Removing intermediate container 2b8b76c648c6 [2021-04-19T08:36:47.713Z] ---> 8281cb371cda [2021-04-19T08:36:47.713Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T08:36:47.975Z] ---> Running in 7ed3ef8ae839 [2021-04-19T08:36:48.239Z] ---> 54fac42848d5 [2021-04-19T08:36:48.239Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T08:36:48.239Z] ---> Running in 109e55dc3fc4 [2021-04-19T08:36:48.239Z] ---> 0dd2504d2ca1 [2021-04-19T08:36:48.239Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T08:36:48.239Z] ---> Running in b013fe084682 [2021-04-19T08:36:48.240Z] Removing intermediate container 7ed3ef8ae839 [2021-04-19T08:36:48.240Z] ---> 976f3e279d88 [2021-04-19T08:36:48.240Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T08:36:48.506Z] ---> Running in 6f5c234b249f [2021-04-19T08:36:48.506Z] Removing intermediate container 109e55dc3fc4 [2021-04-19T08:36:48.506Z] ---> a1e38f45d51c [2021-04-19T08:36:48.506Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T08:36:48.506Z] ---> 02482c4c1de2 [2021-04-19T08:36:48.506Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T08:36:48.777Z] Removing intermediate container b013fe084682 [2021-04-19T08:36:48.777Z] ---> dfa6c8e95e57 [2021-04-19T08:36:48.777Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:36:48.777Z] ---> Running in 0522891435ba [2021-04-19T08:36:48.777Z] ---> Running in 4561299151da [2021-04-19T08:36:49.044Z] Removing intermediate container 6f5c234b249f [2021-04-19T08:36:49.044Z] ---> 4a9b5fd4d4bb [2021-04-19T08:36:49.044Z] Step 19/21 : LABEL arch=x86_64 [2021-04-19T08:36:49.044Z] ---> 9150f8b1c3ef [2021-04-19T08:36:49.044Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T08:36:49.044Z] ---> Running in f20f3e76b602 [2021-04-19T08:36:49.308Z] Removing intermediate container 4561299151da [2021-04-19T08:36:49.308Z] ---> cc1e79959c5c [2021-04-19T08:36:49.308Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T08:36:49.308Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T08:36:49.308Z] Removing intermediate container 0522891435ba [2021-04-19T08:36:49.308Z] ---> ea0b0c8681c8 [2021-04-19T08:36:49.308Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:36:49.308Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T08:36:49.308Z] ---> aefe523efa57 [2021-04-19T08:36:49.309Z] 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-19T08:36:49.309Z] ---> Running in e4e7381ff5f5 [2021-04-19T08:36:49.571Z] ---> Running in c0dc48a9c3a2 [2021-04-19T08:36:49.571Z] ---> Running in d066e031bfc4 [2021-04-19T08:36:49.571Z] ---> Running in 4b5d2fe9edb0 [2021-04-19T08:36:49.833Z] Removing intermediate container f20f3e76b602 [2021-04-19T08:36:49.833Z] ---> c37172ed3d92 [2021-04-19T08:36:49.833Z] Step 20/21 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:36:50.096Z] ---> Running in 20113deaed43 [2021-04-19T08:36:50.096Z] Removing intermediate container 4b5d2fe9edb0 [2021-04-19T08:36:50.096Z] ---> 45fbb8fb0217 [2021-04-19T08:36:50.096Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T08:36:50.096Z] Removing intermediate container c0dc48a9c3a2 [2021-04-19T08:36:50.096Z] ---> 3ec402d1360b [2021-04-19T08:36:50.096Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:36:50.096Z] Removing intermediate container d066e031bfc4 [2021-04-19T08:36:50.096Z] ---> 81b6e1b74b9a [2021-04-19T08:36:50.096Z] Step 21/22 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:36:50.360Z] ---> Running in e500e252ba12 [2021-04-19T08:36:50.360Z] ---> Running in 108810a27c67 [2021-04-19T08:36:50.360Z] ---> Running in 868fec313aee [2021-04-19T08:36:50.360Z] Removing intermediate container 20113deaed43 [2021-04-19T08:36:50.360Z] ---> 6bf99a7e6691 [2021-04-19T08:36:50.360Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T08:36:50.623Z] ---> Running in 33c054c533bb [2021-04-19T08:36:50.885Z] Removing intermediate container 108810a27c67 [2021-04-19T08:36:50.885Z] ---> d95616701052 [2021-04-19T08:36:50.885Z] Step 22/23 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:36:50.885Z] Removing intermediate container 868fec313aee [2021-04-19T08:36:50.885Z] ---> b0e007551a33 [2021-04-19T08:36:50.885Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:36:51.147Z] ---> Running in 78564e7dcd91 [2021-04-19T08:36:51.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:51.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:36:51.147Z] ---> Running in d50089ead5da [2021-04-19T08:36:51.147Z] Removing intermediate container 33c054c533bb [2021-04-19T08:36:51.147Z] ---> 9d8a37444d9c [2021-04-19T08:36:51.147Z] [2021-04-19T08:36:51.409Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T08:36:51.409Z] Removing intermediate container 78564e7dcd91 [2021-04-19T08:36:51.409Z] ---> 460760703b2e [2021-04-19T08:36:51.409Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:36:51.409Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T08:36:51.409Z] Executing bash-5.0.17-r0.post-install [2021-04-19T08:36:51.409Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:36:51.409Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T08:36:51.409Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T08:36:51.409Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T08:36:51.409Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T08:36:51.409Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T08:36:51.409Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T08:36:51.409Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T08:36:51.409Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T08:36:51.409Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T08:36:51.409Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T08:36:51.674Z] Successfully built 9d8a37444d9c [2021-04-19T08:36:51.674Z] ---> Running in d127e83224b4 [2021-04-19T08:36:52.248Z] Removing intermediate container d50089ead5da [2021-04-19T08:36:52.248Z] ---> 7f19d1f379a2 [2021-04-19T08:36:52.248Z] [2021-04-19T08:36:52.248Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-19T08:36:52.248Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-19T08:36:52.248Z] Removing intermediate container e4e7381ff5f5 [2021-04-19T08:36:52.248Z] ---> 599cbf7eb986 [2021-04-19T08:36:52.248Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:36:56.469Z] Removing intermediate container d127e83224b4 [2021-04-19T08:36:56.469Z] ---> 4cb307e2f1a5 [2021-04-19T08:36:56.469Z] [2021-04-19T08:36:56.469Z] Successfully built 7f19d1f379a2 [2021-04-19T08:36:56.469Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T08:36:56.469Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T08:36:56.469Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T08:36:56.469Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T08:36:56.469Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T08:36:56.469Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T08:36:56.469Z] Successfully tagged docker-support-notifications-go:latest [2021-04-19T08:36:56.469Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-19T08:36:56.469Z] Successfully built 4cb307e2f1a5 [2021-04-19T08:36:56.469Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T08:36:56.469Z] Successfully tagged docker-core-command-go:latest [2021-04-19T08:36:56.469Z] Building docker-core-metadata-go [2021-04-19T08:36:56.469Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T08:36:57.863Z]  Building docker-core-command-go ... done (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T08:36:57.863Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T08:36:58.819Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T08:36:59.412Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T08:36:59.990Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T08:37:00.255Z] ---> c7b6c90fe76e [2021-04-19T08:37:00.255Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T08:37:00.837Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T08:37:01.412Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T08:37:01.674Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T08:37:03.595Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T08:37:04.540Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T08:37:05.115Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T08:37:07.044Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T08:37:07.044Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T08:37:07.044Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T08:37:07.044Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T08:37:07.627Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T08:37:07.627Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T08:37:07.627Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T08:37:07.627Z] ---> 689cee7d918b [2021-04-19T08:37:07.627Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T08:37:07.888Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:37:08.150Z] OK: 72 MiB in 59 packages [2021-04-19T08:37:10.717Z] ---> e9dccd4c37d7 [2021-04-19T08:37:10.717Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T08:37:13.338Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T08:37:13.338Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T08:37:16.050Z] Collecting docker-compose==1.23.2 [2021-04-19T08:37:16.050Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T08:37:17.480Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T08:37:17.480Z] ---> 631c756f5aa9 [2021-04-19T08:37:17.480Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T08:37:17.480Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T08:37:17.762Z] 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-19T08:37:17.762Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T08:37:17.762Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T08:37:19.707Z] ---> 250d717bf852 [2021-04-19T08:37:19.707Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T08:37:20.088Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T08:37:20.088Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T08:37:21.787Z] ---> Running in e222dc1c5e9c [2021-04-19T08:37:22.092Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T08:37:22.093Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T08:37:22.093Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T08:37:22.093Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T08:37:22.757Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T08:37:22.757Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T08:37:22.757Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:37:22.757Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:37:22.757Z] ---> b40ddba92e94 [2021-04-19T08:37:22.757Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:37:23.019Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:37:23.019Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:37:23.019Z] ---> b40ddba92e94 [2021-04-19T08:37:23.019Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:37:23.281Z] ---> Using cache [2021-04-19T08:37:23.281Z] ---> cdf15a2398ba [2021-04-19T08:37:23.281Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:37:23.281Z] ---> Using cache [2021-04-19T08:37:23.281Z] ---> cdf15a2398ba [2021-04-19T08:37:23.281Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:37:23.281Z] ---> Using cache [2021-04-19T08:37:23.281Z] ---> 9de895a21a2c [2021-04-19T08:37:23.281Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T08:37:23.281Z] ---> Using cache [2021-04-19T08:37:23.281Z] ---> 9de895a21a2c [2021-04-19T08:37:23.281Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:37:23.281Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:37:23.281Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:37:23.281Z] ---> b40ddba92e94 [2021-04-19T08:37:23.281Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T08:37:23.281Z] ---> Using cache [2021-04-19T08:37:23.281Z] ---> cdf15a2398ba [2021-04-19T08:37:23.281Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:37:23.281Z] ---> Using cache [2021-04-19T08:37:23.281Z] ---> 9de895a21a2c [2021-04-19T08:37:23.281Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T08:37:24.235Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T08:37:24.235Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T08:37:24.235Z] Removing intermediate container e222dc1c5e9c [2021-04-19T08:37:24.235Z] ---> 41ac3b53b441 [2021-04-19T08:37:24.235Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T08:37:24.235Z] ---> Running in 9319ddac6178 [2021-04-19T08:37:24.235Z] ---> Running in 04890501c668 [2021-04-19T08:37:24.235Z] ---> Running in 0ca5f81cd863 [2021-04-19T08:37:24.498Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T08:37:24.498Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T08:37:25.500Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T08:37:25.887Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T08:37:25.887Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T08:37:25.887Z] ---> a0ca86149e08 [2021-04-19T08:37:25.887Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T08:37:26.106Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T08:37:26.152Z] ---> Running in 48666f3e2bc4 [2021-04-19T08:37:26.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:26.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:26.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:26.414Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T08:37:26.674Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T08:37:26.674Z] Collecting PyYAML<4,>=3.10 [2021-04-19T08:37:26.674Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T08:37:26.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:26.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:26.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:37:27.778Z] OK: 233 MiB in 51 packages [2021-04-19T08:37:27.778Z] OK: 233 MiB in 51 packages [2021-04-19T08:37:28.041Z] OK: 233 MiB in 51 packages [2021-04-19T08:37:28.041Z] Removing intermediate container 48666f3e2bc4 [2021-04-19T08:37:28.041Z] ---> 3cf551257166 [2021-04-19T08:37:28.041Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T08:37:28.041Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T08:37:28.041Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T08:37:28.614Z] ---> Running in 4621f3372962 [2021-04-19T08:37:28.614Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T08:37:28.614Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T08:37:28.887Z] 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-19T08:37:28.887Z] Removing intermediate container 4621f3372962 [2021-04-19T08:37:28.887Z] ---> 5b16e1c5a145 [2021-04-19T08:37:28.887Z] Step 28/31 : CMD ["gate"] [2021-04-19T08:37:28.887Z] Removing intermediate container 04890501c668 [2021-04-19T08:37:28.887Z] ---> eb1c5379e4af [2021-04-19T08:37:28.887Z] Step 6/24 : COPY go.mod . [2021-04-19T08:37:28.887Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T08:37:28.887Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T08:37:28.887Z] Removing intermediate container 9319ddac6178 [2021-04-19T08:37:28.887Z] ---> e1747450b0b3 [2021-04-19T08:37:28.887Z] Step 6/23 : COPY go.mod . [2021-04-19T08:37:29.150Z] Collecting idna<2.8,>=2.5 [2021-04-19T08:37:29.150Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T08:37:29.411Z] ---> Running in 12b4c63c347f [2021-04-19T08:37:29.411Z] 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-19T08:37:29.411Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T08:37:29.412Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T08:37:29.412Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T08:37:29.412Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T08:37:29.412Z] Removing intermediate container 0ca5f81cd863 [2021-04-19T08:37:29.412Z] ---> 5e8b08521d8f [2021-04-19T08:37:29.412Z] Step 6/23 : COPY go.mod . [2021-04-19T08:37:29.673Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, jsonschema, docopt, cached-property, PyYAML, dockerpty, docker-compose [2021-04-19T08:37:29.673Z] Attempting uninstall: urllib3 [2021-04-19T08:37:29.673Z] Found existing installation: urllib3 1.25.9 [2021-04-19T08:37:29.673Z] ---> 77842c54bc4a [2021-04-19T08:37:29.673Z] Step 7/24 : RUN go mod download [2021-04-19T08:37:29.673Z] Uninstalling urllib3-1.25.9: [2021-04-19T08:37:29.673Z] ---> 0995f4a1b54c [2021-04-19T08:37:29.673Z] Step 7/23 : RUN go mod download [2021-04-19T08:37:29.673Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T08:37:29.949Z] Removing intermediate container 12b4c63c347f [2021-04-19T08:37:29.949Z] ---> bc1682e6a771 [2021-04-19T08:37:29.949Z] Step 29/31 : LABEL arch=x86_64 [2021-04-19T08:37:29.949Z] ---> Running in 4d3e90ea3d64 [2021-04-19T08:37:29.949Z] ---> Running in c4f2fda13a1b [2021-04-19T08:37:30.212Z] Attempting uninstall: idna [2021-04-19T08:37:30.212Z] Found existing installation: idna 2.9 [2021-04-19T08:37:30.212Z] Uninstalling idna-2.9: [2021-04-19T08:37:30.212Z] Successfully uninstalled idna-2.9 [2021-04-19T08:37:30.473Z] ---> Running in de1a805a211f [2021-04-19T08:37:30.473Z] ---> 8a5a24d1aeb0 [2021-04-19T08:37:30.473Z] Step 7/23 : RUN go mod download [2021-04-19T08:37:30.473Z] Attempting uninstall: requests [2021-04-19T08:37:30.473Z] Found existing installation: requests 2.23.0 [2021-04-19T08:37:30.473Z] Uninstalling requests-2.23.0: [2021-04-19T08:37:30.473Z] Successfully uninstalled requests-2.23.0 [2021-04-19T08:37:30.735Z] ---> Running in 8c2ad4222bbb [2021-04-19T08:37:31.309Z] Removing intermediate container de1a805a211f [2021-04-19T08:37:31.309Z] ---> c088194145f9 [2021-04-19T08:37:31.309Z] Step 30/31 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:37:32.267Z] ---> Running in 2f84b1486849 [2021-04-19T08:37:32.267Z] Running setup.py install for texttable: started [2021-04-19T08:37:32.531Z] Removing intermediate container 2f84b1486849 [2021-04-19T08:37:32.532Z] ---> 0ec20539bb41 [2021-04-19T08:37:32.532Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T08:37:32.800Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T08:37:32.800Z] ---> Running in d3d95fbf8bef [2021-04-19T08:37:33.375Z] Running setup.py install for docopt: started [2021-04-19T08:37:33.375Z] Removing intermediate container d3d95fbf8bef [2021-04-19T08:37:33.375Z] ---> f0bdddc3c4d6 [2021-04-19T08:37:33.375Z] [2021-04-19T08:37:33.646Z] Removing intermediate container 4d3e90ea3d64 [2021-04-19T08:37:33.646Z] ---> 75ce35ae55a5 [2021-04-19T08:37:33.646Z] Step 8/24 : COPY . . [2021-04-19T08:37:33.646Z] Removing intermediate container c4f2fda13a1b [2021-04-19T08:37:33.646Z] ---> 5a9588e28382 [2021-04-19T08:37:33.646Z] Step 8/23 : COPY . . [2021-04-19T08:37:33.646Z] Removing intermediate container 8c2ad4222bbb [2021-04-19T08:37:33.646Z] ---> f3722a35bb0d [2021-04-19T08:37:33.646Z] Step 8/23 : COPY . . [2021-04-19T08:37:33.646Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T08:37:33.646Z] Running setup.py install for PyYAML: started [2021-04-19T08:37:33.917Z] Successfully built f0bdddc3c4d6 [2021-04-19T08:37:33.917Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-19T08:37:33.917Z] Building docker-support-scheduler-go [2021-04-19T08:37:34.388Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T08:37:34.388Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T08:37:34.388Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T08:37:37.268Z]  Building docker-security-bootstrapper-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T08:37:37.268Z] Running setup.py install for dockerpty: started [2021-04-19T08:37:38.319Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T08:37:41.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.340s coverage: 45.9% of statements [2021-04-19T08:37:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T08:37:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T08:37:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T08:37:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T08:37:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T08:37:41.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T08:37:41.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.169s coverage: 19.8% of statements [2021-04-19T08:37:41.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.195s coverage: 100.0% of statements [2021-04-19T08:37:41.765Z] 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-19T08:37:47.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.621s coverage: 27.1% of statements [2021-04-19T08:37:47.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T08:37:47.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T08:37:47.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T08:37:47.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T08:37:47.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T08:37:47.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T08:37:47.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements [2021-04-19T08:37:47.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T08:37:47.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.141s coverage: 100.0% of statements [2021-04-19T08:37:47.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T08:37:47.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T08:37:48.907Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.291s coverage: 71.3% of statements [2021-04-19T08:37:48.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T08:37:48.907Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T08:37:50.347Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.592s coverage: 82.9% of statements [2021-04-19T08:37:50.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T08:37:50.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:37:50.347Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.139s coverage: 78.9% of statements [2021-04-19T08:37:50.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T08:38:00.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.217s coverage: 28.6% of statements [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T08:38:00.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.209s coverage: 100.0% of statements [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T08:38:00.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.143s coverage: 100.0% of statements [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T08:38:00.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.382s coverage: 86.7% of statements [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T08:38:00.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.343s coverage: 97.5% of statements [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T08:38:00.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.211s coverage: 78.3% of statements [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T08:38:00.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T08:38:04.244Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:38:04.244Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:38:04.244Z] ---> b40ddba92e94 [2021-04-19T08:38:04.244Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:38:04.244Z] ---> Using cache [2021-04-19T08:38:04.244Z] ---> cdf15a2398ba [2021-04-19T08:38:04.244Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:38:04.244Z] ---> Using cache [2021-04-19T08:38:04.244Z] ---> 9de895a21a2c [2021-04-19T08:38:04.244Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T08:38:04.244Z] ---> Using cache [2021-04-19T08:38:04.244Z] ---> e1747450b0b3 [2021-04-19T08:38:04.244Z] Step 6/22 : COPY go.mod . [2021-04-19T08:38:04.244Z] ---> Using cache [2021-04-19T08:38:04.244Z] ---> 0995f4a1b54c [2021-04-19T08:38:04.244Z] Step 7/22 : RUN go mod download [2021-04-19T08:38:04.244Z] ---> Using cache [2021-04-19T08:38:04.244Z] ---> 5a9588e28382 [2021-04-19T08:38:04.244Z] Step 8/22 : COPY . . [2021-04-19T08:38:08.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.151s coverage: 93.0% of statements [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T08:38:08.829Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.126s coverage: 58.8% of statements [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T08:38:08.829Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.9% of statements [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T08:38:08.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T08:38:08.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.140s coverage: 47.1% of statements [2021-04-19T08:38:08.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.143s coverage: 79.5% of statements [2021-04-19T08:38:08.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.145s coverage: 94.1% of statements [2021-04-19T08:38:08.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.172s coverage: 96.3% of statements [2021-04-19T08:38:09.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.153s coverage: 87.5% of statements [2021-04-19T08:38:16.776Z] ---> 36049a887186 [2021-04-19T08:38:16.776Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T08:38:16.776Z] ---> ad9246c01bdf [2021-04-19T08:38:16.776Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T08:38:18.192Z] ---> d1d168611bea [2021-04-19T08:38:18.192Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T08:38:19.594Z] ---> Running in cb34542385f9 [2021-04-19T08:38:19.594Z] ---> Running in b51025665574 [2021-04-19T08:38:21.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.165s coverage: 94.4% of statements [2021-04-19T08:38:21.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-04-19T08:38:22.172Z] ---> Running in a4dfae567e51 [2021-04-19T08:38:23.124Z] Removing intermediate container e500e252ba12 [2021-04-19T08:38:23.125Z] ---> 8924f85f2e22 [2021-04-19T08:38:23.125Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T08:38:24.072Z] 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-19T08:38:25.017Z] 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-19T08:38:25.281Z] 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-19T08:38:25.548Z] ---> Running in 92eff13bab06 [2021-04-19T08:38:27.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.500s coverage: 81.9% of statements [2021-04-19T08:38:27.243Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T08:38:27.501Z] Removing intermediate container 92eff13bab06 [2021-04-19T08:38:27.501Z] ---> 0794defe3fae [2021-04-19T08:38:27.501Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T08:38:28.932Z] ---> Running in 7e7a2965c651 [2021-04-19T08:38:29.207Z] ---> 25cabdc503a3 [2021-04-19T08:38:29.207Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T08:38:29.207Z] Removing intermediate container 7e7a2965c651 [2021-04-19T08:38:29.207Z] ---> 33184143e424 [2021-04-19T08:38:29.207Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T08:38:29.491Z] ---> Running in ccd874c3bd0c [2021-04-19T08:38:30.479Z] 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-19T08:38:30.479Z] ---> b996d7f40bcf [2021-04-19T08:38:30.479Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T08:38:31.458Z] ---> ff644a6da3b5 [2021-04-19T08:38:31.458Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T08:38:31.729Z] ---> 0a70ceee8549 [2021-04-19T08:38:31.733Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T08:38:32.019Z] ---> Running in f1af76d61ac2 [2021-04-19T08:38:32.287Z] Removing intermediate container f1af76d61ac2 [2021-04-19T08:38:32.287Z] ---> b813d146c078 [2021-04-19T08:38:32.287Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:38:32.287Z] ---> Running in 74609c14b193 [2021-04-19T08:38:32.878Z] Removing intermediate container 74609c14b193 [2021-04-19T08:38:32.878Z] ---> 7b48a86eca5c [2021-04-19T08:38:32.878Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:38:32.878Z] ---> Running in 11f96a2db900 [2021-04-19T08:38:33.150Z] Removing intermediate container 11f96a2db900 [2021-04-19T08:38:33.150Z] ---> aa60ace98cd3 [2021-04-19T08:38:33.150Z] Step 22/23 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:38:33.150Z] ---> Running in a9f2d0b81005 [2021-04-19T08:38:33.422Z] Removing intermediate container a9f2d0b81005 [2021-04-19T08:38:33.422Z] ---> c5d48dace9c8 [2021-04-19T08:38:33.422Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:38:33.690Z] ---> Running in da2f023297bf [2021-04-19T08:38:35.109Z] Removing intermediate container da2f023297bf [2021-04-19T08:38:35.109Z] ---> de7ecf3afdb8 [2021-04-19T08:38:35.109Z] [2021-04-19T08:38:35.109Z] Successfully built de7ecf3afdb8 [2021-04-19T08:38:35.109Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-19T08:38:37.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.186s coverage: 92.9% of statements [2021-04-19T08:38:37.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.161s coverage: 80.8% of statements [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.192s coverage: 87.2% of statements [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.225s coverage: 84.6% of statements [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.212s coverage: 91.6% of statements [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.588s coverage: 64.4% of statements [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T08:38:37.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.128s coverage: 100.0% of statements [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements [2021-04-19T08:38:37.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-04-19T08:38:38.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-04-19T08:38:38.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-04-19T08:38:42.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 69.0% of statements [2021-04-19T08:38:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T08:38:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T08:38:42.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T08:38:43.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.501s coverage: 38.4% of statements [2021-04-19T08:38:43.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T08:38:43.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T08:38:43.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements [2021-04-19T08:38:43.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T08:38:43.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.106s coverage: 84.8% of statements [2021-04-19T08:38:50.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.433s coverage: 47.0% of statements [2021-04-19T08:38:50.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T08:38:50.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T08:38:50.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T08:38:50.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T08:38:50.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T08:38:50.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements [2021-04-19T08:38:50.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T08:38:50.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2021-04-19T08:38:50.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T08:38:50.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T08:38:50.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.172s coverage: 10.5% of statements [2021-04-19T08:38:50.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T08:38:50.120Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T08:38:53.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.509s coverage: 87.7% of statements [2021-04-19T08:38:53.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T08:38:53.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:38:53.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T08:38:58.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.371s coverage: 29.1% of statements [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T08:38:58.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T08:38:58.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.186s coverage: 100.0% of statements [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T08:38:58.920Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.325s coverage: 95.6% of statements [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T08:38:58.920Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T08:38:58.920Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T08:38:58.920Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T08:38:58.920Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T08:38:59.194Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-04-19T08:39:00.175Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements [2021-04-19T08:39:01.149Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-19T08:39:02.125Z] GO111MODULE=on go vet ./... [2021-04-19T08:39:02.424Z] Removing intermediate container a4dfae567e51 [2021-04-19T08:39:02.424Z] ---> 614d1f24328f [2021-04-19T08:39:02.424Z] [2021-04-19T08:39:02.424Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T08:39:02.424Z] ---> 13621d1b12d4 [2021-04-19T08:39:02.424Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T08:39:02.424Z] ---> Running in 1c44436311b7 [2021-04-19T08:39:03.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:39:03.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:39:03.652Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T08:39:03.652Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:39:03.652Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T08:39:03.652Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T08:39:03.652Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:39:03.652Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T08:39:03.652Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:39:03.652Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:39:03.917Z] OK: 7 MiB in 20 packages [2021-04-19T08:39:06.472Z] Removing intermediate container ccd874c3bd0c [2021-04-19T08:39:06.472Z] ---> 2b20bb1b31de [2021-04-19T08:39:06.472Z] [2021-04-19T08:39:06.472Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:39:07.416Z] ---> 13621d1b12d4 [2021-04-19T08:39:07.416Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:39:07.416Z] ---> Using cache [2021-04-19T08:39:07.416Z] ---> 9991d72493a8 [2021-04-19T08:39:07.416Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:39:07.416Z] ---> Using cache [2021-04-19T08:39:07.416Z] ---> a45634a4f78f [2021-04-19T08:39:07.416Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T08:39:07.678Z] Removing intermediate container b51025665574 [2021-04-19T08:39:07.678Z] ---> a7b75f1f9ebc [2021-04-19T08:39:07.678Z] [2021-04-19T08:39:07.678Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:39:07.678Z] ---> 13621d1b12d4 [2021-04-19T08:39:07.678Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:39:07.678Z] ---> Using cache [2021-04-19T08:39:07.678Z] ---> 9991d72493a8 [2021-04-19T08:39:07.940Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:39:07.940Z] ---> Using cache [2021-04-19T08:39:07.940Z] ---> a45634a4f78f [2021-04-19T08:39:07.940Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T08:39:08.513Z] ---> Running in d66d4769a126 [2021-04-19T08:39:09.456Z] ---> Running in 75e9386633f4 [2021-04-19T08:39:09.456Z] Removing intermediate container cb34542385f9 [2021-04-19T08:39:09.456Z] ---> b31ab3ad2fc1 [2021-04-19T08:39:09.456Z] [2021-04-19T08:39:09.456Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:39:09.456Z] ---> 13621d1b12d4 [2021-04-19T08:39:09.456Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T08:39:09.456Z] Removing intermediate container 1c44436311b7 [2021-04-19T08:39:09.456Z] ---> 447a3d812a10 [2021-04-19T08:39:09.456Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:39:09.718Z] ---> Running in d5ec876a5eec [2021-04-19T08:39:09.718Z] ---> Running in 47c6f24f3a0d [2021-04-19T08:39:09.718Z] Removing intermediate container d66d4769a126 [2021-04-19T08:39:09.718Z] ---> abea0bb8f038 [2021-04-19T08:39:09.718Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:39:09.718Z] Removing intermediate container 75e9386633f4 [2021-04-19T08:39:09.718Z] ---> 27b46c89c2c6 [2021-04-19T08:39:09.718Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:39:09.981Z] ---> Running in e00933423457 [2021-04-19T08:39:09.981Z] ---> Running in 192889dab36d [2021-04-19T08:39:09.981Z] Removing intermediate container d5ec876a5eec [2021-04-19T08:39:09.981Z] ---> e8b3e1d4aba1 [2021-04-19T08:39:09.981Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T08:39:09.981Z] Removing intermediate container 47c6f24f3a0d [2021-04-19T08:39:09.981Z] ---> 3d2ceefc817f [2021-04-19T08:39:09.981Z] Step 13/24 : WORKDIR / [2021-04-19T08:39:10.249Z] ---> Running in 3b21efd165ab [2021-04-19T08:39:10.249Z] Removing intermediate container e00933423457 [2021-04-19T08:39:10.249Z] ---> eb580e38b4ac [2021-04-19T08:39:10.249Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:39:10.249Z] ---> Running in d1e27af2fe10 [2021-04-19T08:39:10.249Z] Removing intermediate container 192889dab36d [2021-04-19T08:39:10.249Z] ---> ad999dac37bd [2021-04-19T08:39:10.249Z] Step 15/23 : WORKDIR / [2021-04-19T08:39:10.511Z] Removing intermediate container 3b21efd165ab [2021-04-19T08:39:10.511Z] ---> 5f2dc24418f0 [2021-04-19T08:39:10.511Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T08:39:10.511Z] ---> Running in 64ddc6517df5 [2021-04-19T08:39:11.459Z] ---> Running in ee129744634c [2021-04-19T08:39:11.459Z] Removing intermediate container d1e27af2fe10 [2021-04-19T08:39:11.459Z] ---> c386ed4abd3e [2021-04-19T08:39:11.459Z] 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-19T08:39:11.459Z] ---> 2446046f2339 [2021-04-19T08:39:11.459Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T08:39:11.459Z] Removing intermediate container 64ddc6517df5 [2021-04-19T08:39:11.459Z] ---> 575b03aa6024 [2021-04-19T08:39:11.459Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:39:11.723Z] Removing intermediate container ee129744634c [2021-04-19T08:39:11.723Z] ---> 22b7b6bec439 [2021-04-19T08:39:11.723Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:39:11.992Z] ---> d9cc33928716 [2021-04-19T08:39:11.992Z] 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-19T08:39:11.992Z] ---> Running in 41c2a415b951 [2021-04-19T08:39:11.992Z] ---> 86359f514ebd [2021-04-19T08:39:11.992Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T08:39:11.992Z] ---> 9987990a0d93 [2021-04-19T08:39:11.992Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T08:39:12.259Z] ---> 5668089c56b9 [2021-04-19T08:39:12.259Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T08:39:12.526Z] ---> 98bfe63de982 [2021-04-19T08:39:12.526Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T08:39:12.526Z] ---> Running in d20fbed0c14c [2021-04-19T08:39:12.793Z] ---> 7f33bf1f6ac0 [2021-04-19T08:39:12.793Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T08:39:12.793Z] ---> 60f244595374 [2021-04-19T08:39:12.793Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T08:39:12.793Z] Removing intermediate container d20fbed0c14c [2021-04-19T08:39:12.793Z] ---> 04d088e3bf41 [2021-04-19T08:39:12.793Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:39:12.793Z] ---> Running in 677bce8416f9 [2021-04-19T08:39:13.055Z] ---> 3ff7aa7f426c [2021-04-19T08:39:13.055Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T08:39:13.317Z] ---> Running in 17291cca3141 [2021-04-19T08:39:13.317Z] Removing intermediate container 677bce8416f9 [2021-04-19T08:39:13.317Z] ---> 586ba89c9bcf [2021-04-19T08:39:13.317Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T08:39:13.317Z] ---> 48e041931f44 [2021-04-19T08:39:13.317Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T08:39:13.600Z] ---> Running in 81c423dda62f [2021-04-19T08:39:13.600Z] Removing intermediate container 41c2a415b951 [2021-04-19T08:39:13.600Z] ---> f4ad4b9a7c76 [2021-04-19T08:39:13.600Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T08:39:13.600Z] Removing intermediate container 17291cca3141 [2021-04-19T08:39:13.600Z] ---> c1e1c2ed6b9e [2021-04-19T08:39:13.600Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:39:14.549Z] ---> Running in 80b9b48ddda9 [2021-04-19T08:39:14.549Z] Removing intermediate container 81c423dda62f [2021-04-19T08:39:14.549Z] ---> 0e06f2d984bb [2021-04-19T08:39:14.549Z] Step 21/22 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:39:14.549Z] ---> Running in 7dc9e5dd46cc [2021-04-19T08:39:14.814Z] ---> Running in d15ff1e69a82 [2021-04-19T08:39:14.814Z] ---> 34f9305b978a [2021-04-19T08:39:14.814Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T08:39:15.078Z] Removing intermediate container 7dc9e5dd46cc [2021-04-19T08:39:15.078Z] ---> 7221492ab6ab [2021-04-19T08:39:15.078Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:39:15.078Z] Removing intermediate container d15ff1e69a82 [2021-04-19T08:39:15.078Z] ---> 72885166c331 [2021-04-19T08:39:15.078Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:39:15.078Z] ---> Running in c08b7f7d449e [2021-04-19T08:39:15.078Z] ---> Running in 52187ed0f122 [2021-04-19T08:39:15.078Z] ---> 0631f366e900 [2021-04-19T08:39:15.078Z] 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-19T08:39:15.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T08:39:15.340Z] ---> Running in a58598590c53 [2021-04-19T08:39:15.340Z] Removing intermediate container 52187ed0f122 [2021-04-19T08:39:15.340Z] ---> b82e2e3afebb [2021-04-19T08:39:15.340Z] [2021-04-19T08:39:15.605Z] Removing intermediate container c08b7f7d449e [2021-04-19T08:39:15.605Z] ---> 20593c0b7d81 [2021-04-19T08:39:15.605Z] Step 22/23 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:39:15.606Z] Successfully built b82e2e3afebb [2021-04-19T08:39:15.606Z] ---> Running in d42543fbc187 [2021-04-19T08:39:15.606Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-19T08:39:15.870Z]  Building docker-support-scheduler-go ... done Removing intermediate container d42543fbc187 [2021-04-19T08:39:15.870Z] ---> f3b580648c5d [2021-04-19T08:39:15.870Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:39:15.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T08:39:15.870Z] ---> Running in 4f4b1241605d [2021-04-19T08:39:16.133Z] Removing intermediate container 4f4b1241605d [2021-04-19T08:39:16.133Z] ---> c520bb103c78 [2021-04-19T08:39:16.133Z] [2021-04-19T08:39:16.396Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:39:16.396Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T08:39:16.396Z] Successfully built c520bb103c78 [2021-04-19T08:39:16.396Z] Successfully tagged docker-core-metadata-go:latest [2021-04-19T08:39:16.396Z]  Building docker-core-metadata-go ... done Removing intermediate container a58598590c53 [2021-04-19T08:39:16.396Z] ---> 2b14ad51468f [2021-04-19T08:39:16.396Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T08:39:16.396Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T08:39:16.396Z] ---> Running in 50a8ada25e45 [2021-04-19T08:39:16.658Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T08:39:16.658Z] Removing intermediate container 50a8ada25e45 [2021-04-19T08:39:16.658Z] ---> 8c4210689f45 [2021-04-19T08:39:16.658Z] Step 22/24 : LABEL arch=x86_64 [2021-04-19T08:39:16.658Z] ---> Running in f59549797e2d [2021-04-19T08:39:16.920Z] Removing intermediate container f59549797e2d [2021-04-19T08:39:16.920Z] ---> 58e5dd9fb050 [2021-04-19T08:39:16.920Z] Step 23/24 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:39:16.920Z] ---> Running in fe7f01d9ad2e [2021-04-19T08:39:17.182Z] Removing intermediate container fe7f01d9ad2e [2021-04-19T08:39:17.182Z] ---> 1bf2d01e739c [2021-04-19T08:39:17.182Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T08:39:17.182Z] ---> Running in ffca103da1b9 [2021-04-19T08:39:17.443Z] Removing intermediate container ffca103da1b9 [2021-04-19T08:39:17.443Z] ---> 8501700909a8 [2021-04-19T08:39:17.443Z] [2021-04-19T08:39:17.443Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T08:39:17.443Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T08:39:17.443Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:39:17.443Z] OK: 8 MiB in 20 packages [2021-04-19T08:39:17.443Z] Successfully built 8501700909a8 [2021-04-19T08:39:17.706Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-19T08:39:17.967Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 80b9b48ddda9 [2021-04-19T08:39:17.967Z] ---> 1d422a6f82b2 [2021-04-19T08:39:17.967Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:39:18.229Z] ---> ead1b0839f3d [2021-04-19T08:39:18.229Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T08:39:19.175Z] ---> a62577a25e17 [2021-04-19T08:39:19.175Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T08:39:19.175Z] ---> 753cc1192052 [2021-04-19T08:39:19.175Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T08:39:19.175Z] ---> Running in 61b660fec1c6 [2021-04-19T08:39:19.436Z] Removing intermediate container 61b660fec1c6 [2021-04-19T08:39:19.436Z] ---> 84a0e1811f0e [2021-04-19T08:39:19.436Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:39:19.436Z] ---> Running in 9712365b1b31 [2021-04-19T08:39:19.697Z] Removing intermediate container 9712365b1b31 [2021-04-19T08:39:19.697Z] ---> 6c7d16986965 [2021-04-19T08:39:19.697Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T08:39:19.697Z] ---> Running in d7b8ff89a770 [2021-04-19T08:39:19.958Z] Removing intermediate container d7b8ff89a770 [2021-04-19T08:39:19.958Z] ---> aeb7cbdae1db [2021-04-19T08:39:19.958Z] Step 22/23 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:39:19.958Z] ---> Running in b16547eb1fbb [2021-04-19T08:39:20.219Z] Removing intermediate container b16547eb1fbb [2021-04-19T08:39:20.219Z] ---> ca158817fe3c [2021-04-19T08:39:20.219Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:39:20.220Z] ---> Running in 17344509c24e [2021-04-19T08:39:20.220Z] Removing intermediate container 17344509c24e [2021-04-19T08:39:20.220Z] ---> 4909e8bf3f79 [2021-04-19T08:39:20.220Z] [2021-04-19T08:39:20.481Z] Successfully built 4909e8bf3f79 [2021-04-19T08:39:20.481Z] Successfully tagged docker-core-data-go:latest [2021-04-19T08:39:20.753Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-19T08:39:20.777Z] $ docker stop --time=1 544c76ce7897092238beaa57357f507e59d0c7d1460107d163ad33c70862545a [2021-04-19T08:39:22.510Z] $ docker rm -f 544c76ce7897092238beaa57357f507e59d0c7d1460107d163ad33c70862545a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T08:39:22.983Z] + docker images [2021-04-19T08:39:22.983Z] + grep docker [2021-04-19T08:39:23.248Z] docker-core-data-go latest 4909e8bf3f79 3 seconds ago 22.9MB [2021-04-19T08:39:23.248Z] docker-security-secretstore-setup-go latest 8501700909a8 6 seconds ago 26.3MB [2021-04-19T08:39:23.248Z] docker-support-scheduler-go latest b82e2e3afebb 8 seconds ago 17.6MB [2021-04-19T08:39:23.248Z] docker-core-metadata-go latest c520bb103c78 8 seconds ago 19.2MB [2021-04-19T08:39:23.248Z] docker-sys-mgmt-agent-go latest de7ecf3afdb8 49 seconds ago 312MB [2021-04-19T08:39:23.248Z] docker-security-bootstrapper-go latest f0bdddc3c4d6 About a minute ago 19.3MB [2021-04-19T08:39:23.248Z] docker-core-command-go latest 4cb307e2f1a5 2 minutes ago 17.5MB [2021-04-19T08:39:23.248Z] docker-support-notifications-go latest 7f19d1f379a2 2 minutes ago 18.2MB [2021-04-19T08:39:23.248Z] docker-security-proxy-setup-go latest 9d8a37444d9c 2 minutes ago 26MB [2021-04-19T08:39:23.248Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-19T08:39:38.514Z] Still waiting to schedule task [2021-04-19T08:39:38.514Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-755’ [2021-04-19T08:40:23.982Z] gofmt -l . [2021-04-19T08:40:23.982Z] [ "`gofmt -l .`" = "" ] [2021-04-19T08:40:23.982Z] ./bin/test-go-mod-tidy.sh [2021-04-19T08:40:24.963Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-19T08:40:27.596Z] + ls -al . [2021-04-19T08:40:27.597Z] total 824 [2021-04-19T08:40:27.597Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 08:40 . [2021-04-19T08:40:27.597Z] drwxr-xr-x 4 root root 4096 Apr 19 08:35 .. [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 08:34 .dockerignore [2021-04-19T08:40:27.597Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 08:34 .git [2021-04-19T08:40:27.597Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 08:34 .github [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 08:34 .gitignore [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 08:34 .sonarcloud.properties [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 08:34 Attribution.txt [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 08:34 CONTRIBUTING.md [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 08:34 Dockerfile.build [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 08:34 Jenkinsfile [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 08:34 LICENSE [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 08:34 Makefile [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 6548 Apr 19 08:34 README.md [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 08:34 SECURITY.md [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 08:30 VERSION [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 08:34 ZMQWindows.md [2021-04-19T08:40:27.597Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 08:34 bin [2021-04-19T08:40:27.597Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 08:34 cmd [2021-04-19T08:40:27.597Z] -rw-r--r-- 1 root root 687366 Apr 19 08:39 coverage.out [2021-04-19T08:40:27.597Z] -rw-r--r-- 1 root root 1058 Apr 19 08:40 go.mod [2021-04-19T08:40:27.597Z] -rw-r--r-- 1 root root 22256 Apr 19 08:40 go.sum [2021-04-19T08:40:27.597Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 08:34 internal [2021-04-19T08:40:27.597Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 08:34 openapi [2021-04-19T08:40:27.597Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 08:34 snap [2021-04-19T08:40:27.597Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 08:34 version.go [Pipeline] sh [2021-04-19T08:40:28.250Z] + '[' -e coverage.out ] [2021-04-19T08:40:28.250Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T08:40:28.272Z] Warning: overwriting stash ‘coverage-report’ [2021-04-19T08:40:29.466Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T08:40:30.115Z] + make build [2021-04-19T08:40:30.115Z] 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-19T08:40:40.250Z] 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-19T08:41:07.042Z] 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-19T08:41:09.016Z] 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-19T08:41:14.403Z] 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-19T08:41:15.380Z] 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-19T08:41:20.781Z] 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-19T08:41:26.175Z] 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-19T08:41:30.477Z] 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-19T08:41:34.775Z] 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-19T08:41:38.161Z] 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-19T08:41:42.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-19T08:41:49.067Z] $ docker stop --time=1 9696c516d61538471d64faee53be81aaa95ceea142adb2a2d7363cee78f5bf1e [2021-04-19T08:41:51.518Z] $ docker rm -f 9696c516d61538471d64faee53be81aaa95ceea142adb2a2d7363cee78f5bf1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:41:53.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:41:53.273Z] [2021-04-19T08:41:53.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:41:53.893Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:41:53.893Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-19T08:41:53.893Z] 29e5d40040c1: Pulling fs layer [2021-04-19T08:41:53.893Z] 1ce36da41761: Pulling fs layer [2021-04-19T08:41:53.893Z] 25b303627fd3: Pulling fs layer [2021-04-19T08:41:54.169Z] 29e5d40040c1: Verifying Checksum [2021-04-19T08:41:54.169Z] 29e5d40040c1: Download complete [2021-04-19T08:41:54.769Z] 1ce36da41761: Verifying Checksum [2021-04-19T08:41:54.769Z] 1ce36da41761: Download complete [2021-04-19T08:41:55.046Z] 29e5d40040c1: Pull complete [2021-04-19T08:41:56.475Z] 1ce36da41761: Pull complete [2021-04-19T08:41:56.475Z] 25b303627fd3: Download complete [2021-04-19T08:42:06.608Z] 25b303627fd3: Pull complete [2021-04-19T08:42:06.608Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-19T08:42:06.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:42:06.608Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-19T08:42:06.846Z] prd-ubuntu18.04-docker-arm64-4c-16g-748 does not seem to be running inside a container [2021-04-19T08:42:06.804Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T08:42:09.897Z] $ docker top 30a36522448de142e5acb8d8a3e83906fe43403db2ff8e3a80e9a8df1e5a9109 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:42:10.978Z] + grep parallel+ [2021-04-19T08:42:10.978Z] docker-compose build --help [2021-04-19T08:42:12.091Z] Running on prd-ubuntu18.04-docker-8c-8g-756 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws [2021-04-19T08:42:12.107Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-19T08:42:14.330Z] using credential edgex-jenkins-ssh [2021-04-19T08:42:14.342Z] Cloning the remote Git repository [2021-04-19T08:42:14.344Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T08:42:14.241Z] $ docker stop --time=1 30a36522448de142e5acb8d8a3e83906fe43403db2ff8e3a80e9a8df1e5a9109 [2021-04-19T08:42:14.218Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:42:14.287Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-19T08:42:14.313Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:42:14.313Z] > git --version # timeout=10 [2021-04-19T08:42:14.325Z] > git --version # 'git version 2.17.1' [2021-04-19T08:42:14.326Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:42:14.352Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:42:16.205Z] $ docker rm -f 30a36522448de142e5acb8d8a3e83906fe43403db2ff8e3a80e9a8df1e5a9109 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:42:17.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T08:42:17.049Z] . [Pipeline] withDockerContainer [2021-04-19T08:42:17.311Z] prd-ubuntu18.04-docker-arm64-4c-16g-748 does not seem to be running inside a container [2021-04-19T08:42:17.262Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T08:42:18.727Z] $ docker top 0c2fbfaae6272e5d23616b2b6882f05c83b6b2977446f499b5422960c313f8e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:42:19.988Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T08:42:21.543Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:42:21.547Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T08:42:21.556Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T08:42:21.569Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T08:42:21.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:42:21.573Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T08:42:22.072Z] Merging remotes/origin/master commit b1882bac436620be465db7044db985b75d91785f into PR head commit b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-19T08:42:22.244Z] Merge succeeded, producing cab88a00054afc117e3094d98d247a6e078d8d30 [2021-04-19T08:42:22.245Z] Checking out Revision cab88a00054afc117e3094d98d247a6e078d8d30 (PR-3372) [2021-04-19T08:42:22.023Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:42:22.028Z] > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 [2021-04-19T08:42:22.104Z] > git remote # timeout=10 [2021-04-19T08:42:22.109Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T08:42:22.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T08:42:22.118Z] > git merge b1882bac436620be465db7044db985b75d91785f # timeout=10 [2021-04-19T08:42:22.182Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T08:42:22.189Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T08:42:22.193Z] > git checkout -f cab88a00054afc117e3094d98d247a6e078d8d30 # timeout=10 [2021-04-19T08:42:23.379Z] Building docker-core-command-go ... [2021-04-19T08:42:23.379Z] Building docker-core-data-go ... [2021-04-19T08:42:23.379Z] Building docker-core-metadata-go ... [2021-04-19T08:42:23.379Z] Building docker-security-bootstrapper-go ... [2021-04-19T08:42:23.379Z] Building docker-security-proxy-setup-go ... [2021-04-19T08:42:23.379Z] Building docker-security-secretstore-setup-go ... [2021-04-19T08:42:23.379Z] Building docker-support-notifications-go ... [2021-04-19T08:42:23.379Z] Building docker-support-scheduler-go ... [2021-04-19T08:42:23.379Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T08:42:23.379Z] Building docker-core-data-go [2021-04-19T08:42:23.379Z] Building docker-support-scheduler-go [2021-04-19T08:42:23.379Z] Building docker-security-bootstrapper-go [2021-04-19T08:42:23.379Z] Building docker-support-notifications-go [2021-04-19T08:42:23.379Z] Building docker-core-metadata-go [2021-04-19T08:42:25.920Z] Commit message: "Merge commit 'b1882bac436620be465db7044db985b75d91785f' into HEAD" [2021-04-19T08:42:25.886Z] > git rev-list --no-walk b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:42:27.185Z] + echo snap-build.sh [2021-04-19T08:42:27.185Z] snap-build.sh [2021-04-19T08:42:27.185Z] + SNAP_BASE_DIR=. [2021-04-19T08:42:27.185Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-04-19T08:42:27.185Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-04-19T08:42:27.185Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-04-19T08:42:27.185Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-04-19T08:42:27.185Z] + cd /w/workspace/edgex-go/3 [2021-04-19T08:42:27.185Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-19T08:42:27.185Z] Reading package lists... [2021-04-19T08:42:27.185Z] Building dependency tree... [2021-04-19T08:42:27.185Z] Reading state information... [2021-04-19T08:42:27.448Z] The following packages were automatically installed and are no longer required: [2021-04-19T08:42:27.448Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-19T08:42:27.448Z] uidmap xdelta3 [2021-04-19T08:42:27.448Z] Use 'sudo apt autoremove' to remove them. [2021-04-19T08:42:27.448Z] The following packages will be REMOVED: [2021-04-19T08:42:27.448Z] lxd* lxd-client* [2021-04-19T08:42:27.711Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-19T08:42:27.711Z] After this operation, 31.7 MB disk space will be freed. [2021-04-19T08:42:28.757Z] (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-19T08:42:28.757Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T08:42:29.704Z] Removing lxd dnsmasq configuration [2021-04-19T08:42:29.704Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T08:42:29.965Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-19T08:42:30.909Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-19T08:42:30.909Z] (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-19T08:42:30.909Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-19T08:42:32.298Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-19T08:42:32.298Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-19T08:42:33.683Z] + sudo snap remove --purge lxd [2021-04-19T08:42:33.683Z] snap "lxd" is not installed [2021-04-19T08:42:33.683Z] + sudo groupadd --force --system lxd [2021-04-19T08:42:33.683Z] ++ whoami [2021-04-19T08:42:33.683Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-19T08:42:33.683Z] + newgrp - lxd [2021-04-19T08:42:33.683Z] + sudo snap install lxd [2021-04-19T08:42:41.835Z] 2021-04-19T08:42:40Z INFO Waiting for automatic snapd restart... [2021-04-19T08:42:56.752Z] lxd 4.13 from Canonical* installed [2021-04-19T08:42:56.752Z] + sudo lxd init --auto [2021-04-19T08:43:06.762Z] + sudo snap install --classic snapcraft [2021-04-19T08:43:10.975Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T08:43:10.975Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-19T08:43:10.975Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-19T08:43:10.975Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T08:43:10.975Z] Dload Upload Total Spent Left Speed [2021-04-19T08:43:10.975Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4610 0 --:--:-- --:--:-- --:--:-- 4610 [2021-04-19T08:43:10.975Z] 53 3325k 53 1764k 0 0 6758k 0 --:--:-- --:--:-- --:--:-- 6758k 100 3325k 100 3325k 0 0 10.8M 0 --:--:-- --:--:-- --:--:-- 41.2M [2021-04-19T08:43:10.975Z] ./yq_linux_amd64 [2021-04-19T08:43:11.239Z] + sudo snapcraft prime --use-lxd [2021-04-19T08:43:12.629Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-19T08:43:12.629Z] 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-19T08:43:12.629Z] - README.md [2021-04-19T08:43:12.629Z] [2021-04-19T08:43:12.629Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T08:43:13.576Z] Launching a container. [2021-04-19T08:43:25.812Z] Waiting for container to be ready [2021-04-19T08:43:25.812Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-19T08:43:25.812Z] [2021-04-19T08:43:29.115Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-19T08:43:29.687Z] Waiting for network to be ready... [2021-04-19T08:43:29.954Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T08:43:30.223Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T08:43:30.223Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T08:43:30.224Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T08:43:30.224Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T08:43:30.224Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T08:43:30.224Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T08:43:30.224Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T08:43:30.224Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T08:43:30.224Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T08:43:30.484Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T08:43:30.745Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T08:43:31.005Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T08:43:31.005Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T08:43:31.005Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T08:43:31.267Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T08:43:31.267Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T08:43:31.267Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T08:43:31.836Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T08:43:32.096Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T08:43:32.096Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T08:43:32.096Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T08:43:32.096Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T08:43:32.096Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T08:43:32.096Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T08:43:32.096Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T08:43:32.356Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-19T08:43:34.900Z] Fetched 24.4 MB in 5s (5429 kB/s) [2021-04-19T08:43:35.163Z] Reading package lists... [2021-04-19T08:43:35.424Z] Reading package lists... [2021-04-19T08:43:35.685Z] Building dependency tree... [2021-04-19T08:43:35.685Z] Reading state information... [2021-04-19T08:43:35.685Z] The following additional packages will be installed: [2021-04-19T08:43:35.685Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T08:43:35.685Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T08:43:35.685Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T08:43:35.685Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-19T08:43:35.685Z] Suggested packages: [2021-04-19T08:43:35.685Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-19T08:43:35.685Z] Recommended packages: [2021-04-19T08:43:35.685Z] gnupg libsasl2-modules [2021-04-19T08:43:35.685Z] The following NEW packages will be installed: [2021-04-19T08:43:35.685Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-19T08:43:35.685Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-19T08:43:35.685Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-19T08:43:35.685Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-19T08:43:35.685Z] The following packages will be upgraded: [2021-04-19T08:43:35.685Z] gpg gpg-agent gpgconf libudev1 [2021-04-19T08:43:35.946Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-19T08:43:35.946Z] Need to get 3529 kB of archives. [2021-04-19T08:43:35.946Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-19T08:43:35.946Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-19T08:43:35.946Z] Get:2 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-19T08:43:36.207Z] 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-19T08:43:36.207Z] 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-19T08:43:36.207Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-19T08:43:36.207Z] 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-19T08:43:36.777Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-19T08:43:36.777Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-19T08:43:36.777Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-19T08:43:36.777Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-19T08:43:36.777Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-19T08:43:36.777Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-19T08:43:36.777Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-19T08:43:36.777Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-19T08:43:36.777Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-19T08:43:36.777Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-19T08:43:36.777Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-19T08:43:36.777Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-19T08:43:36.777Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-19T08:43:36.777Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-19T08:43:36.777Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-19T08:43:36.777Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-19T08:43:36.777Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:43:37.038Z] Fetched 3529 kB in 1s (3475 kB/s) [2021-04-19T08:43:37.038Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T08:43:37.038Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:43:37.038Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:43:37.038Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-19T08:43:37.298Z] Selecting previously unselected package udev. [2021-04-19T08:43:37.298Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-19T08:43:37.298Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:43:37.298Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-19T08:43:37.559Z] Selecting previously unselected package libfuse2:amd64. [2021-04-19T08:43:37.559Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T08:43:37.559Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T08:43:37.559Z] Selecting previously unselected package fuse. [2021-04-19T08:43:37.559Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-19T08:43:37.559Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-19T08:43:37.820Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:43:37.820Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:43:37.820Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:43:37.820Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:43:38.079Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:43:38.079Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:43:38.340Z] Selecting previously unselected package libksba8:amd64. [2021-04-19T08:43:38.340Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-19T08:43:38.340Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-19T08:43:38.340Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-19T08:43:38.340Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:43:38.340Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:38.340Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-19T08:43:38.340Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:43:38.340Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:38.601Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-19T08:43:38.601Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:43:38.601Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:38.601Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-19T08:43:38.601Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:43:38.601Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:38.601Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-19T08:43:38.601Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:43:38.861Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:38.861Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-19T08:43:38.861Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:43:38.861Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:38.861Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-19T08:43:38.861Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:43:38.861Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:39.122Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-19T08:43:39.122Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:43:39.122Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:39.122Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-19T08:43:39.122Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-19T08:43:39.122Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:39.122Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-19T08:43:39.122Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T08:43:39.122Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:43:39.384Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-19T08:43:39.384Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-19T08:43:39.384Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:43:39.384Z] Selecting previously unselected package libldap-common. [2021-04-19T08:43:39.384Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-19T08:43:39.384Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:43:39.384Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-19T08:43:39.384Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-19T08:43:39.384Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:43:39.645Z] Selecting previously unselected package dirmngr. [2021-04-19T08:43:39.645Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:43:39.645Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T08:43:39.645Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:43:39.645Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-19T08:43:39.645Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-19T08:43:39.645Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:43:39.906Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-19T08:43:39.906Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-19T08:43:39.906Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:39.906Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-19T08:43:39.906Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:43:39.906Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-19T08:43:40.481Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-19T08:43:40.481Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:40.481Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-19T08:43:40.481Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-19T08:43:40.741Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-19T08:43:40.741Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:40.741Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:40.741Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:40.741Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:40.741Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:40.741Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:40.741Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-19T08:43:41.001Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-19T08:43:41.002Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-19T08:43:41.002Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:43:41.263Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-19T08:43:41.264Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-19T08:43:41.264Z] This means they are not meant to be enabled using systemctl. [2021-04-19T08:43:41.264Z] Possible reasons for having this kind of units are: [2021-04-19T08:43:41.264Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-19T08:43:41.264Z] .wants/ or .requires/ directory. [2021-04-19T08:43:41.264Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-19T08:43:41.264Z] a requirement dependency on it. [2021-04-19T08:43:41.264Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-19T08:43:41.264Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-19T08:43:41.264Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-19T08:43:41.264Z] instance name specified. [2021-04-19T08:43:41.834Z] Reading package lists... [2021-04-19T08:43:41.834Z] Building dependency tree... [2021-04-19T08:43:41.834Z] Reading state information... [2021-04-19T08:43:42.094Z] The following additional packages will be installed: [2021-04-19T08:43:42.094Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-19T08:43:42.094Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-19T08:43:42.094Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-19T08:43:42.094Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-19T08:43:42.094Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-19T08:43:42.094Z] Suggested packages: [2021-04-19T08:43:42.094Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-19T08:43:42.094Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-19T08:43:42.094Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-19T08:43:42.094Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-19T08:43:42.094Z] systemd-container policykit-1 [2021-04-19T08:43:42.094Z] Recommended packages: [2021-04-19T08:43:42.094Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-19T08:43:42.094Z] The following NEW packages will be installed: [2021-04-19T08:43:42.094Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-19T08:43:42.094Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-19T08:43:42.094Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-19T08:43:42.094Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-19T08:43:42.094Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-19T08:43:42.094Z] The following packages will be upgraded: [2021-04-19T08:43:42.094Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-19T08:43:42.094Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-19T08:43:42.095Z] Need to get 35.2 MB of archives. [2021-04-19T08:43:42.095Z] After this operation, 141 MB of additional disk space will be used. [2021-04-19T08:43:42.095Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-19T08:43:42.095Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-19T08:43:42.095Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-19T08:43:42.355Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-19T08:43:42.355Z] 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-19T08:43:42.355Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-19T08:43:42.355Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-19T08:43:42.355Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-19T08:43:42.355Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-19T08:43:42.355Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-19T08:43:42.355Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-19T08:43:42.355Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-19T08:43:42.355Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-19T08:43:42.355Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-19T08:43:42.355Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-19T08:43:42.355Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-19T08:43:42.355Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-19T08:43:43.315Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-19T08:43:43.315Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-19T08:43:43.315Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-19T08:43:43.315Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-19T08:43:43.315Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-19T08:43:43.315Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-19T08:43:43.315Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-19T08:43:43.315Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-19T08:43:43.315Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-19T08:43:43.315Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-19T08:43:43.315Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-19T08:43:43.315Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-19T08:43:43.315Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-19T08:43:43.576Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:43:43.576Z] Fetched 35.2 MB in 1s (26.3 MB/s) [2021-04-19T08:43:43.576Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T08:43:43.576Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:43:43.835Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:43:44.406Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:43:44.406Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:43:44.406Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-19T08:43:44.406Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T08:43:44.406Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-19T08:43:44.406Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-19T08:43:44.666Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-19T08:43:44.927Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-19T08:43:44.927Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-19T08:43:44.927Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-19T08:43:45.188Z] Setting up apt (1.6.13) ... [2021-04-19T08:43:45.188Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-19T08:43:45.231Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:43:45.231Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:43:45.231Z] ---> 3ef2777b5c90 [2021-04-19T08:43:45.231Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:43:45.231Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:43:45.231Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:43:45.231Z] ---> 3ef2777b5c90 [2021-04-19T08:43:45.231Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:43:45.231Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:43:45.231Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:43:45.231Z] ---> 3ef2777b5c90 [2021-04-19T08:43:45.231Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:43:45.231Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:43:45.231Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:43:45.231Z] ---> 3ef2777b5c90 [2021-04-19T08:43:45.231Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T08:43:45.231Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:43:45.231Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:43:45.231Z] ---> 3ef2777b5c90 [2021-04-19T08:43:45.231Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T08:43:45.231Z] ---> Running in 81965a027ff2 [2021-04-19T08:43:45.231Z] ---> Running in f8905f40fe41 [2021-04-19T08:43:45.231Z] ---> Running in ee8139b3e9c7 [2021-04-19T08:43:45.231Z] ---> Running in b5df76752e60 [2021-04-19T08:43:45.231Z] ---> Running in 46eebd23e1ff [2021-04-19T08:43:45.231Z] Removing intermediate container f8905f40fe41 [2021-04-19T08:43:45.231Z] ---> 6e1ff1f68ebf [2021-04-19T08:43:45.231Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:43:45.231Z] Removing intermediate container 81965a027ff2 [2021-04-19T08:43:45.231Z] ---> 272e54f860c1 [2021-04-19T08:43:45.231Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:43:45.231Z] Removing intermediate container ee8139b3e9c7 [2021-04-19T08:43:45.231Z] ---> d0a626a19b52 [2021-04-19T08:43:45.231Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:43:45.231Z] Removing intermediate container b5df76752e60 [2021-04-19T08:43:45.231Z] ---> 07521af50a6b [2021-04-19T08:43:45.231Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:43:45.231Z] Removing intermediate container 46eebd23e1ff [2021-04-19T08:43:45.231Z] ---> 91e0c9b10b9d [2021-04-19T08:43:45.231Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:43:45.231Z] ---> Running in da0a5c88b7fd [2021-04-19T08:43:45.231Z] ---> Running in 7f3eb15a7dd3 [2021-04-19T08:43:45.231Z] ---> Running in ff4d15a984fe [2021-04-19T08:43:45.231Z] ---> Running in f6d1d0abda9b [2021-04-19T08:43:45.231Z] ---> Running in 6a9945123a64 [2021-04-19T08:43:45.231Z] Removing intermediate container da0a5c88b7fd [2021-04-19T08:43:45.232Z] ---> 7d9d19155f92 [2021-04-19T08:43:45.232Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T08:43:45.449Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-19T08:43:45.516Z] ---> Running in c962a7e72405 [2021-04-19T08:43:45.516Z] Removing intermediate container 7f3eb15a7dd3 [2021-04-19T08:43:45.516Z] ---> a0d8fdcf1e95 [2021-04-19T08:43:45.516Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T08:43:45.710Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-19T08:43:45.710Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T08:43:45.710Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T08:43:45.799Z] ---> Running in 6283765b7b38 [2021-04-19T08:43:45.971Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-19T08:43:45.971Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:43:45.971Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:43:46.074Z] Removing intermediate container ff4d15a984fe [2021-04-19T08:43:46.074Z] ---> 116104015c4e [2021-04-19T08:43:46.074Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T08:43:46.233Z] Selecting previously unselected package libexpat1:amd64. [2021-04-19T08:43:46.233Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-19T08:43:46.363Z] Removing intermediate container f6d1d0abda9b [2021-04-19T08:43:46.364Z] ---> bbf627a2c42b [2021-04-19T08:43:46.364Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:43:46.364Z] Removing intermediate container 6a9945123a64 [2021-04-19T08:43:46.364Z] ---> f639b83f932e [2021-04-19T08:43:46.364Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T08:43:46.364Z] ---> Running in 7fc97c3b818e [2021-04-19T08:43:46.493Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T08:43:46.493Z] Selecting previously unselected package python3.6-minimal. [2021-04-19T08:43:46.493Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:43:46.493Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:43:46.643Z] ---> Running in 7dba749ec683 [2021-04-19T08:43:46.643Z] ---> Running in 6f97b2ec3eaa [2021-04-19T08:43:46.754Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T08:43:46.754Z] Checking for services that may need to be restarted...done. [2021-04-19T08:43:46.754Z] Checking for services that may need to be restarted...done. [2021-04-19T08:43:46.754Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:43:47.016Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-19T08:43:47.016Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:43:47.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:47.277Z] Selecting previously unselected package python3-minimal. [2021-04-19T08:43:47.277Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-19T08:43:47.277Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-19T08:43:47.277Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-19T08:43:47.537Z] Selecting previously unselected package mime-support. [2021-04-19T08:43:47.537Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-19T08:43:47.537Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-19T08:43:47.537Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-19T08:43:47.537Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-19T08:43:47.537Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T08:43:47.537Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-19T08:43:47.537Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:43:47.537Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:43:47.798Z] Selecting previously unselected package python3.6. [2021-04-19T08:43:47.798Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-19T08:43:47.798Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:43:47.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:48.059Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-19T08:43:48.059Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-19T08:43:48.059Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T08:43:48.059Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-19T08:43:48.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:48.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:48.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:48.320Z] Selecting previously unselected package python3. [2021-04-19T08:43:48.320Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-19T08:43:48.320Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-19T08:43:48.320Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-19T08:43:48.320Z] Selecting previously unselected package multiarch-support. [2021-04-19T08:43:48.320Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:43:48.320Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T08:43:48.320Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-19T08:43:48.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:48.579Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-19T08:43:48.579Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-19T08:43:48.579Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-19T08:43:48.579Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T08:43:48.579Z] Selecting previously unselected package libbsd0:amd64. [2021-04-19T08:43:48.579Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-19T08:43:48.579Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T08:43:48.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:48.839Z] Selecting previously unselected package sudo. [2021-04-19T08:43:48.839Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-19T08:43:48.839Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T08:43:48.839Z] Selecting previously unselected package apparmor. [2021-04-19T08:43:48.839Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T08:43:48.839Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-19T08:43:48.932Z] OK: 217 MiB in 51 packages [2021-04-19T08:43:48.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:49.099Z] Selecting previously unselected package libedit2:amd64. [2021-04-19T08:43:49.099Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-19T08:43:49.099Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T08:43:49.099Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-19T08:43:49.099Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:43:49.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:49.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:43:49.359Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:43:49.359Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-19T08:43:49.359Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:43:49.359Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:43:49.359Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-19T08:43:49.359Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-19T08:43:49.359Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T08:43:49.521Z] OK: 217 MiB in 51 packages [2021-04-19T08:43:49.620Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-19T08:43:49.620Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:43:49.620Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:43:49.620Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-19T08:43:49.620Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-19T08:43:49.620Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:43:49.798Z] OK: 217 MiB in 51 packages [2021-04-19T08:43:49.881Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-19T08:43:49.881Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-19T08:43:49.881Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T08:43:49.881Z] Selecting previously unselected package openssh-client. [2021-04-19T08:43:49.881Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-19T08:43:50.073Z] OK: 217 MiB in 51 packages [2021-04-19T08:43:50.073Z] OK: 217 MiB in 51 packages [2021-04-19T08:43:50.141Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T08:43:50.142Z] Selecting previously unselected package squashfs-tools. [2021-04-19T08:43:50.142Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-19T08:43:50.142Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T08:43:50.401Z] Selecting previously unselected package snapd. [2021-04-19T08:43:50.401Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-19T08:43:50.401Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-19T08:43:50.684Z] Removing intermediate container c962a7e72405 [2021-04-19T08:43:50.684Z] ---> cc277e200873 [2021-04-19T08:43:50.684Z] Step 6/22 : COPY go.mod . [2021-04-19T08:43:51.288Z] Removing intermediate container 6283765b7b38 [2021-04-19T08:43:51.288Z] ---> fade9e3255a1 [2021-04-19T08:43:51.288Z] Step 6/22 : COPY go.mod . [2021-04-19T08:43:51.561Z] Removing intermediate container 7fc97c3b818e [2021-04-19T08:43:51.561Z] ---> 361279f076cb [2021-04-19T08:43:51.561Z] Step 6/31 : COPY go.mod . [2021-04-19T08:43:51.833Z] Removing intermediate container 6f97b2ec3eaa [2021-04-19T08:43:51.833Z] ---> 4979ec7308a3 [2021-04-19T08:43:51.833Z] Step 6/23 : COPY go.mod . [2021-04-19T08:43:51.833Z] ---> 03bfd0b701a9 [2021-04-19T08:43:51.833Z] Step 7/22 : RUN go mod download [2021-04-19T08:43:51.833Z] Removing intermediate container 7dba749ec683 [2021-04-19T08:43:51.833Z] ---> a56a747223ab [2021-04-19T08:43:51.833Z] Step 6/23 : COPY go.mod . [2021-04-19T08:43:52.105Z] ---> Running in 5aa5c2ce325d [2021-04-19T08:43:52.314Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-19T08:43:52.314Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-19T08:43:52.314Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-19T08:43:52.378Z] ---> 8afb1024db87 [2021-04-19T08:43:52.378Z] Step 7/22 : RUN go mod download [2021-04-19T08:43:52.575Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-19T08:43:52.575Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-19T08:43:52.575Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:43:52.575Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:43:52.575Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-19T08:43:52.575Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-19T08:43:52.653Z] ---> Running in f68ad07e72de [2021-04-19T08:43:52.653Z] ---> d767cad43240 [2021-04-19T08:43:52.653Z] Step 7/31 : RUN go mod download [2021-04-19T08:43:52.931Z] ---> Running in 0e4934f04cc9 [2021-04-19T08:43:53.207Z] ---> 02b741fb8bf0 [2021-04-19T08:43:53.207Z] Step 7/23 : RUN go mod download [2021-04-19T08:43:53.207Z] ---> c56310625131 [2021-04-19T08:43:53.207Z] Step 7/23 : RUN go mod download [2021-04-19T08:43:53.480Z] ---> Running in 57773c797b87 [2021-04-19T08:43:53.480Z] ---> Running in af08616771f4 [2021-04-19T08:43:53.519Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-19T08:43:53.519Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-19T08:43:53.519Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-19T08:43:53.519Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:43:53.519Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:43:53.519Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-19T08:43:54.089Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-19T08:43:54.089Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:43:54.089Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-19T08:43:54.350Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-19T08:43:54.350Z] running python rtupdate hooks for python3.6... [2021-04-19T08:43:54.350Z] running python post-rtupdate hooks for python3.6... [2021-04-19T08:43:54.350Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-19T08:43:55.737Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-19T08:43:55.737Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-19T08:43:55.737Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-19T08:43:55.999Z] Setting up snapd (2.48.3+18.04) ... [2021-04-19T08:43:56.271Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-19T08:43:56.533Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-19T08:43:56.795Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-19T08:43:56.795Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-19T08:43:56.883Z] Removing intermediate container 5aa5c2ce325d [2021-04-19T08:43:56.883Z] ---> bcfe5e6cf2e5 [2021-04-19T08:43:56.883Z] Step 8/22 : COPY . . [2021-04-19T08:43:56.883Z] Removing intermediate container f68ad07e72de [2021-04-19T08:43:56.883Z] ---> 90f98606bfd5 [2021-04-19T08:43:56.883Z] Step 8/22 : COPY . . [2021-04-19T08:43:57.058Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T08:43:57.058Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-19T08:43:57.319Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-19T08:43:57.319Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-19T08:43:57.581Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-19T08:43:57.841Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-19T08:43:57.841Z] /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-19T08:43:57.886Z] Removing intermediate container 0e4934f04cc9 [2021-04-19T08:43:57.886Z] ---> 62fe33097365 [2021-04-19T08:43:57.886Z] Step 8/31 : COPY . . [2021-04-19T08:43:58.102Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-19T08:43:58.102Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T08:43:58.483Z] Removing intermediate container 57773c797b87 [2021-04-19T08:43:58.483Z] ---> a4a932d56c23 [2021-04-19T08:43:58.483Z] Step 8/23 : COPY . . [2021-04-19T08:43:58.755Z] Removing intermediate container af08616771f4 [2021-04-19T08:43:58.755Z] ---> 67097a15b443 [2021-04-19T08:43:58.755Z] Step 8/23 : COPY . . [2021-04-19T08:43:59.042Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:43:59.042Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:43:59.042Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:44:00.273Z] Reading package lists... [2021-04-19T08:44:00.534Z] Reading package lists... [2021-04-19T08:44:00.534Z] Building dependency tree... [2021-04-19T08:44:00.534Z] Reading state information... [2021-04-19T08:44:00.794Z] Calculating upgrade... [2021-04-19T08:44:00.794Z] The following packages will be upgraded: [2021-04-19T08:44:00.794Z] advancecomp base-files bash binutils binutils-common [2021-04-19T08:44:00.794Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-19T08:44:00.794Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-19T08:44:00.794Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-19T08:44:00.794Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-19T08:44:00.794Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-19T08:44:00.794Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-19T08:44:00.794Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-19T08:44:00.794Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-19T08:44:00.794Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-19T08:44:00.794Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-19T08:44:00.794Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-19T08:44:00.794Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-19T08:44:00.794Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-19T08:44:00.794Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-19T08:44:00.794Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T08:44:00.794Z] Need to get 64.0 MB of archives. [2021-04-19T08:44:00.794Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-19T08:44:00.794Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-19T08:44:01.055Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-19T08:44:01.055Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-19T08:44:01.055Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-19T08:44:01.055Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-19T08:44:01.055Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-19T08:44:01.055Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-19T08:44:01.055Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-19T08:44:01.055Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-19T08:44:01.055Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-19T08:44:01.055Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-19T08:44:01.055Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-19T08:44:01.055Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-19T08:44:01.055Z] 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-19T08:44:01.055Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-19T08:44:01.055Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-19T08:44:01.055Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-19T08:44:01.055Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-19T08:44:01.055Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-19T08:44:01.055Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-19T08:44:01.055Z] 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-19T08:44:01.316Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-19T08:44:01.316Z] 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-19T08:44:01.316Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-19T08:44:01.316Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-19T08:44:01.316Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-19T08:44:01.316Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-19T08:44:01.316Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-19T08:44:01.316Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-19T08:44:01.316Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-19T08:44:01.316Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-19T08:44:01.316Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-19T08:44:01.316Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-19T08:44:01.316Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-19T08:44:01.316Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-19T08:44:01.316Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-19T08:44:01.316Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-19T08:44:01.317Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-19T08:44:01.317Z] 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-19T08:44:01.317Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-19T08:44:01.317Z] 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-19T08:44:01.317Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-19T08:44:01.317Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-19T08:44:01.317Z] 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-19T08:44:01.317Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-19T08:44:01.317Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-19T08:44:01.317Z] 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-19T08:44:01.317Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-19T08:44:01.317Z] 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-19T08:44:01.317Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-19T08:44:01.317Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-19T08:44:01.317Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-19T08:44:01.317Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-19T08:44:01.317Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-19T08:44:01.317Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-19T08:44:01.317Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-19T08:44:01.578Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-19T08:44:01.578Z] 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-19T08:44:01.838Z] 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-19T08:44:01.838Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-19T08:44:01.838Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-19T08:44:01.838Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-19T08:44:01.838Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-19T08:44:01.838Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-19T08:44:01.838Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-19T08:44:02.409Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-19T08:44:02.409Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-19T08:44:02.409Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-19T08:44:02.409Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-19T08:44:02.409Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-19T08:44:02.409Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-19T08:44:02.409Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-19T08:44:02.409Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-19T08:44:02.409Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-19T08:44:02.409Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-19T08:44:02.409Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-19T08:44:02.409Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-19T08:44:02.409Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-19T08:44:02.668Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-19T08:44:02.668Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-19T08:44:02.668Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-19T08:44:02.668Z] 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-19T08:44:02.668Z] 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-19T08:44:02.668Z] 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-19T08:44:02.668Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-19T08:44:02.668Z] 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-19T08:44:02.668Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-19T08:44:02.668Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-19T08:44:02.668Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-19T08:44:02.668Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-19T08:44:02.668Z] 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-19T08:44:02.668Z] 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-19T08:44:02.668Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-19T08:44:02.668Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-19T08:44:02.668Z] 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-19T08:44:02.668Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-19T08:44:02.928Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-19T08:44:02.928Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-19T08:44:02.928Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-19T08:44:02.928Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-19T08:44:02.928Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-19T08:44:03.188Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:44:03.188Z] Fetched 64.0 MB in 2s (30.4 MB/s) [2021-04-19T08:44:03.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:03.188Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:44:03.188Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:44:03.758Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:44:03.758Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:44:04.018Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-19T08:44:04.018Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-19T08:44:04.958Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:04.958Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:44:04.958Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:04.958Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:44:04.958Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:05.219Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:44:05.219Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:05.219Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:44:05.479Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:05.479Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:44:05.479Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:05.479Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:44:05.741Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:05.741Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:44:05.741Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:06.001Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:44:06.001Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:06.001Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-19T08:44:06.001Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:06.261Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:44:06.261Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:06.261Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:44:06.261Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:06.261Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:44:06.528Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:06.528Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-19T08:44:06.788Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:06.788Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:44:06.788Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:44:07.049Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:44:07.309Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T08:44:07.570Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-19T08:44:07.570Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-19T08:44:07.830Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-19T08:44:07.830Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-19T08:44:07.830Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-19T08:44:08.089Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-19T08:44:08.089Z] Installing new version of config file /etc/issue ... [2021-04-19T08:44:08.089Z] Installing new version of config file /etc/issue.net ... [2021-04-19T08:44:08.089Z] Installing new version of config file /etc/lsb-release ... [2021-04-19T08:44:08.349Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-19T08:44:08.349Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-19T08:44:08.610Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-19T08:44:08.610Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-19T08:44:08.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:08.610Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-19T08:44:08.610Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-19T08:44:08.874Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-19T08:44:08.874Z] 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-19T08:44:08.874Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:08.874Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:44:08.874Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-19T08:44:09.134Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:44:09.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:09.134Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-19T08:44:09.134Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-19T08:44:09.394Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-19T08:44:09.394Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:09.394Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-19T08:44:09.394Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T08:44:09.654Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-19T08:44:09.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:09.914Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:44:09.914Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:44:09.914Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T08:44:09.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:09.914Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:44:10.174Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:44:10.174Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-19T08:44:10.174Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:10.174Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-19T08:44:10.174Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-19T08:44:10.434Z] Setting up grep (3.1-2build1) ... [2021-04-19T08:44:10.434Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:10.434Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T08:44:10.434Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T08:44:10.694Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-19T08:44:10.694Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:10.694Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:44:10.694Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:44:10.955Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-19T08:44:10.955Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:10.955Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T08:44:10.955Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:44:11.525Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T08:44:11.525Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:44:11.525Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-19T08:44:11.525Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:44:12.101Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-19T08:44:12.362Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:12.362Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-19T08:44:12.362Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-19T08:44:13.748Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T08:44:13.748Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T08:44:13.748Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-19T08:44:13.748Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-19T08:44:13.748Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T08:44:13.748Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:13.748Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-19T08:44:13.748Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-19T08:44:14.008Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-19T08:44:14.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:14.008Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:44:14.268Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:44:14.268Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:44:14.268Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:14.268Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:44:14.268Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:44:14.529Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:44:14.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:14.529Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:44:14.529Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:44:14.790Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:44:14.790Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:14.790Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:44:14.790Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:44:15.051Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:44:15.051Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:15.051Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:44:15.051Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:44:15.312Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:44:15.312Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:44:15.312Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T08:44:15.312Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:15.312Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-19T08:44:15.312Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:44:15.574Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T08:44:15.574Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:15.574Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:44:15.574Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:44:15.834Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:44:15.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:15.834Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:44:15.834Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:44:15.834Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:44:16.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:16.094Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:44:16.094Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:44:16.665Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:44:16.926Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-19T08:44:17.187Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-19T08:44:17.187Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:17.187Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-19T08:44:17.187Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-19T08:44:17.447Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:44:17.447Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-19T08:44:17.447Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-19T08:44:17.707Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-19T08:44:17.707Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-19T08:44:17.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:17.969Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-19T08:44:17.969Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-19T08:44:17.969Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-19T08:44:18.230Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:18.230Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-19T08:44:18.230Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T08:44:18.230Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-19T08:44:18.495Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:18.495Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-19T08:44:18.495Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-19T08:44:18.495Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-19T08:44:18.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:18.755Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T08:44:18.755Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:44:18.755Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:44:19.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:19.016Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T08:44:19.016Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:44:19.016Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:44:19.277Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:19.277Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-19T08:44:19.277Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:44:19.538Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:44:19.538Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:19.538Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-19T08:44:19.538Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-19T08:44:19.799Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-19T08:44:19.799Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-19T08:44:19.799Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:44:19.799Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:44:20.060Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T08:44:20.060Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:20.060Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-19T08:44:20.060Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-19T08:44:20.320Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-19T08:44:20.320Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:20.320Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-19T08:44:20.320Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-19T08:44:20.581Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-19T08:44:20.841Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:20.842Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-19T08:44:20.842Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-19T08:44:20.842Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-19T08:44:20.842Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:20.842Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-19T08:44:20.842Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-19T08:44:21.102Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-19T08:44:21.102Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:21.102Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-19T08:44:21.102Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-19T08:44:21.363Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-19T08:44:21.623Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:21.623Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-19T08:44:21.623Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-19T08:44:21.623Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-19T08:44:21.884Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:21.884Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T08:44:21.884Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T08:44:21.884Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T08:44:22.144Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:22.144Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-19T08:44:22.144Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-19T08:44:22.144Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-19T08:44:22.144Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:22.144Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-19T08:44:22.144Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-19T08:44:22.403Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-19T08:44:22.403Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:22.403Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-19T08:44:22.403Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-19T08:44:22.664Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-19T08:44:22.664Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:22.664Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-19T08:44:22.664Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-19T08:44:22.927Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-19T08:44:22.927Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:22.927Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-19T08:44:22.927Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-19T08:44:23.187Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-19T08:44:23.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:23.188Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-19T08:44:23.188Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-19T08:44:23.188Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-19T08:44:23.448Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-19T08:44:23.448Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-19T08:44:23.448Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-19T08:44:23.448Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-19T08:44:23.448Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-19T08:44:23.448Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T08:44:23.448Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T08:44:23.720Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-19T08:44:23.720Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-19T08:44:23.985Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-19T08:44:23.985Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-19T08:44:23.985Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-19T08:44:24.246Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-19T08:44:24.246Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-19T08:44:24.246Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-19T08:44:24.512Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-19T08:44:24.512Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-19T08:44:24.512Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-19T08:44:24.512Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-19T08:44:24.772Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-19T08:44:24.772Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-19T08:44:24.772Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-19T08:44:24.772Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-19T08:44:25.047Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-19T08:44:25.047Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-19T08:44:25.047Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-19T08:44:25.047Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-19T08:44:25.308Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-19T08:44:25.308Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-19T08:44:25.551Z] ---> 1ac118ee4af8 [2021-04-19T08:44:25.552Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T08:44:25.552Z] ---> 762dace8823c [2021-04-19T08:44:25.552Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T08:44:25.552Z] ---> 997188a46c2e [2021-04-19T08:44:25.552Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T08:44:25.552Z] ---> 7e831cee871b [2021-04-19T08:44:25.552Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T08:44:25.552Z] ---> Running in 8c99f5d80dc3 [2021-04-19T08:44:25.552Z] ---> 0614f7f79e11 [2021-04-19T08:44:25.552Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T08:44:25.552Z] ---> Running in cc48ba96e7eb [2021-04-19T08:44:25.552Z] ---> Running in ef8378cb2dd5 [2021-04-19T08:44:25.552Z] ---> Running in 47f665aa2957 [2021-04-19T08:44:25.552Z] ---> Running in 24b2fbff8bb4 [2021-04-19T08:44:25.830Z] 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-19T08:44:26.108Z] 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-19T08:44:26.248Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-19T08:44:26.248Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-19T08:44:26.248Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-19T08:44:26.248Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-19T08:44:26.388Z] 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-19T08:44:26.388Z] 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-19T08:44:26.507Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:44:26.507Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:44:26.663Z] 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-19T08:44:26.766Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:44:26.766Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:44:27.027Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:44:27.027Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:44:27.027Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-19T08:44:27.287Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-19T08:44:27.287Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:27.287Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:44:27.287Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:27.547Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:44:27.547Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:27.547Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:44:27.806Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:27.806Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:44:28.746Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:29.006Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:44:29.945Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:29.945Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:44:30.514Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:30.514Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:44:30.773Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:30.773Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:44:31.713Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-19T08:44:31.713Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-19T08:44:31.713Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T08:44:31.713Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T08:44:31.973Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T08:44:31.973Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T08:44:32.234Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-19T08:44:32.234Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-19T08:44:32.234Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-19T08:44:32.234Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-19T08:44:32.495Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T08:44:32.495Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T08:44:32.495Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-19T08:44:32.495Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-19T08:44:32.760Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-19T08:44:32.760Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-19T08:44:33.020Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:33.020Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-19T08:44:33.020Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:33.020Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:33.020Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:33.020Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-19T08:44:33.020Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-19T08:44:33.281Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-19T08:44:33.281Z] [2021-04-19T08:44:33.281Z] Current default time zone: 'Etc/UTC' [2021-04-19T08:44:33.281Z] Local time is now: Mon Apr 19 08:44:33 UTC 2021. [2021-04-19T08:44:33.281Z] Universal Time is now: Mon Apr 19 08:44:33 UTC 2021. [2021-04-19T08:44:33.281Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-19T08:44:33.281Z] [2021-04-19T08:44:33.281Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-19T08:44:33.281Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:33.281Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-19T08:44:33.541Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-19T08:44:33.541Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-19T08:44:33.541Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-19T08:44:33.541Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-19T08:44:33.541Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-19T08:44:33.541Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-19T08:44:33.541Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-19T08:44:33.541Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:33.541Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-19T08:44:33.801Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:44:33.801Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:44:34.064Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:34.064Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-19T08:44:34.064Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-19T08:44:34.064Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-19T08:44:34.324Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-19T08:44:34.324Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-19T08:44:34.324Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-19T08:44:34.324Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:44:34.324Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-19T08:44:36.240Z] Updating certificates in /etc/ssl/certs... [2021-04-19T08:44:37.188Z] 23 added, 27 removed; done. [2021-04-19T08:44:37.188Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-19T08:44:37.188Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-19T08:44:37.188Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-19T08:44:37.188Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-19T08:44:37.188Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-19T08:44:37.188Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:44:37.188Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:44:37.448Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:44:37.448Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:44:37.448Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:44:37.448Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:44:37.448Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:44:37.448Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-19T08:44:37.448Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:44:37.709Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-19T08:44:37.709Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-19T08:44:37.709Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-19T08:44:37.709Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:44:37.709Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-19T08:44:37.709Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-19T08:44:37.969Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-19T08:44:37.969Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-19T08:44:37.969Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:44:37.969Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-19T08:44:38.229Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-19T08:44:38.229Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-19T08:44:38.229Z] Updating certificates in /etc/ssl/certs... [2021-04-19T08:44:38.800Z] 0 added, 0 removed; done. [2021-04-19T08:44:38.800Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-19T08:44:38.800Z] done. [2021-04-19T08:44:39.061Z] Reading package lists... [2021-04-19T08:44:39.322Z] Building dependency tree... [2021-04-19T08:44:39.322Z] Reading state information... [2021-04-19T08:44:39.322Z] The following NEW packages will be installed: [2021-04-19T08:44:39.322Z] apt-transport-https [2021-04-19T08:44:39.581Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T08:44:39.581Z] Need to get 1692 B of archives. [2021-04-19T08:44:39.581Z] After this operation, 154 kB of additional disk space will be used. [2021-04-19T08:44:39.581Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-19T08:44:39.848Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:44:39.848Z] Fetched 1692 B in 0s (9361 B/s) [2021-04-19T08:44:39.848Z] Selecting previously unselected package apt-transport-https. [2021-04-19T08:44:39.848Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-19T08:44:39.848Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-19T08:44:39.848Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-19T08:44:39.848Z] Setting up apt-transport-https (1.6.13) ... [2021-04-19T08:44:40.108Z] Waiting for network to be ready... [2021-04-19T08:44:45.385Z] 2021-04-19T08:44:43Z INFO Waiting for automatic snapd restart... [2021-04-19T08:44:45.385Z] snapd 2.49.2 from Canonical* installed [2021-04-19T08:44:46.322Z] "snapd" switched to the "latest/stable" channel [2021-04-19T08:44:46.322Z] [2021-04-19T08:44:48.861Z] core18 20210309 from Canonical* installed [2021-04-19T08:44:49.122Z] "core18" switched to the "latest/stable" channel [2021-04-19T08:44:49.122Z] [2021-04-19T08:44:52.415Z] snapcraft 4.6.2 from Canonical* installed [2021-04-19T08:44:52.415Z] "snapcraft" switched to the "latest/stable" channel [2021-04-19T08:44:52.415Z] [2021-04-19T08:44:56.615Z] 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-19T08:44:56.615Z] - README.md [2021-04-19T08:44:56.615Z] [2021-04-19T08:44:56.615Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-19T08:45:03.197Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:45:03.197Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:45:03.197Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:45:03.457Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:45:04.404Z] Reading package lists... [2021-04-19T08:45:04.664Z] 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-19T08:45:11.247Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:45:11.247Z] Reading package lists... [2021-04-19T08:45:11.247Z] Building dependency tree... [2021-04-19T08:45:11.247Z] Reading state information... [2021-04-19T08:45:11.247Z] Suggested packages: [2021-04-19T08:45:11.247Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-19T08:45:11.247Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-19T08:45:11.247Z] Recommended packages: [2021-04-19T08:45:11.247Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-19T08:45:11.247Z] The following NEW packages will be installed: [2021-04-19T08:45:11.247Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-19T08:45:11.247Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-19T08:45:11.247Z] pkg-config zip [2021-04-19T08:45:11.247Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-19T08:45:11.247Z] Need to get 7663 kB of archives. [2021-04-19T08:45:11.247Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-19T08:45:11.247Z] 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-19T08:45:11.247Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-19T08:45:11.506Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-19T08:45:11.506Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-19T08:45:11.506Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-19T08:45:11.506Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-19T08:45:11.766Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-19T08:45:11.766Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-19T08:45:11.766Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-19T08:45:11.766Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-19T08:45:12.026Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-19T08:45:12.026Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-19T08:45:12.026Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-19T08:45:12.286Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-19T08:45:12.286Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-19T08:45:12.286Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-19T08:45:12.286Z] Fetched 7663 kB in 1s (6730 kB/s) [2021-04-19T08:45:12.560Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-19T08:45:12.560Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-19T08:45:12.560Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-19T08:45:12.560Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T08:45:12.560Z] Selecting previously unselected package libpsl5:amd64. [2021-04-19T08:45:12.560Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-19T08:45:12.824Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T08:45:12.824Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-19T08:45:12.824Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-19T08:45:12.824Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T08:45:12.824Z] Selecting previously unselected package librtmp1:amd64. [2021-04-19T08:45:12.824Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-19T08:45:12.824Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T08:45:13.084Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-19T08:45:13.084Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-19T08:45:13.084Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T08:45:13.084Z] Selecting previously unselected package liberror-perl. [2021-04-19T08:45:13.084Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-19T08:45:13.084Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-19T08:45:13.084Z] Selecting previously unselected package git-man. [2021-04-19T08:45:13.084Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-19T08:45:13.084Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:45:13.343Z] Selecting previously unselected package git. [2021-04-19T08:45:13.343Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-19T08:45:13.343Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:45:14.284Z] Selecting previously unselected package libnorm1:amd64. [2021-04-19T08:45:14.284Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-19T08:45:14.284Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T08:45:14.284Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-19T08:45:14.284Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-19T08:45:14.284Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T08:45:14.284Z] Selecting previously unselected package libsodium23:amd64. [2021-04-19T08:45:14.284Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-19T08:45:14.284Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-19T08:45:14.544Z] Selecting previously unselected package libzmq5:amd64. [2021-04-19T08:45:14.544Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T08:45:14.544Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:45:14.544Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-19T08:45:14.544Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-19T08:45:14.544Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:45:14.803Z] Selecting previously unselected package pkg-config. [2021-04-19T08:45:14.803Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-19T08:45:14.803Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T08:45:14.803Z] Selecting previously unselected package zip. [2021-04-19T08:45:14.803Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-19T08:45:14.803Z] Unpacking zip (3.0-11build1) ... [2021-04-19T08:45:14.803Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-19T08:45:15.064Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:45:15.064Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-19T08:45:15.064Z] Setting up liberror-perl (0.17025-1) ... [2021-04-19T08:45:15.064Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-19T08:45:15.064Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-19T08:45:15.064Z] No schema files found: doing nothing. [2021-04-19T08:45:15.064Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-19T08:45:15.064Z] Setting up zip (3.0-11build1) ... [2021-04-19T08:45:15.064Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-19T08:45:15.064Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-19T08:45:15.064Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-19T08:45:15.326Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:45:15.326Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-19T08:45:15.326Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-19T08:45:15.326Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-19T08:45:15.326Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-19T08:45:21.917Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:45:21.917Z] git set to automatically installed. [2021-04-19T08:45:21.917Z] git-man set to automatically installed. [2021-04-19T08:45:21.917Z] libcurl3-gnutls set to automatically installed. [2021-04-19T08:45:21.917Z] liberror-perl set to automatically installed. [2021-04-19T08:45:21.917Z] libglib2.0-0 set to automatically installed. [2021-04-19T08:45:21.917Z] libnghttp2-14 set to automatically installed. [2021-04-19T08:45:21.917Z] libnorm1 set to automatically installed. [2021-04-19T08:45:21.917Z] libpgm-5.2-0 set to automatically installed. [2021-04-19T08:45:21.917Z] libpsl5 set to automatically installed. [2021-04-19T08:45:21.917Z] librtmp1 set to automatically installed. [2021-04-19T08:45:21.917Z] libsodium23 set to automatically installed. [2021-04-19T08:45:21.917Z] libzmq3-dev set to automatically installed. [2021-04-19T08:45:21.917Z] libzmq5 set to automatically installed. [2021-04-19T08:45:21.917Z] pkg-config set to automatically installed. [2021-04-19T08:45:21.917Z] zip set to automatically installed. [2021-04-19T08:45:23.829Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T08:45:30.424Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:45:42.653Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-19T08:45:43.597Z] snapd is not logged in, snap install commands will use sudo [2021-04-19T08:45:50.179Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-19T08:45:50.440Z] snap "core18" has no updates available [2021-04-19T08:45:51.379Z] Pulling go-build-helper [2021-04-19T08:45:51.379Z] + snapcraftctl pull [2021-04-19T08:45:52.320Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-19T08:45:52.321Z] Skipping pull go-build-helper (already ran) [2021-04-19T08:45:52.321Z] Building go-build-helper [2021-04-19T08:45:52.321Z] + snapcraftctl build [2021-04-19T08:45:54.232Z] Staging go-build-helper [2021-04-19T08:45:54.232Z] + snapcraftctl stage [2021-04-19T08:46:04.233Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-19T08:46:04.233Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-19T08:46:04.233Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-19T08:46:04.233Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-19T08:46:04.233Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-19T08:46:04.233Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-19T08:46:04.233Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-19T08:46:04.233Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-19T08:46:04.233Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-19T08:46:04.233Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-19T08:46:04.233Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-19T08:46:04.233Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-19T08:46:04.233Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-19T08:46:04.233Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-19T08:46:04.233Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-19T08:46:04.233Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-19T08:46:04.233Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-19T08:46:04.233Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-19T08:46:04.233Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-19T08:46:04.233Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-19T08:46:04.233Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-19T08:46:04.233Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-19T08:46:04.233Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-19T08:46:04.233Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-19T08:46:04.233Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-19T08:46:04.233Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-19T08:46:04.233Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-19T08:46:04.233Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-19T08:46:04.233Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T08:46:04.233Z] Fetched 224 kB in 0s (0 B/s) [2021-04-19T08:46:04.233Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T08:46:04.233Z] Fetched 157 kB in 0s (0 B/s) [2021-04-19T08:46:04.233Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T08:46:04.233Z] Fetched 221 kB in 0s (0 B/s) [2021-04-19T08:46:04.233Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T08:46:04.233Z] Fetched 143 kB in 0s (0 B/s) [2021-04-19T08:46:04.233Z] Pulling app-service-config [2021-04-19T08:46:04.233Z] + snapcraftctl pull [2021-04-19T08:46:04.233Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-19T08:46:05.174Z] Pulling config-common [2021-04-19T08:46:05.174Z] + snapcraftctl pull [2021-04-19T08:46:09.374Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:46:09.374Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:46:09.374Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:46:09.374Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:46:09.374Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-19T08:46:09.374Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:46:09.374Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-19T08:46:09.374Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:46:09.374Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-19T08:46:09.374Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:46:09.374Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-19T08:46:09.374Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:46:09.374Z] Pulling edgex-go [2021-04-19T08:46:09.374Z] + snapcraftctl pull [2021-04-19T08:46:31.327Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-19T08:46:31.327Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-19T08:46:31.327Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-19T08:46:31.327Z] Fetched 0 B in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-19T08:46:31.327Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-19T08:46:31.327Z] Fetched 279 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-19T08:46:31.327Z] Fetched 122 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-19T08:46:31.327Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-19T08:46:31.327Z] Fetched 8848 B in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-19T08:46:31.327Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-19T08:46:31.327Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-19T08:46:31.327Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-19T08:46:31.327Z] Fetched 219 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-19T08:46:31.327Z] Fetched 154 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-19T08:46:31.327Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-19T08:46:31.327Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-19T08:46:31.327Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-19T08:46:31.327Z] Fetched 499 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-19T08:46:31.327Z] Fetched 111 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-19T08:46:31.327Z] Fetched 240 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-19T08:46:31.327Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-19T08:46:31.327Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-19T08:46:31.327Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-19T08:46:31.327Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-19T08:46:31.327Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-19T08:46:31.327Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-19T08:46:31.327Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-19T08:46:31.327Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-19T08:46:31.327Z] Fetched 8720 B in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-19T08:46:31.327Z] Fetched 137 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-19T08:46:31.327Z] Fetched 119 kB in 0s (0 B/s) [2021-04-19T08:46:31.327Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-19T08:46:31.328Z] Fetched 110 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-19T08:46:31.328Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-19T08:46:31.328Z] Fetched 645 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-19T08:46:31.328Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-19T08:46:31.328Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-19T08:46:31.328Z] Fetched 368 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-19T08:46:31.328Z] Fetched 187 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-19T08:46:31.328Z] Fetched 175 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-19T08:46:31.328Z] Fetched 206 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-19T08:46:31.328Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-19T08:46:31.328Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-19T08:46:31.328Z] Fetched 159 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-19T08:46:31.328Z] Fetched 107 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-19T08:46:31.328Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-19T08:46:31.328Z] Pulling static-packages [2021-04-19T08:46:31.328Z] + snapcraftctl pull [2021-04-19T08:46:31.328Z] Pulling version [2021-04-19T08:46:31.328Z] + cd /root/project [2021-04-19T08:46:31.328Z] + [ -f VERSION ] [2021-04-19T08:46:31.328Z] + PROJECT_VERSION=local-dev [2021-04-19T08:46:31.328Z] + git rev-parse --short HEAD [2021-04-19T08:46:31.328Z] + GIT_REVISION=cab88a00 [2021-04-19T08:46:31.328Z] + snapcraftctl set-version local-dev [2021-04-19T08:46:31.328Z] Skipping build go-build-helper (already ran) [2021-04-19T08:46:31.328Z] Building app-service-config [2021-04-19T08:46:31.328Z] + make build [2021-04-19T08:46:31.328Z] 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-19T08:46:33.505Z] Removing intermediate container 24b2fbff8bb4 [2021-04-19T08:46:33.505Z] ---> 615c57ed8e98 [2021-04-19T08:46:33.505Z] [2021-04-19T08:46:33.505Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T08:46:33.505Z] 3.12: Pulling from library/alpine [2021-04-19T08:46:33.505Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T08:46:33.505Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T08:46:33.505Z] ---> 9852663dfa18 [2021-04-19T08:46:33.505Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T08:46:33.505Z] ---> Running in 5deffb5cb8e3 [2021-04-19T08:46:33.505Z] Removing intermediate container 5deffb5cb8e3 [2021-04-19T08:46:33.505Z] ---> 2e9823377fc7 [2021-04-19T08:46:33.505Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T08:46:33.505Z] ---> Running in d89addd06677 [2021-04-19T08:46:33.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:33.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:33.505Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:46:33.505Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T08:46:33.505Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:46:33.505Z] OK: 5 MiB in 16 packages [2021-04-19T08:46:33.505Z] Removing intermediate container d89addd06677 [2021-04-19T08:46:33.505Z] ---> 296c5eaa327d [2021-04-19T08:46:33.505Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T08:46:33.505Z] ---> Running in 6fb85cacedef [2021-04-19T08:46:33.505Z] Removing intermediate container 6fb85cacedef [2021-04-19T08:46:33.505Z] ---> 973bdd595c7e [2021-04-19T08:46:33.505Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T08:46:33.506Z] ---> Running in bbe657918605 [2021-04-19T08:46:33.506Z] Removing intermediate container bbe657918605 [2021-04-19T08:46:33.506Z] ---> 963f51a61554 [2021-04-19T08:46:33.506Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T08:46:33.506Z] ---> Running in 81151f62f19c [2021-04-19T08:46:33.506Z] Removing intermediate container 8c99f5d80dc3 [2021-04-19T08:46:33.506Z] ---> 9afc3243b3a4 [2021-04-19T08:46:33.506Z] [2021-04-19T08:46:33.506Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:46:33.506Z] ---> 9852663dfa18 [2021-04-19T08:46:33.506Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:46:33.506Z] ---> Running in 83d772a65860 [2021-04-19T08:46:33.789Z] Removing intermediate container cc48ba96e7eb [2021-04-19T08:46:33.789Z] ---> 950fee6de148 [2021-04-19T08:46:33.789Z] [2021-04-19T08:46:33.789Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T08:46:33.789Z] ---> 9852663dfa18 [2021-04-19T08:46:33.789Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T08:46:33.869Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-19T08:46:34.070Z] ---> Running in 63c6bcfebc8d [2021-04-19T08:46:34.128Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-19T08:46:34.128Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-19T08:46:34.128Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-19T08:46:34.128Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-19T08:46:34.128Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-19T08:46:34.128Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-19T08:46:34.128Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-19T08:46:34.128Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-19T08:46:34.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:34.388Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-19T08:46:34.388Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-19T08:46:34.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:34.647Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-19T08:46:34.647Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-19T08:46:34.647Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-19T08:46:34.907Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-19T08:46:34.907Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-19T08:46:34.907Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-19T08:46:34.907Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-19T08:46:34.907Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-19T08:46:34.907Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-19T08:46:34.907Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-19T08:46:35.167Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-19T08:46:35.167Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-19T08:46:35.167Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-19T08:46:35.167Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-19T08:46:35.167Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-19T08:46:35.167Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-19T08:46:35.167Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-19T08:46:35.167Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-19T08:46:35.167Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-19T08:46:35.222Z] Removing intermediate container 81151f62f19c [2021-04-19T08:46:35.222Z] ---> 89113cecd6f9 [2021-04-19T08:46:35.222Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T08:46:35.222Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T08:46:35.222Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:46:35.222Z] OK: 5 MiB in 15 packages [2021-04-19T08:46:35.426Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-19T08:46:35.427Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-19T08:46:35.427Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-19T08:46:35.427Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-19T08:46:35.427Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-19T08:46:35.427Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-19T08:46:35.427Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-19T08:46:35.427Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-19T08:46:35.427Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-19T08:46:35.427Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-19T08:46:35.427Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-19T08:46:35.427Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-19T08:46:35.499Z] ---> Running in fb0ec6cd2747 [2021-04-19T08:46:35.686Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-19T08:46:35.686Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-19T08:46:35.686Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-19T08:46:36.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:36.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:46:36.390Z] Removing intermediate container fb0ec6cd2747 [2021-04-19T08:46:36.390Z] ---> f515c84f02f7 [2021-04-19T08:46:36.391Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T08:46:36.670Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T08:46:36.946Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T08:46:36.946Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:46:36.946Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:46:37.228Z] OK: 6 MiB in 16 packages [2021-04-19T08:46:37.506Z] Removing intermediate container 83d772a65860 [2021-04-19T08:46:37.506Z] ---> 4662ac0bd05c [2021-04-19T08:46:37.506Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:46:38.113Z] ---> 775c573f9000 [2021-04-19T08:46:38.114Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T08:46:38.114Z] ---> Running in 1fb833755afd [2021-04-19T08:46:38.389Z] ---> Running in a51730a6b290 [2021-04-19T08:46:39.393Z] Removing intermediate container 1fb833755afd [2021-04-19T08:46:39.393Z] ---> c525f5f98267 [2021-04-19T08:46:39.393Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T08:46:39.991Z] ---> Running in 88cfcb11279c [2021-04-19T08:46:40.263Z] Removing intermediate container 63c6bcfebc8d [2021-04-19T08:46:40.264Z] ---> fd39366d40d9 [2021-04-19T08:46:40.264Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:46:40.543Z] ---> Running in bef1abbd3eb4 [2021-04-19T08:46:40.820Z] Removing intermediate container 88cfcb11279c [2021-04-19T08:46:40.820Z] ---> 566b7a96e54f [2021-04-19T08:46:40.820Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:46:41.427Z] ---> Running in fd79c05fbeff [2021-04-19T08:46:41.700Z] Removing intermediate container bef1abbd3eb4 [2021-04-19T08:46:41.700Z] ---> 81585547e8a1 [2021-04-19T08:46:41.700Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T08:46:42.290Z] ---> Running in 9d99565ae661 [2021-04-19T08:46:42.565Z] Removing intermediate container fd79c05fbeff [2021-04-19T08:46:42.565Z] ---> 414e2e53c711 [2021-04-19T08:46:42.565Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:46:42.843Z] Removing intermediate container a51730a6b290 [2021-04-19T08:46:42.843Z] ---> fb7ea87db397 [2021-04-19T08:46:42.843Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:46:43.119Z] Removing intermediate container 9d99565ae661 [2021-04-19T08:46:43.119Z] ---> 5c23ea08a9ca [2021-04-19T08:46:43.119Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T08:46:43.395Z] ---> Running in 3c3eb4ab74c5 [2021-04-19T08:46:43.674Z] Removing intermediate container ef8378cb2dd5 [2021-04-19T08:46:43.674Z] ---> 402188ead7da [2021-04-19T08:46:43.674Z] [2021-04-19T08:46:43.674Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:46:43.674Z] ---> 9852663dfa18 [2021-04-19T08:46:43.674Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:46:43.674Z] ---> Using cache [2021-04-19T08:46:43.674Z] ---> 4662ac0bd05c [2021-04-19T08:46:43.674Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:46:43.674Z] ---> Using cache [2021-04-19T08:46:43.674Z] ---> c525f5f98267 [2021-04-19T08:46:43.674Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T08:46:43.948Z] ---> 62adcc7af53a [2021-04-19T08:46:43.948Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T08:46:43.948Z] ---> Running in 04b5a6013939 [2021-04-19T08:46:43.948Z] Removing intermediate container 3c3eb4ab74c5 [2021-04-19T08:46:43.948Z] ---> 53e3b93b386c [2021-04-19T08:46:43.948Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:46:44.226Z] ---> e9115d958d5b [2021-04-19T08:46:44.226Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T08:46:44.832Z] Removing intermediate container 04b5a6013939 [2021-04-19T08:46:44.832Z] ---> dd49f55da3bb [2021-04-19T08:46:44.832Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:46:45.434Z] ---> Running in 9200ee7e8ac0 [2021-04-19T08:46:45.675Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-19T08:46:45.675Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-19T08:46:45.675Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-19T08:46:45.675Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-19T08:46:45.675Z] Building config-common [2021-04-19T08:46:45.675Z] + snapcraftctl build [2021-04-19T08:46:45.705Z] ---> c870259df9a7 [2021-04-19T08:46:45.705Z] ---> 6efdb467f0a6 [2021-04-19T08:46:45.705Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T08:46:45.705Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T08:46:45.983Z] Removing intermediate container 9200ee7e8ac0 [2021-04-19T08:46:45.983Z] ---> 9e36d133f9c2 [2021-04-19T08:46:45.983Z] Step 15/23 : WORKDIR / [2021-04-19T08:46:45.983Z] ---> 0defa150ea6a [2021-04-19T08:46:45.983Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T08:46:46.269Z] ---> Running in c12ec273b541 [2021-04-19T08:46:46.866Z] ---> ec4c1f25e394 [2021-04-19T08:46:46.866Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T08:46:47.468Z] ---> Running in 7c56fb2aac50 [2021-04-19T08:46:47.468Z] Removing intermediate container c12ec273b541 [2021-04-19T08:46:47.468Z] ---> b783a631a053 [2021-04-19T08:46:47.468Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:46:47.591Z] Building edgex-go [2021-04-19T08:46:47.747Z] ---> 09091bb8108c [2021-04-19T08:46:47.747Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T08:46:47.747Z] ---> 6afaaf856f74 [2021-04-19T08:46:47.747Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T08:46:47.851Z] + cd /root/parts/edgex-go/src [2021-04-19T08:46:47.851Z] + make build [2021-04-19T08:46:47.851Z] 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-19T08:46:48.370Z] Removing intermediate container 7c56fb2aac50 [2021-04-19T08:46:48.370Z] ---> 50c7cedc4c73 [2021-04-19T08:46:48.370Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:46:48.795Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.9 [2021-04-19T08:46:48.795Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-19T08:46:48.795Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 [2021-04-19T08:46:48.969Z] ---> Running in 92096e313cc8 [2021-04-19T08:46:48.969Z] ---> 08d0f8015376 [2021-04-19T08:46:48.969Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T08:46:49.056Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-19T08:46:49.056Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-19T08:46:49.056Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-19T08:46:49.056Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-19T08:46:49.056Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-19T08:46:49.056Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-19T08:46:49.056Z] go: downloading golang.org/x/text v0.3.2 [2021-04-19T08:46:49.245Z] ---> e1fda23c577a [2021-04-19T08:46:49.245Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T08:46:49.245Z] ---> ee90c42b6b9a [2021-04-19T08:46:49.245Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T08:46:49.518Z] ---> Running in c0c6bef67528 [2021-04-19T08:46:49.793Z] Removing intermediate container 92096e313cc8 [2021-04-19T08:46:49.793Z] ---> a06c79766a3a [2021-04-19T08:46:49.793Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T08:46:50.070Z] Removing intermediate container 47f665aa2957 [2021-04-19T08:46:50.070Z] ---> e6245e1d119f [2021-04-19T08:46:50.070Z] [2021-04-19T08:46:50.070Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:46:50.070Z] ---> 9852663dfa18 [2021-04-19T08:46:50.070Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T08:46:50.661Z] ---> Running in a1cc1b004a4a [2021-04-19T08:46:50.661Z] Removing intermediate container c0c6bef67528 [2021-04-19T08:46:50.661Z] ---> 6f4a93c97948 [2021-04-19T08:46:50.661Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:46:50.661Z] ---> Running in 8064f3fa5edc [2021-04-19T08:46:50.661Z] ---> 3618430158ca [2021-04-19T08:46:50.661Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T08:46:50.935Z] ---> 8077a0a23b9f [2021-04-19T08:46:50.935Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T08:46:50.935Z] ---> Running in da9df4f667af [2021-04-19T08:46:51.211Z] ---> Running in 076c383d5d88 [2021-04-19T08:46:51.486Z] Removing intermediate container 8064f3fa5edc [2021-04-19T08:46:51.486Z] ---> 1574cfd787ba [2021-04-19T08:46:51.486Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T08:46:51.486Z] Removing intermediate container da9df4f667af [2021-04-19T08:46:51.486Z] ---> b25d157ac436 [2021-04-19T08:46:51.486Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T08:46:51.486Z] Removing intermediate container a1cc1b004a4a [2021-04-19T08:46:51.486Z] ---> 9be896b46923 [2021-04-19T08:46:51.486Z] Step 21/22 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:46:51.758Z] ---> Running in cbb3ada541da [2021-04-19T08:46:51.758Z] ---> Running in a58852fcdc06 [2021-04-19T08:46:51.758Z] ---> Running in 900e9d6bcdc9 [2021-04-19T08:46:52.035Z] ---> 5b23b7c76fdd [2021-04-19T08:46:52.035Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T08:46:52.035Z] Removing intermediate container 076c383d5d88 [2021-04-19T08:46:52.035Z] ---> aec285f080a3 [2021-04-19T08:46:52.035Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T08:46:52.311Z] ---> Running in 2a9860e651ea [2021-04-19T08:46:52.311Z] Removing intermediate container cbb3ada541da [2021-04-19T08:46:52.311Z] ---> 6d8b0b0d63a7 [2021-04-19T08:46:52.311Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T08:46:52.587Z] Removing intermediate container a58852fcdc06 [2021-04-19T08:46:52.587Z] ---> e3d6a1ad9320 [2021-04-19T08:46:52.587Z] Step 21/22 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:46:52.587Z] Removing intermediate container 900e9d6bcdc9 [2021-04-19T08:46:52.587Z] ---> eb8293c13d65 [2021-04-19T08:46:52.587Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:46:52.587Z] ---> Running in fe328eb4fbec [2021-04-19T08:46:52.867Z] ---> Running in b7c3244a7ede [2021-04-19T08:46:52.867Z] ---> Running in 46bfb59e17cf [2021-04-19T08:46:52.867Z] Removing intermediate container 2a9860e651ea [2021-04-19T08:46:52.867Z] ---> 80aaab374f8d [2021-04-19T08:46:52.867Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:46:53.142Z] ---> 95fe1787aba2 [2021-04-19T08:46:53.142Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T08:46:53.142Z] ---> Running in d5cba24569ad [2021-04-19T08:46:53.417Z] Removing intermediate container fe328eb4fbec [2021-04-19T08:46:53.417Z] ---> 45593ef45609 [2021-04-19T08:46:53.417Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:46:53.417Z] ---> Running in 4bfedccefc9f [2021-04-19T08:46:53.417Z] Removing intermediate container b7c3244a7ede [2021-04-19T08:46:53.417Z] ---> e1ae409dfd12 [2021-04-19T08:46:53.417Z] Step 22/22 : LABEL version=0.0.0 [2021-04-19T08:46:53.697Z] Removing intermediate container 46bfb59e17cf [2021-04-19T08:46:53.697Z] ---> d637773ab1ab [2021-04-19T08:46:53.697Z] [2021-04-19T08:46:53.697Z] ---> Running in 79867c97bc16 [2021-04-19T08:46:53.972Z] ---> Running in a40ff82a00c0 [2021-04-19T08:46:53.972Z] Removing intermediate container d5cba24569ad [2021-04-19T08:46:53.972Z] ---> f067be79a75f [2021-04-19T08:46:53.972Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:46:54.345Z] 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-19T08:46:54.345Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-19T08:46:54.817Z] ---> Running in f40ee5dbfc48 [2021-04-19T08:46:54.817Z] Successfully built d637773ab1ab [2021-04-19T08:46:54.817Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-19T08:46:54.817Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-04-19T08:46:54.817Z] Removing intermediate container a40ff82a00c0 [2021-04-19T08:46:55.110Z] ---> ae8676bfbc83 [2021-04-19T08:46:55.110Z] [2021-04-19T08:46:55.742Z] Removing intermediate container f40ee5dbfc48 [2021-04-19T08:46:55.742Z] ---> f39f8931ad3b [2021-04-19T08:46:55.742Z] Step 22/23 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:46:56.037Z] Successfully built ae8676bfbc83 [2021-04-19T08:46:56.037Z] ---> Running in 83393b384d0e [2021-04-19T08:46:56.037Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-19T08:46:56.037Z] Building docker-security-secretstore-setup-go [2021-04-19T08:46:57.153Z]  Building docker-support-notifications-go ... done Removing intermediate container 83393b384d0e [2021-04-19T08:46:57.153Z] ---> 2315e2d2b043 [2021-04-19T08:46:57.153Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:46:57.432Z] ---> Running in 34519ed6f0cd [2021-04-19T08:46:57.711Z] Removing intermediate container 4bfedccefc9f [2021-04-19T08:46:57.711Z] ---> dee5c42b5d6a [2021-04-19T08:46:57.711Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T08:46:57.711Z] Removing intermediate container 79867c97bc16 [2021-04-19T08:46:57.711Z] ---> 22e8636ba027 [2021-04-19T08:46:57.711Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T08:46:58.543Z] 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-19T08:46:58.693Z] ---> Running in 7945881f3e04 [2021-04-19T08:46:58.693Z] Removing intermediate container 34519ed6f0cd [2021-04-19T08:46:58.693Z] ---> 30568a620ae8 [2021-04-19T08:46:58.693Z] [2021-04-19T08:46:58.977Z] ---> Running in 8f8e5ff0323c [2021-04-19T08:46:59.274Z] Successfully built 30568a620ae8 [2021-04-19T08:46:59.927Z] 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-19T08:47:00.277Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-19T08:47:00.277Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-19T08:47:00.558Z] Removing intermediate container 7945881f3e04 [2021-04-19T08:47:00.558Z] ---> e76a95499d37 [2021-04-19T08:47:00.558Z] Step 28/31 : CMD ["gate"] [2021-04-19T08:47:01.528Z] ---> Running in b6814ae5fc27 [2021-04-19T08:47:01.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:01.810Z] Removing intermediate container b6814ae5fc27 [2021-04-19T08:47:01.810Z] ---> ebba21d9f251 [2021-04-19T08:47:01.810Z] Step 29/31 : LABEL arch=arm64 [2021-04-19T08:47:01.838Z] 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-19T08:47:02.097Z] 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-19T08:47:02.097Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-19T08:47:02.357Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-19T08:47:02.357Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-19T08:47:02.357Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-19T08:47:02.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:02.409Z] ---> Running in 19f51842d093 [2021-04-19T08:47:03.388Z] Removing intermediate container 19f51842d093 [2021-04-19T08:47:03.388Z] ---> 575c931cdde2 [2021-04-19T08:47:03.388Z] Step 30/31 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:47:03.388Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:47:03.664Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T08:47:03.664Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T08:47:03.664Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T08:47:03.939Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T08:47:03.939Z] ---> Running in 6f89843880bc [2021-04-19T08:47:03.939Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T08:47:04.214Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:47:04.214Z] OK: 8 MiB in 20 packages [2021-04-19T08:47:04.264Z] 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-19T08:47:04.264Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-19T08:47:04.264Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-19T08:47:05.650Z] Removing intermediate container 6f89843880bc [2021-04-19T08:47:05.650Z] ---> d4afb80c4130 [2021-04-19T08:47:05.650Z] Step 31/31 : LABEL version=0.0.0 [2021-04-19T08:47:05.652Z] 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-19T08:47:07.114Z] ---> Running in 3022ce6e79b6 [2021-04-19T08:47:07.320Z] 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-19T08:47:07.393Z] Removing intermediate container 8f8e5ff0323c [2021-04-19T08:47:07.393Z] ---> 99fe807e63a6 [2021-04-19T08:47:07.393Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T08:47:07.670Z] Removing intermediate container 3022ce6e79b6 [2021-04-19T08:47:07.670Z] ---> e49cb6babc4e [2021-04-19T08:47:07.670Z] [2021-04-19T08:47:08.037Z] 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-19T08:47:08.272Z] Successfully built e49cb6babc4e [2021-04-19T08:47:08.272Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-19T08:47:08.272Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-04-19T08:47:08.544Z] ---> dc4c5aeb08f2 [2021-04-19T08:47:08.545Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T08:47:09.507Z] 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-19T08:47:09.507Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-19T08:47:09.975Z] ---> e049da52a2f2 [2021-04-19T08:47:09.975Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T08:47:10.566Z] ---> 43bf9840f679 [2021-04-19T08:47:10.566Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T08:47:10.662Z] 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-19T08:47:10.662Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-19T08:47:10.835Z] ---> Running in 5a5a2a0b873f [2021-04-19T08:47:11.429Z] Removing intermediate container 5a5a2a0b873f [2021-04-19T08:47:11.429Z] ---> c946435ea1bf [2021-04-19T08:47:11.429Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:47:11.429Z] ---> Running in d4d58c4ed030 [2021-04-19T08:47:12.023Z] Removing intermediate container d4d58c4ed030 [2021-04-19T08:47:12.023Z] ---> c2343b33483c [2021-04-19T08:47:12.023Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:47:12.023Z] ---> Running in e57c2b032cd5 [2021-04-19T08:47:12.585Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-19T08:47:12.585Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-19T08:47:12.585Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-19T08:47:12.585Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-19T08:47:12.585Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-19T08:47:12.585Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-19T08:47:12.585Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-19T08:47:12.585Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-19T08:47:12.585Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-19T08:47:12.585Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-19T08:47:12.585Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-19T08:47:12.585Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-19T08:47:12.585Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-19T08:47:12.633Z] Removing intermediate container e57c2b032cd5 [2021-04-19T08:47:12.633Z] ---> b72a138fb6c4 [2021-04-19T08:47:12.633Z] Step 22/23 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:47:12.633Z] ---> Running in 3a9cfc3e928e [2021-04-19T08:47:12.845Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-19T08:47:12.845Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-19T08:47:12.845Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-19T08:47:12.845Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-19T08:47:12.845Z] + 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-19T08:47:12.845Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-19T08:47:12.845Z] + 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-19T08:47:12.845Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-19T08:47:12.845Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-19T08:47:12.845Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-19T08:47:12.845Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-19T08:47:12.845Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-19T08:47:12.845Z] + 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-19T08:47:13.241Z] Removing intermediate container 3a9cfc3e928e [2021-04-19T08:47:13.241Z] ---> 5557328e8dd1 [2021-04-19T08:47:13.241Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:47:13.518Z] ---> Running in c9b1d9249f23 [2021-04-19T08:47:14.113Z] Removing intermediate container c9b1d9249f23 [2021-04-19T08:47:14.113Z] ---> 9154573783ad [2021-04-19T08:47:14.113Z] [2021-04-19T08:47:14.711Z] Successfully built 9154573783ad [2021-04-19T08:47:14.711Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-19T08:47:16.142Z] Building static-packages [2021-04-19T08:47:16.142Z] + snapcraftctl build [2021-04-19T08:47:17.524Z] Building version [2021-04-19T08:47:17.524Z] + snapcraftctl build [2021-04-19T08:47:19.434Z] Skipping stage go-build-helper (already ran) [2021-04-19T08:47:19.434Z] Staging app-service-config [2021-04-19T08:47:19.434Z] + snapcraftctl stage [2021-04-19T08:47:20.381Z] Staging config-common [2021-04-19T08:47:20.381Z] + snapcraftctl stage [2021-04-19T08:47:21.317Z] Staging edgex-go [2021-04-19T08:47:21.317Z] + snapcraftctl stage [2021-04-19T08:47:22.257Z] Staging static-packages [2021-04-19T08:47:22.257Z] + snapcraftctl stage [2021-04-19T08:47:23.196Z] Staging version [2021-04-19T08:47:23.196Z] + snapcraftctl stage [2021-04-19T08:47:24.134Z] Priming go-build-helper [2021-04-19T08:47:24.134Z] + snapcraftctl prime [2021-04-19T08:47:25.074Z] Priming app-service-config [2021-04-19T08:47:25.074Z] + snapcraftctl prime [2021-04-19T08:47:26.455Z] Priming config-common [2021-04-19T08:47:26.455Z] + snapcraftctl prime [2021-04-19T08:47:27.398Z] Priming edgex-go [2021-04-19T08:47:27.398Z] + snapcraftctl prime [2021-04-19T08:47:28.781Z] Priming static-packages [2021-04-19T08:47:28.781Z] + snapcraftctl prime [2021-04-19T08:47:30.688Z] Priming version [2021-04-19T08:47:30.688Z] + snapcraftctl prime [2021-04-19T08:47:31.600Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T08:47:53.697Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:53.697Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:53.697Z] ---> 3ef2777b5c90 [2021-04-19T08:47:53.697Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T08:47:53.697Z] ---> Using cache [2021-04-19T08:47:53.697Z] ---> 91e0c9b10b9d [2021-04-19T08:47:53.697Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:53.697Z] ---> Using cache [2021-04-19T08:47:53.697Z] ---> f639b83f932e [2021-04-19T08:47:53.697Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T08:47:53.697Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:53.697Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:53.697Z] ---> 3ef2777b5c90 [2021-04-19T08:47:53.697Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T08:47:53.697Z] ---> Using cache [2021-04-19T08:47:53.697Z] ---> 91e0c9b10b9d [2021-04-19T08:47:53.697Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:53.697Z] ---> Using cache [2021-04-19T08:47:53.697Z] ---> f639b83f932e [2021-04-19T08:47:53.697Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T08:47:53.697Z] ---> Running in 3d859f4e7920 [2021-04-19T08:47:53.697Z] ---> Running in 5b14f23add5c [2021-04-19T08:47:53.697Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:53.697Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:53.697Z] ---> 3ef2777b5c90 [2021-04-19T08:47:53.697Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:47:53.697Z] ---> Using cache [2021-04-19T08:47:53.697Z] ---> 91e0c9b10b9d [2021-04-19T08:47:53.697Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:53.697Z] ---> Using cache [2021-04-19T08:47:53.697Z] ---> f639b83f932e [2021-04-19T08:47:53.697Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T08:47:53.970Z] ---> Running in ced20897608e [2021-04-19T08:47:53.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:54.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:54.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:54.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:55.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:55.453Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:55.727Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:56.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:56.327Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T08:47:56.327Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T08:47:56.327Z] ---> 3ef2777b5c90 [2021-04-19T08:47:56.327Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T08:47:56.327Z] ---> Using cache [2021-04-19T08:47:56.327Z] ---> 91e0c9b10b9d [2021-04-19T08:47:56.327Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T08:47:56.327Z] ---> Using cache [2021-04-19T08:47:56.327Z] ---> f639b83f932e [2021-04-19T08:47:56.327Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T08:47:56.598Z] ---> Running in 29221471fd94 [2021-04-19T08:47:56.869Z] OK: 217 MiB in 51 packages [2021-04-19T08:47:57.467Z] Removing intermediate container 5b14f23add5c [2021-04-19T08:47:57.467Z] ---> f5f503de723d [2021-04-19T08:47:57.467Z] Step 6/21 : COPY go.mod . [2021-04-19T08:47:57.738Z] Removing intermediate container 3d859f4e7920 [2021-04-19T08:47:57.738Z] ---> 433acb20c5f9 [2021-04-19T08:47:57.738Z] Step 6/24 : COPY go.mod . [2021-04-19T08:47:58.335Z] ---> a80d551ae800 [2021-04-19T08:47:58.335Z] Step 7/21 : RUN go mod download [2021-04-19T08:47:58.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:58.335Z] ---> Running in 928663c61acf [2021-04-19T08:47:58.611Z] Removing intermediate container ced20897608e [2021-04-19T08:47:58.611Z] ---> c167b2cece5f [2021-04-19T08:47:58.611Z] Step 6/23 : COPY go.mod . [2021-04-19T08:47:58.611Z] ---> a227a28ef6d6 [2021-04-19T08:47:58.611Z] Step 7/24 : RUN go mod download [2021-04-19T08:47:58.885Z] ---> Running in a68e8822f89a [2021-04-19T08:47:58.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:47:59.475Z] ---> 6d061d9e305e [2021-04-19T08:47:59.475Z] Step 7/23 : RUN go mod download [2021-04-19T08:47:59.748Z] ---> Running in 6f93e99a0376 [2021-04-19T08:47:59.748Z] OK: 217 MiB in 51 packages [2021-04-19T08:48:01.753Z] Removing intermediate container 29221471fd94 [2021-04-19T08:48:01.753Z] ---> 9e2751825f5f [2021-04-19T08:48:01.753Z] Step 6/23 : COPY go.mod . [2021-04-19T08:48:02.033Z] Removing intermediate container 928663c61acf [2021-04-19T08:48:02.033Z] ---> b3c55ea09541 [2021-04-19T08:48:02.033Z] Step 8/21 : COPY . . [2021-04-19T08:48:02.626Z] ---> 12b4d674a01d [2021-04-19T08:48:02.626Z] Step 7/23 : RUN go mod download [2021-04-19T08:48:02.626Z] Removing intermediate container a68e8822f89a [2021-04-19T08:48:02.626Z] ---> 345d7d573e7e [2021-04-19T08:48:02.626Z] Step 8/24 : COPY . . [2021-04-19T08:48:02.626Z] ---> Running in 6f45b4ed9b82 [2021-04-19T08:48:03.624Z] Removing intermediate container 6f93e99a0376 [2021-04-19T08:48:03.624Z] ---> 06b8f26ded35 [2021-04-19T08:48:03.624Z] Step 8/23 : COPY . . [2021-04-19T08:48:10.345Z] Removing intermediate container 6f45b4ed9b82 [2021-04-19T08:48:10.345Z] ---> 55b0825b7b44 [2021-04-19T08:48:10.345Z] Step 8/23 : COPY . . [2021-04-19T08:48:25.419Z] ---> f932f69ee0e2 [2021-04-19T08:48:25.419Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T08:48:25.419Z] ---> Running in a483a589efbf [2021-04-19T08:48:25.419Z] ---> 89483f4230ce [2021-04-19T08:48:25.419Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T08:48:25.419Z] ---> c299f9cbed5a [2021-04-19T08:48:25.419Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T08:48:25.419Z] ---> Running in 3aff668187e8 [2021-04-19T08:48:25.419Z] ---> Running in 2a79d9f01af8 [2021-04-19T08:48:25.419Z] ---> 6401d1df3906 [2021-04-19T08:48:25.419Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T08:48:25.419Z] 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-19T08:48:25.419Z] ---> Running in 0c60938f6f32 [2021-04-19T08:48:26.870Z] 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-19T08:48:26.870Z] 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-19T08:48:27.467Z] 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-19T08:49:49.280Z] 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-19T08:49:49.280Z] 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-19T08:49:57.640Z] Removing intermediate container a483a589efbf [2021-04-19T08:49:57.640Z] ---> 13fd4dd9daf7 [2021-04-19T08:49:57.640Z] [2021-04-19T08:49:57.640Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T08:49:57.640Z] ---> 9852663dfa18 [2021-04-19T08:49:57.640Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T08:49:57.640Z] ---> Running in 7f6319a2ede4 [2021-04-19T08:49:57.640Z] Removing intermediate container 3aff668187e8 [2021-04-19T08:49:57.640Z] ---> 702385f81ac7 [2021-04-19T08:49:57.640Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T08:49:57.983Z] ---> Running in f450065239f9 [2021-04-19T08:49:58.622Z] Removing intermediate container 2a79d9f01af8 [2021-04-19T08:49:58.622Z] ---> 1b7b1d7c3649 [2021-04-19T08:49:58.622Z] [2021-04-19T08:49:58.622Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T08:49:58.622Z] ---> 9852663dfa18 [2021-04-19T08:49:58.622Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T08:49:59.270Z] ---> Running in ead32c12e300 [2021-04-19T08:49:59.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:49:59.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:00.106Z] 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-19T08:50:00.382Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T08:50:00.660Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:50:00.660Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T08:50:00.660Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T08:50:00.660Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:50:00.660Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:50:00.936Z] OK: 7 MiB in 18 packages [2021-04-19T08:50:00.936Z] Removing intermediate container 0c60938f6f32 [2021-04-19T08:50:00.936Z] ---> c87af2d5a4c0 [2021-04-19T08:50:00.936Z] [2021-04-19T08:50:00.936Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T08:50:00.936Z] ---> 9852663dfa18 [2021-04-19T08:50:00.936Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T08:50:00.936Z] ---> Using cache [2021-04-19T08:50:00.936Z] ---> 4662ac0bd05c [2021-04-19T08:50:00.936Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T08:50:00.936Z] ---> Using cache [2021-04-19T08:50:00.936Z] ---> c525f5f98267 [2021-04-19T08:50:00.936Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T08:50:00.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:01.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:01.212Z] ---> Running in 6cd50d093387 [2021-04-19T08:50:01.813Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T08:50:01.813Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:50:01.813Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T08:50:01.813Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T08:50:01.813Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T08:50:01.813Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T08:50:02.095Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T08:50:02.095Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T08:50:02.095Z] Removing intermediate container 6cd50d093387 [2021-04-19T08:50:02.095Z] ---> 2e8fde2e9ffb [2021-04-19T08:50:02.095Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T08:50:02.095Z] OK: 7 MiB in 20 packages [2021-04-19T08:50:02.374Z] ---> Running in 0533cacbc488 [2021-04-19T08:50:02.984Z] Removing intermediate container 7f6319a2ede4 [2021-04-19T08:50:02.984Z] ---> 6ef31c5b1cc4 [2021-04-19T08:50:02.984Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:50:03.256Z] Removing intermediate container 0533cacbc488 [2021-04-19T08:50:03.256Z] ---> a22f11d4fed8 [2021-04-19T08:50:03.256Z] Step 15/23 : WORKDIR / [2021-04-19T08:50:03.256Z] ---> Running in 588016307afb [2021-04-19T08:50:03.546Z] ---> Running in 49a174508e1f [2021-04-19T08:50:04.141Z] Removing intermediate container 588016307afb [2021-04-19T08:50:04.141Z] ---> d26cb1b5b2e0 [2021-04-19T08:50:04.141Z] Step 13/21 : WORKDIR /edgex [2021-04-19T08:50:04.141Z] ---> Running in f253a4b673d6 [2021-04-19T08:50:04.141Z] Removing intermediate container 49a174508e1f [2021-04-19T08:50:04.141Z] ---> f6868c1b415d [2021-04-19T08:50:04.141Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt /Removing intermediate container f450065239f9 [2021-04-19T08:50:04.141Z] [2021-04-19T08:50:04.141Z] ---> 047c06e20c95 [2021-04-19T08:50:04.141Z] [2021-04-19T08:50:04.141Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T08:50:04.413Z] Removing intermediate container ead32c12e300 [2021-04-19T08:50:04.413Z] ---> 9c3996e0cca6 [2021-04-19T08:50:04.413Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T08:50:04.413Z] 20.10.0: Pulling from library/docker [2021-04-19T08:50:04.684Z] ---> Running in 3c9813c3bb4b [2021-04-19T08:50:04.959Z] Removing intermediate container f253a4b673d6 [2021-04-19T08:50:04.959Z] ---> 4fcf11f15cb3 [2021-04-19T08:50:04.959Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T08:50:05.551Z] ---> 96aad3592e20 [2021-04-19T08:50:05.551Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T08:50:05.551Z] Removing intermediate container 3c9813c3bb4b [2021-04-19T08:50:05.551Z] ---> b6cf294ae295 [2021-04-19T08:50:05.551Z] Step 13/24 : WORKDIR / [2021-04-19T08:50:05.826Z] ---> Running in 17c0c2199c0b [2021-04-19T08:50:06.099Z] ---> 029edf1e3a20 [2021-04-19T08:50:06.099Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T08:50:07.082Z] Removing intermediate container 17c0c2199c0b [2021-04-19T08:50:07.082Z] ---> be3f39cc5bfd [2021-04-19T08:50:07.082Z] 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-19T08:50:07.680Z] ---> 2a8f749aaa00 [2021-04-19T08:50:07.680Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T08:50:07.955Z] ---> 4e71603c462c [2021-04-19T08:50:07.955Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T08:50:07.955Z] ---> 60d3dcb51acf [2021-04-19T08:50:07.955Z] 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-19T08:50:09.393Z] ---> e6873376dc3e [2021-04-19T08:50:09.393Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T08:50:09.393Z] ---> 0ad1be63dbea [2021-04-19T08:50:09.393Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T08:50:09.667Z] ---> c2ff3163f630 [2021-04-19T08:50:09.667Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T08:50:09.667Z] ---> Running in 50dd5f9bbfd7 [2021-04-19T08:50:09.949Z] ---> Running in 252ef7446759 [2021-04-19T08:50:10.542Z] ---> 8ee80591442f [2021-04-19T08:50:10.542Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T08:50:10.542Z] Removing intermediate container 50dd5f9bbfd7 [2021-04-19T08:50:10.542Z] ---> 07408305c20d [2021-04-19T08:50:10.542Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:50:10.815Z] Removing intermediate container 252ef7446759 [2021-04-19T08:50:10.815Z] ---> 3319ea6c8e27 [2021-04-19T08:50:10.815Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T08:50:11.088Z] ---> Running in 2fd1b1a21a8a [2021-04-19T08:50:11.684Z] ---> Running in 33a815df89aa [2021-04-19T08:50:11.684Z] Removing intermediate container 2fd1b1a21a8a [2021-04-19T08:50:11.684Z] ---> ed50f2135bde [2021-04-19T08:50:11.684Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:50:12.275Z] ---> 5c41696627c6 [2021-04-19T08:50:12.275Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T08:50:12.275Z] ---> Running in ead3ee3700fb [2021-04-19T08:50:12.546Z] Removing intermediate container 33a815df89aa [2021-04-19T08:50:12.546Z] ---> 125754fb48fe [2021-04-19T08:50:12.546Z] Step 19/21 : LABEL arch=arm64 [2021-04-19T08:50:13.140Z] ---> Running in 6d515b23cca9 [2021-04-19T08:50:13.458Z] Removing intermediate container ead3ee3700fb [2021-04-19T08:50:13.458Z] ---> 2599475fa613 [2021-04-19T08:50:13.458Z] Step 22/23 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:50:14.050Z] ---> Running in e59327cbeaad [2021-04-19T08:50:14.050Z] Removing intermediate container 6d515b23cca9 [2021-04-19T08:50:14.050Z] ---> 242b39f92227 [2021-04-19T08:50:14.050Z] Step 20/21 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:50:14.050Z] ---> a35f2f98c694 [2021-04-19T08:50:14.050Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T08:50:14.325Z] ---> Running in 58130e2d5c8c [2021-04-19T08:50:14.598Z] Removing intermediate container e59327cbeaad [2021-04-19T08:50:14.598Z] ---> 693da704bbed [2021-04-19T08:50:14.598Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:50:14.880Z] ---> Running in 065bcf7f19bb [2021-04-19T08:50:14.880Z] Removing intermediate container 58130e2d5c8c [2021-04-19T08:50:14.880Z] ---> 3660164a66c4 [2021-04-19T08:50:14.880Z] Step 21/21 : LABEL version=0.0.0 [2021-04-19T08:50:15.153Z] ---> Running in ff21d753ee66 [2021-04-19T08:50:15.153Z] ---> 3dddd67e40b1 [2021-04-19T08:50:15.153Z] 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-19T08:50:15.428Z] Removing intermediate container 065bcf7f19bb [2021-04-19T08:50:15.428Z] ---> f8381071de27 [2021-04-19T08:50:15.428Z] [2021-04-19T08:50:15.428Z] ---> Running in 780a32a845ac [2021-04-19T08:50:15.700Z] Removing intermediate container ff21d753ee66 [2021-04-19T08:50:15.700Z] ---> f1d0955794dc [2021-04-19T08:50:15.700Z] [2021-04-19T08:50:15.700Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T08:50:15.700Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T08:50:15.700Z] ---> eeaf43b92773 [2021-04-19T08:50:15.700Z] 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-19T08:50:15.975Z] Successfully built f8381071de27 [2021-04-19T08:50:15.975Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-19T08:50:16.248Z]  Building docker-core-command-go ... done  ---> Running in 22838d8bfd76 [2021-04-19T08:50:16.248Z] Successfully built f1d0955794dc [2021-04-19T08:50:16.248Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-19T08:50:16.519Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 22838d8bfd76 [2021-04-19T08:50:16.519Z] ---> c25e326747ef [2021-04-19T08:50:16.519Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T08:50:16.789Z] ---> Running in 4411c7e9fc9d [2021-04-19T08:50:17.762Z] Removing intermediate container 780a32a845ac [2021-04-19T08:50:17.762Z] ---> 878cde8d8476 [2021-04-19T08:50:17.762Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T08:50:17.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:18.032Z] ---> Running in c8b1cfeff683 [2021-04-19T08:50:18.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T08:50:18.303Z] Removing intermediate container c8b1cfeff683 [2021-04-19T08:50:18.303Z] ---> 8377d90a76c2 [2021-04-19T08:50:18.303Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T08:50:18.576Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T08:50:18.576Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T08:50:18.576Z] Executing bash-5.0.17-r0.post-install [2021-04-19T08:50:18.576Z] ---> Running in 4b06f0c40f36 [2021-04-19T08:50:18.577Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T08:50:18.577Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T08:50:18.577Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T08:50:18.577Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T08:50:18.577Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T08:50:18.577Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T08:50:18.577Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T08:50:18.577Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T08:50:18.577Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T08:50:18.577Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T08:50:18.577Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T08:50:19.554Z] Removing intermediate container 4b06f0c40f36 [2021-04-19T08:50:19.554Z] ---> 903f91903c31 [2021-04-19T08:50:19.554Z] Step 23/24 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:50:19.828Z] ---> Running in e8685f31abe5 [2021-04-19T08:50:20.418Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T08:50:20.418Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T08:50:20.418Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T08:50:20.418Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T08:50:20.418Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T08:50:20.687Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T08:50:20.687Z] Removing intermediate container e8685f31abe5 [2021-04-19T08:50:20.687Z] ---> b5f3764ecd25 [2021-04-19T08:50:20.687Z] Step 24/24 : LABEL version=0.0.0 [2021-04-19T08:50:20.687Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T08:50:20.687Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T08:50:20.687Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T08:50:20.687Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T08:50:20.687Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T08:50:20.958Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T08:50:20.958Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T08:50:20.958Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T08:50:20.958Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T08:50:20.958Z] ---> Running in 8cb1fef81c1a [2021-04-19T08:50:20.958Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T08:50:20.958Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T08:50:20.958Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T08:50:20.958Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T08:50:20.958Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T08:50:20.958Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T08:50:20.958Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T08:50:20.958Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T08:50:20.958Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T08:50:20.958Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T08:50:20.958Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T08:50:21.230Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T08:50:21.230Z] OK: 72 MiB in 59 packages [2021-04-19T08:50:21.503Z] Removing intermediate container 8cb1fef81c1a [2021-04-19T08:50:21.503Z] ---> 9b234ff4c080 [2021-04-19T08:50:21.503Z] [2021-04-19T08:50:21.775Z] Successfully built 9b234ff4c080 [2021-04-19T08:50:21.775Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-19T08:50:25.136Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2021-04-19T08:50:25.136Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T08:50:26.111Z] Collecting PyYAML<4,>=3.10 [2021-04-19T08:50:26.111Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T08:50:30.413Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T08:50:30.413Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T08:50:30.413Z] 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-19T08:50:30.413Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T08:50:30.413Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T08:50:32.370Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T08:50:32.370Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T08:50:32.959Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T08:50:32.959Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T08:50:33.546Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T08:50:33.546Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T08:50:34.139Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T08:50:34.139Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T08:50:34.410Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T08:50:34.410Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T08:50:36.372Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T08:50:36.372Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T08:50:37.795Z] 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-19T08:50:38.064Z] Collecting idna<2.8,>=2.5 [2021-04-19T08:50:38.064Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T08:50:38.650Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T08:50:38.651Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T08:50:38.921Z] 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-19T08:50:38.921Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T08:50:38.921Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T08:50:39.191Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T08:50:39.191Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T08:50:39.191Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T08:50:39.191Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T08:50:39.780Z] Installing collected packages: PyYAML, idna, urllib3, requests, dockerpty, jsonschema, docker-pycreds, websocket-client, docker, cached-property, docopt, texttable, docker-compose [2021-04-19T08:50:39.781Z] Running setup.py install for PyYAML: started [2021-04-19T08:50:41.740Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T08:50:42.011Z] Attempting uninstall: idna [2021-04-19T08:50:42.011Z] Found existing installation: idna 2.9 [2021-04-19T08:50:42.011Z] Uninstalling idna-2.9: [2021-04-19T08:50:42.011Z] Successfully uninstalled idna-2.9 [2021-04-19T08:50:42.602Z] Attempting uninstall: urllib3 [2021-04-19T08:50:42.602Z] Found existing installation: urllib3 1.25.9 [2021-04-19T08:50:42.602Z] Uninstalling urllib3-1.25.9: [2021-04-19T08:50:42.602Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T08:50:43.191Z] Attempting uninstall: requests [2021-04-19T08:50:43.191Z] Found existing installation: requests 2.23.0 [2021-04-19T08:50:43.191Z] Uninstalling requests-2.23.0: [2021-04-19T08:50:43.191Z] Successfully uninstalled requests-2.23.0 [2021-04-19T08:50:43.460Z] Running setup.py install for dockerpty: started [2021-04-19T08:50:45.425Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T08:50:46.856Z] Running setup.py install for docopt: started [2021-04-19T08:50:48.814Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T08:50:48.814Z] Running setup.py install for texttable: started [2021-04-19T08:50:50.242Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T08:50:51.211Z] 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-19T08:50:59.513Z] Removing intermediate container 4411c7e9fc9d [2021-04-19T08:50:59.513Z] ---> 128bdbd35303 [2021-04-19T08:50:59.513Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T08:50:59.513Z] ---> Running in 7e275ca2e0d1 [2021-04-19T08:50:59.513Z] Removing intermediate container 7e275ca2e0d1 [2021-04-19T08:50:59.513Z] ---> 1ba850f69411 [2021-04-19T08:50:59.513Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T08:50:59.513Z] ---> Running in da6753c76c1e [2021-04-19T08:50:59.800Z] Removing intermediate container da6753c76c1e [2021-04-19T08:50:59.800Z] ---> ef5694c182d4 [2021-04-19T08:50:59.800Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T08:51:01.257Z] ---> 53f3b6561dd7 [2021-04-19T08:51:01.257Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T08:51:01.850Z] ---> 7399804effd5 [2021-04-19T08:51:01.850Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T08:51:02.818Z] ---> 537b96d6a6fc [2021-04-19T08:51:02.818Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T08:51:02.818Z] ---> Running in a974e72dc6e5 [2021-04-19T08:51:03.408Z] Removing intermediate container a974e72dc6e5 [2021-04-19T08:51:03.409Z] ---> c5765205c35d [2021-04-19T08:51:03.409Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T08:51:03.409Z] ---> Running in 076706c537e9 [2021-04-19T08:51:04.001Z] Removing intermediate container 076706c537e9 [2021-04-19T08:51:04.001Z] ---> 7b894f8d2c37 [2021-04-19T08:51:04.001Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T08:51:04.001Z] ---> Running in 3e74d5e0dfb3 [2021-04-19T08:51:04.591Z] Removing intermediate container 3e74d5e0dfb3 [2021-04-19T08:51:04.591Z] ---> 5211ddfec931 [2021-04-19T08:51:04.591Z] Step 22/23 : LABEL git_sha=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [2021-04-19T08:51:04.591Z] ---> Running in 25b93d8203c3 [2021-04-19T08:51:05.183Z] Removing intermediate container 25b93d8203c3 [2021-04-19T08:51:05.183Z] ---> bca575c9038e [2021-04-19T08:51:05.183Z] Step 23/23 : LABEL version=0.0.0 [2021-04-19T08:51:05.183Z] ---> Running in 0c58071842af [2021-04-19T08:51:05.775Z] Removing intermediate container 0c58071842af [2021-04-19T08:51:05.775Z] ---> 6ffe06fa61f0 [2021-04-19T08:51:05.775Z] [2021-04-19T08:51:06.046Z] Successfully built 6ffe06fa61f0 [2021-04-19T08:51:06.319Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-19T08:51:06.604Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-19T08:51:06.435Z] $ docker stop --time=1 0c2fbfaae6272e5d23616b2b6882f05c83b6b2977446f499b5422960c313f8e9 [2021-04-19T08:51:08.332Z] $ docker rm -f 0c2fbfaae6272e5d23616b2b6882f05c83b6b2977446f499b5422960c313f8e9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T08:51:09.112Z] + docker images [2021-04-19T08:51:09.112Z] + grep docker [2021-04-19T08:51:09.384Z] docker-sys-mgmt-agent-go-arm64 latest 6ffe06fa61f0 4 seconds ago 299MB [2021-04-19T08:51:09.384Z] docker-security-secretstore-setup-go-arm64 latest 9b234ff4c080 49 seconds ago 24.9MB [2021-04-19T08:51:09.384Z] docker-security-proxy-setup-go-arm64 latest f1d0955794dc 54 seconds ago 24.6MB [2021-04-19T08:51:09.384Z] docker-core-command-go-arm64 latest f8381071de27 55 seconds ago 16.5MB [2021-04-19T08:51:09.384Z] docker-core-data-go-arm64 latest 9154573783ad 3 minutes ago 21.6MB [2021-04-19T08:51:09.384Z] docker-security-bootstrapper-go-arm64 latest e49cb6babc4e 4 minutes ago 18.1MB [2021-04-19T08:51:09.384Z] docker-core-metadata-go-arm64 latest 30568a620ae8 4 minutes ago 18.1MB [2021-04-19T08:51:09.384Z] docker-support-notifications-go-arm64 latest ae8676bfbc83 4 minutes ago 17.1MB [2021-04-19T08:51:09.384Z] docker-support-scheduler-go-arm64 latest d637773ab1ab 4 minutes ago 16.6MB [2021-04-19T08:51:09.384Z] 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-19T08:51:09.958Z] ---> job-cost.sh [2021-04-19T08:51:09.959Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WRu9 [2021-04-19T08:51:48.894Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T08:53:25.607Z] lf-activate-venv(): INFO: Adding /tmp/venv-WRu9/bin to PATH [2021-04-19T08:53:25.607Z] INFO: No Stack... [2021-04-19T08:53:25.607Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T08:53:25.607Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T08:53:25.937Z] + + cut -d, -f6 [2021-04-19T08:53:25.937Z] cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-04-19T08:53:26.054Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3372-3-stack-cost] [2021-04-19T08:53:26.062Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3372-3-stack-cost] did not exist. Created. [2021-04-19T08:53:26.062Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3372-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T08:53:26.418Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T08:53:26.697Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T08:53:26.710Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3372-3-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-19T08:53:27.241Z] provisioning config files... [2021-04-19T08:53:27.261Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config6813419590843972679tmp [Pipeline] { [Pipeline] sh [2021-04-19T08:53:27.582Z] + set +x [2021-04-19T08:53:27.582Z] + curl -s https://codecov.io/bash [2021-04-19T08:53:27.582Z] + bash -s -- [2021-04-19T08:53:28.157Z] [2021-04-19T08:53:28.157Z] _____ _ [2021-04-19T08:53:28.157Z] / ____| | | [2021-04-19T08:53:28.157Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T08:53:28.157Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T08:53:28.157Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T08:53:28.157Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T08:53:28.157Z] Bash-1.0.1 [2021-04-19T08:53:28.157Z] [2021-04-19T08:53:28.157Z] [2021-04-19T08:53:28.157Z] ==> git version 2.24.3 found [2021-04-19T08:53:28.157Z] ==> 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-19T08:53:28.157Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T08:53:28.157Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T08:53:28.157Z] ==> Jenkins CI detected. [2021-04-19T08:53:28.157Z] project root: . [2021-04-19T08:53:28.157Z] --> token set from env [2021-04-19T08:53:28.157Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T08:53:28.157Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T08:53:28.157Z] ==> Python coveragepy not found [2021-04-19T08:53:28.157Z] ==> Searching for coverage reports in: [2021-04-19T08:53:28.157Z] + . [2021-04-19T08:53:28.419Z] -> Found 1 reports [2021-04-19T08:53:28.419Z] ==> Detecting git/mercurial file structure [2021-04-19T08:53:28.419Z] ==> Reading reports [2021-04-19T08:53:28.419Z] + ./coverage.out bytes=687366 [2021-04-19T08:53:28.419Z] ==> Appending adjustments [2021-04-19T08:53:28.419Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T08:53:31.721Z] + Found adjustments [2021-04-19T08:53:31.721Z] ==> Gzipping contents [2021-04-19T08:53:31.983Z] 100K /tmp/codecov.6fZIah.gz [2021-04-19T08:53:31.983Z] ==> Uploading reports [2021-04-19T08:53:31.983Z] url: https://codecov.io [2021-04-19T08:53:31.983Z] query: branch=PR-3372&commit=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3372%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3372&job=&cmd_args= [2021-04-19T08:53:31.983Z] -> Pinging Codecov [2021-04-19T08:53:31.983Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3372&commit=6d99df80cbbecfc40465bb2cf8272f3a11e67bc4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3372%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3372&job=&cmd_args= [2021-04-19T08:53:32.555Z] -> Uploading to [2021-04-19T08:53:32.555Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/6d99df80cbbecfc40465bb2cf8272f3a11e67bc4/39f179d7-1c10-40da-bb55-6e007ca398a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T085332Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1bd1fde9fb5d3ce827995be093d646ac6730be097ba042de61dce39c3f649417 [2021-04-19T08:53:32.555Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T08:53:32.555Z] Dload Upload Total Spent Left Speed [2021-04-19T08:53:33.128Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98657 0 0 100 98657 0 150k --:--:-- --:--:-- --:--:-- 150k 100 98657 0 0 100 98657 0 150k --:--:-- --:--:-- --:--:-- 150k [2021-04-19T08:53:33.128Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 [Pipeline] } [2021-04-19T08:53:33.138Z] 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-19T08:53:33.859Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:53:34.745Z] ---> package-listing.sh [2021-04-19T08:53:34.745Z] ++ facter osfamily [2021-04-19T08:53:34.745Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T08:53:34.745Z] + OS_FAMILY=redhat [2021-04-19T08:53:34.745Z] + workspace=/w/workspace/edgex-go/3 [2021-04-19T08:53:34.745Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T08:53:34.745Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T08:53:34.745Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T08:53:34.745Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T08:53:34.745Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-19T08:53:34.745Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T08:53:34.745Z] + case "${OS_FAMILY}" in [2021-04-19T08:53:34.745Z] + rpm -qa [2021-04-19T08:53:34.745Z] + sort [2021-04-19T08:53:40.051Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T08:53:40.051Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T08:53:40.051Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T08:53:40.051Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-19T08:53:40.051Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-04-19T08:53:40.051Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-04-19T08:53:40.065Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T08:53:40.363Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:53:40.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T08:53:40.678Z] [2021-04-19T08:53:40.678Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T08:53:40.994Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T08:53:40.994Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T08:53:40.994Z] df20fa9351a1: Pulling fs layer [2021-04-19T08:53:40.994Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T08:53:40.994Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T08:53:40.994Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T08:53:40.994Z] 93b61091891f: Pulling fs layer [2021-04-19T08:53:40.994Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T08:53:40.994Z] 5e14af77c1be: Pulling fs layer [2021-04-19T08:53:40.994Z] 01666e4c0597: Pulling fs layer [2021-04-19T08:53:40.994Z] aa168da1d23b: Pulling fs layer [2021-04-19T08:53:40.994Z] 93b9cdb0e59b: Waiting [2021-04-19T08:53:40.994Z] 5e14af77c1be: Waiting [2021-04-19T08:53:40.994Z] 01666e4c0597: Waiting [2021-04-19T08:53:40.994Z] aa168da1d23b: Waiting [2021-04-19T08:53:40.994Z] 46f8f816bc3b: Waiting [2021-04-19T08:53:40.994Z] 93b61091891f: Waiting [2021-04-19T08:53:40.994Z] 36b3adc4ff6f: Download complete [2021-04-19T08:53:40.994Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T08:53:40.994Z] 46f8f816bc3b: Download complete [2021-04-19T08:53:40.994Z] df20fa9351a1: Verifying Checksum [2021-04-19T08:53:40.994Z] df20fa9351a1: Download complete [2021-04-19T08:53:40.994Z] 93b9cdb0e59b: Verifying Checksum [2021-04-19T08:53:40.994Z] 93b9cdb0e59b: Download complete [2021-04-19T08:53:41.263Z] 5e14af77c1be: Verifying Checksum [2021-04-19T08:53:41.263Z] 5e14af77c1be: Download complete [2021-04-19T08:53:41.263Z] 01666e4c0597: Verifying Checksum [2021-04-19T08:53:41.263Z] 01666e4c0597: Download complete [2021-04-19T08:53:41.263Z] 93b61091891f: Download complete [2021-04-19T08:53:41.528Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T08:53:41.528Z] 8ad3a11d3b57: Download complete [2021-04-19T08:53:41.528Z] df20fa9351a1: Pull complete [2021-04-19T08:53:41.795Z] 36b3adc4ff6f: Pull complete [2021-04-19T08:53:42.751Z] 8ad3a11d3b57: Pull complete [2021-04-19T08:53:42.751Z] 46f8f816bc3b: Pull complete [2021-04-19T08:53:43.325Z] aa168da1d23b: Verifying Checksum [2021-04-19T08:53:43.325Z] aa168da1d23b: Download complete [2021-04-19T08:53:44.270Z] 93b61091891f: Pull complete [2021-04-19T08:53:44.534Z] 93b9cdb0e59b: Pull complete [2021-04-19T08:53:44.534Z] 5e14af77c1be: Pull complete [2021-04-19T08:53:44.797Z] 01666e4c0597: Pull complete [2021-04-19T08:53:54.826Z] aa168da1d23b: Pull complete [2021-04-19T08:53:54.826Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T08:53:54.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T08:53:54.826Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T08:53:55.054Z] prd-centos7-docker-4c-2g-740 does not seem to be running inside a container [2021-04-19T08:53:55.123Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T08:54:02.310Z] $ docker top 8e82273308c2c96a5f794fecbc08da689eea128788209894fd3c4fe4cd1518b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T08:54:02.781Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T08:54:03.099Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T08:54:03.404Z] + ls /var/log/sa-host [2021-04-19T08:54:03.404Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T08:54:03.404Z] file_magic: OK [2021-04-19T08:54:03.404Z] HZ: Using current value: 100 [2021-04-19T08:54:03.404Z] file_header: OK [2021-04-19T08:54:03.404Z] 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-19T08:54:03.404Z] Statistics: [2021-04-19T08:54:03.404Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T08:54:03.404Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T08:54:03.404Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T08:54:03.404Z] file_magic: OK [2021-04-19T08:54:03.404Z] HZ: Using current value: 100 [2021-04-19T08:54:03.404Z] file_header: OK [2021-04-19T08:54:03.404Z] 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-19T08:54:03.404Z] Statistics: [2021-04-19T08:54:03.404Z] Hnuu...uuuununununu... [2021-04-19T08:54:03.404Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T08:54:03.614Z] provisioning config files... [2021-04-19T08:54:03.642Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2906883456927906783tmp [Pipeline] { [Pipeline] echo [2021-04-19T08:54:03.668Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:03.967Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T08:54:03.977Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T08:54:04.002Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:04.304Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T08:54:04.316Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:04.616Z] ---> sudo-logs.sh [2021-04-19T08:54:04.616Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T08:54:04.648Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:04.945Z] ---> job-cost.sh [2021-04-19T08:54:04.945Z] lf-activate-venv: SKIPPING [2021-04-19T08:54:04.945Z] DEBUG: total: 0.20999999344348907 [2021-04-19T08:54:04.945Z] INFO: Retrieving Stack Cost... [2021-04-19T08:54:06.868Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T08:54:07.131Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T08:54:07.145Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T08:54:07.443Z] ---> logs-deploy.sh [2021-04-19T08:54:07.444Z] lf-activate-venv: SKIPPING [2021-04-19T08:54:07.444Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3372/3 [2021-04-19T08:54:07.444Z] INFO: archiving workspace using pattern(s): [2021-04-19T08:54:08.833Z] Archives upload complete. [2021-04-19T08:54:08.833Z] INFO: archiving logs to Nexus