Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f2bd0815c0e73667d07e5744b61daa5be38d8f92 rather than 1e9f562da539bc74bb42954d46b56ff67cb596da Obtained Jenkinsfile from f2bd0815c0e73667d07e5744b61daa5be38d8f92 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32365 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 1e9f562da539bc74bb42954d46b56ff67cb596da Merge succeeded, producing ef2529f732dd112c71414021f095ca98a2fd0a56 Checking out Revision ef2529f732dd112c71414021f095ca98a2fd0a56 (PR-3313) > 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/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e9f562da539bc74bb42954d46b56ff67cb596da # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef2529f732dd112c71414021f095ca98a2fd0a56 # timeout=10 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 559e31232d98a09340175098ea7e7eed853eab4f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T00:30:57.206Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T00:30:57.444Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T00:30:57.528Z] ========================================================= [2021-04-01T00:30:57.528Z] EdgeX Global Pipelines Version Info [2021-04-01T00:30:57.528Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:30:58.956Z] ------------------- [2021-04-01T00:30:58.956Z] stable info: [2021-04-01T00:30:58.956Z] ------------------- [2021-04-01T00:30:58.956Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T00:30:58.956Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T00:30:58.956Z] Message: update stable to v1.0.186 [2021-04-01T00:30:59.904Z] ------------------- [2021-04-01T00:30:59.904Z] experimental info: [2021-04-01T00:30:59.904Z] ------------------- [2021-04-01T00:30:59.904Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T00:30:59.904Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T00:30:59.904Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T00:31:00.160Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-01T00:31:00.257Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-01T00:31:00.338Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T00:31:00.462Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T00:31:00.560Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T00:31:00.665Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T00:31:00.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T00:31:00.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-01T00:31:00.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-01T00:31:01.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-01T00:31:01.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T00:31:01.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T00:31:01.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T00:31:01.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T00:31:01.515Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T00:31:01.596Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T00:31:01.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T00:31:01.771Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T00:31:01.861Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T00:31:01.941Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T00:31:02.070Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T00:31:02.158Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T00:31:02.240Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3313 [Pipeline] echo [2021-04-01T00:31:02.329Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3313 [Pipeline] echo [2021-04-01T00:31:02.466Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3313 [Pipeline] echo [2021-04-01T00:31:02.546Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ef2529f732dd112c71414021f095ca98a2fd0a56 [Pipeline] echo [2021-04-01T00:31:02.625Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ef2529f [Pipeline] echo [2021-04-01T00:31:02.720Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T00:31:02.890Z] provisioning config files... [2021-04-01T00:31:02.936Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5963879212671578071tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:31:03.302Z] ---> docker-login.sh [2021-04-01T00:31:03.302Z] nexus3.edgexfoundry.org:10001 [2021-04-01T00:31:03.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:31:03.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:31:03.828Z] Configure a credential helper to remove this warning. See [2021-04-01T00:31:03.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:31:03.828Z] [2021-04-01T00:31:03.828Z] Login Succeeded [2021-04-01T00:31:03.828Z] nexus3.edgexfoundry.org:10002 [2021-04-01T00:31:03.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:31:03.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:31:03.828Z] Configure a credential helper to remove this warning. See [2021-04-01T00:31:03.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:31:03.828Z] [2021-04-01T00:31:03.828Z] Login Succeeded [2021-04-01T00:31:03.828Z] nexus3.edgexfoundry.org:10003 [2021-04-01T00:31:04.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:31:04.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:31:04.093Z] Configure a credential helper to remove this warning. See [2021-04-01T00:31:04.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:31:04.093Z] [2021-04-01T00:31:04.093Z] Login Succeeded [2021-04-01T00:31:04.093Z] nexus3.edgexfoundry.org:10004 [2021-04-01T00:31:04.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:31:04.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:31:04.356Z] Configure a credential helper to remove this warning. See [2021-04-01T00:31:04.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:31:04.356Z] [2021-04-01T00:31:04.356Z] Login Succeeded [2021-04-01T00:31:04.356Z] docker.io [2021-04-01T00:31:04.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:31:04.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:31:04.619Z] Configure a credential helper to remove this warning. See [2021-04-01T00:31:04.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:31:04.619Z] [2021-04-01T00:31:04.619Z] Login Succeeded [2021-04-01T00:31:04.619Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T00:31:04.629Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T00:31:05.075Z] ++ 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-01T00:31:05.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:05.076Z] ++ dirname cmd/core-command/Dockerfile [2021-04-01T00:31:05.076Z] ++ cut -d/ -f2 [2021-04-01T00:31:05.076Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-01T00:31:05.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:05.076Z] ++ dirname cmd/core-data/Dockerfile [2021-04-01T00:31:05.076Z] ++ cut -d/ -f2 [2021-04-01T00:31:05.076Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-01T00:31:05.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:05.076Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-01T00:31:05.076Z] ++ cut -d/ -f2 [2021-04-01T00:31:05.076Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-01T00:31:05.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:05.076Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-01T00:31:05.076Z] ++ cut -d/ -f2 [2021-04-01T00:31:05.076Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-01T00:31:05.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:05.076Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-01T00:31:05.076Z] ++ cut -d/ -f2 [2021-04-01T00:31:05.076Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-01T00:31:05.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:05.076Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-01T00:31:05.076Z] ++ cut -d/ -f2 [2021-04-01T00:31:05.076Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-01T00:31:05.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:05.076Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-01T00:31:05.076Z] ++ cut -d/ -f2 [2021-04-01T00:31:05.076Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-01T00:31:05.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:05.076Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-01T00:31:05.076Z] ++ cut -d/ -f2 [2021-04-01T00:31:05.076Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-01T00:31:05.076Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T00:31:05.076Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-01T00:31:05.076Z] ++ cut -d/ -f2 [2021-04-01T00:31:05.076Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-01T00:31:05.152Z] 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-01T00:31:05.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T00:31:05.947Z] [2021-04-01T00:31:05.947Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:31:06.291Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T00:31:06.291Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T00:31:06.291Z] 31603596830f: Pulling fs layer [2021-04-01T00:31:06.291Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T00:31:06.291Z] 6ca5941a6612: Pulling fs layer [2021-04-01T00:31:06.291Z] ecc8261a40a4: Pulling fs layer [2021-04-01T00:31:06.291Z] ecc8261a40a4: Waiting [2021-04-01T00:31:06.291Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T00:31:06.291Z] 2a8b12db71e7: Download complete [2021-04-01T00:31:06.291Z] 31603596830f: Download complete [2021-04-01T00:31:06.555Z] 6ca5941a6612: Verifying Checksum [2021-04-01T00:31:06.555Z] 6ca5941a6612: Download complete [2021-04-01T00:31:06.555Z] ecc8261a40a4: Verifying Checksum [2021-04-01T00:31:06.555Z] ecc8261a40a4: Download complete [2021-04-01T00:31:06.816Z] 31603596830f: Pull complete [2021-04-01T00:31:06.816Z] 2a8b12db71e7: Pull complete [2021-04-01T00:31:07.768Z] 6ca5941a6612: Pull complete [2021-04-01T00:31:08.030Z] ecc8261a40a4: Pull complete [2021-04-01T00:31:08.030Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T00:31:08.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T00:31:08.030Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T00:31:08.133Z] prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container [2021-04-01T00:31:08.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T00:31:10.797Z] $ docker top fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T00:31:11.192Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T00:31:11.192Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T00:31:11.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T00:31:11.424Z] $ docker exec fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 ssh-agent [2021-04-01T00:31:11.596Z] SSH_AUTH_SOCK=/tmp/ssh-4GvuwbeEC9Gf/agent.11 [2021-04-01T00:31:11.596Z] SSH_AGENT_PID=16 [2021-04-01T00:31:11.610Z] Running ssh-add (command line suppressed) [2021-04-01T00:31:11.726Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2681949025025788523.key (/w/workspace/edgex-go/4@tmp/private_key_2681949025025788523.key) [2021-04-01T00:31:11.786Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T00:31:12.136Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T00:31:12.160Z] $ docker exec --env ******** --env ******** fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 ssh-agent -k [2021-04-01T00:31:12.277Z] unset SSH_AUTH_SOCK; [2021-04-01T00:31:12.278Z] unset SSH_AGENT_PID; [2021-04-01T00:31:12.278Z] echo Agent pid 16 killed; [2021-04-01T00:31:12.329Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T00:31:12.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T00:31:12.523Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T00:31:12.701Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T00:31:12.704Z] $ docker exec fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 ssh-agent [2021-04-01T00:31:12.901Z] SSH_AUTH_SOCK=/tmp/ssh-JKDclJourcL1/agent.45 [2021-04-01T00:31:12.902Z] SSH_AGENT_PID=51 [2021-04-01T00:31:12.910Z] Running ssh-add (command line suppressed) [2021-04-01T00:31:13.035Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2404447693012988815.key (/w/workspace/edgex-go/4@tmp/private_key_2404447693012988815.key) [2021-04-01T00:31:13.104Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T00:31:13.447Z] + git semver init [2021-04-01T00:31:13.447Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T00:31:13.447Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-04-01T00:31:13.447Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-04-01T00:31:13.447Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T00:31:13.447Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T00:31:13.447Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T00:31:13.447Z] # $SEMVER_BRANCH = PR-3313 [2021-04-01T00:31:13.447Z] # $SEMVER_TEMP = /tmp/semver-993946845 [2021-04-01T00:31:13.447Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-01T00:31:40.172Z] # '/tmp/semver-993946845' -> '/w/workspace/edgex-go/4/.semver' [2021-04-01T00:31:40.172Z] # -> Force: false [2021-04-01T00:31:40.172Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-04-01T00:31:40.190Z] $ docker exec --env ******** --env ******** fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 ssh-agent -k [2021-04-01T00:31:40.442Z] unset SSH_AUTH_SOCK; [2021-04-01T00:31:40.443Z] unset SSH_AGENT_PID; [2021-04-01T00:31:40.443Z] echo Agent pid 51 killed; [2021-04-01T00:31:40.529Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T00:31:41.066Z] + git semver [Pipeline] } [2021-04-01T00:31:41.083Z] $ docker stop --time=1 fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 [2021-04-01T00:31:43.085Z] $ docker rm -f fe2638f601d34f4aeb414f5de56156d365b95da52352e1fd3d1bcb806609c0c4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T00:31:43.648Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T00:31:44.253Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T00:31:44.256Z] [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-01T00:31:45.240Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:31:45.540Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:31:45.840Z] + sudo service docker restart [2021-04-01T00:31:45.840Z] + true [2021-04-01T00:31:45.840Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-01T00:31:46.435Z] ========================================================= [2021-04-01T00:31:46.435Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T00:31:46.435Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:31:46.776Z] + 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-01T00:31:50.112Z] Sending build context to Docker daemon 329MB [2021-04-01T00:31:50.112Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T00:31:50.112Z] Step 2/6 : FROM ${BASE} [2021-04-01T00:31:50.112Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T00:31:50.112Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T00:31:50.112Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T00:31:50.112Z] de9db76c5a1d: Pulling fs layer [2021-04-01T00:31:50.112Z] bca2f99d35d6: Pulling fs layer [2021-04-01T00:31:50.112Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T00:31:50.112Z] 7c6f9722023f: Pulling fs layer [2021-04-01T00:31:50.112Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T00:31:50.112Z] 93359f2a8cfa: Waiting [2021-04-01T00:31:50.112Z] 7c6f9722023f: Waiting [2021-04-01T00:31:50.112Z] a35cf1a2eb13: Waiting [2021-04-01T00:31:50.112Z] bca2f99d35d6: Waiting [2021-04-01T00:31:50.112Z] de9db76c5a1d: Download complete [2021-04-01T00:31:50.112Z] 0ef7d3d256c8: Download complete [2021-04-01T00:31:50.112Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T00:31:50.112Z] 93359f2a8cfa: Download complete [2021-04-01T00:31:50.112Z] 7c6f9722023f: Verifying Checksum [2021-04-01T00:31:50.112Z] 7c6f9722023f: Download complete [2021-04-01T00:31:50.687Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T00:31:50.687Z] 188c0c94c7c5: Download complete [2021-04-01T00:31:51.287Z] 188c0c94c7c5: Pull complete [2021-04-01T00:31:52.255Z] 0ef7d3d256c8: Pull complete [2021-04-01T00:31:52.255Z] de9db76c5a1d: Pull complete [2021-04-01T00:31:52.834Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T00:31:52.834Z] a35cf1a2eb13: Download complete [2021-04-01T00:31:53.415Z] bca2f99d35d6: Verifying Checksum [2021-04-01T00:31:53.415Z] bca2f99d35d6: Download complete [2021-04-01T00:31:58.761Z] bca2f99d35d6: Pull complete [2021-04-01T00:31:58.761Z] 93359f2a8cfa: Pull complete [2021-04-01T00:31:58.761Z] 7c6f9722023f: Pull complete [2021-04-01T00:31:59.671Z] Still waiting to schedule task [2021-04-01T00:31:59.671Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-01T00:32:05.395Z] a35cf1a2eb13: Pull complete [2021-04-01T00:32:05.395Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T00:32:05.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T00:32:05.395Z] ---> a62c8e92a672 [2021-04-01T00:32:05.395Z] 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-01T00:32:05.395Z] ---> Running in 47e0a896cc81 [2021-04-01T00:32:05.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:32:06.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:32:06.815Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T00:32:07.389Z] (2/12) Installing file (5.38-r0) [2021-04-01T00:32:07.389Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T00:32:07.652Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T00:32:14.267Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T00:32:14.267Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T00:32:14.267Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T00:32:14.267Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T00:32:14.267Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T00:32:14.267Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T00:32:14.267Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T00:32:14.267Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T00:32:14.267Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:32:14.267Z] OK: 233 MiB in 51 packages [2021-04-01T00:32:17.606Z] Removing intermediate container 47e0a896cc81 [2021-04-01T00:32:17.606Z] ---> 7820aae706f8 [2021-04-01T00:32:17.606Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T00:32:17.606Z] ---> Running in 46c323f0960d [2021-04-01T00:32:17.872Z] Removing intermediate container 46c323f0960d [2021-04-01T00:32:17.872Z] ---> 3ba5c439a1d9 [2021-04-01T00:32:17.872Z] Step 5/6 : COPY go.mod . [2021-04-01T00:32:18.139Z] ---> a5ec64f7dd6a [2021-04-01T00:32:18.139Z] Step 6/6 : RUN go mod download [2021-04-01T00:32:18.139Z] ---> Running in 12c1123bfa06 [2021-04-01T00:32:40.198Z] Removing intermediate container 12c1123bfa06 [2021-04-01T00:32:40.198Z] ---> 41119d6cc2fc [2021-04-01T00:32:40.198Z] Successfully built 41119d6cc2fc [2021-04-01T00:32:40.198Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:32:40.514Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T00:32:40.514Z] . [Pipeline] withDockerContainer [2021-04-01T00:32:40.618Z] prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container [2021-04-01T00:32:40.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T00:32:41.569Z] $ docker top 2f59e36a2a2ac9faa7d4f3c01f4db58b310e322ada0b4e5492b686daa04fbd16 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:32:42.044Z] + go version [2021-04-01T00:32:42.044Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T00:32:42.056Z] $ docker stop --time=1 2f59e36a2a2ac9faa7d4f3c01f4db58b310e322ada0b4e5492b686daa04fbd16 [2021-04-01T00:32:43.395Z] $ docker rm -f 2f59e36a2a2ac9faa7d4f3c01f4db58b310e322ada0b4e5492b686daa04fbd16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:32:44.157Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T00:32:44.157Z] . [Pipeline] withDockerContainer [2021-04-01T00:32:44.255Z] prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container [2021-04-01T00:32:44.300Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T00:32:44.964Z] $ docker top a2106d768d58c760a64435a63f1be829c52bddd3999a9930ca1eb07363c9219d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T00:32:45.178Z] ========================================================= [2021-04-01T00:32:45.179Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T00:32:45.179Z] ========================================================= [Pipeline] sh [2021-04-01T00:32:45.468Z] + make test [2021-04-01T00:32:45.468Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T00:32:55.525Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T00:33:10.515Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T00:33:17.238Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T00:33:17.238Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T00:33:17.238Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T00:33:20.607Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T00:33:20.607Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T00:33:20.607Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T00:33:20.607Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T00:33:21.198Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T00:33:21.473Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T00:33:24.070Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T00:33:24.070Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T00:33:24.070Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T00:33:26.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 45.9% of statements [2021-04-01T00:33:26.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T00:33:26.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T00:33:26.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T00:33:26.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T00:33:26.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T00:33:26.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T00:33:26.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements [2021-04-01T00:33:26.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements [2021-04-01T00:33:29.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.269s coverage: 27.1% of statements [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T00:33:29.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T00:33:29.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T00:33:29.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T00:33:29.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T00:33:29.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.197s coverage: 82.9% of statements [2021-04-01T00:33:29.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T00:33:29.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:33:29.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.074s coverage: 78.9% of statements [2021-04-01T00:33:29.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T00:33:33.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T00:33:33.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.094s coverage: 100.0% of statements [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T00:33:33.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T00:33:33.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.138s coverage: 86.7% of statements [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T00:33:33.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.171s coverage: 97.5% of statements [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T00:33:33.577Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 78.3% of statements [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T00:33:33.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T00:33:35.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.387s coverage: 92.8% of statements [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T00:33:35.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T00:33:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T00:33:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T00:33:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T00:33:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T00:33:35.523Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-04-01T00:33:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T00:33:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T00:33:35.523Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 1.0% of statements [2021-04-01T00:33:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T00:33:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T00:33:35.523Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T00:33:35.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 47.1% of statements [2021-04-01T00:33:35.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.089s coverage: 79.5% of statements [2021-04-01T00:33:35.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements [2021-04-01T00:33:35.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2021-04-01T00:33:36.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-04-01T00:33:48.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements [2021-04-01T00:33:48.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-04-01T00:33:50.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.225s coverage: 82.6% of statements [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.109s coverage: 92.9% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 84.6% of statements [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.125s coverage: 91.6% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 64.4% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 69.0% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 38.4% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.140s coverage: 47.0% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 87.1% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.739s coverage: 29.1% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T00:34:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T00:34:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.100s coverage: 95.0% of statements [2021-04-01T00:34:00.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T00:34:00.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:34:00.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T00:34:00.973Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-01T00:34:00.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T00:34:00.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-04-01T00:34:00.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T00:34:00.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T00:34:00.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T00:34:00.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T00:34:00.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-04-01T00:34:00.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T00:34:00.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T00:34:00.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-04-01T00:34:00.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-04-01T00:34:00.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-01T00:34:01.556Z] GO111MODULE=on go vet ./... [2021-04-01T00:34:33.854Z] gofmt -l . [2021-04-01T00:34:33.854Z] [ "`gofmt -l .`" = "" ] [2021-04-01T00:34:33.854Z] ./bin/test-go-mod-tidy.sh [2021-04-01T00:34:33.854Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T00:34:34.477Z] + ls -al . [2021-04-01T00:34:34.477Z] total 780 [2021-04-01T00:34:34.477Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 00:34 . [2021-04-01T00:34:34.477Z] drwxr-xr-x 4 root root 28 Apr 1 00:32 .. [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 00:30 .dockerignore [2021-04-01T00:34:34.477Z] drwxrwxr-x 8 1001 1001 179 Apr 1 00:30 .git [2021-04-01T00:34:34.477Z] drwxrwxr-x 3 1001 1001 125 Apr 1 00:30 .github [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 00:30 .gitignore [2021-04-01T00:34:34.477Z] drwx------ 3 1001 1001 60 Apr 1 00:31 .semver [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 00:30 .sonarcloud.properties [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 00:30 Attribution.txt [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 00:30 CONTRIBUTING.md [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 00:30 Dockerfile.build [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 00:30 Jenkinsfile [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 00:30 LICENSE [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 00:30 Makefile [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 00:30 README.md [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 00:30 SECURITY.md [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 00:31 VERSION [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 00:30 ZMQWindows.md [2021-04-01T00:34:34.477Z] drwxrwxr-x 2 1001 1001 117 Apr 1 00:30 bin [2021-04-01T00:34:34.477Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 00:30 cmd [2021-04-01T00:34:34.477Z] -rw-r--r-- 1 root root 669470 Apr 1 00:34 coverage.out [2021-04-01T00:34:34.477Z] -rw-r--r-- 1 root root 1056 Apr 1 00:34 go.mod [2021-04-01T00:34:34.477Z] -rw-r--r-- 1 root root 22360 Apr 1 00:34 go.sum [2021-04-01T00:34:34.477Z] drwxrwxr-x 8 1001 1001 127 Apr 1 00:30 internal [2021-04-01T00:34:34.477Z] drwxrwxr-x 4 1001 1001 26 Apr 1 00:30 openapi [2021-04-01T00:34:34.477Z] drwxrwxr-x 4 1001 1001 71 Apr 1 00:30 snap [2021-04-01T00:34:34.477Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 00:30 version.go [Pipeline] sh [2021-04-01T00:34:34.786Z] + '[' -e coverage.out ] [2021-04-01T00:34:34.786Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T00:34:35.435Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T00:34:35.733Z] + make build [2021-04-01T00:34:35.733Z] 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-01T00:34:39.080Z] 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-01T00:34:47.347Z] 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-01T00:34:48.311Z] 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-01T00:34:50.257Z] 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-01T00:34:50.524Z] 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-01T00:34:52.457Z] 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-01T00:34:53.882Z] 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-01T00:34:55.085Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32370 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws [2021-04-01T00:34:55.141Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-01T00:34:55.272Z] 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-01T00:34:56.225Z] 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-01T00:34:57.632Z] 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-01T00:34:58.601Z] 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-01T00:35:00.561Z] $ docker stop --time=1 a2106d768d58c760a64435a63f1be829c52bddd3999a9930ca1eb07363c9219d [2021-04-01T00:35:00.684Z] using credential edgex-jenkins-ssh [2021-04-01T00:35:00.741Z] Cloning the remote Git repository [2021-04-01T00:35:00.795Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:35:00.908Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-01T00:35:00.993Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:35:00.994Z] > git --version # timeout=10 [2021-04-01T00:35:01.010Z] > git --version # 'git version 2.17.1' [2021-04-01T00:35:01.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:35:01.093Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:35:02.314Z] $ docker rm -f a2106d768d58c760a64435a63f1be829c52bddd3999a9930ca1eb07363c9219d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:35:04.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:35:04.203Z] [2021-04-01T00:35:04.203Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:35:04.552Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:35:04.552Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-01T00:35:04.552Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-01T00:35:04.552Z] ca9280d653b3: Pulling fs layer [2021-04-01T00:35:04.552Z] 7e9c9ca2126c: Pulling fs layer [2021-04-01T00:35:04.820Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-01T00:35:04.820Z] cbdbe7a5bc2a: Download complete [2021-04-01T00:35:05.400Z] ca9280d653b3: Verifying Checksum [2021-04-01T00:35:05.400Z] ca9280d653b3: Download complete [2021-04-01T00:35:05.400Z] cbdbe7a5bc2a: Pull complete [2021-04-01T00:35:06.355Z] 7e9c9ca2126c: Verifying Checksum [2021-04-01T00:35:06.355Z] 7e9c9ca2126c: Download complete [2021-04-01T00:35:06.355Z] ca9280d653b3: Pull complete [2021-04-01T00:35:14.573Z] 7e9c9ca2126c: Pull complete [2021-04-01T00:35:14.573Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-01T00:35:14.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:35:14.573Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-01T00:35:14.779Z] prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container [2021-04-01T00:35:14.825Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T00:35:17.424Z] $ docker top e77e701e37d25a678f760362580bda38204d3bcc70b813f43d8d55743db4d448 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:35:17.910Z] + docker-compose build --help [2021-04-01T00:35:17.910Z] + grep parallel [2021-04-01T00:35:18.855Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T00:35:18.867Z] $ docker stop --time=1 e77e701e37d25a678f760362580bda38204d3bcc70b813f43d8d55743db4d448 [2021-04-01T00:35:20.213Z] $ docker rm -f e77e701e37d25a678f760362580bda38204d3bcc70b813f43d8d55743db4d448 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:35:20.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T00:35:20.887Z] . [Pipeline] withDockerContainer [2021-04-01T00:35:20.991Z] prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container [2021-04-01T00:35:21.042Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 1e9f562da539bc74bb42954d46b56ff67cb596da [2021-04-01T00:35:21.038Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T00:35:21.617Z] $ docker top 6d2f715441aab1a25bed4daa48ae4a6fe376a03eea1622a09453b3b346d688b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:35:21.898Z] Merge succeeded, producing 5f911030473169d7160935bfafe0770f5b30efe6 [2021-04-01T00:35:21.899Z] Checking out Revision 5f911030473169d7160935bfafe0770f5b30efe6 (PR-3313) [2021-04-01T00:35:20.077Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:35:20.095Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:35:20.122Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:35:20.166Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:35:20.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:35:20.177Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T00:35:21.056Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:35:21.072Z] > git checkout -f 1e9f562da539bc74bb42954d46b56ff67cb596da # timeout=10 [2021-04-01T00:35:21.437Z] > git remote # timeout=10 [2021-04-01T00:35:21.454Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T00:35:21.467Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:35:21.480Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-04-01T00:35:21.872Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T00:35:21.906Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:35:21.921Z] > git checkout -f 5f911030473169d7160935bfafe0770f5b30efe6 # timeout=10 [2021-04-01T00:35:22.089Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T00:35:23.033Z] Building docker-core-command-go ... [2021-04-01T00:35:23.033Z] Building docker-core-data-go ... [2021-04-01T00:35:23.033Z] Building docker-core-metadata-go ... [2021-04-01T00:35:23.033Z] Building docker-security-bootstrapper-go ... [2021-04-01T00:35:23.033Z] Building docker-security-proxy-setup-go ... [2021-04-01T00:35:23.033Z] Building docker-security-secretstore-setup-go ... [2021-04-01T00:35:23.033Z] Building docker-support-notifications-go ... [2021-04-01T00:35:23.033Z] Building docker-support-scheduler-go ... [2021-04-01T00:35:23.033Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T00:35:23.033Z] Building docker-support-notifications-go [2021-04-01T00:35:23.033Z] Building docker-core-metadata-go [2021-04-01T00:35:23.033Z] Building docker-security-proxy-setup-go [2021-04-01T00:35:23.033Z] Building docker-sys-mgmt-agent-go [2021-04-01T00:35:23.033Z] Building docker-core-command-go [2021-04-01T00:35:26.380Z] Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" [2021-04-01T00:35:26.408Z] First time build. Skipping changelog. [2021-04-01T00:35:26.386Z] > git rev-list --no-walk 559e31232d98a09340175098ea7e7eed853eab4f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T00:35:27.928Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:35:28.338Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T00:35:28.691Z] + true [2021-04-01T00:35:28.691Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T00:35:30.797Z] provisioning config files... [2021-04-01T00:35:30.839Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5511031975688793304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:35:31.244Z] ---> docker-login.sh [2021-04-01T00:35:31.244Z] nexus3.edgexfoundry.org:10001 [2021-04-01T00:35:32.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:35:32.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:35:32.509Z] Configure a credential helper to remove this warning. See [2021-04-01T00:35:32.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:35:32.509Z] [2021-04-01T00:35:32.509Z] Login Succeeded [2021-04-01T00:35:32.509Z] nexus3.edgexfoundry.org:10002 [2021-04-01T00:35:32.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:35:32.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:35:32.781Z] Configure a credential helper to remove this warning. See [2021-04-01T00:35:32.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:35:32.781Z] [2021-04-01T00:35:32.781Z] Login Succeeded [2021-04-01T00:35:32.781Z] nexus3.edgexfoundry.org:10003 [2021-04-01T00:35:33.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:35:33.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:35:33.375Z] Configure a credential helper to remove this warning. See [2021-04-01T00:35:33.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:35:33.375Z] [2021-04-01T00:35:33.375Z] Login Succeeded [2021-04-01T00:35:33.375Z] nexus3.edgexfoundry.org:10004 [2021-04-01T00:35:33.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:35:33.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:35:33.920Z] Configure a credential helper to remove this warning. See [2021-04-01T00:35:33.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:35:33.920Z] [2021-04-01T00:35:33.920Z] Login Succeeded [2021-04-01T00:35:33.920Z] docker.io [2021-04-01T00:35:34.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T00:35:34.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T00:35:34.465Z] Configure a credential helper to remove this warning. See [2021-04-01T00:35:34.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T00:35:34.465Z] [2021-04-01T00:35:34.465Z] Login Succeeded [2021-04-01T00:35:34.465Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T00:35:34.483Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T00:35:35.089Z] ========================================================= [2021-04-01T00:35:35.089Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T00:35:35.089Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:35:35.467Z] + 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-01T00:35:38.114Z] Sending build context to Docker daemon 167.1MB [2021-04-01T00:35:38.114Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T00:35:38.114Z] Step 2/6 : FROM ${BASE} [2021-04-01T00:35:38.114Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T00:35:38.114Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T00:35:38.114Z] a4357932f1b6: Pulling fs layer [2021-04-01T00:35:38.114Z] 18c013af1878: Pulling fs layer [2021-04-01T00:35:38.114Z] 00ac8860ef70: Pulling fs layer [2021-04-01T00:35:38.114Z] 63d7cb157983: Pulling fs layer [2021-04-01T00:35:38.114Z] b116817d02f9: Pulling fs layer [2021-04-01T00:35:38.114Z] 745a02a5169b: Pulling fs layer [2021-04-01T00:35:38.114Z] 63d7cb157983: Waiting [2021-04-01T00:35:38.114Z] b116817d02f9: Waiting [2021-04-01T00:35:38.114Z] 745a02a5169b: Waiting [2021-04-01T00:35:38.114Z] 00ac8860ef70: Waiting [2021-04-01T00:35:38.114Z] 18c013af1878: Download complete [2021-04-01T00:35:38.114Z] a4357932f1b6: Verifying Checksum [2021-04-01T00:35:38.114Z] 63d7cb157983: Download complete [2021-04-01T00:35:38.114Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T00:35:38.114Z] 5f621e34cdf4: Download complete [2021-04-01T00:35:38.730Z] 5f621e34cdf4: Pull complete [2021-04-01T00:35:39.343Z] a4357932f1b6: Pull complete [2021-04-01T00:35:39.619Z] 18c013af1878: Pull complete [2021-04-01T00:35:41.604Z] 745a02a5169b: Verifying Checksum [2021-04-01T00:35:41.883Z] 00ac8860ef70: Verifying Checksum [2021-04-01T00:35:41.883Z] 00ac8860ef70: Download complete [2021-04-01T00:35:52.061Z] 00ac8860ef70: Pull complete [2021-04-01T00:35:52.338Z] 63d7cb157983: Pull complete [2021-04-01T00:35:52.615Z] b116817d02f9: Pull complete [2021-04-01T00:35:56.944Z] 745a02a5169b: Pull complete [2021-04-01T00:35:56.944Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T00:35:56.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T00:35:56.944Z] ---> b7e6874047d6 [2021-04-01T00:35:56.944Z] 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-01T00:36:00.358Z] ---> Running in ab00dc24b5ef [2021-04-01T00:36:01.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:36:02.142Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:02.142Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:36:02.142Z] ---> 41119d6cc2fc [2021-04-01T00:36:02.142Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:36:02.142Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:02.142Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:36:02.142Z] ---> 41119d6cc2fc [2021-04-01T00:36:02.142Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T00:36:02.142Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:02.142Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:36:02.142Z] ---> 41119d6cc2fc [2021-04-01T00:36:02.142Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:36:02.142Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:02.142Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:36:02.142Z] ---> 41119d6cc2fc [2021-04-01T00:36:02.142Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:36:02.142Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:36:02.142Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:36:02.142Z] ---> 41119d6cc2fc [2021-04-01T00:36:02.142Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T00:36:02.142Z] ---> Running in 48fbf1898bb0 [2021-04-01T00:36:02.142Z] ---> Running in 3ca4845bd5a1 [2021-04-01T00:36:02.142Z] ---> Running in fb288f14bc85 [2021-04-01T00:36:02.142Z] ---> Running in 1ff3412d2bf8 [2021-04-01T00:36:02.142Z] ---> Running in b790f0bc5704 [2021-04-01T00:36:02.142Z] Removing intermediate container 1ff3412d2bf8 [2021-04-01T00:36:02.142Z] ---> ca9ba1dd5edf [2021-04-01T00:36:02.142Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:36:02.142Z] Removing intermediate container 3ca4845bd5a1 [2021-04-01T00:36:02.142Z] ---> b982c9c5a82b [2021-04-01T00:36:02.142Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:36:02.142Z] Removing intermediate container fb288f14bc85 [2021-04-01T00:36:02.142Z] ---> 338c0e8dfb1e [2021-04-01T00:36:02.142Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:36:02.142Z] Removing intermediate container 48fbf1898bb0 [2021-04-01T00:36:02.142Z] ---> 591cb0fc0df9 [2021-04-01T00:36:02.142Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:36:02.142Z] Removing intermediate container b790f0bc5704 [2021-04-01T00:36:02.142Z] ---> 747f6bb9fce8 [2021-04-01T00:36:02.142Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:36:02.142Z] ---> Running in 4691a304d2ba [2021-04-01T00:36:02.142Z] ---> Running in 8c7292e1240d [2021-04-01T00:36:02.142Z] ---> Running in 2451fbbbb7d7 [2021-04-01T00:36:02.142Z] ---> Running in d538ae438b92 [2021-04-01T00:36:02.142Z] ---> Running in d856f955138b [2021-04-01T00:36:02.142Z] Removing intermediate container 4691a304d2ba [2021-04-01T00:36:02.142Z] ---> 9c1c365c56b8 [2021-04-01T00:36:02.143Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T00:36:02.143Z] ---> Running in e3bba740ff07 [2021-04-01T00:36:02.143Z] Removing intermediate container 2451fbbbb7d7 [2021-04-01T00:36:02.143Z] ---> 81c1c0236883 [2021-04-01T00:36:02.143Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:36:02.143Z] ---> Running in d54a8784fd1f [2021-04-01T00:36:02.143Z] Removing intermediate container 8c7292e1240d [2021-04-01T00:36:02.143Z] ---> 9f241fdd20e1 [2021-04-01T00:36:02.143Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:36:02.143Z] Removing intermediate container d538ae438b92 [2021-04-01T00:36:02.143Z] ---> 35d2b77b2a26 [2021-04-01T00:36:02.143Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T00:36:02.143Z] Removing intermediate container d856f955138b [2021-04-01T00:36:02.143Z] ---> d62b2f045515 [2021-04-01T00:36:02.143Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T00:36:02.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:36:02.408Z] ---> Running in 159f53d86b34 [2021-04-01T00:36:02.408Z] ---> Running in 143d28164c86 [2021-04-01T00:36:02.408Z] ---> Running in 9ab0662e8822 [2021-04-01T00:36:02.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:02.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:03.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:03.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:03.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:03.743Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T00:36:03.743Z] (2/12) Installing file (5.38-r0) [2021-04-01T00:36:03.743Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T00:36:04.013Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T00:36:04.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:04.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:04.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:04.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:05.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:36:05.702Z] OK: 233 MiB in 51 packages [2021-04-01T00:36:05.971Z] OK: 233 MiB in 51 packages [2021-04-01T00:36:06.238Z] OK: 233 MiB in 51 packages [2021-04-01T00:36:06.238Z] Removing intermediate container e3bba740ff07 [2021-04-01T00:36:06.238Z] ---> c0a412771f39 [2021-04-01T00:36:06.238Z] Step 6/26 : COPY go.mod . [2021-04-01T00:36:06.238Z] OK: 233 MiB in 51 packages [2021-04-01T00:36:06.506Z] OK: 233 MiB in 51 packages [2021-04-01T00:36:06.506Z] Removing intermediate container d54a8784fd1f [2021-04-01T00:36:06.506Z] ---> 9a6ab19cab97 [2021-04-01T00:36:06.506Z] Step 6/23 : COPY go.mod . [2021-04-01T00:36:06.506Z] ---> d039db707460 [2021-04-01T00:36:06.506Z] Step 7/26 : RUN go mod download [2021-04-01T00:36:06.774Z] ---> Running in edb1bb511e5f [2021-04-01T00:36:07.037Z] ---> 656abacb1924 [2021-04-01T00:36:07.037Z] Step 7/23 : RUN go mod download [2021-04-01T00:36:07.037Z] Removing intermediate container 143d28164c86 [2021-04-01T00:36:07.037Z] ---> fe0beb00003d [2021-04-01T00:36:07.037Z] Step 6/23 : COPY go.mod . [2021-04-01T00:36:07.300Z] ---> Running in c43a98833785 [2021-04-01T00:36:07.564Z] Removing intermediate container 159f53d86b34 [2021-04-01T00:36:07.564Z] ---> f5e67990bbdd [2021-04-01T00:36:07.564Z] Step 6/22 : COPY go.mod . [2021-04-01T00:36:07.564Z] Removing intermediate container 9ab0662e8822 [2021-04-01T00:36:07.564Z] ---> e6105440caeb [2021-04-01T00:36:07.564Z] Step 6/21 : COPY go.mod . [2021-04-01T00:36:07.564Z] ---> ada00c00efc7 [2021-04-01T00:36:07.564Z] Step 7/23 : RUN go mod download [2021-04-01T00:36:07.826Z] ---> Running in b21f2ae033fc [2021-04-01T00:36:07.826Z] ---> afe651e43e7b [2021-04-01T00:36:07.826Z] Step 7/22 : RUN go mod download [2021-04-01T00:36:08.089Z] ---> 44c59073baf8 [2021-04-01T00:36:08.089Z] Step 7/21 : RUN go mod download [2021-04-01T00:36:08.089Z] ---> Running in dc2480916340 [2021-04-01T00:36:08.315Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T00:36:08.315Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T00:36:08.315Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T00:36:08.315Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T00:36:08.315Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T00:36:08.315Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T00:36:08.315Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T00:36:08.315Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T00:36:08.315Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:36:08.315Z] OK: 217 MiB in 51 packages [2021-04-01T00:36:08.358Z] ---> Running in 91b1371d8faf [2021-04-01T00:36:09.336Z] Removing intermediate container c43a98833785 [2021-04-01T00:36:09.336Z] ---> 60fa6d353e9b [2021-04-01T00:36:09.336Z] Step 8/23 : COPY . . [2021-04-01T00:36:09.600Z] Removing intermediate container edb1bb511e5f [2021-04-01T00:36:09.600Z] ---> c683afd124dd [2021-04-01T00:36:09.600Z] Step 8/26 : COPY . . [2021-04-01T00:36:10.557Z] Removing intermediate container b21f2ae033fc [2021-04-01T00:36:10.557Z] ---> 0f4a7ab89aea [2021-04-01T00:36:10.557Z] Step 8/23 : COPY . . [2021-04-01T00:36:12.625Z] Removing intermediate container ab00dc24b5ef [2021-04-01T00:36:12.625Z] ---> d5abd1179260 [2021-04-01T00:36:12.625Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T00:36:12.625Z] ---> Running in 7894571ae742 [2021-04-01T00:36:12.900Z] Removing intermediate container 7894571ae742 [2021-04-01T00:36:12.900Z] ---> c9da587408ad [2021-04-01T00:36:12.900Z] Step 5/6 : COPY go.mod . [2021-04-01T00:36:13.497Z] ---> 831928405491 [2021-04-01T00:36:13.497Z] Step 6/6 : RUN go mod download [2021-04-01T00:36:13.776Z] ---> Running in 33ade3e453a4 [2021-04-01T00:36:14.815Z] Removing intermediate container dc2480916340 [2021-04-01T00:36:14.815Z] ---> 0cc7f95a118f [2021-04-01T00:36:14.815Z] Step 8/22 : COPY . . [2021-04-01T00:36:15.396Z] Removing intermediate container 91b1371d8faf [2021-04-01T00:36:15.396Z] ---> e31fc59ce228 [2021-04-01T00:36:15.396Z] Step 8/21 : COPY . . [2021-04-01T00:36:40.618Z] Removing intermediate container 33ade3e453a4 [2021-04-01T00:36:40.618Z] ---> 01e62e69f6be [2021-04-01T00:36:40.618Z] Successfully built 01e62e69f6be [2021-04-01T00:36:40.618Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:36:40.970Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T00:36:40.970Z] . [Pipeline] withDockerContainer [2021-04-01T00:36:41.240Z] prd-ubuntu18.04-docker-arm64-4c-16g-32370 does not seem to be running inside a container [2021-04-01T00:36:41.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T00:36:42.930Z] $ docker top 8036fe47b3f28197655e7222b4ac6837f0159968585a4489440ef50c019ab572 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:36:44.003Z] + go version [2021-04-01T00:36:44.003Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T00:36:44.029Z] $ docker stop --time=1 8036fe47b3f28197655e7222b4ac6837f0159968585a4489440ef50c019ab572 [2021-04-01T00:36:46.050Z] $ docker rm -f 8036fe47b3f28197655e7222b4ac6837f0159968585a4489440ef50c019ab572 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:36:47.064Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T00:36:47.064Z] . [Pipeline] withDockerContainer [2021-04-01T00:36:47.344Z] prd-ubuntu18.04-docker-arm64-4c-16g-32370 does not seem to be running inside a container [2021-04-01T00:36:47.430Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T00:36:48.947Z] $ docker top 87f7816767fbd32896f29390b4a3bd39e8c2c59dac0d2b972ec76e95352d2519 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T00:36:49.345Z] ========================================================= [2021-04-01T00:36:49.345Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T00:36:49.345Z] ========================================================= [Pipeline] sh [2021-04-01T00:36:49.998Z] + make test [2021-04-01T00:36:49.998Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T00:36:54.495Z] ---> d678b6c36aa8 [2021-04-01T00:36:54.495Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T00:36:54.495Z] ---> 7108b1d9fd21 [2021-04-01T00:36:54.495Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T00:36:54.495Z] ---> Running in d31cafe34d5b [2021-04-01T00:36:54.495Z] ---> f645c95ba86e [2021-04-01T00:36:54.495Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T00:36:54.495Z] ---> Running in 58b202ee6979 [2021-04-01T00:36:54.495Z] ---> dd47f9470ec0 [2021-04-01T00:36:54.496Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T00:36:54.496Z] ---> 74dcd7fb4969 [2021-04-01T00:36:54.496Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T00:36:54.496Z] ---> Running in 86160ab3dd2d [2021-04-01T00:36:54.496Z] ---> Running in 762158ffe5c4 [2021-04-01T00:36:54.496Z] ---> Running in a8360e39f167 [2021-04-01T00:36:54.496Z] 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-01T00:36:54.496Z] 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-01T00:36:54.496Z] 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-01T00:36:54.496Z] 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-01T00:36:54.496Z] 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-01T00:37:16.849Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T00:37:26.775Z] 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-01T00:37:33.443Z] Removing intermediate container 86160ab3dd2d [2021-04-01T00:37:33.443Z] ---> 93295709a503 [2021-04-01T00:37:33.443Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T00:37:33.443Z] ---> Running in bc960c4aa95f [2021-04-01T00:37:34.036Z] 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-01T00:37:39.363Z] Removing intermediate container a8360e39f167 [2021-04-01T00:37:39.363Z] ---> c023ef476b96 [2021-04-01T00:37:39.363Z] [2021-04-01T00:37:39.363Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T00:37:39.363Z] 3.12: Pulling from library/alpine [2021-04-01T00:37:39.363Z] Removing intermediate container 58b202ee6979 [2021-04-01T00:37:39.363Z] ---> 65e01df56f05 [2021-04-01T00:37:39.363Z] [2021-04-01T00:37:39.363Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:37:39.363Z] Removing intermediate container 762158ffe5c4 [2021-04-01T00:37:39.363Z] ---> f15f26b4c6ef [2021-04-01T00:37:39.363Z] [2021-04-01T00:37:39.363Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:37:39.363Z] 3.12: Pulling from library/alpine [2021-04-01T00:37:39.363Z] 3.12: Pulling from library/alpine [2021-04-01T00:37:40.761Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T00:37:40.761Z] Removing intermediate container bc960c4aa95f [2021-04-01T00:37:40.761Z] ---> 4e162fe3160c [2021-04-01T00:37:40.761Z] [2021-04-01T00:37:40.761Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T00:37:40.761Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T00:37:40.761Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T00:37:40.761Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T00:37:40.761Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T00:37:40.761Z] Status: Image is up to date for alpine:3.12 [2021-04-01T00:37:40.761Z] ---> 42cb162f0360 [2021-04-01T00:37:40.761Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T00:37:40.761Z] ---> 42cb162f0360 [2021-04-01T00:37:40.761Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:37:40.761Z] 20.10.0: Pulling from library/docker [2021-04-01T00:37:40.761Z] ---> 42cb162f0360 [2021-04-01T00:37:40.761Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T00:37:41.717Z] Removing intermediate container d31cafe34d5b [2021-04-01T00:37:41.717Z] ---> 297840a53e18 [2021-04-01T00:37:41.717Z] [2021-04-01T00:37:41.717Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:37:41.717Z] ---> 42cb162f0360 [2021-04-01T00:37:41.717Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:37:41.717Z] ---> Running in 16357a0c35f9 [2021-04-01T00:37:41.717Z] ---> Running in 405d8b504a90 [2021-04-01T00:37:41.717Z] ---> Running in 37a828f5581a [2021-04-01T00:37:41.983Z] ---> Running in 2d58b02d3b4a [2021-04-01T00:37:42.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:42.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:42.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:42.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:42.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:42.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:42.949Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T00:37:42.949Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:37:42.949Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T00:37:43.236Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T00:37:43.236Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T00:37:43.236Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:37:43.236Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:37:43.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:43.236Z] OK: 6 MiB in 15 packages [2021-04-01T00:37:43.236Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:37:43.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:43.236Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T00:37:43.236Z] OK: 7 MiB in 18 packages [2021-04-01T00:37:43.236Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:37:43.236Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:37:43.236Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:37:43.502Z] OK: 6 MiB in 16 packages [2021-04-01T00:37:43.502Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T00:37:43.502Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:37:43.502Z] OK: 6 MiB in 15 packages [2021-04-01T00:37:46.092Z] Removing intermediate container 405d8b504a90 [2021-04-01T00:37:46.092Z] ---> 33c56fe21a3a [2021-04-01T00:37:46.092Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:37:46.667Z] ---> Running in ba638b688deb [2021-04-01T00:37:47.241Z] Removing intermediate container 16357a0c35f9 [2021-04-01T00:37:47.241Z] ---> 085ed54e4e4c [2021-04-01T00:37:47.241Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:37:47.241Z] Removing intermediate container 37a828f5581a [2021-04-01T00:37:47.241Z] ---> 7ac3611ec49e [2021-04-01T00:37:47.241Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:37:47.241Z] Removing intermediate container 2d58b02d3b4a [2021-04-01T00:37:47.241Z] ---> 9807e6fd57f1 [2021-04-01T00:37:47.241Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:37:47.241Z] Removing intermediate container ba638b688deb [2021-04-01T00:37:47.241Z] ---> b154a5676223 [2021-04-01T00:37:47.241Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T00:37:47.504Z] ---> Running in 21cc65fee8a9 [2021-04-01T00:37:47.504Z] ---> Running in 778f71d80775 [2021-04-01T00:37:47.504Z] ---> Running in 065e3cfb1082 [2021-04-01T00:37:47.504Z] ---> Running in d7373def00f1 [2021-04-01T00:37:47.766Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T00:37:47.766Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T00:37:47.766Z] Removing intermediate container 21cc65fee8a9 [2021-04-01T00:37:47.766Z] ---> 087871f31e73 [2021-04-01T00:37:47.766Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T00:37:47.766Z] ---> aefe523efa57 [2021-04-01T00:37:47.766Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T00:37:47.766Z] Removing intermediate container 065e3cfb1082 [2021-04-01T00:37:47.766Z] ---> 4c1899f3abfa [2021-04-01T00:37:47.766Z] Step 13/21 : WORKDIR /edgex [2021-04-01T00:37:48.344Z] Removing intermediate container 778f71d80775 [2021-04-01T00:37:48.344Z] ---> 4c5585f36c37 [2021-04-01T00:37:48.344Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T00:37:48.344Z] Removing intermediate container d7373def00f1 [2021-04-01T00:37:48.344Z] ---> 97ddbd211ac0 [2021-04-01T00:37:48.344Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:37:48.344Z] ---> Running in 2425e85c8b45 [2021-04-01T00:37:48.344Z] ---> Running in 134d2f51c84a [2021-04-01T00:37:48.344Z] ---> Running in fe9d3d213ef4 [2021-04-01T00:37:48.344Z] ---> Running in 5b305870d348 [2021-04-01T00:37:48.608Z] ---> Running in 060c660132ed [2021-04-01T00:37:48.872Z] Removing intermediate container 2425e85c8b45 [2021-04-01T00:37:48.872Z] ---> 34b0053c33cc [2021-04-01T00:37:48.872Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:37:48.872Z] Removing intermediate container 5b305870d348 [2021-04-01T00:37:48.872Z] ---> 27ab211b3ec1 [2021-04-01T00:37:48.872Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:37:48.872Z] Removing intermediate container fe9d3d213ef4 [2021-04-01T00:37:48.872Z] ---> cd2521b580e7 [2021-04-01T00:37:48.872Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T00:37:48.872Z] Removing intermediate container 060c660132ed [2021-04-01T00:37:48.872Z] ---> 65f6a078e9dc [2021-04-01T00:37:48.872Z] Step 15/23 : WORKDIR / [2021-04-01T00:37:49.138Z] ---> Running in 95a118115d3d [2021-04-01T00:37:49.138Z] ---> Running in 1b9ebfe3212c [2021-04-01T00:37:49.138Z] ---> Running in 201be0cea627 [2021-04-01T00:37:49.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:49.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:49.406Z] ---> 67782af7e2ee [2021-04-01T00:37:49.406Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T00:37:49.406Z] Removing intermediate container 95a118115d3d [2021-04-01T00:37:49.406Z] ---> 019a1765b30f [2021-04-01T00:37:49.406Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:37:49.406Z] Removing intermediate container 1b9ebfe3212c [2021-04-01T00:37:49.406Z] ---> 2c7cd71ccf8e [2021-04-01T00:37:49.406Z] Step 15/23 : WORKDIR / [2021-04-01T00:37:49.406Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T00:37:49.406Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T00:37:49.406Z] Executing bash-5.0.17-r0.post-install [2021-04-01T00:37:49.406Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:37:49.406Z] OK: 12 MiB in 22 packages [2021-04-01T00:37:49.406Z] Removing intermediate container 201be0cea627 [2021-04-01T00:37:49.406Z] ---> 4d9b63a74cb5 [2021-04-01T00:37:49.406Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:37:49.669Z] ---> Running in b73470f4b78c [2021-04-01T00:37:49.931Z] ---> 316305eea0c9 [2021-04-01T00:37:49.931Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T00:37:50.199Z] ---> b8e9be437f27 [2021-04-01T00:37:50.199Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T00:37:50.465Z] ---> af0b77244edd [2021-04-01T00:37:50.465Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T00:37:50.465Z] Removing intermediate container b73470f4b78c [2021-04-01T00:37:50.465Z] ---> 19be1e272881 [2021-04-01T00:37:50.465Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:37:51.040Z] Removing intermediate container 134d2f51c84a [2021-04-01T00:37:51.040Z] ---> ad09156b42f6 [2021-04-01T00:37:51.040Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T00:37:51.307Z] ---> 704225ee28b4 [2021-04-01T00:37:51.307Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T00:37:51.307Z] ---> 5b64e9692edd [2021-04-01T00:37:51.307Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T00:37:51.307Z] ---> Running in f5c02c4b1edf [2021-04-01T00:37:51.307Z] ---> 99111671f1ab [2021-04-01T00:37:51.307Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T00:37:51.307Z] ---> e8bd060c8244 [2021-04-01T00:37:51.307Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T00:37:51.570Z] ---> Running in 006a4705eeb5 [2021-04-01T00:37:51.570Z] Removing intermediate container f5c02c4b1edf [2021-04-01T00:37:51.570Z] ---> 5cc979800962 [2021-04-01T00:37:51.570Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T00:37:51.835Z] ---> 920d9d8e34b9 [2021-04-01T00:37:51.835Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T00:37:51.835Z] ---> Running in d8048a7ddd6e [2021-04-01T00:37:51.835Z] ---> Running in 3a2be63dbd7a [2021-04-01T00:37:51.835Z] Removing intermediate container 006a4705eeb5 [2021-04-01T00:37:51.835Z] ---> 49b1723f7b42 [2021-04-01T00:37:51.835Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T00:37:52.100Z] ---> 1b45c3c606c5 [2021-04-01T00:37:52.100Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T00:37:52.100Z] ---> 15194da15bd6 [2021-04-01T00:37:52.100Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T00:37:52.100Z] ---> Running in 8606dc3b3072 [2021-04-01T00:37:52.100Z] ---> Running in 6f35fb78491f [2021-04-01T00:37:52.364Z] Removing intermediate container d8048a7ddd6e [2021-04-01T00:37:52.364Z] ---> 3bce06e7232b [2021-04-01T00:37:52.364Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T00:37:52.364Z] Removing intermediate container 3a2be63dbd7a [2021-04-01T00:37:52.364Z] ---> 9faad80146f7 [2021-04-01T00:37:52.364Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:37:52.364Z] ---> Running in c6894f0d9337 [2021-04-01T00:37:52.364Z] ---> Running in 29b874e97075 [2021-04-01T00:37:52.628Z] Removing intermediate container 8606dc3b3072 [2021-04-01T00:37:52.628Z] ---> 32657faafb85 [2021-04-01T00:37:52.628Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:37:52.628Z] Removing intermediate container 6f35fb78491f [2021-04-01T00:37:52.628Z] ---> 9e1d6e888cf2 [2021-04-01T00:37:52.628Z] Step 19/21 : LABEL arch=x86_64 [2021-04-01T00:37:52.628Z] ---> 1d1548a7e3c3 [2021-04-01T00:37:52.628Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T00:37:52.628Z] ---> Running in 838572a66736 [2021-04-01T00:37:52.628Z] ---> Running in efff188df92a [2021-04-01T00:37:52.890Z] ---> Running in 6a8836b2d2c9 [2021-04-01T00:37:52.890Z] Removing intermediate container c6894f0d9337 [2021-04-01T00:37:52.890Z] ---> 713a3877fbd0 [2021-04-01T00:37:52.890Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T00:37:53.152Z] Removing intermediate container 29b874e97075 [2021-04-01T00:37:53.152Z] ---> 1184fd1b63e6 [2021-04-01T00:37:53.152Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T00:37:53.425Z] Removing intermediate container 838572a66736 [2021-04-01T00:37:53.425Z] ---> 16200afd69c5 [2021-04-01T00:37:53.425Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T00:37:53.425Z] ---> Running in 5d7052b67d67 [2021-04-01T00:37:53.425Z] Removing intermediate container efff188df92a [2021-04-01T00:37:53.425Z] ---> 5e4c52962dd4 [2021-04-01T00:37:53.425Z] Step 20/21 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:37:53.425Z] Removing intermediate container 6a8836b2d2c9 [2021-04-01T00:37:53.425Z] ---> fb706657705c [2021-04-01T00:37:53.425Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:37:53.425Z] ---> Running in 37427438e728 [2021-04-01T00:37:53.425Z] ---> Running in 56110eaa9b83 [2021-04-01T00:37:53.425Z] ---> 5b33170ac46e [2021-04-01T00:37:53.425Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T00:37:53.700Z] ---> Running in 1ddd2d2adfe7 [2021-04-01T00:37:53.700Z] Removing intermediate container 5d7052b67d67 [2021-04-01T00:37:53.700Z] ---> ec3fe0cd7ec5 [2021-04-01T00:37:53.700Z] Step 21/22 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:37:53.966Z] Removing intermediate container 37427438e728 [2021-04-01T00:37:53.966Z] ---> 2cfaac389327 [2021-04-01T00:37:53.966Z] Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:37:53.966Z] Removing intermediate container 56110eaa9b83 [2021-04-01T00:37:53.966Z] ---> 0312f53af09e [2021-04-01T00:37:53.966Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T00:37:53.966Z] ---> Running in 99c9d30bacea [2021-04-01T00:37:53.966Z] ---> Running in 28e13797672e [2021-04-01T00:37:53.966Z] Removing intermediate container 1ddd2d2adfe7 [2021-04-01T00:37:53.966Z] ---> 66f4f587ae7e [2021-04-01T00:37:53.966Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T00:37:54.235Z] ---> a35166124bf2 [2021-04-01T00:37:54.235Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T00:37:54.235Z] ---> Running in 41b0eac705b5 [2021-04-01T00:37:54.235Z] ---> Running in f6b57a5851c2 [2021-04-01T00:37:54.507Z] Removing intermediate container 99c9d30bacea [2021-04-01T00:37:54.507Z] ---> 9b5edc665731 [2021-04-01T00:37:54.507Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:37:54.508Z] Removing intermediate container 28e13797672e [2021-04-01T00:37:54.508Z] ---> b959e0a038a0 [2021-04-01T00:37:54.508Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:37:54.508Z] ---> Running in ef5ff28e898d [2021-04-01T00:37:54.508Z] ---> Running in d635d88e32d0 [2021-04-01T00:37:54.773Z] Removing intermediate container 41b0eac705b5 [2021-04-01T00:37:54.773Z] ---> 17da03b2c5f2 [2021-04-01T00:37:54.773Z] [2021-04-01T00:37:54.773Z] ---> 51ecb5a6279b [2021-04-01T00:37:54.773Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T00:37:55.038Z] Removing intermediate container f6b57a5851c2 [2021-04-01T00:37:55.038Z] ---> 0087eaeacf9e [2021-04-01T00:37:55.038Z] Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:37:55.038Z] Successfully built 17da03b2c5f2 [2021-04-01T00:37:55.038Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-01T00:37:55.038Z] ---> Running in 8e776a9e4d84 [2021-04-01T00:37:55.038Z] Building docker-core-data-go [2021-04-01T00:37:55.301Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 798719a80ed8 [2021-04-01T00:37:55.301Z] Removing intermediate container d635d88e32d0 [2021-04-01T00:37:55.301Z] ---> d2aabb9ae6b1 [2021-04-01T00:37:55.301Z] [2021-04-01T00:37:55.301Z] Removing intermediate container ef5ff28e898d [2021-04-01T00:37:55.301Z] ---> cd31ac19365d [2021-04-01T00:37:55.301Z] [2021-04-01T00:37:55.571Z] Successfully built d2aabb9ae6b1 [2021-04-01T00:37:55.571Z] Removing intermediate container 798719a80ed8 [2021-04-01T00:37:55.571Z] ---> f4ffc3326837 [2021-04-01T00:37:55.571Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:37:55.571Z] Successfully built cd31ac19365d [2021-04-01T00:37:55.571Z] Successfully tagged docker-core-command-go:latest [2021-04-01T00:37:55.571Z] Building docker-support-scheduler-go [2021-04-01T00:37:55.571Z]  Building docker-core-command-go ... done Successfully tagged docker-support-notifications-go:latest [2021-04-01T00:37:55.571Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-04-01T00:37:55.571Z] ---> Running in 4e980e1ccb12 [2021-04-01T00:37:55.860Z] Removing intermediate container 4e980e1ccb12 [2021-04-01T00:37:55.860Z] ---> be09082032fc [2021-04-01T00:37:55.860Z] [2021-04-01T00:37:55.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:56.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:37:56.123Z] Successfully built be09082032fc [2021-04-01T00:37:56.123Z] Successfully tagged docker-core-metadata-go:latest [2021-04-01T00:37:56.123Z] Building docker-security-bootstrapper-go [2021-04-01T00:37:56.123Z]  Building docker-core-metadata-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T00:37:56.123Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T00:37:56.123Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T00:37:56.123Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T00:37:56.123Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T00:37:56.123Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T00:37:56.123Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T00:38:04.316Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T00:38:04.316Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T00:38:04.316Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T00:38:04.316Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T00:38:04.316Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T00:38:04.316Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T00:38:04.316Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T00:38:04.316Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T00:38:04.316Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T00:38:04.316Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T00:38:06.240Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T00:38:06.240Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T00:38:06.812Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T00:38:07.761Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T00:38:09.152Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T00:38:09.152Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T00:38:09.152Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T00:38:09.152Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T00:38:09.152Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T00:38:09.413Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T00:38:09.413Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T00:38:09.413Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T00:38:09.413Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T00:38:09.413Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T00:38:09.413Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T00:38:09.413Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T00:38:12.733Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:38:12.733Z] OK: 71 MiB in 55 packages [2021-04-01T00:38:13.496Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T00:38:17.912Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T00:38:26.253Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T00:38:26.253Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T00:38:28.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T00:38:28.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T00:38:28.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T00:38:28.240Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T00:38:32.572Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T00:38:32.572Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T00:38:34.884Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:38:34.884Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:38:34.884Z] ---> 41119d6cc2fc [2021-04-01T00:38:34.884Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T00:38:34.884Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:38:34.884Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:38:34.884Z] ---> 41119d6cc2fc [2021-04-01T00:38:34.884Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> 747f6bb9fce8 [2021-04-01T00:38:34.884Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> 747f6bb9fce8 [2021-04-01T00:38:34.884Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:38:34.884Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> Using cache [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> d62b2f045515 [2021-04-01T00:38:34.884Z] [2021-04-01T00:38:34.884Z] Step 5/31 : RUN apk add --update --no-cache make git ---> d62b2f045515 [2021-04-01T00:38:34.884Z] [2021-04-01T00:38:34.884Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T00:38:34.884Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:38:34.884Z] ---> 41119d6cc2fc [2021-04-01T00:38:34.884Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> 747f6bb9fce8 [2021-04-01T00:38:34.884Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> d62b2f045515 [2021-04-01T00:38:34.884Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> e6105440caeb [2021-04-01T00:38:34.884Z] Step 6/22 : COPY go.mod . [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> e6105440caeb [2021-04-01T00:38:34.884Z] Step 6/31 : COPY go.mod . [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> 44c59073baf8 [2021-04-01T00:38:34.884Z] Step 7/22 : RUN go mod download [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> 44c59073baf8 [2021-04-01T00:38:34.884Z] Step 7/31 : RUN go mod download [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> e31fc59ce228 [2021-04-01T00:38:34.884Z] Step 8/22 : COPY . . [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> e31fc59ce228 [2021-04-01T00:38:34.884Z] Step 8/31 : COPY . . [2021-04-01T00:38:34.884Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:38:34.884Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:38:34.884Z] ---> 41119d6cc2fc [2021-04-01T00:38:34.884Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> 747f6bb9fce8 [2021-04-01T00:38:34.884Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> d62b2f045515 [2021-04-01T00:38:34.884Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> e6105440caeb [2021-04-01T00:38:34.884Z] Step 6/24 : COPY go.mod . [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> 44c59073baf8 [2021-04-01T00:38:34.884Z] Step 7/24 : RUN go mod download [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> e31fc59ce228 [2021-04-01T00:38:34.884Z] Step 8/24 : COPY . . [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> dd47f9470ec0 [2021-04-01T00:38:34.884Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> dd47f9470ec0 [2021-04-01T00:38:34.884Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T00:38:34.884Z] ---> Using cache [2021-04-01T00:38:34.884Z] ---> dd47f9470ec0 [2021-04-01T00:38:34.884Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T00:38:34.884Z] ---> Running in fd707bdce916 [2021-04-01T00:38:34.884Z] ---> Running in 26a16dec04a6 [2021-04-01T00:38:34.884Z] ---> Running in 3f81fa48ceb5 [2021-04-01T00:38:34.884Z] ---> Running in f69dfdc9d9ff [2021-04-01T00:38:34.884Z] 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-01T00:38:34.884Z] 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-01T00:38:34.884Z] 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-01T00:38:34.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:36.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:38:36.993Z] Removing intermediate container 8e776a9e4d84 [2021-04-01T00:38:36.993Z] ---> e0776eb5ede2 [2021-04-01T00:38:36.993Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T00:38:37.275Z] OK: 233 MiB in 51 packages [2021-04-01T00:38:37.275Z] ---> Running in d60fbc8fddd4 [2021-04-01T00:38:39.257Z] Removing intermediate container f69dfdc9d9ff [2021-04-01T00:38:39.257Z] ---> 27bf1efa3038 [2021-04-01T00:38:39.257Z] Step 6/23 : COPY go.mod . [2021-04-01T00:38:39.868Z] ---> 067103436a9a [2021-04-01T00:38:39.868Z] Step 7/23 : RUN go mod download [2021-04-01T00:38:39.868Z] ---> Running in 1923f5dddf20 [2021-04-01T00:38:40.870Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T00:38:40.870Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T00:38:40.870Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T00:38:41.872Z] Collecting docker-compose==1.23.2 [2021-04-01T00:38:41.873Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T00:38:41.873Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T00:38:41.873Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T00:38:42.840Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T00:38:42.840Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T00:38:43.436Z] Removing intermediate container 1923f5dddf20 [2021-04-01T00:38:43.436Z] ---> a55d0be0e5d4 [2021-04-01T00:38:43.436Z] Step 8/23 : COPY . . [2021-04-01T00:38:43.436Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T00:38:43.436Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T00:38:43.436Z] 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-01T00:38:43.716Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T00:38:44.314Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T00:38:44.905Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T00:38:44.905Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T00:38:45.871Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T00:38:45.871Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T00:38:47.296Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T00:38:47.296Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T00:38:47.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 45.9% of statements [2021-04-01T00:38:47.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T00:38:47.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T00:38:47.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T00:38:47.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T00:38:47.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T00:38:47.608Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T00:38:47.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 19.8% of statements [2021-04-01T00:38:47.608Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.249s coverage: 100.0% of statements [2021-04-01T00:38:49.531Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T00:38:49.531Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T00:38:50.506Z] Collecting PyYAML<4,>=3.10 [2021-04-01T00:38:50.506Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T00:38:53.862Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T00:38:53.862Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T00:38:54.130Z] 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-01T00:38:54.130Z] 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-01T00:38:54.130Z] Collecting idna<2.8,>=2.5 [2021-04-01T00:38:54.130Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T00:38:54.130Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T00:38:54.130Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T00:38:54.395Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T00:38:54.395Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T00:38:54.395Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T00:38:54.395Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T00:38:54.660Z] Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, jsonschema, docopt, texttable, PyYAML, docker-compose [2021-04-01T00:38:54.660Z] Running setup.py install for dockerpty: started [2021-04-01T00:38:55.636Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T00:38:55.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.667s coverage: 27.1% of statements [2021-04-01T00:38:55.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T00:38:55.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T00:38:55.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T00:38:55.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T00:38:55.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T00:38:55.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T00:38:55.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.164s coverage: 100.0% of statements [2021-04-01T00:38:55.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T00:38:55.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.146s coverage: 100.0% of statements [2021-04-01T00:38:55.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T00:38:55.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T00:38:56.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.335s coverage: 71.3% of statements [2021-04-01T00:38:56.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T00:38:56.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T00:38:57.048Z] Attempting uninstall: urllib3 [2021-04-01T00:38:57.048Z] Found existing installation: urllib3 1.25.9 [2021-04-01T00:38:57.048Z] Uninstalling urllib3-1.25.9: [2021-04-01T00:38:57.049Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T00:38:57.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.563s coverage: 82.9% of statements [2021-04-01T00:38:57.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T00:38:57.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:38:57.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.154s coverage: 78.9% of statements [2021-04-01T00:38:57.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T00:39:00.411Z] Attempting uninstall: idna [2021-04-01T00:39:00.411Z] Found existing installation: idna 2.9 [2021-04-01T00:39:00.411Z] Uninstalling idna-2.9: [2021-04-01T00:39:00.411Z] Successfully uninstalled idna-2.9 [2021-04-01T00:39:03.009Z] Attempting uninstall: requests [2021-04-01T00:39:03.009Z] Found existing installation: requests 2.23.0 [2021-04-01T00:39:03.009Z] Uninstalling requests-2.23.0: [2021-04-01T00:39:03.009Z] Successfully uninstalled requests-2.23.0 [2021-04-01T00:39:07.292Z] Running setup.py install for docopt: started [2021-04-01T00:39:07.292Z] 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-01T00:39:07.569Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T00:39:07.569Z] Running setup.py install for texttable: started [2021-04-01T00:39:08.184Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T00:39:08.184Z] Running setup.py install for PyYAML: started [2021-04-01T00:39:09.598Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T00:39:09.867Z] ---> 8c13743090a1 [2021-04-01T00:39:09.867Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T00:39:09.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.234s coverage: 28.6% of statements [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T00:39:09.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T00:39:09.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T00:39:09.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.475s coverage: 86.7% of statements [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T00:39:09.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.405s coverage: 97.5% of statements [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T00:39:09.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.248s coverage: 78.3% of statements [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T00:39:09.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T00:39:11.257Z] ---> Running in 6f9c1196b081 [2021-04-01T00:39:11.258Z] 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-01T00:39:12.208Z] Removing intermediate container fd707bdce916 [2021-04-01T00:39:12.208Z] ---> a2230e16e348 [2021-04-01T00:39:12.208Z] [2021-04-01T00:39:12.208Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T00:39:12.208Z] ---> 42cb162f0360 [2021-04-01T00:39:12.208Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T00:39:12.208Z] ---> Running in aeea357aac63 [2021-04-01T00:39:12.787Z] Removing intermediate container aeea357aac63 [2021-04-01T00:39:12.787Z] ---> ca33a22f96f9 [2021-04-01T00:39:12.787Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T00:39:12.787Z] 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-01T00:39:14.204Z] ---> Running in 018e5ad23e1d [2021-04-01T00:39:15.185Z] Removing intermediate container 26a16dec04a6 [2021-04-01T00:39:15.185Z] ---> b90b7592e02d [2021-04-01T00:39:15.185Z] [2021-04-01T00:39:15.185Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:39:15.185Z] ---> 42cb162f0360 [2021-04-01T00:39:15.185Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:39:15.185Z] ---> Using cache [2021-04-01T00:39:15.185Z] ---> 9807e6fd57f1 [2021-04-01T00:39:15.185Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:39:15.185Z] ---> Using cache [2021-04-01T00:39:15.185Z] ---> 4c5585f36c37 [2021-04-01T00:39:15.185Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T00:39:15.463Z] ---> Running in 9fa03c11262b [2021-04-01T00:39:16.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.188s coverage: 92.8% of statements [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T00:39:16.817Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T00:39:16.817Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 1.0% of statements [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T00:39:16.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T00:39:16.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.248s coverage: 47.1% of statements [2021-04-01T00:39:16.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.241s coverage: 79.5% of statements [2021-04-01T00:39:16.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.147s coverage: 94.1% of statements [2021-04-01T00:39:17.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.150s coverage: 96.3% of statements [2021-04-01T00:39:17.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements [2021-04-01T00:39:18.079Z] Removing intermediate container 9fa03c11262b [2021-04-01T00:39:18.080Z] ---> 4f92b95af010 [2021-04-01T00:39:18.080Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:39:18.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:18.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:18.622Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:39:18.622Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T00:39:18.622Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:39:18.622Z] OK: 6 MiB in 16 packages [2021-04-01T00:39:19.572Z] Removing intermediate container d60fbc8fddd4 [2021-04-01T00:39:19.572Z] ---> 72de2907262b [2021-04-01T00:39:19.572Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T00:39:19.836Z] ---> Running in a2dcb37f431b [2021-04-01T00:39:20.099Z] ---> Running in ceb8c3b13605 [2021-04-01T00:39:20.370Z] Removing intermediate container 3f81fa48ceb5 [2021-04-01T00:39:20.370Z] ---> aa320581d425 [2021-04-01T00:39:20.370Z] [2021-04-01T00:39:20.370Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T00:39:20.370Z] ---> 42cb162f0360 [2021-04-01T00:39:20.370Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T00:39:20.968Z] Removing intermediate container a2dcb37f431b [2021-04-01T00:39:20.968Z] ---> ddd060f9c43e [2021-04-01T00:39:20.968Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:39:20.968Z] ---> Running in cac40527e9c8 [2021-04-01T00:39:21.253Z] Removing intermediate container 018e5ad23e1d [2021-04-01T00:39:21.253Z] ---> 3204a523daf7 [2021-04-01T00:39:21.253Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T00:39:21.523Z] ---> Running in f70d87c9efa9 [2021-04-01T00:39:21.523Z] ---> 3470a525e6e9 [2021-04-01T00:39:21.523Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T00:39:21.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:22.065Z] Removing intermediate container f70d87c9efa9 [2021-04-01T00:39:22.065Z] ---> c6da5159eb09 [2021-04-01T00:39:22.065Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T00:39:22.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:22.065Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:39:23.027Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T00:39:23.027Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T00:39:23.027Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:39:23.027Z] OK: 72 MiB in 58 packages [2021-04-01T00:39:23.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:23.318Z] ---> Running in 9cd9ef9cc4ca [2021-04-01T00:39:23.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:23.598Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T00:39:23.598Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:39:23.598Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T00:39:23.599Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T00:39:23.599Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:39:23.599Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T00:39:23.599Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:39:23.599Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:39:23.599Z] OK: 7 MiB in 20 packages [2021-04-01T00:39:24.183Z] ---> 96f142d4e309 [2021-04-01T00:39:24.183Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T00:39:24.183Z] Removing intermediate container 9cd9ef9cc4ca [2021-04-01T00:39:24.183Z] ---> 23b398b8ed92 [2021-04-01T00:39:24.183Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T00:39:24.775Z] ---> Running in 55b518fddac5 [2021-04-01T00:39:24.775Z] ---> 6247cda9f9f7 [2021-04-01T00:39:24.775Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T00:39:25.054Z] Removing intermediate container ceb8c3b13605 [2021-04-01T00:39:25.054Z] ---> 364e05722f65 [2021-04-01T00:39:25.054Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T00:39:25.054Z] ---> Running in 63448c7b7103 [2021-04-01T00:39:25.324Z] ---> Running in 8991145f4c59 [2021-04-01T00:39:26.318Z] Removing intermediate container 63448c7b7103 [2021-04-01T00:39:26.318Z] ---> f32877f41a94 [2021-04-01T00:39:26.318Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:39:26.318Z] Removing intermediate container cac40527e9c8 [2021-04-01T00:39:26.318Z] ---> a2d4f1b71825 [2021-04-01T00:39:26.318Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:39:26.581Z] Removing intermediate container 8991145f4c59 [2021-04-01T00:39:26.581Z] ---> f2375d8402ad [2021-04-01T00:39:26.581Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:39:26.581Z] ---> Running in 07b21371b139 [2021-04-01T00:39:26.858Z] ---> Running in d6c4bf2a3f14 [2021-04-01T00:39:27.136Z] ---> Running in 213a4b5662ca [2021-04-01T00:39:27.136Z] Removing intermediate container 07b21371b139 [2021-04-01T00:39:27.136Z] ---> 6e8fc3cc5238 [2021-04-01T00:39:27.136Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T00:39:27.406Z] Removing intermediate container d6c4bf2a3f14 [2021-04-01T00:39:27.406Z] ---> 68a400fe434b [2021-04-01T00:39:27.406Z] Step 13/24 : WORKDIR / [2021-04-01T00:39:27.677Z] Removing intermediate container 213a4b5662ca [2021-04-01T00:39:27.677Z] ---> e313d5c7021a [2021-04-01T00:39:27.677Z] Step 24/26 : LABEL arch=x86_64 [2021-04-01T00:39:27.677Z] ---> Running in f369243e7c90 [2021-04-01T00:39:27.677Z] ---> Running in 00c587a70de3 [2021-04-01T00:39:27.677Z] Removing intermediate container 55b518fddac5 [2021-04-01T00:39:27.677Z] ---> 9576bd187cc6 [2021-04-01T00:39:27.677Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T00:39:27.951Z] ---> Running in 492184f6369b [2021-04-01T00:39:27.951Z] ---> Running in 1858daac79d2 [2021-04-01T00:39:27.951Z] Removing intermediate container f369243e7c90 [2021-04-01T00:39:27.951Z] ---> f3bd27e3c746 [2021-04-01T00:39:27.951Z] Step 21/22 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:39:28.221Z] ---> Running in c19f1655b65e [2021-04-01T00:39:28.494Z] Removing intermediate container 00c587a70de3 [2021-04-01T00:39:28.494Z] ---> 63ce62a743fd [2021-04-01T00:39:28.494Z] 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-01T00:39:28.494Z] Removing intermediate container 492184f6369b [2021-04-01T00:39:28.494Z] ---> 8cfb40e67ad6 [2021-04-01T00:39:28.494Z] Step 25/26 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:39:28.494Z] Removing intermediate container 1858daac79d2 [2021-04-01T00:39:28.494Z] ---> 1aeb3396fd87 [2021-04-01T00:39:28.494Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T00:39:28.761Z] ---> Running in e173cb924e4d [2021-04-01T00:39:28.761Z] Removing intermediate container c19f1655b65e [2021-04-01T00:39:28.761Z] ---> b883bd4daa22 [2021-04-01T00:39:28.761Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:39:28.761Z] ---> Running in daef0d55d194 [2021-04-01T00:39:29.023Z] ---> 13183392bbf6 [2021-04-01T00:39:29.023Z] 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-01T00:39:29.023Z] ---> 4e7f438a2de5 [2021-04-01T00:39:29.023Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T00:39:29.287Z] Removing intermediate container e173cb924e4d [2021-04-01T00:39:29.287Z] ---> d9d94c629107 [2021-04-01T00:39:29.287Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T00:39:29.287Z] Removing intermediate container daef0d55d194 [2021-04-01T00:39:29.287Z] ---> 8adc330bdd8c [2021-04-01T00:39:29.287Z] [2021-04-01T00:39:29.287Z] ---> Running in 61bf9f9bd229 [2021-04-01T00:39:29.550Z] Successfully built 8adc330bdd8c [2021-04-01T00:39:29.813Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-01T00:39:29.814Z]  Building docker-support-scheduler-go ... done  ---> Running in 15b5c13814b6 [2021-04-01T00:39:30.087Z] ---> 491adbc02e73 [2021-04-01T00:39:30.087Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T00:39:30.087Z] Removing intermediate container 15b5c13814b6 [2021-04-01T00:39:30.087Z] ---> 20ee6b9a4932 [2021-04-01T00:39:30.087Z] [2021-04-01T00:39:30.363Z] ---> edbf3b858056 [2021-04-01T00:39:30.363Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T00:39:30.363Z] Successfully built 20ee6b9a4932 [2021-04-01T00:39:30.363Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-01T00:39:30.954Z]  Building docker-sys-mgmt-agent-go ... done  ---> d96d5dfa6708 [2021-04-01T00:39:30.954Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T00:39:32.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.178s coverage: 94.4% of statements [2021-04-01T00:39:32.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.122s coverage: 44.8% of statements [2021-04-01T00:39:33.514Z] ---> 8f69c11c0d97 [2021-04-01T00:39:33.514Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T00:39:33.514Z] Removing intermediate container 61bf9f9bd229 [2021-04-01T00:39:33.514Z] ---> 57d87920d10b [2021-04-01T00:39:33.514Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:39:33.781Z] ---> 620e690b6ebd [2021-04-01T00:39:33.781Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T00:39:33.781Z] ---> 962b048da0d0 [2021-04-01T00:39:33.781Z] 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-01T00:39:33.781Z] ---> Running in f9df9fe5e536 [2021-04-01T00:39:34.369Z] ---> b4ea91e024f1 [2021-04-01T00:39:34.369Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T00:39:35.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.496s coverage: 82.6% of statements [2021-04-01T00:39:37.684Z] ---> b9af2266b78d [2021-04-01T00:39:37.684Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T00:39:37.684Z] Removing intermediate container f9df9fe5e536 [2021-04-01T00:39:37.684Z] ---> 5ecca5f50bc7 [2021-04-01T00:39:37.684Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T00:39:37.684Z] Removing intermediate container 6f9c1196b081 [2021-04-01T00:39:37.684Z] ---> 121b4ad15478 [2021-04-01T00:39:37.684Z] [2021-04-01T00:39:37.684Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:39:37.684Z] ---> 42cb162f0360 [2021-04-01T00:39:37.684Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T00:39:37.684Z] ---> Running in 50fa9aaf6564 [2021-04-01T00:39:37.946Z] ---> Running in 609dfd9613cc [2021-04-01T00:39:37.946Z] ---> 2c952f08072f [2021-04-01T00:39:37.946Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T00:39:37.946Z] Removing intermediate container 50fa9aaf6564 [2021-04-01T00:39:37.946Z] ---> cc0c3e99a259 [2021-04-01T00:39:37.946Z] Step 22/24 : LABEL arch=x86_64 [2021-04-01T00:39:37.946Z] Removing intermediate container 609dfd9613cc [2021-04-01T00:39:37.946Z] ---> b0d756714ab3 [2021-04-01T00:39:37.946Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T00:39:38.218Z] ---> Running in 141cb898e453 [2021-04-01T00:39:38.218Z] ---> Running in e77b2f55d376 [2021-04-01T00:39:38.218Z] ---> 3fa85ffc80e4 [2021-04-01T00:39:38.218Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T00:39:38.482Z] ---> Running in 83867f46d164 [2021-04-01T00:39:38.482Z] Removing intermediate container 141cb898e453 [2021-04-01T00:39:38.482Z] ---> 9b6b59c97cbe [2021-04-01T00:39:38.482Z] Step 23/24 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:39:38.482Z] Removing intermediate container e77b2f55d376 [2021-04-01T00:39:38.482Z] ---> 19c547b47856 [2021-04-01T00:39:38.482Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T00:39:38.745Z] ---> Running in 23f6fd2aeb45 [2021-04-01T00:39:38.745Z] ---> Running in aaa392b3c20a [2021-04-01T00:39:38.745Z] Removing intermediate container 83867f46d164 [2021-04-01T00:39:38.745Z] ---> 737977d40bf8 [2021-04-01T00:39:38.745Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T00:39:39.009Z] Removing intermediate container 23f6fd2aeb45 [2021-04-01T00:39:39.009Z] ---> c6889857dc33 [2021-04-01T00:39:39.009Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T00:39:39.009Z] Removing intermediate container aaa392b3c20a [2021-04-01T00:39:39.009Z] ---> 4c3b9c64cf99 [2021-04-01T00:39:39.009Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:39:39.009Z] ---> Running in c7d543eeb0ed [2021-04-01T00:39:39.273Z] ---> Running in d24bc497cac2 [2021-04-01T00:39:39.273Z] ---> 5d092d5e097e [2021-04-01T00:39:39.273Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T00:39:39.536Z] Removing intermediate container c7d543eeb0ed [2021-04-01T00:39:39.536Z] ---> 5597d89d6c94 [2021-04-01T00:39:39.536Z] [2021-04-01T00:39:39.536Z] ---> Running in 40f1f8c09a94 [2021-04-01T00:39:39.803Z] Successfully built 5597d89d6c94 [2021-04-01T00:39:39.803Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-01T00:39:40.750Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d24bc497cac2 [2021-04-01T00:39:40.750Z] ---> 4e42729c1248 [2021-04-01T00:39:40.750Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T00:39:40.750Z] ---> Running in 4be5b84e63a9 [2021-04-01T00:39:40.750Z] Removing intermediate container 40f1f8c09a94 [2021-04-01T00:39:40.750Z] ---> 477537454c82 [2021-04-01T00:39:40.750Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T00:39:41.326Z] ---> Running in e1518e8176ee [2021-04-01T00:39:41.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:41.326Z] Removing intermediate container e1518e8176ee [2021-04-01T00:39:41.326Z] ---> 6f75f2589033 [2021-04-01T00:39:41.326Z] Step 28/31 : CMD ["gate"] [2021-04-01T00:39:41.588Z] ---> Running in 354a7185e42c [2021-04-01T00:39:41.588Z] Removing intermediate container 354a7185e42c [2021-04-01T00:39:41.588Z] ---> 2356215662b6 [2021-04-01T00:39:41.588Z] Step 29/31 : LABEL arch=x86_64 [2021-04-01T00:39:41.850Z] ---> Running in 455950fd69a1 [2021-04-01T00:39:42.112Z] Removing intermediate container 455950fd69a1 [2021-04-01T00:39:42.112Z] ---> f7d996b53348 [2021-04-01T00:39:42.112Z] Step 30/31 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:39:42.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T00:39:42.112Z] ---> Running in 13e813ba41e9 [2021-04-01T00:39:42.375Z] Removing intermediate container 13e813ba41e9 [2021-04-01T00:39:42.375Z] ---> 9a3a4a099a72 [2021-04-01T00:39:42.375Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T00:39:42.375Z] ---> Running in 7bf55cc77c45 [2021-04-01T00:39:42.650Z] Removing intermediate container 7bf55cc77c45 [2021-04-01T00:39:42.650Z] ---> 9104cfa0abfc [2021-04-01T00:39:42.650Z] [2021-04-01T00:39:42.913Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:39:42.913Z] Successfully built 9104cfa0abfc [2021-04-01T00:39:42.913Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-01T00:39:42.913Z]  Building docker-security-bootstrapper-go ... done (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T00:39:42.913Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T00:39:43.176Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T00:39:43.437Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T00:39:43.437Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T00:39:43.700Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:39:43.700Z] OK: 8 MiB in 20 packages [2021-04-01T00:39:44.273Z] Removing intermediate container 4be5b84e63a9 [2021-04-01T00:39:44.273Z] ---> e645c628acb9 [2021-04-01T00:39:44.273Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:39:44.273Z] ---> 70b2b14f5c5e [2021-04-01T00:39:44.273Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T00:39:45.219Z] ---> 216d79d0a642 [2021-04-01T00:39:45.219Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T00:39:45.219Z] ---> 78c10f6aaf45 [2021-04-01T00:39:45.219Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T00:39:45.219Z] ---> Running in 4ff75e61426a [2021-04-01T00:39:45.480Z] Removing intermediate container 4ff75e61426a [2021-04-01T00:39:45.480Z] ---> d4c9e9b92856 [2021-04-01T00:39:45.480Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:39:45.480Z] ---> Running in d14c5a17dbfe [2021-04-01T00:39:45.743Z] Removing intermediate container d14c5a17dbfe [2021-04-01T00:39:45.743Z] ---> 8302e21b8701 [2021-04-01T00:39:45.743Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T00:39:45.743Z] ---> Running in a0ff87c4f8a9 [2021-04-01T00:39:45.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.193s coverage: 92.9% of statements [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T00:39:45.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T00:39:45.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T00:39:45.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.121s coverage: 100.0% of statements [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T00:39:45.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.172s coverage: 75.5% of statements [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T00:39:45.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.160s coverage: 80.8% of statements [2021-04-01T00:39:45.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements [2021-04-01T00:39:45.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.220s coverage: 84.6% of statements [2021-04-01T00:39:45.777Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.320s coverage: 91.6% of statements [2021-04-01T00:39:45.777Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T00:39:46.005Z] Removing intermediate container a0ff87c4f8a9 [2021-04-01T00:39:46.005Z] ---> d691eb4bfbac [2021-04-01T00:39:46.005Z] Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:39:46.005Z] ---> Running in e87fb76e481a [2021-04-01T00:39:46.267Z] Removing intermediate container e87fb76e481a [2021-04-01T00:39:46.267Z] ---> 515f83cf9ed9 [2021-04-01T00:39:46.267Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:39:46.267Z] ---> Running in 03a2c5a261ff [2021-04-01T00:39:46.841Z] Removing intermediate container 03a2c5a261ff [2021-04-01T00:39:46.841Z] ---> 9a286adfc2f6 [2021-04-01T00:39:46.841Z] [2021-04-01T00:39:46.841Z] Successfully built 9a286adfc2f6 [2021-04-01T00:39:47.104Z] Successfully tagged docker-core-data-go:latest [2021-04-01T00:39:47.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.865s coverage: 64.4% of statements [2021-04-01T00:39:47.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T00:39:47.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T00:39:47.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.148s coverage: 100.0% of statements [2021-04-01T00:39:47.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-04-01T00:39:47.380Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-01T00:39:47.386Z] $ docker stop --time=1 6d2f715441aab1a25bed4daa48ae4a6fe376a03eea1622a09453b3b346d688b0 [2021-04-01T00:39:47.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-04-01T00:39:48.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-04-01T00:39:48.976Z] $ docker rm -f 6d2f715441aab1a25bed4daa48ae4a6fe376a03eea1622a09453b3b346d688b0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T00:39:49.542Z] + docker images [2021-04-01T00:39:49.542Z] + grep docker [2021-04-01T00:39:49.804Z] docker-core-data-go latest 9a286adfc2f6 3 seconds ago 22.7MB [2021-04-01T00:39:49.804Z] docker-security-bootstrapper-go latest 9104cfa0abfc 7 seconds ago 18.9MB [2021-04-01T00:39:49.804Z] docker-security-secretstore-setup-go latest 5597d89d6c94 10 seconds ago 25.7MB [2021-04-01T00:39:49.804Z] docker-sys-mgmt-agent-go latest 20ee6b9a4932 20 seconds ago 314MB [2021-04-01T00:39:49.804Z] docker-support-scheduler-go latest 8adc330bdd8c 21 seconds ago 17.4MB [2021-04-01T00:39:49.804Z] docker-core-metadata-go latest be09082032fc About a minute ago 19MB [2021-04-01T00:39:49.804Z] docker-security-proxy-setup-go latest 17da03b2c5f2 About a minute ago 25.4MB [2021-04-01T00:39:49.804Z] docker-core-command-go latest d2aabb9ae6b1 About a minute ago 17.3MB [2021-04-01T00:39:49.804Z] docker-support-notifications-go latest cd31ac19365d About a minute ago 17.9MB [2021-04-01T00:39:49.804Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-04-01T00:39:50.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-01T00:39:53.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.972s coverage: 69.0% of statements [2021-04-01T00:39:53.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T00:39:53.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T00:39:53.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T00:39:55.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.581s coverage: 38.4% of statements [2021-04-01T00:39:55.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T00:39:55.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T00:39:55.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements [2021-04-01T00:39:55.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T00:39:55.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.157s coverage: 84.8% of statements [2021-04-01T00:40:02.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.492s coverage: 47.0% of statements [2021-04-01T00:40:02.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T00:40:02.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T00:40:02.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T00:40:02.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T00:40:02.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T00:40:02.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.252s coverage: 100.0% of statements [2021-04-01T00:40:02.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T00:40:02.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.171s coverage: 100.0% of statements [2021-04-01T00:40:02.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T00:40:02.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T00:40:02.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T00:40:02.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T00:40:03.177Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.507s coverage: 87.1% of statements [2021-04-01T00:40:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T00:40:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:40:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T00:40:05.683Z] Still waiting to schedule task [2021-04-01T00:40:05.683Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-01T00:40:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.065s coverage: 29.1% of statements [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T00:40:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.247s coverage: 99.0% of statements [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T00:40:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.220s coverage: 100.0% of statements [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T00:40:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.293s coverage: 95.0% of statements [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T00:40:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T00:40:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T00:40:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T00:40:13.373Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T00:40:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-04-01T00:40:13.373Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.121s coverage: 32.1% of statements [2021-04-01T00:40:14.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-01T00:40:15.331Z] GO111MODULE=on go vet ./... [2021-04-01T00:41:37.182Z] gofmt -l . [2021-04-01T00:41:39.156Z] [ "`gofmt -l .`" = "" ] [2021-04-01T00:41:41.763Z] ./bin/test-go-mod-tidy.sh [2021-04-01T00:41:42.749Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T00:41:45.392Z] + ls -al . [2021-04-01T00:41:45.392Z] total 808 [2021-04-01T00:41:45.392Z] drwxrwxr-x 9 1001 1001 4096 Apr 1 00:41 . [2021-04-01T00:41:45.392Z] drwxr-xr-x 4 root root 4096 Apr 1 00:36 .. [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 00:35 .dockerignore [2021-04-01T00:41:45.392Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 00:35 .git [2021-04-01T00:41:45.392Z] drwxrwxr-x 3 1001 1001 4096 Apr 1 00:35 .github [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 00:35 .gitignore [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 00:35 .sonarcloud.properties [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 00:35 Attribution.txt [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 00:35 CONTRIBUTING.md [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 00:35 Dockerfile.build [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 00:35 Jenkinsfile [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 00:35 LICENSE [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 00:35 Makefile [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 00:35 README.md [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 00:35 SECURITY.md [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 00:31 VERSION [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 00:35 ZMQWindows.md [2021-04-01T00:41:45.392Z] drwxrwxr-x 2 1001 1001 4096 Apr 1 00:35 bin [2021-04-01T00:41:45.392Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 00:35 cmd [2021-04-01T00:41:45.392Z] -rw-r--r-- 1 root root 669470 Apr 1 00:40 coverage.out [2021-04-01T00:41:45.392Z] -rw-r--r-- 1 root root 1056 Apr 1 00:41 go.mod [2021-04-01T00:41:45.392Z] -rw-r--r-- 1 root root 22360 Apr 1 00:41 go.sum [2021-04-01T00:41:45.392Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 00:35 internal [2021-04-01T00:41:45.392Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 00:35 openapi [2021-04-01T00:41:45.392Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 00:35 snap [2021-04-01T00:41:45.392Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 00:35 version.go [Pipeline] sh [2021-04-01T00:41:46.050Z] + '[' -e coverage.out ] [2021-04-01T00:41:46.050Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T00:41:46.120Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T00:41:47.358Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T00:41:48.001Z] + make build [2021-04-01T00:41:48.001Z] 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-01T00:41:58.126Z] 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-01T00:42:00.217Z] Running on prd-ubuntu18.04-docker-8c-8g-32374 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws [2021-04-01T00:42:00.318Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-01T00:42:02.486Z] using credential edgex-jenkins-ssh [2021-04-01T00:42:02.581Z] Cloning the remote Git repository [2021-04-01T00:42:02.605Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:42:02.677Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-01T00:42:02.704Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:42:02.705Z] > git --version # timeout=10 [2021-04-01T00:42:02.712Z] > git --version # 'git version 2.17.1' [2021-04-01T00:42:02.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:42:02.746Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:42:09.888Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:42:09.898Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T00:42:09.907Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T00:42:09.918Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T00:42:09.918Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:42:09.922Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T00:42:10.585Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 1e9f562da539bc74bb42954d46b56ff67cb596da [2021-04-01T00:42:10.792Z] Merge succeeded, producing 8ce4869c22b50bc610f018b067bff9166a317fe6 [2021-04-01T00:42:10.793Z] Checking out Revision 8ce4869c22b50bc610f018b067bff9166a317fe6 (PR-3313) [2021-04-01T00:42:10.596Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:42:10.601Z] > git checkout -f 1e9f562da539bc74bb42954d46b56ff67cb596da # timeout=10 [2021-04-01T00:42:10.685Z] > git remote # timeout=10 [2021-04-01T00:42:10.692Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T00:42:10.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T00:42:10.708Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-04-01T00:42:10.787Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T00:42:10.796Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T00:42:10.803Z] > git checkout -f 8ce4869c22b50bc610f018b067bff9166a317fe6 # timeout=10 [2021-04-01T00:42:14.453Z] Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" [2021-04-01T00:42:14.462Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:42:14.457Z] > git rev-list --no-walk 559e31232d98a09340175098ea7e7eed853eab4f # timeout=10 [2021-04-01T00:42:15.577Z] + echo snap-build.sh [2021-04-01T00:42:15.577Z] snap-build.sh [2021-04-01T00:42:15.577Z] + SNAP_BASE_DIR=. [2021-04-01T00:42:15.577Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-04-01T00:42:15.577Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-04-01T00:42:15.577Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-04-01T00:42:15.577Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-04-01T00:42:15.577Z] + cd /w/workspace/edgex-go/4 [2021-04-01T00:42:15.577Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-01T00:42:15.577Z] Reading package lists... [2021-04-01T00:42:15.577Z] Building dependency tree... [2021-04-01T00:42:15.577Z] Reading state information... [2021-04-01T00:42:15.577Z] The following packages were automatically installed and are no longer required: [2021-04-01T00:42:15.577Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-01T00:42:15.577Z] uidmap xdelta3 [2021-04-01T00:42:15.577Z] Use 'sudo apt autoremove' to remove them. [2021-04-01T00:42:15.841Z] The following packages will be REMOVED: [2021-04-01T00:42:15.841Z] lxd* lxd-client* [2021-04-01T00:42:16.103Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-01T00:42:16.103Z] After this operation, 31.7 MB disk space will be freed. [2021-04-01T00:42:17.151Z] (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-01T00:42:17.151Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T00:42:18.095Z] Removing lxd dnsmasq configuration [2021-04-01T00:42:18.095Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T00:42:18.356Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-01T00:42:19.301Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-01T00:42:19.301Z] (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-01T00:42:19.301Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T00:42:20.690Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-01T00:42:20.690Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-01T00:42:22.080Z] + sudo snap remove --purge lxd [2021-04-01T00:42:22.080Z] snap "lxd" is not installed [2021-04-01T00:42:22.080Z] + sudo groupadd --force --system lxd [2021-04-01T00:42:22.080Z] ++ whoami [2021-04-01T00:42:22.080Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-01T00:42:22.080Z] + newgrp - lxd [2021-04-01T00:42:22.080Z] + sudo snap install lxd [2021-04-01T00:42:24.983Z] 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-01T00:42:28.371Z] 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-01T00:42:35.091Z] 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-01T00:42:35.684Z] 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-01T00:42:41.096Z] 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-01T00:42:49.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-01T00:42:54.948Z] 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-01T00:43:00.396Z] 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-01T00:43:04.748Z] 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-01T00:43:10.153Z] 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-01T00:43:16.905Z] $ docker stop --time=1 87f7816767fbd32896f29390b4a3bd39e8c2c59dac0d2b972ec76e95352d2519 [2021-04-01T00:43:18.385Z] 2021-04-01T00:43:09Z INFO Waiting for automatic snapd restart... [2021-04-01T00:43:19.328Z] $ docker rm -f 87f7816767fbd32896f29390b4a3bd39e8c2c59dac0d2b972ec76e95352d2519 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:43:21.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:43:21.649Z] [2021-04-01T00:43:21.649Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:43:22.057Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:43:22.057Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-01T00:43:22.057Z] 29e5d40040c1: Pulling fs layer [2021-04-01T00:43:22.057Z] 1ce36da41761: Pulling fs layer [2021-04-01T00:43:22.057Z] 25b303627fd3: Pulling fs layer [2021-04-01T00:43:22.650Z] 29e5d40040c1: Download complete [2021-04-01T00:43:23.250Z] 1ce36da41761: Verifying Checksum [2021-04-01T00:43:23.250Z] 1ce36da41761: Download complete [2021-04-01T00:43:23.250Z] 29e5d40040c1: Pull complete [2021-04-01T00:43:24.686Z] 1ce36da41761: Pull complete [2021-04-01T00:43:24.686Z] 25b303627fd3: Verifying Checksum [2021-04-01T00:43:24.686Z] 25b303627fd3: Download complete [2021-04-01T00:43:34.844Z] 25b303627fd3: Pull complete [2021-04-01T00:43:34.844Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-01T00:43:34.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:43:34.844Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-01T00:43:35.119Z] prd-ubuntu18.04-docker-arm64-4c-16g-32370 does not seem to be running inside a container [2021-04-01T00:43:35.221Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T00:43:38.482Z] $ docker top 7468723898c332e302f8ce22d23be4c43c51f0a7117360bdb2f80f620aa84f70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:43:39.588Z] + grep parallel [2021-04-01T00:43:39.589Z] + docker-compose build --help [2021-04-01T00:43:43.877Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T00:43:44.179Z] $ docker stop --time=1 7468723898c332e302f8ce22d23be4c43c51f0a7117360bdb2f80f620aa84f70 [2021-04-01T00:43:46.179Z] $ docker rm -f 7468723898c332e302f8ce22d23be4c43c51f0a7117360bdb2f80f620aa84f70 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:43:46.946Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T00:43:46.946Z] . [Pipeline] withDockerContainer [2021-04-01T00:43:47.233Z] prd-ubuntu18.04-docker-arm64-4c-16g-32370 does not seem to be running inside a container [2021-04-01T00:43:47.340Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T00:43:48.810Z] $ docker top 0cb50d9629f8bf3d1cc4787e2c93d39ab605fa31c6989b7f80ed5d80b9a6dbe4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:43:49.859Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T00:43:56.560Z] Building docker-core-command-go ... [2021-04-01T00:43:56.560Z] Building docker-core-data-go ... [2021-04-01T00:43:56.560Z] Building docker-core-metadata-go ... [2021-04-01T00:43:56.560Z] Building docker-security-bootstrapper-go ... [2021-04-01T00:43:56.560Z] Building docker-security-proxy-setup-go ... [2021-04-01T00:43:56.560Z] Building docker-security-secretstore-setup-go ... [2021-04-01T00:43:56.560Z] Building docker-support-notifications-go ... [2021-04-01T00:43:56.560Z] Building docker-support-scheduler-go ... [2021-04-01T00:43:56.560Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T00:43:56.560Z] Building docker-sys-mgmt-agent-go [2021-04-01T00:43:56.560Z] Building docker-support-notifications-go [2021-04-01T00:43:56.560Z] Building docker-core-data-go [2021-04-01T00:43:56.560Z] Building docker-core-command-go [2021-04-01T00:43:56.560Z] Building docker-security-secretstore-setup-go [2021-04-01T00:44:26.156Z] lxd 4.12 from Canonical* installed [2021-04-01T00:44:26.156Z] + sudo lxd init --auto [2021-04-01T00:44:34.296Z] + sudo snap install --classic snapcraft [2021-04-01T00:44:46.528Z] snapcraft 4.6 from Canonical* installed [2021-04-01T00:44:46.528Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-01T00:44:46.528Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-01T00:44:46.528Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T00:44:46.528Z] Dload Upload Total Spent Left Speed [2021-04-01T00:44:46.789Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 10278 0 --:--:-- --:--:-- --:--:-- 10278 [2021-04-01T00:44:46.789Z] 100 3325k 100 3325k 0 0 22.3M 0 --:--:-- --:--:-- --:--:-- 22.3M [2021-04-01T00:44:46.789Z] ./yq_linux_amd64 [2021-04-01T00:44:47.050Z] + sudo snapcraft prime --use-lxd [2021-04-01T00:44:48.440Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-01T00:44:48.440Z] 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-01T00:44:48.440Z] - README.md [2021-04-01T00:44:48.440Z] [2021-04-01T00:44:48.440Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T00:44:49.382Z] Launching a container. [2021-04-01T00:44:59.382Z] Waiting for container to be ready [2021-04-01T00:44:59.382Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-01T00:44:59.382Z] [2021-04-01T00:45:03.586Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-01T00:45:03.586Z] Waiting for network to be ready... [2021-04-01T00:45:03.847Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T00:45:04.110Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T00:45:04.370Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T00:45:04.370Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T00:45:04.632Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T00:45:04.893Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T00:45:04.893Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T00:45:04.893Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T00:45:04.893Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T00:45:04.893Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T00:45:04.893Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T00:45:04.893Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T00:45:04.893Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T00:45:04.893Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T00:45:04.893Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T00:45:04.893Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T00:45:04.893Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T00:45:04.893Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T00:45:05.153Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T00:45:05.419Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T00:45:05.419Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T00:45:05.419Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T00:45:05.419Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T00:45:05.419Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T00:45:05.419Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T00:45:05.419Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T00:45:05.419Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T00:45:07.967Z] Fetched 24.2 MB in 4s (5742 kB/s) [2021-04-01T00:45:08.911Z] Reading package lists... [2021-04-01T00:45:09.172Z] Reading package lists... [2021-04-01T00:45:09.172Z] Building dependency tree... [2021-04-01T00:45:09.172Z] Reading state information... [2021-04-01T00:45:09.434Z] The following additional packages will be installed: [2021-04-01T00:45:09.434Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T00:45:09.434Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T00:45:09.435Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T00:45:09.435Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-01T00:45:09.435Z] Suggested packages: [2021-04-01T00:45:09.435Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-01T00:45:09.435Z] Recommended packages: [2021-04-01T00:45:09.435Z] gnupg libsasl2-modules [2021-04-01T00:45:09.435Z] The following NEW packages will be installed: [2021-04-01T00:45:09.435Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T00:45:09.435Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T00:45:09.435Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T00:45:09.435Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-01T00:45:09.435Z] The following packages will be upgraded: [2021-04-01T00:45:09.435Z] gpg gpg-agent gpgconf libudev1 [2021-04-01T00:45:09.435Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-01T00:45:09.435Z] Need to get 3530 kB of archives. [2021-04-01T00:45:09.435Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-01T00:45:09.435Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-01T00:45:09.435Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-01T00:45:09.435Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-01T00:45:09.435Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-01T00:45:09.435Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-01T00:45:09.696Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-01T00:45:10.267Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-01T00:45:10.268Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-01T00:45:10.268Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-01T00:45:10.268Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-01T00:45:10.268Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-01T00:45:10.268Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-01T00:45:10.268Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-01T00:45:10.268Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-01T00:45:10.268Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-01T00:45:10.268Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-01T00:45:10.268Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-01T00:45:10.268Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-01T00:45:10.268Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-01T00:45:10.268Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-01T00:45:10.268Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-01T00:45:10.268Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-01T00:45:10.529Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:45:10.529Z] Fetched 3530 kB in 1s (3510 kB/s) [2021-04-01T00:45:10.529Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T00:45:10.529Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:45:10.529Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:45:10.790Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-01T00:45:10.790Z] Selecting previously unselected package udev. [2021-04-01T00:45:10.790Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T00:45:10.790Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:45:10.790Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-01T00:45:11.053Z] Selecting previously unselected package libfuse2:amd64. [2021-04-01T00:45:11.053Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T00:45:11.053Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T00:45:11.316Z] Selecting previously unselected package fuse. [2021-04-01T00:45:11.316Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T00:45:11.316Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-01T00:45:11.316Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:45:11.316Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:45:11.576Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:45:11.576Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:45:11.576Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:45:11.576Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:45:11.837Z] Selecting previously unselected package libksba8:amd64. [2021-04-01T00:45:11.837Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-01T00:45:11.837Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-01T00:45:11.837Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-01T00:45:11.837Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:45:11.837Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:11.837Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-01T00:45:11.837Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:45:12.098Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:12.098Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-01T00:45:12.098Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:45:12.098Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:12.098Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-01T00:45:12.098Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:45:12.098Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:12.098Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-01T00:45:12.098Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:45:12.098Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:12.359Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-01T00:45:12.360Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:45:12.360Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:12.360Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-01T00:45:12.360Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:45:12.360Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:12.622Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-01T00:45:12.622Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:45:12.622Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:12.622Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-01T00:45:12.622Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T00:45:12.622Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:12.622Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-01T00:45:12.622Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T00:45:12.622Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:45:12.885Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-01T00:45:12.885Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T00:45:12.885Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:45:12.885Z] Selecting previously unselected package libldap-common. [2021-04-01T00:45:12.885Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-01T00:45:12.885Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:45:12.885Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-01T00:45:12.885Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-01T00:45:12.885Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:45:13.147Z] Selecting previously unselected package dirmngr. [2021-04-01T00:45:13.147Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:45:13.147Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T00:45:13.147Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:45:13.147Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-01T00:45:13.409Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T00:45:13.409Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:45:13.409Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T00:45:13.409Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-01T00:45:13.409Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:13.409Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-01T00:45:13.409Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:45:13.670Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-01T00:45:13.930Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-01T00:45:13.930Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:13.930Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-01T00:45:14.195Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-01T00:45:14.195Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-01T00:45:14.195Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:14.195Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:14.195Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:14.195Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:14.195Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:14.195Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:14.195Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T00:45:14.457Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T00:45:14.457Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T00:45:14.457Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:45:15.027Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-01T00:45:15.027Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-01T00:45:15.027Z] This means they are not meant to be enabled using systemctl. [2021-04-01T00:45:15.027Z] Possible reasons for having this kind of units are: [2021-04-01T00:45:15.027Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-01T00:45:15.027Z] .wants/ or .requires/ directory. [2021-04-01T00:45:15.027Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-01T00:45:15.027Z] a requirement dependency on it. [2021-04-01T00:45:15.027Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-01T00:45:15.027Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-01T00:45:15.027Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-01T00:45:15.027Z] instance name specified. [2021-04-01T00:45:15.287Z] Reading package lists... [2021-04-01T00:45:15.287Z] Building dependency tree... [2021-04-01T00:45:15.287Z] Reading state information... [2021-04-01T00:45:15.548Z] The following additional packages will be installed: [2021-04-01T00:45:15.548Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-01T00:45:15.548Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-01T00:45:15.548Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-01T00:45:15.548Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-01T00:45:15.548Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-01T00:45:15.548Z] Suggested packages: [2021-04-01T00:45:15.548Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-01T00:45:15.548Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-01T00:45:15.548Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-01T00:45:15.548Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-01T00:45:15.548Z] systemd-container policykit-1 [2021-04-01T00:45:15.548Z] Recommended packages: [2021-04-01T00:45:15.548Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-01T00:45:15.548Z] The following NEW packages will be installed: [2021-04-01T00:45:15.548Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-01T00:45:15.548Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-01T00:45:15.548Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-01T00:45:15.548Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-01T00:45:15.548Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-01T00:45:15.548Z] The following packages will be upgraded: [2021-04-01T00:45:15.548Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-01T00:45:15.809Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-01T00:45:15.809Z] Need to get 35.2 MB of archives. [2021-04-01T00:45:15.809Z] After this operation, 141 MB of additional disk space will be used. [2021-04-01T00:45:15.809Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-01T00:45:15.809Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-01T00:45:16.380Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-01T00:45:16.380Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-01T00:45:16.380Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-01T00:45:16.380Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-01T00:45:16.380Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-01T00:45:16.642Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-01T00:45:16.642Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-01T00:45:16.642Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-01T00:45:16.642Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-01T00:45:16.642Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-01T00:45:16.642Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-01T00:45:16.642Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-01T00:45:16.642Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-01T00:45:16.642Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-01T00:45:16.642Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-01T00:45:16.642Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-01T00:45:16.642Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-01T00:45:16.642Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-01T00:45:16.642Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-01T00:45:16.642Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-01T00:45:16.642Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-01T00:45:16.642Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-01T00:45:16.642Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-01T00:45:16.642Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-01T00:45:16.642Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-01T00:45:16.642Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-01T00:45:16.642Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-01T00:45:16.642Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-01T00:45:17.585Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:45:17.585Z] Fetched 35.2 MB in 2s (17.1 MB/s) [2021-04-01T00:45:17.846Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T00:45:17.846Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:45:17.846Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:45:18.322Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:45:18.322Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:45:18.322Z] ---> 01e62e69f6be [2021-04-01T00:45:18.322Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:45:18.322Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:45:18.322Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:45:18.322Z] ---> 01e62e69f6be [2021-04-01T00:45:18.322Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T00:45:18.322Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:45:18.322Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:45:18.322Z] ---> 01e62e69f6be [2021-04-01T00:45:18.322Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T00:45:18.322Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:45:18.322Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:45:18.322Z] ---> 01e62e69f6be [2021-04-01T00:45:18.322Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:45:18.322Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:45:18.322Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:45:18.322Z] ---> 01e62e69f6be [2021-04-01T00:45:18.322Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:45:18.322Z] ---> Running in 6916e2b3d23e [2021-04-01T00:45:18.322Z] ---> Running in 7a09b528321b [2021-04-01T00:45:18.322Z] ---> Running in f8c6003d1c2b [2021-04-01T00:45:18.322Z] ---> Running in 88694e32e177 [2021-04-01T00:45:18.322Z] ---> Running in f39a4a019985 [2021-04-01T00:45:18.322Z] Removing intermediate container f39a4a019985 [2021-04-01T00:45:18.322Z] ---> 4c5ca10158e2 [2021-04-01T00:45:18.322Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:45:18.322Z] Removing intermediate container 88694e32e177 [2021-04-01T00:45:18.322Z] ---> 060da29c87d2 [2021-04-01T00:45:18.322Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:45:18.322Z] Removing intermediate container 7a09b528321b [2021-04-01T00:45:18.322Z] ---> ec070b54bcd6 [2021-04-01T00:45:18.322Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:45:18.322Z] Removing intermediate container 6916e2b3d23e [2021-04-01T00:45:18.322Z] ---> 30eefe02a72b [2021-04-01T00:45:18.322Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:45:18.323Z] Removing intermediate container f8c6003d1c2b [2021-04-01T00:45:18.323Z] ---> eab1ab8b3439 [2021-04-01T00:45:18.323Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:45:18.323Z] ---> Running in c20ae1614b65 [2021-04-01T00:45:18.323Z] ---> Running in fc38d12c8760 [2021-04-01T00:45:18.323Z] ---> Running in 3b5d67d45f3d [2021-04-01T00:45:18.323Z] ---> Running in 610cf6ebcb29 [2021-04-01T00:45:18.323Z] ---> Running in 9b327af25cd7 [2021-04-01T00:45:18.416Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:45:18.676Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:45:18.676Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-01T00:45:18.936Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T00:45:18.936Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T00:45:18.936Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T00:45:18.936Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-01T00:45:19.197Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T00:45:19.197Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T00:45:19.197Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T00:45:19.457Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-01T00:45:19.457Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-01T00:45:19.719Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-01T00:45:19.870Z] Removing intermediate container fc38d12c8760 [2021-04-01T00:45:19.870Z] ---> 370da003c35e [2021-04-01T00:45:19.870Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T00:45:19.870Z] ---> Running in c1732cfb50ea [2021-04-01T00:45:19.870Z] Removing intermediate container c20ae1614b65 [2021-04-01T00:45:19.870Z] ---> f656fbb34ba7 [2021-04-01T00:45:19.870Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T00:45:20.148Z] ---> Running in e670939aa195 [2021-04-01T00:45:20.425Z] Removing intermediate container 3b5d67d45f3d [2021-04-01T00:45:20.425Z] ---> 288c5fbda762 [2021-04-01T00:45:20.425Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T00:45:20.425Z] Removing intermediate container 610cf6ebcb29 [2021-04-01T00:45:20.425Z] ---> f46e0e1a5fe0 [2021-04-01T00:45:20.425Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:45:20.425Z] Removing intermediate container 9b327af25cd7 [2021-04-01T00:45:20.425Z] ---> 7f07662eddf9 [2021-04-01T00:45:20.425Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T00:45:20.697Z] ---> Running in cf094fa536cc [2021-04-01T00:45:20.697Z] ---> Running in 624580050f67 [2021-04-01T00:45:20.974Z] ---> Running in 819dc0f93d37 [2021-04-01T00:45:21.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:21.636Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-01T00:45:21.636Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T00:45:21.636Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T00:45:21.636Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-01T00:45:21.636Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:45:21.636Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:45:21.636Z] Selecting previously unselected package libexpat1:amd64. [2021-04-01T00:45:21.636Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-01T00:45:21.636Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T00:45:21.897Z] Selecting previously unselected package python3.6-minimal. [2021-04-01T00:45:21.897Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:45:21.897Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:45:22.158Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T00:45:22.158Z] Checking for services that may need to be restarted...done. [2021-04-01T00:45:22.158Z] Checking for services that may need to be restarted...done. [2021-04-01T00:45:22.158Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:45:22.158Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T00:45:22.158Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:45:22.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:22.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:22.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:22.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:22.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:22.728Z] Selecting previously unselected package python3-minimal. [2021-04-01T00:45:22.728Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-01T00:45:22.728Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-01T00:45:22.728Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-01T00:45:22.728Z] Selecting previously unselected package mime-support. [2021-04-01T00:45:22.728Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-01T00:45:22.728Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-01T00:45:22.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:22.987Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-01T00:45:22.987Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-01T00:45:22.987Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T00:45:22.987Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-01T00:45:22.987Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:45:22.987Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:45:23.247Z] Selecting previously unselected package python3.6. [2021-04-01T00:45:23.247Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T00:45:23.247Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:45:23.507Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-01T00:45:23.507Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-01T00:45:23.507Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T00:45:23.507Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-01T00:45:23.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:23.575Z] OK: 217 MiB in 51 packages [2021-04-01T00:45:23.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:23.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:45:23.767Z] Selecting previously unselected package python3. [2021-04-01T00:45:23.767Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-01T00:45:23.767Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-01T00:45:23.767Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-01T00:45:23.851Z] OK: 217 MiB in 51 packages [2021-04-01T00:45:24.028Z] Selecting previously unselected package multiarch-support. [2021-04-01T00:45:24.029Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:45:24.029Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T00:45:24.029Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T00:45:24.029Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-01T00:45:24.029Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-01T00:45:24.029Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-01T00:45:24.029Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T00:45:24.288Z] Selecting previously unselected package libbsd0:amd64. [2021-04-01T00:45:24.288Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-01T00:45:24.288Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T00:45:24.288Z] Selecting previously unselected package sudo. [2021-04-01T00:45:24.288Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-01T00:45:24.288Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T00:45:24.472Z] OK: 217 MiB in 51 packages [2021-04-01T00:45:24.549Z] Selecting previously unselected package apparmor. [2021-04-01T00:45:24.549Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T00:45:24.549Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-01T00:45:24.549Z] Selecting previously unselected package libedit2:amd64. [2021-04-01T00:45:24.549Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-01T00:45:24.549Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T00:45:24.746Z] OK: 217 MiB in 51 packages [2021-04-01T00:45:24.746Z] OK: 217 MiB in 51 packages [2021-04-01T00:45:24.810Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-01T00:45:24.810Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:45:24.810Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:45:24.810Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-01T00:45:24.810Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:45:24.810Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:45:24.810Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-01T00:45:24.810Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-01T00:45:24.810Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T00:45:25.070Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-01T00:45:25.070Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:45:25.070Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:45:25.070Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-01T00:45:25.070Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T00:45:25.070Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:45:25.330Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-01T00:45:25.330Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-01T00:45:25.330Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T00:45:25.330Z] Selecting previously unselected package openssh-client. [2021-04-01T00:45:25.330Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-01T00:45:25.330Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T00:45:25.354Z] Removing intermediate container c1732cfb50ea [2021-04-01T00:45:25.354Z] ---> 8c6fbdfe2413 [2021-04-01T00:45:25.354Z] Step 6/22 : COPY go.mod . [2021-04-01T00:45:25.591Z] Selecting previously unselected package squashfs-tools. [2021-04-01T00:45:25.591Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-01T00:45:25.591Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T00:45:25.591Z] Selecting previously unselected package snapd. [2021-04-01T00:45:25.591Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-01T00:45:25.591Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-01T00:45:25.632Z] Removing intermediate container e670939aa195 [2021-04-01T00:45:25.632Z] ---> 95c7e62b9d16 [2021-04-01T00:45:25.632Z] Step 6/24 : COPY go.mod . [2021-04-01T00:45:25.919Z] Removing intermediate container 624580050f67 [2021-04-01T00:45:25.919Z] ---> a36bf3120d79 [2021-04-01T00:45:25.919Z] Step 6/23 : COPY go.mod . [2021-04-01T00:45:26.195Z] ---> 5cdaab99c974 [2021-04-01T00:45:26.195Z] Step 7/22 : RUN go mod download [2021-04-01T00:45:26.482Z] ---> Running in 4ada9ab7b177 [2021-04-01T00:45:26.765Z] Removing intermediate container 819dc0f93d37 [2021-04-01T00:45:26.765Z] ---> a7ae16b43849 [2021-04-01T00:45:26.765Z] Step 6/23 : COPY go.mod . [2021-04-01T00:45:26.765Z] Removing intermediate container cf094fa536cc [2021-04-01T00:45:26.765Z] ---> 318077ba697c [2021-04-01T00:45:26.765Z] Step 6/26 : COPY go.mod . [2021-04-01T00:45:26.765Z] ---> 7459b81ec5c6 [2021-04-01T00:45:26.765Z] Step 7/24 : RUN go mod download [2021-04-01T00:45:27.048Z] ---> Running in 0208a8c900cc [2021-04-01T00:45:27.048Z] ---> 8d964e311acd [2021-04-01T00:45:27.048Z] Step 7/23 : RUN go mod download [2021-04-01T00:45:27.328Z] ---> Running in 4914a6a56cc6 [2021-04-01T00:45:27.505Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T00:45:27.505Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T00:45:27.765Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-01T00:45:27.765Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T00:45:27.765Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T00:45:28.027Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:45:28.027Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:45:28.027Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-01T00:45:28.027Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-01T00:45:28.317Z] ---> 97195b3eec5e [2021-04-01T00:45:28.317Z] Step 7/23 : RUN go mod download [2021-04-01T00:45:28.317Z] ---> 43b65f0375fe [2021-04-01T00:45:28.317Z] Step 7/26 : RUN go mod download [2021-04-01T00:45:28.317Z] ---> Running in dd40dfc42b18 [2021-04-01T00:45:28.317Z] ---> Running in b275f79dbbe7 [2021-04-01T00:45:28.599Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T00:45:28.599Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T00:45:28.859Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T00:45:28.859Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:45:28.859Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:45:28.859Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T00:45:29.428Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T00:45:29.429Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:45:29.429Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T00:45:29.429Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-01T00:45:29.429Z] running python rtupdate hooks for python3.6... [2021-04-01T00:45:29.429Z] running python post-rtupdate hooks for python3.6... [2021-04-01T00:45:29.689Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-01T00:45:30.979Z] Removing intermediate container 4ada9ab7b177 [2021-04-01T00:45:30.980Z] ---> c029c842f435 [2021-04-01T00:45:30.980Z] Step 8/22 : COPY . . [2021-04-01T00:45:31.073Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-01T00:45:31.073Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T00:45:31.073Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T00:45:31.333Z] Setting up snapd (2.48.3+18.04) ... [2021-04-01T00:45:31.592Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-01T00:45:31.593Z] Removing intermediate container 0208a8c900cc [2021-04-01T00:45:31.593Z] ---> c80af6bf1cc7 [2021-04-01T00:45:31.593Z] Step 8/24 : COPY . . [2021-04-01T00:45:31.853Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-01T00:45:31.868Z] Removing intermediate container 4914a6a56cc6 [2021-04-01T00:45:31.868Z] ---> c06008d32c8a [2021-04-01T00:45:31.868Z] Step 8/23 : COPY . . [2021-04-01T00:45:32.113Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-01T00:45:32.113Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-01T00:45:32.373Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T00:45:32.373Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T00:45:32.633Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-01T00:45:32.633Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-01T00:45:32.893Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-01T00:45:33.154Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-01T00:45:33.154Z] /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-01T00:45:33.154Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T00:45:33.154Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T00:45:33.934Z] Removing intermediate container dd40dfc42b18 [2021-04-01T00:45:33.934Z] ---> a757ab035838 [2021-04-01T00:45:33.934Z] Step 8/26 : COPY . . [2021-04-01T00:45:34.097Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T00:45:34.358Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:45:34.358Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:45:34.533Z] Removing intermediate container b275f79dbbe7 [2021-04-01T00:45:34.533Z] ---> e8222c4eba0e [2021-04-01T00:45:34.533Z] Step 8/23 : COPY . . [2021-04-01T00:45:35.563Z] Reading package lists... [2021-04-01T00:45:35.824Z] Reading package lists... [2021-04-01T00:45:35.824Z] Building dependency tree... [2021-04-01T00:45:35.824Z] Reading state information... [2021-04-01T00:45:36.084Z] Calculating upgrade... [2021-04-01T00:45:36.084Z] The following packages will be upgraded: [2021-04-01T00:45:36.084Z] advancecomp base-files bash binutils binutils-common [2021-04-01T00:45:36.084Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-01T00:45:36.084Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-01T00:45:36.084Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-01T00:45:36.084Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-01T00:45:36.084Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-01T00:45:36.084Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-01T00:45:36.084Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-01T00:45:36.084Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-01T00:45:36.084Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-01T00:45:36.084Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-01T00:45:36.084Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-01T00:45:36.084Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-01T00:45:36.084Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-01T00:45:36.084Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-01T00:45:36.344Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T00:45:36.344Z] Need to get 63.8 MB of archives. [2021-04-01T00:45:36.344Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-01T00:45:36.344Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-01T00:45:36.344Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-01T00:45:36.917Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-01T00:45:36.917Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-01T00:45:36.917Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-01T00:45:36.917Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-01T00:45:36.917Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-01T00:45:36.917Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-01T00:45:36.917Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-01T00:45:36.917Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-01T00:45:36.917Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-01T00:45:37.177Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-01T00:45:37.177Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-01T00:45:37.177Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-01T00:45:37.177Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-01T00:45:37.177Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-01T00:45:37.177Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-01T00:45:37.177Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-01T00:45:37.177Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-01T00:45:37.177Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-01T00:45:37.177Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-01T00:45:37.177Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-01T00:45:37.177Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-01T00:45:37.177Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-01T00:45:37.177Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-01T00:45:37.177Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-01T00:45:37.177Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-01T00:45:37.177Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-01T00:45:37.177Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-01T00:45:37.177Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-01T00:45:37.177Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-01T00:45:37.438Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-01T00:45:37.438Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-01T00:45:37.438Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-01T00:45:37.438Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-01T00:45:37.438Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-01T00:45:37.438Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-01T00:45:37.438Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-01T00:45:37.438Z] Get:39 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-01T00:45:37.438Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-01T00:45:37.438Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-01T00:45:37.438Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-01T00:45:37.438Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-01T00:45:37.438Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-01T00:45:37.438Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-01T00:45:37.438Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-01T00:45:37.438Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-01T00:45:37.438Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-01T00:45:37.438Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-01T00:45:37.438Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-01T00:45:37.438Z] Get:51 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-01T00:45:37.438Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-01T00:45:37.438Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-01T00:45:37.704Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-01T00:45:37.704Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-01T00:45:37.704Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-01T00:45:37.704Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-01T00:45:37.704Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-01T00:45:37.704Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-01T00:45:37.704Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-01T00:45:37.704Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-01T00:45:37.704Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-01T00:45:37.704Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-01T00:45:37.704Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-01T00:45:37.704Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-01T00:45:37.704Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-01T00:45:37.704Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-01T00:45:37.704Z] Get:68 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-01T00:45:37.704Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-01T00:45:37.704Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-01T00:45:37.704Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-01T00:45:37.704Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-01T00:45:37.704Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-01T00:45:37.704Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-01T00:45:37.704Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-01T00:45:37.704Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-01T00:45:37.704Z] Get:77 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-01T00:45:37.704Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-01T00:45:37.704Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-01T00:45:37.704Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-01T00:45:37.704Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-01T00:45:37.704Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-01T00:45:37.967Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-01T00:45:37.967Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-01T00:45:37.967Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-01T00:45:37.967Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-01T00:45:37.967Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-01T00:45:37.967Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-01T00:45:37.967Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-01T00:45:37.967Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-01T00:45:38.227Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-01T00:45:38.487Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-01T00:45:38.748Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-01T00:45:38.748Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-01T00:45:39.008Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-01T00:45:39.008Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-01T00:45:39.008Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-01T00:45:39.008Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-01T00:45:39.008Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-01T00:45:39.269Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:45:39.269Z] Fetched 63.8 MB in 3s (22.0 MB/s) [2021-04-01T00:45:39.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:39.269Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:45:39.269Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:45:39.841Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:45:39.841Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:45:39.841Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-01T00:45:40.103Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-01T00:45:40.674Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:40.674Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:45:40.936Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:40.936Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:45:41.224Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:41.224Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:45:41.224Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:41.224Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:45:41.498Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:41.498Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:45:41.759Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:41.759Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:45:42.020Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:42.020Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:45:42.020Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:45:42.283Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:45:42.283Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:42.283Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-01T00:45:42.546Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:45:42.546Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:45:42.546Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:42.546Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:45:42.808Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:42.808Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:45:42.808Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T00:45:43.069Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T00:45:43.069Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:45:43.329Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:45:43.329Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:45:43.329Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:45:43.902Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T00:45:44.164Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T00:45:44.164Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-01T00:45:44.164Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-01T00:45:44.164Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-01T00:45:44.164Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-01T00:45:44.424Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-01T00:45:44.424Z] Installing new version of config file /etc/issue ... [2021-04-01T00:45:44.424Z] Installing new version of config file /etc/issue.net ... [2021-04-01T00:45:44.424Z] Installing new version of config file /etc/lsb-release ... [2021-04-01T00:45:44.424Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-01T00:45:44.684Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-01T00:45:44.943Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-01T00:45:44.943Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-01T00:45:44.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:44.943Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-01T00:45:44.943Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-01T00:45:45.204Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-01T00:45:45.204Z] 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-01T00:45:45.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:45.204Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:45:45.464Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-01T00:45:45.464Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:45:45.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:45.464Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-01T00:45:45.725Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-01T00:45:45.725Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-01T00:45:46.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:46.000Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-01T00:45:46.001Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T00:45:46.262Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-01T00:45:46.522Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:46.522Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:45:46.522Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:45:46.522Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T00:45:46.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:46.782Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:45:47.043Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:45:47.304Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-01T00:45:47.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:47.304Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-01T00:45:47.304Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-01T00:45:47.565Z] Setting up grep (3.1-2build1) ... [2021-04-01T00:45:47.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:47.565Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T00:45:47.565Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T00:45:47.825Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-01T00:45:47.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:47.825Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:45:47.825Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:45:48.085Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-01T00:45:48.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:48.085Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T00:45:48.085Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:45:48.656Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T00:45:48.656Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:45:48.656Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T00:45:48.918Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:45:49.489Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-01T00:45:49.489Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:49.489Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-01T00:45:49.489Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T00:45:50.431Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T00:45:50.431Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T00:45:50.691Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T00:45:50.691Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T00:45:50.691Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T00:45:50.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:50.954Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-01T00:45:50.954Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-01T00:45:51.215Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-01T00:45:51.215Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:51.215Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:45:51.215Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:45:51.477Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:45:51.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:51.477Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:45:51.477Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:45:51.738Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:45:51.738Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:51.738Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:45:51.738Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:45:51.999Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:45:51.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:51.999Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:45:51.999Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:45:51.999Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:45:52.260Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:52.260Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:45:52.260Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:45:52.260Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:45:52.260Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:45:52.521Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T00:45:52.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:52.521Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T00:45:52.521Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:45:52.782Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T00:45:52.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:52.782Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:45:52.782Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:45:52.782Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:45:53.044Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:53.044Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:45:53.044Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:45:53.044Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:45:53.305Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:53.305Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:45:53.305Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:45:53.565Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:45:53.826Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-01T00:45:54.087Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-01T00:45:54.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:54.347Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T00:45:54.347Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T00:45:54.607Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:45:54.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T00:45:54.607Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-01T00:45:54.869Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T00:45:54.869Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-01T00:45:54.869Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:54.869Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-01T00:45:54.869Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-01T00:45:55.129Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-01T00:45:55.390Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:55.390Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-01T00:45:55.390Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T00:45:55.390Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-01T00:45:55.390Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:55.390Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-01T00:45:55.651Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T00:45:55.651Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-01T00:45:55.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:55.651Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T00:45:55.651Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:45:55.911Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:45:55.911Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:55.911Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T00:45:55.911Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:45:56.172Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:45:56.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:56.172Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T00:45:56.172Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:45:56.432Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:45:56.693Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:56.693Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T00:45:56.693Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T00:45:56.693Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-01T00:45:56.693Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T00:45:56.961Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:45:56.961Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:45:56.961Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T00:45:57.290Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:57.290Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-01T00:45:57.290Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-01T00:45:57.290Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-01T00:45:57.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:57.670Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-01T00:45:57.670Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T00:45:57.670Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T00:45:57.945Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:57.945Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T00:45:57.945Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T00:45:57.945Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T00:45:58.251Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:58.251Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-01T00:45:58.251Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-01T00:45:58.251Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-01T00:45:58.585Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:58.585Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T00:45:58.585Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T00:45:58.880Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-01T00:45:58.880Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:58.880Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T00:45:58.880Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T00:45:59.141Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-01T00:45:59.141Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:59.141Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-01T00:45:59.141Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-01T00:45:59.400Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-01T00:45:59.400Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:59.400Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-01T00:45:59.662Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-01T00:45:59.662Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-01T00:45:59.662Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:45:59.662Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-01T00:45:59.662Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-01T00:45:59.922Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-01T00:46:00.191Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:46:00.191Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-01T00:46:00.191Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-01T00:46:00.452Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-01T00:46:00.452Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:46:00.452Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T00:46:00.452Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-01T00:46:00.452Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-01T00:46:00.715Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T00:46:00.715Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-01T00:46:00.715Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-01T00:46:00.715Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-01T00:46:00.976Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-01T00:46:00.976Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T00:46:00.976Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T00:46:00.976Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T00:46:00.976Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T00:46:01.266Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T00:46:01.266Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T00:46:01.355Z] ---> e8d788667032 [2021-04-01T00:46:01.355Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T00:46:01.355Z] ---> b944ab616ad6 [2021-04-01T00:46:01.355Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T00:46:01.355Z] ---> Running in 6ce33ac40648 [2021-04-01T00:46:01.355Z] ---> f25f4c2533a3 [2021-04-01T00:46:01.355Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T00:46:01.355Z] ---> Running in cdf4a05efc8a [2021-04-01T00:46:01.355Z] ---> 45e9cf16a657 [2021-04-01T00:46:01.355Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T00:46:01.355Z] ---> ef387ffc1386 [2021-04-01T00:46:01.355Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T00:46:01.355Z] ---> Running in 0cdad0efca64 [2021-04-01T00:46:01.355Z] ---> Running in badf23e09093 [2021-04-01T00:46:01.355Z] ---> Running in ba0efbc4d9b8 [2021-04-01T00:46:01.526Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-01T00:46:01.526Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-01T00:46:01.787Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T00:46:01.787Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-01T00:46:01.787Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T00:46:01.787Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-01T00:46:01.956Z] 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-01T00:46:01.956Z] 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-01T00:46:02.240Z] 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-01T00:46:02.357Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-01T00:46:02.357Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-01T00:46:02.517Z] 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-01T00:46:02.517Z] 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-01T00:46:02.617Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-01T00:46:02.617Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-01T00:46:02.617Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-01T00:46:02.881Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-01T00:46:02.881Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-01T00:46:02.881Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-01T00:46:02.881Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-01T00:46:03.141Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-01T00:46:03.141Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-01T00:46:03.141Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-01T00:46:04.082Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-01T00:46:04.082Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-01T00:46:04.348Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-01T00:46:04.348Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-01T00:46:04.348Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:46:04.610Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:46:04.870Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:46:04.870Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:46:04.870Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:46:05.141Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:46:05.141Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T00:46:05.141Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T00:46:05.401Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:46:05.401Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:46:05.401Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:46:05.401Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:46:05.662Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:46:05.662Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:46:05.662Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:46:05.662Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:46:06.601Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:46:06.601Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:46:07.984Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:46:07.984Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:46:08.555Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:46:08.555Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:46:08.815Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:46:08.815Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:46:09.755Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T00:46:09.755Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T00:46:09.755Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T00:46:09.755Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T00:46:10.017Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T00:46:10.017Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T00:46:10.278Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T00:46:10.278Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T00:46:10.278Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-01T00:46:10.539Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-01T00:46:10.539Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T00:46:10.539Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T00:46:10.805Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T00:46:10.805Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T00:46:10.805Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-01T00:46:11.065Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-01T00:46:11.065Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:46:11.065Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T00:46:11.065Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:46:11.065Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:46:11.065Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:46:11.065Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-01T00:46:11.325Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-01T00:46:11.325Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-01T00:46:11.325Z] [2021-04-01T00:46:11.325Z] Current default time zone: 'Etc/UTC' [2021-04-01T00:46:11.325Z] Local time is now: Thu Apr 1 00:46:11 UTC 2021. [2021-04-01T00:46:11.325Z] Universal Time is now: Thu Apr 1 00:46:11 UTC 2021. [2021-04-01T00:46:11.325Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-01T00:46:11.325Z] [2021-04-01T00:46:11.325Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-01T00:46:11.325Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:46:11.325Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-01T00:46:11.325Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-01T00:46:11.585Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-01T00:46:11.585Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-01T00:46:11.585Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-01T00:46:11.585Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-01T00:46:11.585Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-01T00:46:11.585Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T00:46:11.585Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:46:11.585Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-01T00:46:11.846Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:46:11.846Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:46:11.846Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:46:12.106Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-01T00:46:12.107Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-01T00:46:12.107Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-01T00:46:12.107Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T00:46:12.107Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-01T00:46:12.107Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-01T00:46:12.107Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:46:12.107Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-01T00:46:14.023Z] Updating certificates in /etc/ssl/certs... [2021-04-01T00:46:14.965Z] 23 added, 27 removed; done. [2021-04-01T00:46:14.965Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T00:46:14.965Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T00:46:14.965Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-01T00:46:14.965Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-01T00:46:14.965Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-01T00:46:15.226Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:46:15.226Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:46:15.226Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:46:15.226Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:46:15.226Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:46:15.226Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:46:15.226Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:46:15.226Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-01T00:46:15.485Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:46:15.485Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-01T00:46:15.485Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-01T00:46:15.485Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-01T00:46:15.485Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:46:15.485Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T00:46:15.485Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-01T00:46:15.745Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-01T00:46:15.745Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-01T00:46:15.745Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:46:15.745Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T00:46:15.745Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-01T00:46:16.006Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-01T00:46:16.006Z] Updating certificates in /etc/ssl/certs... [2021-04-01T00:46:16.577Z] 0 added, 0 removed; done. [2021-04-01T00:46:16.577Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-01T00:46:16.577Z] done. [2021-04-01T00:46:16.838Z] Reading package lists... [2021-04-01T00:46:17.098Z] Building dependency tree... [2021-04-01T00:46:17.098Z] Reading state information... [2021-04-01T00:46:17.098Z] The following NEW packages will be installed: [2021-04-01T00:46:17.098Z] apt-transport-https [2021-04-01T00:46:17.360Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T00:46:17.360Z] Need to get 1696 B of archives. [2021-04-01T00:46:17.360Z] After this operation, 153 kB of additional disk space will be used. [2021-04-01T00:46:17.360Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-01T00:46:17.360Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:46:17.360Z] Fetched 1696 B in 0s (41.8 kB/s) [2021-04-01T00:46:17.360Z] Selecting previously unselected package apt-transport-https. [2021-04-01T00:46:17.360Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-01T00:46:17.360Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-01T00:46:17.360Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T00:46:17.620Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T00:46:17.881Z] Waiting for network to be ready... [2021-04-01T00:46:23.169Z] 2021-04-01T00:46:20Z INFO Waiting for automatic snapd restart... [2021-04-01T00:46:23.428Z] snapd 2.49.1 from Canonical* installed [2021-04-01T00:46:24.370Z] "snapd" switched to the "latest/stable" channel [2021-04-01T00:46:24.370Z] [2021-04-01T00:46:26.911Z] core18 20210309 from Canonical* installed [2021-04-01T00:46:27.172Z] "core18" switched to the "latest/stable" channel [2021-04-01T00:46:27.172Z] [2021-04-01T00:46:30.471Z] snapcraft 4.6 from Canonical* installed [2021-04-01T00:46:30.731Z] "snapcraft" switched to the "latest/stable" channel [2021-04-01T00:46:30.731Z] [2021-04-01T00:46:34.932Z] 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-01T00:46:34.932Z] - README.md [2021-04-01T00:46:34.932Z] [2021-04-01T00:46:34.932Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T00:46:41.525Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:46:41.525Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T00:46:41.525Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:46:41.525Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:46:42.097Z] Reading package lists... [2021-04-01T00:46:42.670Z] 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-01T00:46:49.255Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:46:49.255Z] Reading package lists... [2021-04-01T00:46:49.255Z] Building dependency tree... [2021-04-01T00:46:49.255Z] Reading state information... [2021-04-01T00:46:49.255Z] Suggested packages: [2021-04-01T00:46:49.255Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-01T00:46:49.255Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-01T00:46:49.255Z] Recommended packages: [2021-04-01T00:46:49.255Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-01T00:46:49.255Z] The following NEW packages will be installed: [2021-04-01T00:46:49.255Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-01T00:46:49.255Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-01T00:46:49.255Z] pkg-config zip [2021-04-01T00:46:49.255Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T00:46:49.255Z] Need to get 7663 kB of archives. [2021-04-01T00:46:49.255Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-01T00:46:49.255Z] 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-01T00:46:49.255Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-01T00:46:49.255Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-01T00:46:49.515Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-01T00:46:49.516Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-01T00:46:49.516Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-01T00:46:49.516Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-01T00:46:49.775Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-01T00:46:49.775Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-01T00:46:49.775Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-01T00:46:49.775Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-01T00:46:49.775Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-01T00:46:49.775Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-01T00:46:50.036Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-01T00:46:50.036Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-01T00:46:50.296Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T00:46:50.296Z] Fetched 7663 kB in 1s (7113 kB/s) [2021-04-01T00:46:50.296Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-01T00:46:50.296Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-01T00:46:50.296Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-01T00:46:50.296Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T00:46:50.558Z] Selecting previously unselected package libpsl5:amd64. [2021-04-01T00:46:50.558Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-01T00:46:50.558Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T00:46:50.558Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-01T00:46:50.558Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-01T00:46:50.558Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T00:46:50.818Z] Selecting previously unselected package librtmp1:amd64. [2021-04-01T00:46:50.818Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-01T00:46:50.818Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T00:46:50.818Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-01T00:46:50.818Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-01T00:46:50.818Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T00:46:51.077Z] Selecting previously unselected package liberror-perl. [2021-04-01T00:46:51.077Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-01T00:46:51.077Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-01T00:46:51.077Z] Selecting previously unselected package git-man. [2021-04-01T00:46:51.077Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-01T00:46:51.077Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:46:51.077Z] Selecting previously unselected package git. [2021-04-01T00:46:51.077Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-01T00:46:51.337Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:46:51.909Z] Selecting previously unselected package libnorm1:amd64. [2021-04-01T00:46:51.909Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-01T00:46:51.909Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T00:46:52.175Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-01T00:46:52.175Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-01T00:46:52.175Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T00:46:52.175Z] Selecting previously unselected package libsodium23:amd64. [2021-04-01T00:46:52.175Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-01T00:46:52.175Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-01T00:46:52.438Z] Selecting previously unselected package libzmq5:amd64. [2021-04-01T00:46:52.439Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T00:46:52.439Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:46:52.700Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-01T00:46:52.700Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T00:46:52.700Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:46:52.700Z] Selecting previously unselected package pkg-config. [2021-04-01T00:46:52.700Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-01T00:46:52.700Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T00:46:52.960Z] Selecting previously unselected package zip. [2021-04-01T00:46:52.960Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-01T00:46:52.960Z] Unpacking zip (3.0-11build1) ... [2021-04-01T00:46:52.960Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T00:46:52.960Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:46:52.960Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T00:46:52.960Z] Setting up liberror-perl (0.17025-1) ... [2021-04-01T00:46:52.960Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T00:46:53.221Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T00:46:53.221Z] No schema files found: doing nothing. [2021-04-01T00:46:53.221Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T00:46:53.221Z] Setting up zip (3.0-11build1) ... [2021-04-01T00:46:53.221Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T00:46:53.221Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-01T00:46:53.221Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T00:46:53.221Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:46:53.482Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T00:46:53.482Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T00:46:53.482Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T00:46:53.482Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T00:47:00.069Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:47:00.069Z] git set to automatically installed. [2021-04-01T00:47:00.069Z] git-man set to automatically installed. [2021-04-01T00:47:00.069Z] libcurl3-gnutls set to automatically installed. [2021-04-01T00:47:00.069Z] liberror-perl set to automatically installed. [2021-04-01T00:47:00.069Z] libglib2.0-0 set to automatically installed. [2021-04-01T00:47:00.069Z] libnghttp2-14 set to automatically installed. [2021-04-01T00:47:00.069Z] libnorm1 set to automatically installed. [2021-04-01T00:47:00.069Z] libpgm-5.2-0 set to automatically installed. [2021-04-01T00:47:00.069Z] libpsl5 set to automatically installed. [2021-04-01T00:47:00.069Z] librtmp1 set to automatically installed. [2021-04-01T00:47:00.069Z] libsodium23 set to automatically installed. [2021-04-01T00:47:00.069Z] libzmq3-dev set to automatically installed. [2021-04-01T00:47:00.069Z] libzmq5 set to automatically installed. [2021-04-01T00:47:00.069Z] pkg-config set to automatically installed. [2021-04-01T00:47:00.069Z] zip set to automatically installed. [2021-04-01T00:47:02.002Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T00:47:08.943Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:47:54.389Z] 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-01T00:48:04.615Z] Removing intermediate container cdf4a05efc8a [2021-04-01T00:48:04.615Z] ---> f45409db97d8 [2021-04-01T00:48:04.615Z] [2021-04-01T00:48:04.615Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T00:48:04.891Z] 3.12: Pulling from library/alpine [2021-04-01T00:48:05.201Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-01T00:48:05.201Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T00:48:07.543Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T00:48:07.543Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T00:48:07.543Z] ---> e47305ac9786 [2021-04-01T00:48:07.543Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T00:48:08.499Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T00:48:08.531Z] ---> Running in 18d512f99d2e [2021-04-01T00:48:09.068Z] snap "core18" has no updates available [2021-04-01T00:48:09.639Z] Pulling go-build-helper [2021-04-01T00:48:09.639Z] + snapcraftctl pull [2021-04-01T00:48:10.580Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-01T00:48:10.580Z] Skipping pull go-build-helper (already ran) [2021-04-01T00:48:10.580Z] Building go-build-helper [2021-04-01T00:48:10.580Z] + snapcraftctl build [2021-04-01T00:48:11.181Z] Removing intermediate container badf23e09093 [2021-04-01T00:48:11.182Z] ---> c02674bbdb77 [2021-04-01T00:48:11.182Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T00:48:11.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:11.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:11.182Z] ---> Running in 6858c716f273 [2021-04-01T00:48:11.794Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T00:48:11.794Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:48:11.794Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T00:48:11.794Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T00:48:12.073Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:48:12.073Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T00:48:12.073Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:48:12.073Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:48:12.347Z] OK: 7 MiB in 20 packages [2021-04-01T00:48:12.491Z] Staging go-build-helper [2021-04-01T00:48:12.491Z] + snapcraftctl stage [2021-04-01T00:48:12.950Z] 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-01T00:48:16.366Z] Removing intermediate container 18d512f99d2e [2021-04-01T00:48:16.366Z] ---> 8263f08ae0db [2021-04-01T00:48:16.366Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:48:16.366Z] ---> Running in f5c51e5b5673 [2021-04-01T00:48:18.350Z] Removing intermediate container f5c51e5b5673 [2021-04-01T00:48:18.350Z] ---> 13fcfe21b500 [2021-04-01T00:48:18.350Z] Step 13/24 : WORKDIR / [2021-04-01T00:48:18.949Z] ---> Running in a06833b793ca [2021-04-01T00:48:18.949Z] Removing intermediate container 6858c716f273 [2021-04-01T00:48:18.949Z] ---> c13082b43077 [2021-04-01T00:48:18.949Z] [2021-04-01T00:48:18.949Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T00:48:19.225Z] 20.10.0: Pulling from library/docker [2021-04-01T00:48:19.506Z] Removing intermediate container 0cdad0efca64 [2021-04-01T00:48:19.506Z] ---> 34bede115e69 [2021-04-01T00:48:19.506Z] [2021-04-01T00:48:19.506Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:48:19.506Z] ---> e47305ac9786 [2021-04-01T00:48:19.506Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:48:20.482Z] ---> Running in a2d5e43a45ca [2021-04-01T00:48:20.482Z] Removing intermediate container a06833b793ca [2021-04-01T00:48:20.482Z] ---> c2638696826b [2021-04-01T00:48:20.482Z] 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-01T00:48:21.468Z] Removing intermediate container 6ce33ac40648 [2021-04-01T00:48:21.468Z] ---> 25e413af1ec9 [2021-04-01T00:48:21.468Z] [2021-04-01T00:48:21.468Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:48:21.468Z] ---> e47305ac9786 [2021-04-01T00:48:21.468Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T00:48:22.074Z] ---> Running in 92be91d9e1df [2021-04-01T00:48:22.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:22.492Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T00:48:22.493Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T00:48:22.493Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T00:48:22.493Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T00:48:22.493Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T00:48:22.493Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T00:48:22.493Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T00:48:22.493Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T00:48:22.493Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T00:48:22.493Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T00:48:22.493Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T00:48:22.493Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T00:48:22.493Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T00:48:22.493Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T00:48:22.493Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T00:48:22.493Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T00:48:22.493Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T00:48:22.493Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T00:48:22.493Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T00:48:22.493Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T00:48:22.493Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T00:48:22.493Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T00:48:22.493Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T00:48:22.493Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T00:48:22.493Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T00:48:22.493Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T00:48:22.493Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T00:48:22.493Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-01T00:48:22.493Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T00:48:22.493Z] Fetched 224 kB in 0s (0 B/s) [2021-04-01T00:48:22.493Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T00:48:22.493Z] Fetched 157 kB in 0s (0 B/s) [2021-04-01T00:48:22.493Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T00:48:22.493Z] Fetched 221 kB in 0s (0 B/s) [2021-04-01T00:48:22.493Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T00:48:22.493Z] Fetched 143 kB in 0s (0 B/s) [2021-04-01T00:48:22.493Z] Pulling app-service-config [2021-04-01T00:48:22.493Z] + snapcraftctl pull [2021-04-01T00:48:22.621Z] ---> fda99d7ee0b6 [2021-04-01T00:48:22.621Z] 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-01T00:48:22.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:23.063Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-01T00:48:23.220Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T00:48:23.500Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:48:23.500Z] OK: 5 MiB in 15 packages [2021-04-01T00:48:23.633Z] Pulling config-common [2021-04-01T00:48:23.633Z] + snapcraftctl pull [2021-04-01T00:48:24.106Z] ---> 8147f094f14b [2021-04-01T00:48:24.106Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T00:48:25.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:25.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:25.682Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T00:48:25.683Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:48:25.683Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:48:25.683Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:48:25.958Z] OK: 6 MiB in 16 packages [2021-04-01T00:48:26.231Z] ---> 0192e561ac4b [2021-04-01T00:48:26.231Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T00:48:26.504Z] Removing intermediate container a2d5e43a45ca [2021-04-01T00:48:26.504Z] ---> a88123d000b2 [2021-04-01T00:48:26.504Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:48:26.797Z] ---> Running in 35af5dc0c440 [2021-04-01T00:48:27.783Z] Removing intermediate container 35af5dc0c440 [2021-04-01T00:48:27.783Z] ---> dd83fdbd6fc9 [2021-04-01T00:48:27.783Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T00:48:27.836Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:48:27.836Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T00:48:27.836Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:48:27.836Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:48:27.836Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T00:48:27.836Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:48:27.836Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T00:48:27.836Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:48:27.836Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T00:48:27.836Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:48:27.836Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T00:48:27.836Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:48:27.836Z] Pulling edgex-go [2021-04-01T00:48:27.836Z] + snapcraftctl pull [2021-04-01T00:48:28.771Z] ---> Running in fce8bd120d72 [2021-04-01T00:48:28.771Z] ---> ad60ff1d37e7 [2021-04-01T00:48:28.771Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T00:48:29.044Z] Removing intermediate container 92be91d9e1df [2021-04-01T00:48:29.044Z] ---> 52ade9c3e7ca [2021-04-01T00:48:29.044Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:48:29.709Z] ---> Running in 009d03a071ad [2021-04-01T00:48:29.709Z] Removing intermediate container fce8bd120d72 [2021-04-01T00:48:29.709Z] ---> b9efa836b080 [2021-04-01T00:48:29.709Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:48:30.346Z] ---> Running in 154c0eb7eb8c [2021-04-01T00:48:30.635Z] Removing intermediate container 009d03a071ad [2021-04-01T00:48:30.635Z] ---> 10d3c6f52602 [2021-04-01T00:48:30.635Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T00:48:31.257Z] ---> Running in 83e5e02b7dd0 [2021-04-01T00:48:31.542Z] Removing intermediate container 154c0eb7eb8c [2021-04-01T00:48:31.542Z] ---> ed8cfab257de [2021-04-01T00:48:31.542Z] Step 15/23 : WORKDIR / [2021-04-01T00:48:31.542Z] ---> d461fceb9589 [2021-04-01T00:48:31.542Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T00:48:31.816Z] ---> Running in fce9776d6170 [2021-04-01T00:48:32.093Z] Removing intermediate container 83e5e02b7dd0 [2021-04-01T00:48:32.093Z] ---> a5f3cc229e3d [2021-04-01T00:48:32.093Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:48:32.367Z] ---> Running in 64a0c2329f46 [2021-04-01T00:48:33.355Z] ---> 34e9fd936e69 [2021-04-01T00:48:33.355Z] 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-01T00:48:33.355Z] Removing intermediate container fce9776d6170 [2021-04-01T00:48:33.355Z] ---> 7af9fc8a038f [2021-04-01T00:48:33.355Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:48:33.953Z] ---> Running in 5112330dc483 [2021-04-01T00:48:33.953Z] Removing intermediate container 64a0c2329f46 [2021-04-01T00:48:33.953Z] ---> e669a634d84d [2021-04-01T00:48:33.953Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:48:35.419Z] ---> 8694d03ad057 [2021-04-01T00:48:35.419Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T00:48:36.067Z] ---> 3b3bea548c5b [2021-04-01T00:48:36.067Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T00:48:36.345Z] Removing intermediate container ba0efbc4d9b8 [2021-04-01T00:48:36.345Z] ---> e914ae41e01c [2021-04-01T00:48:36.345Z] [2021-04-01T00:48:36.345Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:48:36.345Z] ---> e47305ac9786 [2021-04-01T00:48:36.345Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T00:48:36.950Z] ---> Running in a6e5207c31f3 [2021-04-01T00:48:37.222Z] ---> a96d268c9478 [2021-04-01T00:48:37.222Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T00:48:37.498Z] Removing intermediate container 5112330dc483 [2021-04-01T00:48:37.498Z] ---> b8f441d3686b [2021-04-01T00:48:37.498Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T00:48:37.498Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T00:48:37.775Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T00:48:37.775Z] ---> eeaf43b92773 [2021-04-01T00:48:37.775Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T00:48:37.775Z] Removing intermediate container a6e5207c31f3 [2021-04-01T00:48:37.775Z] ---> bff2e85c7338 [2021-04-01T00:48:37.775Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T00:48:37.775Z] ---> b5f5e790077f [2021-04-01T00:48:37.775Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T00:48:37.775Z] ---> Running in 10d81353a34e [2021-04-01T00:48:38.063Z] ---> Running in 22d8f63085c1 [2021-04-01T00:48:38.063Z] ---> Running in 6c178fb7bad1 [2021-04-01T00:48:38.339Z] ---> 1ca20c246f4f [2021-04-01T00:48:38.339Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T00:48:38.616Z] ---> Running in f450152c5686 [2021-04-01T00:48:38.616Z] Removing intermediate container 10d81353a34e [2021-04-01T00:48:38.616Z] ---> 7f5c2d6d6374 [2021-04-01T00:48:38.616Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T00:48:38.892Z] Removing intermediate container 22d8f63085c1 [2021-04-01T00:48:38.892Z] ---> 2b1e136f7648 [2021-04-01T00:48:38.892Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T00:48:38.892Z] ---> Running in b43dd6be2535 [2021-04-01T00:48:38.892Z] ---> 0fe47622d9ea [2021-04-01T00:48:38.892Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T00:48:39.169Z] ---> Running in 95fba57853c0 [2021-04-01T00:48:39.169Z] ---> Running in 179b95aa9073 [2021-04-01T00:48:39.169Z] Removing intermediate container f450152c5686 [2021-04-01T00:48:39.169Z] ---> 8868416625f0 [2021-04-01T00:48:39.169Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:48:39.449Z] ---> Running in b876a6ff500d [2021-04-01T00:48:39.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:39.736Z] Removing intermediate container b43dd6be2535 [2021-04-01T00:48:39.736Z] ---> 90c49ea87c56 [2021-04-01T00:48:39.736Z] Step 23/24 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:48:39.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:40.019Z] Removing intermediate container 95fba57853c0 [2021-04-01T00:48:40.019Z] ---> 2b1f5ff22404 [2021-04-01T00:48:40.019Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:48:40.019Z] ---> Running in 1ad06c79ad1e [2021-04-01T00:48:40.019Z] Removing intermediate container 179b95aa9073 [2021-04-01T00:48:40.019Z] ---> cdcfd8a2e858 [2021-04-01T00:48:40.019Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:48:40.302Z] ---> Running in 2ef0e02467f3 [2021-04-01T00:48:40.302Z] Removing intermediate container b876a6ff500d [2021-04-01T00:48:40.302Z] ---> ca5f0370e8e3 [2021-04-01T00:48:40.302Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T00:48:40.302Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T00:48:40.302Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T00:48:40.302Z] Executing bash-5.0.17-r0.post-install [2021-04-01T00:48:40.302Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:48:40.580Z] OK: 12 MiB in 22 packages [2021-04-01T00:48:40.580Z] ---> Running in f20260c1423a [2021-04-01T00:48:40.858Z] ---> Running in eea1977219cc [2021-04-01T00:48:41.135Z] Removing intermediate container 1ad06c79ad1e [2021-04-01T00:48:41.135Z] ---> 31f26158f3ec [2021-04-01T00:48:41.135Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T00:48:41.412Z] ---> Running in c70c65eff114 [2021-04-01T00:48:41.412Z] Removing intermediate container f20260c1423a [2021-04-01T00:48:41.412Z] ---> e60f6c5bedce [2021-04-01T00:48:41.412Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T00:48:41.691Z] ---> Running in 9fec876179ab [2021-04-01T00:48:41.691Z] Removing intermediate container eea1977219cc [2021-04-01T00:48:41.691Z] ---> 7260ecd9b6af [2021-04-01T00:48:41.691Z] Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:48:41.977Z] ---> Running in 87544b760a21 [2021-04-01T00:48:42.251Z] Removing intermediate container c70c65eff114 [2021-04-01T00:48:42.251Z] ---> b7f90069eec1 [2021-04-01T00:48:42.251Z] [2021-04-01T00:48:42.526Z] Removing intermediate container 9fec876179ab [2021-04-01T00:48:42.526Z] ---> 6cae961beead [2021-04-01T00:48:42.526Z] Step 21/22 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:48:42.526Z] Removing intermediate container 6c178fb7bad1 [2021-04-01T00:48:42.526Z] ---> b02ac8c4b274 [2021-04-01T00:48:42.526Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T00:48:42.804Z] Successfully built b7f90069eec1 [2021-04-01T00:48:42.804Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-01T00:48:42.804Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-04-01T00:48:42.804Z] ---> Running in ff58ec672b03 [2021-04-01T00:48:42.804Z] ---> Running in 45bf02723893 [2021-04-01T00:48:43.080Z] Removing intermediate container 87544b760a21 [2021-04-01T00:48:43.080Z] ---> 949ffe2381f4 [2021-04-01T00:48:43.080Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:48:43.361Z] ---> Running in e147b85f9c30 [2021-04-01T00:48:43.638Z] Removing intermediate container ff58ec672b03 [2021-04-01T00:48:43.638Z] ---> 5c7eee0bb3a7 [2021-04-01T00:48:43.638Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T00:48:43.638Z] Removing intermediate container 45bf02723893 [2021-04-01T00:48:43.638Z] ---> c0a354c6ee0e [2021-04-01T00:48:43.638Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:48:43.912Z] ---> Running in 4ce3d4c18972 [2021-04-01T00:48:43.912Z] Removing intermediate container 2ef0e02467f3 [2021-04-01T00:48:43.912Z] ---> 7082313fe9a1 [2021-04-01T00:48:43.912Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T00:48:44.194Z] ---> Running in 9a650a89a7fc [2021-04-01T00:48:44.194Z] Removing intermediate container e147b85f9c30 [2021-04-01T00:48:44.194Z] ---> 19da089514fd [2021-04-01T00:48:44.194Z] [2021-04-01T00:48:44.194Z] ---> Running in d9ebec4834cb [2021-04-01T00:48:44.467Z] Removing intermediate container 4ce3d4c18972 [2021-04-01T00:48:44.468Z] ---> 697a067960fb [2021-04-01T00:48:44.468Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T00:48:45.064Z] Successfully built 19da089514fd [2021-04-01T00:48:45.064Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-01T00:48:45.064Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-04-01T00:48:45.338Z] ---> Running in bcb6cb49eac3 [2021-04-01T00:48:45.338Z] Removing intermediate container 9a650a89a7fc [2021-04-01T00:48:45.338Z] ---> 0d0dfa24375e [2021-04-01T00:48:45.338Z] [2021-04-01T00:48:45.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:45.891Z] Successfully built 0d0dfa24375e [2021-04-01T00:48:46.164Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-01T00:48:46.164Z]  Building docker-support-notifications-go ... done Removing intermediate container bcb6cb49eac3 [2021-04-01T00:48:46.164Z] Building docker-security-proxy-setup-go [2021-04-01T00:48:46.164Z] ---> 9bd50a5512bd [2021-04-01T00:48:46.164Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T00:48:47.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:47.743Z] ---> 7c25908084d3 [2021-04-01T00:48:47.743Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T00:48:48.732Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T00:48:48.732Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T00:48:48.732Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T00:48:49.010Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T00:48:49.610Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T00:48:49.804Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T00:48:49.804Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T00:48:49.804Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T00:48:49.804Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T00:48:49.804Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-01T00:48:49.804Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-01T00:48:49.804Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-01T00:48:49.804Z] Fetched 279 kB in 0s (0 B/s) [2021-04-01T00:48:49.804Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-01T00:48:49.804Z] Fetched 122 kB in 0s (0 B/s) [2021-04-01T00:48:49.804Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-01T00:48:49.804Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-01T00:48:49.804Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-01T00:48:49.804Z] Fetched 8848 B in 0s (0 B/s) [2021-04-01T00:48:49.804Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-01T00:48:49.804Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-01T00:48:49.804Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-01T00:48:49.804Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-01T00:48:49.804Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-01T00:48:49.804Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-01T00:48:49.804Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-01T00:48:49.804Z] Fetched 219 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-01T00:48:49.805Z] Fetched 154 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-01T00:48:49.805Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-01T00:48:49.805Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-01T00:48:49.805Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-01T00:48:49.805Z] Fetched 499 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-01T00:48:49.805Z] Fetched 111 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-01T00:48:49.805Z] Fetched 240 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-01T00:48:49.805Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-01T00:48:49.805Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-01T00:48:49.805Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-01T00:48:49.805Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-01T00:48:49.805Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-01T00:48:49.805Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-01T00:48:49.805Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-01T00:48:49.805Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-01T00:48:49.805Z] Fetched 8720 B in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-01T00:48:49.805Z] Fetched 137 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-01T00:48:49.805Z] Fetched 119 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-01T00:48:49.805Z] Fetched 109 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-01T00:48:49.805Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-01T00:48:49.805Z] Fetched 645 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-01T00:48:49.805Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-01T00:48:49.805Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-01T00:48:49.805Z] Fetched 368 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-01T00:48:49.805Z] Fetched 187 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-01T00:48:49.805Z] Fetched 175 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-01T00:48:49.805Z] Fetched 206 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-01T00:48:49.805Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-01T00:48:49.805Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-01T00:48:49.805Z] Fetched 159 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-01T00:48:49.805Z] Fetched 107 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-01T00:48:49.805Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-01T00:48:49.805Z] Pulling static-packages [2021-04-01T00:48:49.805Z] + snapcraftctl pull [2021-04-01T00:48:49.805Z] Pulling version [2021-04-01T00:48:49.805Z] + cd /root/project [2021-04-01T00:48:49.805Z] + [ -f VERSION ] [2021-04-01T00:48:49.805Z] + PROJECT_VERSION=local-dev [2021-04-01T00:48:49.805Z] + git rev-parse --short HEAD [2021-04-01T00:48:49.805Z] + GIT_REVISION=8ce4869c [2021-04-01T00:48:49.805Z] + snapcraftctl set-version local-dev [2021-04-01T00:48:49.893Z] ---> f1c0c7a57f80 [2021-04-01T00:48:49.893Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T00:48:50.169Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T00:48:50.169Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:48:50.169Z] OK: 8 MiB in 20 packages [2021-04-01T00:48:50.374Z] Skipping build go-build-helper (already ran) [2021-04-01T00:48:50.375Z] Building app-service-config [2021-04-01T00:48:50.375Z] + make build [2021-04-01T00:48:50.375Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-01T00:48:52.283Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-04-01T00:48:52.283Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-01T00:48:52.283Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-04-01T00:48:52.543Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-04-01T00:48:52.543Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-01T00:48:52.543Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-01T00:48:52.543Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-01T00:48:52.543Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-01T00:48:52.543Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-01T00:48:52.543Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-01T00:48:52.792Z] ---> a33c6b755f3e [2021-04-01T00:48:52.792Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T00:48:52.802Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-01T00:48:52.802Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-01T00:48:52.802Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-01T00:48:52.802Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-01T00:48:52.802Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-01T00:48:52.802Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-01T00:48:53.061Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-01T00:48:53.065Z] ---> Running in fb7c86c8817c [2021-04-01T00:48:53.633Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-01T00:48:53.633Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-01T00:48:53.633Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-01T00:48:53.633Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-01T00:48:53.633Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-01T00:48:53.633Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-01T00:48:53.633Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-01T00:48:53.633Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-01T00:48:53.633Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-01T00:48:53.633Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-01T00:48:53.633Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-01T00:48:53.633Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-01T00:48:53.633Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-01T00:48:53.633Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-01T00:48:53.633Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-01T00:48:53.893Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-01T00:48:53.893Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-01T00:48:53.893Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-01T00:48:53.893Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-04-01T00:48:53.893Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-01T00:48:53.893Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-01T00:48:53.893Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-01T00:48:53.893Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-01T00:48:53.893Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-01T00:48:53.893Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-01T00:48:53.893Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-01T00:48:54.057Z] Removing intermediate container d9ebec4834cb [2021-04-01T00:48:54.057Z] ---> a9343b0147d1 [2021-04-01T00:48:54.057Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:48:54.152Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-01T00:48:54.152Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-01T00:48:54.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:54.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:48:55.664Z] ---> e3773c348458 [2021-04-01T00:48:55.664Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T00:48:55.664Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T00:48:55.664Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T00:48:55.664Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T00:48:55.664Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T00:48:55.664Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T00:48:55.664Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T00:48:55.664Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T00:48:57.672Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T00:48:57.672Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T00:48:57.672Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T00:48:57.672Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T00:48:57.672Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T00:48:57.672Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T00:48:57.948Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T00:48:57.948Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T00:48:57.948Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T00:48:57.948Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T00:48:57.948Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T00:48:58.226Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T00:48:58.226Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T00:48:58.226Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T00:48:58.226Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T00:48:58.226Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T00:48:58.226Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T00:48:58.226Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T00:48:58.226Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T00:48:58.226Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T00:48:58.226Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T00:48:58.226Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T00:48:58.513Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T00:48:58.513Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T00:48:58.513Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T00:48:58.513Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T00:48:58.513Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:48:58.513Z] OK: 71 MiB in 55 packages [2021-04-01T00:48:58.800Z] ---> b57406469a0a [2021-04-01T00:48:58.800Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T00:49:00.251Z] ---> ec7e8bafa119 [2021-04-01T00:49:00.251Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T00:49:00.524Z] ---> Running in d8e6939bdc2e [2021-04-01T00:49:01.509Z] Removing intermediate container d8e6939bdc2e [2021-04-01T00:49:01.509Z] ---> ee828349ea7c [2021-04-01T00:49:01.509Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:49:01.786Z] ---> Running in 35ce04285111 [2021-04-01T00:49:02.769Z] Removing intermediate container 35ce04285111 [2021-04-01T00:49:02.770Z] ---> 5c75232f15b6 [2021-04-01T00:49:02.770Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T00:49:03.371Z] ---> Running in b4d39c15c7f5 [2021-04-01T00:49:03.979Z] Removing intermediate container b4d39c15c7f5 [2021-04-01T00:49:03.979Z] ---> 8386c19aaddc [2021-04-01T00:49:03.979Z] Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:49:04.144Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-01T00:49:04.144Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-01T00:49:04.144Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-01T00:49:04.144Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-01T00:49:04.254Z] ---> Running in 3e7c1a4c91db [2021-04-01T00:49:04.714Z] Building config-common [2021-04-01T00:49:04.714Z] + snapcraftctl build [2021-04-01T00:49:05.234Z] Removing intermediate container 3e7c1a4c91db [2021-04-01T00:49:05.234Z] ---> c9c6542761b8 [2021-04-01T00:49:05.234Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:49:05.234Z] ---> Running in 13ce088b4f31 [2021-04-01T00:49:06.216Z] Removing intermediate container 13ce088b4f31 [2021-04-01T00:49:06.216Z] ---> e50c193ebdc4 [2021-04-01T00:49:06.216Z] [2021-04-01T00:49:06.216Z] Removing intermediate container fb7c86c8817c [2021-04-01T00:49:06.216Z] ---> 1547e21cf476 [2021-04-01T00:49:06.216Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T00:49:06.487Z] ---> Running in 124fd72e4483 [2021-04-01T00:49:06.487Z] Successfully built e50c193ebdc4 [2021-04-01T00:49:06.487Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-01T00:49:06.487Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-04-01T00:49:07.282Z] Building edgex-go [2021-04-01T00:49:07.282Z] + cd /root/parts/edgex-go/src [2021-04-01T00:49:07.282Z] + make build [2021-04-01T00:49:07.282Z] 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-01T00:49:07.282Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-01T00:49:07.282Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-01T00:49:07.282Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-01T00:49:07.543Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-01T00:49:07.543Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-01T00:49:07.543Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-01T00:49:07.543Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-01T00:49:12.838Z] 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-01T00:49:12.838Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-01T00:49:13.185Z] Collecting docker-compose==1.23.2 [2021-04-01T00:49:13.185Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T00:49:13.781Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T00:49:13.781Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T00:49:14.377Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T00:49:14.377Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T00:49:17.013Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T00:49:17.013Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T00:49:18.123Z] 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-01T00:49:18.984Z] 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-01T00:49:19.064Z] 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-01T00:49:19.258Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T00:49:19.532Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T00:49:20.978Z] 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-01T00:49:21.549Z] 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-01T00:49:21.549Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-01T00:49:21.549Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-01T00:49:21.549Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-01T00:49:21.549Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-01T00:49:22.937Z] Collecting PyYAML<4,>=3.10 [2021-04-01T00:49:22.937Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T00:49:23.459Z] 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-01T00:49:23.720Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-01T00:49:23.720Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-01T00:49:25.632Z] 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-01T00:49:26.573Z] 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-01T00:49:27.957Z] 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-01T00:49:28.364Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T00:49:28.364Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T00:49:28.962Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T00:49:28.962Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T00:49:29.339Z] 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-01T00:49:29.339Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-01T00:49:30.103Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T00:49:30.103Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T00:49:30.714Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T00:49:30.720Z] 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-01T00:49:30.720Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-01T00:49:30.992Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T00:49:30.992Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:49:30.992Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:49:30.992Z] ---> 01e62e69f6be [2021-04-01T00:49:30.992Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T00:49:30.992Z] ---> Using cache [2021-04-01T00:49:30.992Z] ---> eab1ab8b3439 [2021-04-01T00:49:30.992Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:49:30.992Z] ---> Using cache [2021-04-01T00:49:30.992Z] ---> 7f07662eddf9 [2021-04-01T00:49:30.992Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T00:49:31.268Z] 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-01T00:49:32.260Z] Collecting idna<2.8,>=2.5 [2021-04-01T00:49:32.260Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T00:49:32.629Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-01T00:49:32.629Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-01T00:49:32.629Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-01T00:49:32.856Z] 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-01T00:49:32.889Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-01T00:49:32.889Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-01T00:49:32.889Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-01T00:49:32.889Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-01T00:49:32.889Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-01T00:49:32.889Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-01T00:49:32.889Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-01T00:49:32.889Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-01T00:49:32.889Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-01T00:49:32.889Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-01T00:49:32.889Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-01T00:49:32.889Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-01T00:49:32.889Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-01T00:49:32.889Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-01T00:49:32.889Z] + 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-01T00:49:32.889Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-01T00:49:32.889Z] + 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-01T00:49:32.889Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-01T00:49:32.889Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-01T00:49:32.889Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-01T00:49:32.889Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-01T00:49:32.889Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-01T00:49:32.889Z] + 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-01T00:49:34.295Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T00:49:34.295Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T00:49:35.285Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:49:35.285Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:49:35.285Z] ---> 01e62e69f6be [2021-04-01T00:49:35.285Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T00:49:35.285Z] ---> Using cache [2021-04-01T00:49:35.285Z] ---> eab1ab8b3439 [2021-04-01T00:49:35.285Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:49:35.285Z] ---> Using cache [2021-04-01T00:49:35.285Z] ---> 7f07662eddf9 [2021-04-01T00:49:35.285Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T00:49:35.558Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:49:35.558Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:49:35.558Z] ---> 01e62e69f6be [2021-04-01T00:49:35.558Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T00:49:35.558Z] ---> Using cache [2021-04-01T00:49:35.558Z] ---> eab1ab8b3439 [2021-04-01T00:49:35.558Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:49:35.558Z] ---> Using cache [2021-04-01T00:49:35.558Z] ---> 7f07662eddf9 [2021-04-01T00:49:35.558Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T00:49:35.840Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T00:49:35.840Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T00:49:36.188Z] Building static-packages [2021-04-01T00:49:36.188Z] + snapcraftctl build [2021-04-01T00:49:36.439Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T00:49:36.439Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T00:49:36.439Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T00:49:36.439Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T00:49:37.415Z] Installing collected packages: jsonschema, docopt, texttable, dockerpty, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, docker-compose [2021-04-01T00:49:38.016Z] Running setup.py install for docopt: started [2021-04-01T00:49:38.103Z] Building version [2021-04-01T00:49:38.103Z] + snapcraftctl build [2021-04-01T00:49:38.614Z] ---> Running in f40164de6430 [2021-04-01T00:49:38.614Z] ---> Running in 524d8646c953 [2021-04-01T00:49:38.614Z] ---> Running in 3dfe8a994e01 [2021-04-01T00:49:40.016Z] Skipping stage go-build-helper (already ran) [2021-04-01T00:49:40.016Z] Staging app-service-config [2021-04-01T00:49:40.016Z] + snapcraftctl stage [2021-04-01T00:49:40.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:40.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:40.884Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T00:49:40.884Z] Running setup.py install for texttable: started [2021-04-01T00:49:40.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:41.065Z] Staging config-common [2021-04-01T00:49:41.065Z] + snapcraftctl stage [2021-04-01T00:49:41.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:41.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:41.714Z] Staging edgex-go [2021-04-01T00:49:41.714Z] + snapcraftctl stage [2021-04-01T00:49:41.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:41.782Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T00:49:41.782Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T00:49:41.782Z] ---> 01e62e69f6be [2021-04-01T00:49:41.782Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T00:49:41.782Z] ---> Using cache [2021-04-01T00:49:41.782Z] ---> eab1ab8b3439 [2021-04-01T00:49:41.782Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T00:49:41.782Z] ---> Using cache [2021-04-01T00:49:41.782Z] ---> 7f07662eddf9 [2021-04-01T00:49:41.782Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T00:49:42.060Z] OK: 217 MiB in 51 packages [2021-04-01T00:49:42.337Z] OK: 217 MiB in 51 packages [2021-04-01T00:49:42.614Z] OK: 217 MiB in 51 packages [2021-04-01T00:49:42.614Z] ---> Running in 9d6185fe29a1 [2021-04-01T00:49:42.763Z] Staging static-packages [2021-04-01T00:49:42.764Z] + snapcraftctl stage [2021-04-01T00:49:43.218Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T00:49:43.218Z] Running setup.py install for dockerpty: started [2021-04-01T00:49:43.702Z] Staging version [2021-04-01T00:49:43.702Z] + snapcraftctl stage [2021-04-01T00:49:43.822Z] Removing intermediate container f40164de6430 [2021-04-01T00:49:43.822Z] ---> 4c7a288132b2 [2021-04-01T00:49:43.822Z] Step 6/22 : COPY go.mod . [2021-04-01T00:49:44.416Z] Removing intermediate container 524d8646c953 [2021-04-01T00:49:44.416Z] ---> 5c018bb1dbc4 [2021-04-01T00:49:44.416Z] Step 6/21 : COPY go.mod . [2021-04-01T00:49:44.641Z] Priming go-build-helper [2021-04-01T00:49:44.641Z] + snapcraftctl prime [2021-04-01T00:49:44.694Z] Removing intermediate container 3dfe8a994e01 [2021-04-01T00:49:44.694Z] ---> f1f741b14b79 [2021-04-01T00:49:44.694Z] Step 6/31 : COPY go.mod . [2021-04-01T00:49:44.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:44.966Z] ---> a94aa5daf0be [2021-04-01T00:49:44.966Z] Step 7/22 : RUN go mod download [2021-04-01T00:49:45.241Z] ---> Running in 44cb486ce61e [2021-04-01T00:49:45.241Z] ---> bbe336456866 [2021-04-01T00:49:45.241Z] Step 7/21 : RUN go mod download [2021-04-01T00:49:45.512Z] ---> 949e43e88819 [2021-04-01T00:49:45.512Z] Step 7/31 : RUN go mod download [2021-04-01T00:49:45.512Z] ---> Running in bd7bd0d81c43 [2021-04-01T00:49:45.584Z] Priming app-service-config [2021-04-01T00:49:45.584Z] + snapcraftctl prime [2021-04-01T00:49:45.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:49:45.794Z] ---> Running in 547a2617c691 [2021-04-01T00:49:46.394Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T00:49:46.394Z] Running setup.py install for PyYAML: started [2021-04-01T00:49:46.670Z] OK: 217 MiB in 51 packages [2021-04-01T00:49:46.966Z] Priming config-common [2021-04-01T00:49:46.966Z] + snapcraftctl prime [2021-04-01T00:49:47.905Z] Priming edgex-go [2021-04-01T00:49:47.905Z] + snapcraftctl prime [2021-04-01T00:49:48.664Z] Removing intermediate container 9d6185fe29a1 [2021-04-01T00:49:48.664Z] ---> 8337ba8eeebb [2021-04-01T00:49:48.664Z] Step 6/23 : COPY go.mod . [2021-04-01T00:49:49.288Z] Priming static-packages [2021-04-01T00:49:49.288Z] + snapcraftctl prime [2021-04-01T00:49:49.654Z] ---> 6385c0223313 [2021-04-01T00:49:49.654Z] Step 7/23 : RUN go mod download [2021-04-01T00:49:49.654Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T00:49:49.654Z] Attempting uninstall: idna [2021-04-01T00:49:49.654Z] Found existing installation: idna 2.9 [2021-04-01T00:49:49.654Z] Uninstalling idna-2.9: [2021-04-01T00:49:49.931Z] Successfully uninstalled idna-2.9 [2021-04-01T00:49:49.931Z] ---> Running in 0ef431ecb184 [2021-04-01T00:49:50.210Z] Removing intermediate container 44cb486ce61e [2021-04-01T00:49:50.210Z] ---> 2426141a3d77 [2021-04-01T00:49:50.210Z] Step 8/22 : COPY . . [2021-04-01T00:49:50.210Z] Removing intermediate container bd7bd0d81c43 [2021-04-01T00:49:50.210Z] ---> 2a6e044ad76d [2021-04-01T00:49:50.210Z] Step 8/21 : COPY . . [2021-04-01T00:49:50.488Z] Removing intermediate container 547a2617c691 [2021-04-01T00:49:50.488Z] ---> 53a8f40ee5c3 [2021-04-01T00:49:50.488Z] Step 8/31 : COPY . . [2021-04-01T00:49:50.764Z] Attempting uninstall: urllib3 [2021-04-01T00:49:50.764Z] Found existing installation: urllib3 1.25.9 [2021-04-01T00:49:50.764Z] Uninstalling urllib3-1.25.9: [2021-04-01T00:49:51.044Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T00:49:51.829Z] Priming version [2021-04-01T00:49:51.829Z] + snapcraftctl prime [2021-04-01T00:49:52.028Z] Attempting uninstall: requests [2021-04-01T00:49:52.028Z] Found existing installation: requests 2.23.0 [2021-04-01T00:49:52.028Z] Uninstalling requests-2.23.0: [2021-04-01T00:49:52.028Z] Successfully uninstalled requests-2.23.0 [2021-04-01T00:49:52.398Z] 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-01T00:49:57.475Z] Removing intermediate container 0ef431ecb184 [2021-04-01T00:49:57.475Z] ---> 83ad9bda9747 [2021-04-01T00:49:57.475Z] Step 8/23 : COPY . . [2021-04-01T00:49:57.475Z] 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-01T00:50:07.659Z] Removing intermediate container 124fd72e4483 [2021-04-01T00:50:07.659Z] ---> 9ba033a96968 [2021-04-01T00:50:07.659Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T00:50:07.659Z] ---> Running in 7614ee88fd6a [2021-04-01T00:50:08.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:50:08.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:50:09.253Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:50:09.253Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T00:50:09.253Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T00:50:09.253Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:50:09.531Z] OK: 72 MiB in 58 packages [2021-04-01T00:50:13.922Z] Removing intermediate container 7614ee88fd6a [2021-04-01T00:50:13.922Z] ---> 720c370129ad [2021-04-01T00:50:13.922Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T00:50:13.922Z] ---> 399131c5c189 [2021-04-01T00:50:13.922Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T00:50:13.922Z] ---> 77db90ee23f0 [2021-04-01T00:50:13.922Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler ---> 1f1c0b4db0e2 [2021-04-01T00:50:13.922Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T00:50:13.922Z] [2021-04-01T00:50:13.922Z] ---> Running in ea9e7308f4e8 [2021-04-01T00:50:13.922Z] ---> Running in b678fabdfbcd [2021-04-01T00:50:14.199Z] ---> Running in 2cf6412213c5 [2021-04-01T00:50:14.199Z] ---> Running in 97af03dfeb51 [2021-04-01T00:50:14.809Z] Removing intermediate container b678fabdfbcd [2021-04-01T00:50:14.809Z] ---> 1bf44d2676cd [2021-04-01T00:50:14.809Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:50:15.091Z] ---> Running in 868ff0a14bbe [2021-04-01T00:50:16.102Z] Removing intermediate container 868ff0a14bbe [2021-04-01T00:50:16.102Z] ---> 7f5db815ce7a [2021-04-01T00:50:16.102Z] Step 24/26 : LABEL arch=arm64 [2021-04-01T00:50:16.102Z] 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-01T00:50:16.381Z] 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-01T00:50:16.656Z] ---> Running in 3dc767671dc5 [2021-04-01T00:50:16.931Z] 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-01T00:50:17.940Z] Removing intermediate container 3dc767671dc5 [2021-04-01T00:50:17.940Z] ---> 9223ac3f7108 [2021-04-01T00:50:17.940Z] Step 25/26 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:50:18.564Z] ---> Running in 1788112e6695 [2021-04-01T00:50:19.558Z] Removing intermediate container 1788112e6695 [2021-04-01T00:50:19.558Z] ---> f88f6dbd6937 [2021-04-01T00:50:19.558Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T00:50:19.558Z] ---> Running in 322af8cf864e [2021-04-01T00:50:21.009Z] Removing intermediate container 322af8cf864e [2021-04-01T00:50:21.009Z] ---> 31bffe90e957 [2021-04-01T00:50:21.009Z] [2021-04-01T00:50:21.615Z] ---> e1f1ef1e94d7 [2021-04-01T00:50:21.615Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T00:50:21.615Z] Successfully built 31bffe90e957 [2021-04-01T00:50:21.897Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-01T00:50:21.897Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 9cc9cf19bc04 [2021-04-01T00:50:23.891Z] 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-01T00:51:45.794Z] 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-01T00:51:52.550Z] Removing intermediate container ea9e7308f4e8 [2021-04-01T00:51:52.550Z] ---> fe71320d9dd8 [2021-04-01T00:51:52.550Z] [2021-04-01T00:51:52.550Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T00:51:52.550Z] ---> e47305ac9786 [2021-04-01T00:51:52.550Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T00:51:52.550Z] ---> Running in a9cc862ccbe4 [2021-04-01T00:51:52.834Z] Removing intermediate container a9cc862ccbe4 [2021-04-01T00:51:52.834Z] ---> 2edf9ef2eeba [2021-04-01T00:51:52.834Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T00:51:53.106Z] ---> Running in ccf2364c8b39 [2021-04-01T00:51:55.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:55.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:55.686Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T00:51:55.686Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T00:51:55.686Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:51:55.686Z] OK: 5 MiB in 16 packages [2021-04-01T00:51:56.680Z] Removing intermediate container 2cf6412213c5 [2021-04-01T00:51:56.680Z] ---> 3f4c7dabca62 [2021-04-01T00:51:56.680Z] [2021-04-01T00:51:56.680Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T00:51:56.680Z] ---> e47305ac9786 [2021-04-01T00:51:56.680Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T00:51:56.956Z] ---> Running in 9a0dd3b85478 [2021-04-01T00:51:57.936Z] Removing intermediate container ccf2364c8b39 [2021-04-01T00:51:57.936Z] ---> 221c9f02dfa6 [2021-04-01T00:51:57.936Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T00:51:58.209Z] ---> Running in f5a6eb2a0d18 [2021-04-01T00:51:59.186Z] Removing intermediate container f5a6eb2a0d18 [2021-04-01T00:51:59.186Z] ---> f2ad0d3a1e74 [2021-04-01T00:51:59.186Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T00:51:59.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:59.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T00:51:59.458Z] ---> Running in 88b1b609286c [2021-04-01T00:52:00.057Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T00:52:00.057Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T00:52:00.057Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T00:52:00.057Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T00:52:00.058Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T00:52:00.058Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T00:52:00.344Z] OK: 7 MiB in 18 packages [2021-04-01T00:52:00.344Z] Removing intermediate container 88b1b609286c [2021-04-01T00:52:00.344Z] ---> b0faba900794 [2021-04-01T00:52:00.344Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T00:52:00.939Z] ---> Running in 72b907555385 [2021-04-01T00:52:02.375Z] Removing intermediate container 97af03dfeb51 [2021-04-01T00:52:02.375Z] ---> 9632cef8d4b5 [2021-04-01T00:52:02.375Z] [2021-04-01T00:52:02.375Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T00:52:02.375Z] ---> e47305ac9786 [2021-04-01T00:52:02.375Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:52:02.375Z] ---> Using cache [2021-04-01T00:52:02.375Z] ---> a88123d000b2 [2021-04-01T00:52:02.375Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:52:02.375Z] ---> Using cache [2021-04-01T00:52:02.375Z] ---> dd83fdbd6fc9 [2021-04-01T00:52:02.375Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T00:52:02.650Z] ---> Running in 9117ff1e131b [2021-04-01T00:52:02.919Z] Removing intermediate container 9a0dd3b85478 [2021-04-01T00:52:02.919Z] ---> 8582e6b02bf6 [2021-04-01T00:52:02.919Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T00:52:03.191Z] ---> Running in d63cbadb8638 [2021-04-01T00:52:03.191Z] Removing intermediate container 9117ff1e131b [2021-04-01T00:52:03.191Z] ---> 9ab94d7abb30 [2021-04-01T00:52:03.191Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T00:52:03.461Z] ---> Running in 36d89007338c [2021-04-01T00:52:03.732Z] Removing intermediate container d63cbadb8638 [2021-04-01T00:52:03.732Z] ---> 53b34c5beba4 [2021-04-01T00:52:03.732Z] Step 13/21 : WORKDIR /edgex [2021-04-01T00:52:03.732Z] Removing intermediate container 72b907555385 [2021-04-01T00:52:03.732Z] ---> e6e2f2f7edea [2021-04-01T00:52:03.732Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T00:52:03.732Z] ---> Running in ee7ac80f09ca [2021-04-01T00:52:04.012Z] ---> Running in c53168330fc8 [2021-04-01T00:52:04.012Z] Removing intermediate container 36d89007338c [2021-04-01T00:52:04.012Z] ---> aa0242e0af9b [2021-04-01T00:52:04.012Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:52:04.614Z] Removing intermediate container ee7ac80f09ca [2021-04-01T00:52:04.614Z] ---> 05bca9e4ec8b [2021-04-01T00:52:04.614Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T00:52:04.614Z] Removing intermediate container c53168330fc8 [2021-04-01T00:52:04.614Z] ---> 53df4d229e8f [2021-04-01T00:52:04.614Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T00:52:05.591Z] ---> a37426526571 [2021-04-01T00:52:05.591Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T00:52:05.591Z] ---> 976e8a65f86c [2021-04-01T00:52:05.591Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T00:52:05.864Z] ---> b4c0b29aa79c [2021-04-01T00:52:05.864Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T00:52:06.464Z] ---> Running in 021c393b38c4 [2021-04-01T00:52:07.450Z] ---> d796f37e90b0 [2021-04-01T00:52:07.450Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T00:52:07.450Z] ---> 7d3aab86d83a [2021-04-01T00:52:07.450Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T00:52:08.885Z] ---> f8181c37720d [2021-04-01T00:52:08.885Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T00:52:09.156Z] ---> de6b2b3dc716 [2021-04-01T00:52:09.156Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T00:52:09.156Z] ---> Running in 080a612d7ce1 [2021-04-01T00:52:09.429Z] ---> Running in 61ea98a24047 [2021-04-01T00:52:10.029Z] Removing intermediate container 021c393b38c4 [2021-04-01T00:52:10.029Z] ---> f019b9349fc4 [2021-04-01T00:52:10.029Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:52:10.029Z] Removing intermediate container 080a612d7ce1 [2021-04-01T00:52:10.029Z] ---> 7efbf8643f3d [2021-04-01T00:52:10.029Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:52:10.302Z] Removing intermediate container 61ea98a24047 [2021-04-01T00:52:10.302Z] ---> b9cbd7403dac [2021-04-01T00:52:10.302Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T00:52:10.302Z] ---> Running in c56f78e8b4b7 [2021-04-01T00:52:10.302Z] Removing intermediate container 9cc9cf19bc04 [2021-04-01T00:52:10.302Z] ---> 49b0366326ab [2021-04-01T00:52:10.302Z] [2021-04-01T00:52:10.302Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T00:52:10.302Z] ---> e47305ac9786 [2021-04-01T00:52:10.302Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T00:52:10.302Z] ---> Using cache [2021-04-01T00:52:10.302Z] ---> a88123d000b2 [2021-04-01T00:52:10.302Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T00:52:10.302Z] ---> Using cache [2021-04-01T00:52:10.302Z] ---> dd83fdbd6fc9 [2021-04-01T00:52:10.302Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T00:52:10.574Z] ---> Running in c9f5904a136b [2021-04-01T00:52:10.574Z] ---> Running in 4a06585e5b39 [2021-04-01T00:52:10.849Z] ---> f4e3a632c385 [2021-04-01T00:52:10.849Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T00:52:10.849Z] Removing intermediate container c56f78e8b4b7 [2021-04-01T00:52:10.849Z] ---> c743ccfbb4ea [2021-04-01T00:52:10.850Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T00:52:11.129Z] Removing intermediate container c9f5904a136b [2021-04-01T00:52:11.129Z] ---> 6ca440f2f691 [2021-04-01T00:52:11.129Z] Step 19/21 : LABEL arch=arm64 [2021-04-01T00:52:11.129Z] ---> Running in b82ce9c550a7 [2021-04-01T00:52:11.129Z] Removing intermediate container 4a06585e5b39 [2021-04-01T00:52:11.129Z] ---> b8e9863878d7 [2021-04-01T00:52:11.129Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T00:52:11.403Z] ---> Running in 3aae70208a04 [2021-04-01T00:52:11.676Z] ---> Running in bfddab71b019 [2021-04-01T00:52:11.948Z] Removing intermediate container b82ce9c550a7 [2021-04-01T00:52:11.948Z] ---> f598d72f439a [2021-04-01T00:52:11.948Z] Step 21/22 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:52:11.948Z] Removing intermediate container 3aae70208a04 [2021-04-01T00:52:11.948Z] ---> c5c132d02f64 [2021-04-01T00:52:11.948Z] Step 20/21 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:52:12.220Z] ---> Running in 03d45eac41df [2021-04-01T00:52:12.220Z] Removing intermediate container bfddab71b019 [2021-04-01T00:52:12.220Z] ---> bcd3213cb9cb [2021-04-01T00:52:12.220Z] Step 15/23 : WORKDIR / [2021-04-01T00:52:12.220Z] ---> Running in 54703e6d4d0e [2021-04-01T00:52:12.492Z] ---> d730b88d8bdb [2021-04-01T00:52:12.492Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T00:52:12.492Z] ---> Running in e16146591adb [2021-04-01T00:52:12.770Z] Removing intermediate container 03d45eac41df [2021-04-01T00:52:12.770Z] ---> 1e38279c6728 [2021-04-01T00:52:12.770Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T00:52:13.048Z] Removing intermediate container 54703e6d4d0e [2021-04-01T00:52:13.048Z] ---> cbe59276e571 [2021-04-01T00:52:13.048Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T00:52:13.048Z] ---> Running in 6c812b789520 [2021-04-01T00:52:13.048Z] Removing intermediate container e16146591adb [2021-04-01T00:52:13.048Z] ---> 11953dfe8372 [2021-04-01T00:52:13.048Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T00:52:13.369Z] ---> Running in e0f126dc485a [2021-04-01T00:52:13.369Z] ---> 0f1a17d39a37 [2021-04-01T00:52:13.369Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T00:52:13.710Z] Removing intermediate container 6c812b789520 [2021-04-01T00:52:13.710Z] ---> 3d04638bd4e8 [2021-04-01T00:52:13.710Z] [2021-04-01T00:52:13.996Z] Removing intermediate container e0f126dc485a [2021-04-01T00:52:13.996Z] ---> 008f897afd13 [2021-04-01T00:52:13.996Z] [2021-04-01T00:52:14.267Z] Successfully built 3d04638bd4e8 [2021-04-01T00:52:14.538Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-01T00:52:14.538Z]  Building docker-support-scheduler-go ... done Successfully built 008f897afd13 [2021-04-01T00:52:14.538Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-01T00:52:14.538Z]  Building docker-security-proxy-setup-go ... done  ---> 8558471f6a55 [2021-04-01T00:52:14.538Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T00:52:14.538Z] ---> d4580ad77a09 [2021-04-01T00:52:14.538Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T00:52:15.524Z] ---> d3b85d3346d1 [2021-04-01T00:52:15.524Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T00:52:15.794Z] ---> ee5e7c4be350 [2021-04-01T00:52:15.794Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T00:52:15.794Z] ---> Running in 9e3e434ae41b [2021-04-01T00:52:16.385Z] Removing intermediate container 9e3e434ae41b [2021-04-01T00:52:16.385Z] ---> 39ab0f75e302 [2021-04-01T00:52:16.385Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T00:52:16.657Z] ---> 380c400ab4ae [2021-04-01T00:52:16.657Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T00:52:16.657Z] ---> Running in 7dfc0b237529 [2021-04-01T00:52:16.928Z] ---> 17934a8c2974 [2021-04-01T00:52:16.928Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T00:52:17.242Z] Removing intermediate container 7dfc0b237529 [2021-04-01T00:52:17.242Z] ---> cbefc0fc3d6c [2021-04-01T00:52:17.242Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T00:52:17.514Z] ---> Running in fcec7b10aac3 [2021-04-01T00:52:17.514Z] ---> Running in 0b2e967d67dc [2021-04-01T00:52:18.106Z] Removing intermediate container 0b2e967d67dc [2021-04-01T00:52:18.106Z] ---> 3a7147181e5e [2021-04-01T00:52:18.106Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T00:52:18.378Z] ---> Running in 7d08851c9fe9 [2021-04-01T00:52:18.651Z] Removing intermediate container 7d08851c9fe9 [2021-04-01T00:52:18.651Z] ---> bdc5d5e3efcb [2021-04-01T00:52:18.924Z] Step 22/23 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:52:18.924Z] ---> Running in 6d568cdcb92d [2021-04-01T00:52:19.526Z] Removing intermediate container 6d568cdcb92d [2021-04-01T00:52:19.526Z] ---> 4b52750c32d9 [2021-04-01T00:52:19.526Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T00:52:19.800Z] ---> Running in a436fce876b9 [2021-04-01T00:52:19.800Z] Removing intermediate container fcec7b10aac3 [2021-04-01T00:52:19.800Z] ---> 46cd6769dfbc [2021-04-01T00:52:19.800Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T00:52:20.074Z] ---> Running in 7cdab279723a [2021-04-01T00:52:20.346Z] Removing intermediate container a436fce876b9 [2021-04-01T00:52:20.346Z] ---> 54a57063fccd [2021-04-01T00:52:20.346Z] [2021-04-01T00:52:20.938Z] Successfully built 54a57063fccd [2021-04-01T00:52:20.938Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-01T00:52:20.938Z]  Building docker-core-metadata-go ... done Removing intermediate container 7cdab279723a [2021-04-01T00:52:20.938Z] ---> 6c4cbe4ed247 [2021-04-01T00:52:20.938Z] Step 28/31 : CMD ["gate"] [2021-04-01T00:52:21.210Z] ---> Running in 3778a2624111 [2021-04-01T00:52:21.802Z] Removing intermediate container 3778a2624111 [2021-04-01T00:52:21.802Z] ---> 38b91958e36f [2021-04-01T00:52:21.802Z] Step 29/31 : LABEL arch=arm64 [2021-04-01T00:52:22.076Z] ---> Running in 0a75b5d6f07d [2021-04-01T00:52:22.669Z] Removing intermediate container 0a75b5d6f07d [2021-04-01T00:52:22.669Z] ---> 0f9266c1d9cc [2021-04-01T00:52:22.669Z] Step 30/31 : LABEL git_sha=ef2529f732dd112c71414021f095ca98a2fd0a56 [2021-04-01T00:52:23.262Z] ---> Running in 440e4996d1aa [2021-04-01T00:52:23.533Z] Removing intermediate container 440e4996d1aa [2021-04-01T00:52:23.533Z] ---> 6aa55e3596f0 [2021-04-01T00:52:23.533Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T00:52:24.125Z] ---> Running in 8c553f236f02 [2021-04-01T00:52:24.397Z] Removing intermediate container 8c553f236f02 [2021-04-01T00:52:24.397Z] ---> 6b2ce95fabb2 [2021-04-01T00:52:24.397Z] [2021-04-01T00:52:24.987Z] Successfully built 6b2ce95fabb2 [2021-04-01T00:52:24.987Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-01T00:52:25.607Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-01T00:52:25.636Z] $ docker stop --time=1 0cb50d9629f8bf3d1cc4787e2c93d39ab605fa31c6989b7f80ed5d80b9a6dbe4 [2021-04-01T00:52:27.633Z] $ docker rm -f 0cb50d9629f8bf3d1cc4787e2c93d39ab605fa31c6989b7f80ed5d80b9a6dbe4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T00:52:28.304Z] + + dockergrep images docker [2021-04-01T00:52:28.304Z] [2021-04-01T00:52:28.575Z] docker-security-bootstrapper-go-arm64 latest 6b2ce95fabb2 4 seconds ago 17.9MB [2021-04-01T00:52:28.575Z] docker-core-metadata-go-arm64 latest 54a57063fccd 8 seconds ago 17.9MB [2021-04-01T00:52:28.575Z] docker-support-scheduler-go-arm64 latest 3d04638bd4e8 15 seconds ago 16.4MB [2021-04-01T00:52:28.575Z] docker-security-proxy-setup-go-arm64 latest 008f897afd13 15 seconds ago 24.1MB [2021-04-01T00:52:28.575Z] docker-sys-mgmt-agent-go-arm64 latest 31bffe90e957 2 minutes ago 301MB [2021-04-01T00:52:28.575Z] docker-core-data-go-arm64 latest e50c193ebdc4 3 minutes ago 21.4MB [2021-04-01T00:52:28.575Z] docker-support-notifications-go-arm64 latest 0d0dfa24375e 3 minutes ago 16.9MB [2021-04-01T00:52:28.575Z] docker-core-command-go-arm64 latest 19da089514fd 3 minutes ago 16.3MB [2021-04-01T00:52:28.575Z] docker-security-secretstore-setup-go-arm64 latest b7f90069eec1 3 minutes ago 24.4MB [2021-04-01T00:52:28.575Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:52:29.501Z] ---> job-cost.sh [2021-04-01T00:52:29.501Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nYx9 [2021-04-01T00:53:08.454Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T00:54:45.195Z] lf-activate-venv(): INFO: Adding /tmp/venv-nYx9/bin to PATH [2021-04-01T00:54:45.195Z] INFO: No Stack... [2021-04-01T00:54:45.195Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T00:54:45.195Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T00:54:45.531Z] + cut -d, -f6 [2021-04-01T00:54:45.531Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock [2021-04-01T00:54:45.636Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3313-4-stack-cost] [2021-04-01T00:54:45.645Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3313-4-stack-cost] did not exist. Created. [2021-04-01T00:54:45.645Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3313-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T00:54:46.065Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T00:54:46.347Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T00:54:46.360Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3313-4-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-01T00:54:47.598Z] provisioning config files... [2021-04-01T00:54:47.631Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7907982885825105297tmp [Pipeline] { [Pipeline] sh [2021-04-01T00:54:48.099Z] + set +x [2021-04-01T00:54:48.099Z] + curl -s https://codecov.io/bash [2021-04-01T00:54:48.099Z] + bash -s -- [2021-04-01T00:54:48.379Z] [2021-04-01T00:54:48.379Z] _____ _ [2021-04-01T00:54:48.379Z] / ____| | | [2021-04-01T00:54:48.379Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T00:54:48.379Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T00:54:48.379Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T00:54:48.379Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T00:54:48.379Z] Bash-20210309-2b87ace [2021-04-01T00:54:48.379Z] [2021-04-01T00:54:48.379Z] [2021-04-01T00:54:48.379Z] ==> git version 2.24.3 found [2021-04-01T00:54:48.379Z] ==> 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-01T00:54:48.379Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T00:54:48.379Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T00:54:48.379Z] ==> Jenkins CI detected. [2021-04-01T00:54:48.379Z] project root: . [2021-04-01T00:54:48.379Z] --> token set from env [2021-04-01T00:54:48.652Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T00:54:48.652Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T00:54:48.652Z] ==> Python coveragepy not found [2021-04-01T00:54:48.652Z] ==> Searching for coverage reports in: [2021-04-01T00:54:48.652Z] + . [2021-04-01T00:54:48.652Z] -> Found 1 reports [2021-04-01T00:54:48.652Z] ==> Detecting git/mercurial file structure [2021-04-01T00:54:48.652Z] ==> Reading reports [2021-04-01T00:54:48.652Z] + ./coverage.out bytes=669470 [2021-04-01T00:54:48.652Z] ==> Appending adjustments [2021-04-01T00:54:48.652Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T00:54:52.867Z] + Found adjustments [2021-04-01T00:54:52.867Z] ==> Gzipping contents [2021-04-01T00:54:52.867Z] 96K /tmp/codecov.EJMWQz.gz [2021-04-01T00:54:52.867Z] ==> Uploading reports [2021-04-01T00:54:52.867Z] url: https://codecov.io [2021-04-01T00:54:52.867Z] query: branch=PR-3313&commit=ef2529f732dd112c71414021f095ca98a2fd0a56&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3313%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3313&job=&cmd_args= [2021-04-01T00:54:52.867Z] -> Pinging Codecov [2021-04-01T00:54:52.867Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3313&commit=ef2529f732dd112c71414021f095ca98a2fd0a56&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3313%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3313&job=&cmd_args= [2021-04-01T00:54:52.867Z] -> Uploading to [2021-04-01T00:54:52.867Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/ef2529f732dd112c71414021f095ca98a2fd0a56/73fb999d-7f88-4d57-aa1a-dc52dbc8c089.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T005452Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cbfd46a149f69ce8f1c26191b46a6859820957607fa05e2edbe602d809821766 [2021-04-01T00:54:52.867Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T00:54:52.867Z] Dload Upload Total Spent Left Speed [2021-04-01T00:54:53.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96938 0 0 100 96938 0 185k --:--:-- --:--:-- --:--:-- 185k [2021-04-01T00:54:53.129Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ef2529f732dd112c71414021f095ca98a2fd0a56 [Pipeline] } [2021-04-01T00:54:53.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-01T00:54:54.798Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:54:55.694Z] ---> package-listing.sh [2021-04-01T00:54:55.694Z] ++ facter osfamily [2021-04-01T00:54:55.694Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T00:54:55.694Z] + OS_FAMILY=redhat [2021-04-01T00:54:55.694Z] + workspace=/w/workspace/edgex-go/4 [2021-04-01T00:54:55.694Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T00:54:55.694Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T00:54:55.694Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T00:54:55.694Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T00:54:55.694Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-01T00:54:55.694Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T00:54:55.694Z] + case "${OS_FAMILY}" in [2021-04-01T00:54:55.694Z] + rpm -qa [2021-04-01T00:54:55.694Z] + sort [2021-04-01T00:55:01.006Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T00:55:01.006Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T00:55:01.006Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T00:55:01.006Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-01T00:55:01.006Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-04-01T00:55:01.006Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-04-01T00:55:01.020Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T00:55:01.317Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:55:01.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T00:55:01.630Z] [2021-04-01T00:55:01.630Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T00:55:01.986Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T00:55:01.986Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T00:55:01.986Z] df20fa9351a1: Pulling fs layer [2021-04-01T00:55:01.986Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T00:55:01.986Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T00:55:01.986Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T00:55:01.986Z] 93b61091891f: Pulling fs layer [2021-04-01T00:55:01.986Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T00:55:01.986Z] 5e14af77c1be: Pulling fs layer [2021-04-01T00:55:01.986Z] 01666e4c0597: Pulling fs layer [2021-04-01T00:55:01.986Z] aa168da1d23b: Pulling fs layer [2021-04-01T00:55:01.986Z] 46f8f816bc3b: Waiting [2021-04-01T00:55:01.986Z] 93b61091891f: Waiting [2021-04-01T00:55:01.986Z] 5e14af77c1be: Waiting [2021-04-01T00:55:01.986Z] 01666e4c0597: Waiting [2021-04-01T00:55:01.986Z] 93b9cdb0e59b: Waiting [2021-04-01T00:55:01.986Z] 36b3adc4ff6f: Download complete [2021-04-01T00:55:01.986Z] df20fa9351a1: Verifying Checksum [2021-04-01T00:55:01.986Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T00:55:01.986Z] 46f8f816bc3b: Download complete [2021-04-01T00:55:01.986Z] df20fa9351a1: Download complete [2021-04-01T00:55:02.260Z] 93b9cdb0e59b: Download complete [2021-04-01T00:55:02.260Z] 5e14af77c1be: Verifying Checksum [2021-04-01T00:55:02.260Z] 5e14af77c1be: Download complete [2021-04-01T00:55:02.260Z] 01666e4c0597: Verifying Checksum [2021-04-01T00:55:02.260Z] 01666e4c0597: Download complete [2021-04-01T00:55:02.260Z] 93b61091891f: Verifying Checksum [2021-04-01T00:55:02.260Z] 93b61091891f: Download complete [2021-04-01T00:55:02.260Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T00:55:02.260Z] 8ad3a11d3b57: Download complete [2021-04-01T00:55:02.527Z] df20fa9351a1: Pull complete [2021-04-01T00:55:02.804Z] 36b3adc4ff6f: Pull complete [2021-04-01T00:55:03.389Z] 8ad3a11d3b57: Pull complete [2021-04-01T00:55:03.656Z] 46f8f816bc3b: Pull complete [2021-04-01T00:55:04.607Z] aa168da1d23b: Verifying Checksum [2021-04-01T00:55:04.607Z] aa168da1d23b: Download complete [2021-04-01T00:55:05.222Z] 93b61091891f: Pull complete [2021-04-01T00:55:05.222Z] 93b9cdb0e59b: Pull complete [2021-04-01T00:55:05.495Z] 5e14af77c1be: Pull complete [2021-04-01T00:55:05.495Z] 01666e4c0597: Pull complete [2021-04-01T00:55:13.681Z] aa168da1d23b: Pull complete [2021-04-01T00:55:13.681Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T00:55:13.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T00:55:13.681Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T00:55:13.899Z] prd-centos7-docker-4c-2g-32365 does not seem to be running inside a container [2021-04-01T00:55:13.961Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-01T00:55:18.780Z] $ docker top 1b8606d1e40843871902e49ecac21affcc251a638c30db0af9d26a554482c31e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T00:55:19.340Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T00:55:19.640Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T00:55:19.940Z] + ls /var/log/sa-host [2021-04-01T00:55:19.940Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T00:55:19.940Z] file_magic: OK [2021-04-01T00:55:19.940Z] HZ: Using current value: 100 [2021-04-01T00:55:19.940Z] file_header: OK [2021-04-01T00:55:19.940Z] 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-01T00:55:19.940Z] Statistics: [2021-04-01T00:55:19.940Z] 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-01T00:55:19.940Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T00:55:19.940Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T00:55:19.940Z] file_magic: OK [2021-04-01T00:55:19.940Z] HZ: Using current value: 100 [2021-04-01T00:55:19.940Z] file_header: OK [2021-04-01T00:55:19.940Z] 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-01T00:55:19.940Z] Statistics: [2021-04-01T00:55:19.940Z] Hnuu...uuuununununu... [2021-04-01T00:55:19.940Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T00:55:20.223Z] provisioning config files... [2021-04-01T00:55:20.237Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3573679380679950436tmp [Pipeline] { [Pipeline] echo [2021-04-01T00:55:20.380Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:20.677Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T00:55:20.687Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T00:55:20.774Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:21.070Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T00:55:21.082Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:21.381Z] ---> sudo-logs.sh [2021-04-01T00:55:21.381Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T00:55:21.450Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:21.747Z] ---> job-cost.sh [2021-04-01T00:55:21.747Z] lf-activate-venv: SKIPPING [2021-04-01T00:55:21.747Z] DEBUG: total: 0.20999999344348907 [2021-04-01T00:55:21.747Z] INFO: Retrieving Stack Cost... [2021-04-01T00:55:23.138Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T00:55:23.712Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T00:55:23.727Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T00:55:24.022Z] ---> logs-deploy.sh [2021-04-01T00:55:24.022Z] lf-activate-venv: SKIPPING [2021-04-01T00:55:24.022Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3313/4 [2021-04-01T00:55:24.022Z] INFO: archiving workspace using pattern(s): [2021-04-01T00:55:25.411Z] Archives upload complete. [2021-04-01T00:55:25.411Z] INFO: archiving logs to Nexus