Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bb2438e612dd75dd6fb6b11596e3f18ccd51213c+c419618f783e51adc3e0be9d68d8defacfb69d2d (4a3810ff0ecca159b7bd0a704f87db5933029e82) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-177 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/70 [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/70 # 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 c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit bb2438e612dd75dd6fb6b11596e3f18ccd51213c > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 Merge succeeded, producing bb2438e612dd75dd6fb6b11596e3f18ccd51213c Checking out Revision bb2438e612dd75dd6fb6b11596e3f18ccd51213c (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk 4c81057e5db04cbec8dfe4ac23e02b6bdcda2789 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-15T02:30:21.987Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-15T02:30:22.087Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-15T02:30:22.110Z] ========================================================= [2021-04-15T02:30:22.110Z] EdgeX Global Pipelines Version Info [2021-04-15T02:30:22.110Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:30:26.090Z] ------------------- [2021-04-15T02:30:26.090Z] stable info: [2021-04-15T02:30:26.090Z] ------------------- [2021-04-15T02:30:26.090Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-15T02:30:26.090Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-15T02:30:26.090Z] Message: update stable to v1.0.186 [2021-04-15T02:30:27.363Z] ------------------- [2021-04-15T02:30:27.363Z] experimental info: [2021-04-15T02:30:27.363Z] ------------------- [2021-04-15T02:30:27.363Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-15T02:30:27.363Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-15T02:30:27.363Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-15T02:30:27.690Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-15T02:30:27.713Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-15T02:30:27.735Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-15T02:30:27.759Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-15T02:30:27.782Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-15T02:30:27.804Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-15T02:30:27.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-15T02:30:27.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-15T02:30:27.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-15T02:30:27.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-15T02:30:27.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-15T02:30:27.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-15T02:30:27.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-15T02:30:27.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-15T02:30:28.020Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-15T02:30:28.046Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-15T02:30:28.068Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-15T02:30:28.088Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-15T02:30:28.111Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-15T02:30:28.132Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-15T02:30:28.159Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-15T02:30:28.204Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-15T02:30:28.236Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-15T02:30:28.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-15T02:30:28.284Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-15T02:30:28.319Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bb2438e612dd75dd6fb6b11596e3f18ccd51213c [Pipeline] echo [2021-04-15T02:30:28.342Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bb2438e [Pipeline] echo [2021-04-15T02:30:28.362Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-15T02:30:28.434Z] provisioning config files... [2021-04-15T02:30:28.482Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/70@tmp/config8331675205732792141tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:30:29.302Z] ---> docker-login.sh [2021-04-15T02:30:29.302Z] nexus3.edgexfoundry.org:10001 [2021-04-15T02:30:30.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T02:30:30.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T02:30:30.671Z] Configure a credential helper to remove this warning. See [2021-04-15T02:30:30.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T02:30:30.671Z] [2021-04-15T02:30:30.671Z] Login Succeeded [2021-04-15T02:30:30.671Z] nexus3.edgexfoundry.org:10002 [2021-04-15T02:30:31.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T02:30:31.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T02:30:31.630Z] Configure a credential helper to remove this warning. See [2021-04-15T02:30:31.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T02:30:31.630Z] [2021-04-15T02:30:31.630Z] Login Succeeded [2021-04-15T02:30:31.630Z] nexus3.edgexfoundry.org:10003 [2021-04-15T02:30:31.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T02:30:32.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T02:30:32.486Z] Configure a credential helper to remove this warning. See [2021-04-15T02:30:32.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T02:30:32.486Z] [2021-04-15T02:30:32.487Z] Login Succeeded [2021-04-15T02:30:32.795Z] nexus3.edgexfoundry.org:10004 [2021-04-15T02:30:33.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T02:30:33.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T02:30:33.159Z] Configure a credential helper to remove this warning. See [2021-04-15T02:30:33.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T02:30:33.159Z] [2021-04-15T02:30:33.159Z] Login Succeeded [2021-04-15T02:30:33.159Z] docker.io [2021-04-15T02:30:33.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T02:30:33.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T02:30:33.795Z] Configure a credential helper to remove this warning. See [2021-04-15T02:30:33.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T02:30:33.795Z] [2021-04-15T02:30:33.795Z] Login Succeeded [2021-04-15T02:30:34.085Z] ---> docker-login.sh ends [Pipeline] } [2021-04-15T02:30:34.109Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T02:30:34.566Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-15T02:30:34.566Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-15T02:30:34.566Z] ++ dirname cmd/core-command/Dockerfile [2021-04-15T02:30:34.566Z] ++ cut -d/ -f2 [2021-04-15T02:30:34.566Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-15T02:30:34.566Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-15T02:30:34.566Z] ++ cut -d/ -f2 [2021-04-15T02:30:34.566Z] ++ dirname cmd/core-data/Dockerfile [2021-04-15T02:30:34.566Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-15T02:30:34.566Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-15T02:30:34.567Z] ++ cut -d/ -f2 [2021-04-15T02:30:34.567Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-15T02:30:34.567Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-15T02:30:34.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-15T02:30:34.567Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-15T02:30:34.567Z] ++ cut -d/ -f2 [2021-04-15T02:30:34.567Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-15T02:30:34.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-15T02:30:34.567Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-15T02:30:34.567Z] ++ cut -d/ -f2 [2021-04-15T02:30:34.567Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-15T02:30:34.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-15T02:30:34.567Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-15T02:30:34.567Z] ++ cut -d/ -f2 [2021-04-15T02:30:34.567Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-15T02:30:34.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-15T02:30:34.567Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-15T02:30:34.567Z] ++ cut -d/ -f2 [2021-04-15T02:30:34.567Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-15T02:30:34.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-15T02:30:34.567Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-15T02:30:34.567Z] ++ cut -d/ -f2 [2021-04-15T02:30:34.567Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-15T02:30:34.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-15T02:30:34.567Z] ++ cut -d/ -f2 [2021-04-15T02:30:34.567Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-15T02:30:34.567Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-15T02:30:34.763Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:30:35.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T02:30:35.654Z] [2021-04-15T02:30:35.654Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:30:36.168Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T02:30:36.502Z] latest: Pulling from edgex-devops/git-semver [2021-04-15T02:30:36.502Z] 31603596830f: Pulling fs layer [2021-04-15T02:30:36.502Z] 2a8b12db71e7: Pulling fs layer [2021-04-15T02:30:36.502Z] 6ca5941a6612: Pulling fs layer [2021-04-15T02:30:36.502Z] ecc8261a40a4: Pulling fs layer [2021-04-15T02:30:36.502Z] ecc8261a40a4: Waiting [2021-04-15T02:30:36.502Z] 2a8b12db71e7: Verifying Checksum [2021-04-15T02:30:36.502Z] 2a8b12db71e7: Download complete [2021-04-15T02:30:36.843Z] 31603596830f: Verifying Checksum [2021-04-15T02:30:36.843Z] 31603596830f: Download complete [2021-04-15T02:30:38.025Z] ecc8261a40a4: Verifying Checksum [2021-04-15T02:30:38.025Z] ecc8261a40a4: Download complete [2021-04-15T02:30:38.025Z] 6ca5941a6612: Verifying Checksum [2021-04-15T02:30:38.025Z] 6ca5941a6612: Download complete [2021-04-15T02:30:38.025Z] 31603596830f: Pull complete [2021-04-15T02:30:38.366Z] 2a8b12db71e7: Pull complete [2021-04-15T02:30:41.349Z] 6ca5941a6612: Pull complete [2021-04-15T02:30:42.204Z] ecc8261a40a4: Pull complete [2021-04-15T02:30:42.204Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-15T02:30:42.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T02:30:42.204Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-15T02:30:43.170Z] prd-centos7-docker-4c-2g-177 does not seem to be running inside a container [2021-04-15T02:30:43.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-15T02:30:47.166Z] $ docker top 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T02:30:47.379Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T02:30:47.379Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T02:30:48.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T02:30:48.012Z] $ docker exec 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 ssh-agent [2021-04-15T02:30:48.727Z] SSH_AUTH_SOCK=/tmp/ssh-rY02GoyaPEUA/agent.11 [2021-04-15T02:30:48.727Z] SSH_AGENT_PID=16 [2021-04-15T02:30:48.761Z] Running ssh-add (command line suppressed) [2021-04-15T02:30:49.129Z] Identity added: /w/workspace/edgex-go/70@tmp/private_key_6436906892353278239.key (/w/workspace/edgex-go/70@tmp/private_key_6436906892353278239.key) [2021-04-15T02:30:49.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T02:30:50.113Z] + git tag --points-at HEAD [Pipeline] } [2021-04-15T02:30:50.175Z] $ docker exec --env ******** --env ******** 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 ssh-agent -k [2021-04-15T02:30:50.718Z] unset SSH_AUTH_SOCK; [2021-04-15T02:30:50.718Z] unset SSH_AGENT_PID; [2021-04-15T02:30:50.718Z] echo Agent pid 16 killed; [2021-04-15T02:30:50.971Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-15T02:30:51.005Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T02:30:51.005Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T02:30:51.898Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T02:30:51.904Z] $ docker exec 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 ssh-agent [2021-04-15T02:30:52.784Z] SSH_AUTH_SOCK=/tmp/ssh-TLEWZGsZO4Ln/agent.44 [2021-04-15T02:30:52.784Z] SSH_AGENT_PID=49 [2021-04-15T02:30:52.799Z] Running ssh-add (command line suppressed) [2021-04-15T02:30:52.973Z] Identity added: /w/workspace/edgex-go/70@tmp/private_key_119120485803022762.key (/w/workspace/edgex-go/70@tmp/private_key_119120485803022762.key) [2021-04-15T02:30:53.065Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T02:30:53.883Z] + git semver init [2021-04-15T02:30:53.883Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T02:30:53.883Z] # $GIT_DIR = /w/workspace/edgex-go/70/.git [2021-04-15T02:30:53.883Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/70 [2021-04-15T02:30:53.883Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T02:30:53.883Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T02:30:53.883Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T02:30:53.883Z] # $SEMVER_BRANCH = PR-3234 [2021-04-15T02:30:53.883Z] # $SEMVER_TEMP = /tmp/semver-193413877 [2021-04-15T02:30:53.883Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-15T02:31:35.460Z] # '/tmp/semver-193413877' -> '/w/workspace/edgex-go/70/.semver' [2021-04-15T02:31:37.687Z] # -> Force: false [2021-04-15T02:31:37.687Z] # $SEMVER_DIR = /w/workspace/edgex-go/70/.semver [Pipeline] } [2021-04-15T02:31:37.715Z] $ docker exec --env ******** --env ******** 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 ssh-agent -k [2021-04-15T02:31:38.551Z] unset SSH_AUTH_SOCK; [2021-04-15T02:31:38.553Z] unset SSH_AGENT_PID; [2021-04-15T02:31:38.553Z] echo Agent pid 49 killed; [2021-04-15T02:31:38.863Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T02:31:39.685Z] + git semver [Pipeline] } [2021-04-15T02:31:40.007Z] $ docker stop --time=1 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 [2021-04-15T02:31:42.152Z] $ docker rm -f 2c9459124812ab8c80fa60ea2d39c645272836aac0337daece4104abd4b43107 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T02:31:43.170Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-15T02:31:45.809Z] Stashed 1 file(s) [Pipeline] echo [2021-04-15T02:31:45.813Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T02:31:46.374Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-15T02:31:46.886Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T02:31:47.402Z] + sudo service docker restart [2021-04-15T02:31:47.402Z] + true [2021-04-15T02:31:47.402Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-15T02:31:49.069Z] ========================================================= [2021-04-15T02:31:49.069Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-15T02:31:49.069Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:31:49.461Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-15T02:32:00.941Z] Still waiting to schedule task [2021-04-15T02:32:00.941Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-15T02:32:02.434Z] Sending build context to Docker daemon 329.3MB [2021-04-15T02:32:02.434Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-15T02:32:02.434Z] Step 2/6 : FROM ${BASE} [2021-04-15T02:32:02.434Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-15T02:32:02.434Z] 188c0c94c7c5: Pulling fs layer [2021-04-15T02:32:02.434Z] 0ef7d3d256c8: Pulling fs layer [2021-04-15T02:32:02.434Z] de9db76c5a1d: Pulling fs layer [2021-04-15T02:32:02.434Z] bca2f99d35d6: Pulling fs layer [2021-04-15T02:32:02.434Z] 93359f2a8cfa: Pulling fs layer [2021-04-15T02:32:02.434Z] 7c6f9722023f: Pulling fs layer [2021-04-15T02:32:02.434Z] a35cf1a2eb13: Pulling fs layer [2021-04-15T02:32:02.434Z] bca2f99d35d6: Waiting [2021-04-15T02:32:02.434Z] 93359f2a8cfa: Waiting [2021-04-15T02:32:02.434Z] 7c6f9722023f: Waiting [2021-04-15T02:32:02.434Z] a35cf1a2eb13: Waiting [2021-04-15T02:32:02.434Z] de9db76c5a1d: Verifying Checksum [2021-04-15T02:32:02.434Z] de9db76c5a1d: Download complete [2021-04-15T02:32:02.434Z] 0ef7d3d256c8: Verifying Checksum [2021-04-15T02:32:02.434Z] 0ef7d3d256c8: Download complete [2021-04-15T02:32:02.434Z] 93359f2a8cfa: Verifying Checksum [2021-04-15T02:32:02.434Z] 93359f2a8cfa: Download complete [2021-04-15T02:32:02.434Z] 7c6f9722023f: Verifying Checksum [2021-04-15T02:32:02.434Z] 7c6f9722023f: Download complete [2021-04-15T02:32:02.434Z] 188c0c94c7c5: Verifying Checksum [2021-04-15T02:32:02.434Z] 188c0c94c7c5: Download complete [2021-04-15T02:32:03.253Z] 188c0c94c7c5: Pull complete [2021-04-15T02:32:03.587Z] 0ef7d3d256c8: Pull complete [2021-04-15T02:32:03.936Z] de9db76c5a1d: Pull complete [2021-04-15T02:32:12.797Z] a35cf1a2eb13: Verifying Checksum [2021-04-15T02:32:12.797Z] a35cf1a2eb13: Download complete [2021-04-15T02:32:13.130Z] bca2f99d35d6: Verifying Checksum [2021-04-15T02:32:13.130Z] bca2f99d35d6: Download complete [2021-04-15T02:32:29.016Z] bca2f99d35d6: Pull complete [2021-04-15T02:32:29.016Z] 93359f2a8cfa: Pull complete [2021-04-15T02:32:29.016Z] 7c6f9722023f: Pull complete [2021-04-15T02:32:37.919Z] a35cf1a2eb13: Pull complete [2021-04-15T02:32:37.919Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-15T02:32:37.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-15T02:32:37.919Z] ---> a62c8e92a672 [2021-04-15T02:32:37.919Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-15T02:32:38.211Z] ---> Running in 07ffbc16ef39 [2021-04-15T02:32:41.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:32:41.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:32:43.036Z] (1/12) Installing libmagic (5.38-r0) [2021-04-15T02:32:43.401Z] (2/12) Installing file (5.38-r0) [2021-04-15T02:32:43.401Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-15T02:32:43.401Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-15T02:32:50.516Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-15T02:32:50.516Z] (6/12) Installing patch (2.7.6-r6) [2021-04-15T02:32:50.516Z] (7/12) Installing build-base (0.5-r2) [2021-04-15T02:32:50.516Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-15T02:32:50.516Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-15T02:32:50.516Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-15T02:32:50.516Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-15T02:32:50.516Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-15T02:32:50.516Z] Executing busybox-1.31.1-r19.trigger [2021-04-15T02:32:50.516Z] OK: 233 MiB in 51 packages [2021-04-15T02:32:55.229Z] Removing intermediate container 07ffbc16ef39 [2021-04-15T02:32:55.229Z] ---> 85ad05f5e06c [2021-04-15T02:32:55.229Z] Step 4/6 : WORKDIR /edgex-go [2021-04-15T02:32:55.229Z] ---> Running in 542fa3b941b1 [2021-04-15T02:32:55.978Z] Removing intermediate container 542fa3b941b1 [2021-04-15T02:32:55.978Z] ---> 14e92ca7a1a8 [2021-04-15T02:32:55.978Z] Step 5/6 : COPY go.mod . [2021-04-15T02:32:57.302Z] ---> 8964ad1afd53 [2021-04-15T02:32:57.302Z] Step 6/6 : RUN go mod download [2021-04-15T02:32:57.302Z] ---> Running in ae083204fd7f [2021-04-15T02:33:38.161Z] Removing intermediate container ae083204fd7f [2021-04-15T02:33:38.161Z] ---> 233a7e9f9ebb [2021-04-15T02:33:38.161Z] Successfully built 233a7e9f9ebb [2021-04-15T02:33:38.161Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:33:38.689Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T02:33:38.987Z] . [Pipeline] withDockerContainer [2021-04-15T02:33:40.184Z] prd-centos7-docker-4c-2g-177 does not seem to be running inside a container [2021-04-15T02:33:40.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@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 ******** ci-base-image-x86_64 cat [2021-04-15T02:33:42.300Z] $ docker top 25cdddc025bf3f0a4febef5e476d7c8877014f7b3d4132cc234a1f011138054e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:33:43.696Z] + go version [2021-04-15T02:33:43.696Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-15T02:33:43.726Z] $ docker stop --time=1 25cdddc025bf3f0a4febef5e476d7c8877014f7b3d4132cc234a1f011138054e [2021-04-15T02:33:45.665Z] $ docker rm -f 25cdddc025bf3f0a4febef5e476d7c8877014f7b3d4132cc234a1f011138054e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:33:46.692Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T02:33:47.080Z] . [Pipeline] withDockerContainer [2021-04-15T02:33:47.558Z] prd-centos7-docker-4c-2g-177 does not seem to be running inside a container [2021-04-15T02:33:47.769Z] $ 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/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@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 ******** ci-base-image-x86_64 cat [2021-04-15T02:33:50.851Z] $ docker top e9536b89f8de5ea7b6aa482263423e80e66c787ba52a2cf9a7b141a2429287a1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-15T02:33:51.535Z] ========================================================= [2021-04-15T02:33:51.535Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-15T02:33:51.535Z] ========================================================= [Pipeline] sh [2021-04-15T02:33:52.360Z] + make test [2021-04-15T02:33:52.709Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-15T02:34:15.337Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-15T02:34:56.062Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-15T02:35:12.712Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-15T02:35:12.712Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-15T02:35:12.712Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-15T02:35:18.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-15T02:35:18.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-15T02:35:18.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-15T02:35:18.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-15T02:35:21.663Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-15T02:35:22.828Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-15T02:35:32.230Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-15T02:35:32.230Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-15T02:35:32.230Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-15T02:35:38.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.439s coverage: 45.9% of statements [2021-04-15T02:35:38.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-15T02:35:38.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-15T02:35:38.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-15T02:35:38.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-15T02:35:38.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-15T02:35:38.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-15T02:35:38.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.156s coverage: 19.8% of statements [2021-04-15T02:35:38.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.205s coverage: 100.0% of statements [2021-04-15T02:35:44.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.544s coverage: 27.1% of statements [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-15T02:35:44.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.130s coverage: 100.0% of statements [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-15T02:35:44.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.152s coverage: 100.0% of statements [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-15T02:35:44.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.203s coverage: 71.3% of statements [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-15T02:35:44.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-15T02:35:44.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.186s coverage: 82.9% of statements [2021-04-15T02:35:44.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-15T02:35:44.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-15T02:35:44.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.250s coverage: 78.9% of statements [2021-04-15T02:35:44.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-15T02:35:53.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.353s coverage: 28.6% of statements [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-15T02:35:53.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.210s coverage: 100.0% of statements [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-15T02:35:53.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.174s coverage: 100.0% of statements [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-15T02:35:53.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.438s coverage: 86.7% of statements [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-15T02:35:53.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 1.093s coverage: 97.5% of statements [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-15T02:35:53.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-15T02:35:53.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-15T02:36:01.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.887s coverage: 92.8% of statements [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-15T02:36:01.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.288s coverage: 58.8% of statements [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-15T02:36:01.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.212s coverage: 0.9% of statements [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-15T02:36:01.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-15T02:36:01.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.375s coverage: 47.1% of statements [2021-04-15T02:36:01.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.195s coverage: 79.5% of statements [2021-04-15T02:36:01.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.138s coverage: 94.1% of statements [2021-04-15T02:36:02.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.154s coverage: 96.3% of statements [2021-04-15T02:36:02.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements [2021-04-15T02:36:12.006Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-180 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-15T02:36:12.021Z] Running in /w/workspace/edgex-go/70 [Pipeline] { [Pipeline] checkout [2021-04-15T02:36:15.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.225s coverage: 94.4% of statements [2021-04-15T02:36:15.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-04-15T02:36:17.877Z] using credential edgex-jenkins-ssh [2021-04-15T02:36:17.897Z] Cloning the remote Git repository [2021-04-15T02:36:17.988Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-15T02:36:18.194Z] > git init /w/workspace/edgex-go/70 # timeout=10 [2021-04-15T02:36:18.289Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-15T02:36:18.290Z] > git --version # timeout=10 [2021-04-15T02:36:18.313Z] > git --version # 'git version 2.17.1' [2021-04-15T02:36:18.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:36:18.376Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T02:36:18.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.195s coverage: 81.9% of statements [2021-04-15T02:36:18.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.239s coverage: 92.9% of statements [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.102s coverage: 77.8% of statements [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.089s coverage: 87.2% of statements [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.217s coverage: 80.8% of statements [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.454s coverage: 87.2% of statements [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.409s coverage: 84.6% of statements [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.6% of statements [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.991s coverage: 64.4% of statements [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-15T02:36:29.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.215s coverage: 100.0% of statements [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.189s coverage: 91.3% of statements [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-04-15T02:36:29.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-04-15T02:36:31.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.157s coverage: 69.0% of statements [2021-04-15T02:36:31.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-15T02:36:31.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-15T02:36:31.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-15T02:36:31.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.210s coverage: 38.4% of statements [2021-04-15T02:36:31.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-15T02:36:31.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-15T02:36:31.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.350s coverage: 89.5% of statements [2021-04-15T02:36:31.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-15T02:36:31.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements [2021-04-15T02:36:34.476Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-15T02:36:34.490Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T02:36:34.514Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-15T02:36:35.268Z] Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:36:35.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.348s coverage: 47.0% of statements [2021-04-15T02:36:35.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-15T02:36:35.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-15T02:36:35.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-15T02:36:35.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-15T02:36:35.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-15T02:36:35.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2021-04-15T02:36:35.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-15T02:36:35.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-04-15T02:36:35.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-15T02:36:35.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-15T02:36:35.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.109s coverage: 10.5% of statements [2021-04-15T02:36:35.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-15T02:36:35.759Z] Merge succeeded, producing bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:36:35.759Z] Checking out Revision bb2438e612dd75dd6fb6b11596e3f18ccd51213c (PR-3234) [2021-04-15T02:36:34.553Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-15T02:36:34.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:36:34.568Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T02:36:35.297Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T02:36:35.322Z] > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 [2021-04-15T02:36:35.664Z] > git remote # timeout=10 [2021-04-15T02:36:35.694Z] > git config --get remote.origin.url # timeout=10 [2021-04-15T02:36:35.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:36:35.725Z] > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 [2021-04-15T02:36:35.747Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-15T02:36:35.768Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T02:36:35.779Z] > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 [2021-04-15T02:36:36.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.170s coverage: 87.7% of statements [2021-04-15T02:36:36.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-15T02:36:36.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-15T02:36:36.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-15T02:36:40.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.340s coverage: 29.1% of statements [2021-04-15T02:36:40.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-15T02:36:40.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-15T02:36:40.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-15T02:36:40.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-15T02:36:40.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-15T02:36:40.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.255s coverage: 99.0% of statements [2021-04-15T02:36:40.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-15T02:36:40.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.203s coverage: 100.0% of statements [2021-04-15T02:36:40.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-15T02:36:40.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-15T02:36:40.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-15T02:36:40.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-15T02:36:40.304Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-04-15T02:36:40.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.180s coverage: 95.6% of statements [2021-04-15T02:36:40.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-15T02:36:40.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-15T02:36:40.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-15T02:36:40.749Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements [2021-04-15T02:36:40.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-15T02:36:40.749Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements [2021-04-15T02:36:40.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-15T02:36:40.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-15T02:36:40.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-15T02:36:40.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-15T02:36:40.749Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-04-15T02:36:40.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-15T02:36:40.749Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T02:36:41.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.195s coverage: 100.0% of statements [2021-04-15T02:36:41.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 28.1% of statements [2021-04-15T02:36:41.962Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-15T02:36:42.476Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T02:36:42.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-04-15T02:36:42.897Z] + true [2021-04-15T02:36:42.897Z] + sudo service docker restart [2021-04-15T02:36:42.906Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-15T02:36:44.999Z] provisioning config files... [2021-04-15T02:36:45.049Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/70@tmp/config6221788869771937855tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:36:45.495Z] ---> docker-login.sh [2021-04-15T02:36:45.495Z] nexus3.edgexfoundry.org:10001 [2021-04-15T02:36:46.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T02:36:46.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T02:36:46.766Z] Configure a credential helper to remove this warning. See [2021-04-15T02:36:46.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T02:36:46.766Z] [2021-04-15T02:36:46.766Z] Login Succeeded [2021-04-15T02:36:46.766Z] nexus3.edgexfoundry.org:10002 [2021-04-15T02:36:47.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T02:36:47.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T02:36:47.349Z] Configure a credential helper to remove this warning. See [2021-04-15T02:36:47.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T02:36:47.350Z] [2021-04-15T02:36:47.350Z] Login Succeeded [2021-04-15T02:36:47.350Z] nexus3.edgexfoundry.org:10003 [2021-04-15T02:36:47.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T02:36:47.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T02:36:47.947Z] Configure a credential helper to remove this warning. See [2021-04-15T02:36:47.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T02:36:47.947Z] [2021-04-15T02:36:47.947Z] Login Succeeded [2021-04-15T02:36:47.947Z] nexus3.edgexfoundry.org:10004 [2021-04-15T02:36:48.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T02:36:48.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T02:36:48.531Z] Configure a credential helper to remove this warning. See [2021-04-15T02:36:48.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T02:36:48.531Z] [2021-04-15T02:36:48.531Z] Login Succeeded [2021-04-15T02:36:48.531Z] docker.io [2021-04-15T02:36:48.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-15T02:36:49.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-15T02:36:49.094Z] Configure a credential helper to remove this warning. See [2021-04-15T02:36:49.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-15T02:36:49.094Z] [2021-04-15T02:36:49.094Z] Login Succeeded [2021-04-15T02:36:49.094Z] ---> docker-login.sh ends [Pipeline] } [2021-04-15T02:36:49.126Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-15T02:36:49.501Z] ========================================================= [2021-04-15T02:36:49.501Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-15T02:36:49.501Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:36:49.908Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-15T02:36:52.629Z] Sending build context to Docker daemon 167.2MB [2021-04-15T02:36:52.629Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-15T02:36:52.629Z] Step 2/6 : FROM ${BASE} [2021-04-15T02:36:52.629Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-15T02:36:52.629Z] 5f621e34cdf4: Pulling fs layer [2021-04-15T02:36:52.629Z] a4357932f1b6: Pulling fs layer [2021-04-15T02:36:52.629Z] 18c013af1878: Pulling fs layer [2021-04-15T02:36:52.629Z] 00ac8860ef70: Pulling fs layer [2021-04-15T02:36:52.629Z] 63d7cb157983: Pulling fs layer [2021-04-15T02:36:52.629Z] 00ac8860ef70: Waiting [2021-04-15T02:36:52.629Z] b116817d02f9: Pulling fs layer [2021-04-15T02:36:52.629Z] 745a02a5169b: Pulling fs layer [2021-04-15T02:36:52.629Z] 63d7cb157983: Waiting [2021-04-15T02:36:52.629Z] b116817d02f9: Waiting [2021-04-15T02:36:52.629Z] 18c013af1878: Verifying Checksum [2021-04-15T02:36:52.629Z] 18c013af1878: Download complete [2021-04-15T02:36:52.629Z] a4357932f1b6: Verifying Checksum [2021-04-15T02:36:52.629Z] a4357932f1b6: Download complete [2021-04-15T02:36:52.629Z] 63d7cb157983: Download complete [2021-04-15T02:36:52.629Z] b116817d02f9: Verifying Checksum [2021-04-15T02:36:52.629Z] b116817d02f9: Download complete [2021-04-15T02:36:52.629Z] 5f621e34cdf4: Verifying Checksum [2021-04-15T02:36:52.629Z] 5f621e34cdf4: Download complete [2021-04-15T02:36:53.259Z] 5f621e34cdf4: Pull complete [2021-04-15T02:36:53.889Z] a4357932f1b6: Pull complete [2021-04-15T02:36:54.178Z] 18c013af1878: Pull complete [2021-04-15T02:36:56.325Z] 745a02a5169b: Verifying Checksum [2021-04-15T02:36:56.325Z] 745a02a5169b: Download complete [2021-04-15T02:36:57.363Z] 00ac8860ef70: Verifying Checksum [2021-04-15T02:36:57.363Z] 00ac8860ef70: Download complete [2021-04-15T02:37:07.596Z] 00ac8860ef70: Pull complete [2021-04-15T02:37:07.596Z] 63d7cb157983: Pull complete [2021-04-15T02:37:07.596Z] b116817d02f9: Pull complete [2021-04-15T02:37:11.984Z] 745a02a5169b: Pull complete [2021-04-15T02:37:11.984Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-15T02:37:11.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-15T02:37:11.984Z] ---> b7e6874047d6 [2021-04-15T02:37:11.984Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-15T02:37:15.383Z] ---> Running in 61373a983a9d [2021-04-15T02:37:16.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:37:17.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:37:18.019Z] (1/12) Installing libmagic (5.38-r0) [2021-04-15T02:37:18.291Z] (2/12) Installing file (5.38-r0) [2021-04-15T02:37:18.291Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-15T02:37:18.564Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-15T02:37:21.948Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-15T02:37:21.948Z] (6/12) Installing patch (2.7.6-r6) [2021-04-15T02:37:21.948Z] (7/12) Installing build-base (0.5-r2) [2021-04-15T02:37:21.948Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-15T02:37:22.221Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-15T02:37:22.221Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-15T02:37:22.221Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-15T02:37:22.493Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-15T02:37:22.493Z] Executing busybox-1.31.1-r19.trigger [2021-04-15T02:37:22.493Z] OK: 217 MiB in 51 packages [2021-04-15T02:37:27.903Z] Removing intermediate container 61373a983a9d [2021-04-15T02:37:27.903Z] ---> 3ee0d365f5be [2021-04-15T02:37:27.903Z] Step 4/6 : WORKDIR /edgex-go [2021-04-15T02:37:27.903Z] ---> Running in d6650d9c6a52 [2021-04-15T02:37:27.903Z] Removing intermediate container d6650d9c6a52 [2021-04-15T02:37:27.903Z] ---> e197d058dc4b [2021-04-15T02:37:27.903Z] Step 5/6 : COPY go.mod . [2021-04-15T02:37:28.503Z] ---> 2787527890a3 [2021-04-15T02:37:28.503Z] Step 6/6 : RUN go mod download [2021-04-15T02:37:28.503Z] ---> Running in ded6c6417ab7 [2021-04-15T02:38:00.889Z] Removing intermediate container ded6c6417ab7 [2021-04-15T02:38:00.889Z] ---> e53cb7717fe4 [2021-04-15T02:38:00.890Z] Successfully built e53cb7717fe4 [2021-04-15T02:38:00.890Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:38:01.246Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T02:38:01.247Z] . [Pipeline] withDockerContainer [2021-04-15T02:38:01.540Z] prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container [2021-04-15T02:38:01.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@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 ******** ci-base-image-arm64 cat [2021-04-15T02:38:03.204Z] $ docker top 4ce8bdd19f657d07e139ec8502198ccd14c50c855a2efe322d7d862e2ac02680 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:38:04.188Z] + go version [2021-04-15T02:38:04.188Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-15T02:38:04.213Z] $ docker stop --time=1 4ce8bdd19f657d07e139ec8502198ccd14c50c855a2efe322d7d862e2ac02680 [2021-04-15T02:38:06.144Z] $ docker rm -f 4ce8bdd19f657d07e139ec8502198ccd14c50c855a2efe322d7d862e2ac02680 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:38:06.641Z] gofmt -l . [2021-04-15T02:38:06.641Z] [ "`gofmt -l .`" = "" ] [2021-04-15T02:38:06.641Z] ./bin/test-go-mod-tidy.sh [2021-04-15T02:38:06.834Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T02:38:06.834Z] . [Pipeline] withDockerContainer [2021-04-15T02:38:07.096Z] prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container [2021-04-15T02:38:07.193Z] $ 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/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@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 ******** ci-base-image-arm64 cat [2021-04-15T02:38:08.289Z] ./bin/test-attribution-txt.sh [2021-04-15T02:38:08.522Z] $ docker top f2fabcff78037397d6533962a3ac79be92a335cfe0aafb279dd4e1771d45bb42 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-15T02:38:08.796Z] ========================================================= [2021-04-15T02:38:08.796Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-15T02:38:08.796Z] ========================================================= [Pipeline] sh [2021-04-15T02:38:09.444Z] + make test [2021-04-15T02:38:09.445Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] sh [2021-04-15T02:38:12.213Z] + ls -al . [2021-04-15T02:38:12.213Z] total 796 [2021-04-15T02:38:12.213Z] drwxrwxr-x 10 1001 1001 4096 Apr 15 02:38 . [2021-04-15T02:38:12.213Z] drwxr-xr-x 4 root root 30 Apr 15 02:33 .. [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 11 Apr 15 02:30 .dockerignore [2021-04-15T02:38:12.213Z] drwxrwxr-x 8 1001 1001 179 Apr 15 02:30 .git [2021-04-15T02:38:12.213Z] drwxrwxr-x 3 1001 1001 125 Apr 15 02:30 .github [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 818 Apr 15 02:30 .gitignore [2021-04-15T02:38:12.213Z] drwx------ 3 1001 1001 60 Apr 15 02:31 .semver [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 166 Apr 15 02:30 .sonarcloud.properties [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 8494 Apr 15 02:30 Attribution.txt [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 3804 Apr 15 02:30 CONTRIBUTING.md [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 931 Apr 15 02:30 Dockerfile.build [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 863 Apr 15 02:30 Jenkinsfile [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 10775 Apr 15 02:30 LICENSE [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 5774 Apr 15 02:30 Makefile [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 6548 Apr 15 02:30 README.md [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 6755 Apr 15 02:30 SECURITY.md [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 5 Apr 15 02:31 VERSION [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 4131 Apr 15 02:30 ZMQWindows.md [2021-04-15T02:38:12.213Z] drwxrwxr-x 2 1001 1001 117 Apr 15 02:30 bin [2021-04-15T02:38:12.213Z] drwxrwxr-x 14 1001 1001 4096 Apr 15 02:30 cmd [2021-04-15T02:38:12.213Z] -rw-r--r-- 1 root root 686607 Apr 15 02:36 coverage.out [2021-04-15T02:38:12.213Z] -rw-r--r-- 1 root root 1059 Apr 15 02:38 go.mod [2021-04-15T02:38:12.213Z] -rw-r--r-- 1 root root 22038 Apr 15 02:38 go.sum [2021-04-15T02:38:12.213Z] drwxrwxr-x 8 1001 1001 127 Apr 15 02:30 internal [2021-04-15T02:38:12.213Z] drwxrwxr-x 4 1001 1001 26 Apr 15 02:30 openapi [2021-04-15T02:38:12.213Z] drwxrwxr-x 4 1001 1001 71 Apr 15 02:30 snap [2021-04-15T02:38:12.213Z] -rw-rw-r-- 1 1001 1001 168 Apr 15 02:30 version.go [Pipeline] sh [2021-04-15T02:38:13.529Z] + '[' -e coverage.out ] [2021-04-15T02:38:13.529Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-15T02:38:14.176Z] Stashed 1 file(s) [Pipeline] sh [2021-04-15T02:38:14.958Z] + make build [2021-04-15T02:38:14.958Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-15T02:38:23.823Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-15T02:38:31.651Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-15T02:38:48.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-15T02:38:51.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-15T02:38:58.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-15T02:39:03.545Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-15T02:39:10.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-15T02:39:14.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-15T02:39:20.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-15T02:39:24.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-15T02:39:27.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-15T02:39:28.487Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-15T02:39:28.487Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-15T02:39:29.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-15T02:39:33.930Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-15T02:39:33.930Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-15T02:39:36.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-15T02:39:36.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-15T02:39:36.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-15T02:39:36.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-15T02:39:39.985Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-15T02:39:40.260Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } [2021-04-15T02:39:40.573Z] $ docker stop --time=1 e9536b89f8de5ea7b6aa482263423e80e66c787ba52a2cf9a7b141a2429287a1 [2021-04-15T02:39:43.592Z] $ docker rm -f e9536b89f8de5ea7b6aa482263423e80e66c787ba52a2cf9a7b141a2429287a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:39:46.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-15T02:39:46.368Z] [2021-04-15T02:39:46.368Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:39:46.892Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-15T02:39:47.185Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-15T02:39:47.185Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-15T02:39:47.185Z] ca9280d653b3: Pulling fs layer [2021-04-15T02:39:47.185Z] 7e9c9ca2126c: Pulling fs layer [2021-04-15T02:39:47.894Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-15T02:39:47.894Z] cbdbe7a5bc2a: Download complete [2021-04-15T02:39:48.575Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-15T02:39:48.575Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-15T02:39:48.575Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-15T02:39:49.504Z] ca9280d653b3: Verifying Checksum [2021-04-15T02:39:49.504Z] ca9280d653b3: Download complete [2021-04-15T02:39:49.504Z] cbdbe7a5bc2a: Pull complete [2021-04-15T02:39:54.001Z] ca9280d653b3: Pull complete [2021-04-15T02:39:54.001Z] 7e9c9ca2126c: Verifying Checksum [2021-04-15T02:39:54.001Z] 7e9c9ca2126c: Download complete [2021-04-15T02:39:55.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.377s coverage: 45.9% of statements [2021-04-15T02:39:55.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-15T02:39:55.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-15T02:39:55.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-15T02:39:55.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-15T02:39:55.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-15T02:39:55.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-15T02:39:55.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.175s coverage: 19.8% of statements [2021-04-15T02:39:55.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.266s coverage: 100.0% of statements [2021-04-15T02:40:03.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.659s coverage: 27.1% of statements [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-15T02:40:03.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.141s coverage: 100.0% of statements [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-15T02:40:03.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.268s coverage: 100.0% of statements [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-15T02:40:03.625Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 71.3% of statements [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-15T02:40:03.625Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-15T02:40:04.223Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.538s coverage: 82.9% of statements [2021-04-15T02:40:04.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-15T02:40:04.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-15T02:40:04.223Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.152s coverage: 78.9% of statements [2021-04-15T02:40:04.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-15T02:40:09.764Z] 7e9c9ca2126c: Pull complete [2021-04-15T02:40:09.764Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-15T02:40:10.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-15T02:40:10.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-15T02:40:10.484Z] prd-centos7-docker-4c-2g-177 does not seem to be running inside a container [2021-04-15T02:40:10.850Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-15T02:40:13.807Z] $ docker top 1bffa20e75066ad5a2f7a5db94fcb652337c7164d67e8b75d688688bc785f2cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:40:15.233Z] + docker-compose build --help [2021-04-15T02:40:15.233Z] + grep parallel [2021-04-15T02:40:16.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.282s coverage: 28.6% of statements [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-15T02:40:16.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.231s coverage: 100.0% of statements [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-15T02:40:16.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.156s coverage: 100.0% of statements [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-15T02:40:16.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.370s coverage: 86.7% of statements [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-15T02:40:16.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.451s coverage: 97.5% of statements [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-15T02:40:16.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.242s coverage: 78.3% of statements [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-15T02:40:16.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-15T02:40:17.354Z] --parallel Build images in parallel. [Pipeline] } [2021-04-15T02:40:17.386Z] $ docker stop --time=1 1bffa20e75066ad5a2f7a5db94fcb652337c7164d67e8b75d688688bc785f2cc [2021-04-15T02:40:20.003Z] $ docker rm -f 1bffa20e75066ad5a2f7a5db94fcb652337c7164d67e8b75d688688bc785f2cc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:40:21.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-15T02:40:21.341Z] . [Pipeline] withDockerContainer [2021-04-15T02:40:21.886Z] prd-centos7-docker-4c-2g-177 does not seem to be running inside a container [2021-04-15T02:40:22.048Z] $ 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/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-15T02:40:24.045Z] $ docker top 0e8087f51669e45a77c75d4a08508c13ec4a56633b72ac9bdf182c7befaebdf7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:40:25.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.285s coverage: 92.8% of statements [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-15T02:40:25.019Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-15T02:40:25.019Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.237s coverage: 0.9% of statements [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-15T02:40:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-15T02:40:25.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.171s coverage: 47.1% of statements [2021-04-15T02:40:25.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.172s coverage: 79.5% of statements [2021-04-15T02:40:25.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.126s coverage: 94.1% of statements [2021-04-15T02:40:25.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.148s coverage: 96.3% of statements [2021-04-15T02:40:25.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.195s coverage: 87.5% of statements [2021-04-15T02:40:25.564Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-15T02:40:27.852Z] Building docker-core-command-go ... [2021-04-15T02:40:27.852Z] Building docker-core-data-go ... [2021-04-15T02:40:27.852Z] Building docker-core-metadata-go ... [2021-04-15T02:40:27.852Z] Building docker-security-bootstrapper-go ... [2021-04-15T02:40:27.852Z] Building docker-security-proxy-setup-go ... [2021-04-15T02:40:27.852Z] Building docker-security-secretstore-setup-go ... [2021-04-15T02:40:27.852Z] Building docker-support-notifications-go ... [2021-04-15T02:40:27.852Z] Building docker-support-scheduler-go ... [2021-04-15T02:40:27.852Z] Building docker-sys-mgmt-agent-go ... [2021-04-15T02:40:27.852Z] Building docker-support-notifications-go [2021-04-15T02:40:27.852Z] Building docker-core-metadata-go [2021-04-15T02:40:27.852Z] Building docker-security-secretstore-setup-go [2021-04-15T02:40:27.852Z] Building docker-security-bootstrapper-go [2021-04-15T02:40:27.852Z] Building docker-core-command-go [2021-04-15T02:40:37.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.131s coverage: 94.4% of statements [2021-04-15T02:40:37.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.127s coverage: 44.8% of statements [2021-04-15T02:40:41.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.494s coverage: 81.9% of statements [2021-04-15T02:40:41.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-15T02:40:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.198s coverage: 92.9% of statements [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-15T02:40:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-15T02:40:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-15T02:40:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-15T02:40:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.148s coverage: 75.5% of statements [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-15T02:40:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.144s coverage: 80.8% of statements [2021-04-15T02:40:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.175s coverage: 87.2% of statements [2021-04-15T02:40:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.205s coverage: 84.6% of statements [2021-04-15T02:40:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.236s coverage: 91.6% of statements [2021-04-15T02:40:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-15T02:40:50.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.654s coverage: 64.4% of statements [2021-04-15T02:40:50.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-15T02:40:50.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-15T02:40:50.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.122s coverage: 100.0% of statements [2021-04-15T02:40:51.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-04-15T02:40:51.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-04-15T02:40:52.694Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements [2021-04-15T02:40:52.972Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-04-15T02:40:56.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.856s coverage: 69.0% of statements [2021-04-15T02:40:56.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-15T02:40:56.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-15T02:40:56.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-15T02:40:57.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.497s coverage: 38.4% of statements [2021-04-15T02:40:57.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-15T02:40:57.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-15T02:40:57.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.159s coverage: 89.5% of statements [2021-04-15T02:40:57.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-15T02:40:57.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.090s coverage: 84.8% of statements [2021-04-15T02:41:04.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.506s coverage: 47.0% of statements [2021-04-15T02:41:04.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-15T02:41:04.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-15T02:41:04.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-15T02:41:04.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-15T02:41:04.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-15T02:41:04.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements [2021-04-15T02:41:04.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-15T02:41:04.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements [2021-04-15T02:41:04.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-15T02:41:04.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-15T02:41:04.575Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.206s coverage: 10.5% of statements [2021-04-15T02:41:04.575Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-15T02:41:07.205Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.429s coverage: 87.7% of statements [2021-04-15T02:41:07.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-15T02:41:07.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-15T02:41:07.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-15T02:41:12.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.113s coverage: 29.1% of statements [2021-04-15T02:41:12.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-15T02:41:12.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-15T02:41:12.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-15T02:41:12.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-15T02:41:12.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-15T02:41:12.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements [2021-04-15T02:41:12.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-15T02:41:12.627Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.210s coverage: 100.0% of statements [2021-04-15T02:41:12.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-15T02:41:12.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-15T02:41:12.627Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-15T02:41:12.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.366s coverage: 95.6% of statements [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-15T02:41:12.628Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-15T02:41:12.628Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-15T02:41:12.628Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-15T02:41:12.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-15T02:41:14.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-04-15T02:41:14.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 28.1% of statements [2021-04-15T02:41:14.935Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-15T02:41:15.913Z] GO111MODULE=on go vet ./... [2021-04-15T02:42:21.670Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:42:21.670Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:42:21.670Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:42:21.670Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:42:21.670Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:42:21.670Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:42:21.670Z] ---> 233a7e9f9ebb [2021-04-15T02:42:21.670Z] Step 3/23 : WORKDIR /edgex-go [2021-04-15T02:42:21.670Z] ---> 233a7e9f9ebb [2021-04-15T02:42:21.670Z] Step 3/24 : WORKDIR /edgex-go [2021-04-15T02:42:21.670Z] ---> 233a7e9f9ebb [2021-04-15T02:42:21.670Z] Step 3/31 : WORKDIR /edgex-go [2021-04-15T02:42:21.670Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:42:21.670Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:42:21.670Z] ---> 233a7e9f9ebb [2021-04-15T02:42:21.670Z] Step 3/22 : WORKDIR /edgex-go [2021-04-15T02:42:21.670Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:42:21.670Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:42:21.670Z] ---> 233a7e9f9ebb [2021-04-15T02:42:21.670Z] Step 3/23 : WORKDIR /edgex-go [2021-04-15T02:42:21.670Z] ---> Running in b4bfba8747da [2021-04-15T02:42:21.670Z] ---> Running in 75b696d8277f [2021-04-15T02:42:21.670Z] ---> Running in 3128f85871c6 [2021-04-15T02:42:21.670Z] ---> Running in 197d80ae29b8 [2021-04-15T02:42:21.670Z] ---> Running in 93af877e5723 [2021-04-15T02:42:21.670Z] Removing intermediate container 93af877e5723 [2021-04-15T02:42:21.670Z] ---> 9ffd14da32de [2021-04-15T02:42:21.670Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:42:21.670Z] Removing intermediate container 197d80ae29b8 [2021-04-15T02:42:21.670Z] ---> 000ad68418bb [2021-04-15T02:42:21.670Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:42:21.670Z] Removing intermediate container b4bfba8747da [2021-04-15T02:42:21.670Z] ---> 3b1f39ec6fc5 [2021-04-15T02:42:21.670Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:42:21.670Z] Removing intermediate container 3128f85871c6 [2021-04-15T02:42:21.670Z] ---> 21e50d661617 [2021-04-15T02:42:21.670Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:42:21.670Z] Removing intermediate container 75b696d8277f [2021-04-15T02:42:21.670Z] ---> 4b0403dabb07 [2021-04-15T02:42:21.670Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:42:21.670Z] ---> Running in 914869ba8fed [2021-04-15T02:42:21.670Z] ---> Running in a048a1b781a9 [2021-04-15T02:42:21.670Z] ---> Running in 293abde58bc2 [2021-04-15T02:42:21.670Z] ---> Running in 1b6742ab0570 [2021-04-15T02:42:21.670Z] ---> Running in e1b07747003c [2021-04-15T02:42:21.670Z] Removing intermediate container 293abde58bc2 [2021-04-15T02:42:21.670Z] ---> 37d661f4eee9 [2021-04-15T02:42:21.670Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-15T02:42:21.670Z] Removing intermediate container a048a1b781a9 [2021-04-15T02:42:21.670Z] ---> 0065365ba804 [2021-04-15T02:42:21.670Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-15T02:42:21.670Z] ---> Running in 00c451a15e13 [2021-04-15T02:42:21.670Z] Removing intermediate container 914869ba8fed [2021-04-15T02:42:21.670Z] ---> 9625813a80c2 [2021-04-15T02:42:21.670Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-15T02:42:21.670Z] ---> Running in 823855320ed6 [2021-04-15T02:42:21.670Z] Removing intermediate container e1b07747003c [2021-04-15T02:42:21.670Z] ---> 5560444f920a [2021-04-15T02:42:21.670Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-15T02:42:21.670Z] ---> Running in 9178a8de1d74 [2021-04-15T02:42:21.670Z] Removing intermediate container 1b6742ab0570 [2021-04-15T02:42:21.670Z] ---> 98d45de2e2de [2021-04-15T02:42:21.670Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-15T02:42:21.670Z] ---> Running in 248606d33bda [2021-04-15T02:42:21.670Z] ---> Running in 2e8184261238 [2021-04-15T02:42:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:42:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:42:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:42:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:42:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:42:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:42:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:42:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:42:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:42:21.670Z] OK: 233 MiB in 51 packages [2021-04-15T02:42:21.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:42:21.670Z] OK: 233 MiB in 51 packages [2021-04-15T02:42:22.124Z] OK: 233 MiB in 51 packages [2021-04-15T02:42:22.124Z] OK: 233 MiB in 51 packages [2021-04-15T02:42:22.516Z] OK: 233 MiB in 51 packages [2021-04-15T02:42:23.665Z] Removing intermediate container 00c451a15e13 [2021-04-15T02:42:23.665Z] ---> 073b0dc392d7 [2021-04-15T02:42:23.665Z] Step 6/31 : COPY go.mod . [2021-04-15T02:42:24.483Z] Removing intermediate container 248606d33bda [2021-04-15T02:42:24.483Z] ---> fc9456e14399 [2021-04-15T02:42:24.483Z] Step 6/24 : COPY go.mod . [2021-04-15T02:42:24.802Z] Removing intermediate container 9178a8de1d74 [2021-04-15T02:42:24.802Z] ---> d1b88439e876 [2021-04-15T02:42:24.802Z] Step 6/23 : COPY go.mod . [2021-04-15T02:42:24.802Z] Removing intermediate container 823855320ed6 [2021-04-15T02:42:24.802Z] ---> b49d9297ddcc [2021-04-15T02:42:24.802Z] Step 6/22 : COPY go.mod . [2021-04-15T02:42:24.802Z] Removing intermediate container 2e8184261238 [2021-04-15T02:42:24.802Z] ---> f57df9c779c1 [2021-04-15T02:42:24.802Z] Step 6/23 : COPY go.mod . [2021-04-15T02:42:25.097Z] ---> 2a27e9cf33cf [2021-04-15T02:42:25.097Z] Step 7/31 : RUN go mod download [2021-04-15T02:42:25.761Z] ---> Running in 6206e11e71b2 [2021-04-15T02:42:25.761Z] ---> 1d82f8ce2545 [2021-04-15T02:42:25.761Z] Step 7/24 : RUN go mod download [2021-04-15T02:42:26.058Z] ---> b301049852a6 [2021-04-15T02:42:26.058Z] Step 7/23 : RUN go mod download [2021-04-15T02:42:26.058Z] ---> 3d7ecebad5d8 [2021-04-15T02:42:26.058Z] Step 7/22 : RUN go mod download [2021-04-15T02:42:26.351Z] ---> 8c78b28c557c [2021-04-15T02:42:26.351Z] Step 7/23 : RUN go mod download [2021-04-15T02:42:26.778Z] ---> Running in 77f21620c417 [2021-04-15T02:42:27.296Z] ---> Running in e6f0942d388b [2021-04-15T02:42:27.296Z] ---> Running in 403305414bad [2021-04-15T02:42:27.296Z] ---> Running in 355957bea767 [2021-04-15T02:42:33.530Z] Removing intermediate container 6206e11e71b2 [2021-04-15T02:42:33.530Z] ---> 9519f5da6473 [2021-04-15T02:42:33.530Z] Step 8/31 : COPY . . [2021-04-15T02:42:33.937Z] Removing intermediate container e6f0942d388b [2021-04-15T02:42:33.937Z] ---> 72c45499d0c4 [2021-04-15T02:42:33.937Z] Step 8/22 : COPY . . [2021-04-15T02:42:33.937Z] Removing intermediate container 77f21620c417 [2021-04-15T02:42:33.937Z] ---> 40082d4ceea2 [2021-04-15T02:42:33.937Z] Step 8/24 : COPY . . [2021-04-15T02:42:33.937Z] Removing intermediate container 355957bea767 [2021-04-15T02:42:33.937Z] ---> 34c1cca5bc03 [2021-04-15T02:42:33.937Z] Step 8/23 : COPY . . [2021-04-15T02:42:34.407Z] Removing intermediate container 403305414bad [2021-04-15T02:42:34.407Z] ---> 2f94615003f9 [2021-04-15T02:42:34.407Z] Step 8/23 : COPY . . [2021-04-15T02:42:37.753Z] gofmt -l . [2021-04-15T02:42:37.753Z] [ "`gofmt -l .`" = "" ] [2021-04-15T02:42:37.753Z] ./bin/test-go-mod-tidy.sh [2021-04-15T02:42:37.753Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-15T02:42:39.126Z] + ls -al . [2021-04-15T02:42:39.126Z] total 824 [2021-04-15T02:42:39.126Z] drwxrwxr-x 9 1001 1001 4096 Apr 15 02:42 . [2021-04-15T02:42:39.126Z] drwxr-xr-x 4 root root 4096 Apr 15 02:38 .. [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 11 Apr 15 02:36 .dockerignore [2021-04-15T02:42:39.126Z] drwxrwxr-x 8 1001 1001 4096 Apr 15 02:36 .git [2021-04-15T02:42:39.126Z] drwxrwxr-x 3 1001 1001 4096 Apr 15 02:36 .github [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 818 Apr 15 02:36 .gitignore [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 166 Apr 15 02:36 .sonarcloud.properties [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 8494 Apr 15 02:36 Attribution.txt [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 3804 Apr 15 02:36 CONTRIBUTING.md [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 931 Apr 15 02:36 Dockerfile.build [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 863 Apr 15 02:36 Jenkinsfile [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 10775 Apr 15 02:36 LICENSE [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 5774 Apr 15 02:36 Makefile [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 6548 Apr 15 02:36 README.md [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 6755 Apr 15 02:36 SECURITY.md [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 5 Apr 15 02:31 VERSION [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 4131 Apr 15 02:36 ZMQWindows.md [2021-04-15T02:42:39.126Z] drwxrwxr-x 2 1001 1001 4096 Apr 15 02:36 bin [2021-04-15T02:42:39.126Z] drwxrwxr-x 14 1001 1001 4096 Apr 15 02:36 cmd [2021-04-15T02:42:39.126Z] -rw-r--r-- 1 root root 686607 Apr 15 02:41 coverage.out [2021-04-15T02:42:39.126Z] -rw-r--r-- 1 root root 1059 Apr 15 02:42 go.mod [2021-04-15T02:42:39.126Z] -rw-r--r-- 1 root root 22038 Apr 15 02:42 go.sum [2021-04-15T02:42:39.126Z] drwxrwxr-x 8 1001 1001 4096 Apr 15 02:36 internal [2021-04-15T02:42:39.126Z] drwxrwxr-x 4 1001 1001 4096 Apr 15 02:36 openapi [2021-04-15T02:42:39.126Z] drwxrwxr-x 4 1001 1001 4096 Apr 15 02:36 snap [2021-04-15T02:42:39.126Z] -rw-rw-r-- 1 1001 1001 168 Apr 15 02:36 version.go [Pipeline] sh [2021-04-15T02:42:39.836Z] + '[' -e coverage.out ] [2021-04-15T02:42:39.836Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-15T02:42:39.871Z] Warning: overwriting stash ‘coverage-report’ [2021-04-15T02:42:41.186Z] Stashed 1 file(s) [Pipeline] sh [2021-04-15T02:42:41.904Z] + make build [2021-04-15T02:42:41.904Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-15T02:42:54.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-15T02:43:21.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-15T02:43:22.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-15T02:43:27.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-15T02:43:28.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-15T02:43:34.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-15T02:43:39.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-15T02:43:44.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-15T02:43:48.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-15T02:43:52.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-15T02:43:57.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-15T02:44:03.738Z] $ docker stop --time=1 f2fabcff78037397d6533962a3ac79be92a335cfe0aafb279dd4e1771d45bb42 [2021-04-15T02:44:06.404Z] $ docker rm -f f2fabcff78037397d6533962a3ac79be92a335cfe0aafb279dd4e1771d45bb42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:44:08.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-15T02:44:08.066Z] [2021-04-15T02:44:08.066Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:44:08.689Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-15T02:44:08.689Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-15T02:44:08.689Z] 29e5d40040c1: Pulling fs layer [2021-04-15T02:44:08.689Z] 1ce36da41761: Pulling fs layer [2021-04-15T02:44:08.689Z] 25b303627fd3: Pulling fs layer [2021-04-15T02:44:08.965Z] 29e5d40040c1: Verifying Checksum [2021-04-15T02:44:08.965Z] 29e5d40040c1: Download complete [2021-04-15T02:44:09.562Z] 29e5d40040c1: Pull complete [2021-04-15T02:44:10.159Z] 1ce36da41761: Verifying Checksum [2021-04-15T02:44:10.159Z] 1ce36da41761: Download complete [2021-04-15T02:44:11.137Z] 1ce36da41761: Pull complete [2021-04-15T02:44:11.137Z] 25b303627fd3: Verifying Checksum [2021-04-15T02:44:11.137Z] 25b303627fd3: Download complete [2021-04-15T02:44:21.290Z] 25b303627fd3: Pull complete [2021-04-15T02:44:21.290Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-15T02:44:21.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-15T02:44:21.290Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-15T02:44:21.517Z] prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container [2021-04-15T02:44:21.593Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-15T02:44:24.827Z] $ docker top 6df2396331017e22b4a282f419455c82693321183fadaa142fdfcbfcf94e2be3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:44:25.777Z] + docker-compose build --help [2021-04-15T02:44:25.777Z] + grep parallel [2021-04-15T02:44:28.816Z] ---> 6a9ca5ab0c98 [2021-04-15T02:44:28.816Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-15T02:44:28.816Z] ---> 1462ef51498b [2021-04-15T02:44:28.816Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-15T02:44:28.816Z] ---> ec12cb5bb2a8 [2021-04-15T02:44:28.816Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-15T02:44:28.816Z] ---> Running in beedbd78c781 [2021-04-15T02:44:28.816Z] ---> Running in 07e0ea125134 [2021-04-15T02:44:28.816Z] ---> Running in 0d1276ba1f26 [2021-04-15T02:44:28.816Z] ---> 0d332319aae9 [2021-04-15T02:44:28.816Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-15T02:44:28.816Z] ---> 6590ad198b93 [2021-04-15T02:44:28.816Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-15T02:44:28.816Z] ---> Running in cf918b97cc72 [2021-04-15T02:44:28.816Z] ---> Running in cd79d3913796 [2021-04-15T02:44:28.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-15T02:44:28.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-15T02:44:28.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-15T02:44:28.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-15T02:44:28.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-15T02:44:29.153Z] --parallel Build images in parallel. [Pipeline] } [2021-04-15T02:44:29.441Z] $ docker stop --time=1 6df2396331017e22b4a282f419455c82693321183fadaa142fdfcbfcf94e2be3 [2021-04-15T02:44:31.488Z] $ docker rm -f 6df2396331017e22b4a282f419455c82693321183fadaa142fdfcbfcf94e2be3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:44:32.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-15T02:44:32.135Z] . [Pipeline] withDockerContainer [2021-04-15T02:44:32.458Z] prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container [2021-04-15T02:44:32.567Z] $ 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/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-15T02:44:34.130Z] $ docker top 248045888d8a3ed5161d7515bc06aedd7baf83ada1e01742d035ee1c73d53695 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:44:35.148Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-15T02:44:39.449Z] Building docker-core-command-go ... [2021-04-15T02:44:39.449Z] Building docker-core-data-go ... [2021-04-15T02:44:39.449Z] Building docker-core-metadata-go ... [2021-04-15T02:44:39.449Z] Building docker-security-bootstrapper-go ... [2021-04-15T02:44:39.449Z] Building docker-security-proxy-setup-go ... [2021-04-15T02:44:39.449Z] Building docker-security-secretstore-setup-go ... [2021-04-15T02:44:39.449Z] Building docker-support-notifications-go ... [2021-04-15T02:44:39.449Z] Building docker-support-scheduler-go ... [2021-04-15T02:44:39.449Z] Building docker-sys-mgmt-agent-go ... [2021-04-15T02:44:39.449Z] Building docker-security-bootstrapper-go [2021-04-15T02:44:39.449Z] Building docker-core-metadata-go [2021-04-15T02:44:39.449Z] Building docker-support-scheduler-go [2021-04-15T02:44:39.449Z] Building docker-core-command-go [2021-04-15T02:44:39.449Z] Building docker-support-notifications-go [2021-04-15T02:45:37.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-15T02:45:52.740Z] Removing intermediate container 0d1276ba1f26 [2021-04-15T02:45:52.740Z] ---> 29560a636b16 [2021-04-15T02:45:52.740Z] [2021-04-15T02:45:52.740Z] Step 10/31 : FROM alpine:3.12 [2021-04-15T02:45:52.740Z] 3.12: Pulling from library/alpine [2021-04-15T02:45:59.163Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-15T02:45:59.163Z] Status: Downloaded newer image for alpine:3.12 [2021-04-15T02:45:59.163Z] ---> 7230e588e954 [2021-04-15T02:45:59.163Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-15T02:46:01.205Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:46:01.205Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:46:01.205Z] ---> e53cb7717fe4 [2021-04-15T02:46:01.205Z] Step 3/23 : WORKDIR /edgex-go [2021-04-15T02:46:01.205Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:46:01.205Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:46:01.205Z] ---> e53cb7717fe4 [2021-04-15T02:46:01.205Z] Step 3/23 : WORKDIR /edgex-go [2021-04-15T02:46:01.205Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:46:01.205Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:46:01.205Z] ---> e53cb7717fe4 [2021-04-15T02:46:01.205Z] Step 3/22 : WORKDIR /edgex-go [2021-04-15T02:46:01.205Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:46:01.205Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:46:01.205Z] ---> e53cb7717fe4 [2021-04-15T02:46:01.205Z] Step 3/22 : WORKDIR /edgex-go [2021-04-15T02:46:01.205Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:46:01.205Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:46:01.205Z] ---> e53cb7717fe4 [2021-04-15T02:46:01.205Z] Step 3/31 : WORKDIR /edgex-go [2021-04-15T02:46:01.205Z] ---> Running in 4e3aa603382b [2021-04-15T02:46:01.205Z] ---> Running in ce252c2abf68 [2021-04-15T02:46:01.205Z] ---> Running in 4af6a268c892 [2021-04-15T02:46:01.205Z] ---> Running in 3b90d506dc6a [2021-04-15T02:46:01.205Z] ---> Running in 4d06c3940a7d [2021-04-15T02:46:01.205Z] Removing intermediate container 4d06c3940a7d [2021-04-15T02:46:01.205Z] ---> 521136419dfd [2021-04-15T02:46:01.205Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:46:01.205Z] ---> Running in c7a6dcf39471 [2021-04-15T02:46:01.205Z] Removing intermediate container 4af6a268c892 [2021-04-15T02:46:01.205Z] ---> c9dd332cf6c3 [2021-04-15T02:46:01.205Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:46:01.205Z] Removing intermediate container 3b90d506dc6a [2021-04-15T02:46:01.205Z] ---> 6bc82a759c76 [2021-04-15T02:46:01.205Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:46:01.205Z] Removing intermediate container ce252c2abf68 [2021-04-15T02:46:01.205Z] ---> f9650613df70 [2021-04-15T02:46:01.205Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 4e3aa603382b [2021-04-15T02:46:01.205Z] [2021-04-15T02:46:01.205Z] ---> 90346b35a342 [2021-04-15T02:46:01.205Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:46:01.205Z] ---> Running in 7aab29a45572 [2021-04-15T02:46:01.205Z] ---> Running in 29873d9c64da [2021-04-15T02:46:01.205Z] ---> Running in 6f993f6cd1f4 [2021-04-15T02:46:01.205Z] ---> Running in a1ef01c2c2e9 [2021-04-15T02:46:01.205Z] Removing intermediate container c7a6dcf39471 [2021-04-15T02:46:01.205Z] ---> 47c87178fb98 [2021-04-15T02:46:01.205Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-15T02:46:01.205Z] ---> Running in 7160e3884057 [2021-04-15T02:46:01.205Z] Removing intermediate container 29873d9c64da [2021-04-15T02:46:01.205Z] ---> e71d38f1fce2 [2021-04-15T02:46:01.205Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-15T02:46:01.205Z] Removing intermediate container 7aab29a45572 [2021-04-15T02:46:01.205Z] ---> a0290a80d34a [2021-04-15T02:46:01.205Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-15T02:46:01.205Z] ---> Running in bd79f87c7ba5 [2021-04-15T02:46:01.205Z] Removing intermediate container 6f993f6cd1f4 [2021-04-15T02:46:01.205Z] ---> aefe34b52a42 [2021-04-15T02:46:01.205Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-15T02:46:01.205Z] ---> Running in 29f21e06a938 [2021-04-15T02:46:01.205Z] ---> Running in 571cf186ccbc [2021-04-15T02:46:01.205Z] Removing intermediate container a1ef01c2c2e9 [2021-04-15T02:46:01.205Z] ---> 49a5efdc4390 [2021-04-15T02:46:01.205Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-15T02:46:01.205Z] ---> Running in 7482042046e7 [2021-04-15T02:46:01.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:46:01.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:46:02.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:46:02.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:46:02.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:46:02.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:46:02.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:46:02.807Z] ---> Running in 8a426103c147 [2021-04-15T02:46:02.807Z] Removing intermediate container beedbd78c781 [2021-04-15T02:46:02.807Z] ---> 728a6818522e [2021-04-15T02:46:02.807Z] [2021-04-15T02:46:02.807Z] Step 10/22 : FROM alpine:3.12 [2021-04-15T02:46:02.906Z] OK: 217 MiB in 51 packages [2021-04-15T02:46:02.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:46:02.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:46:02.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:46:03.083Z] Removing intermediate container cf918b97cc72 [2021-04-15T02:46:03.083Z] ---> b28cc277e46a [2021-04-15T02:46:03.083Z] [2021-04-15T02:46:03.083Z] Step 10/23 : FROM alpine:3.12 [2021-04-15T02:46:03.083Z] ---> 7230e588e954 [2021-04-15T02:46:03.083Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-15T02:46:03.083Z] ---> 7230e588e954 [2021-04-15T02:46:03.083Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-15T02:46:03.191Z] OK: 217 MiB in 51 packages [2021-04-15T02:46:03.675Z] Removing intermediate container 8a426103c147 [2021-04-15T02:46:03.676Z] ---> 14fbc6f79ee3 [2021-04-15T02:46:03.676Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-15T02:46:03.676Z] Removing intermediate container cd79d3913796 [2021-04-15T02:46:03.676Z] ---> af51b84ac222 [2021-04-15T02:46:03.676Z] [2021-04-15T02:46:03.676Z] Step 10/24 : FROM alpine:3.12 [2021-04-15T02:46:03.676Z] ---> 7230e588e954 [2021-04-15T02:46:03.676Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-15T02:46:03.795Z] OK: 217 MiB in 51 packages [2021-04-15T02:46:03.796Z] OK: 217 MiB in 51 packages [2021-04-15T02:46:03.796Z] OK: 217 MiB in 51 packages [2021-04-15T02:46:03.981Z] ---> Running in d430ab1b8ead [2021-04-15T02:46:03.982Z] ---> Running in d580a5f896cf [2021-04-15T02:46:04.260Z] ---> Running in 2aee5faedfdd [2021-04-15T02:46:04.260Z] ---> Running in efb1eaedc8f8 [2021-04-15T02:46:04.786Z] Removing intermediate container 7160e3884057 [2021-04-15T02:46:04.786Z] ---> e97480176858 [2021-04-15T02:46:04.786Z] Step 6/31 : COPY go.mod . [2021-04-15T02:46:05.060Z] Removing intermediate container bd79f87c7ba5 [2021-04-15T02:46:05.060Z] ---> fb0af2ff87de [2021-04-15T02:46:05.060Z] Step 6/23 : COPY go.mod . [2021-04-15T02:46:05.655Z] Removing intermediate container 7482042046e7 [2021-04-15T02:46:05.655Z] ---> a4e43ca8eb27 [2021-04-15T02:46:05.655Z] Step 6/22 : COPY go.mod . [2021-04-15T02:46:05.655Z] ---> a4037f38d411 [2021-04-15T02:46:05.655Z] Step 7/31 : RUN go mod download [2021-04-15T02:46:05.929Z] Removing intermediate container 29f21e06a938 [2021-04-15T02:46:05.929Z] ---> deeb202e2eb3 [2021-04-15T02:46:05.929Z] Step 6/22 : COPY go.mod . [2021-04-15T02:46:05.929Z] ---> Running in 267995e74b00 [2021-04-15T02:46:05.929Z] Removing intermediate container 571cf186ccbc [2021-04-15T02:46:05.929Z] ---> 26709cbeffc8 [2021-04-15T02:46:05.929Z] Step 6/23 : COPY go.mod . [2021-04-15T02:46:05.970Z] Removing intermediate container 07e0ea125134 [2021-04-15T02:46:05.970Z] ---> ee8c7ad0c785 [2021-04-15T02:46:05.970Z] [2021-04-15T02:46:05.970Z] Step 10/23 : FROM alpine:3.12 [2021-04-15T02:46:05.970Z] ---> 7230e588e954 [2021-04-15T02:46:05.970Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-15T02:46:06.202Z] ---> 908f09ab3874 [2021-04-15T02:46:06.202Z] Step 7/23 : RUN go mod download [2021-04-15T02:46:06.485Z] ---> Running in 948f55bb6fc7 [2021-04-15T02:46:06.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:46:06.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:46:06.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:46:06.552Z] ---> Running in 11f6e98e5265 [2021-04-15T02:46:06.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:46:06.764Z] ---> 66cb5b144fd2 [2021-04-15T02:46:06.764Z] Step 7/22 : RUN go mod download [2021-04-15T02:46:06.764Z] ---> b1d28d62e1eb [2021-04-15T02:46:06.764Z] Step 7/22 : RUN go mod download [2021-04-15T02:46:07.037Z] ---> Running in 75151e404974 [2021-04-15T02:46:07.037Z] ---> Running in 5e83824f78b8 [2021-04-15T02:46:07.144Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-15T02:46:07.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:46:07.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:46:07.144Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-15T02:46:07.144Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-15T02:46:07.144Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:46:07.144Z] Executing ca-certificates-20191127-r4.trigger [2021-04-15T02:46:07.144Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:46:07.144Z] OK: 6 MiB in 15 packages [2021-04-15T02:46:07.313Z] ---> 9b32282249ad [2021-04-15T02:46:07.313Z] Step 7/23 : RUN go mod download [2021-04-15T02:46:07.586Z] ---> Running in eb93a868421e [2021-04-15T02:46:07.798Z] OK: 6 MiB in 16 packages [2021-04-15T02:46:07.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:46:07.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:46:07.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:46:08.395Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-15T02:46:08.395Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-15T02:46:08.395Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-15T02:46:08.864Z] (4/6) Installing curl (7.76.1-r0) [2021-04-15T02:46:08.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:46:08.864Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-15T02:46:08.864Z] (2/2) Installing su-exec (0.2-r1) [2021-04-15T02:46:08.864Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-15T02:46:08.864Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:46:08.864Z] (6/6) Installing su-exec (0.2-r1) [2021-04-15T02:46:08.864Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:46:08.864Z] Executing ca-certificates-20191127-r4.trigger [2021-04-15T02:46:08.864Z] OK: 6 MiB in 16 packages [2021-04-15T02:46:08.864Z] OK: 7 MiB in 20 packages [2021-04-15T02:46:09.240Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-15T02:46:09.240Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:46:09.240Z] OK: 6 MiB in 15 packages [2021-04-15T02:46:10.216Z] Removing intermediate container 267995e74b00 [2021-04-15T02:46:10.216Z] ---> 989699d8abbb [2021-04-15T02:46:10.216Z] Step 8/31 : COPY . . [2021-04-15T02:46:10.485Z] Removing intermediate container d430ab1b8ead [2021-04-15T02:46:10.486Z] ---> d5085e56471e [2021-04-15T02:46:10.486Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-15T02:46:10.486Z] Removing intermediate container d580a5f896cf [2021-04-15T02:46:10.486Z] ---> 603fcf06cdc8 [2021-04-15T02:46:10.486Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-15T02:46:10.486Z] ---> Running in ab9930ad8a6e [2021-04-15T02:46:10.825Z] Removing intermediate container 948f55bb6fc7 [2021-04-15T02:46:10.825Z] ---> 71e9df8d64a9 [2021-04-15T02:46:10.825Z] Step 8/23 : COPY . . [2021-04-15T02:46:10.999Z] ---> Running in d5d86cd4f9cf [2021-04-15T02:46:12.097Z] Removing intermediate container ab9930ad8a6e [2021-04-15T02:46:12.097Z] ---> ca8a67390733 [2021-04-15T02:46:12.097Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-15T02:46:12.097Z] Removing intermediate container efb1eaedc8f8 [2021-04-15T02:46:12.097Z] ---> a6be327f10f1 [2021-04-15T02:46:12.097Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-15T02:46:12.805Z] Removing intermediate container d5d86cd4f9cf [2021-04-15T02:46:12.805Z] ---> c2335fddf13b [2021-04-15T02:46:12.805Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-15T02:46:12.805Z] Removing intermediate container 2aee5faedfdd [2021-04-15T02:46:12.805Z] ---> edb0feab7b36 [2021-04-15T02:46:12.805Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-15T02:46:12.805Z] Removing intermediate container 11f6e98e5265 [2021-04-15T02:46:12.805Z] ---> f46759e1a423 [2021-04-15T02:46:12.912Z] Removing intermediate container 75151e404974 [2021-04-15T02:46:12.912Z] ---> dc068523bec4 [2021-04-15T02:46:12.912Z] Step 8/22 : COPY . . [2021-04-15T02:46:13.392Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-15T02:46:13.392Z] ---> Running in 48f465e57f44 [2021-04-15T02:46:13.392Z] ---> Running in f0b73bd41fbf [2021-04-15T02:46:13.392Z] ---> Running in 843a5aa8d1cb [2021-04-15T02:46:13.392Z] ---> Running in 7b642004808a [2021-04-15T02:46:13.392Z] ---> Running in 16953f7218fb [2021-04-15T02:46:13.518Z] Removing intermediate container 5e83824f78b8 [2021-04-15T02:46:13.518Z] ---> 9fb8f55b1a6a [2021-04-15T02:46:13.518Z] Step 8/22 : COPY . . [2021-04-15T02:46:13.518Z] Removing intermediate container eb93a868421e [2021-04-15T02:46:13.518Z] ---> 63202b5ecb61 [2021-04-15T02:46:13.518Z] Step 8/23 : COPY . . [2021-04-15T02:46:14.898Z] Removing intermediate container 16953f7218fb [2021-04-15T02:46:14.898Z] ---> bf47807b3d62 [2021-04-15T02:46:14.898Z] Step 13/24 : WORKDIR / [2021-04-15T02:46:14.898Z] Removing intermediate container f0b73bd41fbf [2021-04-15T02:46:14.898Z] ---> 55fa39ec6711 [2021-04-15T02:46:14.898Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-15T02:46:14.898Z] Removing intermediate container 7b642004808a [2021-04-15T02:46:14.898Z] ---> 3df6a962c920 [2021-04-15T02:46:14.898Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-15T02:46:14.898Z] Removing intermediate container 48f465e57f44 [2021-04-15T02:46:14.898Z] ---> eeaace0ae740 [2021-04-15T02:46:14.899Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-15T02:46:15.219Z] Removing intermediate container 843a5aa8d1cb [2021-04-15T02:46:15.219Z] ---> 5a3e7b74985c [2021-04-15T02:46:15.219Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-15T02:46:15.219Z] ---> Running in af6d268df8cd [2021-04-15T02:46:15.219Z] ---> Running in 8ba1d4fa9d14 [2021-04-15T02:46:15.219Z] ---> Running in 892d32dee00a [2021-04-15T02:46:15.219Z] ---> Running in 2d4252d50f4b [2021-04-15T02:46:15.219Z] ---> Running in 0335377fa062 [2021-04-15T02:46:15.993Z] Removing intermediate container af6d268df8cd [2021-04-15T02:46:15.993Z] ---> 7b203534a4ef [2021-04-15T02:46:15.993Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-15T02:46:15.993Z] Removing intermediate container 892d32dee00a [2021-04-15T02:46:15.993Z] ---> e795649002d8 [2021-04-15T02:46:15.993Z] Step 15/23 : WORKDIR / [2021-04-15T02:46:15.993Z] Removing intermediate container 8ba1d4fa9d14 [2021-04-15T02:46:15.993Z] ---> 540f2b0c3b00 [2021-04-15T02:46:15.993Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-15T02:46:16.836Z] Removing intermediate container 0335377fa062 [2021-04-15T02:46:16.836Z] ---> 0b9830bf2e13 [2021-04-15T02:46:16.836Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:46:17.890Z] Removing intermediate container 2d4252d50f4b [2021-04-15T02:46:17.890Z] ---> bd013bd58e62 [2021-04-15T02:46:17.890Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-15T02:46:17.890Z] ---> Running in bfa6194eacd2 [2021-04-15T02:46:17.890Z] ---> Running in bddb87651499 [2021-04-15T02:46:18.259Z] ---> Running in fcbc611a78d7 [2021-04-15T02:46:19.351Z] Removing intermediate container bfa6194eacd2 [2021-04-15T02:46:19.351Z] ---> 647b0e582c06 [2021-04-15T02:46:19.351Z] Step 15/23 : WORKDIR / [2021-04-15T02:46:19.351Z] ---> a33d6b086133 [2021-04-15T02:46:19.351Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-15T02:46:19.351Z] ---> 108354adb566 [2021-04-15T02:46:19.351Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-15T02:46:19.771Z] Removing intermediate container bddb87651499 [2021-04-15T02:46:19.771Z] ---> 125d817472f0 [2021-04-15T02:46:19.771Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:46:19.771Z] ---> Running in ab658ad31438 [2021-04-15T02:46:21.054Z] ---> 2d85d9554d58 [2021-04-15T02:46:21.054Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-15T02:46:21.368Z] Removing intermediate container ab658ad31438 [2021-04-15T02:46:21.368Z] ---> 75f3d8a876e8 [2021-04-15T02:46:21.368Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:46:21.848Z] ---> 0568dcf70cf3 [2021-04-15T02:46:21.848Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-15T02:46:22.723Z] ---> ca9d522173a3 [2021-04-15T02:46:22.723Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-15T02:46:23.351Z] ---> a5b32bcd6cd1 [2021-04-15T02:46:23.351Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-15T02:46:23.351Z] ---> 8d78d3e4e61f [2021-04-15T02:46:23.351Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-15T02:46:23.974Z] ---> 70540574cd70 [2021-04-15T02:46:23.975Z] Removing intermediate container fcbc611a78d7 [2021-04-15T02:46:23.975Z] ---> fcc127bbb937 [2021-04-15T02:46:23.975Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-15T02:46:23.975Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-15T02:46:23.975Z] ---> 49a848180c78 [2021-04-15T02:46:23.975Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-15T02:46:24.416Z] ---> Running in 186bc9df87c1 [2021-04-15T02:46:24.416Z] ---> Running in 245dac5b4851 [2021-04-15T02:46:24.840Z] ---> 18d89b2262c3 [2021-04-15T02:46:24.840Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-15T02:46:25.537Z] ---> d6dc7673ce1e [2021-04-15T02:46:25.537Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-15T02:46:25.537Z] Removing intermediate container 186bc9df87c1 [2021-04-15T02:46:25.537Z] ---> 2027b9d22398 [2021-04-15T02:46:25.537Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:46:25.537Z] Removing intermediate container 245dac5b4851 [2021-04-15T02:46:25.537Z] ---> 44e835578d8b [2021-04-15T02:46:25.537Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-15T02:46:26.272Z] ---> c7840cf52db4 [2021-04-15T02:46:26.272Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-15T02:46:26.656Z] ---> Running in 60e6aa12e1bf [2021-04-15T02:46:27.187Z] ---> ccf684446a29 [2021-04-15T02:46:27.187Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-15T02:46:27.187Z] ---> Running in 8d7334d9cad2 [2021-04-15T02:46:27.905Z] ---> 33116d96dfdb [2021-04-15T02:46:27.905Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-15T02:46:27.905Z] ---> 9a7d03d450ce [2021-04-15T02:46:27.905Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-15T02:46:27.905Z] Removing intermediate container 8d7334d9cad2 [2021-04-15T02:46:27.905Z] ---> f2ca6ec13e3d [2021-04-15T02:46:27.905Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:46:28.527Z] Removing intermediate container 60e6aa12e1bf [2021-04-15T02:46:28.527Z] ---> 2c13f7892648 [2021-04-15T02:46:28.527Z] Step 20/22 : LABEL arch=x86_64 [2021-04-15T02:46:28.527Z] ---> 37d353d25a47 [2021-04-15T02:46:28.527Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-15T02:46:28.527Z] ---> Running in 62a109123dff [2021-04-15T02:46:28.527Z] ---> Running in ba0a65b4b1f9 [2021-04-15T02:46:28.527Z] ---> Running in f545d67a47c6 [2021-04-15T02:46:29.067Z] ---> Running in 20e90cffab43 [2021-04-15T02:46:29.482Z] ---> Running in f1fc5c8cc4e6 [2021-04-15T02:46:30.355Z] Removing intermediate container ba0a65b4b1f9 [2021-04-15T02:46:30.355Z] ---> ebaf83f6b4c2 [2021-04-15T02:46:30.355Z] Step 21/23 : LABEL arch=x86_64 [2021-04-15T02:46:30.355Z] Removing intermediate container 62a109123dff [2021-04-15T02:46:30.355Z] ---> 1797d84bb7ca [2021-04-15T02:46:30.355Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:46:31.503Z] ---> Running in daf5cfce45d2 [2021-04-15T02:46:31.503Z] Removing intermediate container 20e90cffab43 [2021-04-15T02:46:31.503Z] ---> b91f6f78eafa [2021-04-15T02:46:31.503Z] Step 21/22 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:46:31.503Z] ---> Running in de0d5c652fda [2021-04-15T02:46:31.503Z] ---> Running in 256f56e2f7de [2021-04-15T02:46:31.503Z] Removing intermediate container daf5cfce45d2 [2021-04-15T02:46:31.503Z] ---> 06ef38457299 [2021-04-15T02:46:31.503Z] Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:46:31.503Z] Removing intermediate container de0d5c652fda [2021-04-15T02:46:31.503Z] ---> 668a14ef30bf [2021-04-15T02:46:31.503Z] Step 21/23 : LABEL arch=x86_64 [2021-04-15T02:46:31.503Z] ---> Running in 87c76d31e411 [2021-04-15T02:46:31.503Z] ---> Running in 0542bc3706af [2021-04-15T02:46:31.503Z] Removing intermediate container 256f56e2f7de [2021-04-15T02:46:31.503Z] ---> a5805e518c00 [2021-04-15T02:46:31.503Z] Step 22/22 : LABEL version=0.0.0 [2021-04-15T02:46:33.294Z] ---> Running in cf6339af108c [2021-04-15T02:46:33.294Z] Removing intermediate container 87c76d31e411 [2021-04-15T02:46:33.294Z] ---> 5e9e7ae84dd7 [2021-04-15T02:46:33.294Z] Step 23/23 : LABEL version=0.0.0 [2021-04-15T02:46:33.294Z] Removing intermediate container 0542bc3706af [2021-04-15T02:46:33.294Z] ---> 57e9f313fb43 [2021-04-15T02:46:33.294Z] Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:46:33.294Z] ---> Running in 62087d14f3c7 [2021-04-15T02:46:33.294Z] Removing intermediate container f545d67a47c6 [2021-04-15T02:46:33.294Z] ---> 7c8503a9940e [2021-04-15T02:46:33.294Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:46:33.593Z] ---> Running in b7448a2c4c2d [2021-04-15T02:46:33.593Z] Removing intermediate container cf6339af108c [2021-04-15T02:46:33.593Z] ---> 0d38c97ea944 [2021-04-15T02:46:33.593Z] [2021-04-15T02:46:34.043Z] Removing intermediate container 62087d14f3c7 [2021-04-15T02:46:34.043Z] ---> 57718e3f46c7 [2021-04-15T02:46:34.043Z] [2021-04-15T02:46:34.043Z] Removing intermediate container f1fc5c8cc4e6 [2021-04-15T02:46:34.043Z] ---> 0fccf6aa6631 [2021-04-15T02:46:34.043Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-15T02:46:34.364Z] ---> cc383bc630ce [2021-04-15T02:46:34.364Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-15T02:46:34.694Z] Removing intermediate container b7448a2c4c2d [2021-04-15T02:46:34.694Z] ---> 46273aae269b [2021-04-15T02:46:34.694Z] Step 23/23 : LABEL version=0.0.0 [2021-04-15T02:46:35.091Z] ---> Running in a9f8be6e0a99 [2021-04-15T02:46:35.411Z] Successfully built 57718e3f46c7 [2021-04-15T02:46:35.411Z] ---> Running in d454c9969f07 [2021-04-15T02:46:35.411Z] Successfully built 0d38c97ea944 [2021-04-15T02:46:35.411Z] Successfully tagged docker-core-command-go:latest [2021-04-15T02:46:35.804Z]  Building docker-core-command-go ... done Successfully tagged docker-support-notifications-go:latest [2021-04-15T02:46:35.804Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-04-15T02:46:35.804Z] Building docker-security-proxy-setup-go [2021-04-15T02:46:36.198Z] Removing intermediate container a9f8be6e0a99 [2021-04-15T02:46:36.198Z] ---> cea3cb1521ea [2021-04-15T02:46:36.198Z] Step 22/24 : LABEL arch=x86_64 [2021-04-15T02:46:36.628Z] Removing intermediate container d454c9969f07 [2021-04-15T02:46:36.628Z] ---> 811a252699d4 [2021-04-15T02:46:36.628Z] [2021-04-15T02:46:36.628Z] ---> Running in 4d412c73287f [2021-04-15T02:46:36.936Z] ---> 03a994223e8d [2021-04-15T02:46:36.936Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-15T02:46:37.955Z] Successfully built 811a252699d4 [2021-04-15T02:46:37.955Z] Removing intermediate container 4d412c73287f [2021-04-15T02:46:37.955Z] ---> 608d63148964 [2021-04-15T02:46:38.390Z] Step 23/24 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:46:38.685Z] Successfully tagged docker-core-metadata-go:latest [2021-04-15T02:46:38.685Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-04-15T02:46:38.685Z] ---> Running in 727d24f1b96a [2021-04-15T02:46:39.067Z] ---> 90e7bef1a547 [2021-04-15T02:46:39.067Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-15T02:46:39.998Z] Removing intermediate container 727d24f1b96a [2021-04-15T02:46:39.998Z] ---> 2337660ced4f [2021-04-15T02:46:39.998Z] Step 24/24 : LABEL version=0.0.0 [2021-04-15T02:46:40.344Z] ---> 86982a081d5d [2021-04-15T02:46:40.344Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-15T02:46:40.344Z] ---> a6670a3bdac1 [2021-04-15T02:46:40.344Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-15T02:46:40.344Z] ---> Running in dfcf4a01bb17 [2021-04-15T02:46:40.344Z] ---> Running in 3ae1188b562e [2021-04-15T02:46:40.344Z] ---> 5d04c869935d [2021-04-15T02:46:40.344Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-15T02:46:40.344Z] ---> 7bf18e9d45ea [2021-04-15T02:46:40.344Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-15T02:46:40.344Z] ---> 0144c64e7d59 [2021-04-15T02:46:40.344Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-15T02:46:40.344Z] ---> Running in cd46428b41e6 [2021-04-15T02:46:40.344Z] ---> Running in 2b2e5907d92e [2021-04-15T02:46:40.344Z] ---> Running in 7237f67c452a [2021-04-15T02:46:40.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-15T02:46:40.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-15T02:46:40.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-15T02:46:40.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-15T02:46:40.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-15T02:46:43.229Z] ---> Running in 0ee9736db538 [2021-04-15T02:46:43.229Z] ---> 7d10f8a6ee4b [2021-04-15T02:46:43.229Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-15T02:46:44.257Z] Removing intermediate container 0ee9736db538 [2021-04-15T02:46:44.257Z] ---> 63f043fcfe61 [2021-04-15T02:46:44.257Z] [2021-04-15T02:46:44.257Z] ---> 7ea55fb2bdff [2021-04-15T02:46:44.257Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-15T02:46:44.542Z] Successfully built 63f043fcfe61 [2021-04-15T02:46:44.851Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-15T02:46:44.851Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-15T02:46:45.755Z] ---> Running in 634be9ddd842 [2021-04-15T02:46:50.177Z] Removing intermediate container 634be9ddd842 [2021-04-15T02:46:50.177Z] ---> 971356e3e5ac [2021-04-15T02:46:50.177Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-15T02:46:54.409Z] ---> db5ca69c27c9 [2021-04-15T02:46:54.409Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-15T02:46:54.409Z] ---> Running in b031d494c3ca [2021-04-15T02:47:03.438Z] Removing intermediate container b031d494c3ca [2021-04-15T02:47:03.438Z] ---> 5fad00594802 [2021-04-15T02:47:03.438Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-15T02:47:03.438Z] ---> Running in 65909f8aa4a4 [2021-04-15T02:47:04.135Z] Removing intermediate container 65909f8aa4a4 [2021-04-15T02:47:04.135Z] ---> ddd207f45697 [2021-04-15T02:47:04.135Z] Step 28/31 : CMD ["gate"] [2021-04-15T02:47:04.976Z] ---> Running in c8f1b15b2923 [2021-04-15T02:47:06.898Z] Removing intermediate container c8f1b15b2923 [2021-04-15T02:47:06.898Z] ---> 5b23ef2a6718 [2021-04-15T02:47:06.898Z] Step 29/31 : LABEL arch=x86_64 [2021-04-15T02:47:07.238Z] ---> Running in 6574e65862d6 [2021-04-15T02:47:08.752Z] Removing intermediate container 6574e65862d6 [2021-04-15T02:47:08.752Z] ---> b437b445ca1a [2021-04-15T02:47:08.752Z] Step 30/31 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:47:08.752Z] ---> Running in ab53e6e5b1f9 [2021-04-15T02:47:09.485Z] Removing intermediate container ab53e6e5b1f9 [2021-04-15T02:47:09.485Z] ---> 20591f17d29a [2021-04-15T02:47:09.485Z] Step 31/31 : LABEL version=0.0.0 [2021-04-15T02:47:09.787Z] ---> Running in 0349900c5a47 [2021-04-15T02:47:14.633Z] Removing intermediate container 0349900c5a47 [2021-04-15T02:47:14.633Z] ---> 85685ec1b6bd [2021-04-15T02:47:14.633Z] [2021-04-15T02:47:15.756Z] Successfully built 85685ec1b6bd [2021-04-15T02:47:16.181Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-15T02:48:14.812Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:48:14.812Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:48:14.812Z] ---> 233a7e9f9ebb [2021-04-15T02:48:14.812Z] Step 3/22 : WORKDIR /edgex-go [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 4b0403dabb07 [2021-04-15T02:48:14.812Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 5560444f920a [2021-04-15T02:48:14.812Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> fc9456e14399 [2021-04-15T02:48:14.812Z] Step 6/22 : COPY go.mod . [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 1d82f8ce2545 [2021-04-15T02:48:14.812Z] Step 7/22 : RUN go mod download [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 40082d4ceea2 [2021-04-15T02:48:14.812Z] Step 8/22 : COPY . . [2021-04-15T02:48:14.812Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:48:14.812Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:48:14.812Z] ---> 233a7e9f9ebb [2021-04-15T02:48:14.812Z] Step 3/23 : WORKDIR /edgex-go [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 4b0403dabb07 [2021-04-15T02:48:14.812Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 5560444f920a [2021-04-15T02:48:14.812Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 6590ad198b93 [2021-04-15T02:48:14.812Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-15T02:48:14.812Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:48:14.812Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:48:14.812Z] ---> 233a7e9f9ebb [2021-04-15T02:48:14.812Z] Step 3/21 : WORKDIR /edgex-go [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 4b0403dabb07 [2021-04-15T02:48:14.812Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 5560444f920a [2021-04-15T02:48:14.812Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> fc9456e14399 [2021-04-15T02:48:14.812Z] Step 6/21 : COPY go.mod . [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 1d82f8ce2545 [2021-04-15T02:48:14.812Z] Step 7/21 : RUN go mod download [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 40082d4ceea2 [2021-04-15T02:48:14.812Z] Step 8/21 : COPY . . [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 6590ad198b93 [2021-04-15T02:48:14.812Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-15T02:48:14.812Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:48:14.812Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:48:14.812Z] ---> 233a7e9f9ebb [2021-04-15T02:48:14.812Z] Step 3/23 : WORKDIR /edgex-go [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 4b0403dabb07 [2021-04-15T02:48:14.812Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:48:14.812Z] ---> Using cache [2021-04-15T02:48:14.812Z] ---> 5560444f920a [2021-04-15T02:48:14.812Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-15T02:48:14.812Z] ---> Running in 1bdd111d01f3 [2021-04-15T02:48:14.812Z] ---> Running in 5405dc8fa109 [2021-04-15T02:48:14.812Z] ---> Running in c48cf1ededd6 [2021-04-15T02:48:14.812Z] ---> Running in f83c4a69d581 [2021-04-15T02:48:14.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:48:14.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:48:14.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-15T02:48:14.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-15T02:48:14.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:48:14.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:48:15.491Z] OK: 233 MiB in 51 packages [2021-04-15T02:48:15.774Z] OK: 233 MiB in 51 packages [2021-04-15T02:48:17.960Z] Removing intermediate container 1bdd111d01f3 [2021-04-15T02:48:17.960Z] ---> fd6c1895a8ab [2021-04-15T02:48:17.960Z] Step 6/23 : COPY go.mod . [2021-04-15T02:48:18.365Z] Removing intermediate container c48cf1ededd6 [2021-04-15T02:48:18.365Z] ---> ddbe9bc476df [2021-04-15T02:48:18.365Z] Step 6/23 : COPY go.mod . [2021-04-15T02:48:19.135Z] ---> 92944556edda [2021-04-15T02:48:19.135Z] Step 7/23 : RUN go mod download [2021-04-15T02:48:19.135Z] ---> Running in fef65743e1ab [2021-04-15T02:48:19.495Z] ---> 792fa86ee504 [2021-04-15T02:48:19.495Z] Step 7/23 : RUN go mod download [2021-04-15T02:48:19.821Z] ---> Running in e683d4ade635 [2021-04-15T02:48:31.534Z] Removing intermediate container e683d4ade635 [2021-04-15T02:48:31.534Z] ---> 3950b0a8d791 [2021-04-15T02:48:31.534Z] Step 8/23 : COPY . . [2021-04-15T02:48:31.837Z] Removing intermediate container fef65743e1ab [2021-04-15T02:48:31.837Z] ---> e9db8f3faa48 [2021-04-15T02:48:31.837Z] Step 8/23 : COPY . . [2021-04-15T02:48:32.240Z] Removing intermediate container 3ae1188b562e [2021-04-15T02:48:32.240Z] ---> 797b4259cb31 [2021-04-15T02:48:32.240Z] [2021-04-15T02:48:32.240Z] Step 10/31 : FROM alpine:3.12 [2021-04-15T02:48:32.240Z] 3.12: Pulling from library/alpine [2021-04-15T02:48:32.240Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-15T02:48:32.240Z] Status: Downloaded newer image for alpine:3.12 [2021-04-15T02:48:32.240Z] ---> d75e27dfc0a0 [2021-04-15T02:48:32.240Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-15T02:48:32.240Z] ---> Running in bce8dce89247 [2021-04-15T02:48:32.849Z] Removing intermediate container bce8dce89247 [2021-04-15T02:48:32.849Z] ---> b1da512deca4 [2021-04-15T02:48:32.849Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-15T02:48:33.129Z] ---> Running in de25593ec322 [2021-04-15T02:48:35.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:48:35.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:48:36.387Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-15T02:48:36.387Z] (2/2) Installing su-exec (0.2-r1) [2021-04-15T02:48:36.387Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:48:36.387Z] OK: 5 MiB in 16 packages [2021-04-15T02:48:36.995Z] Removing intermediate container cd46428b41e6 [2021-04-15T02:48:36.995Z] ---> 45d3e1873814 [2021-04-15T02:48:36.995Z] [2021-04-15T02:48:36.995Z] Step 10/23 : FROM alpine:3.12 [2021-04-15T02:48:36.995Z] ---> d75e27dfc0a0 [2021-04-15T02:48:36.995Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-15T02:48:37.601Z] ---> Running in 7c94130b1ea7 [2021-04-15T02:48:39.589Z] Removing intermediate container de25593ec322 [2021-04-15T02:48:39.589Z] ---> bf1034420f00 [2021-04-15T02:48:39.589Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-15T02:48:39.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:48:39.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:48:40.134Z] ---> Running in 140202af696a [2021-04-15T02:48:40.407Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-15T02:48:40.407Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:48:40.407Z] OK: 5 MiB in 15 packages [2021-04-15T02:48:41.020Z] Removing intermediate container 2b2e5907d92e [2021-04-15T02:48:41.020Z] ---> a7dd4275c206 [2021-04-15T02:48:41.020Z] [2021-04-15T02:48:41.020Z] Step 10/22 : FROM alpine:3.12 [2021-04-15T02:48:41.020Z] ---> d75e27dfc0a0 [2021-04-15T02:48:41.020Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-15T02:48:41.020Z] Removing intermediate container 140202af696a [2021-04-15T02:48:41.020Z] ---> 971a1eebad02 [2021-04-15T02:48:41.020Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-15T02:48:41.297Z] ---> Running in eeab37e5c786 [2021-04-15T02:48:41.572Z] ---> Running in c4b7da77519e [2021-04-15T02:48:42.207Z] Removing intermediate container 7237f67c452a [2021-04-15T02:48:42.207Z] ---> 06b94d1e2a7a [2021-04-15T02:48:42.207Z] [2021-04-15T02:48:42.207Z] Step 10/22 : FROM alpine:3.12 [2021-04-15T02:48:42.207Z] ---> d75e27dfc0a0 [2021-04-15T02:48:42.207Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-15T02:48:42.480Z] ---> Running in 2c26d1e86465 [2021-04-15T02:48:43.086Z] Removing intermediate container 7c94130b1ea7 [2021-04-15T02:48:43.086Z] ---> 9006f950681c [2021-04-15T02:48:43.086Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-15T02:48:43.086Z] Removing intermediate container c4b7da77519e [2021-04-15T02:48:43.086Z] ---> d5a4bba27eaa [2021-04-15T02:48:43.086Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-15T02:48:43.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:48:43.367Z] ---> Running in 382af286f3ab [2021-04-15T02:48:43.367Z] ---> Running in 5b348cd5f82d [2021-04-15T02:48:43.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:48:43.966Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-15T02:48:44.237Z] Removing intermediate container 382af286f3ab [2021-04-15T02:48:44.237Z] ---> 962ec4d7ac5d [2021-04-15T02:48:44.237Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-15T02:48:44.237Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-15T02:48:44.237Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:48:44.237Z] Executing ca-certificates-20191127-r4.trigger [2021-04-15T02:48:44.511Z] OK: 6 MiB in 16 packages [2021-04-15T02:48:44.511Z] ---> Running in 6d75eefb5791 [2021-04-15T02:48:44.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:48:45.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:48:45.654Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-15T02:48:45.654Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:48:45.654Z] OK: 5 MiB in 15 packages [2021-04-15T02:48:45.928Z] Removing intermediate container 6d75eefb5791 [2021-04-15T02:48:45.928Z] ---> 7143576aeb56 [2021-04-15T02:48:45.928Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-15T02:48:47.898Z] ---> Running in 6dd665afc0a4 [2021-04-15T02:48:48.171Z] Removing intermediate container eeab37e5c786 [2021-04-15T02:48:48.171Z] ---> b9ad46e36ba6 [2021-04-15T02:48:48.171Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-15T02:48:48.454Z] Removing intermediate container dfcf4a01bb17 [2021-04-15T02:48:48.454Z] ---> 5d2973f9a56e [2021-04-15T02:48:48.454Z] [2021-04-15T02:48:48.454Z] Step 10/23 : FROM alpine:3.12 [2021-04-15T02:48:48.796Z] Removing intermediate container 6dd665afc0a4 [2021-04-15T02:48:48.796Z] ---> b23c06a2dffe [2021-04-15T02:48:48.796Z] Step 15/23 : WORKDIR / [2021-04-15T02:48:48.796Z] ---> d75e27dfc0a0 [2021-04-15T02:48:48.796Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-15T02:48:48.796Z] ---> Using cache [2021-04-15T02:48:48.796Z] ---> 6be96b828cec [2021-04-15T02:48:48.796Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-15T02:48:48.796Z] ---> Running in 3e9d9ea36c3f [2021-04-15T02:48:49.299Z] Removing intermediate container 5b348cd5f82d [2021-04-15T02:48:49.299Z] ---> 8bbe74d15a0a [2021-04-15T02:48:49.299Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-15T02:48:49.299Z] Removing intermediate container 2c26d1e86465 [2021-04-15T02:48:49.299Z] ---> 6be96b828cec [2021-04-15T02:48:49.299Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-15T02:48:49.299Z] ---> Running in adaa7116bb4d [2021-04-15T02:48:49.300Z] ---> Running in 1e3ca6d22976 [2021-04-15T02:48:49.300Z] ---> Running in 58dd52ff15ca [2021-04-15T02:48:49.300Z] ---> Running in 82e629207208 [2021-04-15T02:48:49.590Z] Removing intermediate container 3e9d9ea36c3f [2021-04-15T02:48:49.590Z] ---> 4aba1b3d1bd2 [2021-04-15T02:48:49.590Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-15T02:48:49.872Z] ---> Running in 1ab1890fa8b7 [2021-04-15T02:48:49.872Z] Removing intermediate container 58dd52ff15ca [2021-04-15T02:48:49.872Z] ---> 48bce44b85f3 [2021-04-15T02:48:49.872Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:48:50.201Z] Removing intermediate container adaa7116bb4d [2021-04-15T02:48:50.201Z] ---> 1689f23ccf07 [2021-04-15T02:48:50.201Z] Removing intermediate container 1e3ca6d22976 [2021-04-15T02:48:50.201Z] ---> 02de057a3f5e [2021-04-15T02:48:50.201Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-15T02:48:50.201Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-15T02:48:50.201Z] Removing intermediate container 82e629207208 [2021-04-15T02:48:50.201Z] ---> 6612feb90c91 [2021-04-15T02:48:50.201Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-15T02:48:50.201Z] ---> Running in e8c07dae1f87 [2021-04-15T02:48:50.524Z] ---> Running in 3b109314047c [2021-04-15T02:48:50.524Z] Removing intermediate container 1ab1890fa8b7 [2021-04-15T02:48:50.524Z] ---> 3fcb67e38d6f [2021-04-15T02:48:50.524Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-15T02:48:50.799Z] ---> Running in 191382a554f6 [2021-04-15T02:48:51.072Z] Removing intermediate container e8c07dae1f87 [2021-04-15T02:48:51.072Z] ---> b00c0f1e234c [2021-04-15T02:48:51.072Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-15T02:48:51.072Z] Removing intermediate container 3b109314047c [2021-04-15T02:48:51.072Z] ---> 85ee64708a48 [2021-04-15T02:48:51.072Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-15T02:48:51.072Z] ---> Running in 6b0555c55338 [2021-04-15T02:48:51.349Z] ---> Running in e8c90da6b207 [2021-04-15T02:48:51.349Z] ---> 8d480152469f [2021-04-15T02:48:51.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-15T02:48:51.349Z] ---> d80ea3229a77 [2021-04-15T02:48:51.349Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-15T02:48:51.349Z] Removing intermediate container 191382a554f6 [2021-04-15T02:48:51.349Z] ---> 6c6347e542c5 [2021-04-15T02:48:51.349Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:48:51.630Z] ---> Running in 1106991b550d [2021-04-15T02:48:51.903Z] Removing intermediate container 6b0555c55338 [2021-04-15T02:48:51.903Z] ---> 7cfa4b14d16d [2021-04-15T02:48:51.903Z] Step 15/23 : WORKDIR / [2021-04-15T02:48:52.187Z] Removing intermediate container e8c90da6b207 [2021-04-15T02:48:52.187Z] ---> 859e112b1efc [2021-04-15T02:48:52.187Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:48:52.187Z] ---> Running in 35c71f6fc72a [2021-04-15T02:48:52.464Z] ---> 0c86737dcd82 [2021-04-15T02:48:52.464Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-15T02:48:53.071Z] Removing intermediate container 35c71f6fc72a [2021-04-15T02:48:53.071Z] ---> 9ca9c0b49ae1 [2021-04-15T02:48:53.071Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:48:53.345Z] ---> 777714ac37af [2021-04-15T02:48:53.345Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-15T02:48:53.345Z] ---> 57832e1af782 [2021-04-15T02:48:53.345Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-15T02:48:54.325Z] ---> 08d3e346a3bd [2021-04-15T02:48:54.325Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-15T02:48:54.596Z] ---> 1507b7baedb7 [2021-04-15T02:48:54.596Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-15T02:48:54.596Z] ---> ee7c86b59a51 [2021-04-15T02:48:54.596Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-15T02:48:54.596Z] ---> Running in 9b47849be1f8 [2021-04-15T02:48:55.190Z] Removing intermediate container 1106991b550d [2021-04-15T02:48:55.190Z] ---> 7d1bad2134f6 [2021-04-15T02:48:55.190Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:48:55.190Z] ---> a38935178f90 [2021-04-15T02:48:55.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-15T02:48:55.459Z] ---> c0365e9acbab [2021-04-15T02:48:55.459Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-15T02:48:55.459Z] Removing intermediate container 9b47849be1f8 [2021-04-15T02:48:55.459Z] ---> 06ee09a5e307 [2021-04-15T02:48:55.459Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:48:55.733Z] ---> Running in 02c585d5c345 [2021-04-15T02:48:55.733Z] ---> Running in f581ffadf891 [2021-04-15T02:48:56.333Z] ---> 2c9c63261842 [2021-04-15T02:48:56.333Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-15T02:48:56.333Z] Removing intermediate container 02c585d5c345 [2021-04-15T02:48:56.333Z] ---> e1650245ae3e [2021-04-15T02:48:56.333Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:48:56.609Z] Removing intermediate container f581ffadf891 [2021-04-15T02:48:56.609Z] ---> f7c9267707ec [2021-04-15T02:48:56.609Z] Step 21/23 : LABEL arch=arm64 [2021-04-15T02:48:56.609Z] ---> 9723ba84b91f [2021-04-15T02:48:56.609Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-15T02:48:56.609Z] ---> 25451be2d637 [2021-04-15T02:48:56.609Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-15T02:48:56.609Z] ---> Running in 877391f7d271 [2021-04-15T02:48:56.884Z] ---> Running in f811df845c78 [2021-04-15T02:48:56.884Z] ---> Running in 995dc33c743f [2021-04-15T02:48:57.478Z] Removing intermediate container 877391f7d271 [2021-04-15T02:48:57.478Z] ---> 2dd82f8b0391 [2021-04-15T02:48:57.478Z] Step 20/22 : LABEL arch=arm64 [2021-04-15T02:48:57.752Z] Removing intermediate container 995dc33c743f [2021-04-15T02:48:57.752Z] ---> d86f5cb19cf9 [2021-04-15T02:48:57.752Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:48:57.752Z] ---> Running in 726c074e0b97 [2021-04-15T02:48:57.752Z] ---> 168e57b032bf [2021-04-15T02:48:57.752Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-15T02:48:57.752Z] Removing intermediate container f811df845c78 [2021-04-15T02:48:57.752Z] ---> 1a0e2b25f531 [2021-04-15T02:48:57.752Z] Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:48:57.752Z] ---> Running in d3b141f9121d [2021-04-15T02:48:57.752Z] ---> 889f5587a5cb [2021-04-15T02:48:57.752Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-15T02:48:58.032Z] ---> Running in b0e6acc1274f [2021-04-15T02:48:58.032Z] ---> Running in dc033e56e1ad [2021-04-15T02:48:58.632Z] Removing intermediate container 726c074e0b97 [2021-04-15T02:48:58.632Z] ---> a7b265d111d7 [2021-04-15T02:48:58.632Z] Step 21/22 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:48:58.632Z] Removing intermediate container d3b141f9121d [2021-04-15T02:48:58.632Z] ---> 4bdbf8c47c2f [2021-04-15T02:48:58.632Z] Step 20/22 : LABEL arch=arm64 [2021-04-15T02:48:58.632Z] ---> Running in 6af2993f99c5 [2021-04-15T02:48:58.632Z] ---> Running in 7a69f6e42700 [2021-04-15T02:48:58.907Z] Removing intermediate container dc033e56e1ad [2021-04-15T02:48:58.907Z] ---> b15b22939604 [2021-04-15T02:48:58.907Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:48:58.907Z] Removing intermediate container b0e6acc1274f [2021-04-15T02:48:58.907Z] ---> 31c8c6ced149 [2021-04-15T02:48:58.907Z] Step 23/23 : LABEL version=0.0.0 [2021-04-15T02:48:58.907Z] ---> e6d34a1fd09e [2021-04-15T02:48:58.907Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-15T02:48:59.181Z] ---> Running in 10b9e0c429ee [2021-04-15T02:48:59.181Z] ---> Running in ca21cd396fb6 [2021-04-15T02:48:59.455Z] Removing intermediate container 6af2993f99c5 [2021-04-15T02:48:59.455Z] Removing intermediate container 7a69f6e42700 [2021-04-15T02:48:59.455Z] ---> 3bc9c7d4d164 [2021-04-15T02:48:59.455Z] Step 22/22 : LABEL version=0.0.0 [2021-04-15T02:48:59.455Z] ---> 748bb49b83ea [2021-04-15T02:48:59.455Z] Step 21/22 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:48:59.730Z] ---> Running in cb2546f0534f [2021-04-15T02:48:59.730Z] ---> Running in 89430407c5d8 [2021-04-15T02:48:59.730Z] Removing intermediate container ca21cd396fb6 [2021-04-15T02:48:59.730Z] ---> d2747dd8b62a [2021-04-15T02:48:59.730Z] Step 21/23 : LABEL arch=arm64 [2021-04-15T02:48:59.730Z] Removing intermediate container 10b9e0c429ee [2021-04-15T02:48:59.730Z] ---> 60d20afcb0d9 [2021-04-15T02:48:59.730Z] [2021-04-15T02:49:00.002Z] ---> Running in 77021ee52d72 [2021-04-15T02:49:00.278Z] ---> 41a769e01501 [2021-04-15T02:49:00.278Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-15T02:49:00.553Z] Removing intermediate container cb2546f0534f [2021-04-15T02:49:00.553Z] ---> b8c6ea3b2cd6 [2021-04-15T02:49:00.553Z] [2021-04-15T02:49:00.553Z] Successfully built 60d20afcb0d9 [2021-04-15T02:49:00.553Z] Removing intermediate container 89430407c5d8 [2021-04-15T02:49:00.553Z] ---> 08954ab059b2 [2021-04-15T02:49:00.553Z] Step 22/22 : LABEL version=0.0.0 [2021-04-15T02:49:00.553Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-15T02:49:00.553Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-04-15T02:49:00.553Z] Removing intermediate container 77021ee52d72 [2021-04-15T02:49:00.553Z] ---> 87bd8d272f7b [2021-04-15T02:49:00.553Z] Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:49:00.830Z] ---> Running in 595519165a60 [2021-04-15T02:49:00.830Z] ---> Running in 19f7ccba5cc7 [2021-04-15T02:49:01.103Z] Successfully built b8c6ea3b2cd6 [2021-04-15T02:49:01.104Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-15T02:49:01.104Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-04-15T02:49:01.104Z] ---> de8a1675386b [2021-04-15T02:49:01.104Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-15T02:49:01.377Z] Removing intermediate container 595519165a60 [2021-04-15T02:49:01.377Z] ---> 4a0cc95793fe [2021-04-15T02:49:01.377Z] [2021-04-15T02:49:01.979Z] Successfully built 4a0cc95793fe [2021-04-15T02:49:01.979Z] ---> Running in 010d5dffb7a1 [2021-04-15T02:49:02.249Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-15T02:49:02.249Z] Building docker-core-data-go [2021-04-15T02:49:02.249Z]  Building docker-support-scheduler-go ... done Removing intermediate container 19f7ccba5cc7 [2021-04-15T02:49:02.249Z] ---> 2500e3f1d0cd [2021-04-15T02:49:02.249Z] Step 23/23 : LABEL version=0.0.0 [2021-04-15T02:49:03.221Z] ---> Running in 2752d7353053 [2021-04-15T02:49:03.821Z] Removing intermediate container 010d5dffb7a1 [2021-04-15T02:49:03.821Z] ---> a8a92e62741a [2021-04-15T02:49:03.821Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-15T02:49:05.258Z] Removing intermediate container 2752d7353053 [2021-04-15T02:49:05.258Z] ---> f9865c9b54fd [2021-04-15T02:49:05.258Z] [2021-04-15T02:49:05.852Z] Successfully built f9865c9b54fd [2021-04-15T02:49:06.456Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-15T02:49:06.456Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-15T02:49:07.435Z] ---> 2f9ee3559a50 [2021-04-15T02:49:07.435Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-15T02:49:08.029Z] ---> Running in dc2f5cf553f4 [2021-04-15T02:49:13.451Z] Removing intermediate container dc2f5cf553f4 [2021-04-15T02:49:13.451Z] ---> 87d51166b8f2 [2021-04-15T02:49:13.451Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-15T02:49:13.451Z] ---> Running in 5ec1327a1e53 [2021-04-15T02:49:13.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-15T02:49:14.041Z] Removing intermediate container 5ec1327a1e53 [2021-04-15T02:49:14.041Z] ---> 02f4e13bf939 [2021-04-15T02:49:14.041Z] Step 28/31 : CMD ["gate"] [2021-04-15T02:49:15.470Z] ---> Running in aedd9b0b9d35 [2021-04-15T02:49:16.461Z] Removing intermediate container aedd9b0b9d35 [2021-04-15T02:49:16.461Z] ---> 5dd565154e91 [2021-04-15T02:49:16.461Z] Step 29/31 : LABEL arch=arm64 [2021-04-15T02:49:17.438Z] ---> Running in 1a241e90f7b6 [2021-04-15T02:49:18.034Z] Removing intermediate container 1a241e90f7b6 [2021-04-15T02:49:18.034Z] ---> cdb34a1a1524 [2021-04-15T02:49:18.034Z] Step 30/31 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:49:18.630Z] ---> Running in 6d64b84acfae [2021-04-15T02:49:19.615Z] Removing intermediate container 6d64b84acfae [2021-04-15T02:49:19.615Z] ---> 9eb12d66760d [2021-04-15T02:49:19.615Z] Step 31/31 : LABEL version=0.0.0 [2021-04-15T02:49:19.888Z] ---> Running in c2a8acecfd87 [2021-04-15T02:49:20.483Z] Removing intermediate container c2a8acecfd87 [2021-04-15T02:49:20.483Z] ---> 0d0270ffcce4 [2021-04-15T02:49:20.483Z] [2021-04-15T02:49:21.076Z] Successfully built 0d0270ffcce4 [2021-04-15T02:49:21.076Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-15T02:49:42.994Z] Removing intermediate container f83c4a69d581 [2021-04-15T02:49:42.994Z] ---> f49ad77ed15a [2021-04-15T02:49:42.994Z] [2021-04-15T02:49:42.994Z] Step 10/22 : FROM alpine:3.12 [2021-04-15T02:49:42.994Z] ---> 7230e588e954 [2021-04-15T02:49:42.994Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-15T02:49:42.994Z] ---> Using cache [2021-04-15T02:49:42.994Z] ---> f46759e1a423 [2021-04-15T02:49:42.994Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-15T02:49:42.994Z] ---> Using cache [2021-04-15T02:49:42.994Z] ---> 3df6a962c920 [2021-04-15T02:49:42.994Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-15T02:49:42.994Z] ---> Running in fe269a9f67ec [2021-04-15T02:49:44.172Z] Removing intermediate container fe269a9f67ec [2021-04-15T02:49:44.172Z] ---> c7479b65ff05 [2021-04-15T02:49:44.172Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-15T02:49:47.484Z] ---> Running in 820f88dab993 [2021-04-15T02:49:51.468Z] Removing intermediate container 820f88dab993 [2021-04-15T02:49:51.468Z] ---> aae8379226f5 [2021-04-15T02:49:51.468Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:49:53.111Z] ---> 7a88de972743 [2021-04-15T02:49:53.111Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-15T02:49:55.988Z] Removing intermediate container 5405dc8fa109 [2021-04-15T02:49:55.988Z] ---> 40940ac26cda [2021-04-15T02:49:55.988Z] [2021-04-15T02:49:55.988Z] Step 10/21 : FROM alpine:3.12 [2021-04-15T02:49:55.988Z] ---> 7230e588e954 [2021-04-15T02:49:55.988Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-15T02:49:57.028Z] ---> ea1e868fbe65 [2021-04-15T02:49:57.028Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-15T02:49:57.414Z] ---> Running in e98a041b1245 [2021-04-15T02:49:57.698Z] ---> 4775f3fdace5 [2021-04-15T02:49:57.698Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-15T02:49:57.972Z] ---> Running in febe5d9a735f [2021-04-15T02:49:57.972Z] ---> b84febc26bac [2021-04-15T02:49:57.972Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-15T02:49:58.256Z] ---> Running in 60d1f59e3891 [2021-04-15T02:49:58.256Z] ---> 50811612753d [2021-04-15T02:49:58.256Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-15T02:49:58.550Z] ---> Running in 655d1fd2008d [2021-04-15T02:49:58.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:49:58.550Z] Removing intermediate container 60d1f59e3891 [2021-04-15T02:49:58.550Z] ---> 258f79d19b15 [2021-04-15T02:49:58.550Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:49:58.865Z] ---> Running in 41dec01bbbbf [2021-04-15T02:49:58.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:49:59.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-15T02:49:59.228Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-15T02:49:59.228Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-15T02:49:59.228Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-15T02:49:59.228Z] (4/4) Installing curl (7.76.1-r0) [2021-04-15T02:49:59.228Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:49:59.604Z] Executing ca-certificates-20191127-r4.trigger [2021-04-15T02:49:59.605Z] OK: 7 MiB in 18 packages [2021-04-15T02:49:59.605Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-15T02:49:59.605Z] Removing intermediate container 41dec01bbbbf [2021-04-15T02:49:59.605Z] ---> 98af71d6343b [2021-04-15T02:49:59.605Z] Step 20/22 : LABEL arch=x86_64 [2021-04-15T02:50:00.062Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:50:00.062Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:50:00.062Z] ---> e53cb7717fe4 [2021-04-15T02:50:00.062Z] Step 3/24 : WORKDIR /edgex-go [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> 90346b35a342 [2021-04-15T02:50:00.062Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> a0290a80d34a [2021-04-15T02:50:00.062Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> deeb202e2eb3 [2021-04-15T02:50:00.062Z] Step 6/24 : COPY go.mod . [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> b1d28d62e1eb [2021-04-15T02:50:00.062Z] Step 7/24 : RUN go mod download [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> 9fb8f55b1a6a [2021-04-15T02:50:00.062Z] Step 8/24 : COPY . . [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> 7bf18e9d45ea [2021-04-15T02:50:00.062Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-15T02:50:00.062Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:50:00.062Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:50:00.062Z] ---> e53cb7717fe4 [2021-04-15T02:50:00.062Z] Step 3/21 : WORKDIR /edgex-go [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> 90346b35a342 [2021-04-15T02:50:00.062Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> a0290a80d34a [2021-04-15T02:50:00.062Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> deeb202e2eb3 [2021-04-15T02:50:00.062Z] Step 6/21 : COPY go.mod . [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> b1d28d62e1eb [2021-04-15T02:50:00.062Z] Step 7/21 : RUN go mod download [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> 9fb8f55b1a6a [2021-04-15T02:50:00.062Z] Step 8/21 : COPY . . [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> 7bf18e9d45ea [2021-04-15T02:50:00.062Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-15T02:50:00.062Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:50:00.062Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:50:00.062Z] ---> e53cb7717fe4 [2021-04-15T02:50:00.062Z] Step 3/23 : WORKDIR /edgex-go [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> 90346b35a342 [2021-04-15T02:50:00.062Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:50:00.062Z] ---> Using cache [2021-04-15T02:50:00.062Z] ---> a0290a80d34a [2021-04-15T02:50:00.062Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-15T02:50:00.335Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-15T02:50:00.335Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-15T02:50:00.335Z] ---> e53cb7717fe4 [2021-04-15T02:50:00.335Z] Step 3/23 : WORKDIR /edgex-go [2021-04-15T02:50:00.335Z] ---> Using cache [2021-04-15T02:50:00.335Z] ---> 90346b35a342 [2021-04-15T02:50:00.335Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:50:00.335Z] ---> Using cache [2021-04-15T02:50:00.335Z] ---> a0290a80d34a [2021-04-15T02:50:00.335Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-15T02:50:00.749Z] ---> Running in 9f8824bef6ba [2021-04-15T02:50:02.363Z] Removing intermediate container 9f8824bef6ba [2021-04-15T02:50:02.363Z] ---> 0d392c5d1e76 [2021-04-15T02:50:02.363Z] Step 21/22 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:50:02.674Z] ---> Running in 5ba53227e330 [2021-04-15T02:50:02.959Z] ---> Running in 5a49c972b675 [2021-04-15T02:50:02.959Z] ---> Running in 5a45da1243d7 [2021-04-15T02:50:02.959Z] ---> Running in 2431a200c5d7 [2021-04-15T02:50:02.959Z] ---> Running in 915763a37869 [2021-04-15T02:50:02.983Z] Removing intermediate container e98a041b1245 [2021-04-15T02:50:02.983Z] ---> c793788f7c73 [2021-04-15T02:50:02.983Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-15T02:50:03.271Z] ---> Running in 451336943c23 [2021-04-15T02:50:03.982Z] Removing intermediate container 5ba53227e330 [2021-04-15T02:50:03.982Z] ---> c04f7f0b8614 [2021-04-15T02:50:03.982Z] Step 22/22 : LABEL version=0.0.0 [2021-04-15T02:50:03.982Z] ---> Running in dd83ac94ae13 [2021-04-15T02:50:04.295Z] Removing intermediate container 451336943c23 [2021-04-15T02:50:04.296Z] ---> 0795e9478948 [2021-04-15T02:50:04.296Z] Step 13/21 : WORKDIR /edgex [2021-04-15T02:50:04.632Z] ---> Running in 7357ed98532c [2021-04-15T02:50:04.632Z] Removing intermediate container dd83ac94ae13 [2021-04-15T02:50:04.632Z] ---> d177cf426a5e [2021-04-15T02:50:04.632Z] [2021-04-15T02:50:04.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:50:04.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-15T02:50:04.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-15T02:50:04.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:50:05.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:50:05.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:50:05.805Z] Removing intermediate container 7357ed98532c [2021-04-15T02:50:05.805Z] ---> c2639f235e38 [2021-04-15T02:50:05.805Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-15T02:50:06.437Z] Successfully built d177cf426a5e [2021-04-15T02:50:06.437Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-15T02:50:06.520Z] OK: 217 MiB in 51 packages [2021-04-15T02:50:07.090Z]  Building docker-support-scheduler-go ... done  ---> adf925a41728 [2021-04-15T02:50:07.090Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-15T02:50:07.131Z] OK: 217 MiB in 51 packages [2021-04-15T02:50:09.158Z] Removing intermediate container 2431a200c5d7 [2021-04-15T02:50:09.158Z] ---> 512dcf7fe82c [2021-04-15T02:50:09.158Z] Step 6/23 : COPY go.mod . [2021-04-15T02:50:09.158Z] Removing intermediate container 5a45da1243d7 [2021-04-15T02:50:09.158Z] ---> a9bc7d2863ef [2021-04-15T02:50:09.158Z] Step 6/23 : COPY go.mod . [2021-04-15T02:50:09.390Z] ---> 693fd24e7fb4 [2021-04-15T02:50:09.390Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-15T02:50:10.142Z] ---> 000fa35882ce [2021-04-15T02:50:10.142Z] Step 7/23 : RUN go mod download [2021-04-15T02:50:10.142Z] ---> 640c366b2890 [2021-04-15T02:50:10.142Z] Step 7/23 : RUN go mod download [2021-04-15T02:50:10.425Z] ---> Running in f537036d41a8 [2021-04-15T02:50:10.700Z] ---> Running in f4b8d1a69a33 [2021-04-15T02:50:11.466Z] ---> 96a08f7d2f81 [2021-04-15T02:50:11.466Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-15T02:50:12.168Z] ---> Running in 79372c9456f4 [2021-04-15T02:50:13.383Z] Removing intermediate container 79372c9456f4 [2021-04-15T02:50:13.383Z] ---> 1c1b251e440b [2021-04-15T02:50:13.383Z] Step 18/21 : CMD ["--init=true"] [2021-04-15T02:50:13.782Z] ---> Running in ade3ae047460 [2021-04-15T02:50:14.679Z] Removing intermediate container ade3ae047460 [2021-04-15T02:50:14.679Z] ---> 17bfaaa24b61 [2021-04-15T02:50:14.679Z] Step 19/21 : LABEL arch=x86_64 [2021-04-15T02:50:15.001Z] ---> Running in ca3fd573a829 [2021-04-15T02:50:15.692Z] Removing intermediate container ca3fd573a829 [2021-04-15T02:50:15.692Z] ---> 3e0fb369bd47 [2021-04-15T02:50:15.692Z] Step 20/21 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:50:16.021Z] ---> Running in d352f100dd12 [2021-04-15T02:50:16.159Z] Removing intermediate container f537036d41a8 [2021-04-15T02:50:16.159Z] ---> 092b63e42b38 [2021-04-15T02:50:16.159Z] Step 8/23 : COPY . . [2021-04-15T02:50:16.159Z] Removing intermediate container f4b8d1a69a33 [2021-04-15T02:50:16.159Z] ---> 88dadd1d58c6 [2021-04-15T02:50:16.159Z] Step 8/23 : COPY . . [2021-04-15T02:50:17.709Z] Removing intermediate container d352f100dd12 [2021-04-15T02:50:17.709Z] ---> 362c42b2a9b0 [2021-04-15T02:50:17.709Z] Step 21/21 : LABEL version=0.0.0 [2021-04-15T02:50:17.709Z] ---> Running in e7bdc690d174 [2021-04-15T02:50:18.469Z] Removing intermediate container e7bdc690d174 [2021-04-15T02:50:18.469Z] ---> b02f5bb5bfcc [2021-04-15T02:50:18.469Z] [2021-04-15T02:50:19.636Z] Successfully built b02f5bb5bfcc [2021-04-15T02:50:19.636Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-15T02:50:38.805Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container febe5d9a735f [2021-04-15T02:50:38.805Z] ---> a7bb8dd186fc [2021-04-15T02:50:38.805Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-15T02:50:38.805Z] ---> Running in 36ce10625a19 [2021-04-15T02:50:39.136Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-15T02:50:43.769Z] Removing intermediate container 655d1fd2008d [2021-04-15T02:50:43.769Z] ---> b35183ba13b7 [2021-04-15T02:50:43.769Z] [2021-04-15T02:50:43.769Z] Step 10/23 : FROM alpine:3.12 [2021-04-15T02:50:43.769Z] ---> 7230e588e954 [2021-04-15T02:50:43.769Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-15T02:50:43.769Z] ---> Running in a6b8789f48cf [2021-04-15T02:50:43.769Z] Removing intermediate container a6b8789f48cf [2021-04-15T02:50:43.769Z] ---> b8df0217abe2 [2021-04-15T02:50:43.769Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-15T02:50:44.064Z] Removing intermediate container 36ce10625a19 [2021-04-15T02:50:44.064Z] ---> ae99b1aebba0 [2021-04-15T02:50:44.064Z] [2021-04-15T02:50:44.064Z] Step 11/23 : FROM docker:20.10.0 [2021-04-15T02:50:44.064Z] ---> Running in f94b21cf56c1 [2021-04-15T02:50:44.064Z] 20.10.0: Pulling from library/docker [2021-04-15T02:50:44.767Z] Removing intermediate container f94b21cf56c1 [2021-04-15T02:50:44.767Z] ---> 7e32fab6a9f6 [2021-04-15T02:50:44.767Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-15T02:50:44.767Z] ---> Running in 74b4db089de7 [2021-04-15T02:50:44.767Z] Removing intermediate container 74b4db089de7 [2021-04-15T02:50:44.767Z] ---> 8c5baba1d2da [2021-04-15T02:50:44.767Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:50:45.034Z] ---> Running in 87c4d14ea2a4 [2021-04-15T02:50:48.525Z] ---> f2a4573feb09 [2021-04-15T02:50:48.525Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-15T02:50:48.525Z] ---> 6956d8208672 [2021-04-15T02:50:48.525Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-15T02:50:48.525Z] ---> Running in 204ed8b92969 [2021-04-15T02:50:48.525Z] ---> Running in 347aed960a9d [2021-04-15T02:50:48.802Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-15T02:50:48.802Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-15T02:50:49.671Z] Removing intermediate container 87c4d14ea2a4 [2021-04-15T02:50:49.671Z] ---> 1de31e7f361d [2021-04-15T02:50:49.671Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-15T02:50:49.671Z] ---> Running in 3617aa7a56e7 [2021-04-15T02:50:50.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:50:51.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:50:53.545Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-15T02:50:53.545Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-15T02:50:53.545Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-15T02:50:53.830Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-15T02:50:54.488Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-15T02:50:54.488Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-15T02:50:54.794Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:50:54.794Z] OK: 8 MiB in 20 packages [2021-04-15T02:50:56.466Z] Removing intermediate container 3617aa7a56e7 [2021-04-15T02:50:56.466Z] ---> 4a3d391ccc95 [2021-04-15T02:50:56.466Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:50:57.151Z] ---> 61fc996e25ac [2021-04-15T02:50:57.151Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-15T02:50:58.275Z] ---> a701c8d29b1a [2021-04-15T02:50:58.275Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-15T02:50:59.980Z] ---> f2b2b8a32000 [2021-04-15T02:50:59.980Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-15T02:51:00.362Z] ---> Running in 6ae652c709ef [2021-04-15T02:51:00.664Z] Removing intermediate container 6ae652c709ef [2021-04-15T02:51:00.664Z] ---> 740835b11b54 [2021-04-15T02:51:00.664Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:51:00.972Z] ---> Running in 480f888441a1 [2021-04-15T02:51:02.039Z] Removing intermediate container 480f888441a1 [2021-04-15T02:51:02.039Z] ---> 9cb603e4c33f [2021-04-15T02:51:02.039Z] Step 21/23 : LABEL arch=x86_64 [2021-04-15T02:51:02.039Z] ---> Running in 9e9e27f9de9e [2021-04-15T02:51:02.039Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-15T02:51:02.039Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-15T02:51:02.039Z] ---> aefe523efa57 [2021-04-15T02:51:02.039Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-15T02:51:02.361Z] ---> Running in 50576cd27618 [2021-04-15T02:51:02.704Z] Removing intermediate container 9e9e27f9de9e [2021-04-15T02:51:02.704Z] ---> 2b45168e2e2f [2021-04-15T02:51:02.704Z] Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:51:02.704Z] ---> Running in dc6be3209fa5 [2021-04-15T02:51:02.704Z] Removing intermediate container 50576cd27618 [2021-04-15T02:51:02.704Z] ---> 73c471081c31 [2021-04-15T02:51:02.704Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-15T02:51:03.026Z] ---> Running in 878e3638d99e [2021-04-15T02:51:03.775Z] Removing intermediate container dc6be3209fa5 [2021-04-15T02:51:03.775Z] ---> 1eb354aaae83 [2021-04-15T02:51:03.775Z] Step 23/23 : LABEL version=0.0.0 [2021-04-15T02:51:03.775Z] ---> Running in b59406ce148f [2021-04-15T02:51:04.091Z] Removing intermediate container b59406ce148f [2021-04-15T02:51:04.091Z] ---> beb63d8b1d87 [2021-04-15T02:51:04.091Z] [2021-04-15T02:51:04.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-15T02:51:04.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-15T02:51:04.713Z] Successfully built beb63d8b1d87 [2021-04-15T02:51:04.713Z] Successfully tagged docker-core-data-go:latest [2021-04-15T02:51:04.713Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:51:05.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:51:05.737Z] (1/39) Installing readline (8.0.4-r0) [2021-04-15T02:51:06.022Z] (2/39) Installing bash (5.0.17-r0) [2021-04-15T02:51:06.022Z] Executing bash-5.0.17-r0.post-install [2021-04-15T02:51:06.022Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-15T02:51:06.022Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-15T02:51:06.022Z] (5/39) Installing curl (7.76.1-r0) [2021-04-15T02:51:06.022Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-15T02:51:06.022Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-15T02:51:06.022Z] (8/39) Installing expat (2.2.9-r1) [2021-04-15T02:51:06.022Z] (9/39) Installing libffi (3.3-r2) [2021-04-15T02:51:06.022Z] (10/39) Installing gdbm (1.13-r1) [2021-04-15T02:51:06.405Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-15T02:51:06.405Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-15T02:51:06.405Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-15T02:51:08.710Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-15T02:51:08.710Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-15T02:51:08.710Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-15T02:51:08.710Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-15T02:51:08.710Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-15T02:51:08.710Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-15T02:51:08.710Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-15T02:51:08.710Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-15T02:51:08.710Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-15T02:51:08.710Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-15T02:51:08.710Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-15T02:51:08.710Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-15T02:51:09.169Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-15T02:51:09.169Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-15T02:51:09.169Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-15T02:51:09.169Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-15T02:51:09.169Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-15T02:51:09.169Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-15T02:51:09.169Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-15T02:51:09.169Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-15T02:51:09.527Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-15T02:51:09.527Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-15T02:51:09.527Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-15T02:51:09.527Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-15T02:51:09.527Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-15T02:51:09.527Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-15T02:51:09.846Z] Executing busybox-1.31.1-r19.trigger [2021-04-15T02:51:09.846Z] OK: 72 MiB in 59 packages [2021-04-15T02:51:12.022Z] Collecting docker-compose==1.23.2 [2021-04-15T02:51:12.022Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-15T02:51:12.682Z] Collecting PyYAML<4,>=3.10 [2021-04-15T02:51:12.682Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-15T02:51:14.170Z] Collecting cached-property<2,>=1.2.0 [2021-04-15T02:51:14.170Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-15T02:51:14.435Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-15T02:51:14.435Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-15T02:51:15.528Z] Collecting docopt<0.7,>=0.6.1 [2021-04-15T02:51:15.528Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-15T02:51:16.144Z] Collecting docker<4.0,>=3.6.0 [2021-04-15T02:51:16.144Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-15T02:51:16.144Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-15T02:51:16.506Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-15T02:51:16.506Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-15T02:51:16.506Z] Collecting texttable<0.10,>=0.9.0 [2021-04-15T02:51:16.506Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-15T02:51:18.359Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-15T02:51:18.359Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-15T02:51:18.359Z] Collecting jsonschema<3,>=2.5.1 [2021-04-15T02:51:18.359Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-15T02:51:18.727Z] Collecting docker-pycreds>=0.4.0 [2021-04-15T02:51:18.727Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-15T02:51:18.727Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-15T02:51:18.727Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-15T02:51:18.727Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-15T02:51:18.727Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-15T02:51:19.342Z] Collecting idna<2.8,>=2.5 [2021-04-15T02:51:19.342Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-15T02:51:19.342Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-15T02:51:19.342Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-15T02:51:19.342Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-15T02:51:19.342Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-15T02:51:19.675Z] Installing collected packages: PyYAML, cached-property, dockerpty, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, docker-compose [2021-04-15T02:51:19.675Z] Running setup.py install for PyYAML: started [2021-04-15T02:51:20.715Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-15T02:51:20.715Z] Running setup.py install for dockerpty: started [2021-04-15T02:51:21.749Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-15T02:51:21.749Z] Running setup.py install for docopt: started [2021-04-15T02:51:22.564Z] Removing intermediate container 5a49c972b675 [2021-04-15T02:51:22.564Z] ---> e4b92b4987be [2021-04-15T02:51:22.564Z] [2021-04-15T02:51:22.564Z] Step 10/24 : FROM alpine:3.12 [2021-04-15T02:51:22.564Z] ---> d75e27dfc0a0 [2021-04-15T02:51:22.564Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-15T02:51:22.564Z] Removing intermediate container 915763a37869 [2021-04-15T02:51:22.564Z] ---> 066ce96c7bf5 [2021-04-15T02:51:22.564Z] [2021-04-15T02:51:22.564Z] Step 10/21 : FROM alpine:3.12 [2021-04-15T02:51:22.564Z] ---> d75e27dfc0a0 [2021-04-15T02:51:22.564Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-15T02:51:22.564Z] ---> Running in 6d075bd3d092 [2021-04-15T02:51:22.564Z] ---> Running in e5b3e213d923 [2021-04-15T02:51:22.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:51:22.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:51:22.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:51:22.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:51:22.564Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-15T02:51:22.787Z] Running setup.py install for docopt: finished with status 'done' [2021-04-15T02:51:22.787Z] Attempting uninstall: urllib3 [2021-04-15T02:51:22.787Z] Found existing installation: urllib3 1.25.9 [2021-04-15T02:51:22.787Z] Uninstalling urllib3-1.25.9: [2021-04-15T02:51:22.787Z] Successfully uninstalled urllib3-1.25.9 [2021-04-15T02:51:22.836Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-15T02:51:22.836Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-15T02:51:22.836Z] (4/6) Installing curl (7.76.1-r0) [2021-04-15T02:51:22.836Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-15T02:51:22.836Z] (6/6) Installing su-exec (0.2-r1) [2021-04-15T02:51:22.836Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:51:22.836Z] Executing ca-certificates-20191127-r4.trigger [2021-04-15T02:51:23.103Z] Attempting uninstall: idna [2021-04-15T02:51:23.103Z] Found existing installation: idna 2.9 [2021-04-15T02:51:23.103Z] Uninstalling idna-2.9: [2021-04-15T02:51:23.103Z] Successfully uninstalled idna-2.9 [2021-04-15T02:51:23.111Z] OK: 7 MiB in 20 packages [2021-04-15T02:51:23.387Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-15T02:51:23.387Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-15T02:51:23.387Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-15T02:51:23.387Z] (4/4) Installing curl (7.76.1-r0) [2021-04-15T02:51:23.387Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:51:23.387Z] Executing ca-certificates-20191127-r4.trigger [2021-04-15T02:51:23.405Z] Attempting uninstall: requests [2021-04-15T02:51:23.405Z] Found existing installation: requests 2.23.0 [2021-04-15T02:51:23.405Z] Uninstalling requests-2.23.0: [2021-04-15T02:51:23.405Z] Successfully uninstalled requests-2.23.0 [2021-04-15T02:51:23.664Z] OK: 7 MiB in 18 packages [2021-04-15T02:51:24.180Z] Running setup.py install for texttable: started [2021-04-15T02:51:25.240Z] Running setup.py install for texttable: finished with status 'done' [2021-04-15T02:51:25.512Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-15T02:51:26.295Z] Removing intermediate container 6d075bd3d092 [2021-04-15T02:51:26.295Z] ---> 94089f1992c7 [2021-04-15T02:51:26.295Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-15T02:51:26.567Z] ---> Running in c046252188e8 [2021-04-15T02:51:26.842Z] Removing intermediate container e5b3e213d923 [2021-04-15T02:51:26.842Z] ---> bcca31e2fabf [2021-04-15T02:51:26.842Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-15T02:51:27.116Z] ---> Running in 08401ca10971 [2021-04-15T02:51:27.388Z] Removing intermediate container c046252188e8 [2021-04-15T02:51:27.388Z] ---> 2e4b1d012e3d [2021-04-15T02:51:27.388Z] Step 13/24 : WORKDIR / [2021-04-15T02:51:27.660Z] ---> Running in 238371ba6112 [2021-04-15T02:51:28.255Z] Removing intermediate container 08401ca10971 [2021-04-15T02:51:28.255Z] ---> c01b259004dc [2021-04-15T02:51:28.255Z] Step 13/21 : WORKDIR /edgex [2021-04-15T02:51:28.255Z] ---> Running in 3b6db7d5903a [2021-04-15T02:51:28.530Z] Removing intermediate container 238371ba6112 [2021-04-15T02:51:28.530Z] ---> c55b635e1dbf [2021-04-15T02:51:28.530Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-15T02:51:29.134Z] Removing intermediate container 3b6db7d5903a [2021-04-15T02:51:29.134Z] ---> e50c25eaee91 [2021-04-15T02:51:29.134Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-15T02:51:31.020Z] ---> 300cf48ef17d [2021-04-15T02:51:31.020Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-15T02:51:31.020Z] ---> d648dbd1e3ad [2021-04-15T02:51:31.020Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-15T02:51:31.296Z] ---> 4f7e570ae14e [2021-04-15T02:51:31.296Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-15T02:51:32.736Z] ---> 767421b8fda0 [2021-04-15T02:51:32.736Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-15T02:51:32.736Z] ---> 56e43d27375e [2021-04-15T02:51:32.736Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-15T02:51:34.730Z] ---> e79406be1052 [2021-04-15T02:51:34.730Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-15T02:51:35.008Z] ---> 8b5290b3a5d8 [2021-04-15T02:51:35.008Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-15T02:51:35.286Z] ---> Running in 09ed4a9aeb8e [2021-04-15T02:51:36.281Z] Removing intermediate container 09ed4a9aeb8e [2021-04-15T02:51:36.281Z] ---> bc67ca204401 [2021-04-15T02:51:36.281Z] Step 18/21 : CMD ["--init=true"] [2021-04-15T02:51:36.559Z] ---> Running in 04db913df6fa [2021-04-15T02:51:36.559Z] ---> 96b629e9d743 [2021-04-15T02:51:36.559Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-15T02:51:37.551Z] Removing intermediate container 04db913df6fa [2021-04-15T02:51:37.551Z] ---> 70b5e5e841ec [2021-04-15T02:51:37.551Z] Step 19/21 : LABEL arch=arm64 [2021-04-15T02:51:37.551Z] ---> Running in 23e14ba232f4 [2021-04-15T02:51:37.833Z] ---> 3a6d3784949f [2021-04-15T02:51:37.833Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-15T02:51:38.116Z] ---> Running in 91623e5d2655 [2021-04-15T02:51:38.398Z] Removing intermediate container 23e14ba232f4 [2021-04-15T02:51:38.398Z] ---> 72d08a189c5b [2021-04-15T02:51:38.398Z] Step 20/21 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:51:38.680Z] ---> Running in 56a700a9f457 [2021-04-15T02:51:39.667Z] Removing intermediate container 56a700a9f457 [2021-04-15T02:51:39.667Z] ---> 3dbd9276e49b [2021-04-15T02:51:39.667Z] Step 21/21 : LABEL version=0.0.0 [2021-04-15T02:51:39.940Z] ---> Running in c1dca7234e82 [2021-04-15T02:51:40.930Z] Removing intermediate container c1dca7234e82 [2021-04-15T02:51:40.930Z] ---> 17843a92f192 [2021-04-15T02:51:40.930Z] [2021-04-15T02:51:41.531Z] Successfully built 17843a92f192 [2021-04-15T02:51:41.531Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-15T02:51:41.983Z] Removing intermediate container 878e3638d99e [2021-04-15T02:51:41.984Z] ---> 242cae969108 [2021-04-15T02:51:41.984Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-15T02:51:41.984Z] ---> Running in 38d033e12675 [2021-04-15T02:51:41.984Z] Removing intermediate container 38d033e12675 [2021-04-15T02:51:41.984Z] ---> 746dbff4a98d [2021-04-15T02:51:41.984Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-15T02:51:41.984Z] ---> Running in 55f70dea0ddf [2021-04-15T02:51:41.984Z] Removing intermediate container 55f70dea0ddf [2021-04-15T02:51:41.984Z] ---> a2910d719cf9 [2021-04-15T02:51:41.984Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-15T02:51:42.130Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 91623e5d2655 [2021-04-15T02:51:42.130Z] ---> 7e6b42379fb3 [2021-04-15T02:51:42.130Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-15T02:51:42.403Z] ---> Running in 5d30133d354f [2021-04-15T02:51:43.001Z] Removing intermediate container 5d30133d354f [2021-04-15T02:51:43.001Z] ---> 9dca50d3f0d4 [2021-04-15T02:51:43.001Z] Step 22/24 : LABEL arch=arm64 [2021-04-15T02:51:43.002Z] ---> cf39642cf8b3 [2021-04-15T02:51:43.002Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-15T02:51:43.275Z] ---> Running in 846868b420b4 [2021-04-15T02:51:43.595Z] ---> ce76980bace3 [2021-04-15T02:51:43.595Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-15T02:51:43.858Z] ---> 7f09dab40aba [2021-04-15T02:51:43.858Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-15T02:51:43.858Z] ---> Running in 3d0d273f611e [2021-04-15T02:51:43.874Z] Removing intermediate container 846868b420b4 [2021-04-15T02:51:43.874Z] ---> 91b400ed480d [2021-04-15T02:51:43.874Z] Step 23/24 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:51:44.146Z] ---> Running in 147c1e99b368 [2021-04-15T02:51:44.550Z] Removing intermediate container 3d0d273f611e [2021-04-15T02:51:44.550Z] ---> 2a51f51824e5 [2021-04-15T02:51:44.550Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:51:44.550Z] ---> Running in e589d933ccdf [2021-04-15T02:51:44.745Z] Removing intermediate container 147c1e99b368 [2021-04-15T02:51:44.745Z] ---> a0cefbf6260a [2021-04-15T02:51:44.745Z] Step 24/24 : LABEL version=0.0.0 [2021-04-15T02:51:44.911Z] Removing intermediate container e589d933ccdf [2021-04-15T02:51:44.911Z] ---> a7fc02396e93 [2021-04-15T02:51:44.911Z] Step 21/23 : LABEL arch=x86_64 [2021-04-15T02:51:45.019Z] ---> Running in 2239570a1064 [2021-04-15T02:51:45.211Z] ---> Running in 629c0cada158 [2021-04-15T02:51:45.618Z] Removing intermediate container 2239570a1064 [2021-04-15T02:51:45.618Z] ---> be6060d65e68 [2021-04-15T02:51:45.618Z] [2021-04-15T02:51:45.821Z] Removing intermediate container 629c0cada158 [2021-04-15T02:51:45.821Z] ---> c5e468d2476c [2021-04-15T02:51:45.821Z] Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:51:45.821Z] ---> Running in 8a5fb15a65e5 [2021-04-15T02:51:46.111Z] Removing intermediate container 8a5fb15a65e5 [2021-04-15T02:51:46.111Z] ---> d7a73e473ac6 [2021-04-15T02:51:46.111Z] Step 23/23 : LABEL version=0.0.0 [2021-04-15T02:51:46.111Z] ---> Running in f162749a5426 [2021-04-15T02:51:46.216Z] Successfully built be6060d65e68 [2021-04-15T02:51:46.388Z] Removing intermediate container f162749a5426 [2021-04-15T02:51:46.388Z] ---> 27b3d38677e5 [2021-04-15T02:51:46.388Z] [2021-04-15T02:51:46.491Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-15T02:51:46.719Z] Successfully built 27b3d38677e5 [2021-04-15T02:51:46.719Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-15T02:51:47.392Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-15T02:51:47.609Z] $ docker stop --time=1 0e8087f51669e45a77c75d4a08508c13ec4a56633b72ac9bdf182c7befaebdf7 [2021-04-15T02:51:52.446Z] $ docker rm -f 0e8087f51669e45a77c75d4a08508c13ec4a56633b72ac9bdf182c7befaebdf7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T02:51:53.366Z] + docker images [2021-04-15T02:51:53.366Z] + grep docker [2021-04-15T02:51:54.948Z] docker-sys-mgmt-agent-go latest 27b3d38677e5 8 seconds ago 312MB [2021-04-15T02:51:54.948Z] docker-core-data-go latest beb63d8b1d87 51 seconds ago 22.7MB [2021-04-15T02:51:54.948Z] docker-security-proxy-setup-go latest b02f5bb5bfcc About a minute ago 25.6MB [2021-04-15T02:51:54.948Z] docker-support-scheduler-go latest d177cf426a5e About a minute ago 17.4MB [2021-04-15T02:51:54.948Z] docker-security-bootstrapper-go latest 85685ec1b6bd 4 minutes ago 19.1MB [2021-04-15T02:51:54.948Z] docker-security-secretstore-setup-go latest 63f043fcfe61 5 minutes ago 25.9MB [2021-04-15T02:51:54.948Z] docker-core-metadata-go latest 811a252699d4 5 minutes ago 19MB [2021-04-15T02:51:54.948Z] docker-core-command-go latest 57718e3f46c7 5 minutes ago 17.3MB [2021-04-15T02:51:54.948Z] docker-support-notifications-go latest 0d38c97ea944 5 minutes ago 18MB [2021-04-15T02:51:54.948Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-15T02:52:01.584Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 347aed960a9d [2021-04-15T02:52:01.584Z] ---> ca7d999ae800 [2021-04-15T02:52:01.584Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-15T02:52:01.584Z] ---> Running in e6ee28147a10 [2021-04-15T02:52:01.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-15T02:52:04.227Z] Removing intermediate container e6ee28147a10 [2021-04-15T02:52:04.227Z] ---> bdbd7859826e [2021-04-15T02:52:04.227Z] [2021-04-15T02:52:04.227Z] Step 11/23 : FROM docker:20.10.0 [2021-04-15T02:52:04.227Z] 20.10.0: Pulling from library/docker [2021-04-15T02:52:10.320Z] Still waiting to schedule task [2021-04-15T02:52:10.320Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-15T02:52:12.511Z] Removing intermediate container 204ed8b92969 [2021-04-15T02:52:12.511Z] ---> d5114cd2b157 [2021-04-15T02:52:12.511Z] [2021-04-15T02:52:12.511Z] Step 10/23 : FROM alpine:3.12 [2021-04-15T02:52:12.511Z] ---> d75e27dfc0a0 [2021-04-15T02:52:12.511Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-15T02:52:12.511Z] ---> Running in 239cc2907f58 [2021-04-15T02:52:12.782Z] Removing intermediate container 239cc2907f58 [2021-04-15T02:52:12.782Z] ---> 88fc3be9583e [2021-04-15T02:52:12.782Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-15T02:52:13.055Z] ---> Running in 0638352225ea [2021-04-15T02:52:13.055Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-15T02:52:13.055Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-15T02:52:13.055Z] ---> eeaf43b92773 [2021-04-15T02:52:13.055Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-15T02:52:13.346Z] ---> Running in 3f5badd9ae12 [2021-04-15T02:52:13.346Z] Removing intermediate container 0638352225ea [2021-04-15T02:52:13.346Z] ---> 74f8b13f5ecf [2021-04-15T02:52:13.346Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-15T02:52:13.624Z] ---> Running in 831ba8032154 [2021-04-15T02:52:13.896Z] Removing intermediate container 3f5badd9ae12 [2021-04-15T02:52:13.896Z] ---> a14d8bd95bf3 [2021-04-15T02:52:13.896Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-15T02:52:13.896Z] ---> Running in d0ed8631f8c6 [2021-04-15T02:52:14.171Z] Removing intermediate container 831ba8032154 [2021-04-15T02:52:14.171Z] ---> 9fccd74b2f16 [2021-04-15T02:52:14.171Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-15T02:52:14.171Z] ---> Running in f96d26c97162 [2021-04-15T02:52:15.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:52:15.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:52:16.026Z] (1/39) Installing readline (8.0.4-r0) [2021-04-15T02:52:16.026Z] (2/39) Installing bash (5.0.17-r0) [2021-04-15T02:52:16.298Z] Executing bash-5.0.17-r0.post-install [2021-04-15T02:52:16.298Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-15T02:52:16.298Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-15T02:52:16.298Z] (5/39) Installing curl (7.76.1-r0) [2021-04-15T02:52:16.298Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-15T02:52:16.298Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-15T02:52:16.298Z] (8/39) Installing expat (2.2.9-r1) [2021-04-15T02:52:16.298Z] (9/39) Installing libffi (3.3-r2) [2021-04-15T02:52:16.298Z] (10/39) Installing gdbm (1.13-r1) [2021-04-15T02:52:16.298Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-15T02:52:16.298Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-15T02:52:16.298Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-15T02:52:16.599Z] Removing intermediate container f96d26c97162 [2021-04-15T02:52:16.599Z] ---> 69a62d727bb3 [2021-04-15T02:52:16.599Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-15T02:52:16.881Z] ---> Running in b3330c1e69df [2021-04-15T02:52:18.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:52:18.334Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-15T02:52:18.334Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-15T02:52:18.334Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-15T02:52:18.334Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-15T02:52:18.334Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-15T02:52:18.334Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-15T02:52:18.334Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-15T02:52:18.612Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-15T02:52:18.612Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-15T02:52:18.612Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-15T02:52:18.612Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-15T02:52:18.612Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-15T02:52:18.612Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-15T02:52:18.612Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-15T02:52:18.612Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-15T02:52:18.612Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-15T02:52:18.894Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-15T02:52:18.894Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-15T02:52:18.894Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-15T02:52:18.894Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-15T02:52:18.894Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-15T02:52:18.894Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-15T02:52:18.894Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-15T02:52:18.894Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-15T02:52:18.894Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-15T02:52:18.894Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-15T02:52:18.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:52:18.894Z] Executing busybox-1.31.1-r19.trigger [2021-04-15T02:52:19.173Z] OK: 72 MiB in 59 packages [2021-04-15T02:52:19.449Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-15T02:52:19.724Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-15T02:52:19.724Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-15T02:52:19.724Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-15T02:52:19.999Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-15T02:52:19.999Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-15T02:52:20.280Z] Executing busybox-1.31.1-r20.trigger [2021-04-15T02:52:20.280Z] OK: 8 MiB in 20 packages [2021-04-15T02:52:22.289Z] Removing intermediate container b3330c1e69df [2021-04-15T02:52:22.289Z] ---> 63a679a4ab2b [2021-04-15T02:52:22.289Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-15T02:52:22.580Z] ---> 6fce45ff3222 [2021-04-15T02:52:22.580Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-15T02:52:23.570Z] Collecting docker-compose==1.23.2 [2021-04-15T02:52:23.570Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-15T02:52:23.852Z] ---> 0d91b4d64eaf [2021-04-15T02:52:23.852Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-15T02:52:24.456Z] ---> e92ca3ec01b5 [2021-04-15T02:52:24.456Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-15T02:52:24.740Z] ---> Running in 8115792426f9 [2021-04-15T02:52:25.015Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-15T02:52:25.015Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-15T02:52:25.298Z] Removing intermediate container 8115792426f9 [2021-04-15T02:52:25.298Z] ---> 8338fa2dab36 [2021-04-15T02:52:25.298Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:52:25.298Z] ---> Running in a5fbe0ac149f [2021-04-15T02:52:25.899Z] Removing intermediate container a5fbe0ac149f [2021-04-15T02:52:25.899Z] ---> d15562e7a461 [2021-04-15T02:52:25.899Z] Step 21/23 : LABEL arch=arm64 [2021-04-15T02:52:25.899Z] ---> Running in c342f33994d8 [2021-04-15T02:52:26.190Z] Collecting PyYAML<4,>=3.10 [2021-04-15T02:52:26.190Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-15T02:52:26.190Z] Removing intermediate container c342f33994d8 [2021-04-15T02:52:26.190Z] ---> f2832c45e8dd [2021-04-15T02:52:26.190Z] Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:52:26.495Z] ---> Running in 5ebd8d8a0b2f [2021-04-15T02:52:26.864Z] Removing intermediate container 5ebd8d8a0b2f [2021-04-15T02:52:26.864Z] ---> a3a16b4a126f [2021-04-15T02:52:26.864Z] Step 23/23 : LABEL version=0.0.0 [2021-04-15T02:52:27.178Z] ---> Running in ae59cf843337 [2021-04-15T02:52:27.815Z] Removing intermediate container ae59cf843337 [2021-04-15T02:52:27.815Z] ---> 974dc6bb6887 [2021-04-15T02:52:27.815Z] [2021-04-15T02:52:28.092Z] Successfully built 974dc6bb6887 [2021-04-15T02:52:28.092Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-15T02:52:30.064Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2021-04-15T02:52:30.064Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-15T02:52:31.493Z] Collecting cached-property<2,>=1.2.0 [2021-04-15T02:52:31.493Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-15T02:52:31.764Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-15T02:52:32.035Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-15T02:52:32.035Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-15T02:52:33.009Z] Collecting docker<4.0,>=3.6.0 [2021-04-15T02:52:33.009Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-15T02:52:33.282Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-15T02:52:33.282Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-15T02:52:35.255Z] Collecting texttable<0.10,>=0.9.0 [2021-04-15T02:52:35.255Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-15T02:52:37.223Z] Collecting jsonschema<3,>=2.5.1 [2021-04-15T02:52:37.223Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-15T02:52:37.223Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-15T02:52:37.223Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-15T02:52:37.496Z] Collecting idna<2.8,>=2.5 [2021-04-15T02:52:37.496Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-15T02:52:38.094Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-15T02:52:38.094Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-15T02:52:38.369Z] Collecting docker-pycreds>=0.4.0 [2021-04-15T02:52:38.369Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-15T02:52:38.640Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-15T02:52:38.640Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-15T02:52:38.640Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-15T02:52:38.640Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-15T02:52:39.234Z] Installing collected packages: idna, urllib3, requests, PyYAML, docopt, cached-property, websocket-client, docker-pycreds, docker, dockerpty, texttable, jsonschema, docker-compose [2021-04-15T02:52:39.234Z] Attempting uninstall: idna [2021-04-15T02:52:39.234Z] Found existing installation: idna 2.9 [2021-04-15T02:52:39.234Z] Uninstalling idna-2.9: [2021-04-15T02:52:39.507Z] Successfully uninstalled idna-2.9 [2021-04-15T02:52:40.106Z] Attempting uninstall: urllib3 [2021-04-15T02:52:40.106Z] Found existing installation: urllib3 1.25.9 [2021-04-15T02:52:40.106Z] Uninstalling urllib3-1.25.9: [2021-04-15T02:52:40.106Z] Successfully uninstalled urllib3-1.25.9 [2021-04-15T02:52:40.700Z] Attempting uninstall: requests [2021-04-15T02:52:40.700Z] Found existing installation: requests 2.23.0 [2021-04-15T02:52:40.700Z] Uninstalling requests-2.23.0: [2021-04-15T02:52:40.700Z] Successfully uninstalled requests-2.23.0 [2021-04-15T02:52:40.973Z] Running setup.py install for PyYAML: started [2021-04-15T02:52:42.941Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-15T02:52:42.941Z] Running setup.py install for docopt: started [2021-04-15T02:52:44.911Z] Running setup.py install for docopt: finished with status 'done' [2021-04-15T02:52:45.887Z] Running setup.py install for dockerpty: started [2021-04-15T02:52:47.854Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-15T02:52:47.854Z] Running setup.py install for texttable: started [2021-04-15T02:52:49.284Z] Running setup.py install for texttable: finished with status 'done' [2021-04-15T02:52:50.713Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-15T02:52:57.471Z] Running on prd-ubuntu18.04-docker-8c-8g-186 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-15T02:52:57.487Z] Running in /w/workspace/edgex-go/70 [Pipeline] { [Pipeline] checkout [2021-04-15T02:52:59.006Z] Removing intermediate container d0ed8631f8c6 [2021-04-15T02:52:59.006Z] ---> 6d1c7b13e51c [2021-04-15T02:52:59.006Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-15T02:52:59.006Z] ---> Running in 0da8cb1956f7 [2021-04-15T02:52:59.006Z] Removing intermediate container 0da8cb1956f7 [2021-04-15T02:52:59.006Z] ---> c6c9213fdd3d [2021-04-15T02:52:59.006Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-15T02:52:59.288Z] ---> Running in ac454fb94573 [2021-04-15T02:52:59.567Z] Removing intermediate container ac454fb94573 [2021-04-15T02:52:59.567Z] ---> 2db4fba017c1 [2021-04-15T02:52:59.567Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-15T02:52:59.910Z] using credential edgex-jenkins-ssh [2021-04-15T02:52:59.929Z] Cloning the remote Git repository [2021-04-15T02:53:01.007Z] ---> 5223a924c46d [2021-04-15T02:53:01.007Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-15T02:52:59.955Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-15T02:53:00.031Z] > git init /w/workspace/edgex-go/70 # timeout=10 [2021-04-15T02:53:00.057Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-15T02:53:00.058Z] > git --version # timeout=10 [2021-04-15T02:53:00.062Z] > git --version # 'git version 2.17.1' [2021-04-15T02:53:00.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:53:00.091Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T02:53:01.607Z] ---> 10d36d32dd11 [2021-04-15T02:53:01.608Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-15T02:53:02.598Z] ---> 6edb634eeeb9 [2021-04-15T02:53:02.599Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-15T02:53:02.599Z] ---> Running in 552375dfff78 [2021-04-15T02:53:03.198Z] Removing intermediate container 552375dfff78 [2021-04-15T02:53:03.198Z] ---> ebb8f6668900 [2021-04-15T02:53:03.198Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-15T02:53:03.198Z] ---> Running in f6780c8b5eb7 [2021-04-15T02:53:03.803Z] Removing intermediate container f6780c8b5eb7 [2021-04-15T02:53:03.803Z] ---> 893e6d686740 [2021-04-15T02:53:03.803Z] Step 21/23 : LABEL arch=arm64 [2021-04-15T02:53:03.803Z] ---> Running in 71a3ebc0f510 [2021-04-15T02:53:04.398Z] Removing intermediate container 71a3ebc0f510 [2021-04-15T02:53:04.398Z] ---> ac8a26aaf8a9 [2021-04-15T02:53:04.398Z] Step 22/23 : LABEL git_sha=bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:53:04.398Z] ---> Running in 045535b57137 [2021-04-15T02:53:04.994Z] Removing intermediate container 045535b57137 [2021-04-15T02:53:04.994Z] ---> dc13d18052b7 [2021-04-15T02:53:04.994Z] Step 23/23 : LABEL version=0.0.0 [2021-04-15T02:53:04.994Z] ---> Running in 3b22b3fd263f [2021-04-15T02:53:05.592Z] Removing intermediate container 3b22b3fd263f [2021-04-15T02:53:05.592Z] ---> df78ba7227ea [2021-04-15T02:53:05.592Z] [2021-04-15T02:53:05.866Z] Successfully built df78ba7227ea [2021-04-15T02:53:05.866Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-15T02:53:06.479Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-15T02:53:06.475Z] $ docker stop --time=1 248045888d8a3ed5161d7515bc06aedd7baf83ada1e01742d035ee1c73d53695 [2021-04-15T02:53:07.119Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-15T02:53:07.124Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T02:53:07.139Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-15T02:53:07.151Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-15T02:53:07.151Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:53:07.154Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T02:53:07.637Z] Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:53:07.785Z] Merge succeeded, producing bb2438e612dd75dd6fb6b11596e3f18ccd51213c [2021-04-15T02:53:07.786Z] Checking out Revision bb2438e612dd75dd6fb6b11596e3f18ccd51213c (PR-3234) [2021-04-15T02:53:08.440Z] $ docker rm -f 248045888d8a3ed5161d7515bc06aedd7baf83ada1e01742d035ee1c73d53695 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T02:53:07.651Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T02:53:07.655Z] > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 [2021-04-15T02:53:07.762Z] > git remote # timeout=10 [2021-04-15T02:53:07.769Z] > git config --get remote.origin.url # timeout=10 [2021-04-15T02:53:07.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:53:07.776Z] > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 [2021-04-15T02:53:07.785Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-15T02:53:07.793Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T02:53:07.813Z] > git checkout -f bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 [2021-04-15T02:53:09.015Z] + grep docker [2021-04-15T02:53:09.015Z] + docker images [2021-04-15T02:53:09.285Z] docker-sys-mgmt-agent-go-arm64 latest df78ba7227ea 4 seconds ago 299MB [2021-04-15T02:53:09.285Z] docker-core-data-go-arm64 latest 974dc6bb6887 42 seconds ago 21.4MB [2021-04-15T02:53:09.285Z] docker-security-secretstore-setup-go-arm64 latest be6060d65e68 About a minute ago 24.6MB [2021-04-15T02:53:09.285Z] docker-security-proxy-setup-go-arm64 latest 17843a92f192 About a minute ago 24.3MB [2021-04-15T02:53:09.285Z] docker-security-bootstrapper-go-arm64 latest 0d0270ffcce4 3 minutes ago 17.9MB [2021-04-15T02:53:09.285Z] docker-core-metadata-go-arm64 latest f9865c9b54fd 4 minutes ago 17.9MB [2021-04-15T02:53:09.285Z] docker-support-scheduler-go-arm64 latest 4a0cc95793fe 4 minutes ago 16.4MB [2021-04-15T02:53:09.285Z] docker-support-notifications-go-arm64 latest b8c6ea3b2cd6 4 minutes ago 17MB [2021-04-15T02:53:09.285Z] docker-core-command-go-arm64 latest 60d20afcb0d9 4 minutes ago 16.3MB [2021-04-15T02:53:09.285Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:53:09.938Z] ---> job-cost.sh [2021-04-15T02:53:09.939Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0s2L [2021-04-15T02:53:11.408Z] Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [2021-04-15T02:53:11.851Z] [2021-04-15T02:53:11.851Z] GitHub has been notified of this commit’s build result [2021-04-15T02:53:11.851Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:53:12.455Z] + echo snap-build.sh [2021-04-15T02:53:12.455Z] snap-build.sh [2021-04-15T02:53:12.455Z] + SNAP_BASE_DIR=. [2021-04-15T02:53:12.455Z] + '[' '!' -z /w/workspace/edgex-go/70 ']' [2021-04-15T02:53:12.455Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/70 [2021-04-15T02:53:12.455Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/70]' [2021-04-15T02:53:12.455Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/70] [2021-04-15T02:53:12.455Z] + cd /w/workspace/edgex-go/70 [2021-04-15T02:53:12.455Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-15T02:53:12.455Z] Reading package lists... [2021-04-15T02:53:12.718Z] Building dependency tree... [2021-04-15T02:53:12.718Z] Reading state information... [2021-04-15T02:53:12.718Z] The following packages were automatically installed and are no longer required: [2021-04-15T02:53:12.718Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-15T02:53:12.718Z] uidmap xdelta3 [2021-04-15T02:53:12.718Z] Use 'sudo apt autoremove' to remove them. [2021-04-15T02:53:12.979Z] The following packages will be REMOVED: [2021-04-15T02:53:12.980Z] lxd* lxd-client* [2021-04-15T02:53:13.240Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-15T02:53:13.240Z] After this operation, 31.7 MB disk space will be freed. [2021-04-15T02:53:14.549Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-15T02:53:14.549Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-15T02:53:15.492Z] Removing lxd dnsmasq configuration [2021-04-15T02:53:15.492Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-15T02:53:15.752Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-15T02:53:16.696Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-15T02:53:16.696Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-15T02:53:16.696Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-15T02:53:18.611Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-15T02:53:18.611Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-15T02:53:19.993Z] + sudo snap remove --purge lxd [2021-04-15T02:53:20.257Z] snap "lxd" is not installed [2021-04-15T02:53:20.257Z] + sudo groupadd --force --system lxd [2021-04-15T02:53:20.257Z] ++ whoami [2021-04-15T02:53:20.257Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-15T02:53:20.257Z] + newgrp - lxd [2021-04-15T02:53:20.257Z] + sudo snap install lxd [2021-04-15T02:53:28.407Z] 2021-04-15T02:53:26Z INFO Waiting for automatic snapd restart... [2021-04-15T02:53:43.334Z] lxd 4.13 from Canonical* installed [2021-04-15T02:53:43.334Z] + sudo lxd init --auto [2021-04-15T02:53:48.862Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T02:53:51.490Z] + sudo snap install --classic snapcraft [2021-04-15T02:53:56.789Z] snapcraft 4.6.2 from Canonical* installed [2021-04-15T02:53:56.789Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-15T02:53:56.789Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-15T02:53:56.789Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-15T02:53:56.789Z] Dload Upload Total Spent Left Speed [2021-04-15T02:53:56.789Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4860 0 --:--:-- --:--:-- --:--:-- 4860 [2021-04-15T02:53:56.789Z] 100 3325k 100 3325k 0 0 11.8M 0 --:--:-- --:--:-- --:--:-- 11.8M [2021-04-15T02:53:56.789Z] ./yq_linux_amd64 [2021-04-15T02:53:56.789Z] + sudo snapcraft prime --use-lxd [2021-04-15T02:53:58.714Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-15T02:53:58.714Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-15T02:53:58.714Z] - README.md [2021-04-15T02:53:58.714Z] [2021-04-15T02:53:58.714Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-15T02:53:59.288Z] Launching a container. [2021-04-15T02:54:11.537Z] Waiting for container to be ready [2021-04-15T02:54:11.537Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-15T02:54:11.537Z] [2021-04-15T02:54:14.847Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-15T02:54:15.108Z] Waiting for network to be ready... [2021-04-15T02:54:15.678Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-15T02:54:15.679Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-15T02:54:15.939Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1665 kB] [2021-04-15T02:54:15.939Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-15T02:54:16.201Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-15T02:54:16.463Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-15T02:54:16.463Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-15T02:54:16.463Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-15T02:54:16.463Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-15T02:54:16.463Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-15T02:54:16.463Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-15T02:54:16.463Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] [2021-04-15T02:54:16.725Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-15T02:54:16.725Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-15T02:54:16.725Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [284 kB] [2021-04-15T02:54:16.725Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] [2021-04-15T02:54:16.725Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] [2021-04-15T02:54:16.725Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] [2021-04-15T02:54:16.987Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-15T02:54:17.251Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] [2021-04-15T02:54:17.251Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] [2021-04-15T02:54:17.251Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-15T02:54:17.251Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-15T02:54:17.251Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] [2021-04-15T02:54:17.251Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] [2021-04-15T02:54:17.251Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] [2021-04-15T02:54:17.251Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-15T02:54:21.468Z] Fetched 24.3 MB in 6s (4208 kB/s) [2021-04-15T02:54:22.412Z] Reading package lists... [2021-04-15T02:54:22.412Z] Reading package lists... [2021-04-15T02:54:22.674Z] Building dependency tree... [2021-04-15T02:54:22.674Z] Reading state information... [2021-04-15T02:54:22.674Z] The following additional packages will be installed: [2021-04-15T02:54:22.674Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-15T02:54:22.674Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-15T02:54:22.674Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-15T02:54:22.674Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-15T02:54:22.674Z] Suggested packages: [2021-04-15T02:54:22.674Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-15T02:54:22.674Z] Recommended packages: [2021-04-15T02:54:22.674Z] gnupg libsasl2-modules [2021-04-15T02:54:22.674Z] The following NEW packages will be installed: [2021-04-15T02:54:22.674Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-15T02:54:22.674Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-15T02:54:22.674Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-15T02:54:22.674Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-15T02:54:22.674Z] The following packages will be upgraded: [2021-04-15T02:54:22.674Z] gpg gpg-agent gpgconf libudev1 [2021-04-15T02:54:22.936Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-15T02:54:22.936Z] Need to get 3530 kB of archives. [2021-04-15T02:54:22.936Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-15T02:54:22.936Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-15T02:54:22.936Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-15T02:54:22.936Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-15T02:54:22.936Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-15T02:54:22.936Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-15T02:54:23.197Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-15T02:54:23.772Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-15T02:54:23.772Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-15T02:54:23.772Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-15T02:54:23.772Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-15T02:54:23.772Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-15T02:54:23.772Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-15T02:54:23.772Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-15T02:54:23.772Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-15T02:54:23.772Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-15T02:54:23.772Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-15T02:54:23.772Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-15T02:54:23.772Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-15T02:54:23.772Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-15T02:54:23.772Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-15T02:54:23.772Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-15T02:54:23.772Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-15T02:54:24.034Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-15T02:54:24.034Z] Fetched 3530 kB in 1s (3401 kB/s) [2021-04-15T02:54:24.034Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-15T02:54:24.034Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-15T02:54:24.034Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-15T02:54:24.299Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-15T02:54:24.299Z] Selecting previously unselected package udev. [2021-04-15T02:54:24.299Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-15T02:54:24.299Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-15T02:54:24.565Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-15T02:54:24.835Z] Selecting previously unselected package libfuse2:amd64. [2021-04-15T02:54:24.835Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-15T02:54:24.835Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-15T02:54:24.835Z] Selecting previously unselected package fuse. [2021-04-15T02:54:24.835Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-15T02:54:24.835Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-15T02:54:24.835Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-15T02:54:24.835Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-15T02:54:25.105Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-15T02:54:25.105Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-15T02:54:25.370Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-15T02:54:25.370Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-15T02:54:25.370Z] Selecting previously unselected package libksba8:amd64. [2021-04-15T02:54:25.370Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-15T02:54:25.370Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-15T02:54:25.642Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-15T02:54:25.642Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-15T02:54:25.642Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:25.642Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-15T02:54:25.642Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-15T02:54:25.642Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:25.642Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-15T02:54:25.908Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-15T02:54:25.908Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:25.908Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-15T02:54:25.908Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-15T02:54:25.908Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:25.908Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-15T02:54:25.908Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-15T02:54:25.908Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:26.171Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-15T02:54:26.171Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-15T02:54:26.171Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:26.171Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-15T02:54:26.171Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-15T02:54:26.171Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:26.171Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-15T02:54:26.171Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-15T02:54:26.171Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:26.432Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-15T02:54:26.432Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-15T02:54:26.432Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:26.432Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-15T02:54:26.432Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-15T02:54:26.432Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-15T02:54:26.706Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-15T02:54:26.706Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-15T02:54:26.706Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-15T02:54:26.706Z] Selecting previously unselected package libldap-common. [2021-04-15T02:54:26.706Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-15T02:54:26.706Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-15T02:54:26.706Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-15T02:54:26.706Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-15T02:54:26.706Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-15T02:54:26.985Z] Selecting previously unselected package dirmngr. [2021-04-15T02:54:26.985Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-15T02:54:26.985Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-15T02:54:26.985Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-15T02:54:26.985Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-15T02:54:26.985Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-15T02:54:26.985Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-15T02:54:27.255Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-15T02:54:27.255Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-15T02:54:27.255Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:27.255Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-15T02:54:27.255Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-15T02:54:27.255Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-15T02:54:27.834Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-15T02:54:27.834Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:27.834Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-15T02:54:27.834Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-15T02:54:27.834Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-15T02:54:27.834Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:28.098Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:28.098Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:28.098Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:28.098Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:28.098Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:28.098Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-15T02:54:28.098Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-15T02:54:28.098Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-15T02:54:28.370Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-15T02:54:28.634Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-15T02:54:28.634Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-15T02:54:28.634Z] This means they are not meant to be enabled using systemctl. [2021-04-15T02:54:28.634Z] Possible reasons for having this kind of units are: [2021-04-15T02:54:28.634Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-15T02:54:28.634Z] .wants/ or .requires/ directory. [2021-04-15T02:54:28.634Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-15T02:54:28.634Z] a requirement dependency on it. [2021-04-15T02:54:28.634Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-15T02:54:28.634Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-15T02:54:28.634Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-15T02:54:28.634Z] instance name specified. [2021-04-15T02:54:28.901Z] Reading package lists... [2021-04-15T02:54:29.196Z] Building dependency tree... [2021-04-15T02:54:29.196Z] Reading state information... [2021-04-15T02:54:29.196Z] The following additional packages will be installed: [2021-04-15T02:54:29.196Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-15T02:54:29.196Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-15T02:54:29.196Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-15T02:54:29.196Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-15T02:54:29.196Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-15T02:54:29.196Z] Suggested packages: [2021-04-15T02:54:29.196Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-15T02:54:29.196Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-15T02:54:29.196Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-15T02:54:29.196Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-15T02:54:29.196Z] systemd-container policykit-1 [2021-04-15T02:54:29.196Z] Recommended packages: [2021-04-15T02:54:29.196Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-15T02:54:29.469Z] The following NEW packages will be installed: [2021-04-15T02:54:29.469Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-15T02:54:29.469Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-15T02:54:29.469Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-15T02:54:29.469Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-15T02:54:29.469Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-15T02:54:29.469Z] The following packages will be upgraded: [2021-04-15T02:54:29.469Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-15T02:54:29.469Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-15T02:54:29.469Z] Need to get 35.2 MB of archives. [2021-04-15T02:54:29.469Z] After this operation, 141 MB of additional disk space will be used. [2021-04-15T02:54:29.469Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-15T02:54:29.469Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-15T02:54:30.442Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-15T02:54:30.442Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-15T02:54:30.442Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-15T02:54:30.442Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-15T02:54:30.442Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-15T02:54:30.442Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-15T02:54:30.442Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-15T02:54:30.442Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-15T02:54:30.442Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-15T02:54:30.442Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-15T02:54:30.442Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-15T02:54:30.442Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-15T02:54:30.442Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-15T02:54:30.443Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-15T02:54:30.443Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-15T02:54:30.443Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-15T02:54:30.443Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-15T02:54:30.443Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-15T02:54:30.443Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-15T02:54:30.443Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-15T02:54:30.443Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-15T02:54:30.443Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-15T02:54:30.443Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-15T02:54:30.443Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-15T02:54:30.443Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-15T02:54:30.443Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-15T02:54:30.705Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-15T02:54:30.705Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-15T02:54:31.649Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-15T02:54:31.649Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-04-15T02:54:31.910Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-15T02:54:31.910Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-15T02:54:31.910Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-15T02:54:32.482Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-15T02:54:32.482Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-15T02:54:32.744Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-15T02:54:32.744Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-15T02:54:32.744Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-15T02:54:32.744Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-15T02:54:33.008Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-15T02:54:33.272Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-15T02:54:33.272Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-15T02:54:33.272Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-15T02:54:33.534Z] Setting up apt (1.6.13) ... [2021-04-15T02:54:33.534Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-15T02:54:34.108Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-15T02:54:34.108Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-15T02:54:34.108Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-15T02:54:34.108Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-15T02:54:34.370Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-15T02:54:34.370Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-15T02:54:34.370Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-15T02:54:34.631Z] Selecting previously unselected package libexpat1:amd64. [2021-04-15T02:54:34.631Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-15T02:54:34.631Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-15T02:54:34.631Z] Selecting previously unselected package python3.6-minimal. [2021-04-15T02:54:34.631Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-15T02:54:34.631Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-15T02:54:34.950Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-15T02:54:35.211Z] Checking for services that may need to be restarted...done. [2021-04-15T02:54:35.211Z] Checking for services that may need to be restarted...done. [2021-04-15T02:54:35.211Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-15T02:54:35.211Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-15T02:54:35.211Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-15T02:54:36.162Z] Selecting previously unselected package python3-minimal. [2021-04-15T02:54:36.162Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-15T02:54:36.162Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-15T02:54:36.162Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-15T02:54:36.162Z] Selecting previously unselected package mime-support. [2021-04-15T02:54:36.162Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-15T02:54:36.162Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-15T02:54:36.162Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-15T02:54:36.162Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-15T02:54:36.162Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-15T02:54:36.423Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-15T02:54:36.423Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-15T02:54:36.423Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-15T02:54:36.684Z] Selecting previously unselected package python3.6. [2021-04-15T02:54:36.684Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-15T02:54:36.684Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-15T02:54:36.684Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-15T02:54:36.684Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-15T02:54:36.684Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-15T02:54:36.946Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-15T02:54:37.209Z] Selecting previously unselected package python3. [2021-04-15T02:54:37.209Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-15T02:54:37.209Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-15T02:54:37.209Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-15T02:54:37.209Z] Selecting previously unselected package multiarch-support. [2021-04-15T02:54:37.209Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-15T02:54:37.209Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-15T02:54:37.209Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-15T02:54:37.472Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-15T02:54:37.472Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-15T02:54:37.472Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-15T02:54:37.472Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-15T02:54:37.472Z] Selecting previously unselected package libbsd0:amd64. [2021-04-15T02:54:37.472Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-15T02:54:37.472Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-15T02:54:37.472Z] Selecting previously unselected package sudo. [2021-04-15T02:54:37.472Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-15T02:54:37.472Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-15T02:54:37.735Z] Selecting previously unselected package apparmor. [2021-04-15T02:54:37.735Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-15T02:54:37.735Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-15T02:54:37.998Z] Selecting previously unselected package libedit2:amd64. [2021-04-15T02:54:37.998Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-15T02:54:37.998Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-15T02:54:37.998Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-15T02:54:37.998Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-15T02:54:37.998Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-15T02:54:37.998Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-15T02:54:37.998Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-15T02:54:37.998Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-15T02:54:38.260Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-15T02:54:38.260Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-15T02:54:38.260Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-15T02:54:38.260Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-15T02:54:38.260Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-15T02:54:38.260Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-15T02:54:38.521Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-15T02:54:38.521Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-15T02:54:38.521Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-15T02:54:38.521Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-15T02:54:38.522Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-15T02:54:38.522Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-15T02:54:38.783Z] Selecting previously unselected package openssh-client. [2021-04-15T02:54:38.783Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-15T02:54:38.783Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-15T02:54:38.783Z] Selecting previously unselected package squashfs-tools. [2021-04-15T02:54:38.783Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-15T02:54:38.783Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-15T02:54:39.044Z] Selecting previously unselected package snapd. [2021-04-15T02:54:39.044Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-15T02:54:39.044Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-15T02:54:42.355Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-15T02:54:42.355Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-15T02:54:42.355Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-15T02:54:42.355Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-15T02:54:42.355Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-15T02:54:42.355Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-15T02:54:42.355Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-15T02:54:42.355Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-15T02:54:42.356Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-15T02:54:42.930Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-15T02:54:42.930Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-15T02:54:43.195Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-15T02:54:43.195Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-15T02:54:43.195Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-15T02:54:43.195Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-15T02:54:44.139Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-15T02:54:44.139Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-15T02:54:44.139Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-15T02:54:44.139Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-15T02:54:44.139Z] running python rtupdate hooks for python3.6... [2021-04-15T02:54:44.139Z] running python post-rtupdate hooks for python3.6... [2021-04-15T02:54:44.139Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-15T02:54:46.054Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-15T02:54:46.054Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-15T02:54:46.054Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-15T02:54:46.054Z] Setting up snapd (2.48.3+18.04) ... [2021-04-15T02:54:46.627Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-15T02:54:46.888Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-15T02:54:46.888Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-15T02:54:47.149Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-15T02:54:47.411Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-15T02:54:47.411Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-15T02:54:47.673Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-15T02:54:47.673Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-15T02:54:47.934Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-15T02:54:48.195Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-15T02:54:48.195Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-15T02:54:48.456Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-15T02:54:48.456Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-15T02:54:49.396Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-15T02:54:49.396Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-15T02:54:49.657Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-15T02:54:51.054Z] Reading package lists... [2021-04-15T02:54:51.322Z] Reading package lists... [2021-04-15T02:54:51.585Z] Building dependency tree... [2021-04-15T02:54:51.585Z] Reading state information... [2021-04-15T02:54:51.847Z] Calculating upgrade... [2021-04-15T02:54:51.847Z] The following packages will be upgraded: [2021-04-15T02:54:51.847Z] advancecomp base-files bash binutils binutils-common [2021-04-15T02:54:51.847Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-15T02:54:51.847Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-15T02:54:51.847Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-15T02:54:51.847Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-15T02:54:51.847Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-15T02:54:51.847Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-15T02:54:51.847Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-15T02:54:51.847Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-15T02:54:51.847Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-15T02:54:51.847Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-15T02:54:51.847Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-15T02:54:51.847Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-15T02:54:51.847Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-15T02:54:51.847Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-15T02:54:52.109Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-15T02:54:52.109Z] Need to get 64.0 MB of archives. [2021-04-15T02:54:52.109Z] After this operation, 5033 kB of additional disk space will be used. [2021-04-15T02:54:52.109Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-141.145 [998 kB] [2021-04-15T02:54:52.109Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-15T02:54:52.683Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-15T02:54:52.683Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-15T02:54:52.683Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-15T02:54:52.683Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-15T02:54:52.683Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-15T02:54:52.683Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-15T02:54:52.683Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-15T02:54:52.683Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-15T02:54:52.944Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-15T02:54:52.944Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-15T02:54:52.944Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-15T02:54:52.944Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-15T02:54:52.944Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-15T02:54:52.944Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-15T02:54:52.944Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-15T02:54:52.944Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-15T02:54:52.945Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-15T02:54:52.945Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-15T02:54:52.945Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-15T02:54:52.945Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-15T02:54:52.945Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-15T02:54:53.206Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-15T02:54:53.206Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-15T02:54:53.206Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-15T02:54:53.206Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-15T02:54:53.206Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-15T02:54:53.206Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-15T02:54:53.206Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-15T02:54:53.206Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-15T02:54:53.206Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-15T02:54:53.206Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-15T02:54:53.206Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-15T02:54:53.206Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-15T02:54:53.206Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-15T02:54:53.206Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-15T02:54:53.206Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-15T02:54:53.206Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-15T02:54:53.206Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-15T02:54:53.206Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-15T02:54:53.206Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-15T02:54:53.467Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-15T02:54:53.467Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-15T02:54:53.467Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-15T02:54:53.467Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-15T02:54:53.467Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-15T02:54:53.467Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-15T02:54:53.467Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-15T02:54:53.467Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-15T02:54:53.467Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-15T02:54:53.467Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-15T02:54:53.467Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-15T02:54:53.467Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-15T02:54:53.467Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-15T02:54:53.467Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-15T02:54:53.467Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-15T02:54:53.467Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-15T02:54:53.467Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-15T02:54:53.467Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-15T02:54:53.467Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-15T02:54:53.467Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-15T02:54:53.467Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-15T02:54:53.467Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-15T02:54:53.467Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-15T02:54:53.467Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-15T02:54:53.467Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-15T02:54:53.467Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-15T02:54:53.467Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-15T02:54:53.729Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-15T02:54:53.729Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-15T02:54:53.729Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-15T02:54:53.729Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-15T02:54:53.729Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-15T02:54:53.729Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-15T02:54:53.729Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-15T02:54:53.729Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-15T02:54:53.729Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-15T02:54:53.729Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-15T02:54:53.729Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-15T02:54:53.729Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-15T02:54:53.729Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-15T02:54:53.729Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-15T02:54:53.729Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-15T02:54:53.729Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-15T02:54:53.991Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-15T02:54:53.991Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-15T02:54:53.991Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-15T02:54:53.991Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-15T02:54:53.991Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-15T02:54:53.991Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-15T02:54:53.991Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-15T02:54:54.566Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-15T02:54:54.828Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-15T02:54:54.828Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-15T02:54:54.828Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-15T02:54:55.402Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-15T02:54:55.402Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-15T02:54:55.402Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-15T02:54:55.402Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-15T02:54:55.402Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-15T02:54:55.402Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-15T02:54:55.402Z] Fetched 64.0 MB in 3s (18.9 MB/s) [2021-04-15T02:54:55.663Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:54:55.663Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-15T02:54:55.663Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-15T02:54:56.606Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-15T02:54:56.606Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-15T02:54:56.606Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-141.145_amd64.deb ... [2021-04-15T02:54:56.606Z] Unpacking linux-libc-dev:amd64 (4.15.0-141.145) over (4.15.0-20.21) ... [2021-04-15T02:54:57.553Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:57.553Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-15T02:54:57.815Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:57.815Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-15T02:54:57.815Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:58.077Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-15T02:54:58.077Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:58.077Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-15T02:54:58.077Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:58.337Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-15T02:54:58.337Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:58.337Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-15T02:54:58.337Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:58.337Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-15T02:54:58.598Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:54:58.598Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-15T02:54:58.598Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:58.598Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-15T02:54:58.860Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:54:58.860Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-15T02:54:58.860Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:58.860Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-15T02:54:58.860Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:58.860Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-15T02:54:59.121Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-15T02:54:59.122Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-15T02:54:59.384Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:54:59.384Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-15T02:54:59.384Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-15T02:54:59.648Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-15T02:55:00.219Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-15T02:55:00.481Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-15T02:55:00.481Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-15T02:55:00.481Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-15T02:55:00.481Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-15T02:55:00.481Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-15T02:55:00.744Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-15T02:55:00.744Z] Installing new version of config file /etc/issue ... [2021-04-15T02:55:00.744Z] Installing new version of config file /etc/issue.net ... [2021-04-15T02:55:00.744Z] Installing new version of config file /etc/lsb-release ... [2021-04-15T02:55:00.744Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-15T02:55:01.013Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-15T02:55:01.013Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-15T02:55:01.013Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-15T02:55:01.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:01.275Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-15T02:55:01.275Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-15T02:55:01.538Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-15T02:55:01.538Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-15T02:55:01.538Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:01.538Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-15T02:55:01.538Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-15T02:55:01.802Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-15T02:55:01.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:01.802Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-15T02:55:01.802Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-15T02:55:01.802Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-15T02:55:02.065Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:02.065Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-15T02:55:02.065Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-15T02:55:02.328Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-15T02:55:02.593Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:02.593Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-15T02:55:02.593Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-15T02:55:02.593Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-15T02:55:02.593Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:02.593Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-15T02:55:02.855Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-15T02:55:02.855Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-15T02:55:02.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:02.855Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-15T02:55:03.117Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-15T02:55:03.117Z] Setting up grep (3.1-2build1) ... [2021-04-15T02:55:03.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:03.117Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-15T02:55:03.117Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-15T02:55:03.378Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-15T02:55:03.379Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:03.379Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-15T02:55:03.379Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-15T02:55:03.642Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-15T02:55:03.642Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:03.642Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-15T02:55:03.642Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-15T02:55:04.215Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-15T02:55:04.215Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-15T02:55:04.215Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-15T02:55:04.478Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-15T02:55:05.052Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-15T02:55:05.052Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:05.052Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-15T02:55:05.052Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-15T02:55:05.996Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-15T02:55:06.258Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-15T02:55:06.258Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-15T02:55:06.258Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-15T02:55:06.258Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-15T02:55:06.522Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:06.522Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-15T02:55:06.522Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-15T02:55:06.789Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-15T02:55:06.789Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:06.789Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-15T02:55:06.789Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-15T02:55:07.050Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-15T02:55:07.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:07.050Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-15T02:55:07.050Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-15T02:55:07.311Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-15T02:55:07.311Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:07.311Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-15T02:55:07.311Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-15T02:55:07.572Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-15T02:55:07.572Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:07.572Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-15T02:55:07.572Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-15T02:55:07.847Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-15T02:55:07.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:07.847Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-15T02:55:07.847Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-15T02:55:08.175Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-15T02:55:08.175Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-15T02:55:08.175Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-15T02:55:08.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:08.175Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-15T02:55:08.175Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-15T02:55:08.458Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-15T02:55:08.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:08.458Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-15T02:55:08.458Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-15T02:55:08.458Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-15T02:55:08.730Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:08.731Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-15T02:55:08.731Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-15T02:55:08.731Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-15T02:55:08.731Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:08.731Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-15T02:55:09.008Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-15T02:55:09.280Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-15T02:55:09.559Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-15T02:55:09.917Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-15T02:55:10.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:10.191Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-15T02:55:10.191Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-15T02:55:10.191Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-15T02:55:10.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-15T02:55:10.457Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-15T02:55:10.457Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-15T02:55:10.457Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-15T02:55:10.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:10.740Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-15T02:55:10.740Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-15T02:55:11.000Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-15T02:55:11.001Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:11.262Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-15T02:55:11.262Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-15T02:55:11.262Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-15T02:55:11.262Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:11.262Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-15T02:55:11.522Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-15T02:55:11.522Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-15T02:55:11.522Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:11.522Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-15T02:55:11.790Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-15T02:55:11.791Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-15T02:55:12.052Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:12.052Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-15T02:55:12.052Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-15T02:55:12.052Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-15T02:55:12.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:12.316Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-15T02:55:12.316Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-15T02:55:12.576Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-15T02:55:12.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:12.837Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-15T02:55:12.837Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-15T02:55:13.099Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-15T02:55:13.099Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-15T02:55:13.358Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-15T02:55:13.358Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-15T02:55:13.358Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-15T02:55:13.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:13.358Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-15T02:55:13.620Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-15T02:55:13.620Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-15T02:55:13.881Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:13.881Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-15T02:55:13.881Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-15T02:55:13.881Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-15T02:55:14.142Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:14.142Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-15T02:55:14.142Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-15T02:55:14.402Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-15T02:55:14.403Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:14.403Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-15T02:55:14.403Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-15T02:55:14.663Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-15T02:55:14.663Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:14.663Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-15T02:55:14.924Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-15T02:55:15.185Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-15T02:55:15.447Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:15.447Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-15T02:55:15.447Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-15T02:55:15.447Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-15T02:55:15.708Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:15.708Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-15T02:55:15.708Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-15T02:55:15.708Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-15T02:55:15.970Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:15.970Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-15T02:55:15.970Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-15T02:55:15.970Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-15T02:55:16.230Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:16.230Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-15T02:55:16.230Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-15T02:55:16.230Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-15T02:55:16.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:16.492Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-15T02:55:16.492Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-15T02:55:16.492Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-15T02:55:16.754Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:16.754Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-15T02:55:16.754Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-15T02:55:16.754Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-15T02:55:17.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:17.014Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-15T02:55:17.014Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-15T02:55:17.014Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-15T02:55:17.276Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:17.276Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-15T02:55:17.276Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-15T02:55:17.276Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-15T02:55:17.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-15T02:55:17.539Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-15T02:55:17.539Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-15T02:55:17.539Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-15T02:55:17.539Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-15T02:55:17.539Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-15T02:55:17.801Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-15T02:55:17.801Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-15T02:55:17.801Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-15T02:55:18.374Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-15T02:55:18.374Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-15T02:55:18.374Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-15T02:55:18.374Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-15T02:55:18.636Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-15T02:55:18.636Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-15T02:55:18.901Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-15T02:55:18.901Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-15T02:55:18.901Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-15T02:55:18.901Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-15T02:55:19.162Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-15T02:55:19.162Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-15T02:55:19.162Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-15T02:55:19.162Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-15T02:55:19.423Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-15T02:55:19.423Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-15T02:55:19.423Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-15T02:55:19.423Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-15T02:55:19.684Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-15T02:55:19.684Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-15T02:55:20.625Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-15T02:55:20.625Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-15T02:55:20.625Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-15T02:55:20.625Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-15T02:55:20.888Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-15T02:55:20.888Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-15T02:55:21.149Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-15T02:55:21.411Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-15T02:55:21.411Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-15T02:55:21.411Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-15T02:55:21.692Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-15T02:55:21.692Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-15T02:55:21.692Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-15T02:55:21.692Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-15T02:55:21.953Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-15T02:55:21.953Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-15T02:55:22.214Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-15T02:55:22.214Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-15T02:55:22.214Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-15T02:55:22.214Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-15T02:55:23.599Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-15T02:55:23.599Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-15T02:55:24.542Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-15T02:55:24.542Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-15T02:55:25.115Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-15T02:55:25.115Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-15T02:55:25.598Z] lf-activate-venv(): INFO: Adding /tmp/venv-0s2L/bin to PATH [2021-04-15T02:55:25.598Z] INFO: No Stack... [2021-04-15T02:55:25.598Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-15T02:55:25.598Z] INFO: Archiving Costs [Pipeline] sh [2021-04-15T02:55:25.687Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-15T02:55:25.687Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-15T02:55:25.956Z] + cut -d, -f6 [2021-04-15T02:55:25.956Z] + cat /w/workspace/edgex-go/70/archives/cost.csv [Pipeline] lock [2021-04-15T02:55:26.145Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-70-stack-cost] [2021-04-15T02:55:26.160Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-70-stack-cost] did not exist. Created. [2021-04-15T02:55:26.160Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-70-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T02:55:26.571Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-15T02:55:26.641Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-15T02:55:26.641Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-15T02:55:26.641Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-15T02:55:26.641Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-15T02:55:26.641Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-15T02:55:26.641Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-15T02:55:26.884Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T02:55:26.903Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-15T02:55:26.903Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-15T02:55:26.904Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-70-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-15T02:55:27.168Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-15T02:55:27.168Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-15T02:55:27.168Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-15T02:55:27.168Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-15T02:55:27.429Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-15T02:55:27.429Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-15T02:55:27.429Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-15T02:55:27.690Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-15T02:55:27.690Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:55:27.690Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-15T02:55:27.690Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:55:27.690Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:55:27.952Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:55:27.952Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-15T02:55:27.952Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-15T02:55:27.952Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-15T02:55:28.216Z] [2021-04-15T02:55:28.216Z] Current default time zone: 'Etc/UTC' [2021-04-15T02:55:28.216Z] Local time is now: Thu Apr 15 02:55:27 UTC 2021. [2021-04-15T02:55:28.216Z] Universal Time is now: Thu Apr 15 02:55:27 UTC 2021. [2021-04-15T02:55:28.216Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-15T02:55:28.216Z] [2021-04-15T02:55:28.216Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-15T02:55:28.216Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:55:28.216Z] Setting up linux-libc-dev:amd64 (4.15.0-141.145) ... [2021-04-15T02:55:28.216Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-15T02:55:28.216Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-15T02:55:28.216Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-15T02:55:28.478Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-15T02:55:28.478Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-15T02:55:28.478Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-15T02:55:28.478Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-15T02:55:28.478Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:55:28.478Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-15T02:55:28.739Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-15T02:55:28.739Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-15T02:55:29.000Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:55:29.000Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-15T02:55:29.000Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-15T02:55:29.000Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-15T02:55:29.000Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-15T02:55:29.000Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-15T02:55:29.000Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-15T02:55:29.000Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-15T02:55:29.000Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-15T02:55:30.912Z] Updating certificates in /etc/ssl/certs... [2021-04-15T02:55:31.482Z] 23 added, 27 removed; done. [2021-04-15T02:55:31.482Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-15T02:55:31.482Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-15T02:55:31.482Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-15T02:55:31.482Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-15T02:55:31.482Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-15T02:55:31.741Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-15T02:55:31.741Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-15T02:55:31.741Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-15T02:55:31.741Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-15T02:55:31.741Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-15T02:55:31.741Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-15T02:55:31.741Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-15T02:55:31.741Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-15T02:55:32.002Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-15T02:55:32.002Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-15T02:55:32.002Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-15T02:55:32.002Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-15T02:55:32.002Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-15T02:55:32.002Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-15T02:55:32.002Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-15T02:55:32.262Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-15T02:55:32.262Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-15T02:55:32.262Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-15T02:55:32.262Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-15T02:55:32.262Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-15T02:55:32.523Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-15T02:55:32.523Z] Updating certificates in /etc/ssl/certs... [2021-04-15T02:55:32.785Z] 0 added, 0 removed; done. [2021-04-15T02:55:32.785Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-15T02:55:32.785Z] done. [2021-04-15T02:55:33.729Z] Reading package lists... [2021-04-15T02:55:33.729Z] Building dependency tree... [2021-04-15T02:55:33.729Z] Reading state information... [2021-04-15T02:55:33.990Z] The following NEW packages will be installed: [2021-04-15T02:55:33.990Z] apt-transport-https [2021-04-15T02:55:33.990Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-15T02:55:33.990Z] Need to get 1692 B of archives. [2021-04-15T02:55:33.990Z] After this operation, 154 kB of additional disk space will be used. [2021-04-15T02:55:33.990Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-15T02:55:34.250Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-15T02:55:34.250Z] Fetched 1692 B in 0s (8648 B/s) [2021-04-15T02:55:34.250Z] Selecting previously unselected package apt-transport-https. [2021-04-15T02:55:34.250Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-15T02:55:34.250Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-15T02:55:34.250Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-15T02:55:34.512Z] Setting up apt-transport-https (1.6.13) ... [2021-04-15T02:55:34.773Z] Waiting for network to be ready... [2021-04-15T02:55:41.357Z] 2021-04-15T02:55:38Z INFO Waiting for automatic snapd restart... [2021-04-15T02:55:41.357Z] snapd 2.49.2 from Canonical* installed [2021-04-15T02:55:41.929Z] "snapd" switched to the "latest/stable" channel [2021-04-15T02:55:41.929Z] [2021-04-15T02:55:46.138Z] core18 20210309 from Canonical* installed [2021-04-15T02:55:46.398Z] "core18" switched to the "latest/stable" channel [2021-04-15T02:55:46.398Z] [2021-04-15T02:55:51.684Z] snapcraft 4.6.2 from Canonical* installed [2021-04-15T02:55:51.684Z] "snapcraft" switched to the "latest/stable" channel [2021-04-15T02:55:51.684Z] [2021-04-15T02:55:55.889Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-15T02:55:55.889Z] - README.md [2021-04-15T02:55:55.889Z] [2021-04-15T02:55:55.889Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-15T02:56:02.475Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-15T02:56:02.475Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-15T02:56:02.475Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-15T02:56:02.475Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-15T02:56:03.419Z] Reading package lists... [2021-04-15T02:56:03.989Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-15T02:56:10.611Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-15T02:56:10.611Z] Reading package lists... [2021-04-15T02:56:10.611Z] Building dependency tree... [2021-04-15T02:56:10.611Z] Reading state information... [2021-04-15T02:56:10.611Z] Suggested packages: [2021-04-15T02:56:10.611Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-15T02:56:10.611Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-15T02:56:10.611Z] Recommended packages: [2021-04-15T02:56:10.611Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-15T02:56:10.611Z] The following NEW packages will be installed: [2021-04-15T02:56:10.611Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-15T02:56:10.611Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-15T02:56:10.611Z] pkg-config zip [2021-04-15T02:56:10.611Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-15T02:56:10.611Z] Need to get 7663 kB of archives. [2021-04-15T02:56:10.611Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-15T02:56:10.611Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-15T02:56:10.611Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-15T02:56:10.611Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-15T02:56:10.611Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-15T02:56:10.611Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-15T02:56:10.899Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-15T02:56:10.899Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-15T02:56:10.899Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-15T02:56:10.899Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-15T02:56:10.899Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-15T02:56:10.899Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-15T02:56:11.178Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-15T02:56:11.178Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-15T02:56:11.178Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-15T02:56:11.178Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-15T02:56:11.454Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-15T02:56:11.454Z] Fetched 7663 kB in 1s (10.4 MB/s) [2021-04-15T02:56:11.454Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-15T02:56:11.454Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-15T02:56:11.454Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-15T02:56:11.454Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-15T02:56:11.723Z] Selecting previously unselected package libpsl5:amd64. [2021-04-15T02:56:11.723Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-15T02:56:11.723Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-15T02:56:11.723Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-15T02:56:11.723Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-15T02:56:11.723Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-15T02:56:11.723Z] Selecting previously unselected package librtmp1:amd64. [2021-04-15T02:56:11.723Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-15T02:56:11.984Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-15T02:56:11.984Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-15T02:56:11.984Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-15T02:56:11.984Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-15T02:56:11.984Z] Selecting previously unselected package liberror-perl. [2021-04-15T02:56:11.984Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-15T02:56:11.984Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-15T02:56:12.244Z] Selecting previously unselected package git-man. [2021-04-15T02:56:12.245Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-15T02:56:12.245Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-15T02:56:12.245Z] Selecting previously unselected package git. [2021-04-15T02:56:12.245Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-15T02:56:12.245Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-15T02:56:13.185Z] Selecting previously unselected package libnorm1:amd64. [2021-04-15T02:56:13.185Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-15T02:56:13.185Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-15T02:56:13.185Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-15T02:56:13.185Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-15T02:56:13.185Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-15T02:56:13.445Z] Selecting previously unselected package libsodium23:amd64. [2021-04-15T02:56:13.445Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-15T02:56:13.445Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-15T02:56:13.445Z] Selecting previously unselected package libzmq5:amd64. [2021-04-15T02:56:13.445Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-15T02:56:13.445Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-15T02:56:13.706Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-15T02:56:13.706Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-15T02:56:13.706Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-15T02:56:13.706Z] Selecting previously unselected package pkg-config. [2021-04-15T02:56:13.706Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-15T02:56:13.706Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-15T02:56:13.967Z] Selecting previously unselected package zip. [2021-04-15T02:56:13.967Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-15T02:56:13.968Z] Unpacking zip (3.0-11build1) ... [2021-04-15T02:56:13.968Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-15T02:56:13.968Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-15T02:56:13.968Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-15T02:56:13.968Z] Setting up liberror-perl (0.17025-1) ... [2021-04-15T02:56:13.968Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-15T02:56:14.228Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-15T02:56:14.228Z] No schema files found: doing nothing. [2021-04-15T02:56:14.228Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-15T02:56:14.228Z] Setting up zip (3.0-11build1) ... [2021-04-15T02:56:14.228Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-15T02:56:14.228Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-15T02:56:14.228Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-15T02:56:14.228Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-15T02:56:14.490Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-15T02:56:14.490Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-15T02:56:14.490Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-15T02:56:14.490Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-15T02:56:21.076Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-15T02:56:21.337Z] git set to automatically installed. [2021-04-15T02:56:21.338Z] git-man set to automatically installed. [2021-04-15T02:56:21.338Z] libcurl3-gnutls set to automatically installed. [2021-04-15T02:56:21.338Z] liberror-perl set to automatically installed. [2021-04-15T02:56:21.338Z] libglib2.0-0 set to automatically installed. [2021-04-15T02:56:21.338Z] libnghttp2-14 set to automatically installed. [2021-04-15T02:56:21.338Z] libnorm1 set to automatically installed. [2021-04-15T02:56:21.338Z] libpgm-5.2-0 set to automatically installed. [2021-04-15T02:56:21.338Z] libpsl5 set to automatically installed. [2021-04-15T02:56:21.338Z] librtmp1 set to automatically installed. [2021-04-15T02:56:21.338Z] libsodium23 set to automatically installed. [2021-04-15T02:56:21.338Z] libzmq3-dev set to automatically installed. [2021-04-15T02:56:21.338Z] libzmq5 set to automatically installed. [2021-04-15T02:56:21.338Z] pkg-config set to automatically installed. [2021-04-15T02:56:21.338Z] zip set to automatically installed. [2021-04-15T02:56:22.724Z] snapd is not logged in, snap install commands will use sudo [2021-04-15T02:56:29.574Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-15T02:56:29.574Z] snap "core18" has no updates available [2021-04-15T02:56:30.517Z] snapd is not logged in, snap install commands will use sudo [2021-04-15T02:56:37.118Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-15T02:56:52.062Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-15T02:56:52.062Z] Pulling go-build-helper [2021-04-15T02:56:52.062Z] + snapcraftctl pull [2021-04-15T02:56:52.639Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-15T02:56:52.639Z] Skipping pull go-build-helper (already ran) [2021-04-15T02:56:52.639Z] Building go-build-helper [2021-04-15T02:56:52.639Z] + snapcraftctl build [2021-04-15T02:56:55.194Z] Staging go-build-helper [2021-04-15T02:56:55.194Z] + snapcraftctl stage [2021-04-15T02:57:07.467Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-15T02:57:07.467Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-15T02:57:07.467Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1665 kB] [2021-04-15T02:57:07.467Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] [2021-04-15T02:57:07.467Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-15T02:57:07.467Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-15T02:57:07.467Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [284 kB] [2021-04-15T02:57:07.467Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] [2021-04-15T02:57:07.467Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] [2021-04-15T02:57:07.467Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] [2021-04-15T02:57:07.467Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-15T02:57:07.467Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-15T02:57:07.467Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-15T02:57:07.467Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-15T02:57:07.467Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-15T02:57:07.467Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-15T02:57:07.467Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-15T02:57:07.467Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-15T02:57:07.467Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-15T02:57:07.467Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] [2021-04-15T02:57:07.467Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] [2021-04-15T02:57:07.467Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-15T02:57:07.467Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-15T02:57:07.467Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] [2021-04-15T02:57:07.467Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] [2021-04-15T02:57:07.467Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] [2021-04-15T02:57:07.467Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-15T02:57:07.467Z] Fetched 24.3 MB in 0s (0 B/s) [2021-04-15T02:57:07.467Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-15T02:57:07.467Z] Fetched 224 kB in 0s (0 B/s) [2021-04-15T02:57:07.467Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-15T02:57:07.467Z] Fetched 157 kB in 0s (0 B/s) [2021-04-15T02:57:07.467Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-15T02:57:07.467Z] Fetched 221 kB in 0s (0 B/s) [2021-04-15T02:57:07.467Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-15T02:57:07.467Z] Fetched 143 kB in 0s (0 B/s) [2021-04-15T02:57:07.467Z] Pulling app-service-config [2021-04-15T02:57:07.467Z] + snapcraftctl pull [2021-04-15T02:57:07.731Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-15T02:57:08.308Z] Pulling config-common [2021-04-15T02:57:08.308Z] + snapcraftctl pull [2021-04-15T02:57:13.621Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-15T02:57:13.621Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-15T02:57:13.621Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-15T02:57:13.621Z] Fetched 0 B in 0s (0 B/s) [2021-04-15T02:57:13.621Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-15T02:57:13.621Z] Fetched 0 B in 0s (0 B/s) [2021-04-15T02:57:13.621Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-15T02:57:13.621Z] Fetched 0 B in 0s (0 B/s) [2021-04-15T02:57:13.621Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-15T02:57:13.621Z] Fetched 0 B in 0s (0 B/s) [2021-04-15T02:57:13.621Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-15T02:57:13.621Z] Fetched 0 B in 0s (0 B/s) [2021-04-15T02:57:13.621Z] Pulling edgex-go [2021-04-15T02:57:13.621Z] + snapcraftctl pull [2021-04-15T02:57:35.652Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-15T02:57:35.652Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-15T02:57:35.652Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-15T02:57:35.652Z] Fetched 0 B in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-15T02:57:35.652Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-15T02:57:35.652Z] Fetched 279 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-15T02:57:35.652Z] Fetched 122 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-15T02:57:35.652Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-15T02:57:35.652Z] Fetched 8848 B in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-15T02:57:35.652Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-15T02:57:35.652Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-15T02:57:35.652Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-15T02:57:35.652Z] Fetched 219 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-15T02:57:35.652Z] Fetched 154 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-15T02:57:35.652Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-15T02:57:35.652Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-15T02:57:35.652Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-15T02:57:35.652Z] Fetched 499 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-15T02:57:35.652Z] Fetched 111 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-15T02:57:35.652Z] Fetched 240 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-15T02:57:35.652Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-15T02:57:35.652Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-15T02:57:35.652Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-15T02:57:35.652Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-15T02:57:35.652Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-15T02:57:35.652Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-15T02:57:35.652Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-15T02:57:35.652Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-15T02:57:35.652Z] Fetched 8720 B in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-15T02:57:35.652Z] Fetched 137 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-15T02:57:35.652Z] Fetched 119 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-15T02:57:35.652Z] Fetched 110 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-15T02:57:35.652Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-15T02:57:35.652Z] Fetched 645 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-15T02:57:35.652Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-15T02:57:35.652Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-15T02:57:35.652Z] Fetched 368 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-15T02:57:35.652Z] Fetched 187 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-15T02:57:35.652Z] Fetched 175 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-15T02:57:35.652Z] Fetched 206 kB in 0s (0 B/s) [2021-04-15T02:57:35.652Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-15T02:57:35.653Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-15T02:57:35.653Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-15T02:57:35.653Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-15T02:57:35.653Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-15T02:57:35.653Z] Fetched 159 kB in 0s (0 B/s) [2021-04-15T02:57:35.653Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-15T02:57:35.653Z] Fetched 107 kB in 0s (0 B/s) [2021-04-15T02:57:35.653Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-15T02:57:35.653Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-15T02:57:35.653Z] Pulling static-packages [2021-04-15T02:57:35.653Z] + snapcraftctl pull [2021-04-15T02:57:35.653Z] Pulling version [2021-04-15T02:57:35.653Z] + cd /root/project [2021-04-15T02:57:35.653Z] + [ -f VERSION ] [2021-04-15T02:57:35.653Z] + PROJECT_VERSION=local-dev [2021-04-15T02:57:35.653Z] + git rev-parse --short HEAD [2021-04-15T02:57:35.653Z] + GIT_REVISION=bb2438e6 [2021-04-15T02:57:35.653Z] + snapcraftctl set-version local-dev [2021-04-15T02:57:37.048Z] Skipping build go-build-helper (already ran) [2021-04-15T02:57:37.048Z] Building app-service-config [2021-04-15T02:57:37.048Z] + make build [2021-04-15T02:57:37.048Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-15T02:57:39.611Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-15T02:57:39.611Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-15T02:57:39.874Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-15T02:57:39.874Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-15T02:57:40.136Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-15T02:57:40.136Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-15T02:57:40.136Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-15T02:57:40.136Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-15T02:57:40.398Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-15T02:57:40.398Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-15T02:57:40.398Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-15T02:57:40.398Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-15T02:57:40.398Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-15T02:57:40.668Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-15T02:57:40.668Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-15T02:57:40.668Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-15T02:57:40.668Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-15T02:57:40.668Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-15T02:57:40.668Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-15T02:57:40.935Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-15T02:57:40.935Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-15T02:57:40.935Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-15T02:57:40.935Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-15T02:57:40.935Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-15T02:57:40.935Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-15T02:57:40.935Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-15T02:57:40.935Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-15T02:57:41.200Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-15T02:57:41.200Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-15T02:57:41.200Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-15T02:57:41.200Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-15T02:57:41.463Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-15T02:57:41.463Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-15T02:57:41.463Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-15T02:57:41.463Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-15T02:57:41.463Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-15T02:57:41.463Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-15T02:57:41.463Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-15T02:57:41.726Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-15T02:57:41.726Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-15T02:57:41.726Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-15T02:57:41.726Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-15T02:57:41.726Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-15T02:57:41.726Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-15T02:57:41.726Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-15T02:57:53.965Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-15T02:57:53.965Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-15T02:57:53.965Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-15T02:57:53.965Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-15T02:57:53.965Z] Building config-common [2021-04-15T02:57:53.965Z] + snapcraftctl build [2021-04-15T02:57:56.505Z] Building edgex-go [2021-04-15T02:57:57.075Z] + cd /root/parts/edgex-go/src [2021-04-15T02:57:57.075Z] + make build [2021-04-15T02:57:57.075Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-15T02:57:57.644Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-15T02:57:57.644Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 [2021-04-15T02:57:57.644Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-15T02:57:57.644Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-15T02:57:57.644Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-15T02:57:57.644Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-15T02:58:01.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-15T02:58:01.866Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-15T02:58:08.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-15T02:58:09.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-15T02:58:10.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-15T02:58:11.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-15T02:58:11.472Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-15T02:58:11.732Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-15T02:58:11.732Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-15T02:58:11.732Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-15T02:58:13.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-15T02:58:13.657Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-15T02:58:13.657Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-15T02:58:15.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-15T02:58:16.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-15T02:58:17.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-15T02:58:19.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-15T02:58:19.651Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-15T02:58:21.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-15T02:58:21.043Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-15T02:58:23.592Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-15T02:58:23.592Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-15T02:58:23.592Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-15T02:58:23.593Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-15T02:58:23.593Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-15T02:58:23.593Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-15T02:58:23.593Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-15T02:58:23.593Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-15T02:58:23.593Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-15T02:58:23.593Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-15T02:58:23.593Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-15T02:58:23.593Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-15T02:58:23.593Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-15T02:58:23.593Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-15T02:58:23.593Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-15T02:58:23.593Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-15T02:58:26.890Z] Building static-packages [2021-04-15T02:58:26.890Z] + snapcraftctl build [2021-04-15T02:58:29.443Z] Building version [2021-04-15T02:58:29.443Z] + snapcraftctl build [2021-04-15T02:58:31.989Z] Skipping stage go-build-helper (already ran) [2021-04-15T02:58:31.989Z] Staging app-service-config [2021-04-15T02:58:31.989Z] + snapcraftctl stage [2021-04-15T02:58:33.379Z] Staging config-common [2021-04-15T02:58:33.379Z] + snapcraftctl stage [2021-04-15T02:58:34.325Z] Staging edgex-go [2021-04-15T02:58:34.325Z] + snapcraftctl stage [2021-04-15T02:58:35.714Z] Staging static-packages [2021-04-15T02:58:35.714Z] + snapcraftctl stage [2021-04-15T02:58:36.657Z] Staging version [2021-04-15T02:58:36.657Z] + snapcraftctl stage [2021-04-15T02:58:38.039Z] Priming go-build-helper [2021-04-15T02:58:38.039Z] + snapcraftctl prime [2021-04-15T02:58:38.977Z] Priming app-service-config [2021-04-15T02:58:38.977Z] + snapcraftctl prime [2021-04-15T02:58:40.360Z] Priming config-common [2021-04-15T02:58:40.360Z] + snapcraftctl prime [2021-04-15T02:58:41.303Z] Priming edgex-go [2021-04-15T02:58:41.303Z] + snapcraftctl prime [2021-04-15T02:58:42.693Z] Priming static-packages [2021-04-15T02:58:42.693Z] + snapcraftctl prime [2021-04-15T02:58:45.242Z] Priming version [2021-04-15T02:58:45.242Z] + snapcraftctl prime [2021-04-15T02:58:46.185Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-15T02:58:48.867Z] provisioning config files... [2021-04-15T02:58:48.902Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/70@tmp/config2247273793556967030tmp [Pipeline] { [Pipeline] sh [2021-04-15T02:58:49.359Z] + set +x [2021-04-15T02:58:49.359Z] + curl -s https://codecov.io/bash [2021-04-15T02:58:49.359Z] + bash -s -- [2021-04-15T02:58:50.016Z] [2021-04-15T02:58:50.016Z] _____ _ [2021-04-15T02:58:50.016Z] / ____| | | [2021-04-15T02:58:50.016Z] | | ___ __| | ___ ___ _____ __ [2021-04-15T02:58:50.016Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-15T02:58:50.016Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-15T02:58:50.016Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-15T02:58:50.016Z] Bash-1.0.1 [2021-04-15T02:58:50.016Z] [2021-04-15T02:58:50.016Z] [2021-04-15T02:58:50.016Z] ==> git version 2.24.3 found [2021-04-15T02:58:50.016Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-15T02:58:50.016Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-15T02:58:50.016Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-15T02:58:50.016Z] ==> Jenkins CI detected. [2021-04-15T02:58:50.016Z] project root: . [2021-04-15T02:58:50.016Z] --> token set from env [2021-04-15T02:58:50.016Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-15T02:58:50.016Z] ==> Running gcov in . (disable via -X gcov) [2021-04-15T02:58:50.313Z] ==> Python coveragepy not found [2021-04-15T02:58:50.313Z] ==> Searching for coverage reports in: [2021-04-15T02:58:50.313Z] + . [2021-04-15T02:58:50.583Z] -> Found 1 reports [2021-04-15T02:58:50.583Z] ==> Detecting git/mercurial file structure [2021-04-15T02:58:50.583Z] ==> Reading reports [2021-04-15T02:58:50.583Z] + ./coverage.out bytes=686607 [2021-04-15T02:58:50.583Z] ==> Appending adjustments [2021-04-15T02:58:50.583Z] https://docs.codecov.io/docs/fixing-reports [2021-04-15T02:58:59.247Z] + Found adjustments [2021-04-15T02:58:59.247Z] ==> Gzipping contents [2021-04-15T02:58:59.247Z] 100K /tmp/codecov.FiYCto.gz [2021-04-15T02:58:59.247Z] ==> Uploading reports [2021-04-15T02:58:59.247Z] url: https://codecov.io [2021-04-15T02:58:59.247Z] query: branch=PR-3234&commit=bb2438e612dd75dd6fb6b11596e3f18ccd51213c&build=70&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F70%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-15T02:58:59.247Z] -> Pinging Codecov [2021-04-15T02:58:59.247Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3234&commit=bb2438e612dd75dd6fb6b11596e3f18ccd51213c&build=70&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F70%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-15T02:58:59.564Z] -> Uploading to [2021-04-15T02:58:59.564Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-15/00271124DB129430A58F1EEE437C3FCB/bb2438e612dd75dd6fb6b11596e3f18ccd51213c/0bdbe15c-3d21-4e96-8a12-7d219b49ae3c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T025859Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cfe7e38c869febe3bc8075132738a3242d45ce78da03ef2c4be79a85944b005 [2021-04-15T02:58:59.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-15T02:58:59.564Z] Dload Upload Total Spent Left Speed [2021-04-15T02:59:00.534Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98581 0 0 100 98581 0 143k --:--:-- --:--:-- --:--:-- 143k 100 98581 0 0 100 98581 0 143k --:--:-- --:--:-- --:--:-- 143k [2021-04-15T02:59:00.534Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/bb2438e612dd75dd6fb6b11596e3f18ccd51213c [Pipeline] } [2021-04-15T02:59:00.549Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:59:01.509Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:59:03.467Z] ---> package-listing.sh [2021-04-15T02:59:03.467Z] ++ facter osfamily [2021-04-15T02:59:03.467Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-15T02:59:03.739Z] + OS_FAMILY=redhat [2021-04-15T02:59:03.739Z] + workspace=/w/workspace/edgex-go/70 [2021-04-15T02:59:03.739Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-15T02:59:03.739Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-15T02:59:03.739Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-15T02:59:03.739Z] + PACKAGES=/tmp/packages_start.txt [2021-04-15T02:59:03.739Z] + '[' /w/workspace/edgex-go/70 ']' [2021-04-15T02:59:03.739Z] + PACKAGES=/tmp/packages_end.txt [2021-04-15T02:59:03.739Z] + case "${OS_FAMILY}" in [2021-04-15T02:59:03.739Z] + sort [2021-04-15T02:59:03.739Z] + rpm -qa [2021-04-15T02:59:10.507Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-15T02:59:10.507Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-15T02:59:10.507Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-15T02:59:10.507Z] + '[' /w/workspace/edgex-go/70 ']' [2021-04-15T02:59:10.507Z] + mkdir -p /w/workspace/edgex-go/70/archives/ [2021-04-15T02:59:10.507Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/70/archives/ [Pipeline] echo [2021-04-15T02:59:10.522Z] 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/70/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-15T02:59:10.900Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:59:11.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T02:59:11.951Z] [2021-04-15T02:59:11.951Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:59:12.378Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T02:59:13.011Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-15T02:59:13.011Z] df20fa9351a1: Pulling fs layer [2021-04-15T02:59:13.011Z] 36b3adc4ff6f: Pulling fs layer [2021-04-15T02:59:13.011Z] 8ad3a11d3b57: Pulling fs layer [2021-04-15T02:59:13.011Z] 46f8f816bc3b: Pulling fs layer [2021-04-15T02:59:13.011Z] 93b61091891f: Pulling fs layer [2021-04-15T02:59:13.011Z] 93b9cdb0e59b: Pulling fs layer [2021-04-15T02:59:13.011Z] 5e14af77c1be: Pulling fs layer [2021-04-15T02:59:13.011Z] 01666e4c0597: Pulling fs layer [2021-04-15T02:59:13.011Z] aa168da1d23b: Pulling fs layer [2021-04-15T02:59:13.011Z] 46f8f816bc3b: Waiting [2021-04-15T02:59:13.011Z] 93b61091891f: Waiting [2021-04-15T02:59:13.011Z] 93b9cdb0e59b: Waiting [2021-04-15T02:59:13.011Z] 5e14af77c1be: Waiting [2021-04-15T02:59:13.011Z] 01666e4c0597: Waiting [2021-04-15T02:59:13.011Z] aa168da1d23b: Waiting [2021-04-15T02:59:13.011Z] 36b3adc4ff6f: Verifying Checksum [2021-04-15T02:59:13.011Z] 36b3adc4ff6f: Download complete [2021-04-15T02:59:13.011Z] 46f8f816bc3b: Verifying Checksum [2021-04-15T02:59:13.011Z] 46f8f816bc3b: Download complete [2021-04-15T02:59:13.330Z] df20fa9351a1: Verifying Checksum [2021-04-15T02:59:13.330Z] df20fa9351a1: Download complete [2021-04-15T02:59:13.629Z] 93b9cdb0e59b: Verifying Checksum [2021-04-15T02:59:13.629Z] 93b9cdb0e59b: Download complete [2021-04-15T02:59:13.629Z] 93b61091891f: Verifying Checksum [2021-04-15T02:59:13.629Z] 93b61091891f: Download complete [2021-04-15T02:59:13.629Z] 5e14af77c1be: Verifying Checksum [2021-04-15T02:59:13.629Z] 5e14af77c1be: Download complete [2021-04-15T02:59:13.629Z] 01666e4c0597: Verifying Checksum [2021-04-15T02:59:13.629Z] 01666e4c0597: Download complete [2021-04-15T02:59:14.660Z] 8ad3a11d3b57: Verifying Checksum [2021-04-15T02:59:14.660Z] 8ad3a11d3b57: Download complete [2021-04-15T02:59:15.283Z] df20fa9351a1: Pull complete [2021-04-15T02:59:15.922Z] 36b3adc4ff6f: Pull complete [2021-04-15T02:59:18.783Z] 8ad3a11d3b57: Pull complete [2021-04-15T02:59:19.096Z] 46f8f816bc3b: Pull complete [2021-04-15T02:59:20.905Z] 93b61091891f: Pull complete [2021-04-15T02:59:21.222Z] 93b9cdb0e59b: Pull complete [2021-04-15T02:59:21.543Z] 5e14af77c1be: Pull complete [2021-04-15T02:59:21.872Z] 01666e4c0597: Pull complete [2021-04-15T02:59:22.550Z] aa168da1d23b: Verifying Checksum [2021-04-15T02:59:22.550Z] aa168da1d23b: Download complete [2021-04-15T02:59:41.329Z] aa168da1d23b: Pull complete [2021-04-15T02:59:41.329Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-15T02:59:41.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T02:59:41.329Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-15T02:59:41.794Z] prd-centos7-docker-4c-2g-177 does not seem to be running inside a container [2021-04-15T02:59:42.045Z] $ 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/70/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/70 -v /w/workspace/edgex-go/70:/w/workspace/edgex-go/70:rw,z -v /w/workspace/edgex-go/70@tmp:/w/workspace/edgex-go/70@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-15T02:59:47.942Z] $ docker top 6e30a697b0f253043cafaa4234a30db0a638fdbc03758bfce41ab6bcd664806f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:59:49.873Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-15T02:59:51.157Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-15T02:59:51.875Z] + ls /var/log/sa-host [2021-04-15T02:59:51.875Z] + sadf -c /var/log/sa-host/sa15 [2021-04-15T02:59:51.875Z] file_magic: OK [2021-04-15T02:59:51.875Z] HZ: Using current value: 100 [2021-04-15T02:59:51.875Z] file_header: OK [2021-04-15T02:59:51.875Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-15T02:59:51.875Z] Statistics: [2021-04-15T02:59:51.875Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-15T02:59:51.875Z] File successfully converted to sysstat format version 12.2.1 [2021-04-15T02:59:51.875Z] + sadf -c /var/log/sa-host/sa23 [2021-04-15T02:59:51.875Z] file_magic: OK [2021-04-15T02:59:51.875Z] HZ: Using current value: 100 [2021-04-15T02:59:51.875Z] file_header: OK [2021-04-15T02:59:51.875Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-15T02:59:51.875Z] Statistics: [2021-04-15T02:59:51.875Z] Hnuu...uuuununununu... [2021-04-15T02:59:51.875Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-15T02:59:52.038Z] provisioning config files... [2021-04-15T02:59:52.077Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/70@tmp/config6991611892197230183tmp [Pipeline] { [Pipeline] echo [2021-04-15T02:59:52.112Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:59:52.527Z] ---> create-netrc.sh [Pipeline] } [2021-04-15T02:59:52.540Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-15T02:59:52.563Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:59:53.332Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-15T02:59:53.346Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:59:54.267Z] ---> sudo-logs.sh [2021-04-15T02:59:54.267Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-15T02:59:54.684Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:59:55.485Z] ---> job-cost.sh [2021-04-15T02:59:55.485Z] lf-activate-venv: SKIPPING [2021-04-15T02:59:55.485Z] DEBUG: total: 0.20999999344348907 [2021-04-15T02:59:55.485Z] INFO: Retrieving Stack Cost... [2021-04-15T02:59:56.961Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T02:59:57.932Z] INFO: Archiving Costs [Pipeline] echo [2021-04-15T02:59:57.948Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:59:58.657Z] ---> logs-deploy.sh [2021-04-15T02:59:58.657Z] lf-activate-venv: SKIPPING [2021-04-15T02:59:58.657Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/70 [2021-04-15T02:59:58.657Z] INFO: archiving workspace using pattern(s): [2021-04-15T03:00:01.642Z] Archives upload complete. [2021-04-15T03:00:01.642Z] INFO: archiving logs to Nexus [2021-04-15T03:00:03.826Z] ---> uname -a: [2021-04-15T03:00:03.826Z] Linux prd-centos7-docker-4c-2g-177.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-15T03:00:03.826Z] [2021-04-15T03:00:03.826Z] [2021-04-15T03:00:03.826Z] ---> lscpu: [2021-04-15T03:00:03.826Z] Architecture: x86_64 [2021-04-15T03:00:03.826Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-15T03:00:03.826Z] Byte Order: Little Endian [2021-04-15T03:00:03.826Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-15T03:00:03.826Z] CPU(s): 4 [2021-04-15T03:00:03.826Z] On-line CPU(s) list: 0-3 [2021-04-15T03:00:03.826Z] Thread(s) per core: 1 [2021-04-15T03:00:03.826Z] Core(s) per socket: 1 [2021-04-15T03:00:03.826Z] Socket(s): 4 [2021-04-15T03:00:03.826Z] NUMA node(s): 1 [2021-04-15T03:00:03.826Z] Vendor ID: GenuineIntel [2021-04-15T03:00:03.826Z] CPU family: 6 [2021-04-15T03:00:03.826Z] Model: 44 [2021-04-15T03:00:03.826Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-15T03:00:03.826Z] Stepping: 1 [2021-04-15T03:00:03.826Z] CPU MHz: 2933.438 [2021-04-15T03:00:03.826Z] BogoMIPS: 5866.87 [2021-04-15T03:00:03.826Z] Virtualization: VT-x [2021-04-15T03:00:03.826Z] Hypervisor vendor: KVM [2021-04-15T03:00:03.826Z] Virtualization type: full [2021-04-15T03:00:03.826Z] L1d cache: 128 KiB [2021-04-15T03:00:03.826Z] L1i cache: 128 KiB [2021-04-15T03:00:03.826Z] L2 cache: 16 MiB [2021-04-15T03:00:03.826Z] L3 cache: 64 MiB [2021-04-15T03:00:03.826Z] NUMA node0 CPU(s): 0-3 [2021-04-15T03:00:03.826Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-15T03:00:03.826Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-15T03:00:03.826Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-15T03:00:03.826Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-15T03:00:03.827Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-15T03:00:03.827Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-15T03:00:03.827Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-15T03:00:03.827Z] Vulnerability Srbds: Not affected [2021-04-15T03:00:03.827Z] Vulnerability Tsx async abort: Not affected [2021-04-15T03:00:03.827Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-15T03:00:03.827Z] [2021-04-15T03:00:03.827Z] [2021-04-15T03:00:03.827Z] ---> nproc: [2021-04-15T03:00:03.827Z] 4 [2021-04-15T03:00:03.827Z] [2021-04-15T03:00:03.827Z] [2021-04-15T03:00:03.827Z] ---> df -h: [2021-04-15T03:00:03.827Z] Filesystem Size Used Available Use% Mounted on [2021-04-15T03:00:03.827Z] overlay 50.0G 11.8G 38.2G 24% / [2021-04-15T03:00:03.827Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-15T03:00:03.827Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-15T03:00:03.827Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-15T03:00:03.827Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-04-15T03:00:03.827Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-04-15T03:00:03.827Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-04-15T03:00:03.827Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-04-15T03:00:03.827Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-04-15T03:00:03.827Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-04-15T03:00:03.827Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-04-15T03:00:03.827Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-04-15T03:00:03.827Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/70 [2021-04-15T03:00:03.827Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/70@tmp [2021-04-15T03:00:03.827Z] [2021-04-15T03:00:03.827Z] [2021-04-15T03:00:03.827Z] ---> free -m: [2021-04-15T03:00:03.827Z] total used free shared buff/cache available [2021-04-15T03:00:03.827Z] Mem: 1837 708 209 0 918 1047 [2021-04-15T03:00:03.827Z] Swap: 1023 99 924 [2021-04-15T03:00:03.827Z] [2021-04-15T03:00:03.827Z]