Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at ebfae9bf1c69030f223d824c55fa5330fb79db8d rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from ebfae9bf1c69030f223d824c55fa5330fb79db8d 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-31463 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/89 [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/89 # 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 ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 Merge succeeded, producing c10343c4efef9ce1f9039376dabc1d49a84cea13 Checking out Revision c10343c4efef9ce1f9039376dabc1d49a84cea13 (PR-2858) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c10343c4efef9ce1f9039376dabc1d49a84cea13 # timeout=10 Commit message: "Merge commit 'ebfae9bf1c69030f223d824c55fa5330fb79db8d' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk c33b196b156317d14524cd4e5d9b9ab79ee86860 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-26T00:31:45.532Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-26T00:31:45.807Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-26T00:31:45.916Z] ========================================================= [2021-03-26T00:31:45.916Z] EdgeX Global Pipelines Version Info [2021-03-26T00:31:45.916Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:31:47.473Z] ------------------- [2021-03-26T00:31:47.473Z] stable info: [2021-03-26T00:31:47.473Z] ------------------- [2021-03-26T00:31:47.473Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-26T00:31:47.473Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-26T00:31:47.473Z] Message: update stable to v1.0.186 [2021-03-26T00:31:48.420Z] ------------------- [2021-03-26T00:31:48.420Z] experimental info: [2021-03-26T00:31:48.420Z] ------------------- [2021-03-26T00:31:48.420Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-26T00:31:48.420Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-26T00:31:48.420Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-26T00:31:48.694Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-26T00:31:48.807Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-26T00:31:48.991Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-26T00:31:49.086Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-26T00:31:49.183Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-26T00:31:49.289Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-26T00:31:49.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-26T00:31:49.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-26T00:31:49.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-26T00:31:49.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-26T00:31:49.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-26T00:31:49.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-26T00:31:50.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-26T00:31:50.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-26T00:31:50.272Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-26T00:31:50.483Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-26T00:31:50.584Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-26T00:31:50.677Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-26T00:31:50.824Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-26T00:31:50.931Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-26T00:31:51.022Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-26T00:31:51.116Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-26T00:31:51.204Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-03-26T00:31:51.301Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-03-26T00:31:51.390Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-03-26T00:31:51.506Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c10343c4efef9ce1f9039376dabc1d49a84cea13 [Pipeline] echo [2021-03-26T00:31:51.604Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c10343c [Pipeline] echo [2021-03-26T00:31:51.713Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T00:31:51.886Z] provisioning config files... [2021-03-26T00:31:51.917Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/89@tmp/config5701131356178454782tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:31:52.293Z] ---> docker-login.sh [2021-03-26T00:31:52.294Z] nexus3.edgexfoundry.org:10001 [2021-03-26T00:31:52.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T00:31:52.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T00:31:52.819Z] Configure a credential helper to remove this warning. See [2021-03-26T00:31:52.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T00:31:52.819Z] [2021-03-26T00:31:52.819Z] Login Succeeded [2021-03-26T00:31:52.819Z] nexus3.edgexfoundry.org:10002 [2021-03-26T00:31:52.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T00:31:53.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T00:31:53.083Z] Configure a credential helper to remove this warning. See [2021-03-26T00:31:53.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T00:31:53.083Z] [2021-03-26T00:31:53.083Z] Login Succeeded [2021-03-26T00:31:53.083Z] nexus3.edgexfoundry.org:10003 [2021-03-26T00:31:53.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T00:31:53.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T00:31:53.083Z] Configure a credential helper to remove this warning. See [2021-03-26T00:31:53.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T00:31:53.083Z] [2021-03-26T00:31:53.083Z] Login Succeeded [2021-03-26T00:31:53.083Z] nexus3.edgexfoundry.org:10004 [2021-03-26T00:31:53.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T00:31:53.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T00:31:53.345Z] Configure a credential helper to remove this warning. See [2021-03-26T00:31:53.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T00:31:53.345Z] [2021-03-26T00:31:53.345Z] Login Succeeded [2021-03-26T00:31:53.345Z] docker.io [2021-03-26T00:31:53.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T00:31:53.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T00:31:53.607Z] Configure a credential helper to remove this warning. See [2021-03-26T00:31:53.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T00:31:53.607Z] [2021-03-26T00:31:53.607Z] Login Succeeded [2021-03-26T00:31:53.607Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T00:31:53.617Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-26T00:31:54.091Z] ++ 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-03-26T00:31:54.091Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T00:31:54.091Z] ++ dirname cmd/core-command/Dockerfile [2021-03-26T00:31:54.091Z] ++ cut -d/ -f2 [2021-03-26T00:31:54.091Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-26T00:31:54.091Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T00:31:54.091Z] ++ dirname cmd/core-data/Dockerfile [2021-03-26T00:31:54.091Z] ++ cut -d/ -f2 [2021-03-26T00:31:54.091Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-26T00:31:54.091Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T00:31:54.091Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-26T00:31:54.091Z] ++ cut -d/ -f2 [2021-03-26T00:31:54.091Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-26T00:31:54.091Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T00:31:54.091Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-26T00:31:54.091Z] ++ cut -d/ -f2 [2021-03-26T00:31:54.091Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-26T00:31:54.091Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T00:31:54.091Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-26T00:31:54.091Z] ++ cut -d/ -f2 [2021-03-26T00:31:54.091Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-26T00:31:54.091Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T00:31:54.091Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-26T00:31:54.091Z] ++ cut -d/ -f2 [2021-03-26T00:31:54.091Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-26T00:31:54.091Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T00:31:54.091Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-26T00:31:54.091Z] ++ cut -d/ -f2 [2021-03-26T00:31:54.091Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-26T00:31:54.091Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T00:31:54.091Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-26T00:31:54.091Z] ++ cut -d/ -f2 [2021-03-26T00:31:54.091Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-26T00:31:54.091Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-26T00:31:54.091Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-26T00:31:54.091Z] ++ cut -d/ -f2 [2021-03-26T00:31:54.091Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-26T00:31:54.167Z] 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-03-26T00:31:55.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T00:31:55.754Z] [2021-03-26T00:31:55.754Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:31:56.102Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T00:31:56.102Z] latest: Pulling from edgex-devops/git-semver [2021-03-26T00:31:56.102Z] 31603596830f: Pulling fs layer [2021-03-26T00:31:56.102Z] 2a8b12db71e7: Pulling fs layer [2021-03-26T00:31:56.102Z] 6ca5941a6612: Pulling fs layer [2021-03-26T00:31:56.102Z] ecc8261a40a4: Pulling fs layer [2021-03-26T00:31:56.102Z] ecc8261a40a4: Waiting [2021-03-26T00:31:56.102Z] 2a8b12db71e7: Verifying Checksum [2021-03-26T00:31:56.102Z] 2a8b12db71e7: Download complete [2021-03-26T00:31:56.367Z] 31603596830f: Verifying Checksum [2021-03-26T00:31:56.367Z] 31603596830f: Download complete [2021-03-26T00:31:56.367Z] ecc8261a40a4: Verifying Checksum [2021-03-26T00:31:56.367Z] ecc8261a40a4: Download complete [2021-03-26T00:31:56.367Z] 6ca5941a6612: Verifying Checksum [2021-03-26T00:31:56.367Z] 6ca5941a6612: Download complete [2021-03-26T00:31:56.630Z] 31603596830f: Pull complete [2021-03-26T00:31:56.894Z] 2a8b12db71e7: Pull complete [2021-03-26T00:31:57.846Z] 6ca5941a6612: Pull complete [2021-03-26T00:31:57.846Z] ecc8261a40a4: Pull complete [2021-03-26T00:31:57.846Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-26T00:31:57.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-26T00:31:57.846Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-26T00:31:58.229Z] prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container [2021-03-26T00:31:58.291Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-26T00:32:01.448Z] $ docker top c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-26T00:32:01.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T00:32:01.858Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T00:32:02.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T00:32:02.106Z] $ docker exec c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 ssh-agent [2021-03-26T00:32:02.289Z] SSH_AUTH_SOCK=/tmp/ssh-vJZYjWvtnNUV/agent.12 [2021-03-26T00:32:02.290Z] SSH_AGENT_PID=17 [2021-03-26T00:32:02.309Z] Running ssh-add (command line suppressed) [2021-03-26T00:32:02.426Z] Identity added: /w/workspace/edgex-go/89@tmp/private_key_6943643200434293535.key (/w/workspace/edgex-go/89@tmp/private_key_6943643200434293535.key) [2021-03-26T00:32:02.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T00:32:02.829Z] + git tag --points-at HEAD [Pipeline] } [2021-03-26T00:32:02.853Z] $ docker exec --env ******** --env ******** c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 ssh-agent -k [2021-03-26T00:32:02.967Z] unset SSH_AUTH_SOCK; [2021-03-26T00:32:02.967Z] unset SSH_AGENT_PID; [2021-03-26T00:32:02.967Z] echo Agent pid 17 killed; [2021-03-26T00:32:03.020Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-26T00:32:03.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-26T00:32:03.164Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-26T00:32:03.329Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-26T00:32:03.331Z] $ docker exec c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 ssh-agent [2021-03-26T00:32:03.498Z] SSH_AUTH_SOCK=/tmp/ssh-wQiuZJEIPgtB/agent.48 [2021-03-26T00:32:03.498Z] SSH_AGENT_PID=53 [2021-03-26T00:32:03.523Z] Running ssh-add (command line suppressed) [2021-03-26T00:32:03.658Z] Identity added: /w/workspace/edgex-go/89@tmp/private_key_8681402988404985792.key (/w/workspace/edgex-go/89@tmp/private_key_8681402988404985792.key) [2021-03-26T00:32:03.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-26T00:32:04.073Z] + git semver init [2021-03-26T00:32:04.074Z] # -> Open(): unable to determine branch for HEAD [2021-03-26T00:32:04.074Z] # $GIT_DIR = /w/workspace/edgex-go/89/.git [2021-03-26T00:32:04.074Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/89 [2021-03-26T00:32:04.074Z] # $SEMVER_REMOTE_NAME = origin [2021-03-26T00:32:04.074Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-26T00:32:04.074Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-26T00:32:04.074Z] # $SEMVER_BRANCH = PR-2858 [2021-03-26T00:32:04.074Z] # $SEMVER_TEMP = /tmp/semver-370685312 [2021-03-26T00:32:04.074Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-26T00:32:22.245Z] # '/tmp/semver-370685312' -> '/w/workspace/edgex-go/89/.semver' [2021-03-26T00:32:22.245Z] # -> Force: false [2021-03-26T00:32:22.245Z] # $SEMVER_DIR = /w/workspace/edgex-go/89/.semver [Pipeline] } [2021-03-26T00:32:22.258Z] $ docker exec --env ******** --env ******** c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 ssh-agent -k [2021-03-26T00:32:22.447Z] unset SSH_AUTH_SOCK; [2021-03-26T00:32:22.448Z] unset SSH_AGENT_PID; [2021-03-26T00:32:22.448Z] echo Agent pid 53 killed; [2021-03-26T00:32:22.515Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-26T00:32:23.041Z] + git semver [Pipeline] } [2021-03-26T00:32:23.058Z] $ docker stop --time=1 c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 [2021-03-26T00:32:24.617Z] $ docker rm -f c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T00:32:25.143Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-26T00:32:25.670Z] Stashed 1 file(s) [Pipeline] echo [2021-03-26T00:32:25.673Z] [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-03-26T00:32:26.630Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-26T00:32:26.930Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-26T00:32:27.255Z] + sudo service docker restart [2021-03-26T00:32:27.255Z] + true [2021-03-26T00:32:27.255Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-26T00:32:27.846Z] ========================================================= [2021-03-26T00:32:27.846Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-26T00:32:27.846Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:32:28.194Z] + 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-03-26T00:32:31.521Z] Sending build context to Docker daemon 328.9MB [2021-03-26T00:32:31.791Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T00:32:31.791Z] Step 2/6 : FROM ${BASE} [2021-03-26T00:32:31.791Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-26T00:32:31.791Z] 188c0c94c7c5: Pulling fs layer [2021-03-26T00:32:31.791Z] 0ef7d3d256c8: Pulling fs layer [2021-03-26T00:32:31.791Z] de9db76c5a1d: Pulling fs layer [2021-03-26T00:32:31.791Z] bca2f99d35d6: Pulling fs layer [2021-03-26T00:32:31.791Z] 93359f2a8cfa: Pulling fs layer [2021-03-26T00:32:31.791Z] 7c6f9722023f: Pulling fs layer [2021-03-26T00:32:31.791Z] a35cf1a2eb13: Pulling fs layer [2021-03-26T00:32:31.791Z] 93359f2a8cfa: Waiting [2021-03-26T00:32:31.791Z] 7c6f9722023f: Waiting [2021-03-26T00:32:31.791Z] a35cf1a2eb13: Waiting [2021-03-26T00:32:31.791Z] bca2f99d35d6: Waiting [2021-03-26T00:32:31.791Z] de9db76c5a1d: Download complete [2021-03-26T00:32:31.791Z] 0ef7d3d256c8: Verifying Checksum [2021-03-26T00:32:31.791Z] 0ef7d3d256c8: Download complete [2021-03-26T00:32:31.791Z] 93359f2a8cfa: Download complete [2021-03-26T00:32:31.791Z] 7c6f9722023f: Download complete [2021-03-26T00:32:31.791Z] 188c0c94c7c5: Verifying Checksum [2021-03-26T00:32:31.791Z] 188c0c94c7c5: Download complete [2021-03-26T00:32:32.388Z] 188c0c94c7c5: Pull complete [2021-03-26T00:32:32.652Z] 0ef7d3d256c8: Pull complete [2021-03-26T00:32:32.652Z] de9db76c5a1d: Pull complete [2021-03-26T00:32:33.608Z] a35cf1a2eb13: Verifying Checksum [2021-03-26T00:32:33.608Z] a35cf1a2eb13: Download complete [2021-03-26T00:32:34.182Z] bca2f99d35d6: Verifying Checksum [2021-03-26T00:32:34.182Z] bca2f99d35d6: Download complete [2021-03-26T00:32:39.541Z] bca2f99d35d6: Pull complete [2021-03-26T00:32:39.541Z] 93359f2a8cfa: Pull complete [2021-03-26T00:32:39.806Z] 7c6f9722023f: Pull complete [2021-03-26T00:32:41.112Z] Still waiting to schedule task [2021-03-26T00:32:41.112Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-26T00:32:45.135Z] a35cf1a2eb13: Pull complete [2021-03-26T00:32:45.135Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-26T00:32:45.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-26T00:32:45.135Z] ---> a62c8e92a672 [2021-03-26T00:32:45.135Z] 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-03-26T00:32:45.135Z] ---> Running in 879a552e7c0d [2021-03-26T00:32:45.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:32:47.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:32:48.215Z] (1/12) Installing libmagic (5.38-r0) [2021-03-26T00:32:49.163Z] (2/12) Installing file (5.38-r0) [2021-03-26T00:32:49.163Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-26T00:32:49.426Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-26T00:34:41.012Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-26T00:34:41.012Z] (6/12) Installing patch (2.7.6-r6) [2021-03-26T00:34:41.012Z] (7/12) Installing build-base (0.5-r2) [2021-03-26T00:34:41.012Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-26T00:34:41.012Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-26T00:34:41.012Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-26T00:34:41.012Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-26T00:34:41.012Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-26T00:34:41.012Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:34:41.012Z] OK: 233 MiB in 51 packages [2021-03-26T00:34:41.589Z] Removing intermediate container 879a552e7c0d [2021-03-26T00:34:41.589Z] ---> 54d5169f0a67 [2021-03-26T00:34:41.589Z] Step 4/6 : WORKDIR /edgex-go [2021-03-26T00:34:41.859Z] ---> Running in a184a3fdb23a [2021-03-26T00:34:42.124Z] Removing intermediate container a184a3fdb23a [2021-03-26T00:34:42.124Z] ---> d81d67bd75e2 [2021-03-26T00:34:42.124Z] Step 5/6 : COPY go.mod . [2021-03-26T00:34:42.388Z] ---> bf0428d23840 [2021-03-26T00:34:42.388Z] Step 6/6 : RUN go mod download [2021-03-26T00:34:42.388Z] ---> Running in 8cce77be3de9 [2021-03-26T00:35:09.023Z] Removing intermediate container 8cce77be3de9 [2021-03-26T00:35:09.023Z] ---> d83b2e67030d [2021-03-26T00:35:09.023Z] Successfully built d83b2e67030d [2021-03-26T00:35:09.023Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:35:09.358Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-26T00:35:09.358Z] . [Pipeline] withDockerContainer [2021-03-26T00:35:09.471Z] prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container [2021-03-26T00:35:09.524Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-26T00:35:10.431Z] $ docker top a4a6fbf6066cf275437a32c5862e8183abf313cc0e16ffde7738995a9467093a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T00:35:11.047Z] + go version [2021-03-26T00:35:11.047Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-26T00:35:11.064Z] $ docker stop --time=1 a4a6fbf6066cf275437a32c5862e8183abf313cc0e16ffde7738995a9467093a [2021-03-26T00:35:12.472Z] $ docker rm -f a4a6fbf6066cf275437a32c5862e8183abf313cc0e16ffde7738995a9467093a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:35:13.331Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-26T00:35:13.331Z] . [Pipeline] withDockerContainer [2021-03-26T00:35:13.440Z] prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container [2021-03-26T00:35:13.494Z] $ 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/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-26T00:35:14.185Z] $ docker top bef574811efa2249a565c2b9d02683bdbb7d1fa6957981eaf1201fea4b5db2f2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-26T00:35:14.398Z] ========================================================= [2021-03-26T00:35:14.398Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-26T00:35:14.398Z] ========================================================= [Pipeline] sh [2021-03-26T00:35:14.701Z] + make test [2021-03-26T00:35:14.701Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-26T00:35:24.820Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-26T00:35:39.866Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-26T00:35:46.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-26T00:35:46.785Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-26T00:35:46.785Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-26T00:35:49.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-26T00:35:49.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-26T00:35:49.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-26T00:35:49.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-26T00:35:50.081Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-26T00:35:50.744Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-26T00:35:53.328Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-26T00:35:53.328Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-26T00:35:53.328Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-26T00:35:55.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 45.9% of statements [2021-03-26T00:35:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-26T00:35:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-26T00:35:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-26T00:35:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-26T00:35:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-26T00:35:55.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-26T00:35:55.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.047s coverage: 19.8% of statements [2021-03-26T00:35:55.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements [2021-03-26T00:35:59.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.192s coverage: 27.1% of statements [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-26T00:35:59.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-26T00:35:59.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-26T00:35:59.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 71.3% of statements [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-26T00:35:59.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-26T00:35:59.409Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31464 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-26T00:35:59.467Z] Running in /w/workspace/edgex-go/89 [Pipeline] { [2021-03-26T00:35:59.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.199s coverage: 82.9% of statements [2021-03-26T00:35:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-26T00:35:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T00:35:59.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements [2021-03-26T00:35:59.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] checkout [2021-03-26T00:36:02.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.395s coverage: 28.6% of statements [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-26T00:36:02.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-26T00:36:02.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-26T00:36:02.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.120s coverage: 86.7% of statements [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-26T00:36:02.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-26T00:36:02.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-26T00:36:02.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-26T00:36:04.324Z] using credential edgex-jenkins-ssh [2021-03-26T00:36:04.385Z] Cloning the remote Git repository [2021-03-26T00:36:04.449Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-26T00:36:04.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 92.8% of statements [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-26T00:36:04.743Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-26T00:36:04.743Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.105s coverage: 0.1% of statements [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-26T00:36:04.743Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-26T00:36:04.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-03-26T00:36:04.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements [2021-03-26T00:36:04.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-03-26T00:36:04.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements [2021-03-26T00:36:05.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-03-26T00:36:04.572Z] > git init /w/workspace/edgex-go/89 # timeout=10 [2021-03-26T00:36:04.646Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-26T00:36:04.646Z] > git --version # timeout=10 [2021-03-26T00:36:04.670Z] > git --version # 'git version 2.17.1' [2021-03-26T00:36:04.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T00:36:04.736Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T00:36:18.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements [2021-03-26T00:36:18.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-26T00:36:20.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.219s coverage: 82.6% of statements [2021-03-26T00:36:21.750Z] Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-26T00:36:20.775Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-26T00:36:20.795Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T00:36:20.826Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-26T00:36:20.876Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-26T00:36:20.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T00:36:20.890Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-26T00:36:23.038Z] Merge succeeded, producing 49413c8e427d8ec834f360b0faf064328dbff41d [2021-03-26T00:36:23.039Z] Checking out Revision 49413c8e427d8ec834f360b0faf064328dbff41d (PR-2858) [2021-03-26T00:36:21.771Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T00:36:21.786Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-26T00:36:22.112Z] > git remote # timeout=10 [2021-03-26T00:36:22.131Z] > git config --get remote.origin.url # timeout=10 [2021-03-26T00:36:22.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T00:36:22.160Z] > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 [2021-03-26T00:36:23.016Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-26T00:36:23.046Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T00:36:23.062Z] > git checkout -f 49413c8e427d8ec834f360b0faf064328dbff41d # timeout=10 [2021-03-26T00:36:27.552Z] Commit message: "Merge commit 'ebfae9bf1c69030f223d824c55fa5330fb79db8d' into HEAD" [2021-03-26T00:36:27.573Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-03-26T00:36:27.561Z] > git rev-list --no-walk c33b196b156317d14524cd4e5d9b9ab79ee86860 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-26T00:36:28.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.073s coverage: 92.9% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 64.4% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 69.0% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-26T00:36:28.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 87.1% of statements [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T00:36:28.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-26T00:36:29.250Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-26T00:36:29.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements [2021-03-26T00:36:29.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-26T00:36:29.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-26T00:36:29.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-26T00:36:29.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-26T00:36:29.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-26T00:36:29.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-03-26T00:36:29.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-26T00:36:29.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-26T00:36:29.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-26T00:36:29.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-26T00:36:29.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-26T00:36:29.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-26T00:36:29.674Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-26T00:36:29.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.092s coverage: 94.0% of statements [2021-03-26T00:36:29.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-26T00:36:29.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T00:36:29.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-26T00:36:29.786Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-03-26T00:36:29.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-26T00:36:29.786Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-26T00:36:29.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-26T00:36:29.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-26T00:36:29.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-26T00:36:29.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-26T00:36:30.023Z] + sudo service docker restart [2021-03-26T00:36:30.023Z] + true [2021-03-26T00:36:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-03-26T00:36:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-26T00:36:30.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-26T00:36:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-03-26T00:36:30.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements [2021-03-26T00:36:30.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-03-26T00:36:31.208Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-26T00:36:32.746Z] provisioning config files... [2021-03-26T00:36:32.785Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/89@tmp/config4954128227678229314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:36:33.201Z] ---> docker-login.sh [2021-03-26T00:36:33.201Z] nexus3.edgexfoundry.org:10001 [2021-03-26T00:36:34.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T00:36:34.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T00:36:34.461Z] Configure a credential helper to remove this warning. See [2021-03-26T00:36:34.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T00:36:34.461Z] [2021-03-26T00:36:34.461Z] Login Succeeded [2021-03-26T00:36:34.461Z] nexus3.edgexfoundry.org:10002 [2021-03-26T00:36:35.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T00:36:35.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T00:36:35.061Z] Configure a credential helper to remove this warning. See [2021-03-26T00:36:35.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T00:36:35.061Z] [2021-03-26T00:36:35.061Z] Login Succeeded [2021-03-26T00:36:35.061Z] nexus3.edgexfoundry.org:10003 [2021-03-26T00:36:35.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T00:36:35.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T00:36:35.660Z] Configure a credential helper to remove this warning. See [2021-03-26T00:36:35.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T00:36:35.660Z] [2021-03-26T00:36:35.660Z] Login Succeeded [2021-03-26T00:36:35.660Z] nexus3.edgexfoundry.org:10004 [2021-03-26T00:36:36.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T00:36:36.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T00:36:36.262Z] Configure a credential helper to remove this warning. See [2021-03-26T00:36:36.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T00:36:36.262Z] [2021-03-26T00:36:36.262Z] Login Succeeded [2021-03-26T00:36:36.263Z] docker.io [2021-03-26T00:36:36.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-26T00:36:37.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-26T00:36:37.135Z] Configure a credential helper to remove this warning. See [2021-03-26T00:36:37.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-26T00:36:37.135Z] [2021-03-26T00:36:37.135Z] Login Succeeded [2021-03-26T00:36:37.135Z] ---> docker-login.sh ends [Pipeline] } [2021-03-26T00:36:37.152Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-26T00:36:37.627Z] ========================================================= [2021-03-26T00:36:37.627Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-26T00:36:37.627Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:36:38.042Z] + 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-03-26T00:36:40.696Z] Sending build context to Docker daemon 167MB [2021-03-26T00:36:40.696Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-26T00:36:40.696Z] Step 2/6 : FROM ${BASE} [2021-03-26T00:36:40.696Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-26T00:36:40.696Z] 5f621e34cdf4: Pulling fs layer [2021-03-26T00:36:40.696Z] a4357932f1b6: Pulling fs layer [2021-03-26T00:36:40.696Z] 18c013af1878: Pulling fs layer [2021-03-26T00:36:40.696Z] 00ac8860ef70: Pulling fs layer [2021-03-26T00:36:40.696Z] 63d7cb157983: Pulling fs layer [2021-03-26T00:36:40.696Z] b116817d02f9: Pulling fs layer [2021-03-26T00:36:40.696Z] 745a02a5169b: Pulling fs layer [2021-03-26T00:36:40.696Z] b116817d02f9: Waiting [2021-03-26T00:36:40.696Z] 745a02a5169b: Waiting [2021-03-26T00:36:40.696Z] 63d7cb157983: Waiting [2021-03-26T00:36:40.696Z] 00ac8860ef70: Waiting [2021-03-26T00:36:40.696Z] 18c013af1878: Download complete [2021-03-26T00:36:40.696Z] a4357932f1b6: Verifying Checksum [2021-03-26T00:36:40.696Z] a4357932f1b6: Download complete [2021-03-26T00:36:40.696Z] 63d7cb157983: Download complete [2021-03-26T00:36:40.696Z] b116817d02f9: Verifying Checksum [2021-03-26T00:36:40.696Z] b116817d02f9: Download complete [2021-03-26T00:36:40.696Z] 5f621e34cdf4: Verifying Checksum [2021-03-26T00:36:40.696Z] 5f621e34cdf4: Download complete [2021-03-26T00:36:41.292Z] 5f621e34cdf4: Pull complete [2021-03-26T00:36:41.895Z] a4357932f1b6: Pull complete [2021-03-26T00:36:42.505Z] 18c013af1878: Pull complete [2021-03-26T00:36:43.101Z] 745a02a5169b: Verifying Checksum [2021-03-26T00:36:43.101Z] 745a02a5169b: Download complete [2021-03-26T00:36:44.536Z] 00ac8860ef70: Verifying Checksum [2021-03-26T00:36:44.537Z] 00ac8860ef70: Download complete [2021-03-26T00:36:54.690Z] 00ac8860ef70: Pull complete [2021-03-26T00:36:54.690Z] 63d7cb157983: Pull complete [2021-03-26T00:36:54.963Z] b116817d02f9: Pull complete [2021-03-26T00:36:58.350Z] 745a02a5169b: Pull complete [2021-03-26T00:36:58.350Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-26T00:36:58.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-26T00:36:58.350Z] ---> b7e6874047d6 [2021-03-26T00:36:58.350Z] 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-03-26T00:37:02.670Z] ---> Running in 0221dcd17299 [2021-03-26T00:37:03.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:37:03.456Z] gofmt -l . [2021-03-26T00:37:03.457Z] [ "`gofmt -l .`" = "" ] [2021-03-26T00:37:03.457Z] ./bin/test-go-mod-tidy.sh [2021-03-26T00:37:03.457Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-26T00:37:03.785Z] + ls -al . [2021-03-26T00:37:03.785Z] total 776 [2021-03-26T00:37:03.785Z] drwxrwxr-x 10 1001 1001 4096 Mar 26 00:37 . [2021-03-26T00:37:03.785Z] drwxr-xr-x 4 root root 30 Mar 26 00:35 .. [2021-03-26T00:37:03.785Z] -rw-rw-r-- 1 1001 1001 11 Mar 26 00:31 .dockerignore [2021-03-26T00:37:03.785Z] drwxrwxr-x 8 1001 1001 179 Mar 26 00:31 .git [2021-03-26T00:37:03.785Z] drwxrwxr-x 3 1001 1001 125 Mar 26 00:31 .github [2021-03-26T00:37:03.785Z] -rw-rw-r-- 1 1001 1001 818 Mar 26 00:31 .gitignore [2021-03-26T00:37:03.785Z] drwx------ 3 1001 1001 60 Mar 26 00:32 .semver [2021-03-26T00:37:03.785Z] -rw-rw-r-- 1 1001 1001 166 Mar 26 00:31 .sonarcloud.properties [2021-03-26T00:37:03.785Z] -rw-rw-r-- 1 1001 1001 8607 Mar 26 00:31 Attribution.txt [2021-03-26T00:37:03.786Z] -rw-rw-r-- 1 1001 1001 3804 Mar 26 00:31 CONTRIBUTING.md [2021-03-26T00:37:03.786Z] -rw-rw-r-- 1 1001 1001 931 Mar 26 00:31 Dockerfile.build [2021-03-26T00:37:03.786Z] -rw-rw-r-- 1 1001 1001 863 Mar 26 00:31 Jenkinsfile [2021-03-26T00:37:03.786Z] -rw-rw-r-- 1 1001 1001 10775 Mar 26 00:31 LICENSE [2021-03-26T00:37:03.786Z] -rw-rw-r-- 1 1001 1001 5774 Mar 26 00:31 Makefile [2021-03-26T00:37:03.786Z] -rw-rw-r-- 1 1001 1001 6548 Mar 26 00:31 README.md [2021-03-26T00:37:03.786Z] -rw-rw-r-- 1 1001 1001 6755 Mar 26 00:31 SECURITY.md [2021-03-26T00:37:03.786Z] -rw-rw-r-- 1 1001 1001 5 Mar 26 00:32 VERSION [2021-03-26T00:37:03.786Z] -rw-rw-r-- 1 1001 1001 4131 Mar 26 00:31 ZMQWindows.md [2021-03-26T00:37:03.786Z] drwxrwxr-x 2 1001 1001 117 Mar 26 00:31 bin [2021-03-26T00:37:03.786Z] drwxrwxr-x 14 1001 1001 4096 Mar 26 00:31 cmd [2021-03-26T00:37:03.786Z] -rw-r--r-- 1 root root 666600 Mar 26 00:36 coverage.out [2021-03-26T00:37:03.786Z] -rw-r--r-- 1 root root 1056 Mar 26 00:36 go.mod [2021-03-26T00:37:03.786Z] -rw-r--r-- 1 root root 22530 Mar 26 00:36 go.sum [2021-03-26T00:37:03.786Z] drwxrwxr-x 8 1001 1001 127 Mar 26 00:31 internal [2021-03-26T00:37:03.786Z] drwxrwxr-x 4 1001 1001 26 Mar 26 00:31 openapi [2021-03-26T00:37:03.786Z] drwxrwxr-x 4 1001 1001 71 Mar 26 00:31 snap [2021-03-26T00:37:03.786Z] -rw-rw-r-- 1 1001 1001 168 Mar 26 00:31 version.go [Pipeline] sh [2021-03-26T00:37:04.118Z] + '[' -e coverage.out ] [2021-03-26T00:37:04.118Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-26T00:37:04.345Z] Stashed 1 file(s) [Pipeline] sh [2021-03-26T00:37:04.653Z] + make build [2021-03-26T00:37:04.653Z] 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-03-26T00:37:05.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:37:09.285Z] (1/12) Installing libmagic (5.38-r0) [2021-03-26T00:37:09.880Z] (2/12) Installing file (5.38-r0) [2021-03-26T00:37:09.971Z] 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-03-26T00:37:10.152Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-26T00:37:10.428Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-26T00:37:18.198Z] 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-03-26T00:37:19.594Z] 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-03-26T00:37:21.528Z] 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-03-26T00:37:21.528Z] 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-03-26T00:37:23.455Z] 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-03-26T00:37:24.850Z] 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-03-26T00:37:25.804Z] 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-03-26T00:37:27.200Z] 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-03-26T00:37:28.162Z] 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-03-26T00:37:29.573Z] 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-03-26T00:37:31.519Z] $ docker stop --time=1 bef574811efa2249a565c2b9d02683bdbb7d1fa6957981eaf1201fea4b5db2f2 [2021-03-26T00:37:33.331Z] $ docker rm -f bef574811efa2249a565c2b9d02683bdbb7d1fa6957981eaf1201fea4b5db2f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:37:37.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-26T00:37:37.386Z] [2021-03-26T00:37:37.386Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:37:37.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-26T00:37:37.792Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-26T00:37:37.792Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-26T00:37:37.792Z] ca9280d653b3: Pulling fs layer [2021-03-26T00:37:37.792Z] 7e9c9ca2126c: Pulling fs layer [2021-03-26T00:37:38.086Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-26T00:37:38.086Z] cbdbe7a5bc2a: Download complete [2021-03-26T00:37:38.351Z] cbdbe7a5bc2a: Pull complete [2021-03-26T00:37:38.351Z] ca9280d653b3: Verifying Checksum [2021-03-26T00:37:38.351Z] ca9280d653b3: Download complete [2021-03-26T00:37:39.311Z] 7e9c9ca2126c: Verifying Checksum [2021-03-26T00:37:39.311Z] 7e9c9ca2126c: Download complete [2021-03-26T00:37:39.573Z] ca9280d653b3: Pull complete [2021-03-26T00:37:46.195Z] 7e9c9ca2126c: Pull complete [2021-03-26T00:37:46.195Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-26T00:37:46.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-26T00:37:46.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-26T00:37:46.336Z] prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container [2021-03-26T00:37:46.385Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-26T00:37:49.560Z] $ docker top 467aadfb1daa50e28efc3768ab9680f6785fb960b4da0f8bb37b37a1b0a43b2c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T00:37:50.186Z] + docker-compose build --help [2021-03-26T00:37:50.186Z] + grep parallel [2021-03-26T00:37:51.132Z] --parallel Build images in parallel. [Pipeline] } [2021-03-26T00:37:51.146Z] $ docker stop --time=1 467aadfb1daa50e28efc3768ab9680f6785fb960b4da0f8bb37b37a1b0a43b2c [2021-03-26T00:37:52.599Z] $ docker rm -f 467aadfb1daa50e28efc3768ab9680f6785fb960b4da0f8bb37b37a1b0a43b2c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:37:53.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-26T00:37:53.279Z] . [Pipeline] withDockerContainer [2021-03-26T00:37:53.381Z] prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container [2021-03-26T00:37:53.431Z] $ 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/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@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-03-26T00:37:54.201Z] $ docker top 56c6eca4ae05ca780144d7cf0f4a36ee0361a4c6adcc93f81a34e3f3b211bea9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T00:37:54.682Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-26T00:37:55.630Z] Building docker-core-command-go ... [2021-03-26T00:37:55.630Z] Building docker-core-data-go ... [2021-03-26T00:37:55.630Z] Building docker-core-metadata-go ... [2021-03-26T00:37:55.630Z] Building docker-security-bootstrapper-go ... [2021-03-26T00:37:55.630Z] Building docker-security-proxy-setup-go ... [2021-03-26T00:37:55.630Z] Building docker-security-secretstore-setup-go ... [2021-03-26T00:37:55.630Z] Building docker-support-notifications-go ... [2021-03-26T00:37:55.630Z] Building docker-support-scheduler-go ... [2021-03-26T00:37:55.630Z] Building docker-sys-mgmt-agent-go ... [2021-03-26T00:37:55.630Z] Building docker-security-secretstore-setup-go [2021-03-26T00:37:55.630Z] Building docker-core-metadata-go [2021-03-26T00:37:55.630Z] Building docker-security-proxy-setup-go [2021-03-26T00:37:55.630Z] Building docker-support-scheduler-go [2021-03-26T00:37:55.630Z] Building docker-support-notifications-go [2021-03-26T00:38:28.492Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:38:28.492Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:38:28.492Z] ---> d83b2e67030d [2021-03-26T00:38:28.492Z] Step 3/21 : WORKDIR /edgex-go [2021-03-26T00:38:28.492Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:38:28.492Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:38:28.492Z] ---> d83b2e67030d [2021-03-26T00:38:28.492Z] Step 3/22 : WORKDIR /edgex-go [2021-03-26T00:38:28.768Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:38:28.768Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:38:28.768Z] ---> d83b2e67030d [2021-03-26T00:38:28.768Z] Step 3/24 : WORKDIR /edgex-go [2021-03-26T00:38:28.768Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:38:28.768Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:38:28.768Z] ---> d83b2e67030d [2021-03-26T00:38:28.768Z] Step 3/22 : WORKDIR /edgex-go [2021-03-26T00:38:29.030Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:38:29.030Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:38:29.030Z] ---> d83b2e67030d [2021-03-26T00:38:29.030Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T00:38:29.980Z] ---> Running in a4b3c8835ae7 [2021-03-26T00:38:29.980Z] ---> Running in b91ba5d30029 [2021-03-26T00:38:29.980Z] ---> Running in 1d52c196670d [2021-03-26T00:38:29.980Z] ---> Running in d242b23ac303 [2021-03-26T00:38:29.980Z] ---> Running in 36e0899a6bd2 [2021-03-26T00:38:30.251Z] Removing intermediate container b91ba5d30029 [2021-03-26T00:38:30.251Z] ---> 86e352936f91 [2021-03-26T00:38:30.251Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:38:30.251Z] Removing intermediate container a4b3c8835ae7 [2021-03-26T00:38:30.251Z] ---> c9d7885d071d [2021-03-26T00:38:30.251Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:38:30.251Z] Removing intermediate container 36e0899a6bd2 [2021-03-26T00:38:30.251Z] ---> 81797d485293 [2021-03-26T00:38:30.251Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:38:30.518Z] Removing intermediate container d242b23ac303 [2021-03-26T00:38:30.518Z] ---> 68c71ba50ea8 [2021-03-26T00:38:30.518Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:38:30.518Z] Removing intermediate container 1d52c196670d [2021-03-26T00:38:30.518Z] ---> 6035e268ac22 [2021-03-26T00:38:30.518Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:38:30.518Z] ---> Running in 097741dca36a [2021-03-26T00:38:30.518Z] ---> Running in 4556f7248e86 [2021-03-26T00:38:30.518Z] ---> Running in 3458e7aa0909 [2021-03-26T00:38:30.518Z] ---> Running in 69601492820a [2021-03-26T00:38:30.518Z] ---> Running in 5edf2ec8743b [2021-03-26T00:38:32.174Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-26T00:38:32.174Z] (6/12) Installing patch (2.7.6-r6) [2021-03-26T00:38:32.174Z] (7/12) Installing build-base (0.5-r2) [2021-03-26T00:38:32.174Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-26T00:38:32.174Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-26T00:38:32.174Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-26T00:38:32.174Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-26T00:38:32.174Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-26T00:38:32.174Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:38:32.174Z] OK: 217 MiB in 51 packages [2021-03-26T00:38:32.174Z] Removing intermediate container 0221dcd17299 [2021-03-26T00:38:32.174Z] ---> 77afbc366c31 [2021-03-26T00:38:32.174Z] Step 4/6 : WORKDIR /edgex-go [2021-03-26T00:38:32.174Z] ---> Running in 9464874828e6 [2021-03-26T00:38:32.174Z] Removing intermediate container 9464874828e6 [2021-03-26T00:38:32.174Z] ---> c807163c00e3 [2021-03-26T00:38:32.174Z] Step 5/6 : COPY go.mod . [2021-03-26T00:38:32.174Z] ---> 7875002d4337 [2021-03-26T00:38:32.174Z] Step 6/6 : RUN go mod download [2021-03-26T00:38:32.174Z] ---> Running in 9202982f1814 [2021-03-26T00:38:33.099Z] Removing intermediate container 4556f7248e86 [2021-03-26T00:38:33.099Z] ---> 310925e0846e [2021-03-26T00:38:33.099Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-26T00:38:33.099Z] ---> Running in 1d29188609c3 [2021-03-26T00:38:33.099Z] Removing intermediate container 69601492820a [2021-03-26T00:38:33.099Z] ---> 06c5e954db54 [2021-03-26T00:38:33.099Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-26T00:38:33.099Z] Removing intermediate container 097741dca36a [2021-03-26T00:38:33.099Z] ---> 3d973aaa0776 [2021-03-26T00:38:33.099Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-26T00:38:33.099Z] Removing intermediate container 3458e7aa0909 [2021-03-26T00:38:33.099Z] ---> f15cae986e15 [2021-03-26T00:38:33.099Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-26T00:38:33.370Z] ---> Running in 39274c9203eb [2021-03-26T00:38:33.370Z] ---> Running in 62878c0cd261 [2021-03-26T00:38:33.370Z] Removing intermediate container 5edf2ec8743b [2021-03-26T00:38:33.370Z] ---> 6d92c9b9c562 [2021-03-26T00:38:33.370Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-26T00:38:33.370Z] ---> Running in d940dda6d579 [2021-03-26T00:38:33.640Z] ---> Running in 30f21916896b [2021-03-26T00:38:33.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:38:34.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:38:34.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:38:34.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:38:34.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:38:39.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:38:39.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:38:41.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:38:41.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:38:41.705Z] OK: 233 MiB in 51 packages [2021-03-26T00:38:41.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:38:41.970Z] Removing intermediate container 62878c0cd261 [2021-03-26T00:38:41.970Z] ---> 57580bb981ed [2021-03-26T00:38:41.970Z] Step 6/21 : COPY go.mod . [2021-03-26T00:38:42.233Z] ---> 50ed90fb86f1 [2021-03-26T00:38:42.233Z] Step 7/21 : RUN go mod download [2021-03-26T00:38:42.497Z] ---> Running in c6b3bb4dd967 [2021-03-26T00:38:43.898Z] Removing intermediate container c6b3bb4dd967 [2021-03-26T00:38:43.898Z] ---> c6d0fa2b4030 [2021-03-26T00:38:43.898Z] Step 8/21 : COPY . . [2021-03-26T00:38:44.485Z] OK: 233 MiB in 51 packages [2021-03-26T00:38:44.485Z] OK: 233 MiB in 51 packages [2021-03-26T00:38:45.443Z] OK: 233 MiB in 51 packages [2021-03-26T00:38:49.679Z] Removing intermediate container 1d29188609c3 [2021-03-26T00:38:49.679Z] ---> 2eb23c60a083 [2021-03-26T00:38:49.679Z] Step 6/22 : COPY go.mod . [2021-03-26T00:38:49.679Z] Removing intermediate container 39274c9203eb [2021-03-26T00:38:49.679Z] ---> 26adb6b87d83 [2021-03-26T00:38:49.679Z] Step 6/24 : COPY go.mod . [2021-03-26T00:38:49.679Z] Removing intermediate container d940dda6d579 [2021-03-26T00:38:49.679Z] ---> c37d844bcd64 [2021-03-26T00:38:49.679Z] Step 6/23 : COPY go.mod . [2021-03-26T00:38:49.942Z] OK: 233 MiB in 51 packages [2021-03-26T00:38:50.204Z] ---> 6884a3ecb598 [2021-03-26T00:38:50.204Z] Step 7/22 : RUN go mod download [2021-03-26T00:38:51.597Z] ---> Running in ab0173cde402 [2021-03-26T00:38:52.549Z] ---> 7fd498453188 [2021-03-26T00:38:52.549Z] Step 7/24 : RUN go mod download [2021-03-26T00:38:52.549Z] ---> 5965b617d83c [2021-03-26T00:38:52.549Z] Step 7/23 : RUN go mod download [2021-03-26T00:38:53.968Z] ---> Running in aa640fa7a919 [2021-03-26T00:38:54.556Z] ---> Running in 54f4b5c0ea94 [2021-03-26T00:38:54.556Z] Removing intermediate container 30f21916896b [2021-03-26T00:38:54.556Z] ---> 5cb6fced0fd7 [2021-03-26T00:38:54.556Z] Step 6/22 : COPY go.mod . [2021-03-26T00:38:56.489Z] ---> a2de7468dee4 [2021-03-26T00:38:56.489Z] Step 7/22 : RUN go mod download [2021-03-26T00:38:57.445Z] ---> Running in 394e8a53433e [2021-03-26T00:38:58.975Z] Removing intermediate container 9202982f1814 [2021-03-26T00:38:58.975Z] ---> 2c5e19b0c20a [2021-03-26T00:38:58.975Z] Successfully built 2c5e19b0c20a [2021-03-26T00:38:58.975Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:38:59.321Z] + docker inspect -f . ci-base-image-arm64 [2021-03-26T00:38:59.321Z] . [Pipeline] withDockerContainer [2021-03-26T00:38:59.615Z] prd-ubuntu18.04-docker-arm64-4c-16g-31464 does not seem to be running inside a container [2021-03-26T00:38:59.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-26T00:39:00.759Z] Removing intermediate container ab0173cde402 [2021-03-26T00:39:00.759Z] ---> eba53c0e03bb [2021-03-26T00:39:00.759Z] Step 8/22 : COPY . . [2021-03-26T00:39:01.188Z] $ docker top caa3959986d0a059886574c7d01637f7efe4f3a199d97ce169e95e36a2f5c26a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T00:39:02.264Z] + go version [2021-03-26T00:39:02.264Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-26T00:39:02.285Z] $ docker stop --time=1 caa3959986d0a059886574c7d01637f7efe4f3a199d97ce169e95e36a2f5c26a [2021-03-26T00:39:03.339Z] Removing intermediate container aa640fa7a919 [2021-03-26T00:39:03.339Z] ---> 7e905f7181b7 [2021-03-26T00:39:03.339Z] Step 8/24 : COPY . . [2021-03-26T00:39:04.234Z] $ docker rm -f caa3959986d0a059886574c7d01637f7efe4f3a199d97ce169e95e36a2f5c26a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:39:05.315Z] + docker inspect -f . ci-base-image-arm64 [2021-03-26T00:39:05.315Z] . [Pipeline] withDockerContainer [2021-03-26T00:39:05.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-31464 does not seem to be running inside a container [2021-03-26T00:39:05.682Z] $ 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/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-26T00:39:06.669Z] Removing intermediate container 54f4b5c0ea94 [2021-03-26T00:39:06.669Z] ---> 69d06b43fc20 [2021-03-26T00:39:06.669Z] Step 8/23 : COPY . . [2021-03-26T00:39:06.935Z] ---> 83e72195834c [2021-03-26T00:39:06.935Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-26T00:39:07.195Z] $ docker top 9b1a5fc7cb1546f13f025d885f1be2fa0e58e7fe0be930a0410b0cf70882f815 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-26T00:39:07.616Z] ========================================================= [2021-03-26T00:39:07.616Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-26T00:39:07.616Z] ========================================================= [Pipeline] sh [2021-03-26T00:39:08.273Z] + make test [2021-03-26T00:39:08.273Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-26T00:39:15.130Z] ---> Running in f078dc4ce2e0 [2021-03-26T00:39:19.381Z] Removing intermediate container 394e8a53433e [2021-03-26T00:39:19.381Z] ---> 934a97b1234e [2021-03-26T00:39:19.381Z] Step 8/22 : COPY . . [2021-03-26T00:39:22.727Z] 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-03-26T00:39:32.833Z] ---> aac5b9efd9a4 [2021-03-26T00:39:32.833Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-26T00:39:32.833Z] ---> Running in 6adec4bac381 [2021-03-26T00:39:35.065Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-26T00:39:37.134Z] 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-03-26T00:39:40.476Z] ---> 221648b43e40 [2021-03-26T00:39:40.476Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-26T00:39:43.857Z] ---> Running in d4078fe1b6fd [2021-03-26T00:39:44.162Z] ---> 0af11e989727 [2021-03-26T00:39:44.162Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-26T00:39:45.632Z] ---> Running in 57976bdd27dc [2021-03-26T00:39:47.578Z] 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-03-26T00:39:48.169Z] 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-03-26T00:39:50.121Z] 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-03-26T00:39:50.121Z] ---> e200c3ec2c61 [2021-03-26T00:39:50.121Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-26T00:39:50.121Z] ---> Running in 583c8d0dcac4 [2021-03-26T00:39:51.091Z] 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-03-26T00:40:01.180Z] Removing intermediate container f078dc4ce2e0 [2021-03-26T00:40:01.180Z] ---> 6530def3e3a6 [2021-03-26T00:40:01.180Z] [2021-03-26T00:40:01.180Z] Step 10/21 : FROM alpine:3.12 [2021-03-26T00:40:01.180Z] 3.12: Pulling from library/alpine [2021-03-26T00:40:01.766Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-26T00:40:01.766Z] Status: Downloaded newer image for alpine:3.12 [2021-03-26T00:40:01.766Z] ---> 42cb162f0360 [2021-03-26T00:40:01.766Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-26T00:40:02.730Z] ---> Running in 26a34e98523a [2021-03-26T00:40:04.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:04.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:04.679Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-26T00:40:04.945Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T00:40:04.945Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-26T00:40:04.945Z] (4/4) Installing curl (7.69.1-r3) [2021-03-26T00:40:04.945Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:40:04.945Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T00:40:05.214Z] OK: 7 MiB in 18 packages [2021-03-26T00:40:07.171Z] Removing intermediate container 26a34e98523a [2021-03-26T00:40:07.171Z] ---> 29f83ea9ab15 [2021-03-26T00:40:07.171Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-26T00:40:08.156Z] ---> Running in 086a9731d892 [2021-03-26T00:40:08.748Z] Removing intermediate container 086a9731d892 [2021-03-26T00:40:08.748Z] ---> d9ef0a1b3b77 [2021-03-26T00:40:08.748Z] Step 13/21 : WORKDIR /edgex [2021-03-26T00:40:08.748Z] Removing intermediate container 6adec4bac381 [2021-03-26T00:40:08.748Z] ---> 0a8d331873c4 [2021-03-26T00:40:08.748Z] [2021-03-26T00:40:08.748Z] Step 10/22 : FROM alpine:3.12 [2021-03-26T00:40:08.748Z] ---> 42cb162f0360 [2021-03-26T00:40:09.047Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-26T00:40:09.047Z] ---> Running in 9c4067c8f092 [2021-03-26T00:40:09.047Z] ---> Running in 23b7eb4ddc00 [2021-03-26T00:40:09.639Z] Removing intermediate container 9c4067c8f092 [2021-03-26T00:40:09.639Z] ---> 5152b2268d3d [2021-03-26T00:40:09.639Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-26T00:40:10.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:10.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:10.501Z] ---> a3d8a00921f0 [2021-03-26T00:40:10.501Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-26T00:40:10.501Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-26T00:40:10.501Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:40:10.501Z] OK: 6 MiB in 15 packages [2021-03-26T00:40:11.475Z] ---> ffe5dba22924 [2021-03-26T00:40:11.475Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-26T00:40:11.747Z] Removing intermediate container 23b7eb4ddc00 [2021-03-26T00:40:11.747Z] ---> c37ad5a433cb [2021-03-26T00:40:11.747Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T00:40:11.747Z] 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-03-26T00:40:11.747Z] ---> Running in 8aced5f2057b [2021-03-26T00:40:12.338Z] Removing intermediate container 8aced5f2057b [2021-03-26T00:40:12.338Z] ---> 9ff133e8d647 [2021-03-26T00:40:12.338Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-26T00:40:12.338Z] ---> 6858cd387986 [2021-03-26T00:40:12.338Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-26T00:40:12.605Z] ---> Running in 33711aa4dd93 [2021-03-26T00:40:12.605Z] ---> Running in 0e124dbf96c5 [2021-03-26T00:40:12.876Z] Removing intermediate container 0e124dbf96c5 [2021-03-26T00:40:12.876Z] ---> aff080e5ff4c [2021-03-26T00:40:12.876Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-26T00:40:12.876Z] ---> Running in b51eb7d5c00c [2021-03-26T00:40:12.876Z] Removing intermediate container 33711aa4dd93 [2021-03-26T00:40:12.876Z] ---> 080a01aa7b1f [2021-03-26T00:40:12.876Z] Step 18/21 : CMD ["--init=true"] [2021-03-26T00:40:13.143Z] ---> Running in d5e22d314c1e [2021-03-26T00:40:14.547Z] Removing intermediate container b51eb7d5c00c [2021-03-26T00:40:14.547Z] ---> 6e1429638d79 [2021-03-26T00:40:14.547Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:40:14.547Z] Removing intermediate container d5e22d314c1e [2021-03-26T00:40:14.547Z] ---> a79babab72e0 [2021-03-26T00:40:14.547Z] Step 19/21 : LABEL arch=x86_64 [2021-03-26T00:40:15.137Z] ---> Running in f6d92a2727ce [2021-03-26T00:40:15.137Z] ---> 50c9606a0349 [2021-03-26T00:40:15.137Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-26T00:40:15.404Z] Removing intermediate container f6d92a2727ce [2021-03-26T00:40:15.404Z] ---> 578cb254dad3 [2021-03-26T00:40:15.404Z] Step 20/21 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:40:15.404Z] ---> Running in 25b67e2fb43b [2021-03-26T00:40:15.675Z] Removing intermediate container 25b67e2fb43b [2021-03-26T00:40:15.675Z] ---> 1c998eb48fbf [2021-03-26T00:40:15.675Z] Step 21/21 : LABEL version=0.0.0 [2021-03-26T00:40:15.950Z] ---> Running in cde8bf1e25e6 [2021-03-26T00:40:15.950Z] ---> 87b02f8e3b4d [2021-03-26T00:40:15.950Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-26T00:40:16.224Z] Removing intermediate container cde8bf1e25e6 [2021-03-26T00:40:16.224Z] ---> bd8f3ef27f70 [2021-03-26T00:40:16.224Z] [2021-03-26T00:40:16.504Z] Successfully built bd8f3ef27f70 [2021-03-26T00:40:16.778Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-26T00:40:16.778Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-26T00:40:17.062Z] ---> 1b63f3ba923c [2021-03-26T00:40:17.062Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-26T00:40:17.062Z] ---> Running in 0f35f4d6fb96 [2021-03-26T00:40:17.335Z] Removing intermediate container 0f35f4d6fb96 [2021-03-26T00:40:17.335Z] ---> 615924fd281e [2021-03-26T00:40:17.335Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:40:17.610Z] ---> Running in 9e7246d05f5b [2021-03-26T00:40:22.265Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-26T00:40:25.787Z] Removing intermediate container 9e7246d05f5b [2021-03-26T00:40:25.787Z] ---> 91c1dd862338 [2021-03-26T00:40:25.787Z] Step 20/22 : LABEL arch=x86_64 [2021-03-26T00:40:25.787Z] Removing intermediate container d4078fe1b6fd [2021-03-26T00:40:25.787Z] ---> 0ac540eccae2 [2021-03-26T00:40:25.787Z] [2021-03-26T00:40:25.787Z] Step 10/24 : FROM alpine:3.12 [2021-03-26T00:40:25.787Z] ---> 42cb162f0360 [2021-03-26T00:40:25.787Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-26T00:40:25.787Z] ---> Running in 1de8f8f57ae3 [2021-03-26T00:40:25.787Z] ---> Running in 6f8639300bb8 [2021-03-26T00:40:26.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:26.739Z] Removing intermediate container 1de8f8f57ae3 [2021-03-26T00:40:26.739Z] ---> 659aaaac79d0 [2021-03-26T00:40:26.739Z] Step 21/22 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:40:26.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:27.004Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-26T00:40:27.004Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T00:40:27.004Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-26T00:40:27.004Z] (4/6) Installing curl (7.69.1-r3) [2021-03-26T00:40:27.004Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-26T00:40:27.004Z] (6/6) Installing su-exec (0.2-r1) [2021-03-26T00:40:27.004Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:40:27.004Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T00:40:27.004Z] OK: 7 MiB in 20 packages [2021-03-26T00:40:30.595Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-26T00:40:34.137Z] ---> Running in f8e07c68bc8d [2021-03-26T00:40:35.091Z] Removing intermediate container 583c8d0dcac4 [2021-03-26T00:40:35.091Z] ---> aef8f65d0a31 [2021-03-26T00:40:35.091Z] [2021-03-26T00:40:35.091Z] Step 10/22 : FROM alpine:3.12 [2021-03-26T00:40:35.091Z] ---> 42cb162f0360 [2021-03-26T00:40:35.091Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-26T00:40:35.357Z] Removing intermediate container f8e07c68bc8d [2021-03-26T00:40:35.357Z] ---> 5dbbe0625cf2 [2021-03-26T00:40:35.357Z] Step 22/22 : LABEL version=0.0.0 [2021-03-26T00:40:35.625Z] Removing intermediate container 57976bdd27dc [2021-03-26T00:40:35.625Z] ---> eeb0395c5854 [2021-03-26T00:40:35.625Z] [2021-03-26T00:40:35.625Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T00:40:35.625Z] ---> 42cb162f0360 [2021-03-26T00:40:35.625Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-26T00:40:35.625Z] ---> Using cache [2021-03-26T00:40:35.625Z] ---> c37ad5a433cb [2021-03-26T00:40:35.625Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T00:40:35.625Z] ---> Using cache [2021-03-26T00:40:35.625Z] ---> 9ff133e8d647 [2021-03-26T00:40:35.625Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-26T00:40:37.353Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-26T00:40:37.353Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-26T00:40:38.200Z] ---> Running in 3a11a7ade920 [2021-03-26T00:40:38.200Z] Removing intermediate container 6f8639300bb8 [2021-03-26T00:40:38.200Z] ---> 51b87df4f423 [2021-03-26T00:40:38.200Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-26T00:40:38.200Z] ---> Running in 527692f30a74 [2021-03-26T00:40:38.200Z] ---> Running in c2756350c63b [2021-03-26T00:40:38.783Z] ---> Running in 414c64b09056 [2021-03-26T00:40:39.363Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:40:39.363Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:40:39.363Z] ---> d83b2e67030d [2021-03-26T00:40:39.363Z] Step 3/26 : WORKDIR /edgex-go [2021-03-26T00:40:39.626Z] ---> Using cache [2021-03-26T00:40:39.626Z] ---> 6035e268ac22 [2021-03-26T00:40:39.626Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:40:39.626Z] ---> Using cache [2021-03-26T00:40:39.626Z] ---> 6d92c9b9c562 [2021-03-26T00:40:39.626Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-26T00:40:39.895Z] Removing intermediate container 527692f30a74 [2021-03-26T00:40:39.895Z] ---> 7c6f66dbce21 [2021-03-26T00:40:39.895Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-26T00:40:39.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-26T00:40:39.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-26T00:40:39.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-26T00:40:40.163Z] Removing intermediate container c2756350c63b [2021-03-26T00:40:40.163Z] ---> bd604886fa9a [2021-03-26T00:40:40.163Z] [2021-03-26T00:40:40.163Z] Removing intermediate container 414c64b09056 [2021-03-26T00:40:40.163Z] ---> eb1bfa7d37be [2021-03-26T00:40:40.163Z] Step 13/24 : WORKDIR / [2021-03-26T00:40:40.163Z] ---> Running in 009bc0ee35fe [2021-03-26T00:40:40.163Z] ---> Running in 5eada92ec78e [2021-03-26T00:40:40.276Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-26T00:40:40.434Z] Successfully built bd604886fa9a [2021-03-26T00:40:40.434Z] ---> Running in 46a6fabec3e4 [2021-03-26T00:40:40.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:40.434Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-26T00:40:40.434Z] Building docker-security-bootstrapper-go [2021-03-26T00:40:40.434Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:40.434Z] Removing intermediate container 5eada92ec78e [2021-03-26T00:40:40.434Z] ---> 3f0835b26e1b [2021-03-26T00:40:40.434Z] Step 15/23 : WORKDIR / [2021-03-26T00:40:40.701Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-26T00:40:40.701Z] ---> Running in 8ec793afa3a3 [2021-03-26T00:40:40.701Z] Removing intermediate container 46a6fabec3e4 [2021-03-26T00:40:40.701Z] ---> d15bde9df888 [2021-03-26T00:40:40.701Z] 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-03-26T00:40:40.701Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-26T00:40:40.701Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:40:40.701Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T00:40:40.701Z] OK: 6 MiB in 16 packages [2021-03-26T00:40:41.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:41.920Z] ---> 18cbcb5d8922 [2021-03-26T00:40:41.920Z] 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-03-26T00:40:41.920Z] Removing intermediate container 8ec793afa3a3 [2021-03-26T00:40:41.921Z] ---> afcd85c42893 [2021-03-26T00:40:41.921Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:40:43.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-26T00:40:44.694Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-26T00:40:45.244Z] ---> b5e4c5aa3cef [2021-03-26T00:40:45.244Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-26T00:40:45.244Z] Removing intermediate container 3a11a7ade920 [2021-03-26T00:40:45.244Z] ---> c85a3b90ab88 [2021-03-26T00:40:45.244Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T00:40:45.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:46.100Z] ---> 4e9425ae9876 [2021-03-26T00:40:46.100Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-26T00:40:46.100Z] ---> Running in fc35a3bcbe55 [2021-03-26T00:40:46.100Z] ---> 3ec9f18d48dc [2021-03-26T00:40:46.100Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-26T00:40:47.062Z] Removing intermediate container fc35a3bcbe55 [2021-03-26T00:40:47.062Z] ---> 3c278c9679d7 [2021-03-26T00:40:47.062Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-26T00:40:48.020Z] ---> Running in be9521e752a1 [2021-03-26T00:40:48.286Z] ---> ca2536549798 [2021-03-26T00:40:48.286Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-26T00:40:48.549Z] ---> 77a0093e125a [2021-03-26T00:40:48.549Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-26T00:40:49.132Z] Removing intermediate container be9521e752a1 [2021-03-26T00:40:49.132Z] ---> 5183a0d719ab [2021-03-26T00:40:49.132Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-26T00:40:49.722Z] ---> Running in 89e02a3f7904 [2021-03-26T00:40:49.722Z] ---> 3a77bd82cbea [2021-03-26T00:40:49.722Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-26T00:40:49.722Z] ---> e776d81e1a69 [2021-03-26T00:40:49.722Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-26T00:40:50.302Z] ---> Running in 29b4c3a4856e [2021-03-26T00:40:50.573Z] Removing intermediate container 89e02a3f7904 [2021-03-26T00:40:50.573Z] ---> 649127f9d4a2 [2021-03-26T00:40:50.573Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:40:51.154Z] ---> 60c0a8e4c669 [2021-03-26T00:40:51.154Z] 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-03-26T00:40:51.154Z] Removing intermediate container 29b4c3a4856e [2021-03-26T00:40:51.154Z] ---> 3f65317af0d6 [2021-03-26T00:40:51.154Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:40:51.417Z] ---> Running in d0bd677eb671 [2021-03-26T00:40:52.033Z] OK: 233 MiB in 51 packages [2021-03-26T00:40:52.612Z] ---> Running in 1df103d9c650 [2021-03-26T00:40:52.988Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-26T00:40:52.988Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-26T00:40:52.988Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-26T00:40:53.186Z] ---> 6b4cb3b3c91a [2021-03-26T00:40:53.186Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-26T00:40:54.141Z] Removing intermediate container 1df103d9c650 [2021-03-26T00:40:54.141Z] ---> c1d8ad14713e [2021-03-26T00:40:54.141Z] Step 21/23 : LABEL arch=x86_64 [2021-03-26T00:40:54.141Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:40:54.141Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:40:54.141Z] ---> d83b2e67030d [2021-03-26T00:40:54.141Z] Step 3/31 : WORKDIR /edgex-go [2021-03-26T00:40:54.404Z] ---> Using cache [2021-03-26T00:40:54.404Z] ---> 6035e268ac22 [2021-03-26T00:40:54.404Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:40:54.405Z] ---> Using cache [2021-03-26T00:40:54.405Z] ---> 6d92c9b9c562 [2021-03-26T00:40:54.405Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-26T00:40:54.986Z] ---> Running in ab4a812703e8 [2021-03-26T00:40:55.272Z] ---> Running in 61efc428a909 [2021-03-26T00:40:55.272Z] ---> 6411b147f10a [2021-03-26T00:40:55.272Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-26T00:40:55.534Z] Removing intermediate container ab4a812703e8 [2021-03-26T00:40:55.534Z] ---> a2201888be70 [2021-03-26T00:40:55.534Z] Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:40:55.534Z] Removing intermediate container 009bc0ee35fe [2021-03-26T00:40:55.534Z] ---> b8beae99a051 [2021-03-26T00:40:55.534Z] Step 6/26 : COPY go.mod . [2021-03-26T00:40:55.799Z] ---> Running in f463d0bc19be [2021-03-26T00:40:55.799Z] ---> 0d15cfbbaba7 [2021-03-26T00:40:55.799Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-26T00:40:55.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:40:55.799Z] ---> Running in 439e898aec6c [2021-03-26T00:40:56.061Z] ---> 94c3ce1b9936 [2021-03-26T00:40:56.061Z] Step 7/26 : RUN go mod download [2021-03-26T00:40:56.061Z] Removing intermediate container d0bd677eb671 [2021-03-26T00:40:56.061Z] ---> a732e456f360 [2021-03-26T00:40:56.061Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-26T00:40:56.061Z] Removing intermediate container f463d0bc19be [2021-03-26T00:40:56.061Z] ---> 928af2bb7ca7 [2021-03-26T00:40:56.061Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T00:40:56.323Z] ---> Running in e95e8aaf0413 [2021-03-26T00:40:56.323Z] Removing intermediate container 439e898aec6c [2021-03-26T00:40:56.323Z] ---> 884c42b5c7d0 [2021-03-26T00:40:56.323Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:40:56.323Z] ---> Running in d4f09adf9db0 [2021-03-26T00:40:56.323Z] ---> Running in 4a153f02b911 [2021-03-26T00:40:56.584Z] ---> Running in ceac2db40ff4 [2021-03-26T00:40:56.584Z] Removing intermediate container e95e8aaf0413 [2021-03-26T00:40:56.584Z] ---> 333c4fafdf56 [2021-03-26T00:40:56.584Z] Step 22/24 : LABEL arch=x86_64 [2021-03-26T00:40:56.853Z] Removing intermediate container 4a153f02b911 [2021-03-26T00:40:56.853Z] ---> a8782040b358 [2021-03-26T00:40:56.853Z] [2021-03-26T00:40:56.853Z] Removing intermediate container ceac2db40ff4 [2021-03-26T00:40:56.853Z] ---> b593ab3e5523 [2021-03-26T00:40:56.853Z] Step 20/22 : LABEL arch=x86_64 [2021-03-26T00:40:56.853Z] ---> Running in edaffc460cb7 [2021-03-26T00:40:56.853Z] ---> Running in 3e33a6ae5d95 [2021-03-26T00:40:57.136Z] Successfully built a8782040b358 [2021-03-26T00:40:57.136Z] Successfully tagged docker-core-metadata-go:latest [2021-03-26T00:40:57.136Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-03-26T00:40:57.136Z] Removing intermediate container edaffc460cb7 [2021-03-26T00:40:57.136Z] ---> 266b04172aba [2021-03-26T00:40:57.136Z] Step 23/24 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:40:57.136Z] Removing intermediate container 3e33a6ae5d95 [2021-03-26T00:40:57.136Z] ---> 38596f753b57 [2021-03-26T00:40:57.136Z] Step 21/22 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:40:57.136Z] ---> Running in 075429ada63d [2021-03-26T00:40:57.136Z] ---> Running in fb9e0d86b58a [2021-03-26T00:40:57.400Z] Removing intermediate container 075429ada63d [2021-03-26T00:40:57.400Z] ---> 7de0d23eb91e [2021-03-26T00:40:57.400Z] Step 24/24 : LABEL version=0.0.0 [2021-03-26T00:40:57.670Z] Removing intermediate container fb9e0d86b58a [2021-03-26T00:40:57.670Z] ---> 2dfd606c7ff6 [2021-03-26T00:40:57.670Z] Step 22/22 : LABEL version=0.0.0 [2021-03-26T00:40:57.670Z] ---> Running in ea3028e328d9 [2021-03-26T00:40:57.933Z] ---> Running in a7fe66164f45 [2021-03-26T00:40:58.200Z] Removing intermediate container a7fe66164f45 [2021-03-26T00:40:58.200Z] ---> e86538dbe8e5 [2021-03-26T00:40:58.200Z] [2021-03-26T00:40:58.200Z] Removing intermediate container ea3028e328d9 [2021-03-26T00:40:58.200Z] ---> 1254d730a992 [2021-03-26T00:40:58.200Z] [2021-03-26T00:40:58.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.297s coverage: 45.9% of statements [2021-03-26T00:40:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-26T00:40:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-26T00:40:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-26T00:40:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-26T00:40:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-26T00:40:58.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-26T00:40:58.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.148s coverage: 19.8% of statements [2021-03-26T00:40:58.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.199s coverage: 100.0% of statements [2021-03-26T00:40:58.464Z] Removing intermediate container d4f09adf9db0 [2021-03-26T00:40:58.464Z] ---> 8567b04ed759 [2021-03-26T00:40:58.464Z] Step 8/26 : COPY . . [2021-03-26T00:40:58.464Z] Successfully built e86538dbe8e5 [2021-03-26T00:40:58.464Z] Successfully built 1254d730a992 [2021-03-26T00:40:58.464Z] Successfully tagged docker-support-notifications-go:latest [2021-03-26T00:40:58.464Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-26T00:40:58.464Z] Building docker-core-data-go [2021-03-26T00:40:59.043Z]  Building docker-support-notifications-go ... done  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:41:03.281Z] OK: 233 MiB in 51 packages [2021-03-26T00:41:06.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.564s coverage: 27.1% of statements [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-26T00:41:06.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-26T00:41:06.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-26T00:41:06.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 71.3% of statements [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-26T00:41:06.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-26T00:41:08.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.498s coverage: 82.9% of statements [2021-03-26T00:41:08.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-26T00:41:08.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T00:41:08.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.197s coverage: 78.9% of statements [2021-03-26T00:41:08.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-26T00:41:09.917Z] Removing intermediate container 61efc428a909 [2021-03-26T00:41:09.917Z] ---> b26f3ba1e7c2 [2021-03-26T00:41:09.917Z] Step 6/31 : COPY go.mod . [2021-03-26T00:41:12.685Z] ---> 46e8aaf3013e [2021-03-26T00:41:12.685Z] Step 7/31 : RUN go mod download [2021-03-26T00:41:16.943Z] ---> Running in 80fff1ea8bf2 [2021-03-26T00:41:20.305Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:41:20.305Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:41:20.305Z] ---> d83b2e67030d [2021-03-26T00:41:20.569Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T00:41:20.569Z] ---> Using cache [2021-03-26T00:41:20.569Z] ---> 6035e268ac22 [2021-03-26T00:41:20.569Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:41:20.569Z] ---> Using cache [2021-03-26T00:41:20.569Z] ---> 6d92c9b9c562 [2021-03-26T00:41:20.569Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-26T00:41:21.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.259s coverage: 28.6% of statements [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-26T00:41:21.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-26T00:41:21.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-26T00:41:21.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.339s coverage: 86.7% of statements [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-26T00:41:21.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-26T00:41:21.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-26T00:41:21.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-26T00:41:21.146Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:41:21.146Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:41:21.146Z] ---> d83b2e67030d [2021-03-26T00:41:21.146Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T00:41:21.146Z] ---> Using cache [2021-03-26T00:41:21.146Z] ---> 6035e268ac22 [2021-03-26T00:41:21.146Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:41:21.146Z] ---> Using cache [2021-03-26T00:41:21.146Z] ---> 6d92c9b9c562 [2021-03-26T00:41:21.146Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-26T00:41:21.146Z] ---> Using cache [2021-03-26T00:41:21.146Z] ---> b26f3ba1e7c2 [2021-03-26T00:41:21.146Z] Step 6/23 : COPY go.mod . [2021-03-26T00:41:21.146Z] ---> Using cache [2021-03-26T00:41:21.146Z] ---> 46e8aaf3013e [2021-03-26T00:41:21.146Z] Step 7/23 : RUN go mod download [2021-03-26T00:41:23.073Z] ---> Running in 5b40399013b6 [2021-03-26T00:41:23.073Z] ---> Running in dd65895f6686 [2021-03-26T00:41:25.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:41:25.009Z] Removing intermediate container 80fff1ea8bf2 [2021-03-26T00:41:25.009Z] ---> f9cf28772c3e [2021-03-26T00:41:25.009Z] Step 8/31 : COPY . . [2021-03-26T00:41:27.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.219s coverage: 92.8% of statements [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-26T00:41:27.836Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-26T00:41:27.836Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.304s coverage: 0.1% of statements [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-26T00:41:27.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-26T00:41:27.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.110s coverage: 47.1% of statements [2021-03-26T00:41:27.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.119s coverage: 79.5% of statements [2021-03-26T00:41:27.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-03-26T00:41:27.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements [2021-03-26T00:41:27.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-03-26T00:41:29.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:41:31.184Z] ---> edd371976475 [2021-03-26T00:41:31.184Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-26T00:41:31.761Z] Removing intermediate container dd65895f6686 [2021-03-26T00:41:31.761Z] ---> 20677394bac6 [2021-03-26T00:41:31.761Z] Step 8/23 : COPY . . [2021-03-26T00:41:33.686Z] ---> Running in 6056a5e8fb27 [2021-03-26T00:41:34.800Z] OK: 233 MiB in 51 packages [2021-03-26T00:41:36.352Z] 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-03-26T00:41:38.952Z] Removing intermediate container 5b40399013b6 [2021-03-26T00:41:38.952Z] ---> 02670756d6fe [2021-03-26T00:41:38.952Z] Step 6/23 : COPY go.mod . [2021-03-26T00:41:39.928Z] ---> 8af263824ee5 [2021-03-26T00:41:39.928Z] Step 7/23 : RUN go mod download [2021-03-26T00:41:40.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2021-03-26T00:41:40.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-03-26T00:41:40.914Z] ---> Running in 902d110d6e09 [2021-03-26T00:41:44.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.453s coverage: 82.6% of statements [2021-03-26T00:41:46.332Z] Removing intermediate container 902d110d6e09 [2021-03-26T00:41:46.332Z] ---> eddebcc6a411 [2021-03-26T00:41:46.332Z] Step 8/23 : COPY . . [2021-03-26T00:41:47.783Z] ---> 725eb83f9a63 [2021-03-26T00:41:47.784Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-26T00:41:48.767Z] ---> Running in 1a034afc7e5d [2021-03-26T00:41:51.353Z] 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-03-26T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.142s coverage: 92.9% of statements [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-26T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-26T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-26T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-26T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-26T00:41:54.708Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-26T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2021-03-26T00:41:54.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.150s coverage: 87.2% of statements [2021-03-26T00:41:54.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.6% of statements [2021-03-26T00:41:54.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.6% of statements [2021-03-26T00:41:54.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-26T00:41:54.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.508s coverage: 64.4% of statements [2021-03-26T00:41:54.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-26T00:41:54.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-26T00:41:54.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-03-26T00:41:54.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-03-26T00:41:54.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-03-26T00:41:56.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.118s coverage: 73.7% of statements [2021-03-26T00:41:56.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2021-03-26T00:42:00.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.877s coverage: 69.0% of statements [2021-03-26T00:42:00.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-26T00:42:00.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-26T00:42:00.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-26T00:42:00.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 38.4% of statements [2021-03-26T00:42:00.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-26T00:42:00.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-26T00:42:00.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements [2021-03-26T00:42:00.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-26T00:42:00.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.116s coverage: 84.8% of statements [2021-03-26T00:42:01.476Z] ---> 7f55f52e30bc [2021-03-26T00:42:01.476Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-26T00:42:01.476Z] ---> Running in f4dc61c2a82c [2021-03-26T00:42:02.926Z] 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-03-26T00:42:09.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.430s coverage: 47.0% of statements [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-26T00:42:09.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-26T00:42:09.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.158s coverage: 100.0% of statements [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-26T00:42:09.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.434s coverage: 87.1% of statements [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T00:42:09.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-26T00:42:09.634Z] Removing intermediate container 6056a5e8fb27 [2021-03-26T00:42:09.634Z] ---> 8034bace34ce [2021-03-26T00:42:09.634Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-26T00:42:11.615Z] ---> Running in 810574208d21 [2021-03-26T00:42:13.045Z] 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-03-26T00:42:14.016Z] ---> ac7a37faf21a [2021-03-26T00:42:14.016Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-26T00:42:14.607Z] ---> Running in 6996db48a861 [2021-03-26T00:42:15.207Z] 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-03-26T00:42:16.192Z] Removing intermediate container 810574208d21 [2021-03-26T00:42:16.192Z] ---> 52ba04324001 [2021-03-26T00:42:16.192Z] [2021-03-26T00:42:16.192Z] Step 11/26 : FROM docker:20.10.0 [2021-03-26T00:42:16.192Z] 20.10.0: Pulling from library/docker [2021-03-26T00:42:17.377Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.193s coverage: 29.1% of statements [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-26T00:42:17.377Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-26T00:42:17.377Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-26T00:42:17.377Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.282s coverage: 94.0% of statements [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-26T00:42:17.377Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-26T00:42:17.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-26T00:42:17.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-26T00:42:17.377Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-26T00:42:17.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-03-26T00:42:17.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2021-03-26T00:42:17.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements [2021-03-26T00:42:17.973Z] GO111MODULE=on go vet ./... [2021-03-26T00:42:18.146Z] Removing intermediate container 1a034afc7e5d [2021-03-26T00:42:18.146Z] ---> be89610c46d9 [2021-03-26T00:42:18.146Z] [2021-03-26T00:42:18.146Z] Step 10/31 : FROM alpine:3.12 [2021-03-26T00:42:18.146Z] ---> 42cb162f0360 [2021-03-26T00:42:18.146Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-26T00:42:19.553Z] ---> Running in 708c0edb40d4 [2021-03-26T00:42:20.142Z] Removing intermediate container 708c0edb40d4 [2021-03-26T00:42:20.142Z] ---> 8ef5e360f7b4 [2021-03-26T00:42:20.142Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-26T00:42:20.419Z] ---> Running in afecd583a3ac [2021-03-26T00:42:21.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:42:21.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:42:21.387Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-26T00:42:21.387Z] (2/2) Installing su-exec (0.2-r1) [2021-03-26T00:42:21.387Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:42:21.651Z] OK: 6 MiB in 16 packages [2021-03-26T00:42:25.945Z] Removing intermediate container afecd583a3ac [2021-03-26T00:42:25.945Z] ---> 549f36e4dc36 [2021-03-26T00:42:25.945Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-26T00:42:25.945Z] ---> Running in 0b88dddd45fe [2021-03-26T00:42:26.227Z] Removing intermediate container 0b88dddd45fe [2021-03-26T00:42:26.227Z] ---> f313a03517b2 [2021-03-26T00:42:26.227Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-26T00:42:26.512Z] ---> Running in 00d9b1a7be00 [2021-03-26T00:42:27.092Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-26T00:42:27.668Z] Removing intermediate container 00d9b1a7be00 [2021-03-26T00:42:27.668Z] ---> 714504ce92a6 [2021-03-26T00:42:27.668Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-26T00:42:27.668Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-26T00:42:27.668Z] ---> aefe523efa57 [2021-03-26T00:42:27.668Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-26T00:42:28.637Z] ---> Running in c741f9e1d02a [2021-03-26T00:42:28.637Z] ---> Running in 5d88bc5a2314 [2021-03-26T00:42:28.637Z] Removing intermediate container f4dc61c2a82c [2021-03-26T00:42:28.637Z] ---> 85e1f0ff5e6d [2021-03-26T00:42:28.637Z] [2021-03-26T00:42:28.637Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T00:42:28.637Z] ---> 42cb162f0360 [2021-03-26T00:42:28.637Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-26T00:42:28.637Z] ---> Using cache [2021-03-26T00:42:28.637Z] ---> c37ad5a433cb [2021-03-26T00:42:28.637Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T00:42:28.637Z] ---> Using cache [2021-03-26T00:42:28.637Z] ---> 9ff133e8d647 [2021-03-26T00:42:28.637Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-26T00:42:29.233Z] ---> Running in dab7ad4e4188 [2021-03-26T00:42:29.508Z] Removing intermediate container dab7ad4e4188 [2021-03-26T00:42:29.508Z] ---> 512ca022fc07 [2021-03-26T00:42:29.508Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-26T00:42:29.508Z] ---> Running in a7d0566b9765 [2021-03-26T00:42:30.101Z] Removing intermediate container a7d0566b9765 [2021-03-26T00:42:30.101Z] ---> a46791beeb06 [2021-03-26T00:42:30.101Z] Step 15/23 : WORKDIR / [2021-03-26T00:42:30.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:42:30.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:42:30.101Z] (1/2) Installing readline (8.0.4-r0) [2021-03-26T00:42:30.101Z] (2/2) Installing bash (5.0.17-r0) [2021-03-26T00:42:30.101Z] ---> Running in 703b9ef999e9 [2021-03-26T00:42:30.101Z] Executing bash-5.0.17-r0.post-install [2021-03-26T00:42:30.372Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:42:30.372Z] OK: 12 MiB in 22 packages [2021-03-26T00:42:30.643Z] Removing intermediate container 703b9ef999e9 [2021-03-26T00:42:30.643Z] ---> fb1be748f6f1 [2021-03-26T00:42:30.643Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:42:30.910Z] Removing intermediate container c741f9e1d02a [2021-03-26T00:42:30.910Z] ---> 172f0806f3c3 [2021-03-26T00:42:30.910Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-26T00:42:31.179Z] ---> Running in 2dbb3772ca3b [2021-03-26T00:42:31.458Z] ---> 827a99b26942 [2021-03-26T00:42:31.458Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-26T00:42:31.729Z] Removing intermediate container 5d88bc5a2314 [2021-03-26T00:42:31.729Z] ---> edda42b427ae [2021-03-26T00:42:31.729Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-26T00:42:31.729Z] Removing intermediate container 2dbb3772ca3b [2021-03-26T00:42:31.729Z] ---> ede3473d5b7b [2021-03-26T00:42:31.729Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-26T00:42:31.729Z] ---> Running in dc4c818b4339 [2021-03-26T00:42:32.322Z] ---> faa1107a8079 [2021-03-26T00:42:32.322Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-26T00:42:32.322Z] Removing intermediate container dc4c818b4339 [2021-03-26T00:42:32.322Z] ---> 4ae83233aea8 [2021-03-26T00:42:32.322Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-26T00:42:32.587Z] ---> a2683da5420b [2021-03-26T00:42:32.587Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-26T00:42:32.587Z] ---> Running in e1c4bd75a6de [2021-03-26T00:42:32.587Z] ---> a60f903ac365 [2021-03-26T00:42:32.587Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-26T00:42:32.587Z] ---> Running in d21c64bc1715 [2021-03-26T00:42:32.857Z] Removing intermediate container e1c4bd75a6de [2021-03-26T00:42:32.857Z] ---> 31c787cdc262 [2021-03-26T00:42:32.857Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-26T00:42:32.857Z] ---> Running in d5b32ec32a36 [2021-03-26T00:42:33.806Z] ---> Running in 1c0ef1afc67c [2021-03-26T00:42:33.806Z] Removing intermediate container d5b32ec32a36 [2021-03-26T00:42:33.806Z] ---> 95f350db423a [2021-03-26T00:42:33.806Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:42:34.069Z] ---> Running in 1cf359c1c77b [2021-03-26T00:42:34.069Z] Removing intermediate container 1c0ef1afc67c [2021-03-26T00:42:34.069Z] ---> 9cd3730bb499 [2021-03-26T00:42:34.069Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-26T00:42:34.341Z] Removing intermediate container 1cf359c1c77b [2021-03-26T00:42:34.341Z] ---> ffeaaa73af98 [2021-03-26T00:42:34.341Z] Step 21/23 : LABEL arch=x86_64 [2021-03-26T00:42:34.341Z] ---> Running in 76d231278ab6 [2021-03-26T00:42:34.610Z] Removing intermediate container 76d231278ab6 [2021-03-26T00:42:34.610Z] ---> 6d206c4a796c [2021-03-26T00:42:34.610Z] Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:42:34.610Z] ---> 158042b8f316 [2021-03-26T00:42:34.610Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-26T00:42:35.186Z] ---> Running in d0b2e6d58b92 [2021-03-26T00:42:36.586Z] ---> 719264c01579 [2021-03-26T00:42:36.586Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-26T00:42:36.586Z] Removing intermediate container d0b2e6d58b92 [2021-03-26T00:42:36.586Z] ---> 1c8ae21825b4 [2021-03-26T00:42:36.586Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T00:42:36.586Z] Removing intermediate container d21c64bc1715 [2021-03-26T00:42:36.586Z] ---> 2fa835f72930 [2021-03-26T00:42:36.586Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:42:36.586Z] ---> Running in 8d9c7d87baa6 [2021-03-26T00:42:36.849Z] Removing intermediate container 8d9c7d87baa6 [2021-03-26T00:42:36.849Z] ---> 9495a1864f67 [2021-03-26T00:42:36.849Z] [2021-03-26T00:42:36.849Z] ---> 3bb17c396467 [2021-03-26T00:42:36.849Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-26T00:42:37.112Z] ---> 382b26015d55 [2021-03-26T00:42:37.112Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-26T00:42:37.112Z] Successfully built 9495a1864f67 [2021-03-26T00:42:37.112Z] Successfully tagged docker-core-command-go:latest [2021-03-26T00:42:37.112Z]  Building docker-core-command-go ... done  ---> Running in aca71c8acdb8 [2021-03-26T00:42:38.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:42:38.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:42:38.327Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-26T00:42:38.327Z] (2/33) Installing expat (2.2.9-r1) [2021-03-26T00:42:38.327Z] (3/33) Installing libffi (3.3-r2) [2021-03-26T00:42:38.327Z] (4/33) Installing gdbm (1.13-r1) [2021-03-26T00:42:38.905Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-26T00:42:38.905Z] ---> 4dc11ff8f706 [2021-03-26T00:42:38.905Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-26T00:42:38.905Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-26T00:42:38.905Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-26T00:42:39.483Z] Removing intermediate container 6996db48a861 [2021-03-26T00:42:39.483Z] ---> 14e02129e914 [2021-03-26T00:42:39.483Z] [2021-03-26T00:42:39.483Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T00:42:39.483Z] ---> 42cb162f0360 [2021-03-26T00:42:39.483Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-26T00:42:43.769Z] ---> aac6f77c26cc [2021-03-26T00:42:43.769Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-26T00:42:43.769Z] ---> Running in 65831aa3c08b [2021-03-26T00:42:43.769Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-26T00:42:43.769Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-26T00:42:43.769Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-26T00:42:43.769Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-26T00:42:43.769Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-26T00:42:43.769Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-26T00:42:43.769Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-26T00:42:43.769Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-26T00:42:43.769Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-26T00:42:43.769Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-26T00:42:43.769Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-26T00:42:43.769Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-26T00:42:44.042Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-26T00:42:44.660Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-26T00:42:44.926Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-26T00:42:44.926Z] Removing intermediate container 65831aa3c08b [2021-03-26T00:42:44.926Z] ---> 21905111b941 [2021-03-26T00:42:44.926Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-26T00:42:44.926Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-26T00:42:45.188Z] ---> f58b0f93f53c [2021-03-26T00:42:45.188Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-26T00:42:45.188Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-26T00:42:45.188Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-26T00:42:45.188Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-26T00:42:45.188Z] ---> Running in f444fabf373b [2021-03-26T00:42:45.188Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-26T00:42:45.188Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-26T00:42:45.188Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-26T00:42:45.188Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-26T00:42:45.188Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-26T00:42:45.188Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-26T00:42:45.188Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-26T00:42:46.135Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:42:46.135Z] OK: 71 MiB in 55 packages [2021-03-26T00:42:46.135Z] Removing intermediate container f444fabf373b [2021-03-26T00:42:46.135Z] ---> 214479109391 [2021-03-26T00:42:46.135Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-26T00:42:46.135Z] ---> f289cd059f9c [2021-03-26T00:42:46.135Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-26T00:42:46.135Z] ---> Running in ae849734c287 [2021-03-26T00:42:46.399Z] ---> Running in 2d0b94668f09 [2021-03-26T00:42:46.399Z] Removing intermediate container ae849734c287 [2021-03-26T00:42:46.399Z] ---> 529feb66e8ba [2021-03-26T00:42:46.399Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:42:46.667Z] ---> Running in 3d5e830ea80e [2021-03-26T00:42:46.667Z] Removing intermediate container 2d0b94668f09 [2021-03-26T00:42:46.667Z] ---> fd2b5e41eeda [2021-03-26T00:42:46.667Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-26T00:42:49.997Z] ---> 750092bacb41 [2021-03-26T00:42:49.997Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-26T00:42:51.920Z] ---> Running in 8d9f54ee15ef [2021-03-26T00:42:51.920Z] Removing intermediate container aca71c8acdb8 [2021-03-26T00:42:51.920Z] ---> 867150788d4a [2021-03-26T00:42:51.920Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-26T00:42:52.182Z] ---> Running in b2e4f78a8f67 [2021-03-26T00:42:52.446Z] Removing intermediate container 3d5e830ea80e [2021-03-26T00:42:52.446Z] ---> 12b2feacef68 [2021-03-26T00:42:52.446Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-26T00:42:52.446Z] ---> Running in 886f1ba63177 [2021-03-26T00:42:54.374Z] Removing intermediate container 8d9f54ee15ef [2021-03-26T00:42:54.374Z] ---> 2e74fe93fc6d [2021-03-26T00:42:54.374Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-26T00:42:54.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:42:54.374Z] ---> Running in 2f0c26798ce3 [2021-03-26T00:42:54.638Z] Removing intermediate container 2f0c26798ce3 [2021-03-26T00:42:54.638Z] ---> 4d3f313077e3 [2021-03-26T00:42:54.638Z] Step 28/31 : CMD ["gate"] [2021-03-26T00:42:54.638Z] ---> Running in 2b597dcd62ac [2021-03-26T00:42:54.901Z] Removing intermediate container 2b597dcd62ac [2021-03-26T00:42:54.901Z] ---> 8017d7b15aab [2021-03-26T00:42:54.901Z] Step 29/31 : LABEL arch=x86_64 [2021-03-26T00:42:54.901Z] Collecting docker-compose==1.23.2 [2021-03-26T00:42:55.213Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-26T00:42:55.214Z] ---> Running in 8a97d4d6301d [2021-03-26T00:42:55.214Z] Collecting jsonschema<3,>=2.5.1 [2021-03-26T00:42:55.214Z] Removing intermediate container 8a97d4d6301d [2021-03-26T00:42:55.214Z] ---> de26e0cdc3c0 [2021-03-26T00:42:55.214Z] Step 30/31 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:42:55.214Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-26T00:42:55.214Z] 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-03-26T00:42:55.475Z] ---> Running in 960540056aca [2021-03-26T00:42:55.475Z] Collecting docopt<0.7,>=0.6.1 [2021-03-26T00:42:55.475Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-26T00:42:55.736Z] Removing intermediate container 960540056aca [2021-03-26T00:42:55.737Z] ---> 8ed5dfe64bb8 [2021-03-26T00:42:55.737Z] Step 31/31 : LABEL version=0.0.0 [2021-03-26T00:42:55.737Z] ---> Running in 107ebfb9cc18 [2021-03-26T00:42:55.998Z] Removing intermediate container 107ebfb9cc18 [2021-03-26T00:42:55.998Z] ---> 6f32d2226513 [2021-03-26T00:42:55.998Z] [2021-03-26T00:42:55.998Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-26T00:42:55.998Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-26T00:42:56.261Z] Successfully built 6f32d2226513 [2021-03-26T00:42:56.261Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-26T00:42:56.834Z]  Building docker-security-bootstrapper-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-26T00:42:56.834Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-26T00:42:56.834Z] Collecting docker<4.0,>=3.6.0 [2021-03-26T00:42:56.834Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-26T00:42:57.097Z] Collecting texttable<0.10,>=0.9.0 [2021-03-26T00:42:57.097Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-26T00:42:57.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:42:57.651Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-26T00:42:57.651Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-26T00:42:57.651Z] Collecting cached-property<2,>=1.2.0 [2021-03-26T00:42:57.651Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-26T00:42:57.912Z] Collecting PyYAML<4,>=3.10 [2021-03-26T00:42:57.912Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-26T00:42:58.859Z] 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-03-26T00:42:58.860Z] Collecting idna<2.8,>=2.5 [2021-03-26T00:42:58.860Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-26T00:42:58.860Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-26T00:42:58.860Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-26T00:42:59.121Z] 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-03-26T00:42:59.121Z] Collecting docker-pycreds>=0.4.0 [2021-03-26T00:42:59.121Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-26T00:42:59.121Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-26T00:42:59.121Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-26T00:42:59.121Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-26T00:42:59.121Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-26T00:42:59.383Z] Installing collected packages: jsonschema, docopt, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, cached-property, PyYAML, docker-compose [2021-03-26T00:42:59.383Z] Running setup.py install for docopt: started [2021-03-26T00:42:59.957Z] Running setup.py install for docopt: finished with status 'done' [2021-03-26T00:42:59.957Z] Running setup.py install for dockerpty: started [2021-03-26T00:42:59.957Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-26T00:43:00.222Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-26T00:43:00.222Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-26T00:43:00.222Z] Attempting uninstall: idna [2021-03-26T00:43:00.222Z] Found existing installation: idna 2.9 [2021-03-26T00:43:00.222Z] Uninstalling idna-2.9: [2021-03-26T00:43:00.222Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-26T00:43:00.484Z] Successfully uninstalled idna-2.9 [2021-03-26T00:43:00.484Z] Attempting uninstall: urllib3 [2021-03-26T00:43:00.484Z] Found existing installation: urllib3 1.25.9 [2021-03-26T00:43:00.484Z] Uninstalling urllib3-1.25.9: [2021-03-26T00:43:00.746Z] Successfully uninstalled urllib3-1.25.9 [2021-03-26T00:43:00.746Z] Attempting uninstall: requests [2021-03-26T00:43:00.746Z] Found existing installation: requests 2.23.0 [2021-03-26T00:43:00.746Z] Uninstalling requests-2.23.0: [2021-03-26T00:43:00.746Z] Successfully uninstalled requests-2.23.0 [2021-03-26T00:43:01.008Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-26T00:43:01.270Z] Running setup.py install for texttable: started [2021-03-26T00:43:01.860Z] Running setup.py install for texttable: finished with status 'done' [2021-03-26T00:43:01.860Z] Running setup.py install for PyYAML: started [2021-03-26T00:43:02.129Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-26T00:43:02.401Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-26T00:43:02.671Z] 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-03-26T00:43:02.942Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-26T00:43:03.219Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:43:03.219Z] OK: 8 MiB in 20 packages [2021-03-26T00:43:05.816Z] Removing intermediate container 886f1ba63177 [2021-03-26T00:43:05.816Z] ---> 806d4e6a5300 [2021-03-26T00:43:05.816Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:43:06.086Z] Removing intermediate container b2e4f78a8f67 [2021-03-26T00:43:06.086Z] ---> a0de3a0617d3 [2021-03-26T00:43:06.086Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-26T00:43:06.086Z] ---> 63e30e1d556b [2021-03-26T00:43:06.086Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-26T00:43:06.086Z] ---> Running in 3bd5610aaa2b [2021-03-26T00:43:06.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-26T00:43:06.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-26T00:43:06.943Z] ---> 06af45f4153a [2021-03-26T00:43:06.943Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-26T00:43:06.943Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T00:43:06.943Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-26T00:43:06.943Z] (3/3) Installing curl (7.69.1-r3) [2021-03-26T00:43:06.943Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:43:06.943Z] OK: 72 MiB in 58 packages [2021-03-26T00:43:07.205Z] ---> 6aac0b83bd67 [2021-03-26T00:43:07.205Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-26T00:43:07.205Z] ---> Running in 95828930c0dd [2021-03-26T00:43:07.468Z] Removing intermediate container 95828930c0dd [2021-03-26T00:43:07.468Z] ---> 853d55348573 [2021-03-26T00:43:07.468Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:43:07.730Z] ---> Running in 84a44d0e99b6 [2021-03-26T00:43:07.992Z] Removing intermediate container 3bd5610aaa2b [2021-03-26T00:43:07.992Z] ---> 88c00446ae40 [2021-03-26T00:43:07.992Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-26T00:43:07.992Z] ---> Running in 758075a1abcc [2021-03-26T00:43:07.993Z] Removing intermediate container 84a44d0e99b6 [2021-03-26T00:43:07.993Z] ---> e05372b4cbbe [2021-03-26T00:43:07.993Z] Step 21/23 : LABEL arch=x86_64 [2021-03-26T00:43:07.993Z] ---> Running in 8244ba4cbb14 [2021-03-26T00:43:08.256Z] Removing intermediate container 758075a1abcc [2021-03-26T00:43:08.256Z] ---> 06e36dd977bb [2021-03-26T00:43:08.256Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:43:08.256Z] ---> Running in ab2f068a4e70 [2021-03-26T00:43:08.256Z] Removing intermediate container 8244ba4cbb14 [2021-03-26T00:43:08.256Z] ---> 25338bbe713d [2021-03-26T00:43:08.256Z] Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:43:08.256Z] ---> Running in dcad957c1e57 [2021-03-26T00:43:08.525Z] Removing intermediate container ab2f068a4e70 [2021-03-26T00:43:08.525Z] ---> 651bfda00881 [2021-03-26T00:43:08.525Z] Step 24/26 : LABEL arch=x86_64 [2021-03-26T00:43:08.525Z] ---> Running in 4a83f7651fe1 [2021-03-26T00:43:08.525Z] Removing intermediate container dcad957c1e57 [2021-03-26T00:43:08.525Z] ---> 05b3a089fdfe [2021-03-26T00:43:08.525Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T00:43:08.795Z] ---> Running in 65db899e7617 [2021-03-26T00:43:08.795Z] Removing intermediate container 4a83f7651fe1 [2021-03-26T00:43:08.795Z] ---> c9e425e2cd59 [2021-03-26T00:43:08.795Z] Step 25/26 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:43:08.795Z] ---> Running in b1cdcfc889b7 [2021-03-26T00:43:08.795Z] Removing intermediate container 65db899e7617 [2021-03-26T00:43:08.795Z] ---> 25c46328ccfd [2021-03-26T00:43:08.795Z] [2021-03-26T00:43:09.065Z] Successfully built 25c46328ccfd [2021-03-26T00:43:09.332Z] Successfully tagged docker-core-data-go:latest [2021-03-26T00:43:09.332Z]  Building docker-core-data-go ... done Removing intermediate container b1cdcfc889b7 [2021-03-26T00:43:09.332Z] ---> ea0b8b4a9ff7 [2021-03-26T00:43:09.332Z] Step 26/26 : LABEL version=0.0.0 [2021-03-26T00:43:09.332Z] ---> Running in 35c43b8918a4 [2021-03-26T00:43:09.608Z] Removing intermediate container 35c43b8918a4 [2021-03-26T00:43:09.608Z] ---> b4983a3f6833 [2021-03-26T00:43:09.608Z] [2021-03-26T00:43:09.875Z] Successfully built b4983a3f6833 [2021-03-26T00:43:09.875Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-26T00:43:10.163Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-26T00:43:10.191Z] $ docker stop --time=1 56c6eca4ae05ca780144d7cf0f4a36ee0361a4c6adcc93f81a34e3f3b211bea9 [2021-03-26T00:43:11.760Z] $ docker rm -f 56c6eca4ae05ca780144d7cf0f4a36ee0361a4c6adcc93f81a34e3f3b211bea9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T00:43:12.381Z] + docker images [2021-03-26T00:43:12.381Z] + grep docker [2021-03-26T00:43:12.649Z] docker-sys-mgmt-agent-go latest b4983a3f6833 3 seconds ago 313MB [2021-03-26T00:43:12.649Z] docker-core-data-go latest 25c46328ccfd 4 seconds ago 22.7MB [2021-03-26T00:43:12.649Z] docker-security-bootstrapper-go latest 6f32d2226513 17 seconds ago 18.9MB [2021-03-26T00:43:12.649Z] docker-core-command-go latest 9495a1864f67 36 seconds ago 17.3MB [2021-03-26T00:43:12.649Z] docker-support-notifications-go latest e86538dbe8e5 2 minutes ago 17.9MB [2021-03-26T00:43:12.649Z] docker-security-secretstore-setup-go latest 1254d730a992 2 minutes ago 25MB [2021-03-26T00:43:12.649Z] docker-core-metadata-go latest a8782040b358 2 minutes ago 19MB [2021-03-26T00:43:12.649Z] docker-support-scheduler-go latest bd604886fa9a 2 minutes ago 17.4MB [2021-03-26T00:43:12.649Z] docker-security-proxy-setup-go latest bd8f3ef27f70 2 minutes ago 24.7MB [2021-03-26T00:43:12.649Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-26T00:43:28.462Z] Still waiting to schedule task [2021-03-26T00:43:28.462Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-26T00:43:39.860Z] gofmt -l . [2021-03-26T00:43:39.861Z] [ "`gofmt -l .`" = "" ] [2021-03-26T00:43:40.838Z] ./bin/test-go-mod-tidy.sh [2021-03-26T00:43:41.821Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-26T00:43:43.915Z] + ls -al . [2021-03-26T00:43:43.915Z] total 804 [2021-03-26T00:43:43.915Z] drwxrwxr-x 9 1001 1001 4096 Mar 26 00:43 . [2021-03-26T00:43:43.915Z] drwxr-xr-x 4 root root 4096 Mar 26 00:39 .. [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 11 Mar 26 00:36 .dockerignore [2021-03-26T00:43:43.915Z] drwxrwxr-x 8 1001 1001 4096 Mar 26 00:36 .git [2021-03-26T00:43:43.915Z] drwxrwxr-x 3 1001 1001 4096 Mar 26 00:36 .github [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 818 Mar 26 00:36 .gitignore [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 166 Mar 26 00:36 .sonarcloud.properties [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 8607 Mar 26 00:36 Attribution.txt [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 3804 Mar 26 00:36 CONTRIBUTING.md [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 931 Mar 26 00:36 Dockerfile.build [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 863 Mar 26 00:36 Jenkinsfile [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 10775 Mar 26 00:36 LICENSE [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 5774 Mar 26 00:36 Makefile [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 6548 Mar 26 00:36 README.md [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 6755 Mar 26 00:36 SECURITY.md [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 5 Mar 26 00:32 VERSION [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 4131 Mar 26 00:36 ZMQWindows.md [2021-03-26T00:43:43.915Z] drwxrwxr-x 2 1001 1001 4096 Mar 26 00:36 bin [2021-03-26T00:43:43.915Z] drwxrwxr-x 14 1001 1001 4096 Mar 26 00:36 cmd [2021-03-26T00:43:43.915Z] -rw-r--r-- 1 root root 666600 Mar 26 00:42 coverage.out [2021-03-26T00:43:43.915Z] -rw-r--r-- 1 root root 1056 Mar 26 00:43 go.mod [2021-03-26T00:43:43.915Z] -rw-r--r-- 1 root root 22530 Mar 26 00:43 go.sum [2021-03-26T00:43:43.915Z] drwxrwxr-x 8 1001 1001 4096 Mar 26 00:36 internal [2021-03-26T00:43:43.915Z] drwxrwxr-x 4 1001 1001 4096 Mar 26 00:36 openapi [2021-03-26T00:43:43.915Z] drwxrwxr-x 4 1001 1001 4096 Mar 26 00:36 snap [2021-03-26T00:43:43.915Z] -rw-rw-r-- 1 1001 1001 168 Mar 26 00:36 version.go [Pipeline] sh [2021-03-26T00:43:44.579Z] + '[' -e coverage.out ] [2021-03-26T00:43:44.579Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-26T00:43:44.663Z] Warning: overwriting stash ‘coverage-report’ [2021-03-26T00:43:45.815Z] Stashed 1 file(s) [Pipeline] sh [2021-03-26T00:43:46.465Z] + make build [2021-03-26T00:43:46.465Z] 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-03-26T00:43:58.863Z] 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-03-26T00:44:14.612Z] Running on prd-ubuntu18.04-docker-8c-8g-31465 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-26T00:44:14.677Z] Running in /w/workspace/edgex-go/89 [Pipeline] { [Pipeline] checkout [2021-03-26T00:44:16.786Z] using credential edgex-jenkins-ssh [2021-03-26T00:44:16.852Z] Cloning the remote Git repository [2021-03-26T00:44:16.875Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-26T00:44:16.938Z] > git init /w/workspace/edgex-go/89 # timeout=10 [2021-03-26T00:44:16.969Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-26T00:44:16.969Z] > git --version # timeout=10 [2021-03-26T00:44:16.978Z] > git --version # 'git version 2.17.1' [2021-03-26T00:44:16.979Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T00:44:17.003Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T00:44:21.070Z] 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-03-26T00:44:25.524Z] Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-26T00:44:25.923Z] Merge succeeded, producing 9795b32581505467a235ae497a20d18992c449e5 [2021-03-26T00:44:25.924Z] Checking out Revision 9795b32581505467a235ae497a20d18992c449e5 (PR-2858) [2021-03-26T00:44:24.844Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-26T00:44:24.849Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-26T00:44:24.857Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-26T00:44:24.867Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-26T00:44:24.867Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T00:44:24.870Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-26T00:44:25.522Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T00:44:25.525Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-26T00:44:25.625Z] > git remote # timeout=10 [2021-03-26T00:44:25.630Z] > git config --get remote.origin.url # timeout=10 [2021-03-26T00:44:25.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-26T00:44:25.636Z] > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 [2021-03-26T00:44:25.907Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-26T00:44:25.914Z] > git config core.sparsecheckout # timeout=10 [2021-03-26T00:44:25.918Z] > git checkout -f 9795b32581505467a235ae497a20d18992c449e5 # timeout=10 [2021-03-26T00:44:26.454Z] 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-03-26T00:44:29.554Z] Commit message: "Merge commit 'ebfae9bf1c69030f223d824c55fa5330fb79db8d' into HEAD" [2021-03-26T00:44:29.562Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:44:30.885Z] + echo snap-build.sh [2021-03-26T00:44:30.885Z] snap-build.sh [2021-03-26T00:44:30.885Z] + SNAP_BASE_DIR=. [2021-03-26T00:44:30.885Z] + '[' '!' -z /w/workspace/edgex-go/89 ']' [2021-03-26T00:44:30.885Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/89 [2021-03-26T00:44:30.885Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/89]' [2021-03-26T00:44:30.885Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/89] [2021-03-26T00:44:30.885Z] + cd /w/workspace/edgex-go/89 [2021-03-26T00:44:30.885Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-26T00:44:30.885Z] Reading package lists... [2021-03-26T00:44:30.885Z] Building dependency tree... [2021-03-26T00:44:30.885Z] Reading state information... [2021-03-26T00:44:29.542Z] > git rev-list --no-walk c33b196b156317d14524cd4e5d9b9ab79ee86860 # timeout=10 [2021-03-26T00:44:31.147Z] The following packages were automatically installed and are no longer required: [2021-03-26T00:44:31.147Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-26T00:44:31.147Z] uidmap xdelta3 [2021-03-26T00:44:31.147Z] Use 'sudo apt autoremove' to remove them. [2021-03-26T00:44:31.147Z] The following packages will be REMOVED: [2021-03-26T00:44:31.147Z] lxd* lxd-client* [2021-03-26T00:44:31.717Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-26T00:44:31.717Z] After this operation, 31.7 MB disk space will be freed. [2021-03-26T00:44:32.760Z] (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-03-26T00:44:32.760Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-26T00:44:33.163Z] 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-03-26T00:44:33.700Z] Removing lxd dnsmasq configuration [2021-03-26T00:44:33.700Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-26T00:44:33.960Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-26T00:44:34.144Z] 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-03-26T00:44:34.538Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-26T00:44:34.798Z] (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-03-26T00:44:34.798Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-26T00:44:36.184Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-26T00:44:36.184Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-26T00:44:37.567Z] + sudo snap remove --purge lxd [2021-03-26T00:44:37.567Z] snap "lxd" is not installed [2021-03-26T00:44:37.567Z] + sudo groupadd --force --system lxd [2021-03-26T00:44:37.828Z] ++ whoami [2021-03-26T00:44:37.828Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-26T00:44:37.828Z] + newgrp - lxd [2021-03-26T00:44:37.828Z] + sudo snap install lxd [2021-03-26T00:44:39.537Z] 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-03-26T00:44:44.922Z] 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-03-26T00:44:45.971Z] 2021-03-26T00:44:43Z INFO Waiting for automatic snapd restart... [2021-03-26T00:44:48.302Z] 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-03-26T00:44:52.605Z] 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-03-26T00:44:56.904Z] 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-03-26T00:45:00.886Z] lxd 4.12 from Canonical* installed [2021-03-26T00:45:00.886Z] + sudo lxd init --auto [2021-03-26T00:45:02.305Z] 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-03-26T00:45:07.505Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-03-26T00:45:10.613Z] $ docker stop --time=1 9b1a5fc7cb1546f13f025d885f1be2fa0e58e7fe0be930a0410b0cf70882f815 [2021-03-26T00:45:13.270Z] $ docker rm -f 9b1a5fc7cb1546f13f025d885f1be2fa0e58e7fe0be930a0410b0cf70882f815 [2021-03-26T00:45:14.656Z] snapcraft 4.5.4 from Canonical* installed [2021-03-26T00:45:14.656Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-26T00:45:14.656Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-26T00:45:14.656Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-26T00:45:14.656Z] Dload Upload Total Spent Left Speed [2021-03-26T00:45:14.656Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4750 0 --:--:-- --:--:-- --:--:-- 4750 [2021-03-26T00:45:14.656Z] 1 3325k 1 45030 0 0 152k 0 0:00:21 --:--:-- 0:00:21 152k 100 3325k 100 3325k 0 0 9808k 0 --:--:-- --:--:-- --:--:-- 65.3M [2021-03-26T00:45:14.656Z] ./yq_linux_amd64 [2021-03-26T00:45:14.656Z] + sudo snapcraft prime --use-lxd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:45:15.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-26T00:45:15.658Z] [2021-03-26T00:45:15.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:45:16.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-26T00:45:16.577Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-26T00:45:16.577Z] 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-03-26T00:45:16.577Z] - README.md [2021-03-26T00:45:16.577Z] [2021-03-26T00:45:16.577Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-26T00:45:16.594Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-26T00:45:16.594Z] 29e5d40040c1: Pulling fs layer [2021-03-26T00:45:16.594Z] 1ce36da41761: Pulling fs layer [2021-03-26T00:45:16.594Z] 25b303627fd3: Pulling fs layer [2021-03-26T00:45:16.870Z] 29e5d40040c1: Verifying Checksum [2021-03-26T00:45:16.870Z] 29e5d40040c1: Download complete [2021-03-26T00:45:17.148Z] Launching a container. [2021-03-26T00:45:17.471Z] 1ce36da41761: Verifying Checksum [2021-03-26T00:45:17.471Z] 1ce36da41761: Download complete [2021-03-26T00:45:17.471Z] 29e5d40040c1: Pull complete [2021-03-26T00:45:18.899Z] 1ce36da41761: Pull complete [2021-03-26T00:45:18.899Z] 25b303627fd3: Verifying Checksum [2021-03-26T00:45:18.899Z] 25b303627fd3: Download complete [2021-03-26T00:45:29.050Z] 25b303627fd3: Pull complete [2021-03-26T00:45:29.050Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-26T00:45:29.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-26T00:45:29.050Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-26T00:45:29.289Z] prd-ubuntu18.04-docker-arm64-4c-16g-31464 does not seem to be running inside a container [2021-03-26T00:45:29.359Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-26T00:45:29.391Z] Waiting for container to be ready [2021-03-26T00:45:29.391Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-26T00:45:29.391Z] [2021-03-26T00:45:32.693Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-26T00:45:32.693Z] Waiting for network to be ready... [2021-03-26T00:45:32.782Z] $ docker top 5e5aa7fa519baa3bd72192d4cd9d5dbebdd0e78b8d7edc64d582fbf1a462b4ba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T00:45:33.265Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-26T00:45:33.265Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-26T00:45:33.838Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-26T00:45:33.838Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-26T00:45:33.838Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-26T00:45:33.908Z] + docker-compose build --help+ [2021-03-26T00:45:33.908Z] grep parallel [2021-03-26T00:45:34.101Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-26T00:45:34.102Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-26T00:45:34.102Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-26T00:45:34.102Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-26T00:45:34.102Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-26T00:45:34.102Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-26T00:45:34.102Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-26T00:45:34.102Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-26T00:45:34.102Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-26T00:45:34.102Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-26T00:45:34.102Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-26T00:45:34.369Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-26T00:45:34.369Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-26T00:45:34.369Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-26T00:45:34.952Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-26T00:45:34.952Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-26T00:45:34.952Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-26T00:45:34.952Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-26T00:45:34.952Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-26T00:45:34.952Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-26T00:45:34.952Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-26T00:45:35.213Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-26T00:45:38.220Z] --parallel Build images in parallel. [Pipeline] } [2021-03-26T00:45:38.505Z] $ docker stop --time=1 5e5aa7fa519baa3bd72192d4cd9d5dbebdd0e78b8d7edc64d582fbf1a462b4ba [2021-03-26T00:45:39.421Z] Fetched 24.2 MB in 6s (4115 kB/s) [2021-03-26T00:45:40.364Z] Reading package lists... [2021-03-26T00:45:40.463Z] $ docker rm -f 5e5aa7fa519baa3bd72192d4cd9d5dbebdd0e78b8d7edc64d582fbf1a462b4ba [2021-03-26T00:45:40.626Z] Reading package lists... [2021-03-26T00:45:40.626Z] Building dependency tree... [2021-03-26T00:45:40.626Z] Reading state information... [Pipeline] // withDockerContainer [2021-03-26T00:45:40.889Z] The following additional packages will be installed: [2021-03-26T00:45:40.889Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-26T00:45:40.889Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-26T00:45:40.889Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-26T00:45:40.889Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-26T00:45:40.889Z] Suggested packages: [2021-03-26T00:45:40.889Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-26T00:45:40.889Z] Recommended packages: [2021-03-26T00:45:40.889Z] gnupg libsasl2-modules [2021-03-26T00:45:40.889Z] The following NEW packages will be installed: [2021-03-26T00:45:40.889Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-26T00:45:40.889Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-26T00:45:40.889Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-26T00:45:40.889Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-26T00:45:40.889Z] The following packages will be upgraded: [2021-03-26T00:45:40.889Z] gpg gpg-agent gpgconf libudev1 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:45:41.150Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-26T00:45:41.150Z] Need to get 3530 kB of archives. [2021-03-26T00:45:41.150Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-26T00:45:41.150Z] 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-03-26T00:45:41.150Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-26T00:45:41.150Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-26T00:45:41.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-26T00:45:41.336Z] . [Pipeline] withDockerContainer [2021-03-26T00:45:41.411Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-26T00:45:41.411Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-26T00:45:41.411Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-26T00:45:41.623Z] prd-ubuntu18.04-docker-arm64-4c-16g-31464 does not seem to be running inside a container [2021-03-26T00:45:41.673Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-26T00:45:41.673Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-26T00:45:41.673Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-26T00:45:41.673Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-26T00:45:41.673Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-26T00:45:41.673Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-26T00:45:41.673Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-26T00:45:41.673Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-26T00:45:41.695Z] $ 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/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@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-03-26T00:45:41.936Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-26T00:45:41.936Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-26T00:45:41.936Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-26T00:45:41.936Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-26T00:45:41.936Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-26T00:45:41.936Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-26T00:45:41.936Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-26T00:45:41.936Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-26T00:45:41.936Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-26T00:45:41.936Z] Fetched 3530 kB in 1s (3397 kB/s) [2021-03-26T00:45:42.199Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-26T00:45:42.199Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-26T00:45:42.199Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-26T00:45:42.463Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-26T00:45:42.463Z] Selecting previously unselected package udev. [2021-03-26T00:45:42.463Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-26T00:45:42.463Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-26T00:45:42.463Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-26T00:45:42.724Z] Selecting previously unselected package libfuse2:amd64. [2021-03-26T00:45:42.724Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-26T00:45:42.724Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-26T00:45:42.986Z] Selecting previously unselected package fuse. [2021-03-26T00:45:42.986Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-26T00:45:42.986Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-26T00:45:42.986Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-26T00:45:42.986Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-26T00:45:43.247Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-26T00:45:43.247Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-26T00:45:43.247Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-26T00:45:43.283Z] $ docker top 39e502bf7d5c71fd07c77863b93f9001ad858d200b93cbbfae60f670e12ed258 -eo pid,comm [2021-03-26T00:45:43.509Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-26T00:45:43.509Z] Selecting previously unselected package libksba8:amd64. [2021-03-26T00:45:43.509Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-26T00:45:43.509Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-26T00:45:43.509Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-26T00:45:43.509Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T00:45:43.509Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] { [Pipeline] sh [2021-03-26T00:45:43.780Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-26T00:45:43.780Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T00:45:43.780Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:43.780Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-26T00:45:43.780Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T00:45:43.780Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:44.041Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-26T00:45:44.041Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T00:45:44.041Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:44.041Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-26T00:45:44.041Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T00:45:44.041Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:44.041Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-26T00:45:44.041Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T00:45:44.041Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:44.302Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-26T00:45:44.302Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T00:45:44.302Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:44.302Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-26T00:45:44.302Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T00:45:44.302Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:44.352Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-26T00:45:44.564Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-26T00:45:44.564Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-26T00:45:44.564Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:44.564Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-26T00:45:44.564Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-26T00:45:44.564Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-26T00:45:44.825Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-26T00:45:44.825Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-26T00:45:44.825Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-26T00:45:44.825Z] Selecting previously unselected package libldap-common. [2021-03-26T00:45:44.825Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-26T00:45:44.825Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-26T00:45:44.825Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-26T00:45:44.825Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-26T00:45:44.825Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-26T00:45:45.086Z] Selecting previously unselected package dirmngr. [2021-03-26T00:45:45.086Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-26T00:45:45.086Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-26T00:45:45.086Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-26T00:45:45.086Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-26T00:45:45.346Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-26T00:45:45.346Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-26T00:45:45.346Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-26T00:45:45.346Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-26T00:45:45.346Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:45.346Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-26T00:45:45.346Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-26T00:45:45.607Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-26T00:45:45.868Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-26T00:45:46.130Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:46.130Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-26T00:45:46.130Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-26T00:45:46.130Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-26T00:45:46.130Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:46.130Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:46.390Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:46.390Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:46.390Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:46.390Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:46.390Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-26T00:45:46.390Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-26T00:45:46.390Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-26T00:45:46.651Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-26T00:45:47.224Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-26T00:45:47.224Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-26T00:45:47.224Z] This means they are not meant to be enabled using systemctl. [2021-03-26T00:45:47.224Z] Possible reasons for having this kind of units are: [2021-03-26T00:45:47.224Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-26T00:45:47.224Z] .wants/ or .requires/ directory. [2021-03-26T00:45:47.224Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-26T00:45:47.224Z] a requirement dependency on it. [2021-03-26T00:45:47.224Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-26T00:45:47.224Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-26T00:45:47.224Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-26T00:45:47.224Z] instance name specified. [2021-03-26T00:45:47.485Z] Reading package lists... [2021-03-26T00:45:47.744Z] Building dependency tree... [2021-03-26T00:45:47.744Z] Reading state information... [2021-03-26T00:45:47.744Z] The following additional packages will be installed: [2021-03-26T00:45:47.744Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-26T00:45:47.744Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-26T00:45:47.744Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-26T00:45:47.744Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-26T00:45:47.744Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-26T00:45:47.744Z] Suggested packages: [2021-03-26T00:45:47.744Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-26T00:45:47.744Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-26T00:45:47.744Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-26T00:45:47.744Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-26T00:45:47.744Z] systemd-container policykit-1 [2021-03-26T00:45:47.744Z] Recommended packages: [2021-03-26T00:45:47.744Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-26T00:45:47.744Z] The following NEW packages will be installed: [2021-03-26T00:45:47.744Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-26T00:45:47.744Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-26T00:45:47.744Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-26T00:45:47.744Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-26T00:45:47.744Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-26T00:45:47.744Z] The following packages will be upgraded: [2021-03-26T00:45:47.745Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-26T00:45:48.012Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-26T00:45:48.012Z] Need to get 35.2 MB of archives. [2021-03-26T00:45:48.012Z] After this operation, 141 MB of additional disk space will be used. [2021-03-26T00:45:48.012Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-26T00:45:48.012Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-26T00:45:48.588Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-26T00:45:48.666Z] Building docker-core-command-go ... [2021-03-26T00:45:48.666Z] Building docker-core-data-go ... [2021-03-26T00:45:48.666Z] Building docker-core-metadata-go ... [2021-03-26T00:45:48.666Z] Building docker-security-bootstrapper-go ... [2021-03-26T00:45:48.666Z] Building docker-security-proxy-setup-go ... [2021-03-26T00:45:48.666Z] Building docker-security-secretstore-setup-go ... [2021-03-26T00:45:48.666Z] Building docker-support-notifications-go ... [2021-03-26T00:45:48.666Z] Building docker-support-scheduler-go ... [2021-03-26T00:45:48.666Z] Building docker-sys-mgmt-agent-go ... [2021-03-26T00:45:48.666Z] Building docker-core-data-go [2021-03-26T00:45:48.666Z] Building docker-security-secretstore-setup-go [2021-03-26T00:45:48.666Z] Building docker-support-notifications-go [2021-03-26T00:45:48.666Z] Building docker-core-metadata-go [2021-03-26T00:45:48.666Z] Building docker-support-scheduler-go [2021-03-26T00:45:48.850Z] 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-03-26T00:45:48.850Z] 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-03-26T00:45:48.850Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-26T00:45:48.850Z] 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-03-26T00:45:48.850Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-26T00:45:48.850Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-26T00:45:48.850Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-26T00:45:48.850Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-26T00:45:48.850Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-26T00:45:48.850Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-26T00:45:48.850Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-26T00:45:48.850Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-26T00:45:48.850Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-26T00:45:48.850Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-26T00:45:49.113Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-26T00:45:49.113Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-26T00:45:49.113Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-26T00:45:49.113Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-26T00:45:49.113Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-26T00:45:49.113Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-26T00:45:49.113Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-26T00:45:49.113Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-26T00:45:49.113Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-26T00:45:49.113Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-26T00:45:49.113Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-26T00:45:49.113Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-26T00:45:49.113Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-26T00:45:50.507Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-26T00:45:50.507Z] Fetched 35.2 MB in 2s (14.8 MB/s) [2021-03-26T00:45:50.507Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-26T00:45:50.507Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-26T00:45:50.507Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-26T00:45:51.081Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-26T00:45:51.341Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-26T00:45:51.341Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-26T00:45:51.341Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-26T00:45:51.341Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-26T00:45:51.603Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-26T00:45:51.864Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-26T00:45:51.864Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-26T00:45:51.864Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-26T00:45:51.864Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-26T00:45:52.436Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-26T00:45:52.436Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-26T00:45:52.698Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-26T00:45:52.958Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-26T00:45:52.958Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-26T00:45:52.958Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-26T00:45:53.219Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-26T00:45:53.219Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-26T00:45:53.219Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T00:45:53.480Z] Selecting previously unselected package libexpat1:amd64. [2021-03-26T00:45:53.480Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-26T00:45:53.480Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-26T00:45:53.480Z] Selecting previously unselected package python3.6-minimal. [2021-03-26T00:45:53.480Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-26T00:45:53.480Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T00:45:53.741Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-26T00:45:54.002Z] Checking for services that may need to be restarted...done. [2021-03-26T00:45:54.002Z] Checking for services that may need to be restarted...done. [2021-03-26T00:45:54.002Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T00:45:54.002Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-26T00:45:54.002Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T00:45:54.572Z] Selecting previously unselected package python3-minimal. [2021-03-26T00:45:54.572Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-26T00:45:54.572Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-26T00:45:54.572Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-26T00:45:54.834Z] Selecting previously unselected package mime-support. [2021-03-26T00:45:54.834Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-26T00:45:54.834Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-26T00:45:54.834Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-26T00:45:54.834Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-26T00:45:54.834Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-26T00:45:55.096Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-26T00:45:55.096Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-26T00:45:55.096Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T00:45:55.358Z] Selecting previously unselected package python3.6. [2021-03-26T00:45:55.358Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-26T00:45:55.358Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T00:45:55.358Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-26T00:45:55.358Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-26T00:45:55.358Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-26T00:45:55.619Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-26T00:45:55.880Z] Selecting previously unselected package python3. [2021-03-26T00:45:55.880Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-26T00:45:55.880Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-26T00:45:55.880Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-26T00:45:55.880Z] Selecting previously unselected package multiarch-support. [2021-03-26T00:45:55.880Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-26T00:45:55.880Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-26T00:45:55.880Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-26T00:45:55.880Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-26T00:45:56.140Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-26T00:45:56.140Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-26T00:45:56.140Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-26T00:45:56.140Z] Selecting previously unselected package libbsd0:amd64. [2021-03-26T00:45:56.140Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-26T00:45:56.140Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-26T00:45:56.140Z] Selecting previously unselected package sudo. [2021-03-26T00:45:56.140Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-26T00:45:56.140Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-26T00:45:56.402Z] Selecting previously unselected package apparmor. [2021-03-26T00:45:56.402Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-26T00:45:56.402Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-26T00:45:56.664Z] Selecting previously unselected package libedit2:amd64. [2021-03-26T00:45:56.664Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-26T00:45:56.664Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-26T00:45:56.664Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-26T00:45:56.664Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-26T00:45:56.664Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T00:45:56.664Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-26T00:45:56.664Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-26T00:45:56.664Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T00:45:56.925Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-26T00:45:56.925Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-26T00:45:56.925Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-26T00:45:56.925Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-26T00:45:56.925Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-26T00:45:56.925Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T00:45:56.925Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-26T00:45:56.925Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-26T00:45:56.925Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T00:45:57.186Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-26T00:45:57.186Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-26T00:45:57.186Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-26T00:45:57.447Z] Selecting previously unselected package openssh-client. [2021-03-26T00:45:57.447Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-26T00:45:57.447Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-26T00:45:57.447Z] Selecting previously unselected package squashfs-tools. [2021-03-26T00:45:57.447Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-26T00:45:57.447Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-26T00:45:57.707Z] Selecting previously unselected package snapd. [2021-03-26T00:45:57.707Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-26T00:45:57.707Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-26T00:46:00.259Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-26T00:46:00.259Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-26T00:46:00.259Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-26T00:46:00.259Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-26T00:46:00.259Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-26T00:46:00.520Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T00:46:00.520Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-26T00:46:00.520Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-26T00:46:00.520Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-26T00:46:01.092Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-26T00:46:01.092Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-26T00:46:01.092Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-26T00:46:01.353Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T00:46:01.353Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T00:46:01.353Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-26T00:46:01.924Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-26T00:46:02.186Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T00:46:02.186Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-26T00:46:02.186Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-26T00:46:02.186Z] running python rtupdate hooks for python3.6... [2021-03-26T00:46:02.186Z] running python post-rtupdate hooks for python3.6... [2021-03-26T00:46:02.186Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-26T00:46:04.103Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-26T00:46:04.103Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-26T00:46:04.103Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-26T00:46:04.364Z] Setting up snapd (2.48.3+18.04) ... [2021-03-26T00:46:04.934Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-26T00:46:04.934Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-26T00:46:05.195Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-26T00:46:05.456Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-26T00:46:05.718Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-26T00:46:05.718Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-26T00:46:05.718Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-26T00:46:05.979Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-26T00:46:06.239Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-26T00:46:06.501Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-26T00:46:06.501Z] /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-03-26T00:46:06.501Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-26T00:46:06.501Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-26T00:46:07.888Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-26T00:46:07.888Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-26T00:46:07.888Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-26T00:46:09.808Z] Reading package lists... [2021-03-26T00:46:09.808Z] Reading package lists... [2021-03-26T00:46:09.808Z] Building dependency tree... [2021-03-26T00:46:09.808Z] Reading state information... [2021-03-26T00:46:09.808Z] Calculating upgrade... [2021-03-26T00:46:10.072Z] The following packages will be upgraded: [2021-03-26T00:46:10.072Z] advancecomp base-files bash binutils binutils-common [2021-03-26T00:46:10.072Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-26T00:46:10.072Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-26T00:46:10.072Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-26T00:46:10.072Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-26T00:46:10.072Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-26T00:46:10.072Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-26T00:46:10.072Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-26T00:46:10.072Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-26T00:46:10.072Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-26T00:46:10.072Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-26T00:46:10.072Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-26T00:46:10.072Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-26T00:46:10.072Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-26T00:46:10.072Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-26T00:46:10.072Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-26T00:46:10.072Z] Need to get 63.8 MB of archives. [2021-03-26T00:46:10.072Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-26T00:46:10.072Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-26T00:46:10.332Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-26T00:46:10.332Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-26T00:46:10.332Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-26T00:46:10.332Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-26T00:46:10.332Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-26T00:46:10.332Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-26T00:46:10.332Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-26T00:46:10.332Z] 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-03-26T00:46:10.332Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-26T00:46:10.332Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-26T00:46:10.332Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-26T00:46:10.332Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-26T00:46:10.332Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-26T00:46:10.332Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-26T00:46:10.332Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-26T00:46:10.332Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-26T00:46:10.332Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-26T00:46:10.332Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-26T00:46:10.332Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-26T00:46:10.595Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-26T00:46:10.595Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-26T00:46:10.595Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-26T00:46:10.595Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-26T00:46:10.595Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-26T00:46:10.595Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-26T00:46:10.595Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-26T00:46:10.595Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-26T00:46:10.595Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-26T00:46:10.595Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-26T00:46:10.595Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-26T00:46:10.595Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-26T00:46:10.595Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-26T00:46:10.595Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-26T00:46:10.595Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-26T00:46:10.595Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-26T00:46:10.595Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-26T00:46:10.595Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-26T00:46:10.595Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-26T00:46:10.595Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-26T00:46:10.595Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-26T00:46:10.595Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-26T00:46:10.595Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-26T00:46:10.595Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-26T00:46:10.595Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-26T00:46:10.595Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-26T00:46:10.595Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-26T00:46:10.595Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-26T00:46:10.595Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-26T00:46:10.595Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-26T00:46:10.595Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-26T00:46:10.595Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-26T00:46:10.595Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-26T00:46:10.595Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-26T00:46:10.595Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-26T00:46:10.857Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-26T00:46:11.118Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-26T00:46:11.118Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-26T00:46:11.118Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-26T00:46:11.118Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-26T00:46:11.118Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-26T00:46:11.379Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-26T00:46:11.379Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-26T00:46:11.379Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-26T00:46:11.379Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-26T00:46:11.379Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-26T00:46:11.379Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-26T00:46:11.379Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-26T00:46:11.379Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-26T00:46:11.379Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-26T00:46:11.379Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-26T00:46:11.379Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-26T00:46:11.379Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-26T00:46:11.379Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-26T00:46:11.379Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-26T00:46:11.379Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-26T00:46:11.379Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-26T00:46:11.379Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-26T00:46:11.640Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-26T00:46:11.640Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-26T00:46:11.640Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-26T00:46:11.640Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-26T00:46:11.640Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-26T00:46:11.640Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-26T00:46:11.640Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-26T00:46:11.640Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-26T00:46:11.640Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-26T00:46:11.640Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-26T00:46:11.640Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-26T00:46:11.640Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-26T00:46:11.640Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-26T00:46:11.640Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-26T00:46:11.901Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-26T00:46:11.901Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-26T00:46:11.901Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-26T00:46:11.901Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-26T00:46:11.901Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-26T00:46:11.901Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-26T00:46:11.901Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-26T00:46:12.163Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-26T00:46:12.163Z] Fetched 63.8 MB in 2s (35.6 MB/s) [2021-03-26T00:46:12.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:12.163Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-26T00:46:12.163Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-26T00:46:13.108Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-26T00:46:13.108Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-26T00:46:13.108Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-26T00:46:13.109Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-26T00:46:14.052Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:14.052Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T00:46:14.052Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:14.052Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T00:46:14.319Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:14.319Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T00:46:14.319Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:14.319Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T00:46:14.580Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:14.580Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T00:46:14.580Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:14.580Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T00:46:14.841Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:14.841Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T00:46:14.841Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:15.102Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-26T00:46:15.102Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:15.102Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-26T00:46:15.102Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:15.365Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-26T00:46:15.365Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:15.365Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T00:46:15.625Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:15.625Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T00:46:15.625Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:15.886Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-26T00:46:15.886Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:16.147Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-26T00:46:16.147Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-26T00:46:16.408Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-26T00:46:16.669Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-26T00:46:16.931Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-26T00:46:16.931Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-26T00:46:16.931Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-26T00:46:16.931Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-26T00:46:17.193Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-26T00:46:17.193Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-26T00:46:17.456Z] Installing new version of config file /etc/issue ... [2021-03-26T00:46:17.456Z] Installing new version of config file /etc/issue.net ... [2021-03-26T00:46:17.456Z] Installing new version of config file /etc/lsb-release ... [2021-03-26T00:46:17.456Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-26T00:46:17.717Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-26T00:46:17.717Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-26T00:46:17.717Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-26T00:46:17.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:17.980Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-26T00:46:17.980Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-26T00:46:17.980Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-26T00:46:18.242Z] 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-03-26T00:46:18.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:18.242Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T00:46:18.242Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-26T00:46:18.242Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-26T00:46:18.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:18.503Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-26T00:46:18.503Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-26T00:46:18.503Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-26T00:46:18.764Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:18.764Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-26T00:46:18.764Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-26T00:46:19.025Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-26T00:46:19.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:19.287Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-26T00:46:19.287Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-26T00:46:19.287Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-26T00:46:19.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:19.548Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-26T00:46:19.548Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-26T00:46:19.548Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-26T00:46:19.810Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:19.810Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-26T00:46:19.810Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-26T00:46:19.810Z] Setting up grep (3.1-2build1) ... [2021-03-26T00:46:20.072Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:20.072Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-26T00:46:20.072Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-26T00:46:20.072Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-26T00:46:20.334Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:20.334Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-26T00:46:20.334Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-26T00:46:20.334Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-26T00:46:20.595Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:20.595Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-26T00:46:20.595Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-26T00:46:21.168Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-26T00:46:21.168Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-26T00:46:21.168Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-26T00:46:21.428Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-26T00:46:21.999Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-26T00:46:21.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:21.999Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-26T00:46:21.999Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-26T00:46:23.381Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-26T00:46:23.381Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-26T00:46:23.381Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-26T00:46:23.381Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-26T00:46:23.381Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-26T00:46:23.381Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:23.381Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-26T00:46:23.381Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-26T00:46:23.643Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-26T00:46:23.643Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:23.643Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T00:46:23.643Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T00:46:23.643Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-26T00:46:23.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:23.903Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T00:46:23.903Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T00:46:23.903Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-26T00:46:23.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:23.903Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T00:46:23.903Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T00:46:24.163Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-26T00:46:24.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:24.163Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T00:46:24.163Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T00:46:24.423Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-26T00:46:24.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:24.423Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-26T00:46:24.684Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-26T00:46:24.684Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-26T00:46:24.684Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-26T00:46:24.945Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-26T00:46:24.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:24.945Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-26T00:46:24.945Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-26T00:46:25.207Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-26T00:46:25.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:25.207Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T00:46:25.207Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T00:46:25.207Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-26T00:46:25.467Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:25.467Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T00:46:25.467Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T00:46:25.467Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-26T00:46:25.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:25.728Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T00:46:25.728Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T00:46:26.335Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-26T00:46:26.601Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-26T00:46:26.862Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-26T00:46:26.862Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:26.862Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-26T00:46:26.862Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-26T00:46:27.124Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-26T00:46:27.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-26T00:46:27.385Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-26T00:46:27.385Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-26T00:46:27.385Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-26T00:46:27.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:27.652Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-26T00:46:27.652Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-26T00:46:27.913Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-26T00:46:28.181Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:28.181Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-26T00:46:28.181Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-26T00:46:28.181Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-26T00:46:28.442Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:28.442Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-26T00:46:28.442Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-26T00:46:28.442Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-26T00:46:28.442Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:28.442Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-26T00:46:28.704Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-26T00:46:28.704Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-26T00:46:28.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:28.965Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-26T00:46:28.965Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-26T00:46:28.965Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-26T00:46:29.225Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:29.225Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-26T00:46:29.225Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-26T00:46:29.493Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-26T00:46:29.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:29.755Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-26T00:46:29.755Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-26T00:46:29.755Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-26T00:46:29.755Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-26T00:46:30.016Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-26T00:46:30.016Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-26T00:46:30.016Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-26T00:46:30.281Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:30.281Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-26T00:46:30.281Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-26T00:46:30.542Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-26T00:46:30.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:30.542Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-26T00:46:30.542Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-26T00:46:31.004Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-26T00:46:31.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:31.266Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-26T00:46:31.266Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-26T00:46:31.266Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-26T00:46:31.527Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:31.527Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-26T00:46:31.527Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-26T00:46:31.789Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-26T00:46:31.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:31.789Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-26T00:46:31.789Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-26T00:46:32.058Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-26T00:46:32.322Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:32.322Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-26T00:46:32.322Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-26T00:46:32.583Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-26T00:46:32.584Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:32.584Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-26T00:46:32.584Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-26T00:46:32.845Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-26T00:46:32.845Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:32.845Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-26T00:46:32.845Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-26T00:46:33.106Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-26T00:46:33.106Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:33.106Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-26T00:46:33.106Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-26T00:46:33.367Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-26T00:46:33.367Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:33.367Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-26T00:46:33.367Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-26T00:46:33.629Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-26T00:46:33.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:33.629Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-26T00:46:33.629Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-26T00:46:33.891Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-26T00:46:33.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-26T00:46:33.891Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-26T00:46:33.891Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-26T00:46:34.178Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-26T00:46:34.178Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-26T00:46:34.178Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-26T00:46:34.178Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-26T00:46:34.474Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-26T00:46:34.474Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-26T00:46:34.474Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-26T00:46:34.474Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-26T00:46:34.758Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-26T00:46:34.758Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-26T00:46:35.047Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-26T00:46:35.047Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-26T00:46:35.325Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-26T00:46:35.326Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-26T00:46:35.326Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-26T00:46:35.326Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-26T00:46:35.326Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-26T00:46:35.326Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-26T00:46:35.594Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-26T00:46:35.594Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-26T00:46:35.594Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-26T00:46:35.594Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-26T00:46:35.878Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-26T00:46:35.878Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-26T00:46:35.878Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-26T00:46:35.878Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-26T00:46:37.332Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-26T00:46:37.332Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-26T00:46:37.332Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-26T00:46:37.332Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-26T00:46:37.332Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-26T00:46:37.332Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-26T00:46:37.904Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-26T00:46:37.904Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-26T00:46:37.904Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-26T00:46:37.904Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-26T00:46:38.165Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-26T00:46:38.165Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-26T00:46:38.165Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:38.165Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T00:46:38.425Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:38.425Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T00:46:38.425Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:38.425Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T00:46:38.686Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:38.686Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T00:46:39.627Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:39.627Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T00:46:40.568Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:40.829Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T00:46:41.402Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:41.402Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T00:46:41.972Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:41.972Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T00:46:42.916Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-26T00:46:42.916Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-26T00:46:43.177Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-26T00:46:43.177Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-26T00:46:43.177Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-26T00:46:43.177Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-26T00:46:43.441Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-26T00:46:43.441Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-26T00:46:43.702Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-26T00:46:43.702Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-26T00:46:43.702Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-26T00:46:43.702Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-26T00:46:43.963Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-26T00:46:43.963Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-26T00:46:43.963Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-26T00:46:44.224Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-26T00:46:44.224Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:44.224Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-26T00:46:44.224Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:44.224Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:44.224Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:44.484Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-26T00:46:44.484Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-26T00:46:44.484Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-26T00:46:44.484Z] [2021-03-26T00:46:44.484Z] Current default time zone: 'Etc/UTC' [2021-03-26T00:46:44.484Z] Local time is now: Fri Mar 26 00:46:44 UTC 2021. [2021-03-26T00:46:44.484Z] Universal Time is now: Fri Mar 26 00:46:44 UTC 2021. [2021-03-26T00:46:44.484Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-26T00:46:44.484Z] [2021-03-26T00:46:44.484Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-26T00:46:44.744Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:44.744Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-26T00:46:44.744Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-26T00:46:44.744Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-26T00:46:44.744Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-26T00:46:44.744Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-26T00:46:44.744Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-26T00:46:45.019Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-26T00:46:45.019Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-26T00:46:45.019Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:45.019Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-26T00:46:45.279Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T00:46:45.279Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-26T00:46:45.279Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:45.279Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-26T00:46:45.539Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-26T00:46:45.539Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-26T00:46:45.539Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-26T00:46:45.539Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-26T00:46:45.539Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-26T00:46:45.539Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-26T00:46:45.539Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-26T00:46:46.928Z] Updating certificates in /etc/ssl/certs... [2021-03-26T00:46:47.546Z] 23 added, 27 removed; done. [2021-03-26T00:46:47.807Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-26T00:46:47.807Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-26T00:46:47.807Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-26T00:46:47.807Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-26T00:46:47.807Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-26T00:46:48.067Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T00:46:48.067Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-26T00:46:48.067Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T00:46:48.067Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T00:46:48.067Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T00:46:48.067Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T00:46:48.067Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T00:46:48.067Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-26T00:46:48.328Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-26T00:46:48.328Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-26T00:46:48.328Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-26T00:46:48.328Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-26T00:46:48.328Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T00:46:48.588Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-26T00:46:48.588Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-26T00:46:48.588Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-26T00:46:48.588Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-26T00:46:48.588Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-26T00:46:48.849Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-26T00:46:48.849Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-26T00:46:48.849Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-26T00:46:48.849Z] Updating certificates in /etc/ssl/certs... [2021-03-26T00:46:49.419Z] 0 added, 0 removed; done. [2021-03-26T00:46:49.419Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-26T00:46:49.419Z] done. [2021-03-26T00:46:49.989Z] Reading package lists... [2021-03-26T00:46:49.989Z] Building dependency tree... [2021-03-26T00:46:49.989Z] Reading state information... [2021-03-26T00:46:50.249Z] The following NEW packages will be installed: [2021-03-26T00:46:50.249Z] apt-transport-https [2021-03-26T00:46:50.510Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-26T00:46:50.510Z] Need to get 1696 B of archives. [2021-03-26T00:46:50.510Z] After this operation, 153 kB of additional disk space will be used. [2021-03-26T00:46:50.510Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-26T00:46:50.510Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-26T00:46:50.772Z] Fetched 1696 B in 0s (8516 B/s) [2021-03-26T00:46:50.772Z] Selecting previously unselected package apt-transport-https. [2021-03-26T00:46:50.772Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-26T00:46:50.772Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-26T00:46:50.772Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-26T00:46:50.772Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-26T00:46:51.033Z] Waiting for network to be ready... [2021-03-26T00:46:56.727Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:46:56.727Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:46:56.727Z] ---> 2c5e19b0c20a [2021-03-26T00:46:56.727Z] Step 3/24 : WORKDIR /edgex-go [2021-03-26T00:46:56.727Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:46:56.727Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:46:56.727Z] ---> 2c5e19b0c20a [2021-03-26T00:46:56.727Z] Step 3/22 : WORKDIR /edgex-go [2021-03-26T00:46:57.010Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:46:57.010Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:46:57.010Z] ---> 2c5e19b0c20a [2021-03-26T00:46:57.010Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T00:46:57.010Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:46:57.010Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:46:57.010Z] ---> 2c5e19b0c20a [2021-03-26T00:46:57.010Z] Step 3/22 : WORKDIR /edgex-go [2021-03-26T00:46:57.283Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:46:57.283Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:46:57.283Z] ---> 2c5e19b0c20a [2021-03-26T00:46:57.283Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T00:46:57.615Z] 2021-03-26T00:46:54Z INFO Waiting for automatic snapd restart... [2021-03-26T00:46:57.616Z] snapd 2.49.1 from Canonical* installed [2021-03-26T00:46:58.555Z] "snapd" switched to the "latest/stable" channel [2021-03-26T00:46:58.555Z] [2021-03-26T00:47:01.583Z] ---> Running in 0a27ccaed148 [2021-03-26T00:47:01.583Z] ---> Running in 1b39a039bff4 [2021-03-26T00:47:01.583Z] ---> Running in 53aec302ee81 [2021-03-26T00:47:01.583Z] ---> Running in 9fe52cec3d6d [2021-03-26T00:47:01.583Z] ---> Running in 26734292239d [2021-03-26T00:47:01.858Z] Removing intermediate container 26734292239d [2021-03-26T00:47:01.858Z] ---> 09aba1ee7613 [2021-03-26T00:47:01.858Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:47:01.858Z] Removing intermediate container 9fe52cec3d6d [2021-03-26T00:47:01.858Z] ---> 01b810b41db9 [2021-03-26T00:47:01.858Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:47:01.858Z] Removing intermediate container 53aec302ee81 [2021-03-26T00:47:01.858Z] ---> b776f956b28f [2021-03-26T00:47:01.858Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:47:01.858Z] Removing intermediate container 1b39a039bff4 [2021-03-26T00:47:01.858Z] ---> a168c84f8df5 [2021-03-26T00:47:01.858Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:47:01.858Z] Removing intermediate container 0a27ccaed148 [2021-03-26T00:47:01.858Z] ---> 51a1c0e2132f [2021-03-26T00:47:01.858Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:47:02.134Z] ---> Running in 839dccf77d97 [2021-03-26T00:47:02.134Z] ---> Running in ea3c7c98c1d6 [2021-03-26T00:47:02.135Z] ---> Running in 80b50a7302ca [2021-03-26T00:47:02.135Z] ---> Running in 0b4195b538eb [2021-03-26T00:47:02.135Z] ---> Running in fb6cfb1df8e8 [2021-03-26T00:47:02.767Z] core18 20210128 from Canonical* installed [2021-03-26T00:47:02.767Z] "core18" switched to the "latest/stable" channel [2021-03-26T00:47:02.767Z] [2021-03-26T00:47:06.466Z] Removing intermediate container 839dccf77d97 [2021-03-26T00:47:06.467Z] ---> 1bf412a79063 [2021-03-26T00:47:06.467Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-26T00:47:06.467Z] Removing intermediate container ea3c7c98c1d6 [2021-03-26T00:47:06.467Z] ---> 385a351a711f [2021-03-26T00:47:06.467Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-26T00:47:06.467Z] ---> Running in 3694591bd5fd [2021-03-26T00:47:06.467Z] ---> Running in 7458aeafdd94 [2021-03-26T00:47:06.467Z] Removing intermediate container 80b50a7302ca [2021-03-26T00:47:06.467Z] ---> b125a5c58cf5 [2021-03-26T00:47:06.467Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-26T00:47:06.744Z] Removing intermediate container 0b4195b538eb [2021-03-26T00:47:06.744Z] ---> 4138a4bf3332 [2021-03-26T00:47:06.744Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-26T00:47:06.744Z] Removing intermediate container fb6cfb1df8e8 [2021-03-26T00:47:06.744Z] ---> e2f397174090 [2021-03-26T00:47:06.744Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-26T00:47:07.021Z] ---> Running in 1b85b36b1cf6 [2021-03-26T00:47:07.021Z] ---> Running in 47ccee7aa976 [2021-03-26T00:47:07.021Z] ---> Running in 5df81a2d0ca6 [2021-03-26T00:47:08.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:47:08.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:47:08.057Z] snapcraft 4.5.4 from Canonical* installed [2021-03-26T00:47:08.317Z] "snapcraft" switched to the "latest/stable" channel [2021-03-26T00:47:08.317Z] [2021-03-26T00:47:08.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:47:08.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:47:08.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:47:11.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:47:11.619Z] 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-03-26T00:47:11.619Z] - README.md [2021-03-26T00:47:11.619Z] [2021-03-26T00:47:11.619Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-26T00:47:12.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:47:12.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:47:12.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:47:13.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:47:16.871Z] OK: 217 MiB in 51 packages [2021-03-26T00:47:17.465Z] OK: 217 MiB in 51 packages [2021-03-26T00:47:17.739Z] Removing intermediate container 7458aeafdd94 [2021-03-26T00:47:17.739Z] ---> fe32174668a1 [2021-03-26T00:47:17.739Z] Step 6/23 : COPY go.mod . [2021-03-26T00:47:17.739Z] OK: 217 MiB in 51 packages [2021-03-26T00:47:18.210Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-26T00:47:18.211Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-26T00:47:18.211Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-26T00:47:18.471Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-26T00:47:18.718Z] ---> f5ee31aa3b48 [2021-03-26T00:47:18.718Z] Step 7/23 : RUN go mod download [2021-03-26T00:47:18.718Z] ---> Running in 73c7b4df961a [2021-03-26T00:47:18.718Z] Removing intermediate container 1b85b36b1cf6 [2021-03-26T00:47:18.719Z] ---> caf7a703f74d [2021-03-26T00:47:18.719Z] Step 6/24 : COPY go.mod . [2021-03-26T00:47:19.328Z] Removing intermediate container 3694591bd5fd [2021-03-26T00:47:19.328Z] ---> 90084d318e39 [2021-03-26T00:47:19.328Z] Step 6/22 : COPY go.mod . [2021-03-26T00:47:19.600Z] ---> 62a005f8905c [2021-03-26T00:47:19.600Z] Step 7/24 : RUN go mod download [2021-03-26T00:47:19.852Z] Reading package lists... [2021-03-26T00:47:19.879Z] ---> Running in ec4560b64ed8 [2021-03-26T00:47:20.152Z] ---> eb5ef546545e [2021-03-26T00:47:20.152Z] Step 7/22 : RUN go mod download [2021-03-26T00:47:20.422Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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-03-26T00:47:20.436Z] OK: 217 MiB in 51 packages [2021-03-26T00:47:20.436Z] ---> Running in a33f084d1272 [2021-03-26T00:47:21.049Z] OK: 217 MiB in 51 packages [2021-03-26T00:47:22.041Z] Removing intermediate container 47ccee7aa976 [2021-03-26T00:47:22.041Z] ---> 2dda121b53ae [2021-03-26T00:47:22.041Z] Step 6/23 : COPY go.mod . [2021-03-26T00:47:22.642Z] Removing intermediate container 73c7b4df961a [2021-03-26T00:47:22.642Z] ---> 41648c0a7d1f [2021-03-26T00:47:22.642Z] Step 8/23 : COPY . . [2021-03-26T00:47:22.642Z] Removing intermediate container 5df81a2d0ca6 [2021-03-26T00:47:22.642Z] ---> 839f79e84d91 [2021-03-26T00:47:22.642Z] Step 6/22 : COPY go.mod . [2021-03-26T00:47:23.252Z] ---> 064bfb01ceda [2021-03-26T00:47:23.252Z] Step 7/23 : RUN go mod download [2021-03-26T00:47:23.855Z] ---> Running in 30807242362e [2021-03-26T00:47:24.129Z] ---> dcfad211be1c [2021-03-26T00:47:24.129Z] Step 7/22 : RUN go mod download [2021-03-26T00:47:24.730Z] ---> Running in b02698a398a8 [2021-03-26T00:47:24.730Z] Removing intermediate container ec4560b64ed8 [2021-03-26T00:47:24.730Z] ---> c2615cdce574 [2021-03-26T00:47:24.730Z] Step 8/24 : COPY . . [2021-03-26T00:47:25.717Z] Removing intermediate container a33f084d1272 [2021-03-26T00:47:25.717Z] ---> 6a9c1a3cc0bf [2021-03-26T00:47:25.717Z] Step 8/22 : COPY . . [2021-03-26T00:47:27.006Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-26T00:47:27.006Z] Reading package lists... [2021-03-26T00:47:27.006Z] Building dependency tree... [2021-03-26T00:47:27.006Z] Reading state information... [2021-03-26T00:47:27.006Z] Suggested packages: [2021-03-26T00:47:27.006Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-26T00:47:27.006Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-26T00:47:27.006Z] Recommended packages: [2021-03-26T00:47:27.006Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-26T00:47:27.006Z] The following NEW packages will be installed: [2021-03-26T00:47:27.006Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-26T00:47:27.006Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-26T00:47:27.006Z] pkg-config zip [2021-03-26T00:47:27.006Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-26T00:47:27.006Z] Need to get 7657 kB of archives. [2021-03-26T00:47:27.006Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-26T00:47:27.006Z] 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-03-26T00:47:27.006Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-26T00:47:27.006Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-26T00:47:27.267Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-26T00:47:27.267Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-26T00:47:27.267Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-26T00:47:27.267Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-26T00:47:27.529Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-26T00:47:27.529Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-26T00:47:27.529Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-26T00:47:27.529Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-26T00:47:27.529Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-26T00:47:27.529Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-26T00:47:27.789Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-26T00:47:27.789Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-26T00:47:28.050Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-26T00:47:28.050Z] Fetched 7657 kB in 1s (6985 kB/s) [2021-03-26T00:47:28.310Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-26T00:47:28.310Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-26T00:47:28.310Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-26T00:47:28.310Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-26T00:47:28.310Z] Selecting previously unselected package libpsl5:amd64. [2021-03-26T00:47:28.310Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-26T00:47:28.310Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-26T00:47:28.571Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-26T00:47:28.571Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-26T00:47:28.571Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-26T00:47:28.571Z] Selecting previously unselected package librtmp1:amd64. [2021-03-26T00:47:28.571Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-26T00:47:28.571Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-26T00:47:28.832Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-26T00:47:28.832Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-26T00:47:28.832Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-26T00:47:28.832Z] Selecting previously unselected package liberror-perl. [2021-03-26T00:47:28.832Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-26T00:47:28.832Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-26T00:47:28.832Z] Selecting previously unselected package git-man. [2021-03-26T00:47:28.832Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-26T00:47:28.832Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-26T00:47:29.093Z] Selecting previously unselected package git. [2021-03-26T00:47:29.093Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-26T00:47:29.093Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-26T00:47:30.033Z] Selecting previously unselected package libnorm1:amd64. [2021-03-26T00:47:30.033Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-26T00:47:30.033Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-26T00:47:30.294Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-26T00:47:30.294Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-26T00:47:30.294Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-26T00:47:30.294Z] Selecting previously unselected package libsodium23:amd64. [2021-03-26T00:47:30.294Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-26T00:47:30.294Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-26T00:47:30.294Z] Selecting previously unselected package libzmq5:amd64. [2021-03-26T00:47:30.294Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-26T00:47:30.294Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-26T00:47:30.555Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-26T00:47:30.555Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-26T00:47:30.555Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-26T00:47:30.818Z] Selecting previously unselected package pkg-config. [2021-03-26T00:47:30.818Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-26T00:47:30.818Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-26T00:47:30.818Z] Selecting previously unselected package zip. [2021-03-26T00:47:30.818Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-26T00:47:30.818Z] Unpacking zip (3.0-11build1) ... [2021-03-26T00:47:30.818Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-26T00:47:30.818Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-26T00:47:30.818Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-26T00:47:30.818Z] Setting up liberror-perl (0.17025-1) ... [2021-03-26T00:47:31.078Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-26T00:47:31.078Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-26T00:47:31.078Z] No schema files found: doing nothing. [2021-03-26T00:47:31.078Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-26T00:47:31.078Z] Setting up zip (3.0-11build1) ... [2021-03-26T00:47:31.078Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-26T00:47:31.078Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-26T00:47:31.078Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-26T00:47:31.078Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-26T00:47:31.123Z] Removing intermediate container 30807242362e [2021-03-26T00:47:31.123Z] ---> 388ad4673245 [2021-03-26T00:47:31.123Z] Step 8/23 : COPY . . [2021-03-26T00:47:31.123Z] Removing intermediate container b02698a398a8 [2021-03-26T00:47:31.123Z] ---> 67a7442703be [2021-03-26T00:47:31.123Z] Step 8/22 : COPY . . [2021-03-26T00:47:31.338Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-26T00:47:31.338Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-26T00:47:31.338Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-26T00:47:31.338Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-26T00:47:37.918Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-26T00:47:37.918Z] git set to automatically installed. [2021-03-26T00:47:37.918Z] git-man set to automatically installed. [2021-03-26T00:47:37.918Z] libcurl3-gnutls set to automatically installed. [2021-03-26T00:47:37.918Z] liberror-perl set to automatically installed. [2021-03-26T00:47:37.918Z] libglib2.0-0 set to automatically installed. [2021-03-26T00:47:37.918Z] libnghttp2-14 set to automatically installed. [2021-03-26T00:47:37.918Z] libnorm1 set to automatically installed. [2021-03-26T00:47:37.918Z] libpgm-5.2-0 set to automatically installed. [2021-03-26T00:47:37.918Z] libpsl5 set to automatically installed. [2021-03-26T00:47:37.918Z] librtmp1 set to automatically installed. [2021-03-26T00:47:37.918Z] libsodium23 set to automatically installed. [2021-03-26T00:47:37.918Z] libzmq3-dev set to automatically installed. [2021-03-26T00:47:37.918Z] libzmq5 set to automatically installed. [2021-03-26T00:47:37.918Z] pkg-config set to automatically installed. [2021-03-26T00:47:37.918Z] zip set to automatically installed. [2021-03-26T00:47:40.465Z] snapd is not logged in, snap install commands will use sudo [2021-03-26T00:47:47.065Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-26T00:47:47.339Z] error: cannot refresh "core18": unexpectedly empty response from the server [2021-03-26T00:47:47.339Z] (try again later) [2021-03-26T00:47:47.339Z] Error while refreshing snap 'core18' to channel 'latest/stable' [2021-03-26T00:47:47.605Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-26T00:47:49.879Z] Failed in branch amd64 [2021-03-26T00:47:53.317Z] ---> 1baa0837ee9e [2021-03-26T00:47:53.317Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-26T00:47:53.317Z] ---> Running in 6dba3819ce74 [2021-03-26T00:47:53.317Z] ---> bdaf88ff05b4 [2021-03-26T00:47:53.317Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-26T00:47:53.317Z] ---> 834c3b351409 [2021-03-26T00:47:53.317Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-26T00:47:53.317Z] ---> 1ab4a476aa79 [2021-03-26T00:47:53.317Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-26T00:47:53.317Z] ---> 51441ebee048 [2021-03-26T00:47:53.317Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-26T00:47:53.317Z] ---> Running in 9ddf7b6d5809 [2021-03-26T00:47:53.317Z] ---> Running in c565782ad7b2 [2021-03-26T00:47:53.317Z] ---> Running in 9bd5482e9ee7 [2021-03-26T00:47:53.317Z] ---> Running in 29beddcf0f66 [2021-03-26T00:47:53.317Z] 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-03-26T00:47:54.301Z] 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-03-26T00:47:54.301Z] 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-03-26T00:47:54.578Z] 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-03-26T00:47:54.578Z] 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-03-26T00:49:31.448Z] 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-03-26T00:49:38.182Z] Removing intermediate container c565782ad7b2 [2021-03-26T00:49:38.182Z] ---> c90e4d033dfe [2021-03-26T00:49:38.182Z] [2021-03-26T00:49:38.182Z] Step 10/24 : FROM alpine:3.12 [2021-03-26T00:49:38.182Z] 3.12: Pulling from library/alpine [2021-03-26T00:49:40.228Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-26T00:49:40.228Z] Status: Downloaded newer image for alpine:3.12 [2021-03-26T00:49:40.228Z] ---> e47305ac9786 [2021-03-26T00:49:40.228Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-26T00:49:40.838Z] ---> Running in d257f6dc0d4c [2021-03-26T00:49:42.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:49:42.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:49:43.922Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-26T00:49:43.922Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T00:49:43.922Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-26T00:49:43.922Z] (4/6) Installing curl (7.69.1-r3) [2021-03-26T00:49:43.922Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-26T00:49:44.198Z] (6/6) Installing su-exec (0.2-r1) [2021-03-26T00:49:44.198Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:49:44.198Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T00:49:44.471Z] OK: 7 MiB in 20 packages [2021-03-26T00:49:47.894Z] Removing intermediate container d257f6dc0d4c [2021-03-26T00:49:47.894Z] ---> 189c9ae5c4e8 [2021-03-26T00:49:47.894Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-26T00:49:47.894Z] ---> Running in 1f708aa6e6a1 [2021-03-26T00:49:48.499Z] Removing intermediate container 1f708aa6e6a1 [2021-03-26T00:49:48.499Z] ---> fbb137f55e00 [2021-03-26T00:49:48.499Z] Step 13/24 : WORKDIR / [2021-03-26T00:49:48.499Z] ---> Running in 012f9680e8bd [2021-03-26T00:49:49.490Z] Removing intermediate container 012f9680e8bd [2021-03-26T00:49:49.490Z] ---> a637ce2e834b [2021-03-26T00:49:49.490Z] 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-03-26T00:49:50.483Z] ---> 66aa957f844a [2021-03-26T00:49:50.483Z] 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-03-26T00:49:51.471Z] ---> 606c0359fdc8 [2021-03-26T00:49:51.471Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-26T00:49:52.483Z] ---> 3aac9133ef60 [2021-03-26T00:49:52.483Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-26T00:49:54.472Z] ---> 4b3301513f27 [2021-03-26T00:49:54.472Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-26T00:49:56.465Z] ---> 575cfe08ed22 [2021-03-26T00:49:56.465Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-26T00:49:57.931Z] ---> 0230292fa3bf [2021-03-26T00:49:57.931Z] 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-03-26T00:49:57.931Z] ---> Running in fd17ff080441 [2021-03-26T00:50:03.398Z] Removing intermediate container fd17ff080441 [2021-03-26T00:50:03.398Z] ---> a3c4cb3d312f [2021-03-26T00:50:03.398Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-26T00:50:03.398Z] Removing intermediate container 9ddf7b6d5809 [2021-03-26T00:50:03.398Z] ---> cffc2dda0dca [2021-03-26T00:50:03.398Z] [2021-03-26T00:50:03.398Z] Step 10/22 : FROM alpine:3.12 [2021-03-26T00:50:03.398Z] ---> e47305ac9786 [2021-03-26T00:50:03.398Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-26T00:50:03.398Z] Removing intermediate container 9bd5482e9ee7 [2021-03-26T00:50:03.398Z] ---> c0bb25b0b4eb [2021-03-26T00:50:03.398Z] [2021-03-26T00:50:03.398Z] Step 10/22 : FROM alpine:3.12 [2021-03-26T00:50:03.398Z] ---> e47305ac9786 [2021-03-26T00:50:03.670Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-26T00:50:03.670Z] ---> Running in 9be49ae233e7 [2021-03-26T00:50:03.946Z] ---> Running in 94d47f2e63da [2021-03-26T00:50:03.946Z] ---> Running in 983ed00e0038 [2021-03-26T00:50:04.551Z] Removing intermediate container 9be49ae233e7 [2021-03-26T00:50:04.551Z] ---> ffa72c922ab2 [2021-03-26T00:50:04.551Z] Step 22/24 : LABEL arch=arm64 [2021-03-26T00:50:04.828Z] ---> Running in c670ace23aee [2021-03-26T00:50:05.427Z] Removing intermediate container c670ace23aee [2021-03-26T00:50:05.427Z] ---> b121f7b5d022 [2021-03-26T00:50:05.427Z] Step 23/24 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:50:05.708Z] ---> Running in 1ef1db0d0b15 [2021-03-26T00:50:05.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:50:06.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:50:06.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:50:06.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:50:06.540Z] Removing intermediate container 1ef1db0d0b15 [2021-03-26T00:50:06.540Z] ---> 24bd8600367b [2021-03-26T00:50:06.540Z] Step 24/24 : LABEL version=0.0.0 [2021-03-26T00:50:07.139Z] ---> Running in d83a64b68b55 [2021-03-26T00:50:07.139Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-26T00:50:07.139Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:50:07.139Z] OK: 5 MiB in 15 packages [2021-03-26T00:50:07.139Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-26T00:50:07.424Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-26T00:50:07.424Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:50:07.424Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T00:50:07.698Z] OK: 6 MiB in 16 packages [2021-03-26T00:50:07.991Z] Removing intermediate container d83a64b68b55 [2021-03-26T00:50:07.991Z] ---> 456ea9487c2e [2021-03-26T00:50:07.991Z] [2021-03-26T00:50:08.989Z] Successfully built 456ea9487c2e [2021-03-26T00:50:08.989Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-26T00:50:08.989Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-26T00:50:09.592Z] Removing intermediate container 983ed00e0038 [2021-03-26T00:50:09.592Z] ---> cc815687d432 [2021-03-26T00:50:09.592Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T00:50:10.193Z] ---> Running in 323ff82d3b32 [2021-03-26T00:50:10.194Z] Removing intermediate container 94d47f2e63da [2021-03-26T00:50:10.194Z] ---> 576e183be336 [2021-03-26T00:50:10.194Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T00:50:10.798Z] ---> Running in 2abcdf0c1c83 [2021-03-26T00:50:11.788Z] Removing intermediate container 323ff82d3b32 [2021-03-26T00:50:11.788Z] ---> 46e4178cfff2 [2021-03-26T00:50:11.788Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-26T00:50:13.238Z] Removing intermediate container 2abcdf0c1c83 [2021-03-26T00:50:13.238Z] ---> d5cbb85d71ee [2021-03-26T00:50:13.238Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-26T00:50:13.238Z] ---> Running in 2bc114007e72 [2021-03-26T00:50:13.839Z] Removing intermediate container 29beddcf0f66 [2021-03-26T00:50:13.839Z] ---> e3f2c115afca [2021-03-26T00:50:13.839Z] [2021-03-26T00:50:13.839Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T00:50:13.839Z] ---> e47305ac9786 [2021-03-26T00:50:13.839Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-26T00:50:13.839Z] ---> Using cache [2021-03-26T00:50:13.839Z] ---> cc815687d432 [2021-03-26T00:50:13.839Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T00:50:13.839Z] ---> Using cache [2021-03-26T00:50:13.839Z] ---> 46e4178cfff2 [2021-03-26T00:50:13.839Z] Step 13/23 : ENV APP_PORT=48081 ---> Running in 61ba76c48967 [2021-03-26T00:50:13.839Z] [2021-03-26T00:50:14.824Z] ---> Running in 9ad682babacf [2021-03-26T00:50:15.110Z] Removing intermediate container 2bc114007e72 [2021-03-26T00:50:15.110Z] ---> 6ff90edf9bb7 [2021-03-26T00:50:15.110Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-26T00:50:15.381Z] Removing intermediate container 61ba76c48967 [2021-03-26T00:50:15.381Z] ---> 765d8f06805a [2021-03-26T00:50:15.381Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-26T00:50:15.656Z] ---> Running in c9eff5d9bab2 [2021-03-26T00:50:15.656Z] ---> Running in 6b5a35e33a03 [2021-03-26T00:50:15.656Z] Removing intermediate container 9ad682babacf [2021-03-26T00:50:15.656Z] ---> da00ac49e239 [2021-03-26T00:50:15.656Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-26T00:50:16.634Z] ---> Running in 333228123a17 [2021-03-26T00:50:16.635Z] Removing intermediate container c9eff5d9bab2 [2021-03-26T00:50:16.635Z] ---> ab91651f6acc [2021-03-26T00:50:16.635Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:50:16.911Z] Removing intermediate container 6b5a35e33a03 [2021-03-26T00:50:16.911Z] ---> 64c5f7807361 [2021-03-26T00:50:16.911Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:50:17.511Z] Removing intermediate container 333228123a17 [2021-03-26T00:50:17.511Z] ---> c82c6bd6e57e [2021-03-26T00:50:17.511Z] Step 15/23 : WORKDIR / [2021-03-26T00:50:18.113Z] ---> 02437b6bfc59 [2021-03-26T00:50:18.113Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-26T00:50:18.384Z] ---> Running in 3718689de430 [2021-03-26T00:50:18.978Z] ---> 59f86058a267 [2021-03-26T00:50:18.978Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-26T00:50:19.249Z] Removing intermediate container 6dba3819ce74 [2021-03-26T00:50:19.249Z] ---> bdd0e3f8a162 [2021-03-26T00:50:19.249Z] [2021-03-26T00:50:19.249Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T00:50:19.249Z] ---> e47305ac9786 [2021-03-26T00:50:19.249Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-26T00:50:19.844Z] Removing intermediate container 3718689de430 [2021-03-26T00:50:19.844Z] ---> 8c537d40fff8 [2021-03-26T00:50:19.844Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:50:20.118Z] ---> Running in 9ad67dbf8881 [2021-03-26T00:50:21.127Z] ---> 54e67181576c [2021-03-26T00:50:21.127Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-26T00:50:21.127Z] ---> 61340982b8f5 [2021-03-26T00:50:21.127Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-26T00:50:21.418Z] ---> bb4f2984c1af [2021-03-26T00:50:21.418Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-26T00:50:21.418Z] Removing intermediate container 9ad67dbf8881 [2021-03-26T00:50:21.418Z] ---> d82e6a975705 [2021-03-26T00:50:21.418Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-26T00:50:22.013Z] ---> Running in 76e1218a84d7 [2021-03-26T00:50:22.615Z] ---> f20c4974f950 [2021-03-26T00:50:22.615Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-26T00:50:24.055Z] ---> 91d3d12534a9 [2021-03-26T00:50:24.055Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-26T00:50:24.055Z] ---> Running in 623dcfb5a612 [2021-03-26T00:50:24.055Z] Removing intermediate container 76e1218a84d7 [2021-03-26T00:50:24.055Z] ---> 80b2e0a7b203 [2021-03-26T00:50:24.055Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-26T00:50:24.330Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:50:24.330Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:50:24.330Z] ---> 2c5e19b0c20a [2021-03-26T00:50:24.330Z] Step 3/31 : WORKDIR /edgex-go [2021-03-26T00:50:24.330Z] ---> Using cache [2021-03-26T00:50:24.330Z] ---> 51a1c0e2132f [2021-03-26T00:50:24.330Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:50:24.330Z] ---> Using cache [2021-03-26T00:50:24.330Z] ---> e2f397174090 [2021-03-26T00:50:24.330Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-26T00:50:24.330Z] ---> Using cache [2021-03-26T00:50:24.330Z] ---> 839f79e84d91 [2021-03-26T00:50:24.330Z] Step 6/31 : COPY go.mod . [2021-03-26T00:50:24.330Z] ---> Using cache [2021-03-26T00:50:24.330Z] ---> dcfad211be1c [2021-03-26T00:50:24.330Z] Step 7/31 : RUN go mod download [2021-03-26T00:50:24.330Z] ---> Using cache [2021-03-26T00:50:24.330Z] ---> 67a7442703be [2021-03-26T00:50:24.330Z] Step 8/31 : COPY . . [2021-03-26T00:50:24.330Z] ---> 53f8c52afdc2 [2021-03-26T00:50:24.330Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-26T00:50:24.330Z] ---> Using cache [2021-03-26T00:50:24.330Z] ---> bdaf88ff05b4 [2021-03-26T00:50:24.330Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-26T00:50:24.614Z] ---> Running in edcd874482ff [2021-03-26T00:50:24.614Z] ---> Running in a8a8a365d907 [2021-03-26T00:50:24.614Z] ---> Running in ac408c43bbda [2021-03-26T00:50:24.614Z] Removing intermediate container 623dcfb5a612 [2021-03-26T00:50:24.614Z] ---> 2a5cea37beae [2021-03-26T00:50:24.614Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:50:25.210Z] ---> Running in 2cf848dd389a [2021-03-26T00:50:25.210Z] Removing intermediate container a8a8a365d907 [2021-03-26T00:50:25.210Z] ---> 11e1d7e05bde [2021-03-26T00:50:25.210Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:50:25.210Z] Removing intermediate container edcd874482ff [2021-03-26T00:50:25.210Z] ---> 58ebf2505278 [2021-03-26T00:50:25.210Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:50:25.486Z] ---> eec5a2dc7d64 [2021-03-26T00:50:25.486Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-26T00:50:25.486Z] ---> Running in 2260135bbfca [2021-03-26T00:50:25.486Z] ---> Running in 770596fec9e3 [2021-03-26T00:50:25.759Z] ---> Running in 8d4757a506a7 [2021-03-26T00:50:25.759Z] Removing intermediate container 2cf848dd389a [2021-03-26T00:50:25.759Z] ---> b80881daa473 [2021-03-26T00:50:25.759Z] Step 20/22 : LABEL arch=arm64 [2021-03-26T00:50:26.030Z] ---> Running in bb4a743261bd [2021-03-26T00:50:26.303Z] 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-03-26T00:50:26.303Z] Removing intermediate container 2260135bbfca [2021-03-26T00:50:26.303Z] ---> 98f17d49117c [2021-03-26T00:50:26.303Z] Step 20/22 : LABEL arch=arm64 [2021-03-26T00:50:26.303Z] Removing intermediate container 8d4757a506a7 [2021-03-26T00:50:26.303Z] ---> 2572bb3f6843 [2021-03-26T00:50:26.303Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:50:26.576Z] ---> Running in 31963bd574e7 [2021-03-26T00:50:26.576Z] ---> Running in 82c6a62b0cec [2021-03-26T00:50:26.851Z] Removing intermediate container bb4a743261bd [2021-03-26T00:50:26.851Z] ---> 83e5bc1f4f4a [2021-03-26T00:50:26.851Z] Step 21/22 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:50:27.130Z] ---> Running in 2c7628f66cb8 [2021-03-26T00:50:27.410Z] Removing intermediate container 31963bd574e7 [2021-03-26T00:50:27.410Z] ---> 28d4c588c136 [2021-03-26T00:50:27.410Z] Step 21/22 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:50:27.688Z] Removing intermediate container 82c6a62b0cec [2021-03-26T00:50:27.688Z] ---> c17da317239d [2021-03-26T00:50:27.688Z] Step 21/23 : LABEL arch=arm64 [2021-03-26T00:50:27.688Z] ---> Running in 4192e2d5475e [2021-03-26T00:50:27.965Z] ---> Running in 5a71472b0459 [2021-03-26T00:50:27.965Z] Removing intermediate container 2c7628f66cb8 [2021-03-26T00:50:27.965Z] ---> e68c492a9ddb [2021-03-26T00:50:27.965Z] Step 22/22 : LABEL version=0.0.0 [2021-03-26T00:50:28.560Z] ---> Running in ac65fd485a18 [2021-03-26T00:50:28.560Z] Removing intermediate container 4192e2d5475e [2021-03-26T00:50:28.560Z] ---> f2544eb8dc1b [2021-03-26T00:50:28.560Z] Step 22/22 : LABEL version=0.0.0 [2021-03-26T00:50:28.830Z] Removing intermediate container 5a71472b0459 [2021-03-26T00:50:28.830Z] ---> 59f68acf4574 [2021-03-26T00:50:28.830Z] Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:50:28.830Z] ---> Running in 0d43e375a5a1 [2021-03-26T00:50:29.101Z] ---> Running in d7cf8bd38539 [2021-03-26T00:50:29.101Z] Removing intermediate container 770596fec9e3 [2021-03-26T00:50:29.101Z] ---> 3fa7ab38b18b [2021-03-26T00:50:29.101Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-26T00:50:29.374Z] Removing intermediate container ac65fd485a18 [2021-03-26T00:50:29.374Z] ---> e0230a47a86d [2021-03-26T00:50:29.374Z] [2021-03-26T00:50:29.374Z] ---> Running in fd6b5929fb01 [2021-03-26T00:50:29.656Z] Removing intermediate container 0d43e375a5a1 [2021-03-26T00:50:29.656Z] ---> 9163e47573c6 [2021-03-26T00:50:29.932Z] [2021-03-26T00:50:29.932Z] Removing intermediate container d7cf8bd38539 [2021-03-26T00:50:29.932Z] ---> 9141bb6cc90a [2021-03-26T00:50:29.932Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T00:50:30.207Z] ---> Running in a3671e101ce7 [2021-03-26T00:50:30.809Z] Successfully built e0230a47a86d [2021-03-26T00:50:30.809Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-26T00:50:30.809Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-26T00:50:30.809Z] Successfully built 9163e47573c6 [2021-03-26T00:50:30.809Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-26T00:50:30.809Z] Building docker-security-proxy-setup-go [2021-03-26T00:50:31.403Z]  Building docker-support-notifications-go ... done Removing intermediate container a3671e101ce7 [2021-03-26T00:50:31.403Z] ---> 87102d2053aa [2021-03-26T00:50:31.403Z] [2021-03-26T00:50:31.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:50:31.683Z] Successfully built 87102d2053aa [2021-03-26T00:50:31.955Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-26T00:50:31.955Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-03-26T00:50:35.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:50:40.760Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-26T00:50:41.361Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-26T00:50:41.635Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-26T00:50:42.231Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-26T00:50:44.209Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-26T00:50:45.814Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-26T00:50:45.814Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:50:45.814Z] OK: 8 MiB in 20 packages [2021-03-26T00:50:52.611Z] Removing intermediate container fd6b5929fb01 [2021-03-26T00:50:52.611Z] ---> 26468667a676 [2021-03-26T00:50:52.611Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:50:55.266Z] ---> 3d1feb4da4d8 [2021-03-26T00:50:55.266Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-26T00:50:59.588Z] ---> ce8c831f3d45 [2021-03-26T00:50:59.588Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-26T00:51:01.583Z] ---> dca827c172ac [2021-03-26T00:51:01.583Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-26T00:51:02.188Z] ---> Running in 874265d02608 [2021-03-26T00:51:03.192Z] Removing intermediate container 874265d02608 [2021-03-26T00:51:03.192Z] ---> 75eaf2af6a24 [2021-03-26T00:51:03.192Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:51:03.795Z] ---> Running in aa3b1e9b6cc6 [2021-03-26T00:51:04.782Z] Removing intermediate container aa3b1e9b6cc6 [2021-03-26T00:51:04.782Z] ---> 98ff2142cc76 [2021-03-26T00:51:04.782Z] Step 21/23 : LABEL arch=arm64 [2021-03-26T00:51:05.057Z] ---> Running in a66060ddb361 [2021-03-26T00:51:06.053Z] Removing intermediate container a66060ddb361 [2021-03-26T00:51:06.053Z] ---> 7fc30b869b12 [2021-03-26T00:51:06.053Z] Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:51:06.650Z] ---> Running in f7163448b46f [2021-03-26T00:51:07.253Z] Removing intermediate container f7163448b46f [2021-03-26T00:51:07.253Z] ---> 4970cf742eeb [2021-03-26T00:51:07.527Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T00:51:07.823Z] ---> Running in cf161e698b93 [2021-03-26T00:51:08.811Z] Removing intermediate container cf161e698b93 [2021-03-26T00:51:08.811Z] ---> 12ed96edca72 [2021-03-26T00:51:08.811Z] [2021-03-26T00:51:09.412Z] Successfully built 12ed96edca72 [2021-03-26T00:51:09.412Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-26T00:51:11.421Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:51:11.421Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:51:11.421Z] ---> 2c5e19b0c20a [2021-03-26T00:51:11.421Z] Step 3/26 : WORKDIR /edgex-go [2021-03-26T00:51:11.421Z] ---> Using cache [2021-03-26T00:51:11.421Z] ---> 51a1c0e2132f [2021-03-26T00:51:11.421Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:51:11.421Z] ---> Using cache [2021-03-26T00:51:11.421Z] ---> e2f397174090 [2021-03-26T00:51:11.421Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-26T00:51:11.421Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:51:11.421Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:51:11.421Z] ---> 2c5e19b0c20a [2021-03-26T00:51:11.421Z] Step 3/23 : WORKDIR /edgex-go [2021-03-26T00:51:11.421Z] ---> Using cache [2021-03-26T00:51:11.421Z] ---> 51a1c0e2132f [2021-03-26T00:51:11.421Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:51:11.421Z] ---> Using cache [2021-03-26T00:51:11.421Z] ---> e2f397174090 [2021-03-26T00:51:11.421Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-26T00:51:11.421Z] ---> Using cache [2021-03-26T00:51:11.421Z] ---> 839f79e84d91 [2021-03-26T00:51:11.421Z] Step 6/23 : COPY go.mod . [2021-03-26T00:51:11.421Z] ---> Using cache [2021-03-26T00:51:11.421Z] ---> dcfad211be1c [2021-03-26T00:51:11.421Z] Step 7/23 : RUN go mod download [2021-03-26T00:51:11.421Z] ---> Using cache [2021-03-26T00:51:11.421Z] ---> 67a7442703be [2021-03-26T00:51:11.421Z] Step 8/23 : COPY . . [2021-03-26T00:51:11.421Z] ---> Using cache [2021-03-26T00:51:11.421Z] ---> bdaf88ff05b4 [2021-03-26T00:51:11.421Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-26T00:51:12.017Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-26T00:51:12.017Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-26T00:51:12.017Z] ---> 2c5e19b0c20a [2021-03-26T00:51:12.017Z] Step 3/21 : WORKDIR /edgex-go [2021-03-26T00:51:12.017Z] ---> Using cache [2021-03-26T00:51:12.017Z] ---> 51a1c0e2132f [2021-03-26T00:51:12.017Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-26T00:51:12.017Z] ---> Using cache [2021-03-26T00:51:12.017Z] ---> e2f397174090 [2021-03-26T00:51:12.017Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-26T00:51:12.017Z] ---> Using cache [2021-03-26T00:51:12.017Z] ---> 839f79e84d91 [2021-03-26T00:51:12.017Z] Step 6/21 : COPY go.mod . [2021-03-26T00:51:12.017Z] ---> Using cache [2021-03-26T00:51:12.017Z] ---> dcfad211be1c [2021-03-26T00:51:12.017Z] Step 7/21 : RUN go mod download [2021-03-26T00:51:12.017Z] ---> Using cache [2021-03-26T00:51:12.017Z] ---> 67a7442703be [2021-03-26T00:51:12.017Z] Step 8/21 : COPY . . [2021-03-26T00:51:12.017Z] ---> Using cache [2021-03-26T00:51:12.017Z] ---> bdaf88ff05b4 [2021-03-26T00:51:12.017Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-26T00:51:12.290Z] ---> Running in ce755af1635f [2021-03-26T00:51:12.290Z] ---> Running in ef011b398c90 [2021-03-26T00:51:12.290Z] ---> Running in 217da2c62bc1 [2021-03-26T00:51:12.566Z] Removing intermediate container ac408c43bbda [2021-03-26T00:51:12.566Z] ---> fa224704cb12 [2021-03-26T00:51:12.566Z] [2021-03-26T00:51:12.566Z] Step 10/31 : FROM alpine:3.12 [2021-03-26T00:51:12.566Z] ---> e47305ac9786 [2021-03-26T00:51:12.566Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-26T00:51:13.169Z] ---> Running in ea85de52a1bc [2021-03-26T00:51:13.774Z] Removing intermediate container ea85de52a1bc [2021-03-26T00:51:13.774Z] ---> 066c5a5b6671 [2021-03-26T00:51:13.774Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-26T00:51:14.050Z] ---> Running in ce37ab8925fd [2021-03-26T00:51:14.655Z] 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-03-26T00:51:14.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:51:14.655Z] 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-03-26T00:51:15.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:51:15.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:51:16.525Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-26T00:51:16.525Z] (2/2) Installing su-exec (0.2-r1) [2021-03-26T00:51:16.525Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:51:16.525Z] OK: 5 MiB in 16 packages [2021-03-26T00:51:17.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:51:18.265Z] Removing intermediate container ce37ab8925fd [2021-03-26T00:51:18.265Z] ---> 4719ab255475 [2021-03-26T00:51:18.265Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-26T00:51:18.544Z] ---> Running in 2042ca1b7a92 [2021-03-26T00:51:19.148Z] Removing intermediate container 2042ca1b7a92 [2021-03-26T00:51:19.148Z] ---> d27b8f3bc87a [2021-03-26T00:51:19.148Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-26T00:51:19.421Z] ---> Running in 5c45baea7675 [2021-03-26T00:51:20.020Z] Removing intermediate container 5c45baea7675 [2021-03-26T00:51:20.020Z] ---> 1dea3acbccfc [2021-03-26T00:51:20.020Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-26T00:51:20.294Z] ---> Running in 26d0d9f4e6e6 [2021-03-26T00:51:23.708Z] OK: 217 MiB in 51 packages [2021-03-26T00:51:23.708Z] Removing intermediate container 26d0d9f4e6e6 [2021-03-26T00:51:23.986Z] ---> 2e1ddfe3608a [2021-03-26T00:51:23.986Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-26T00:51:24.265Z] ---> Running in 905a9e868eed [2021-03-26T00:51:25.256Z] Removing intermediate container 905a9e868eed [2021-03-26T00:51:25.256Z] ---> 1871520893d4 [2021-03-26T00:51:25.256Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-26T00:51:25.256Z] Removing intermediate container 217da2c62bc1 [2021-03-26T00:51:25.256Z] ---> 159ca0ca4dd6 [2021-03-26T00:51:25.256Z] Step 6/26 : COPY go.mod . [2021-03-26T00:51:26.726Z] ---> 51bef7e4eedb [2021-03-26T00:51:26.726Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-26T00:51:26.726Z] ---> fd5a48a1d452 [2021-03-26T00:51:26.726Z] Step 7/26 : RUN go mod download [2021-03-26T00:51:26.726Z] ---> Running in b1f016f94902 [2021-03-26T00:51:27.001Z] ---> Running in b05a9533da11 [2021-03-26T00:51:30.396Z] Removing intermediate container b1f016f94902 [2021-03-26T00:51:30.396Z] ---> 71d5eb96914a [2021-03-26T00:51:30.396Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:51:31.843Z] ---> 41a1a39b3cb6 [2021-03-26T00:51:31.843Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-26T00:51:31.843Z] Removing intermediate container b05a9533da11 [2021-03-26T00:51:31.843Z] ---> 7750c4e021ee [2021-03-26T00:51:31.843Z] Step 8/26 : COPY . . [2021-03-26T00:51:34.483Z] ---> 9f7f544d6b0d [2021-03-26T00:51:34.483Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-26T00:51:36.468Z] ---> 23fb592b7999 [2021-03-26T00:51:36.468Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-26T00:51:38.461Z] ---> d806d878016a [2021-03-26T00:51:38.462Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-26T00:51:40.446Z] ---> 57c352cf07e2 [2021-03-26T00:51:40.446Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-26T00:51:40.446Z] ---> Running in ecf61adcbea6 [2021-03-26T00:51:41.436Z] Removing intermediate container ecf61adcbea6 [2021-03-26T00:51:41.436Z] ---> c87a11eb3d23 [2021-03-26T00:51:41.436Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-26T00:51:42.881Z] ---> 381e08a651f4 [2021-03-26T00:51:42.881Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-26T00:51:43.871Z] ---> Running in d7b3e4852ead [2021-03-26T00:51:48.183Z] Removing intermediate container d7b3e4852ead [2021-03-26T00:51:48.183Z] ---> e81c9324d8b7 [2021-03-26T00:51:48.183Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-26T00:51:48.781Z] ---> Running in e581541ce2da [2021-03-26T00:51:50.226Z] Removing intermediate container e581541ce2da [2021-03-26T00:51:50.226Z] ---> 42b5f89c8b3d [2021-03-26T00:51:50.226Z] Step 28/31 : CMD ["gate"] [2021-03-26T00:51:50.828Z] ---> Running in 68a3bf47c07b [2021-03-26T00:51:52.401Z] Removing intermediate container 68a3bf47c07b [2021-03-26T00:51:52.401Z] ---> 2843ef32464c [2021-03-26T00:51:52.401Z] Step 29/31 : LABEL arch=arm64 [2021-03-26T00:51:52.739Z] ---> Running in 51f4f6d7849a [2021-03-26T00:51:53.047Z] ---> bd84968f4464 [2021-03-26T00:51:53.047Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-26T00:51:53.375Z] ---> Running in ce843f1cd1d2 [2021-03-26T00:51:53.689Z] Removing intermediate container 51f4f6d7849a [2021-03-26T00:51:53.689Z] ---> 1008ec20a533 [2021-03-26T00:51:53.689Z] Step 30/31 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:51:54.016Z] ---> Running in 89d53e813a33 [2021-03-26T00:51:55.079Z] Removing intermediate container 89d53e813a33 [2021-03-26T00:51:55.079Z] ---> 2b73f3726e3d [2021-03-26T00:51:55.079Z] Step 31/31 : LABEL version=0.0.0 [2021-03-26T00:51:55.349Z] ---> Running in 847769aeb96f [2021-03-26T00:51:55.349Z] 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-03-26T00:51:55.956Z] Removing intermediate container 847769aeb96f [2021-03-26T00:51:55.956Z] ---> 325998a938a2 [2021-03-26T00:51:55.956Z] [2021-03-26T00:51:56.557Z] Successfully built 325998a938a2 [2021-03-26T00:51:56.557Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-26T00:52:08.973Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-26T00:52:24.078Z] Removing intermediate container ce755af1635f [2021-03-26T00:52:24.078Z] ---> 32876da8f16e [2021-03-26T00:52:24.078Z] [2021-03-26T00:52:24.078Z] Step 10/21 : FROM alpine:3.12 [2021-03-26T00:52:24.078Z] ---> e47305ac9786 [2021-03-26T00:52:24.078Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-26T00:52:24.078Z] ---> Running in 1a556107dead [2021-03-26T00:52:24.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:52:24.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:52:24.351Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-26T00:52:24.629Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T00:52:24.629Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-26T00:52:24.629Z] (4/4) Installing curl (7.69.1-r3) [2021-03-26T00:52:24.629Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:52:24.629Z] Executing ca-certificates-20191127-r4.trigger [2021-03-26T00:52:24.903Z] OK: 7 MiB in 18 packages [2021-03-26T00:52:25.508Z] Removing intermediate container ef011b398c90 [2021-03-26T00:52:25.508Z] ---> a4e7631fab99 [2021-03-26T00:52:25.508Z] [2021-03-26T00:52:25.508Z] Step 10/23 : FROM alpine:3.12 [2021-03-26T00:52:25.508Z] ---> e47305ac9786 [2021-03-26T00:52:25.508Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-26T00:52:25.508Z] ---> Using cache [2021-03-26T00:52:25.508Z] ---> cc815687d432 [2021-03-26T00:52:25.508Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-26T00:52:25.508Z] ---> Using cache [2021-03-26T00:52:25.508Z] ---> 46e4178cfff2 [2021-03-26T00:52:25.508Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-26T00:52:25.778Z] ---> Running in 3103625466cd [2021-03-26T00:52:26.761Z] Removing intermediate container 3103625466cd [2021-03-26T00:52:26.761Z] ---> 3adc254f85e3 [2021-03-26T00:52:26.761Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-26T00:52:27.038Z] ---> Running in 63990b6bcbbb [2021-03-26T00:52:27.038Z] Removing intermediate container 1a556107dead [2021-03-26T00:52:27.038Z] ---> 111adcf81b2c [2021-03-26T00:52:27.038Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-26T00:52:27.313Z] ---> Running in 1ad0ffb626ca [2021-03-26T00:52:27.585Z] Removing intermediate container 63990b6bcbbb [2021-03-26T00:52:27.585Z] ---> b78a463d9109 [2021-03-26T00:52:27.585Z] Step 15/23 : WORKDIR / [2021-03-26T00:52:27.857Z] ---> Running in c4f9e5fadb51 [2021-03-26T00:52:27.857Z] Removing intermediate container 1ad0ffb626ca [2021-03-26T00:52:27.857Z] ---> 61edbd3e073b [2021-03-26T00:52:27.857Z] Step 13/21 : WORKDIR /edgex [2021-03-26T00:52:28.141Z] ---> Running in 162b567cf4ad [2021-03-26T00:52:28.411Z] Removing intermediate container c4f9e5fadb51 [2021-03-26T00:52:28.411Z] ---> 5f1fbf336b71 [2021-03-26T00:52:28.411Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-26T00:52:29.010Z] Removing intermediate container 162b567cf4ad [2021-03-26T00:52:29.010Z] ---> 3f83d296e5ff [2021-03-26T00:52:29.010Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-26T00:52:29.604Z] ---> 36fb659ded4f [2021-03-26T00:52:29.604Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-26T00:52:30.211Z] ---> f01c950ec6b1 [2021-03-26T00:52:30.211Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-26T00:52:31.655Z] ---> b8ea104407d5 [2021-03-26T00:52:31.655Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-26T00:52:31.926Z] ---> 972020584aa8 [2021-03-26T00:52:31.926Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-26T00:52:32.911Z] ---> 2d86b4876942 [2021-03-26T00:52:32.911Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-26T00:52:33.181Z] ---> Running in 5ff2ef0ad9d5 [2021-03-26T00:52:33.774Z] ---> 859d6a269ed8 [2021-03-26T00:52:33.774Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-26T00:52:33.774Z] Removing intermediate container 5ff2ef0ad9d5 [2021-03-26T00:52:33.774Z] ---> efeaed6306e0 [2021-03-26T00:52:33.774Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:52:34.048Z] ---> Running in 424950d41886 [2021-03-26T00:52:34.048Z] ---> Running in 5259def8829e [2021-03-26T00:52:34.644Z] Removing intermediate container 424950d41886 [2021-03-26T00:52:34.645Z] ---> 8af89d42bf00 [2021-03-26T00:52:34.645Z] Step 18/21 : CMD ["--init=true"] [2021-03-26T00:52:34.645Z] ---> Running in d58f390b6efa [2021-03-26T00:52:34.645Z] Removing intermediate container 5259def8829e [2021-03-26T00:52:34.645Z] ---> 6e0eecdb3aaf [2021-03-26T00:52:34.645Z] Step 21/23 : LABEL arch=arm64 [2021-03-26T00:52:34.915Z] ---> Running in 4bda6e00c751 [2021-03-26T00:52:35.191Z] Removing intermediate container d58f390b6efa [2021-03-26T00:52:35.191Z] ---> 95d9ce0046ff [2021-03-26T00:52:35.191Z] Step 19/21 : LABEL arch=arm64 [2021-03-26T00:52:35.465Z] ---> Running in d2a86e934240 [2021-03-26T00:52:35.740Z] Removing intermediate container 4bda6e00c751 [2021-03-26T00:52:35.740Z] ---> 44856f7f45e5 [2021-03-26T00:52:35.740Z] Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:52:35.740Z] ---> Running in 433d66fbbf61 [2021-03-26T00:52:36.017Z] Removing intermediate container d2a86e934240 [2021-03-26T00:52:36.017Z] ---> f49594ffbeb1 [2021-03-26T00:52:36.017Z] Step 20/21 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:52:36.289Z] ---> Running in f41216d748db [2021-03-26T00:52:36.289Z] Removing intermediate container 433d66fbbf61 [2021-03-26T00:52:36.289Z] ---> 0ab56c9d564c [2021-03-26T00:52:36.289Z] Step 23/23 : LABEL version=0.0.0 [2021-03-26T00:52:36.570Z] ---> Running in 723a33e56c34 [2021-03-26T00:52:36.848Z] Removing intermediate container f41216d748db [2021-03-26T00:52:36.848Z] ---> 5d7792535c12 [2021-03-26T00:52:36.848Z] Step 21/21 : LABEL version=0.0.0 [2021-03-26T00:52:36.848Z] ---> Running in 14ffa20f5631 [2021-03-26T00:52:37.123Z] Removing intermediate container 723a33e56c34 [2021-03-26T00:52:37.123Z] ---> 89c8c29ef213 [2021-03-26T00:52:37.123Z] [2021-03-26T00:52:37.719Z] Successfully built 89c8c29ef213 [2021-03-26T00:52:37.719Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-26T00:52:37.719Z] Removing intermediate container 14ffa20f5631 [2021-03-26T00:52:37.719Z]  Building docker-core-command-go ... done  ---> bb26b9f3e798 [2021-03-26T00:52:37.719Z] [2021-03-26T00:52:37.994Z] Successfully built bb26b9f3e798 [2021-03-26T00:52:37.994Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-26T00:52:41.372Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ce843f1cd1d2 [2021-03-26T00:52:41.372Z] ---> c447f985d819 [2021-03-26T00:52:41.372Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-26T00:52:41.372Z] ---> Running in 3aed314ab3e0 [2021-03-26T00:52:42.349Z] 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-03-26T00:52:44.966Z] Removing intermediate container 3aed314ab3e0 [2021-03-26T00:52:44.966Z] ---> fdb15ca4e558 [2021-03-26T00:52:44.966Z] [2021-03-26T00:52:44.966Z] Step 11/26 : FROM docker:20.10.0 [2021-03-26T00:52:44.966Z] 20.10.0: Pulling from library/docker [2021-03-26T00:52:51.673Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-26T00:52:51.673Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-26T00:52:51.673Z] ---> eeaf43b92773 [2021-03-26T00:52:51.673Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-26T00:52:52.659Z] ---> Running in 8fb5b2d95caa [2021-03-26T00:52:53.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:52:53.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:52:54.499Z] (1/2) Installing readline (8.0.4-r0) [2021-03-26T00:52:54.499Z] (2/2) Installing bash (5.0.17-r0) [2021-03-26T00:52:54.499Z] Executing bash-5.0.17-r0.post-install [2021-03-26T00:52:54.499Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:52:54.499Z] OK: 12 MiB in 22 packages [2021-03-26T00:52:55.930Z] Removing intermediate container 8fb5b2d95caa [2021-03-26T00:52:55.930Z] ---> 8c31d07a64dc [2021-03-26T00:52:55.930Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-26T00:52:55.930Z] ---> Running in 636b8167d8b6 [2021-03-26T00:52:56.528Z] Removing intermediate container 636b8167d8b6 [2021-03-26T00:52:56.528Z] ---> fc657f4d5ced [2021-03-26T00:52:56.528Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-26T00:52:56.528Z] ---> Running in 06b7fe4da1ed [2021-03-26T00:52:57.118Z] Removing intermediate container 06b7fe4da1ed [2021-03-26T00:52:57.118Z] ---> 34b897233bd0 [2021-03-26T00:52:57.118Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-26T00:52:57.390Z] ---> Running in bf4e0b666f20 [2021-03-26T00:52:57.662Z] Removing intermediate container bf4e0b666f20 [2021-03-26T00:52:57.662Z] ---> 17af57ad7f8e [2021-03-26T00:52:57.662Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-26T00:52:59.089Z] ---> fc1096aeba6b [2021-03-26T00:52:59.089Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-26T00:52:59.681Z] ---> 79463c48674c [2021-03-26T00:52:59.681Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-26T00:53:00.659Z] ---> 1491208bdb63 [2021-03-26T00:53:00.659Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-26T00:53:00.659Z] ---> Running in 786f939187d7 [2021-03-26T00:53:02.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:53:02.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:53:02.363Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-26T00:53:02.363Z] (2/33) Installing expat (2.2.9-r1) [2021-03-26T00:53:02.363Z] (3/33) Installing libffi (3.3-r2) [2021-03-26T00:53:02.363Z] (4/33) Installing gdbm (1.13-r1) [2021-03-26T00:53:02.363Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-26T00:53:02.363Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-26T00:53:02.633Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-26T00:53:04.056Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-26T00:53:04.056Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-26T00:53:04.326Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-26T00:53:04.326Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-26T00:53:04.326Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-26T00:53:04.326Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-26T00:53:04.326Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-26T00:53:04.326Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-26T00:53:04.326Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-26T00:53:04.326Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-26T00:53:04.597Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-26T00:53:04.597Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-26T00:53:04.597Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-26T00:53:04.597Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-26T00:53:04.597Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-26T00:53:04.597Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-26T00:53:04.597Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-26T00:53:04.597Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-26T00:53:04.597Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-26T00:53:04.597Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-26T00:53:04.870Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-26T00:53:04.870Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-26T00:53:04.870Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-26T00:53:04.870Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-26T00:53:04.870Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-26T00:53:04.870Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-26T00:53:04.870Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:53:04.870Z] OK: 71 MiB in 55 packages [2021-03-26T00:53:11.594Z] Removing intermediate container 786f939187d7 [2021-03-26T00:53:11.594Z] ---> cef46ee869ea [2021-03-26T00:53:11.594Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-26T00:53:11.594Z] ---> Running in 242b3b0b0384 [2021-03-26T00:53:16.998Z] Collecting docker-compose==1.23.2 [2021-03-26T00:53:16.998Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-26T00:53:16.998Z] Collecting cached-property<2,>=1.2.0 [2021-03-26T00:53:16.998Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-26T00:53:17.596Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-26T00:53:17.596Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-26T00:53:18.187Z] Collecting jsonschema<3,>=2.5.1 [2021-03-26T00:53:18.187Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-26T00:53:18.457Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-26T00:53:18.457Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-26T00:53:21.060Z] Collecting PyYAML<4,>=3.10 [2021-03-26T00:53:21.060Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-26T00:53:24.427Z] Collecting docker<4.0,>=3.6.0 [2021-03-26T00:53:24.427Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-26T00:53:24.698Z] Collecting docopt<0.7,>=0.6.1 [2021-03-26T00:53:24.698Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-26T00:53:26.662Z] 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-03-26T00:53:27.634Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-26T00:53:27.634Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-26T00:53:27.904Z] Collecting texttable<0.10,>=0.9.0 [2021-03-26T00:53:27.904Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-26T00:53:29.898Z] Collecting docker-pycreds>=0.4.0 [2021-03-26T00:53:29.898Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-26T00:53:30.169Z] 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-03-26T00:53:30.169Z] Collecting idna<2.8,>=2.5 [2021-03-26T00:53:30.169Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-26T00:53:30.763Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-26T00:53:31.037Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-26T00:53:31.037Z] 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-03-26T00:53:31.037Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-26T00:53:31.037Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-26T00:53:31.037Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-26T00:53:31.037Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-26T00:53:32.011Z] Installing collected packages: cached-property, websocket-client, jsonschema, dockerpty, PyYAML, docker-pycreds, idna, urllib3, requests, docker, docopt, texttable, docker-compose [2021-03-26T00:53:32.602Z] Running setup.py install for dockerpty: started [2021-03-26T00:53:34.564Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-26T00:53:34.564Z] Running setup.py install for PyYAML: started [2021-03-26T00:53:36.525Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-26T00:53:36.796Z] Attempting uninstall: idna [2021-03-26T00:53:36.796Z] Found existing installation: idna 2.9 [2021-03-26T00:53:36.796Z] Uninstalling idna-2.9: [2021-03-26T00:53:36.796Z] Successfully uninstalled idna-2.9 [2021-03-26T00:53:37.389Z] Attempting uninstall: urllib3 [2021-03-26T00:53:37.389Z] Found existing installation: urllib3 1.25.9 [2021-03-26T00:53:37.389Z] Uninstalling urllib3-1.25.9: [2021-03-26T00:53:37.658Z] Successfully uninstalled urllib3-1.25.9 [2021-03-26T00:53:38.248Z] Attempting uninstall: requests [2021-03-26T00:53:38.248Z] Found existing installation: requests 2.23.0 [2021-03-26T00:53:38.248Z] Uninstalling requests-2.23.0: [2021-03-26T00:53:38.248Z] Successfully uninstalled requests-2.23.0 [2021-03-26T00:53:39.223Z] Running setup.py install for docopt: started [2021-03-26T00:53:41.188Z] Running setup.py install for docopt: finished with status 'done' [2021-03-26T00:53:41.188Z] Running setup.py install for texttable: started [2021-03-26T00:53:43.161Z] Running setup.py install for texttable: finished with status 'done' [2021-03-26T00:53:44.134Z] 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-03-26T00:53:48.430Z] Removing intermediate container 242b3b0b0384 [2021-03-26T00:53:48.430Z] ---> 014730f082ac [2021-03-26T00:53:48.431Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-26T00:53:48.431Z] ---> Running in abbedd190b27 [2021-03-26T00:53:49.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-26T00:53:49.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-26T00:53:49.617Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-26T00:53:49.617Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-26T00:53:49.617Z] (3/3) Installing curl (7.69.1-r3) [2021-03-26T00:53:49.617Z] Executing busybox-1.31.1-r19.trigger [2021-03-26T00:53:49.617Z] OK: 72 MiB in 58 packages [2021-03-26T00:53:51.041Z] Removing intermediate container abbedd190b27 [2021-03-26T00:53:51.041Z] ---> fcbeecab6606 [2021-03-26T00:53:51.041Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-26T00:53:51.041Z] ---> Running in d1c7e41e982c [2021-03-26T00:53:51.633Z] Removing intermediate container d1c7e41e982c [2021-03-26T00:53:51.633Z] ---> 53b7640d8749 [2021-03-26T00:53:51.633Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-26T00:53:51.633Z] ---> Running in 7273055b884f [2021-03-26T00:53:52.227Z] Removing intermediate container 7273055b884f [2021-03-26T00:53:52.227Z] ---> 2a24341a9f08 [2021-03-26T00:53:52.227Z] Step 24/26 : LABEL arch=arm64 [2021-03-26T00:53:52.227Z] ---> Running in a0fb9333c547 [2021-03-26T00:53:52.819Z] Removing intermediate container a0fb9333c547 [2021-03-26T00:53:52.819Z] ---> 8dfec6c9ba34 [2021-03-26T00:53:52.819Z] Step 25/26 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 [2021-03-26T00:53:52.819Z] ---> Running in 89dc34a2bb89 [2021-03-26T00:53:53.409Z] Removing intermediate container 89dc34a2bb89 [2021-03-26T00:53:53.409Z] ---> 596381668482 [2021-03-26T00:53:53.409Z] Step 26/26 : LABEL version=0.0.0 [2021-03-26T00:53:53.682Z] ---> Running in b89ccffe7347 [2021-03-26T00:53:53.953Z] Removing intermediate container b89ccffe7347 [2021-03-26T00:53:53.953Z] ---> d9eb4d7fb512 [2021-03-26T00:53:53.953Z] [2021-03-26T00:53:54.545Z] Successfully built d9eb4d7fb512 [2021-03-26T00:53:54.545Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-26T00:53:54.830Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-26T00:53:54.827Z] $ docker stop --time=1 39e502bf7d5c71fd07c77863b93f9001ad858d200b93cbbfae60f670e12ed258 [2021-03-26T00:53:56.804Z] $ docker rm -f 39e502bf7d5c71fd07c77863b93f9001ad858d200b93cbbfae60f670e12ed258 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-26T00:53:57.549Z] + grep docker [2021-03-26T00:53:57.550Z] + docker images [2021-03-26T00:53:57.820Z] docker-sys-mgmt-agent-go-arm64 latest d9eb4d7fb512 4 seconds ago 300MB [2021-03-26T00:53:57.820Z] docker-security-proxy-setup-go-arm64 latest bb26b9f3e798 About a minute ago 23.4MB [2021-03-26T00:53:57.820Z] docker-core-command-go-arm64 latest 89c8c29ef213 About a minute ago 16.3MB [2021-03-26T00:53:57.820Z] docker-security-bootstrapper-go-arm64 latest 325998a938a2 2 minutes ago 17.9MB [2021-03-26T00:53:57.820Z] docker-core-data-go-arm64 latest 12ed96edca72 2 minutes ago 21.4MB [2021-03-26T00:53:57.820Z] docker-core-metadata-go-arm64 latest 87102d2053aa 3 minutes ago 17.9MB [2021-03-26T00:53:57.820Z] docker-support-notifications-go-arm64 latest 9163e47573c6 3 minutes ago 16.9MB [2021-03-26T00:53:57.820Z] docker-support-scheduler-go-arm64 latest e0230a47a86d 3 minutes ago 16.4MB [2021-03-26T00:53:57.820Z] docker-security-secretstore-setup-go-arm64 latest 456ea9487c2e 3 minutes ago 23.7MB [2021-03-26T00:53:57.820Z] 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-03-26T00:53:59.065Z] ---> job-cost.sh [2021-03-26T00:53:59.065Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-r8ep [2021-03-26T00:54:38.018Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-26T00:56:14.834Z] lf-activate-venv(): INFO: Adding /tmp/venv-r8ep/bin to PATH [2021-03-26T00:56:14.834Z] INFO: No Stack... [2021-03-26T00:56:14.834Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-26T00:56:14.834Z] INFO: Archiving Costs [Pipeline] sh [2021-03-26T00:56:15.179Z] + + cutcat -d, /w/workspace/edgex-go/89/archives/cost.csv -f6 [2021-03-26T00:56:15.179Z] [Pipeline] lock [2021-03-26T00:56:15.343Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-89-stack-cost] [2021-03-26T00:56:15.352Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-89-stack-cost] did not exist. Created. [2021-03-26T00:56:15.352Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-89-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-26T00:56:15.782Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-26T00:56:16.048Z] Stashed 1 file(s) [Pipeline] } [2021-03-26T00:56:16.063Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-89-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:56:20.382Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:56:21.274Z] ---> package-listing.sh [2021-03-26T00:56:21.275Z] ++ facter osfamily [2021-03-26T00:56:21.275Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-26T00:56:21.275Z] + OS_FAMILY=redhat [2021-03-26T00:56:21.275Z] + workspace=/w/workspace/edgex-go/89 [2021-03-26T00:56:21.275Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-26T00:56:21.275Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-26T00:56:21.275Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-26T00:56:21.275Z] + PACKAGES=/tmp/packages_start.txt [2021-03-26T00:56:21.275Z] + '[' /w/workspace/edgex-go/89 ']' [2021-03-26T00:56:21.275Z] + PACKAGES=/tmp/packages_end.txt [2021-03-26T00:56:21.275Z] + case "${OS_FAMILY}" in [2021-03-26T00:56:21.275Z] + rpm -qa [2021-03-26T00:56:21.275Z] + sort [2021-03-26T00:56:26.589Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-26T00:56:26.589Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-26T00:56:26.589Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-26T00:56:26.589Z] + '[' /w/workspace/edgex-go/89 ']' [2021-03-26T00:56:26.589Z] + mkdir -p /w/workspace/edgex-go/89/archives/ [2021-03-26T00:56:26.589Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/89/archives/ [Pipeline] echo [2021-03-26T00:56:26.606Z] 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/89/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-26T00:56:26.903Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:56:27.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T00:56:27.215Z] [2021-03-26T00:56:27.215Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-26T00:56:27.618Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T00:56:27.618Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-26T00:56:27.618Z] df20fa9351a1: Pulling fs layer [2021-03-26T00:56:27.618Z] 36b3adc4ff6f: Pulling fs layer [2021-03-26T00:56:27.618Z] 8ad3a11d3b57: Pulling fs layer [2021-03-26T00:56:27.618Z] 46f8f816bc3b: Pulling fs layer [2021-03-26T00:56:27.618Z] 93b61091891f: Pulling fs layer [2021-03-26T00:56:27.618Z] 93b9cdb0e59b: Pulling fs layer [2021-03-26T00:56:27.618Z] 5e14af77c1be: Pulling fs layer [2021-03-26T00:56:27.618Z] 01666e4c0597: Pulling fs layer [2021-03-26T00:56:27.618Z] aa168da1d23b: Pulling fs layer [2021-03-26T00:56:27.618Z] 46f8f816bc3b: Waiting [2021-03-26T00:56:27.618Z] 93b61091891f: Waiting [2021-03-26T00:56:27.618Z] 93b9cdb0e59b: Waiting [2021-03-26T00:56:27.618Z] 01666e4c0597: Waiting [2021-03-26T00:56:27.618Z] 5e14af77c1be: Waiting [2021-03-26T00:56:27.618Z] aa168da1d23b: Waiting [2021-03-26T00:56:27.618Z] 36b3adc4ff6f: Verifying Checksum [2021-03-26T00:56:27.618Z] 36b3adc4ff6f: Download complete [2021-03-26T00:56:27.618Z] 46f8f816bc3b: Download complete [2021-03-26T00:56:27.618Z] df20fa9351a1: Verifying Checksum [2021-03-26T00:56:27.618Z] df20fa9351a1: Download complete [2021-03-26T00:56:27.954Z] 93b9cdb0e59b: Verifying Checksum [2021-03-26T00:56:27.954Z] 93b9cdb0e59b: Download complete [2021-03-26T00:56:27.954Z] 5e14af77c1be: Verifying Checksum [2021-03-26T00:56:27.954Z] 5e14af77c1be: Download complete [2021-03-26T00:56:27.954Z] 93b61091891f: Download complete [2021-03-26T00:56:27.954Z] 01666e4c0597: Verifying Checksum [2021-03-26T00:56:27.954Z] 01666e4c0597: Download complete [2021-03-26T00:56:28.227Z] df20fa9351a1: Pull complete [2021-03-26T00:56:28.227Z] 36b3adc4ff6f: Pull complete [2021-03-26T00:56:28.490Z] 8ad3a11d3b57: Download complete [2021-03-26T00:56:29.455Z] 8ad3a11d3b57: Pull complete [2021-03-26T00:56:29.455Z] 46f8f816bc3b: Pull complete [2021-03-26T00:56:30.411Z] aa168da1d23b: Verifying Checksum [2021-03-26T00:56:30.411Z] aa168da1d23b: Download complete [2021-03-26T00:56:32.335Z] 93b61091891f: Pull complete [2021-03-26T00:56:32.335Z] 93b9cdb0e59b: Pull complete [2021-03-26T00:56:32.596Z] 5e14af77c1be: Pull complete [2021-03-26T00:56:32.596Z] 01666e4c0597: Pull complete [2021-03-26T00:56:40.787Z] aa168da1d23b: Pull complete [2021-03-26T00:56:40.787Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-26T00:56:40.787Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-26T00:56:40.787Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-26T00:56:41.055Z] prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container [2021-03-26T00:56:41.113Z] $ 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/89/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/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-26T00:56:48.368Z] $ docker top 82eaa15767c6619daf42cf58d05032aab7acd4c7703ff6384bb2c06afef027b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-26T00:56:48.942Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-26T00:56:49.252Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-26T00:56:49.552Z] + ls /var/log/sa-host [2021-03-26T00:56:49.552Z] + sadf -c /var/log/sa-host/sa23 [2021-03-26T00:56:49.552Z] file_magic: OK [2021-03-26T00:56:49.552Z] HZ: Using current value: 100 [2021-03-26T00:56:49.552Z] file_header: OK [2021-03-26T00:56:49.552Z] 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-03-26T00:56:49.552Z] Statistics: [2021-03-26T00:56:49.552Z] Hnuu...uuuununununu... [2021-03-26T00:56:49.552Z] File successfully converted to sysstat format version 12.2.1 [2021-03-26T00:56:49.552Z] + sadf -c /var/log/sa-host/sa26 [2021-03-26T00:56:49.552Z] file_magic: OK [2021-03-26T00:56:49.552Z] HZ: Using current value: 100 [2021-03-26T00:56:49.552Z] file_header: OK [2021-03-26T00:56:49.552Z] 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-03-26T00:56:49.552Z] Statistics: [2021-03-26T00:56:49.552Z] 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-03-26T00:56:49.552Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-26T00:56:50.174Z] provisioning config files... [2021-03-26T00:56:50.203Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/89@tmp/config9008865435744710211tmp [Pipeline] { [Pipeline] echo [2021-03-26T00:56:50.263Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:56:50.567Z] ---> create-netrc.sh [Pipeline] } [2021-03-26T00:56:50.578Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-26T00:56:50.717Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:56:51.018Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-26T00:56:51.030Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:56:51.337Z] ---> sudo-logs.sh [2021-03-26T00:56:51.337Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-26T00:56:51.582Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:56:51.890Z] ---> job-cost.sh [2021-03-26T00:56:51.890Z] lf-activate-venv: SKIPPING [2021-03-26T00:56:51.890Z] DEBUG: total: 0.20999999344348907 [2021-03-26T00:56:51.890Z] INFO: Retrieving Stack Cost... [2021-03-26T00:56:52.837Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-26T00:56:53.786Z] INFO: Archiving Costs [Pipeline] echo [2021-03-26T00:56:53.800Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-26T00:56:54.101Z] ---> logs-deploy.sh [2021-03-26T00:56:54.101Z] lf-activate-venv: SKIPPING [2021-03-26T00:56:54.101Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/89 [2021-03-26T00:56:54.101Z] INFO: archiving workspace using pattern(s): [2021-03-26T00:56:56.022Z] Archives upload complete. [2021-03-26T00:56:56.022Z] INFO: archiving logs to Nexus