Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 5c6281c33c47276eacdbb13638039abd0291140c+dd4b8fe188861d65d0d5afbafd149fd221a40ee4 (f08a11cb0f108f7f02df506cfefcf0facb1b6819) 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27750 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c Merge succeeded, producing a761b7bc34fc8695db9772a9dd3aa523de0404ff Checking out Revision a761b7bc34fc8695db9772a9dd3aa523de0404ff (PR-3192) > git config core.sparsecheckout # timeout=10 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a761b7bc34fc8695db9772a9dd3aa523de0404ff # timeout=10 Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" > git rev-list --no-walk 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-26T00:31:57.325Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-26T00:31:57.612Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T00:31:57.713Z] ========================================================= [2021-02-26T00:31:57.714Z] EdgeX Global Pipelines Version Info [2021-02-26T00:31:57.714Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-26T00:32:01.345Z] ------------------- [2021-02-26T00:32:01.345Z] stable info: [2021-02-26T00:32:01.345Z] ------------------- [2021-02-26T00:32:01.345Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-26T00:32:01.345Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T00:32:01.345Z] Message: update stable to v1.0.182 [2021-02-26T00:32:02.376Z] ------------------- [2021-02-26T00:32:02.376Z] experimental info: [2021-02-26T00:32:02.376Z] ------------------- [2021-02-26T00:32:02.376Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-26T00:32:02.376Z] Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [2021-02-26T00:32:02.376Z] Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-26T00:32:02.854Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-26T00:32:02.946Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-26T00:32:03.049Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-26T00:32:03.136Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-26T00:32:03.249Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-26T00:32:03.337Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-26T00:32:03.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-26T00:32:03.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-26T00:32:03.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-26T00:32:03.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-26T00:32:03.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-26T00:32:03.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-26T00:32:03.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-26T00:32:04.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-26T00:32:04.095Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T00:32:04.180Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T00:32:04.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-26T00:32:04.366Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-26T00:32:04.464Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-26T00:32:04.546Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-26T00:32:04.627Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-26T00:32:04.715Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-26T00:32:04.808Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3192 [Pipeline] echo [2021-02-26T00:32:04.898Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3192 [Pipeline] echo [2021-02-26T00:32:05.022Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3192 [Pipeline] echo [2021-02-26T00:32:05.105Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a761b7bc34fc8695db9772a9dd3aa523de0404ff [Pipeline] echo [2021-02-26T00:32:05.186Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a761b7b [Pipeline] echo [2021-02-26T00:32:05.269Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T00:32:05.459Z] provisioning config files... [2021-02-26T00:32:05.490Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config207672119080909345tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T00:32:05.957Z] ---> docker-login.sh [2021-02-26T00:32:05.957Z] nexus3.edgexfoundry.org:10001 [2021-02-26T00:32:08.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T00:32:08.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T00:32:08.278Z] Configure a credential helper to remove this warning. See [2021-02-26T00:32:08.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T00:32:08.278Z] [2021-02-26T00:32:08.278Z] Login Succeeded [2021-02-26T00:32:08.278Z] nexus3.edgexfoundry.org:10002 [2021-02-26T00:32:09.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T00:32:09.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T00:32:09.480Z] Configure a credential helper to remove this warning. See [2021-02-26T00:32:09.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T00:32:09.480Z] [2021-02-26T00:32:09.480Z] Login Succeeded [2021-02-26T00:32:09.480Z] nexus3.edgexfoundry.org:10003 [2021-02-26T00:32:10.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T00:32:11.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T00:32:11.000Z] Configure a credential helper to remove this warning. See [2021-02-26T00:32:11.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T00:32:11.000Z] [2021-02-26T00:32:11.000Z] Login Succeeded [2021-02-26T00:32:11.000Z] nexus3.edgexfoundry.org:10004 [2021-02-26T00:32:11.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T00:32:11.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T00:32:11.718Z] Configure a credential helper to remove this warning. See [2021-02-26T00:32:11.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T00:32:11.718Z] [2021-02-26T00:32:11.718Z] Login Succeeded [2021-02-26T00:32:11.718Z] docker.io [2021-02-26T00:32:12.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T00:32:12.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T00:32:12.488Z] Configure a credential helper to remove this warning. See [2021-02-26T00:32:12.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T00:32:12.488Z] [2021-02-26T00:32:12.488Z] Login Succeeded [2021-02-26T00:32:12.488Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T00:32:12.515Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T00:32:13.141Z] ++ 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-02-26T00:32:13.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T00:32:13.141Z] ++ dirname cmd/core-command/Dockerfile [2021-02-26T00:32:13.141Z] ++ cut -d/ -f2 [2021-02-26T00:32:13.141Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-26T00:32:13.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T00:32:13.141Z] ++ cut -d/ -f2 [2021-02-26T00:32:13.141Z] ++ dirname cmd/core-data/Dockerfile [2021-02-26T00:32:13.141Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-26T00:32:13.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T00:32:13.141Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-26T00:32:13.141Z] ++ cut -d/ -f2 [2021-02-26T00:32:13.141Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-26T00:32:13.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T00:32:13.141Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-26T00:32:13.141Z] ++ cut -d/ -f2 [2021-02-26T00:32:13.141Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-26T00:32:13.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T00:32:13.141Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-26T00:32:13.141Z] ++ cut -d/ -f2 [2021-02-26T00:32:13.141Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-26T00:32:13.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T00:32:13.141Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-26T00:32:13.141Z] ++ cut -d/ -f2 [2021-02-26T00:32:13.141Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-26T00:32:13.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T00:32:13.141Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-26T00:32:13.141Z] ++ cut -d/ -f2 [2021-02-26T00:32:13.141Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-26T00:32:13.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T00:32:13.141Z] ++ cut -d/ -f2 [2021-02-26T00:32:13.141Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-26T00:32:13.141Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-26T00:32:13.141Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-26T00:32:13.141Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-26T00:32:13.141Z] ++ cut -d/ -f2 [2021-02-26T00:32:13.141Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-26T00:32:13.593Z] 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-02-26T00:32:14.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T00:32:14.982Z] [2021-02-26T00:32:14.982Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:32:15.553Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T00:32:15.940Z] latest: Pulling from edgex-devops/git-semver [2021-02-26T00:32:15.940Z] 31603596830f: Pulling fs layer [2021-02-26T00:32:15.940Z] 2a8b12db71e7: Pulling fs layer [2021-02-26T00:32:15.940Z] 6ca5941a6612: Pulling fs layer [2021-02-26T00:32:15.940Z] ecc8261a40a4: Pulling fs layer [2021-02-26T00:32:15.940Z] ecc8261a40a4: Waiting [2021-02-26T00:32:15.940Z] 2a8b12db71e7: Verifying Checksum [2021-02-26T00:32:15.940Z] 2a8b12db71e7: Download complete [2021-02-26T00:32:16.258Z] 31603596830f: Verifying Checksum [2021-02-26T00:32:16.258Z] 31603596830f: Download complete [2021-02-26T00:32:16.626Z] ecc8261a40a4: Verifying Checksum [2021-02-26T00:32:16.626Z] ecc8261a40a4: Download complete [2021-02-26T00:32:16.962Z] 6ca5941a6612: Verifying Checksum [2021-02-26T00:32:16.962Z] 6ca5941a6612: Download complete [2021-02-26T00:32:17.235Z] 31603596830f: Pull complete [2021-02-26T00:32:17.886Z] 2a8b12db71e7: Pull complete [2021-02-26T00:32:20.037Z] 6ca5941a6612: Pull complete [2021-02-26T00:32:20.645Z] ecc8261a40a4: Pull complete [2021-02-26T00:32:20.645Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-26T00:32:20.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T00:32:20.645Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-26T00:32:21.244Z] prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container [2021-02-26T00:32:21.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T00:32:23.963Z] $ docker top cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T00:32:24.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T00:32:24.470Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T00:32:25.275Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T00:32:25.278Z] $ docker exec cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac ssh-agent [2021-02-26T00:32:26.077Z] SSH_AUTH_SOCK=/tmp/ssh-bJKzSlGxQ6Zr/agent.12 [2021-02-26T00:32:26.077Z] SSH_AGENT_PID=17 [2021-02-26T00:32:26.089Z] Running ssh-add (command line suppressed) [2021-02-26T00:32:26.332Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_1473573853902179985.key (/w/workspace/edgex-go/4@tmp/private_key_1473573853902179985.key) [2021-02-26T00:32:26.759Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T00:32:27.305Z] + git tag --points-at HEAD [Pipeline] } [2021-02-26T00:32:27.418Z] $ docker exec --env ******** --env ******** cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac ssh-agent -k [2021-02-26T00:32:27.965Z] unset SSH_AUTH_SOCK; [2021-02-26T00:32:27.966Z] unset SSH_AGENT_PID; [2021-02-26T00:32:27.966Z] echo Agent pid 17 killed; [2021-02-26T00:32:28.206Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-26T00:32:28.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T00:32:28.342Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T00:32:28.671Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T00:32:28.674Z] $ docker exec cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac ssh-agent [2021-02-26T00:32:28.893Z] SSH_AUTH_SOCK=/tmp/ssh-pNc3IFb6OItZ/agent.46 [2021-02-26T00:32:28.893Z] SSH_AGENT_PID=51 [2021-02-26T00:32:28.903Z] Running ssh-add (command line suppressed) [2021-02-26T00:32:29.320Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8034848473972154867.key (/w/workspace/edgex-go/4@tmp/private_key_8034848473972154867.key) [2021-02-26T00:32:29.478Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T00:32:30.599Z] + git semver init [2021-02-26T00:32:30.599Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T00:32:30.599Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-02-26T00:32:30.599Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-02-26T00:32:30.599Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T00:32:30.599Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T00:32:30.599Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T00:32:30.599Z] # $SEMVER_BRANCH = PR-3192 [2021-02-26T00:32:30.600Z] # $SEMVER_TEMP = /tmp/semver-160437247 [2021-02-26T00:32:30.600Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-26T00:33:30.554Z] # '/tmp/semver-160437247' -> '/w/workspace/edgex-go/4/.semver' [2021-02-26T00:33:30.554Z] # -> Force: false [2021-02-26T00:33:30.554Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-02-26T00:33:30.578Z] $ docker exec --env ******** --env ******** cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac ssh-agent -k [2021-02-26T00:33:32.053Z] unset SSH_AUTH_SOCK; [2021-02-26T00:33:32.055Z] unset SSH_AGENT_PID; [2021-02-26T00:33:32.055Z] echo Agent pid 51 killed; [2021-02-26T00:33:32.285Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T00:33:33.270Z] + git semver [Pipeline] } [2021-02-26T00:33:33.540Z] $ docker stop --time=1 cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac [2021-02-26T00:33:35.667Z] $ docker rm -f cf210a0a24c26fce9bbb4fb5599ac3f61d6060a6c62a159d95be8d8e7c860dac [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T00:33:37.163Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-26T00:33:38.449Z] Stashed 1 file(s) [Pipeline] echo [2021-02-26T00:33:38.452Z] [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-02-26T00:33:39.486Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-26T00:33:40.477Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T00:33:40.960Z] + sudo service docker restart [2021-02-26T00:33:40.960Z] + true [2021-02-26T00:33:40.960Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-26T00:33:43.188Z] ========================================================= [2021-02-26T00:33:43.188Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-26T00:33:43.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:33:43.646Z] + 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-02-26T00:33:53.841Z] Still waiting to schedule task [2021-02-26T00:33:53.841Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-26T00:33:54.416Z] Sending build context to Docker daemon 328.1MB [2021-02-26T00:33:54.416Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T00:33:54.416Z] Step 2/6 : FROM ${BASE} [2021-02-26T00:33:54.416Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-26T00:33:54.416Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T00:33:54.416Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T00:33:54.416Z] de9db76c5a1d: Pulling fs layer [2021-02-26T00:33:54.416Z] bca2f99d35d6: Pulling fs layer [2021-02-26T00:33:54.416Z] 93359f2a8cfa: Pulling fs layer [2021-02-26T00:33:54.416Z] 7c6f9722023f: Pulling fs layer [2021-02-26T00:33:54.416Z] a35cf1a2eb13: Pulling fs layer [2021-02-26T00:33:54.416Z] 93359f2a8cfa: Waiting [2021-02-26T00:33:54.416Z] 7c6f9722023f: Waiting [2021-02-26T00:33:54.416Z] a35cf1a2eb13: Waiting [2021-02-26T00:33:54.416Z] bca2f99d35d6: Waiting [2021-02-26T00:33:54.416Z] de9db76c5a1d: Verifying Checksum [2021-02-26T00:33:54.416Z] de9db76c5a1d: Download complete [2021-02-26T00:33:54.416Z] 0ef7d3d256c8: Verifying Checksum [2021-02-26T00:33:54.416Z] 0ef7d3d256c8: Download complete [2021-02-26T00:33:54.416Z] 93359f2a8cfa: Verifying Checksum [2021-02-26T00:33:54.416Z] 93359f2a8cfa: Download complete [2021-02-26T00:33:54.416Z] 7c6f9722023f: Verifying Checksum [2021-02-26T00:33:54.416Z] 7c6f9722023f: Download complete [2021-02-26T00:33:54.416Z] 188c0c94c7c5: Download complete [2021-02-26T00:33:55.664Z] 188c0c94c7c5: Pull complete [2021-02-26T00:33:56.303Z] 0ef7d3d256c8: Pull complete [2021-02-26T00:33:56.594Z] de9db76c5a1d: Pull complete [2021-02-26T00:34:01.663Z] a35cf1a2eb13: Verifying Checksum [2021-02-26T00:34:01.663Z] a35cf1a2eb13: Download complete [2021-02-26T00:34:07.841Z] bca2f99d35d6: Verifying Checksum [2021-02-26T00:34:07.841Z] bca2f99d35d6: Download complete [2021-02-26T00:34:23.580Z] bca2f99d35d6: Pull complete [2021-02-26T00:34:23.910Z] 93359f2a8cfa: Pull complete [2021-02-26T00:34:26.053Z] 7c6f9722023f: Pull complete [2021-02-26T00:34:33.467Z] a35cf1a2eb13: Pull complete [2021-02-26T00:34:33.467Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-26T00:34:33.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-26T00:34:33.467Z] ---> a62c8e92a672 [2021-02-26T00:34:33.467Z] 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-02-26T00:34:33.762Z] ---> Running in ebaad26b30a5 [2021-02-26T00:34:34.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:34:35.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:34:36.695Z] (1/12) Installing libmagic (5.38-r0) [2021-02-26T00:34:36.696Z] (2/12) Installing file (5.38-r0) [2021-02-26T00:34:37.091Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-26T00:34:37.091Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-26T00:34:43.158Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-26T00:34:43.158Z] (6/12) Installing patch (2.7.6-r6) [2021-02-26T00:34:43.463Z] (7/12) Installing build-base (0.5-r2) [2021-02-26T00:34:43.463Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-26T00:34:43.740Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-26T00:34:43.740Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-26T00:34:43.740Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-26T00:34:44.079Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-26T00:34:44.384Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:34:44.384Z] OK: 233 MiB in 51 packages [2021-02-26T00:34:51.427Z] Removing intermediate container ebaad26b30a5 [2021-02-26T00:34:51.427Z] ---> 5963b48e853a [2021-02-26T00:34:51.427Z] Step 4/6 : WORKDIR /edgex-go [2021-02-26T00:34:52.026Z] ---> Running in 26f6ea257471 [2021-02-26T00:34:53.275Z] Removing intermediate container 26f6ea257471 [2021-02-26T00:34:53.275Z] ---> c8715674a551 [2021-02-26T00:34:53.275Z] Step 5/6 : COPY go.mod . [2021-02-26T00:34:54.319Z] ---> e5941d46797e [2021-02-26T00:34:54.319Z] Step 6/6 : RUN go mod download [2021-02-26T00:34:54.606Z] ---> Running in d8030d1cbe24 [2021-02-26T00:35:43.307Z] Removing intermediate container d8030d1cbe24 [2021-02-26T00:35:43.307Z] ---> 1e83f59c5e05 [2021-02-26T00:35:43.307Z] Successfully built 1e83f59c5e05 [2021-02-26T00:35:43.307Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:35:43.932Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T00:35:44.209Z] . [Pipeline] withDockerContainer [2021-02-26T00:35:44.673Z] prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container [2021-02-26T00:35:44.849Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T00:35:47.520Z] $ docker top dc0a5843bf8b8e0cea4a8f31dc5625d7e1d632fee64be5aa25acf79f6816a3ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T00:35:51.599Z] + go version [2021-02-26T00:35:51.876Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-26T00:35:51.943Z] $ docker stop --time=1 dc0a5843bf8b8e0cea4a8f31dc5625d7e1d632fee64be5aa25acf79f6816a3ea [2021-02-26T00:35:54.545Z] $ docker rm -f dc0a5843bf8b8e0cea4a8f31dc5625d7e1d632fee64be5aa25acf79f6816a3ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:35:56.124Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T00:35:56.502Z] . [Pipeline] withDockerContainer [2021-02-26T00:35:57.236Z] prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container [2021-02-26T00:35:58.207Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T00:36:02.463Z] $ docker top 73a83ba7e74fa80e3cd96528133299910cbffa0c88e8b60d9f2bd584c94a0203 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T00:36:03.497Z] ========================================================= [2021-02-26T00:36:03.497Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-26T00:36:03.498Z] ========================================================= [Pipeline] sh [2021-02-26T00:36:04.715Z] + make test [2021-02-26T00:36:04.715Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-26T00:36:32.647Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-26T00:36:43.237Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27756 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws [2021-02-26T00:36:43.291Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-26T00:36:48.071Z] using credential edgex-jenkins-ssh [2021-02-26T00:36:48.133Z] Cloning the remote Git repository [2021-02-26T00:36:48.183Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-26T00:36:48.302Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-26T00:36:48.374Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T00:36:48.375Z] > git --version # timeout=10 [2021-02-26T00:36:48.395Z] > git --version # 'git version 2.17.1' [2021-02-26T00:36:48.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T00:36:48.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T00:37:04.621Z] Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c [2021-02-26T00:37:05.368Z] Merge succeeded, producing ec5642183dd2629abdfff97817e0d71d4872ee6f [2021-02-26T00:37:05.369Z] Checking out Revision ec5642183dd2629abdfff97817e0d71d4872ee6f (PR-3192) [2021-02-26T00:37:03.686Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T00:37:03.710Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T00:37:03.743Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T00:37:03.787Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T00:37:03.787Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T00:37:03.801Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T00:37:04.632Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T00:37:04.652Z] > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [2021-02-26T00:37:04.962Z] > git remote # timeout=10 [2021-02-26T00:37:04.983Z] > git config --get remote.origin.url # timeout=10 [2021-02-26T00:37:05.001Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T00:37:05.020Z] > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 [2021-02-26T00:37:05.346Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-26T00:37:05.367Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T00:37:05.382Z] > git checkout -f ec5642183dd2629abdfff97817e0d71d4872ee6f # timeout=10 [2021-02-26T00:37:09.617Z] Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" [2021-02-26T00:37:09.616Z] > git rev-list --no-walk 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T00:37:11.335Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-26T00:37:11.743Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T00:37:12.088Z] + true [2021-02-26T00:37:12.089Z] + sudo service docker restart [2021-02-26T00:37:13.724Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T00:37:14.171Z] provisioning config files... [2021-02-26T00:37:14.218Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1756483135060409212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T00:37:14.614Z] ---> docker-login.sh [2021-02-26T00:37:14.614Z] nexus3.edgexfoundry.org:10001 [2021-02-26T00:37:15.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T00:37:15.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T00:37:15.803Z] Configure a credential helper to remove this warning. See [2021-02-26T00:37:15.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T00:37:15.803Z] [2021-02-26T00:37:15.803Z] Login Succeeded [2021-02-26T00:37:15.803Z] nexus3.edgexfoundry.org:10002 [2021-02-26T00:37:16.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T00:37:16.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T00:37:16.347Z] Configure a credential helper to remove this warning. See [2021-02-26T00:37:16.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T00:37:16.347Z] [2021-02-26T00:37:16.347Z] Login Succeeded [2021-02-26T00:37:16.347Z] nexus3.edgexfoundry.org:10003 [2021-02-26T00:37:16.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T00:37:16.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T00:37:16.619Z] Configure a credential helper to remove this warning. See [2021-02-26T00:37:16.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T00:37:16.619Z] [2021-02-26T00:37:16.619Z] Login Succeeded [2021-02-26T00:37:16.619Z] nexus3.edgexfoundry.org:10004 [2021-02-26T00:37:17.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T00:37:17.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T00:37:17.212Z] Configure a credential helper to remove this warning. See [2021-02-26T00:37:17.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T00:37:17.212Z] [2021-02-26T00:37:17.212Z] Login Succeeded [2021-02-26T00:37:17.212Z] docker.io [2021-02-26T00:37:17.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T00:37:17.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T00:37:17.760Z] Configure a credential helper to remove this warning. See [2021-02-26T00:37:17.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T00:37:17.760Z] [2021-02-26T00:37:17.760Z] Login Succeeded [2021-02-26T00:37:17.760Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T00:37:17.777Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-26T00:37:18.220Z] ========================================================= [2021-02-26T00:37:18.220Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-26T00:37:18.220Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:37:18.595Z] + 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-02-26T00:37:21.239Z] Sending build context to Docker daemon 166.4MB [2021-02-26T00:37:21.239Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T00:37:21.239Z] Step 2/6 : FROM ${BASE} [2021-02-26T00:37:21.239Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-26T00:37:21.239Z] 5f621e34cdf4: Pulling fs layer [2021-02-26T00:37:21.239Z] a4357932f1b6: Pulling fs layer [2021-02-26T00:37:21.239Z] 18c013af1878: Pulling fs layer [2021-02-26T00:37:21.239Z] 00ac8860ef70: Pulling fs layer [2021-02-26T00:37:21.239Z] 63d7cb157983: Pulling fs layer [2021-02-26T00:37:21.239Z] b116817d02f9: Pulling fs layer [2021-02-26T00:37:21.239Z] 745a02a5169b: Pulling fs layer [2021-02-26T00:37:21.239Z] 63d7cb157983: Waiting [2021-02-26T00:37:21.239Z] b116817d02f9: Waiting [2021-02-26T00:37:21.239Z] 745a02a5169b: Waiting [2021-02-26T00:37:21.239Z] 00ac8860ef70: Waiting [2021-02-26T00:37:21.239Z] 18c013af1878: Download complete [2021-02-26T00:37:21.239Z] a4357932f1b6: Verifying Checksum [2021-02-26T00:37:21.239Z] a4357932f1b6: Download complete [2021-02-26T00:37:21.239Z] 63d7cb157983: Verifying Checksum [2021-02-26T00:37:21.239Z] 63d7cb157983: Download complete [2021-02-26T00:37:21.239Z] b116817d02f9: Verifying Checksum [2021-02-26T00:37:21.239Z] b116817d02f9: Download complete [2021-02-26T00:37:21.239Z] 5f621e34cdf4: Verifying Checksum [2021-02-26T00:37:21.239Z] 5f621e34cdf4: Download complete [2021-02-26T00:37:21.841Z] 5f621e34cdf4: Pull complete [2021-02-26T00:37:22.446Z] a4357932f1b6: Pull complete [2021-02-26T00:37:23.045Z] 18c013af1878: Pull complete [2021-02-26T00:37:24.023Z] 745a02a5169b: Verifying Checksum [2021-02-26T00:37:24.023Z] 745a02a5169b: Download complete [2021-02-26T00:37:24.616Z] 00ac8860ef70: Verifying Checksum [2021-02-26T00:37:24.616Z] 00ac8860ef70: Download complete [2021-02-26T00:37:30.006Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-26T00:37:30.006Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-26T00:37:30.006Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-26T00:37:34.865Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-26T00:37:34.865Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-26T00:37:34.865Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-26T00:37:35.272Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-26T00:37:37.022Z] 00ac8860ef70: Pull complete [2021-02-26T00:37:37.022Z] 63d7cb157983: Pull complete [2021-02-26T00:37:37.022Z] b116817d02f9: Pull complete [2021-02-26T00:37:38.992Z] 745a02a5169b: Pull complete [2021-02-26T00:37:38.992Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-26T00:37:38.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-26T00:37:38.992Z] ---> b7e6874047d6 [2021-02-26T00:37:38.992Z] 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-02-26T00:37:39.551Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-26T00:37:39.551Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-26T00:37:42.403Z] ---> Running in c623098fb40f [2021-02-26T00:37:43.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:37:44.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:37:44.960Z] (1/12) Installing libmagic (5.38-r0) [2021-02-26T00:37:44.960Z] (2/12) Installing file (5.38-r0) [2021-02-26T00:37:45.236Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-26T00:37:45.236Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-26T00:37:47.902Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-26T00:37:47.903Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-26T00:37:47.903Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-26T00:37:50.636Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-26T00:37:50.636Z] (6/12) Installing patch (2.7.6-r6) [2021-02-26T00:37:50.636Z] (7/12) Installing build-base (0.5-r2) [2021-02-26T00:37:50.636Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-26T00:37:50.636Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-26T00:37:50.636Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-26T00:37:50.636Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-26T00:37:50.636Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-26T00:37:50.636Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:37:50.636Z] OK: 217 MiB in 51 packages [2021-02-26T00:37:54.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 1.398s coverage: 45.9% of statements [2021-02-26T00:37:54.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-26T00:37:54.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-26T00:37:54.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-26T00:37:54.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-26T00:37:54.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-26T00:37:54.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-26T00:37:54.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-26T00:37:54.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.230s coverage: 100.0% of statements [2021-02-26T00:37:54.937Z] Removing intermediate container c623098fb40f [2021-02-26T00:37:54.937Z] ---> c352c2f17699 [2021-02-26T00:37:54.937Z] Step 4/6 : WORKDIR /edgex-go [2021-02-26T00:37:54.937Z] ---> Running in e2127928d2ad [2021-02-26T00:37:55.211Z] Removing intermediate container e2127928d2ad [2021-02-26T00:37:55.211Z] ---> 53f0d0c31257 [2021-02-26T00:37:55.211Z] Step 5/6 : COPY go.mod . [2021-02-26T00:37:55.813Z] ---> dc68852339bc [2021-02-26T00:37:55.813Z] Step 6/6 : RUN go mod download [2021-02-26T00:37:56.086Z] ---> Running in b08d4f80ef02 [2021-02-26T00:38:01.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.477s coverage: 27.1% of statements [2021-02-26T00:38:01.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-26T00:38:01.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-26T00:38:01.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-26T00:38:01.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-26T00:38:01.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-26T00:38:01.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-26T00:38:01.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.186s coverage: 100.0% of statements [2021-02-26T00:38:01.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-26T00:38:01.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.660s coverage: 100.0% of statements [2021-02-26T00:38:01.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-26T00:38:01.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-26T00:38:03.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.432s coverage: 65.8% of statements [2021-02-26T00:38:03.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-26T00:38:03.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-26T00:38:04.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 1.462s coverage: 82.3% of statements [2021-02-26T00:38:04.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-26T00:38:04.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T00:38:04.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-26T00:38:04.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-26T00:38:11.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.418s coverage: 28.6% of statements [2021-02-26T00:38:11.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-26T00:38:11.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-26T00:38:11.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-26T00:38:11.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-26T00:38:11.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-26T00:38:11.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.610s coverage: 100.0% of statements [2021-02-26T00:38:11.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-26T00:38:11.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-02-26T00:38:11.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-26T00:38:12.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements [2021-02-26T00:38:12.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-26T00:38:13.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.413s coverage: 97.5% of statements [2021-02-26T00:38:13.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-26T00:38:13.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.098s coverage: 78.3% of statements [2021-02-26T00:38:13.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-26T00:38:13.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-26T00:38:13.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-26T00:38:13.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-26T00:38:22.904Z] Removing intermediate container b08d4f80ef02 [2021-02-26T00:38:22.904Z] ---> 32866d6e3fb4 [2021-02-26T00:38:22.904Z] Successfully built 32866d6e3fb4 [2021-02-26T00:38:22.904Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:38:23.249Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T00:38:23.249Z] . [Pipeline] withDockerContainer [2021-02-26T00:38:23.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.797s coverage: 92.8% of statements [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-26T00:38:23.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.097s coverage: 58.8% of statements [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-26T00:38:23.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.092s coverage: 0.1% of statements [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-26T00:38:23.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-26T00:38:23.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.116s coverage: 45.5% of statements [2021-02-26T00:38:23.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.248s coverage: 79.5% of statements [2021-02-26T00:38:23.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2021-02-26T00:38:23.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.176s coverage: 96.3% of statements [2021-02-26T00:38:23.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-02-26T00:38:23.516Z] prd-ubuntu18.04-docker-arm64-4c-16g-27756 does not seem to be running inside a container [2021-02-26T00:38:23.596Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-26T00:38:25.170Z] $ docker top e005c8c438d8d971e380e4eeb165c60ac0e34220268a545097e57fd6f3456cb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T00:38:26.200Z] + go version [2021-02-26T00:38:26.201Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-26T00:38:26.216Z] $ docker stop --time=1 e005c8c438d8d971e380e4eeb165c60ac0e34220268a545097e57fd6f3456cb4 [2021-02-26T00:38:28.145Z] $ docker rm -f e005c8c438d8d971e380e4eeb165c60ac0e34220268a545097e57fd6f3456cb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:38:29.149Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T00:38:29.149Z] . [Pipeline] withDockerContainer [2021-02-26T00:38:29.407Z] prd-ubuntu18.04-docker-arm64-4c-16g-27756 does not seem to be running inside a container [2021-02-26T00:38:29.474Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-26T00:38:30.962Z] $ docker top ecd2151e27540d4ba087c12c1f9b20247816876edfc2caae9c0c709531209690 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T00:38:31.300Z] ========================================================= [2021-02-26T00:38:31.300Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-26T00:38:31.300Z] ========================================================= [Pipeline] sh [2021-02-26T00:38:31.943Z] + make test [2021-02-26T00:38:31.943Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-26T00:38:36.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.185s coverage: 94.4% of statements [2021-02-26T00:38:36.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.793s coverage: 92.9% of statements [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.112s coverage: 77.8% of statements [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.565s coverage: 87.2% of statements [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.216s coverage: 87.2% of statements [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.264s coverage: 84.6% of statements [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.182s coverage: 91.6% of statements [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.394s coverage: 62.4% of statements [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.204s coverage: 91.3% of statements [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.135s coverage: 100.0% of statements [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.154s coverage: 73.7% of statements [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-26T00:38:48.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.077s coverage: 68.9% of statements [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-26T00:38:48.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-26T00:38:50.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.582s coverage: 38.4% of statements [2021-02-26T00:38:50.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-26T00:38:50.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-26T00:38:50.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.188s coverage: 89.5% of statements [2021-02-26T00:38:50.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-02-26T00:38:50.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2021-02-26T00:38:54.117Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-26T00:38:56.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.996s coverage: 47.0% of statements [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-26T00:38:56.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.164s coverage: 100.0% of statements [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-26T00:38:56.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.171s coverage: 100.0% of statements [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-26T00:38:56.755Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.289s coverage: 89.4% of statements [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T00:38:56.755Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-26T00:39:02.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.252s coverage: 29.1% of statements [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-26T00:39:02.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-26T00:39:02.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-26T00:39:02.582Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.133s coverage: 92.9% of statements [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-26T00:39:02.582Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.223s coverage: 0.0% of statements [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-26T00:39:02.582Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-26T00:39:02.582Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-26T00:39:02.582Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-26T00:39:02.582Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-02-26T00:39:02.582Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.206s coverage: 32.1% of statements [2021-02-26T00:39:03.637Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.457s coverage: 100.0% of statements [2021-02-26T00:39:05.124Z] GO111MODULE=on go vet ./... [2021-02-26T00:39:41.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-26T00:39:56.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-26T00:39:56.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-26T00:39:56.283Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-26T00:39:56.283Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-26T00:39:56.283Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-26T00:39:56.283Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-26T00:39:56.898Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-26T00:39:59.540Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-26T00:40:00.144Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-26T00:40:08.164Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-26T00:40:08.164Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-26T00:40:08.164Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-26T00:40:13.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.374s coverage: 45.9% of statements [2021-02-26T00:40:13.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-26T00:40:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-26T00:40:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-26T00:40:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-26T00:40:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-26T00:40:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-26T00:40:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-26T00:40:13.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.266s coverage: 100.0% of statements [2021-02-26T00:40:20.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.475s coverage: 27.1% of statements [2021-02-26T00:40:20.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-26T00:40:20.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-26T00:40:20.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-26T00:40:20.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-26T00:40:20.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-26T00:40:20.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-26T00:40:20.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-02-26T00:40:20.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-26T00:40:20.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-02-26T00:40:20.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-26T00:40:20.607Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-26T00:40:21.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 65.8% of statements [2021-02-26T00:40:21.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-26T00:40:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-26T00:40:25.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.702s coverage: 82.3% of statements [2021-02-26T00:40:25.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-26T00:40:25.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T00:40:25.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-26T00:40:25.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-26T00:40:28.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.221s coverage: 28.6% of statements [2021-02-26T00:40:28.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-26T00:40:28.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-26T00:40:28.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-26T00:40:28.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-26T00:40:28.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-26T00:40:28.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.216s coverage: 100.0% of statements [2021-02-26T00:40:28.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-26T00:40:28.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2021-02-26T00:40:28.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-26T00:40:29.843Z] gofmt -l . [2021-02-26T00:40:29.843Z] [ "`gofmt -l .`" = "" ] [2021-02-26T00:40:29.843Z] ./bin/test-go-mod-tidy.sh [2021-02-26T00:40:30.889Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.272s coverage: 86.7% of statements [2021-02-26T00:40:30.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-26T00:40:30.976Z] ./bin/test-attribution-txt.sh [2021-02-26T00:40:31.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements [2021-02-26T00:40:31.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-26T00:40:31.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-02-26T00:40:31.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-26T00:40:31.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-26T00:40:31.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-26T00:40:31.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] sh [2021-02-26T00:40:33.766Z] + ls -al . [2021-02-26T00:40:33.766Z] total 712 [2021-02-26T00:40:33.766Z] drwxrwxr-x 10 1001 1001 4096 Feb 26 00:40 . [2021-02-26T00:40:33.766Z] drwxr-xr-x 4 root root 28 Feb 26 00:36 .. [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 11 Feb 26 00:31 .dockerignore [2021-02-26T00:40:33.766Z] drwxrwxr-x 8 1001 1001 179 Feb 26 00:31 .git [2021-02-26T00:40:33.766Z] drwxrwxr-x 3 1001 1001 125 Feb 26 00:31 .github [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 818 Feb 26 00:31 .gitignore [2021-02-26T00:40:33.766Z] drwx------ 3 1001 1001 60 Feb 26 00:33 .semver [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 166 Feb 26 00:31 .sonarcloud.properties [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 8475 Feb 26 00:31 Attribution.txt [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 3804 Feb 26 00:31 CONTRIBUTING.md [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 931 Feb 26 00:31 Dockerfile.build [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 863 Feb 26 00:31 Jenkinsfile [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 10775 Feb 26 00:31 LICENSE [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 5774 Feb 26 00:31 Makefile [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 6524 Feb 26 00:31 README.md [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 6755 Feb 26 00:31 SECURITY.md [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 5 Feb 26 00:33 VERSION [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 4131 Feb 26 00:31 ZMQWindows.md [2021-02-26T00:40:33.766Z] drwxrwxr-x 2 1001 1001 117 Feb 26 00:31 bin [2021-02-26T00:40:33.766Z] drwxrwxr-x 14 1001 1001 4096 Feb 26 00:31 cmd [2021-02-26T00:40:33.766Z] -rw-r--r-- 1 root root 599431 Feb 26 00:39 coverage.out [2021-02-26T00:40:33.766Z] -rw-r--r-- 1 root root 1055 Feb 26 00:40 go.mod [2021-02-26T00:40:33.766Z] -rw-r--r-- 1 root root 21699 Feb 26 00:40 go.sum [2021-02-26T00:40:33.766Z] drwxrwxr-x 8 1001 1001 127 Feb 26 00:31 internal [2021-02-26T00:40:33.766Z] drwxrwxr-x 4 1001 1001 26 Feb 26 00:31 openapi [2021-02-26T00:40:33.766Z] drwxrwxr-x 4 1001 1001 71 Feb 26 00:31 snap [2021-02-26T00:40:33.766Z] -rw-rw-r-- 1 1001 1001 168 Feb 26 00:31 version.go [Pipeline] sh [2021-02-26T00:40:35.706Z] + '[' -e coverage.out ] [2021-02-26T00:40:35.706Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-26T00:40:36.220Z] Stashed 1 file(s) [Pipeline] sh [2021-02-26T00:40:37.449Z] + make build [2021-02-26T00:40:37.449Z] 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-02-26T00:40:40.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.277s coverage: 92.8% of statements [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-26T00:40:40.254Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-26T00:40:40.254Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.199s coverage: 0.1% of statements [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-26T00:40:40.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-26T00:40:40.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.100s coverage: 45.5% of statements [2021-02-26T00:40:40.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.096s coverage: 79.5% of statements [2021-02-26T00:40:40.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-02-26T00:40:40.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.136s coverage: 96.3% of statements [2021-02-26T00:40:40.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-02-26T00:40:48.275Z] 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-02-26T00:40:55.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements [2021-02-26T00:40:55.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-02-26T00:41:07.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-26T00:41:07.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-26T00:41:07.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-26T00:41:07.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-26T00:41:07.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-26T00:41:07.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-02-26T00:41:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.114s coverage: 87.2% of statements [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.6% of statements [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.168s coverage: 91.6% of statements [2021-02-26T00:41:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.499s coverage: 62.4% of statements [2021-02-26T00:41:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-26T00:41:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.698s coverage: 68.9% of statements [2021-02-26T00:41:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-26T00:41:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.329s coverage: 38.4% of statements [2021-02-26T00:41:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-26T00:41:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-26T00:41:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.088s coverage: 89.5% of statements [2021-02-26T00:41:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-02-26T00:41:08.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.105s coverage: 84.8% of statements [2021-02-26T00:41:16.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.473s coverage: 47.0% of statements [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-26T00:41:16.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-26T00:41:16.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-26T00:41:16.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.349s coverage: 89.4% of statements [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T00:41:16.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-26T00:41:16.965Z] 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-02-26T00:41:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.171s coverage: 29.1% of statements [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-26T00:41:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-26T00:41:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-26T00:41:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.183s coverage: 92.9% of statements [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-26T00:41:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-26T00:41:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-26T00:41:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-26T00:41:22.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-26T00:41:22.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-02-26T00:41:23.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements [2021-02-26T00:41:23.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-26T00:41:24.380Z] GO111MODULE=on go vet ./... [2021-02-26T00:41:26.034Z] 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-02-26T00:41:35.592Z] 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-02-26T00:41:38.032Z] 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-02-26T00:41:47.368Z] 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-02-26T00:41:51.897Z] 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-02-26T00:41:54.735Z] 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-02-26T00:42:03.660Z] 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-02-26T00:42:05.193Z] 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-02-26T00:42:08.047Z] 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-02-26T00:42:19.283Z] $ docker stop --time=1 73a83ba7e74fa80e3cd96528133299910cbffa0c88e8b60d9f2bd584c94a0203 [2021-02-26T00:42:23.205Z] $ docker rm -f 73a83ba7e74fa80e3cd96528133299910cbffa0c88e8b60d9f2bd584c94a0203 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:42:27.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T00:42:27.273Z] [2021-02-26T00:42:27.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:42:28.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T00:42:28.676Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-26T00:42:28.676Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-26T00:42:28.676Z] ca9280d653b3: Pulling fs layer [2021-02-26T00:42:28.676Z] 7e9c9ca2126c: Pulling fs layer [2021-02-26T00:42:29.790Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-26T00:42:29.790Z] cbdbe7a5bc2a: Download complete [2021-02-26T00:42:31.908Z] cbdbe7a5bc2a: Pull complete [2021-02-26T00:42:33.071Z] ca9280d653b3: Verifying Checksum [2021-02-26T00:42:33.071Z] ca9280d653b3: Download complete [2021-02-26T00:42:37.085Z] ca9280d653b3: Pull complete [2021-02-26T00:42:38.089Z] 7e9c9ca2126c: Verifying Checksum [2021-02-26T00:42:38.089Z] 7e9c9ca2126c: Download complete [2021-02-26T00:42:46.182Z] gofmt -l . [2021-02-26T00:42:46.183Z] [ "`gofmt -l .`" = "" ] [2021-02-26T00:42:46.183Z] ./bin/test-go-mod-tidy.sh [2021-02-26T00:42:46.183Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-26T00:42:46.845Z] + ls -al . [2021-02-26T00:42:46.845Z] total 740 [2021-02-26T00:42:46.845Z] drwxrwxr-x 9 1001 1001 4096 Feb 26 00:42 . [2021-02-26T00:42:46.845Z] drwxr-xr-x 4 root root 4096 Feb 26 00:38 .. [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 11 Feb 26 00:37 .dockerignore [2021-02-26T00:42:46.845Z] drwxrwxr-x 8 1001 1001 4096 Feb 26 00:37 .git [2021-02-26T00:42:46.845Z] drwxrwxr-x 3 1001 1001 4096 Feb 26 00:37 .github [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 818 Feb 26 00:37 .gitignore [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 166 Feb 26 00:37 .sonarcloud.properties [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 8475 Feb 26 00:37 Attribution.txt [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 3804 Feb 26 00:37 CONTRIBUTING.md [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 931 Feb 26 00:37 Dockerfile.build [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 863 Feb 26 00:37 Jenkinsfile [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 10775 Feb 26 00:37 LICENSE [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 5774 Feb 26 00:37 Makefile [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 6524 Feb 26 00:37 README.md [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 6755 Feb 26 00:37 SECURITY.md [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 5 Feb 26 00:33 VERSION [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 4131 Feb 26 00:37 ZMQWindows.md [2021-02-26T00:42:46.845Z] drwxrwxr-x 2 1001 1001 4096 Feb 26 00:37 bin [2021-02-26T00:42:46.845Z] drwxrwxr-x 14 1001 1001 4096 Feb 26 00:37 cmd [2021-02-26T00:42:46.845Z] -rw-r--r-- 1 root root 599431 Feb 26 00:41 coverage.out [2021-02-26T00:42:46.845Z] -rw-r--r-- 1 root root 1055 Feb 26 00:42 go.mod [2021-02-26T00:42:46.845Z] -rw-r--r-- 1 root root 21699 Feb 26 00:42 go.sum [2021-02-26T00:42:46.845Z] drwxrwxr-x 8 1001 1001 4096 Feb 26 00:37 internal [2021-02-26T00:42:46.845Z] drwxrwxr-x 4 1001 1001 4096 Feb 26 00:37 openapi [2021-02-26T00:42:46.845Z] drwxrwxr-x 4 1001 1001 4096 Feb 26 00:37 snap [2021-02-26T00:42:46.845Z] -rw-rw-r-- 1 1001 1001 168 Feb 26 00:37 version.go [Pipeline] sh [2021-02-26T00:42:47.504Z] + '[' -e coverage.out ] [2021-02-26T00:42:47.504Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-26T00:42:47.571Z] Warning: overwriting stash ‘coverage-report’ [2021-02-26T00:42:48.829Z] Stashed 1 file(s) [Pipeline] sh [2021-02-26T00:42:49.509Z] + make build [2021-02-26T00:42:49.509Z] 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-02-26T00:42:57.404Z] 7e9c9ca2126c: Pull complete [2021-02-26T00:42:57.404Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-26T00:42:57.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T00:42:57.404Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-26T00:42:57.891Z] prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container [2021-02-26T00:42:58.144Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-26T00:42:59.779Z] 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-02-26T00:43:03.136Z] $ docker top c9ce6b9a3bf60365fd38a263345f076598ce51a8ee086ba6889dae4a0c3ea677 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T00:43:04.690Z] + docker-compose build --help [2021-02-26T00:43:04.690Z] + grep parallel [2021-02-26T00:43:06.887Z] --parallel Build images in parallel. [Pipeline] } [2021-02-26T00:43:06.920Z] $ docker stop --time=1 c9ce6b9a3bf60365fd38a263345f076598ce51a8ee086ba6889dae4a0c3ea677 [2021-02-26T00:43:10.391Z] $ docker rm -f c9ce6b9a3bf60365fd38a263345f076598ce51a8ee086ba6889dae4a0c3ea677 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:43:11.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-26T00:43:11.892Z] . [Pipeline] withDockerContainer [2021-02-26T00:43:12.236Z] prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container [2021-02-26T00:43:12.379Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-26T00:43:13.924Z] $ docker top 3e787bb97ca5e5fb0280681fe8c224db85b282873b43c0f4c6392b9199313f0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T00:43:16.273Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-26T00:43:17.713Z] Building docker-core-command-go ... [2021-02-26T00:43:17.713Z] Building docker-core-data-go ... [2021-02-26T00:43:17.713Z] Building docker-core-metadata-go ... [2021-02-26T00:43:17.713Z] Building docker-security-bootstrapper-go ... [2021-02-26T00:43:17.713Z] Building docker-security-proxy-setup-go ... [2021-02-26T00:43:17.713Z] Building docker-security-secretstore-setup-go ... [2021-02-26T00:43:17.713Z] Building docker-support-notifications-go ... [2021-02-26T00:43:17.713Z] Building docker-support-scheduler-go ... [2021-02-26T00:43:17.713Z] Building docker-sys-mgmt-agent-go ... [2021-02-26T00:43:17.713Z] Building docker-support-scheduler-go [2021-02-26T00:43:17.713Z] Building docker-core-command-go [2021-02-26T00:43:18.030Z] Building docker-security-bootstrapper-go [2021-02-26T00:43:18.030Z] Building docker-core-metadata-go [2021-02-26T00:43:18.030Z] Building docker-support-notifications-go [2021-02-26T00:43:26.569Z] 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-02-26T00:43:27.177Z] 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-02-26T00:43:33.900Z] 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-02-26T00:43:34.880Z] 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-02-26T00:43:40.309Z] 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-02-26T00:43:44.612Z] 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-02-26T00:43:48.935Z] 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-02-26T00:43:52.317Z] 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-02-26T00:43:55.733Z] 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-02-26T00:44:00.087Z] 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-02-26T00:44:06.812Z] $ docker stop --time=1 ecd2151e27540d4ba087c12c1f9b20247816876edfc2caae9c0c709531209690 [2021-02-26T00:44:09.362Z] $ docker rm -f ecd2151e27540d4ba087c12c1f9b20247816876edfc2caae9c0c709531209690 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:44:11.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T00:44:11.385Z] [2021-02-26T00:44:11.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:44:11.779Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T00:44:12.066Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-26T00:44:12.066Z] 29e5d40040c1: Pulling fs layer [2021-02-26T00:44:12.066Z] 1ce36da41761: Pulling fs layer [2021-02-26T00:44:12.066Z] 25b303627fd3: Pulling fs layer [2021-02-26T00:44:12.066Z] 29e5d40040c1: Verifying Checksum [2021-02-26T00:44:12.066Z] 29e5d40040c1: Download complete [2021-02-26T00:44:12.688Z] 29e5d40040c1: Pull complete [2021-02-26T00:44:12.961Z] 1ce36da41761: Verifying Checksum [2021-02-26T00:44:12.961Z] 1ce36da41761: Download complete [2021-02-26T00:44:13.953Z] 1ce36da41761: Pull complete [2021-02-26T00:44:14.543Z] 25b303627fd3: Verifying Checksum [2021-02-26T00:44:14.543Z] 25b303627fd3: Download complete [2021-02-26T00:44:24.680Z] 25b303627fd3: Pull complete [2021-02-26T00:44:24.680Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-26T00:44:24.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T00:44:24.680Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-26T00:44:24.939Z] prd-ubuntu18.04-docker-arm64-4c-16g-27756 does not seem to be running inside a container [2021-02-26T00:44:25.003Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-26T00:44:28.200Z] $ docker top 002245a90d659c3be5218556f57890b0a6e9328e28d46ecc94386dec84c1a068 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T00:44:29.254Z] + grep parallel [2021-02-26T00:44:29.254Z] + docker-compose build --help [2021-02-26T00:44:32.616Z] --parallel Build images in parallel. [Pipeline] } [2021-02-26T00:44:32.888Z] $ docker stop --time=1 002245a90d659c3be5218556f57890b0a6e9328e28d46ecc94386dec84c1a068 [2021-02-26T00:44:34.822Z] $ docker rm -f 002245a90d659c3be5218556f57890b0a6e9328e28d46ecc94386dec84c1a068 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T00:44:35.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-26T00:44:35.646Z] . [Pipeline] withDockerContainer [2021-02-26T00:44:35.909Z] prd-ubuntu18.04-docker-arm64-4c-16g-27756 does not seem to be running inside a container [2021-02-26T00:44:35.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-26T00:44:37.331Z] $ docker top 89a201611f9d650397ed478164a392a00f4b21b99ed54d13b778bdc4de488c1b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T00:44:38.369Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-26T00:44:42.654Z] Building docker-core-command-go ... [2021-02-26T00:44:42.654Z] Building docker-core-data-go ... [2021-02-26T00:44:42.654Z] Building docker-core-metadata-go ... [2021-02-26T00:44:42.654Z] Building docker-security-bootstrapper-go ... [2021-02-26T00:44:42.654Z] Building docker-security-proxy-setup-go ... [2021-02-26T00:44:42.654Z] Building docker-security-secretstore-setup-go ... [2021-02-26T00:44:42.654Z] Building docker-support-notifications-go ... [2021-02-26T00:44:42.654Z] Building docker-support-scheduler-go ... [2021-02-26T00:44:42.654Z] Building docker-sys-mgmt-agent-go ... [2021-02-26T00:44:42.654Z] Building docker-security-bootstrapper-go [2021-02-26T00:44:42.654Z] Building docker-core-command-go [2021-02-26T00:44:42.654Z] Building docker-support-notifications-go [2021-02-26T00:44:42.654Z] Building docker-support-scheduler-go [2021-02-26T00:44:42.654Z] Building docker-core-metadata-go [2021-02-26T00:44:42.726Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:44:42.726Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:44:42.726Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:44:42.726Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:44:42.726Z] ---> 1e83f59c5e05 [2021-02-26T00:44:42.726Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T00:44:42.726Z] ---> 1e83f59c5e05 [2021-02-26T00:44:42.726Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T00:44:42.726Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:44:42.726Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:44:42.726Z] ---> 1e83f59c5e05 [2021-02-26T00:44:42.726Z] Step 3/30 : WORKDIR /edgex-go [2021-02-26T00:44:42.726Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:44:42.726Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:44:42.726Z] ---> 1e83f59c5e05 [2021-02-26T00:44:42.726Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T00:44:42.726Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:44:42.726Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:44:42.726Z] ---> 1e83f59c5e05 [2021-02-26T00:44:42.726Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T00:44:42.726Z] ---> Running in c52d5deec0cf [2021-02-26T00:44:42.726Z] ---> Running in a3074920d6c3 [2021-02-26T00:44:42.726Z] ---> Running in 1ecf824c28eb [2021-02-26T00:44:42.726Z] ---> Running in 751b5c5b7d33 [2021-02-26T00:44:42.726Z] ---> Running in dc2a2589332f [2021-02-26T00:44:42.726Z] Removing intermediate container c52d5deec0cf [2021-02-26T00:44:42.726Z] ---> 2f5c8dd2b9d2 [2021-02-26T00:44:42.726Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:44:42.726Z] Removing intermediate container 751b5c5b7d33 [2021-02-26T00:44:42.726Z] ---> bd7eeb4bad51 [2021-02-26T00:44:42.726Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:44:42.726Z] Removing intermediate container a3074920d6c3 [2021-02-26T00:44:42.726Z] ---> b78e512e34cc [2021-02-26T00:44:42.726Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:44:42.726Z] Removing intermediate container 1ecf824c28eb [2021-02-26T00:44:42.726Z] ---> 5d01f750d8f4 [2021-02-26T00:44:42.726Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:44:42.726Z] Removing intermediate container dc2a2589332f [2021-02-26T00:44:42.726Z] ---> df26c20f0042 [2021-02-26T00:44:42.726Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:44:42.726Z] ---> Running in 8ac950778c2a [2021-02-26T00:44:42.726Z] ---> Running in 54a03b899eb1 [2021-02-26T00:44:42.726Z] ---> Running in 7af0515a6144 [2021-02-26T00:44:42.726Z] ---> Running in 1a48e8fd80ab [2021-02-26T00:44:42.726Z] ---> Running in 0e189bba9bf8 [2021-02-26T00:44:42.726Z] Removing intermediate container 54a03b899eb1 [2021-02-26T00:44:42.726Z] ---> ea4561967867 [2021-02-26T00:44:42.726Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T00:44:42.726Z] Removing intermediate container 7af0515a6144 [2021-02-26T00:44:42.726Z] ---> ba78a041ee93 [2021-02-26T00:44:42.726Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-26T00:44:42.726Z] ---> Running in 37ca0fd07385 [2021-02-26T00:44:42.726Z] Removing intermediate container 8ac950778c2a [2021-02-26T00:44:42.726Z] ---> 8bedb3e47184 [2021-02-26T00:44:42.726Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-26T00:44:42.726Z] Removing intermediate container 1a48e8fd80ab [2021-02-26T00:44:42.726Z] ---> b3dba5e614a6 [2021-02-26T00:44:42.726Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T00:44:42.726Z] ---> Running in e1e555c96513 [2021-02-26T00:44:42.726Z] ---> Running in e8a40b690689 [2021-02-26T00:44:42.726Z] Removing intermediate container 0e189bba9bf8 [2021-02-26T00:44:42.726Z] ---> d40e704a3b73 [2021-02-26T00:44:42.726Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-26T00:44:42.726Z] ---> Running in e23318d5dace [2021-02-26T00:44:42.726Z] ---> Running in 9fa77b48f757 [2021-02-26T00:44:43.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:44:44.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:44:44.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:44:44.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:44:44.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:44:44.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:44:44.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:44:45.390Z] OK: 233 MiB in 51 packages [2021-02-26T00:44:45.775Z] OK: 233 MiB in 51 packages [2021-02-26T00:44:45.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:44:45.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:44:45.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:44:47.104Z] OK: 233 MiB in 51 packages [2021-02-26T00:44:47.104Z] OK: 233 MiB in 51 packages [2021-02-26T00:44:47.104Z] Removing intermediate container 37ca0fd07385 [2021-02-26T00:44:47.104Z] ---> 9f1cc6284791 [2021-02-26T00:44:47.104Z] Step 6/23 : COPY go.mod . [2021-02-26T00:44:47.432Z] OK: 233 MiB in 51 packages [2021-02-26T00:44:48.018Z] Removing intermediate container e1e555c96513 [2021-02-26T00:44:48.018Z] ---> d3a3315ce0b3 [2021-02-26T00:44:48.018Z] Step 6/30 : COPY go.mod . [2021-02-26T00:44:48.455Z] ---> 1bd38d9b049a [2021-02-26T00:44:48.455Z] Step 7/23 : RUN go mod download [2021-02-26T00:44:48.846Z] ---> Running in 8b9557284a82 [2021-02-26T00:44:49.350Z] ---> b929ad00209f [2021-02-26T00:44:49.350Z] Step 7/30 : RUN go mod download [2021-02-26T00:44:49.350Z] Removing intermediate container 9fa77b48f757 [2021-02-26T00:44:49.350Z] ---> 7c30f028fc6c [2021-02-26T00:44:49.350Z] Step 6/22 : COPY go.mod . [2021-02-26T00:44:49.350Z] Removing intermediate container e8a40b690689 [2021-02-26T00:44:49.350Z] ---> 05cf97fbc6df [2021-02-26T00:44:49.350Z] Step 6/22 : COPY go.mod . [2021-02-26T00:44:49.838Z] ---> Running in da50b929caba [2021-02-26T00:44:50.254Z] Removing intermediate container e23318d5dace [2021-02-26T00:44:50.254Z] ---> 4938b0a0c1ce [2021-02-26T00:44:50.254Z] Step 6/23 : COPY go.mod . [2021-02-26T00:44:50.580Z] ---> 31b865763083 [2021-02-26T00:44:50.580Z] Step 7/22 : RUN go mod download [2021-02-26T00:44:51.290Z] ---> Running in adc55c921998 [2021-02-26T00:44:51.570Z] ---> 0a1f0f4e5975 [2021-02-26T00:44:51.570Z] Step 7/22 : RUN go mod download [2021-02-26T00:44:51.853Z] ---> 59887e0bddb7 [2021-02-26T00:44:51.853Z] Step 7/23 : RUN go mod download [2021-02-26T00:44:52.556Z] ---> Running in 028d95c213fc [2021-02-26T00:44:52.556Z] ---> Running in 139b17d7281e [2021-02-26T00:45:01.644Z] Removing intermediate container 8b9557284a82 [2021-02-26T00:45:01.644Z] ---> d7d6dc72146a [2021-02-26T00:45:01.644Z] Step 8/23 : COPY . . [2021-02-26T00:45:01.644Z] Removing intermediate container 028d95c213fc [2021-02-26T00:45:01.644Z] ---> dfaa1ed8b65b [2021-02-26T00:45:01.644Z] Step 8/22 : COPY . . [2021-02-26T00:45:01.644Z] Removing intermediate container adc55c921998 [2021-02-26T00:45:01.644Z] ---> 7ff76e917568 [2021-02-26T00:45:01.644Z] Step 8/22 : COPY . . [2021-02-26T00:45:01.644Z] Removing intermediate container 139b17d7281e [2021-02-26T00:45:01.644Z] ---> b9ee604c6675 [2021-02-26T00:45:01.644Z] Step 8/23 : COPY . . [2021-02-26T00:45:01.644Z] Removing intermediate container da50b929caba [2021-02-26T00:45:01.644Z] ---> 090e3b8c62b7 [2021-02-26T00:45:01.644Z] Step 8/30 : COPY . . [2021-02-26T00:46:04.403Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:46:04.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:46:04.403Z] ---> 32866d6e3fb4 [2021-02-26T00:46:04.403Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T00:46:04.403Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:46:04.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:46:04.403Z] ---> 32866d6e3fb4 [2021-02-26T00:46:04.403Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T00:46:04.403Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:46:04.403Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:46:04.403Z] ---> 32866d6e3fb4 [2021-02-26T00:46:04.403Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T00:46:04.403Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:46:04.403Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:46:04.403Z] ---> 32866d6e3fb4 [2021-02-26T00:46:04.403Z] Step 3/22 : WORKDIR /edgex-go [2021-02-26T00:46:04.403Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:46:04.403Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:46:04.403Z] ---> 32866d6e3fb4 [2021-02-26T00:46:04.403Z] Step 3/30 : WORKDIR /edgex-go [2021-02-26T00:46:04.403Z] ---> Running in e485280f3338 [2021-02-26T00:46:04.403Z] ---> Running in 296b0b7efc8f [2021-02-26T00:46:04.403Z] ---> Running in 9ede9e915d85 [2021-02-26T00:46:04.403Z] ---> Running in 74a95cbaaaf7 [2021-02-26T00:46:04.403Z] ---> Running in 5e26f5889e93 [2021-02-26T00:46:04.403Z] Removing intermediate container e485280f3338 [2021-02-26T00:46:04.403Z] ---> 83f41f90021d [2021-02-26T00:46:04.403Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:46:04.403Z] Removing intermediate container 74a95cbaaaf7 [2021-02-26T00:46:04.403Z] Removing intermediate container 5e26f5889e93 [2021-02-26T00:46:04.403Z] ---> 03c4cb00f2d4 [2021-02-26T00:46:04.403Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:46:04.403Z] ---> cf07791b321b [2021-02-26T00:46:04.403Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:46:04.403Z] Removing intermediate container 9ede9e915d85 [2021-02-26T00:46:04.403Z] ---> d078c2fca3b4 [2021-02-26T00:46:04.403Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:46:04.403Z] Removing intermediate container 296b0b7efc8f [2021-02-26T00:46:04.403Z] ---> afabf4aaf5d7 [2021-02-26T00:46:04.403Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:46:04.403Z] ---> Running in e8dc20d21359 [2021-02-26T00:46:04.403Z] ---> Running in 036a6aff6856 [2021-02-26T00:46:04.403Z] ---> Running in 58676d2ba648 [2021-02-26T00:46:04.403Z] ---> Running in cab57fddd932 [2021-02-26T00:46:04.403Z] ---> Running in daa7da2c9729 [2021-02-26T00:46:04.403Z] Removing intermediate container e8dc20d21359 [2021-02-26T00:46:04.403Z] ---> 0c818ad1c22d [2021-02-26T00:46:04.403Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-26T00:46:04.403Z] ---> Running in 16e8c2890e93 [2021-02-26T00:46:04.403Z] Removing intermediate container 036a6aff6856 [2021-02-26T00:46:04.403Z] ---> 051fd7f8b9ee [2021-02-26T00:46:04.403Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T00:46:04.403Z] ---> Running in a19897727eee [2021-02-26T00:46:04.403Z] Removing intermediate container daa7da2c9729 [2021-02-26T00:46:04.403Z] ---> 88a6696cb617 [2021-02-26T00:46:04.403Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-26T00:46:04.403Z] Removing intermediate container 58676d2ba648 [2021-02-26T00:46:04.403Z] ---> 96904ca9bd13 [2021-02-26T00:46:04.403Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-26T00:46:04.403Z] Removing intermediate container cab57fddd932 [2021-02-26T00:46:04.403Z] ---> 36788d34d4af [2021-02-26T00:46:04.403Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-26T00:46:04.403Z] ---> Running in 20df3a5147a4 [2021-02-26T00:46:04.403Z] ---> Running in 070d5dfd3974 [2021-02-26T00:46:04.403Z] ---> Running in cf6b3fb1daa6 [2021-02-26T00:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:46:04.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:46:04.678Z] OK: 217 MiB in 51 packages [2021-02-26T00:46:04.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:46:04.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:46:05.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:46:05.564Z] OK: 217 MiB in 51 packages [2021-02-26T00:46:06.161Z] Removing intermediate container 16e8c2890e93 [2021-02-26T00:46:06.161Z] ---> 456bbdd70ab5 [2021-02-26T00:46:06.161Z] Step 6/30 : COPY go.mod . [2021-02-26T00:46:06.437Z] OK: 217 MiB in 51 packages [2021-02-26T00:46:06.717Z] Removing intermediate container a19897727eee [2021-02-26T00:46:06.717Z] ---> 2da6ea700bb3 [2021-02-26T00:46:06.717Z] Step 6/23 : COPY go.mod . [2021-02-26T00:46:06.717Z] OK: 217 MiB in 51 packages [2021-02-26T00:46:06.717Z] ---> 3a7e2656b73d [2021-02-26T00:46:06.717Z] Step 7/30 : RUN go mod download [2021-02-26T00:46:07.314Z] ---> Running in c9f3cc342cfa [2021-02-26T00:46:07.916Z] ---> 04e9749d56be [2021-02-26T00:46:07.916Z] Step 7/23 : RUN go mod download [2021-02-26T00:46:07.916Z] OK: 217 MiB in 51 packages [2021-02-26T00:46:08.194Z] ---> Running in d67f5dc849c0 [2021-02-26T00:46:08.194Z] Removing intermediate container 070d5dfd3974 [2021-02-26T00:46:08.194Z] ---> 64604bd25cc2 [2021-02-26T00:46:08.194Z] Step 6/22 : COPY go.mod . [2021-02-26T00:46:08.797Z] Removing intermediate container 20df3a5147a4 [2021-02-26T00:46:08.797Z] ---> 7432e252b38e [2021-02-26T00:46:08.797Z] Step 6/23 : COPY go.mod . [2021-02-26T00:46:09.403Z] ---> 93466d92a1f7 [2021-02-26T00:46:09.403Z] Step 7/22 : RUN go mod download [2021-02-26T00:46:09.680Z] ---> Running in d9959132741c [2021-02-26T00:46:09.956Z] Removing intermediate container cf6b3fb1daa6 [2021-02-26T00:46:09.956Z] ---> 7d40399d2e01 [2021-02-26T00:46:09.956Z] Step 6/22 : COPY go.mod . [2021-02-26T00:46:09.956Z] ---> 9969709c6dae [2021-02-26T00:46:09.956Z] Step 7/23 : RUN go mod download [2021-02-26T00:46:10.564Z] ---> Running in 8a57339976d4 [2021-02-26T00:46:11.185Z] ---> cb3e66198bb7 [2021-02-26T00:46:11.185Z] Step 7/22 : RUN go mod download [2021-02-26T00:46:11.458Z] ---> Running in b76311441dfc [2021-02-26T00:46:11.744Z] Removing intermediate container c9f3cc342cfa [2021-02-26T00:46:11.744Z] ---> 336a76c981ab [2021-02-26T00:46:11.744Z] Step 8/30 : COPY . . [2021-02-26T00:46:13.231Z] Removing intermediate container d67f5dc849c0 [2021-02-26T00:46:13.231Z] ---> ed9ae62439d3 [2021-02-26T00:46:13.231Z] Step 8/23 : COPY . . [2021-02-26T00:46:14.676Z] Removing intermediate container d9959132741c [2021-02-26T00:46:14.676Z] ---> 8741150f4a36 [2021-02-26T00:46:14.676Z] Step 8/22 : COPY . . [2021-02-26T00:46:15.280Z] Removing intermediate container 8a57339976d4 [2021-02-26T00:46:15.280Z] ---> 21edd46a1608 [2021-02-26T00:46:15.280Z] Step 8/23 : COPY . . [2021-02-26T00:46:17.281Z] Removing intermediate container b76311441dfc [2021-02-26T00:46:17.281Z] ---> ae4d926bb52f [2021-02-26T00:46:17.281Z] Step 8/22 : COPY . . [2021-02-26T00:46:44.116Z] ---> e37270af372b [2021-02-26T00:46:44.116Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-26T00:46:44.116Z] ---> 07efe54f810f [2021-02-26T00:46:44.116Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-26T00:46:44.116Z] ---> 106720f8b4db [2021-02-26T00:46:44.116Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-26T00:46:44.116Z] ---> 36874bec5a91 [2021-02-26T00:46:44.116Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-26T00:46:44.116Z] ---> 1b78858c1820 [2021-02-26T00:46:44.116Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-26T00:46:44.116Z] ---> Running in 5d9269cbd2b7 [2021-02-26T00:46:44.116Z] ---> Running in 422a76044c60 [2021-02-26T00:46:44.116Z] ---> Running in 4cd499da4e16 [2021-02-26T00:46:44.116Z] ---> Running in 2856775f9b79 [2021-02-26T00:46:44.116Z] ---> Running in bc1237cde5ba [2021-02-26T00:46:44.116Z] 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-02-26T00:46:44.116Z] 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-02-26T00:46:44.116Z] 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-02-26T00:46:44.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-02-26T00:46:44.116Z] 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-02-26T00:47:30.058Z] ---> 917b275dd8f8 [2021-02-26T00:47:30.058Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-26T00:47:30.058Z] ---> 7595bb9b8465 [2021-02-26T00:47:30.058Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-26T00:47:30.058Z] ---> 9eb8fea15332 [2021-02-26T00:47:30.058Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-26T00:47:30.058Z] ---> 02c25a9147b7 [2021-02-26T00:47:30.058Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-26T00:47:30.058Z] ---> d9096a923ece [2021-02-26T00:47:30.058Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-26T00:47:30.058Z] ---> Running in 8f9c320453b7 [2021-02-26T00:47:30.058Z] ---> Running in c125713ab309 [2021-02-26T00:47:30.058Z] ---> Running in 1339dddbfa5d [2021-02-26T00:47:30.058Z] ---> Running in 10181aaae9c5 [2021-02-26T00:47:30.058Z] ---> Running in b5c93bae8d41 [2021-02-26T00:47:30.058Z] 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-02-26T00:47:30.058Z] 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-02-26T00:47:30.058Z] 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-02-26T00:47:30.058Z] 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-02-26T00:47:30.058Z] 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-02-26T00:48:35.992Z] Removing intermediate container 5d9269cbd2b7 [2021-02-26T00:48:35.992Z] ---> 378f288d3cc5 [2021-02-26T00:48:35.992Z] [2021-02-26T00:48:35.992Z] Step 10/30 : FROM alpine:3.12 [2021-02-26T00:48:35.992Z] 3.12: Pulling from library/alpine [2021-02-26T00:48:35.992Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T00:48:35.992Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T00:48:35.992Z] ---> d10569e2745f [2021-02-26T00:48:35.992Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-26T00:48:35.992Z] ---> Running in c2454533ef01 [2021-02-26T00:48:35.992Z] Removing intermediate container c2454533ef01 [2021-02-26T00:48:35.992Z] ---> c3428d00e15c [2021-02-26T00:48:35.992Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-26T00:48:35.992Z] ---> Running in cafd527c3fe9 [2021-02-26T00:48:35.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:48:35.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:48:35.992Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-26T00:48:35.992Z] (2/2) Installing su-exec (0.2-r1) [2021-02-26T00:48:35.992Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:48:35.992Z] OK: 5 MiB in 16 packages [2021-02-26T00:48:35.992Z] Removing intermediate container cafd527c3fe9 [2021-02-26T00:48:35.992Z] ---> f170c554fe50 [2021-02-26T00:48:35.992Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-26T00:48:35.992Z] ---> Running in 2fae23ae166d [2021-02-26T00:48:35.992Z] Removing intermediate container 2fae23ae166d [2021-02-26T00:48:35.992Z] ---> 72913c2af066 [2021-02-26T00:48:35.992Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-26T00:48:35.992Z] ---> Running in e2e9f1b76090 [2021-02-26T00:48:35.992Z] Removing intermediate container e2e9f1b76090 [2021-02-26T00:48:35.992Z] ---> a541defbb6ea [2021-02-26T00:48:35.992Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-26T00:48:35.992Z] ---> Running in 865b20c1f441 [2021-02-26T00:48:35.992Z] Removing intermediate container 865b20c1f441 [2021-02-26T00:48:35.992Z] ---> a10bc13411e6 [2021-02-26T00:48:35.992Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-26T00:48:35.992Z] ---> Running in 205e282f803f [2021-02-26T00:48:36.982Z] Removing intermediate container 205e282f803f [2021-02-26T00:48:36.982Z] ---> 3883f16b26f6 [2021-02-26T00:48:36.982Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-26T00:48:38.981Z] ---> abf712422219 [2021-02-26T00:48:38.981Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-26T00:48:39.975Z] ---> Running in 3cd060cf71e5 [2021-02-26T00:48:41.988Z] Removing intermediate container 422a76044c60 [2021-02-26T00:48:41.988Z] ---> f674a8741d53 [2021-02-26T00:48:41.988Z] [2021-02-26T00:48:41.988Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T00:48:41.988Z] ---> d10569e2745f [2021-02-26T00:48:41.988Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T00:48:42.262Z] ---> Running in e7cbbcfc6789 [2021-02-26T00:48:42.864Z] Removing intermediate container 2856775f9b79 [2021-02-26T00:48:42.864Z] ---> 51add5a6da12 [2021-02-26T00:48:42.864Z] [2021-02-26T00:48:42.864Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T00:48:42.864Z] ---> d10569e2745f [2021-02-26T00:48:42.864Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-26T00:48:42.864Z] Removing intermediate container bc1237cde5ba [2021-02-26T00:48:42.864Z] ---> 9f55a2020f4e [2021-02-26T00:48:42.864Z] [2021-02-26T00:48:42.864Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T00:48:42.864Z] ---> d10569e2745f [2021-02-26T00:48:42.864Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-26T00:48:43.473Z] ---> Running in fc861a7f79e6 [2021-02-26T00:48:43.474Z] ---> Running in 497736220c60 [2021-02-26T00:48:43.749Z] Removing intermediate container 3cd060cf71e5 [2021-02-26T00:48:43.749Z] ---> 0f92b45a8463 [2021-02-26T00:48:43.749Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:48:44.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:48:44.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:48:45.227Z] ---> 8394ed38202d [2021-02-26T00:48:45.227Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-26T00:48:45.227Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T00:48:45.227Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:48:45.227Z] OK: 5 MiB in 15 packages [2021-02-26T00:48:45.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:48:45.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:48:45.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:48:46.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:48:46.388Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-26T00:48:46.665Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-26T00:48:46.665Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:48:46.665Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T00:48:46.665Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T00:48:46.665Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:48:46.665Z] OK: 5 MiB in 15 packages [2021-02-26T00:48:46.955Z] OK: 6 MiB in 16 packages [2021-02-26T00:48:48.399Z] Removing intermediate container e7cbbcfc6789 [2021-02-26T00:48:48.399Z] ---> dba58398fda7 [2021-02-26T00:48:48.399Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T00:48:48.399Z] ---> adf901f6c011 [2021-02-26T00:48:48.399Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-26T00:48:48.676Z] ---> Running in 73e5940c5dc4 [2021-02-26T00:48:48.953Z] Removing intermediate container 4cd499da4e16 [2021-02-26T00:48:48.953Z] ---> d51b038f112f [2021-02-26T00:48:48.953Z] [2021-02-26T00:48:48.953Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T00:48:48.953Z] ---> d10569e2745f [2021-02-26T00:48:48.953Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T00:48:48.953Z] ---> Using cache [2021-02-26T00:48:48.953Z] ---> dba58398fda7 [2021-02-26T00:48:48.953Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T00:48:49.552Z] ---> Running in 406d63f0b939 [2021-02-26T00:48:49.552Z] Removing intermediate container fc861a7f79e6 [2021-02-26T00:48:49.552Z] ---> 1e5f921f6529 [2021-02-26T00:48:49.552Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T00:48:49.828Z] Removing intermediate container 73e5940c5dc4 [2021-02-26T00:48:49.828Z] ---> ca999d1e5438 [2021-02-26T00:48:49.828Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-26T00:48:49.828Z] ---> Running in a51bfc2a8fd6 [2021-02-26T00:48:49.828Z] ---> cb6a8c6cc32c [2021-02-26T00:48:49.828Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-26T00:48:50.115Z] Removing intermediate container 497736220c60 [2021-02-26T00:48:50.115Z] ---> d4fd0ca328d6 [2021-02-26T00:48:50.115Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T00:48:50.115Z] ---> Running in f8039db94be1 [2021-02-26T00:48:50.395Z] Removing intermediate container 406d63f0b939 [2021-02-26T00:48:50.395Z] ---> cc2b2e316213 [2021-02-26T00:48:50.395Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-26T00:48:50.395Z] ---> Running in 7d9071599408 [2021-02-26T00:48:50.395Z] Removing intermediate container a51bfc2a8fd6 [2021-02-26T00:48:50.395Z] ---> 71d37b5ed2db [2021-02-26T00:48:50.395Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-26T00:48:50.670Z] ---> Running in 8a0b306dae94 [2021-02-26T00:48:50.670Z] ---> Running in 213530e64655 [2021-02-26T00:48:50.944Z] Removing intermediate container f8039db94be1 [2021-02-26T00:48:50.945Z] ---> 5f21df38c52d [2021-02-26T00:48:50.945Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-26T00:48:50.945Z] ---> 30f014e22039 [2021-02-26T00:48:50.945Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T00:48:50.945Z] Removing intermediate container 7d9071599408 [2021-02-26T00:48:50.945Z] ---> a7196b0817be [2021-02-26T00:48:50.945Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-26T00:48:51.227Z] ---> Running in 9a35c4b93adf [2021-02-26T00:48:51.227Z] ---> Running in 0d891d1fa323 [2021-02-26T00:48:51.227Z] Removing intermediate container 8a0b306dae94 [2021-02-26T00:48:51.227Z] ---> 9a26bc2a5a63 [2021-02-26T00:48:51.227Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T00:48:51.227Z] ---> Running in d7eedc08785c [2021-02-26T00:48:51.506Z] Removing intermediate container 213530e64655 [2021-02-26T00:48:51.506Z] ---> a8a24b8e93a4 [2021-02-26T00:48:51.506Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T00:48:51.778Z] ---> Running in 6020c98ebbc1 [2021-02-26T00:48:51.778Z] ---> Running in eefd0cb10fd7 [2021-02-26T00:48:52.050Z] Removing intermediate container 9a35c4b93adf [2021-02-26T00:48:52.050Z] ---> c1feaa8e1d28 [2021-02-26T00:48:52.050Z] Step 15/23 : WORKDIR / [2021-02-26T00:48:52.050Z] Removing intermediate container 0d891d1fa323 [2021-02-26T00:48:52.050Z] ---> 9138cd6fffbe [2021-02-26T00:48:52.050Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-26T00:48:52.050Z] Removing intermediate container d7eedc08785c [2021-02-26T00:48:52.050Z] ---> c7042571ce72 [2021-02-26T00:48:52.050Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T00:48:52.320Z] ---> Running in 07ee4e20ffd5 [2021-02-26T00:48:52.320Z] Removing intermediate container 6020c98ebbc1 [2021-02-26T00:48:52.320Z] ---> f1d9399e4c83 [2021-02-26T00:48:52.320Z] Step 15/23 : WORKDIR / [2021-02-26T00:48:52.320Z] ---> Running in cab7fe8b8f18 [2021-02-26T00:48:52.320Z] Removing intermediate container eefd0cb10fd7 [2021-02-26T00:48:52.320Z] ---> 04cabbcd24f5 [2021-02-26T00:48:52.320Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:48:52.591Z] ---> Running in 9d836884e1f1 [2021-02-26T00:48:52.865Z] Removing intermediate container 07ee4e20ffd5 [2021-02-26T00:48:52.865Z] ---> 7d20154c580a [2021-02-26T00:48:52.865Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:48:52.865Z] ---> 1185036589be [2021-02-26T00:48:52.865Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-26T00:48:53.137Z] Removing intermediate container cab7fe8b8f18 [2021-02-26T00:48:53.137Z] ---> 5dc74df243be [2021-02-26T00:48:53.137Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:48:53.415Z] Removing intermediate container 9d836884e1f1 [2021-02-26T00:48:53.415Z] ---> c24efaba6de1 [2021-02-26T00:48:53.415Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:48:53.415Z] ---> Running in 974fb1ae460d [2021-02-26T00:48:53.692Z] ---> c5400626c4bd [2021-02-26T00:48:53.692Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-26T00:48:53.966Z] ---> 0e6ea0de15aa [2021-02-26T00:48:53.966Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-26T00:48:54.120Z] Removing intermediate container 1339dddbfa5d [2021-02-26T00:48:54.120Z] ---> e2906259fd69 [2021-02-26T00:48:54.120Z] [2021-02-26T00:48:54.120Z] Step 10/30 : FROM alpine:3.12 [2021-02-26T00:48:54.120Z] 3.12: Pulling from library/alpine [2021-02-26T00:48:54.120Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T00:48:54.258Z] ---> fb92500addb4 [2021-02-26T00:48:54.258Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-26T00:48:54.533Z] ---> ad32163a149f [2021-02-26T00:48:54.533Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-26T00:48:55.738Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T00:48:55.738Z] ---> 88dd2752d2ea [2021-02-26T00:48:55.738Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-26T00:48:56.056Z] Removing intermediate container b5c93bae8d41 [2021-02-26T00:48:56.056Z] ---> 8cded45587fa [2021-02-26T00:48:56.056Z] [2021-02-26T00:48:56.056Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T00:48:56.056Z] Removing intermediate container 8f9c320453b7 [2021-02-26T00:48:56.056Z] ---> 60e4c94a46d4 [2021-02-26T00:48:56.056Z] [2021-02-26T00:48:56.056Z] Step 10/22 : FROM alpine:3.12 [2021-02-26T00:48:56.056Z] Removing intermediate container 10181aaae9c5 [2021-02-26T00:48:56.056Z] ---> a7c7d329b9c4 [2021-02-26T00:48:56.056Z] [2021-02-26T00:48:56.056Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T00:48:56.056Z] ---> 88dd2752d2ea [2021-02-26T00:48:56.056Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-26T00:48:56.056Z] ---> 88dd2752d2ea [2021-02-26T00:48:56.056Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-26T00:48:56.056Z] ---> 88dd2752d2ea [2021-02-26T00:48:56.056Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T00:48:56.379Z] ---> Running in 0314ffa2a043 [2021-02-26T00:48:56.583Z] ---> fc47b9dcb02f [2021-02-26T00:48:56.583Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-26T00:48:56.669Z] ---> Running in f39eeae6da1e [2021-02-26T00:48:56.669Z] ---> Running in dea2b153dcf0 [2021-02-26T00:48:56.669Z] Removing intermediate container c125713ab309 [2021-02-26T00:48:56.669Z] ---> 9fdaea5b8ada [2021-02-26T00:48:56.669Z] [2021-02-26T00:48:56.669Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T00:48:56.669Z] ---> 88dd2752d2ea [2021-02-26T00:48:56.669Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-26T00:48:56.669Z] ---> Running in 21f12bf04db4 [2021-02-26T00:48:56.926Z] ---> a7c8324800fc [2021-02-26T00:48:56.926Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-26T00:48:56.926Z] ---> 654340e6fd5a [2021-02-26T00:48:56.926Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-26T00:48:56.926Z] ---> 51f421ceb490 [2021-02-26T00:48:56.926Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-26T00:48:56.946Z] ---> Running in 82c7ad68fcc4 [2021-02-26T00:48:56.946Z] Removing intermediate container 0314ffa2a043 [2021-02-26T00:48:56.946Z] ---> 8ab69c7a585b [2021-02-26T00:48:56.946Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-26T00:48:57.227Z] ---> Running in 10f5c8e7ffdc [2021-02-26T00:48:57.972Z] Removing intermediate container 974fb1ae460d [2021-02-26T00:48:57.972Z] ---> a66addd8a4f3 [2021-02-26T00:48:57.972Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-26T00:48:57.972Z] ---> eb0f9febfec7 [2021-02-26T00:48:57.972Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-26T00:48:58.268Z] ---> 4e0130c34b78 [2021-02-26T00:48:58.268Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-26T00:48:58.268Z] ---> Running in f121d5deb185 [2021-02-26T00:48:58.268Z] ---> Running in 98e6808c562f [2021-02-26T00:48:58.571Z] ---> Running in 3f504c2e74c9 [2021-02-26T00:48:58.571Z] ---> 8e1681816ab3 [2021-02-26T00:48:58.571Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-26T00:48:58.571Z] ---> 035bf78f2a27 [2021-02-26T00:48:58.571Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-26T00:48:58.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:48:58.857Z] ---> Running in ad4050d9cd96 [2021-02-26T00:48:58.857Z] ---> Running in 407d1781956c [2021-02-26T00:48:59.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:48:59.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:48:59.153Z] Removing intermediate container 98e6808c562f [2021-02-26T00:48:59.153Z] ---> 83915d111e48 [2021-02-26T00:48:59.153Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:48:59.153Z] Removing intermediate container f121d5deb185 [2021-02-26T00:48:59.153Z] ---> 1422601b9b71 [2021-02-26T00:48:59.153Z] Step 27/30 : CMD ["gate"] [2021-02-26T00:48:59.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:48:59.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:48:59.371Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-26T00:48:59.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:48:59.371Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-26T00:48:59.371Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:48:59.371Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T00:48:59.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:48:59.371Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T00:48:59.454Z] ---> Running in bffd319c02b6 [2021-02-26T00:48:59.454Z] Removing intermediate container 3f504c2e74c9 [2021-02-26T00:48:59.454Z] ---> 80f6a768913e [2021-02-26T00:48:59.454Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:48:59.730Z] ---> Running in 99a6936acad7 [2021-02-26T00:48:59.730Z] Removing intermediate container ad4050d9cd96 [2021-02-26T00:48:59.730Z] ---> 312202c061dc [2021-02-26T00:48:59.730Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:48:59.730Z] Removing intermediate container 407d1781956c [2021-02-26T00:48:59.730Z] ---> 981efdda828e [2021-02-26T00:48:59.730Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:48:59.730Z] ---> Running in ee34ced1aa3f [2021-02-26T00:48:59.873Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:48:59.873Z] OK: 6 MiB in 15 packages [2021-02-26T00:48:59.873Z] OK: 6 MiB in 16 packages [2021-02-26T00:48:59.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:48:59.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:48:59.873Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T00:49:00.002Z] ---> Running in 40fd1785f902 [2021-02-26T00:49:00.002Z] ---> Running in f8cf0f3827a2 [2021-02-26T00:49:00.002Z] Removing intermediate container bffd319c02b6 [2021-02-26T00:49:00.002Z] ---> 709fe535b3ed [2021-02-26T00:49:00.002Z] Step 20/22 : LABEL arch=arm64 [2021-02-26T00:49:00.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:49:00.274Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-26T00:49:00.274Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-26T00:49:00.594Z] ---> Running in e91701009828 [2021-02-26T00:49:00.594Z] Removing intermediate container 99a6936acad7 [2021-02-26T00:49:00.594Z] ---> d6765bb56e6a [2021-02-26T00:49:00.594Z] Step 28/30 : LABEL arch=arm64 [2021-02-26T00:49:00.595Z] Removing intermediate container ee34ced1aa3f [2021-02-26T00:49:00.595Z] ---> 643e649f3891 [2021-02-26T00:49:00.595Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T00:49:00.595Z] Removing intermediate container 40fd1785f902 [2021-02-26T00:49:00.595Z] ---> 1c92b12b994b [2021-02-26T00:49:00.595Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T00:49:00.866Z] Removing intermediate container f8cf0f3827a2 [2021-02-26T00:49:00.866Z] ---> 6e5b14e033a7 [2021-02-26T00:49:00.866Z] Step 20/22 : LABEL arch=arm64 [2021-02-26T00:49:00.866Z] ---> Running in f9c61a8be817 [2021-02-26T00:49:00.866Z] ---> Running in ad2a7a53b2e3 [2021-02-26T00:49:01.139Z] ---> Running in 9438489b4f32 [2021-02-26T00:49:01.139Z] ---> Running in 4542fb2e8144 [2021-02-26T00:49:01.139Z] Removing intermediate container e91701009828 [2021-02-26T00:49:01.139Z] ---> 093a466f60b4 [2021-02-26T00:49:01.139Z] Step 21/22 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:49:01.355Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:49:01.355Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:49:01.355Z] OK: 6 MiB in 15 packages [2021-02-26T00:49:01.355Z] (2/2) Installing su-exec (0.2-r1) [2021-02-26T00:49:01.355Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:49:01.355Z] OK: 6 MiB in 16 packages [2021-02-26T00:49:01.355Z] OK: 6 MiB in 15 packages [2021-02-26T00:49:01.412Z] ---> Running in 8bdd756408ba [2021-02-26T00:49:01.687Z] Removing intermediate container f9c61a8be817 [2021-02-26T00:49:01.687Z] ---> eba71ee4fe39 [2021-02-26T00:49:01.687Z] Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:49:01.687Z] Removing intermediate container 4542fb2e8144 [2021-02-26T00:49:01.687Z] ---> d450384e999d [2021-02-26T00:49:01.687Z] Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:49:01.687Z] Removing intermediate container ad2a7a53b2e3 [2021-02-26T00:49:01.687Z] ---> 3b3ddf6bf023 [2021-02-26T00:49:01.687Z] Step 29/30 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:49:01.960Z] ---> Running in 296d6273fe93 [2021-02-26T00:49:01.960Z] Removing intermediate container 9438489b4f32 [2021-02-26T00:49:01.960Z] ---> e1c06aa701ac [2021-02-26T00:49:01.960Z] Step 21/22 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:49:01.960Z] Removing intermediate container 8bdd756408ba [2021-02-26T00:49:01.960Z] ---> 11333209c9b4 [2021-02-26T00:49:01.960Z] Step 22/22 : LABEL version=0.0.0 [2021-02-26T00:49:01.960Z] ---> Running in c1b8c4993fcd [2021-02-26T00:49:02.244Z] ---> Running in e90c40900264 [2021-02-26T00:49:02.244Z] ---> Running in 9f434876413c [2021-02-26T00:49:02.244Z] ---> Running in e867784fae10 [2021-02-26T00:49:02.518Z] Removing intermediate container 296d6273fe93 [2021-02-26T00:49:02.518Z] ---> 764a999b86e9 [2021-02-26T00:49:02.518Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T00:49:02.789Z] Removing intermediate container c1b8c4993fcd [2021-02-26T00:49:02.789Z] ---> 82db1f2f912c [2021-02-26T00:49:02.789Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T00:49:02.789Z] ---> Running in e7c111691ad9 [2021-02-26T00:49:03.059Z] Removing intermediate container e90c40900264 [2021-02-26T00:49:03.059Z] ---> f8a23456c1ca [2021-02-26T00:49:03.059Z] Step 22/22 : LABEL version=0.0.0 [2021-02-26T00:49:03.059Z] ---> Running in b33e9c56a924 [2021-02-26T00:49:03.059Z] Removing intermediate container e867784fae10 [2021-02-26T00:49:03.059Z] ---> 6029c9f3cb7f [2021-02-26T00:49:03.059Z] Step 30/30 : LABEL version=0.0.0 [2021-02-26T00:49:03.059Z] Removing intermediate container 9f434876413c [2021-02-26T00:49:03.059Z] ---> b51b6c4c2f44 [2021-02-26T00:49:03.059Z] [2021-02-26T00:49:03.330Z] ---> Running in fa0020436514 [2021-02-26T00:49:03.330Z] ---> Running in 9a956c196d16 [2021-02-26T00:49:03.608Z] Removing intermediate container e7c111691ad9 [2021-02-26T00:49:03.608Z] ---> 0b674bab82ba [2021-02-26T00:49:03.608Z] [2021-02-26T00:49:03.608Z] Successfully built b51b6c4c2f44 [2021-02-26T00:49:03.608Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-26T00:49:03.608Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-26T00:49:03.884Z] Removing intermediate container b33e9c56a924 [2021-02-26T00:49:03.884Z] ---> ccf8f28ede5e [2021-02-26T00:49:03.884Z] [2021-02-26T00:49:03.884Z] Successfully built 0b674bab82ba [2021-02-26T00:49:04.156Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-26T00:49:04.156Z] Removing intermediate container fa0020436514 [2021-02-26T00:49:04.156Z] ---> fb084d241b4a [2021-02-26T00:49:04.156Z]  Building docker-core-command-go ... done  [2021-02-26T00:49:04.156Z] Building docker-security-secretstore-setup-go [2021-02-26T00:49:04.156Z] Successfully built ccf8f28ede5e [2021-02-26T00:49:04.156Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-26T00:49:04.156Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-26T00:49:04.156Z] Removing intermediate container 9a956c196d16 [2021-02-26T00:49:04.429Z] ---> a369c78e79fb [2021-02-26T00:49:04.429Z] [2021-02-26T00:49:04.429Z] Successfully built fb084d241b4a [2021-02-26T00:49:04.700Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-26T00:49:04.700Z] Building docker-sys-mgmt-agent-go [2021-02-26T00:49:04.700Z]  Building docker-support-notifications-go ... done Successfully built a369c78e79fb [2021-02-26T00:49:04.700Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-26T00:49:05.661Z] Removing intermediate container f39eeae6da1e [2021-02-26T00:49:05.661Z] ---> 62fbbb879eaa [2021-02-26T00:49:05.661Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T00:49:05.661Z] Removing intermediate container dea2b153dcf0 [2021-02-26T00:49:05.661Z] ---> 3cb5fbbbac4e [2021-02-26T00:49:05.661Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T00:49:05.661Z] ---> Running in 80568ec6f93b [2021-02-26T00:49:05.661Z] ---> Running in 7a655d98c4a6 [2021-02-26T00:49:05.661Z] Removing intermediate container 21f12bf04db4 [2021-02-26T00:49:05.661Z] ---> 885975c7d30c [2021-02-26T00:49:05.661Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T00:49:06.317Z] ---> Running in 1defb10ec812 [2021-02-26T00:49:06.317Z] Removing intermediate container 10f5c8e7ffdc [2021-02-26T00:49:06.317Z] ---> 8de322e28025 [2021-02-26T00:49:06.317Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-26T00:49:06.617Z] Removing intermediate container 82c7ad68fcc4 [2021-02-26T00:49:06.617Z] ---> 4821b7b10e54 [2021-02-26T00:49:06.617Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-26T00:49:07.003Z] Removing intermediate container 80568ec6f93b [2021-02-26T00:49:07.003Z] ---> bc4c19e3e18e [2021-02-26T00:49:07.003Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-26T00:49:07.003Z] Removing intermediate container 7a655d98c4a6 [2021-02-26T00:49:07.003Z] ---> 3e11f854f2cc [2021-02-26T00:49:07.003Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-26T00:49:07.003Z] ---> Running in c2704699f9d2 [2021-02-26T00:49:07.003Z] ---> Running in b4786b55dc9d [2021-02-26T00:49:07.003Z] ---> Running in 2d840b05bc0d [2021-02-26T00:49:07.003Z] ---> Running in 21c25d5475eb [2021-02-26T00:49:07.003Z] Removing intermediate container 1defb10ec812 [2021-02-26T00:49:07.003Z] ---> 4597cbe8a502 [2021-02-26T00:49:07.003Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-26T00:49:07.693Z] ---> Running in 2f94178f28a8 [2021-02-26T00:49:07.693Z] Removing intermediate container c2704699f9d2 [2021-02-26T00:49:07.693Z] ---> e425293c3141 [2021-02-26T00:49:07.693Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-26T00:49:07.693Z] Removing intermediate container 2d840b05bc0d [2021-02-26T00:49:07.693Z] ---> fd2dc7e59415 [2021-02-26T00:49:07.693Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T00:49:08.056Z] Removing intermediate container 21c25d5475eb [2021-02-26T00:49:08.056Z] ---> e2387713f54c [2021-02-26T00:49:08.056Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T00:49:08.056Z] Removing intermediate container b4786b55dc9d [2021-02-26T00:49:08.056Z] ---> 1e139ef11df6 [2021-02-26T00:49:08.056Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-26T00:49:08.344Z] ---> Running in 79f48058b1bc [2021-02-26T00:49:08.345Z] ---> Running in 37db7c8b8fb9 [2021-02-26T00:49:08.345Z] ---> Running in 83d85ae7bf2d [2021-02-26T00:49:08.345Z] ---> Running in 4bb015833abd [2021-02-26T00:49:08.652Z] Removing intermediate container 2f94178f28a8 [2021-02-26T00:49:08.652Z] ---> f4dc86288c4a [2021-02-26T00:49:08.652Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-26T00:49:08.652Z] ---> Running in 4c21b1e73577 [2021-02-26T00:49:08.992Z] Removing intermediate container 37db7c8b8fb9 [2021-02-26T00:49:08.992Z] ---> 29f18540a994 [2021-02-26T00:49:08.992Z] Step 15/23 : WORKDIR / [2021-02-26T00:49:08.992Z] Removing intermediate container 79f48058b1bc [2021-02-26T00:49:08.992Z] ---> a38f088aaea2 [2021-02-26T00:49:08.992Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-26T00:49:08.992Z] Removing intermediate container 83d85ae7bf2d [2021-02-26T00:49:08.992Z] ---> 7c11680c13f1 [2021-02-26T00:49:08.992Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:49:09.269Z] ---> Running in 1ef879def27c [2021-02-26T00:49:09.269Z] Removing intermediate container 4bb015833abd [2021-02-26T00:49:09.269Z] ---> 65924120726f [2021-02-26T00:49:09.269Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-26T00:49:09.269Z] ---> Running in a0bda7d4dce8 [2021-02-26T00:49:09.269Z] ---> Running in 0229a4735926 [2021-02-26T00:49:09.657Z] Removing intermediate container 4c21b1e73577 [2021-02-26T00:49:09.657Z] ---> 0793aff4dda6 [2021-02-26T00:49:09.657Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:49:10.018Z] Removing intermediate container 1ef879def27c [2021-02-26T00:49:10.018Z] ---> 985ec832b239 [2021-02-26T00:49:10.018Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:49:10.018Z] ---> 80c628ead8f8 [2021-02-26T00:49:10.018Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-26T00:49:10.750Z] Removing intermediate container 0229a4735926 [2021-02-26T00:49:10.750Z] ---> 4e4ccfd2f3e6 [2021-02-26T00:49:10.750Z] Step 15/23 : WORKDIR / [2021-02-26T00:49:11.766Z] ---> Running in 2569d454951f [2021-02-26T00:49:11.766Z] ---> 50da0e184992 [2021-02-26T00:49:11.766Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-26T00:49:11.766Z] ---> 4a64b4cca5db [2021-02-26T00:49:11.766Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-26T00:49:12.111Z] ---> d8f564c05d42 [2021-02-26T00:49:12.111Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-26T00:49:12.545Z] Removing intermediate container 2569d454951f [2021-02-26T00:49:12.545Z] ---> 8ab42794efe5 [2021-02-26T00:49:12.545Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:49:12.978Z] Removing intermediate container a0bda7d4dce8 [2021-02-26T00:49:12.978Z] ---> b2b9d117c7cd [2021-02-26T00:49:12.978Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-26T00:49:13.267Z] ---> Running in b45da044158c [2021-02-26T00:49:13.267Z] ---> d9de3f87a241 [2021-02-26T00:49:13.268Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-26T00:49:13.619Z] ---> Running in 9b4b5af81a5c [2021-02-26T00:49:13.619Z] ---> 6b8a980bacef [2021-02-26T00:49:13.619Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-26T00:49:13.619Z] ---> d08cd9694218 [2021-02-26T00:49:13.619Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-26T00:49:13.619Z] ---> addaa2ce25a9 [2021-02-26T00:49:13.619Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-26T00:49:13.951Z] Removing intermediate container b45da044158c [2021-02-26T00:49:13.951Z] ---> aee99a3dcd6c [2021-02-26T00:49:13.951Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-26T00:49:13.951Z] Removing intermediate container 9b4b5af81a5c [2021-02-26T00:49:13.951Z] ---> 3c79dd7fc393 [2021-02-26T00:49:13.951Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:49:14.554Z] ---> Running in af624707dd63 [2021-02-26T00:49:14.849Z] ---> b6b9febeddb1 [2021-02-26T00:49:14.849Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] ---> 0b6de854e255 [2021-02-26T00:49:14.849Z] [2021-02-26T00:49:14.849Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-26T00:49:14.849Z] ---> 762d273bf2d5 [2021-02-26T00:49:14.849Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-26T00:49:15.726Z] ---> 896dcdbd658d [2021-02-26T00:49:15.726Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-26T00:49:16.047Z] ---> Running in e81b6053d1a0 [2021-02-26T00:49:16.048Z] ---> Running in ddb0d8042f79 [2021-02-26T00:49:16.048Z] ---> Running in 18c0946fb402 [2021-02-26T00:49:16.328Z] Removing intermediate container af624707dd63 [2021-02-26T00:49:16.328Z] ---> a2c77d6b143f [2021-02-26T00:49:16.328Z] Step 20/22 : LABEL arch=x86_64 [2021-02-26T00:49:16.328Z] ---> dabfe05125ca [2021-02-26T00:49:16.328Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-26T00:49:16.686Z] ---> Running in 5eaa8958866a [2021-02-26T00:49:16.686Z] ---> Running in 03b4c4775e87 [2021-02-26T00:49:16.686Z] Removing intermediate container e81b6053d1a0 [2021-02-26T00:49:16.686Z] ---> 3bcbb994b039 [2021-02-26T00:49:16.686Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:49:16.686Z] Removing intermediate container ddb0d8042f79 [2021-02-26T00:49:16.686Z] ---> c1fe3af40fca [2021-02-26T00:49:16.686Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:49:17.109Z] ---> Running in f3bedfd93318 [2021-02-26T00:49:17.109Z] ---> Running in d4d18b3d7d18 [2021-02-26T00:49:17.109Z] Removing intermediate container 5eaa8958866a [2021-02-26T00:49:17.109Z] ---> 42a725da3e6f [2021-02-26T00:49:17.109Z] Step 21/22 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:49:17.109Z] ---> Running in 08f5ecc15abf [2021-02-26T00:49:17.109Z] Removing intermediate container 03b4c4775e87 [2021-02-26T00:49:17.109Z] ---> d832aebe7295 [2021-02-26T00:49:17.109Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:49:17.510Z] ---> Running in 6306fd9dc113 [2021-02-26T00:49:17.510Z] Removing intermediate container f3bedfd93318 [2021-02-26T00:49:17.510Z] ---> fdf870035b28 [2021-02-26T00:49:17.510Z] Step 20/22 : LABEL arch=x86_64 [2021-02-26T00:49:17.862Z] Removing intermediate container d4d18b3d7d18 [2021-02-26T00:49:17.862Z] ---> de369a8e2b3c [2021-02-26T00:49:17.862Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T00:49:17.862Z] ---> Running in b68a6a49b6a2 [2021-02-26T00:49:17.862Z] Removing intermediate container 08f5ecc15abf [2021-02-26T00:49:17.862Z] ---> 2a1a7f09d2ba [2021-02-26T00:49:17.862Z] Step 22/22 : LABEL version=0.0.0 [2021-02-26T00:49:17.862Z] ---> Running in 5e32eaf4fd6f [2021-02-26T00:49:18.131Z] ---> Running in cd032297c899 [2021-02-26T00:49:18.131Z] Removing intermediate container 6306fd9dc113 [2021-02-26T00:49:18.131Z] ---> 79ccf977344b [2021-02-26T00:49:18.131Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T00:49:18.131Z] Removing intermediate container b68a6a49b6a2 [2021-02-26T00:49:18.131Z] ---> 0652804dee19 [2021-02-26T00:49:18.131Z] Step 21/22 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:49:18.131Z] ---> Running in d4e66b91757c [2021-02-26T00:49:18.399Z] ---> Running in cfbdc0d0cb81 [2021-02-26T00:49:18.399Z] Removing intermediate container 5e32eaf4fd6f [2021-02-26T00:49:18.399Z] ---> 7e7a3e1a57ed [2021-02-26T00:49:18.399Z] Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:49:18.399Z] Removing intermediate container cd032297c899 [2021-02-26T00:49:18.399Z] ---> 42c4e97106fc [2021-02-26T00:49:18.399Z] [2021-02-26T00:49:18.685Z] ---> Running in 4a8766815e3a [2021-02-26T00:49:18.685Z] Removing intermediate container d4e66b91757c [2021-02-26T00:49:18.685Z] ---> 8905f6f7b068 [2021-02-26T00:49:18.685Z] Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:49:18.685Z] Removing intermediate container cfbdc0d0cb81 [2021-02-26T00:49:18.685Z] ---> 18ad4ad4dde0 [2021-02-26T00:49:18.685Z] Step 22/22 : LABEL version=0.0.0 [2021-02-26T00:49:18.999Z] Removing intermediate container 18c0946fb402 [2021-02-26T00:49:18.999Z] ---> 8cb7b0e6f415 [2021-02-26T00:49:18.999Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:49:18.999Z] ---> Running in 2e821428045a [2021-02-26T00:49:18.999Z] ---> Running in d8cbc5820585 [2021-02-26T00:49:19.314Z] Removing intermediate container 4a8766815e3a [2021-02-26T00:49:19.314Z] ---> b8ddbddf83a4 [2021-02-26T00:49:19.314Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T00:49:19.314Z] Successfully built 42c4e97106fc [2021-02-26T00:49:19.636Z] Successfully tagged docker-support-notifications-go:latest [2021-02-26T00:49:19.636Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-26T00:49:19.636Z] ---> Running in 51d8b7bad4fa [2021-02-26T00:49:19.636Z] Removing intermediate container d8cbc5820585 [2021-02-26T00:49:19.636Z] ---> ac1d33a475c6 [2021-02-26T00:49:19.636Z] [2021-02-26T00:49:19.636Z] ---> 10794c715ecc [2021-02-26T00:49:19.636Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-26T00:49:20.011Z] Removing intermediate container 2e821428045a [2021-02-26T00:49:20.011Z] ---> 5f16ce46b38a [2021-02-26T00:49:20.011Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T00:49:20.011Z] Successfully built ac1d33a475c6 [2021-02-26T00:49:20.011Z] Removing intermediate container 51d8b7bad4fa [2021-02-26T00:49:20.011Z] ---> c7e8554a2541 [2021-02-26T00:49:20.011Z] [2021-02-26T00:49:20.011Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-26T00:49:20.011Z] Building docker-security-secretstore-setup-go [2021-02-26T00:49:20.011Z]  Building docker-support-scheduler-go ... done  ---> Running in 9e0d1409956e [2021-02-26T00:49:20.815Z] Successfully built c7e8554a2541 [2021-02-26T00:49:20.815Z] Successfully tagged docker-core-command-go:latest [2021-02-26T00:49:20.815Z] Building docker-core-data-go [2021-02-26T00:49:21.525Z]  Building docker-core-command-go ... done Removing intermediate container 9e0d1409956e [2021-02-26T00:49:21.525Z] ---> 744f800fe72f [2021-02-26T00:49:21.525Z] [2021-02-26T00:49:21.525Z] ---> 242bbc903361 [2021-02-26T00:49:21.525Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-26T00:49:21.908Z] Successfully built 744f800fe72f [2021-02-26T00:49:21.908Z] Successfully tagged docker-core-metadata-go:latest [2021-02-26T00:49:21.908Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-02-26T00:49:23.772Z] ---> 00a6dccb1852 [2021-02-26T00:49:23.773Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-26T00:49:28.786Z] ---> 9a7f06d17d7e [2021-02-26T00:49:28.786Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-26T00:49:29.432Z] ---> Running in af29f89ad9ab [2021-02-26T00:49:30.227Z] Removing intermediate container af29f89ad9ab [2021-02-26T00:49:30.227Z] ---> c91fd2684d38 [2021-02-26T00:49:30.227Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-26T00:49:33.123Z] ---> 4f816d0009fa [2021-02-26T00:49:33.123Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-26T00:49:36.283Z] ---> Running in e7285695b45c [2021-02-26T00:49:42.730Z] Removing intermediate container e7285695b45c [2021-02-26T00:49:42.730Z] ---> 602a3126e2d0 [2021-02-26T00:49:42.730Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-26T00:49:42.730Z] ---> Running in f4233a64dd8d [2021-02-26T00:49:43.055Z] Removing intermediate container f4233a64dd8d [2021-02-26T00:49:43.055Z] ---> d3402b3448d1 [2021-02-26T00:49:43.055Z] Step 27/30 : CMD ["gate"] [2021-02-26T00:49:43.381Z] ---> Running in b2999d43ff7a [2021-02-26T00:49:44.440Z] Removing intermediate container b2999d43ff7a [2021-02-26T00:49:44.440Z] ---> f5942b9455c1 [2021-02-26T00:49:44.440Z] Step 28/30 : LABEL arch=x86_64 [2021-02-26T00:49:44.724Z] ---> Running in 55207b85f99e [2021-02-26T00:49:45.631Z] Removing intermediate container 55207b85f99e [2021-02-26T00:49:45.631Z] ---> 92b27bacf6b7 [2021-02-26T00:49:45.631Z] Step 29/30 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:49:46.468Z] ---> Running in 65abb3790161 [2021-02-26T00:49:47.279Z] Removing intermediate container 65abb3790161 [2021-02-26T00:49:47.279Z] ---> e6f54395ae76 [2021-02-26T00:49:47.279Z] Step 30/30 : LABEL version=0.0.0 [2021-02-26T00:49:48.032Z] ---> Running in 0f8c607c68bc [2021-02-26T00:49:52.415Z] Removing intermediate container 0f8c607c68bc [2021-02-26T00:49:52.415Z] ---> d800283b7b88 [2021-02-26T00:49:52.415Z] [2021-02-26T00:49:53.191Z] Successfully built d800283b7b88 [2021-02-26T00:49:53.939Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-26T00:50:01.222Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:50:01.222Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:50:01.222Z] ---> 32866d6e3fb4 [2021-02-26T00:50:01.222Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T00:50:01.222Z] ---> Using cache [2021-02-26T00:50:01.222Z] ---> d078c2fca3b4 [2021-02-26T00:50:01.222Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:50:01.222Z] ---> Using cache [2021-02-26T00:50:01.222Z] ---> 88a6696cb617 [2021-02-26T00:50:01.222Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-26T00:50:01.222Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:50:01.222Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:50:01.222Z] ---> 32866d6e3fb4 [2021-02-26T00:50:01.222Z] Step 3/21 : WORKDIR /edgex-go [2021-02-26T00:50:01.222Z] ---> Using cache [2021-02-26T00:50:01.222Z] ---> d078c2fca3b4 [2021-02-26T00:50:01.223Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:50:01.223Z] ---> Using cache [2021-02-26T00:50:01.223Z] ---> 88a6696cb617 [2021-02-26T00:50:01.223Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-26T00:50:01.223Z] ---> Using cache [2021-02-26T00:50:01.223Z] ---> 7432e252b38e [2021-02-26T00:50:01.223Z] Step 6/21 : COPY go.mod . [2021-02-26T00:50:01.223Z] ---> Using cache [2021-02-26T00:50:01.223Z] ---> 9969709c6dae [2021-02-26T00:50:01.223Z] Step 7/21 : RUN go mod download [2021-02-26T00:50:01.223Z] ---> Using cache [2021-02-26T00:50:01.223Z] ---> 21edd46a1608 [2021-02-26T00:50:01.223Z] Step 8/21 : COPY . . [2021-02-26T00:50:01.522Z] ---> Using cache [2021-02-26T00:50:01.522Z] ---> 106720f8b4db [2021-02-26T00:50:01.522Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-26T00:50:01.522Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:50:01.522Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:50:01.522Z] ---> 32866d6e3fb4 [2021-02-26T00:50:01.522Z] Step 3/26 : WORKDIR /edgex-go [2021-02-26T00:50:01.522Z] ---> Using cache [2021-02-26T00:50:01.522Z] ---> d078c2fca3b4 [2021-02-26T00:50:01.522Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:50:01.522Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:50:01.522Z] ---> Using cache [2021-02-26T00:50:01.522Z] ---> 88a6696cb617 [2021-02-26T00:50:01.522Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-26T00:50:01.522Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:50:01.522Z] ---> 32866d6e3fb4 [2021-02-26T00:50:01.522Z] Step 3/24 : WORKDIR /edgex-go [2021-02-26T00:50:01.522Z] ---> Using cache [2021-02-26T00:50:01.522Z] ---> d078c2fca3b4 [2021-02-26T00:50:01.522Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:50:01.522Z] ---> Using cache [2021-02-26T00:50:01.522Z] ---> 88a6696cb617 [2021-02-26T00:50:01.522Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-26T00:50:01.522Z] ---> Using cache [2021-02-26T00:50:01.522Z] ---> 7432e252b38e [2021-02-26T00:50:01.522Z] Step 6/24 : COPY go.mod . [2021-02-26T00:50:01.522Z] ---> Using cache [2021-02-26T00:50:01.522Z] ---> 9969709c6dae [2021-02-26T00:50:01.522Z] Step 7/24 : RUN go mod download [2021-02-26T00:50:01.522Z] ---> Using cache [2021-02-26T00:50:01.522Z] ---> 21edd46a1608 [2021-02-26T00:50:01.522Z] Step 8/24 : COPY . . [2021-02-26T00:50:01.522Z] ---> Using cache [2021-02-26T00:50:01.522Z] ---> 106720f8b4db [2021-02-26T00:50:01.522Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-26T00:50:04.914Z] ---> Running in 9e2188209779 [2021-02-26T00:50:04.914Z] ---> Running in b49e2c51a933 [2021-02-26T00:50:04.914Z] ---> Running in 9f3f3e9bdfa7 [2021-02-26T00:50:04.914Z] ---> Running in 6b9b4e7d6a74 [2021-02-26T00:50:06.900Z] 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-02-26T00:50:06.900Z] 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-02-26T00:50:06.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:50:07.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:50:07.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:50:07.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:50:08.772Z] OK: 217 MiB in 51 packages [2021-02-26T00:50:08.772Z] OK: 217 MiB in 51 packages [2021-02-26T00:50:10.787Z] Removing intermediate container 9f3f3e9bdfa7 [2021-02-26T00:50:10.787Z] ---> 7ce906bae6e3 [2021-02-26T00:50:10.787Z] Step 6/23 : COPY go.mod . [2021-02-26T00:50:10.787Z] Removing intermediate container 6b9b4e7d6a74 [2021-02-26T00:50:10.787Z] ---> 400e08311fce [2021-02-26T00:50:10.787Z] Step 6/26 : COPY go.mod . [2021-02-26T00:50:12.235Z] ---> 145d7e5f08e2 [2021-02-26T00:50:12.235Z] Step 7/26 : RUN go mod download [2021-02-26T00:50:12.235Z] ---> 170255eaeb01 [2021-02-26T00:50:12.235Z] Step 7/23 : RUN go mod download [2021-02-26T00:50:12.235Z] ---> Running in 792477e5d096 [2021-02-26T00:50:12.235Z] ---> Running in 54df4182ecb4 [2021-02-26T00:50:17.654Z] Removing intermediate container 792477e5d096 [2021-02-26T00:50:17.654Z] ---> b259a9ec90a1 [2021-02-26T00:50:17.654Z] Step 8/26 : COPY . . [2021-02-26T00:50:17.654Z] Removing intermediate container 54df4182ecb4 [2021-02-26T00:50:17.654Z] ---> 1e94f6459894 [2021-02-26T00:50:17.654Z] Step 8/23 : COPY . . [2021-02-26T00:50:44.058Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:50:44.058Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:50:44.058Z] ---> 1e83f59c5e05 [2021-02-26T00:50:44.058Z] Step 3/24 : WORKDIR /edgex-go [2021-02-26T00:50:44.058Z] ---> Using cache [2021-02-26T00:50:44.058Z] ---> df26c20f0042 [2021-02-26T00:50:44.058Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:50:44.058Z] ---> Using cache [2021-02-26T00:50:44.058Z] ---> d40e704a3b73 [2021-02-26T00:50:44.058Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-26T00:50:44.058Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:50:44.058Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:50:44.058Z] ---> 1e83f59c5e05 [2021-02-26T00:50:44.058Z] Step 3/21 : WORKDIR /edgex-go [2021-02-26T00:50:44.058Z] ---> Using cache [2021-02-26T00:50:44.058Z] ---> df26c20f0042 [2021-02-26T00:50:44.058Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:50:44.058Z] ---> Using cache [2021-02-26T00:50:44.058Z] ---> d40e704a3b73 [2021-02-26T00:50:44.058Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-26T00:50:44.058Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:50:44.058Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:50:44.058Z] ---> 1e83f59c5e05 [2021-02-26T00:50:44.058Z] Step 3/26 : WORKDIR /edgex-go [2021-02-26T00:50:44.058Z] ---> Using cache [2021-02-26T00:50:44.058Z] ---> df26c20f0042 [2021-02-26T00:50:44.058Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:50:44.058Z] ---> Using cache [2021-02-26T00:50:44.058Z] ---> d40e704a3b73 [2021-02-26T00:50:44.058Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-26T00:50:44.058Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-26T00:50:44.058Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-26T00:50:44.058Z] ---> 1e83f59c5e05 [2021-02-26T00:50:44.058Z] Step 3/23 : WORKDIR /edgex-go [2021-02-26T00:50:44.058Z] ---> Using cache [2021-02-26T00:50:44.058Z] ---> df26c20f0042 [2021-02-26T00:50:44.058Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:50:44.058Z] ---> Using cache [2021-02-26T00:50:44.058Z] ---> d40e704a3b73 [2021-02-26T00:50:44.058Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-26T00:50:44.058Z] ---> Running in 845d08f9d594 [2021-02-26T00:50:44.058Z] ---> Running in 92295bc0d84a [2021-02-26T00:50:44.058Z] ---> Running in e7babb5c1e23 [2021-02-26T00:50:44.058Z] ---> Running in 68cc3f5e28c6 [2021-02-26T00:50:47.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:50:47.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:50:47.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:50:47.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:50:48.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:50:48.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:50:48.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:50:48.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:50:49.059Z] OK: 233 MiB in 51 packages [2021-02-26T00:50:49.059Z] OK: 233 MiB in 51 packages [2021-02-26T00:50:49.059Z] OK: 233 MiB in 51 packages [2021-02-26T00:50:49.059Z] OK: 233 MiB in 51 packages [2021-02-26T00:50:50.688Z] ---> 439c19846e87 [2021-02-26T00:50:50.688Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-26T00:50:50.688Z] ---> 715ff0862737 [2021-02-26T00:50:50.688Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-26T00:50:50.688Z] ---> Running in ab7cf9228d83 [2021-02-26T00:50:50.688Z] ---> Running in f15c5ae8fd71 [2021-02-26T00:50:50.688Z] 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-02-26T00:50:50.688Z] 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-02-26T00:50:52.029Z] Removing intermediate container e7babb5c1e23 [2021-02-26T00:50:52.029Z] ---> 211b0a1cca7b [2021-02-26T00:50:52.029Z] Step 6/21 : COPY go.mod . [2021-02-26T00:50:52.029Z] Removing intermediate container 845d08f9d594 [2021-02-26T00:50:52.029Z] ---> 5e893206f9ab [2021-02-26T00:50:52.029Z] Step 6/23 : COPY go.mod . [2021-02-26T00:50:52.029Z] Removing intermediate container 68cc3f5e28c6 [2021-02-26T00:50:52.029Z] ---> bccca23cfe51 [2021-02-26T00:50:52.029Z] Step 6/26 : COPY go.mod . [2021-02-26T00:50:52.030Z] Removing intermediate container 92295bc0d84a [2021-02-26T00:50:52.030Z] ---> 8ea5e2fac424 [2021-02-26T00:50:52.030Z] Step 6/24 : COPY go.mod . [2021-02-26T00:50:53.270Z] ---> c9e24d9b1c94 [2021-02-26T00:50:53.270Z] Step 7/23 : RUN go mod download [2021-02-26T00:50:53.270Z] ---> 8815c5c4277d [2021-02-26T00:50:53.270Z] Step 7/26 : RUN go mod download [2021-02-26T00:50:53.270Z] ---> 512dc00c690d [2021-02-26T00:50:53.270Z] Step 7/24 : RUN go mod download [2021-02-26T00:50:53.270Z] ---> 040a482a5d95 [2021-02-26T00:50:53.270Z] Step 7/21 : RUN go mod download [2021-02-26T00:50:53.560Z] ---> Running in 580c6cf96ed8 [2021-02-26T00:50:53.830Z] ---> Running in 8e3ac4b5d96a [2021-02-26T00:50:53.830Z] ---> Running in cb067c89ffaa [2021-02-26T00:50:53.830Z] ---> Running in 20c2a2dd1240 [2021-02-26T00:50:58.993Z] 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-02-26T00:50:59.982Z] 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-02-26T00:51:03.556Z] Removing intermediate container 580c6cf96ed8 [2021-02-26T00:51:03.556Z] ---> c968d364554a [2021-02-26T00:51:03.556Z] Step 8/23 : COPY . . [2021-02-26T00:51:04.200Z] Removing intermediate container cb067c89ffaa [2021-02-26T00:51:04.200Z] ---> 64f7f42ec398 [2021-02-26T00:51:04.200Z] Step 8/21 : COPY . . [2021-02-26T00:51:04.480Z] Removing intermediate container 20c2a2dd1240 [2021-02-26T00:51:04.480Z] ---> f0398b3b73ad [2021-02-26T00:51:04.480Z] Step 8/26 : COPY . . [2021-02-26T00:51:04.949Z] Removing intermediate container 8e3ac4b5d96a [2021-02-26T00:51:04.949Z] ---> bd4a895749c4 [2021-02-26T00:51:04.949Z] Step 8/24 : COPY . . [2021-02-26T00:51:18.351Z] Removing intermediate container b49e2c51a933 [2021-02-26T00:51:18.351Z] ---> 312c7003feba [2021-02-26T00:51:18.351Z] [2021-02-26T00:51:18.351Z] Step 10/24 : FROM alpine:3.12 [2021-02-26T00:51:18.351Z] ---> d10569e2745f [2021-02-26T00:51:18.351Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-26T00:51:18.351Z] Removing intermediate container 9e2188209779 [2021-02-26T00:51:18.351Z] ---> 217d4d7460a8 [2021-02-26T00:51:18.351Z] [2021-02-26T00:51:18.351Z] Step 10/21 : FROM alpine:3.12 [2021-02-26T00:51:18.351Z] ---> d10569e2745f [2021-02-26T00:51:18.351Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-26T00:51:18.351Z] ---> Running in 8134e18aa4c3 [2021-02-26T00:51:18.351Z] ---> Running in 476c03d849e2 [2021-02-26T00:51:18.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:51:18.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:51:18.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:51:18.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:51:19.225Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-26T00:51:19.225Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-26T00:51:19.225Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T00:51:19.225Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-26T00:51:19.225Z] (4/5) Installing curl (7.69.1-r3) [2021-02-26T00:51:19.225Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-26T00:51:19.225Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:51:19.225Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T00:51:19.225Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T00:51:19.225Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-26T00:51:19.225Z] (4/4) Installing curl (7.69.1-r3) [2021-02-26T00:51:19.225Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:51:19.225Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T00:51:19.502Z] OK: 7 MiB in 19 packages [2021-02-26T00:51:19.781Z] OK: 7 MiB in 18 packages [2021-02-26T00:51:22.439Z] Removing intermediate container 8134e18aa4c3 [2021-02-26T00:51:22.439Z] ---> 2f402d3bd414 [2021-02-26T00:51:22.439Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T00:51:22.731Z] Removing intermediate container 476c03d849e2 [2021-02-26T00:51:22.731Z] ---> 549cbf65aa7e [2021-02-26T00:51:22.731Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T00:51:22.731Z] ---> Running in 3bc940b232c8 [2021-02-26T00:51:23.013Z] ---> Running in 4537970d071a [2021-02-26T00:51:23.618Z] Removing intermediate container 3bc940b232c8 [2021-02-26T00:51:23.618Z] ---> 303e11a1b0b3 [2021-02-26T00:51:23.618Z] Step 13/24 : WORKDIR / [2021-02-26T00:51:23.908Z] ---> Running in 7fc8d01f5d4e [2021-02-26T00:51:23.908Z] Removing intermediate container 4537970d071a [2021-02-26T00:51:23.908Z] ---> 724884e29e2c [2021-02-26T00:51:23.908Z] Step 13/21 : WORKDIR /edgex [2021-02-26T00:51:24.184Z] ---> Running in fb8a224f4d09 [2021-02-26T00:51:24.473Z] Removing intermediate container 7fc8d01f5d4e [2021-02-26T00:51:24.473Z] ---> b97bd3d127a4 [2021-02-26T00:51:24.473Z] 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-02-26T00:51:25.086Z] Removing intermediate container fb8a224f4d09 [2021-02-26T00:51:25.086Z] ---> 545be79dc139 [2021-02-26T00:51:25.086Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-26T00:51:25.693Z] ---> 68fb02c79ce6 [2021-02-26T00:51:25.693Z] 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-02-26T00:51:26.683Z] ---> e1de5491edec [2021-02-26T00:51:26.683Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-26T00:51:27.286Z] ---> f2f1048a3e2f [2021-02-26T00:51:27.287Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-26T00:51:28.750Z] ---> af3121889e3e [2021-02-26T00:51:28.750Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-26T00:51:28.750Z] ---> 9ba69ab7d84c [2021-02-26T00:51:28.750Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-26T00:51:30.765Z] ---> b7007db2864c [2021-02-26T00:51:30.765Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-26T00:51:30.765Z] ---> 081e8743a4e6 [2021-02-26T00:51:30.765Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-26T00:51:31.043Z] ---> Running in 0055ea9e3d1f [2021-02-26T00:51:32.034Z] Removing intermediate container 0055ea9e3d1f [2021-02-26T00:51:32.034Z] ---> 9e4abc678135 [2021-02-26T00:51:32.034Z] Step 18/21 : CMD ["--init=true"] [2021-02-26T00:51:32.034Z] ---> Running in cc03b06c0f28 [2021-02-26T00:51:32.314Z] ---> d37e279d6ef4 [2021-02-26T00:51:32.314Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-26T00:51:32.921Z] Removing intermediate container cc03b06c0f28 [2021-02-26T00:51:32.921Z] ---> d9b1607bbe81 [2021-02-26T00:51:32.921Z] Step 19/21 : LABEL arch=arm64 [2021-02-26T00:51:33.200Z] ---> Running in e996393251d2 [2021-02-26T00:51:33.810Z] ---> 7d47e4c7c27a [2021-02-26T00:51:33.810Z] 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-02-26T00:51:33.810Z] ---> Running in 3fc23e279ed1 [2021-02-26T00:51:34.092Z] Removing intermediate container e996393251d2 [2021-02-26T00:51:34.092Z] ---> b530dd66f42a [2021-02-26T00:51:34.092Z] Step 20/21 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:51:34.364Z] ---> Running in 49baeb36778e [2021-02-26T00:51:35.350Z] Removing intermediate container 49baeb36778e [2021-02-26T00:51:35.350Z] ---> 0fc4b3102660 [2021-02-26T00:51:35.350Z] Step 21/21 : LABEL version=0.0.0 [2021-02-26T00:51:35.624Z] ---> Running in 1661f3b1410b [2021-02-26T00:51:36.613Z] Removing intermediate container 1661f3b1410b [2021-02-26T00:51:36.613Z] ---> cab380d12893 [2021-02-26T00:51:36.613Z] [2021-02-26T00:51:37.220Z] Successfully built cab380d12893 [2021-02-26T00:51:37.220Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-26T00:51:37.830Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3fc23e279ed1 [2021-02-26T00:51:37.830Z] ---> f3b0a843b10f [2021-02-26T00:51:37.830Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-26T00:51:38.110Z] ---> Running in cfe185ed047d [2021-02-26T00:51:38.714Z] Removing intermediate container cfe185ed047d [2021-02-26T00:51:38.714Z] ---> e95aa7dd1961 [2021-02-26T00:51:38.714Z] Step 22/24 : LABEL arch=arm64 [2021-02-26T00:51:38.994Z] ---> Running in b08af8e4de1a [2021-02-26T00:51:39.606Z] Removing intermediate container b08af8e4de1a [2021-02-26T00:51:39.606Z] ---> e9d8b857b727 [2021-02-26T00:51:39.606Z] Step 23/24 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:51:39.885Z] ---> Running in e8ccaf1b89e6 [2021-02-26T00:51:40.497Z] Removing intermediate container e8ccaf1b89e6 [2021-02-26T00:51:40.497Z] ---> 969c307ad0ce [2021-02-26T00:51:40.497Z] Step 24/24 : LABEL version=0.0.0 [2021-02-26T00:51:40.775Z] ---> Running in 99b0da4463b8 [2021-02-26T00:51:41.397Z] Removing intermediate container 99b0da4463b8 [2021-02-26T00:51:41.397Z] ---> a7f7d099261d [2021-02-26T00:51:41.397Z] [2021-02-26T00:51:42.017Z] Successfully built a7f7d099261d [2021-02-26T00:51:42.017Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-26T00:51:54.473Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ab7cf9228d83 [2021-02-26T00:51:54.473Z] ---> ed724ce8cdcc [2021-02-26T00:51:54.473Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-26T00:51:54.473Z] ---> Running in 2d96f8312749 [2021-02-26T00:51:55.456Z] 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-02-26T00:51:58.870Z] Removing intermediate container 2d96f8312749 [2021-02-26T00:51:58.870Z] ---> 22eb0185176a [2021-02-26T00:51:58.870Z] [2021-02-26T00:51:58.870Z] Step 11/26 : FROM docker:20.10.0 [2021-02-26T00:51:58.870Z] 20.10.0: Pulling from library/docker [2021-02-26T00:52:09.014Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-26T00:52:09.014Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-26T00:52:09.014Z] ---> eeaf43b92773 [2021-02-26T00:52:09.014Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-26T00:52:09.014Z] Removing intermediate container f15c5ae8fd71 [2021-02-26T00:52:09.014Z] ---> addc65842094 [2021-02-26T00:52:09.014Z] [2021-02-26T00:52:09.014Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T00:52:09.014Z] ---> d10569e2745f [2021-02-26T00:52:09.014Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-26T00:52:09.014Z] ---> Running in 6424cb0ccce0 [2021-02-26T00:52:09.014Z] ---> Running in 62156703a7fd [2021-02-26T00:52:09.014Z] Removing intermediate container 62156703a7fd [2021-02-26T00:52:09.014Z] ---> 54f6595e56d3 [2021-02-26T00:52:09.014Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-26T00:52:09.014Z] ---> Running in f73e2425a105 [2021-02-26T00:52:09.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:52:09.014Z] Removing intermediate container f73e2425a105 [2021-02-26T00:52:09.014Z] ---> fe2398e18d44 [2021-02-26T00:52:09.014Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-26T00:52:09.287Z] ---> Running in f1385dada2a6 [2021-02-26T00:52:09.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:52:09.556Z] Removing intermediate container f1385dada2a6 [2021-02-26T00:52:09.556Z] ---> 7049e6ee7743 [2021-02-26T00:52:09.556Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:52:09.825Z] (1/2) Installing readline (8.0.4-r0) [2021-02-26T00:52:09.825Z] (2/2) Installing bash (5.0.17-r0) [2021-02-26T00:52:09.825Z] ---> Running in 399d2a2442cf [2021-02-26T00:52:09.825Z] Executing bash-5.0.17-r0.post-install [2021-02-26T00:52:09.825Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:52:09.825Z] OK: 12 MiB in 22 packages [2021-02-26T00:52:11.257Z] Removing intermediate container 6424cb0ccce0 [2021-02-26T00:52:11.258Z] ---> 7ab5ec05c8fd [2021-02-26T00:52:11.258Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-26T00:52:11.536Z] ---> Running in 59298f0cd53e [2021-02-26T00:52:12.126Z] Removing intermediate container 59298f0cd53e [2021-02-26T00:52:12.126Z] ---> f97ad7bb7070 [2021-02-26T00:52:12.126Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-26T00:52:12.126Z] Removing intermediate container 399d2a2442cf [2021-02-26T00:52:12.126Z] ---> 6fa7f24aaf27 [2021-02-26T00:52:12.126Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-26T00:52:12.409Z] ---> Running in c0f4e8151dff [2021-02-26T00:52:12.409Z] ---> Running in c322dc345543 [2021-02-26T00:52:13.002Z] Removing intermediate container c0f4e8151dff [2021-02-26T00:52:13.002Z] ---> 0a8ead11a26a [2021-02-26T00:52:13.002Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-26T00:52:13.002Z] ---> Running in cc2683c555d9 [2021-02-26T00:52:13.594Z] Removing intermediate container cc2683c555d9 [2021-02-26T00:52:13.594Z] ---> 36c7ab3dca00 [2021-02-26T00:52:13.594Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-26T00:52:13.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:52:14.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:52:14.572Z] ---> 2d4e11360b8b [2021-02-26T00:52:14.572Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-26T00:52:15.164Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-26T00:52:15.164Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-26T00:52:15.438Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-26T00:52:15.438Z] ---> eb4b5a844719 [2021-02-26T00:52:15.438Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-26T00:52:15.438Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-26T00:52:15.709Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T00:52:15.995Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-26T00:52:15.995Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:52:15.995Z] OK: 8 MiB in 20 packages [2021-02-26T00:52:16.268Z] ---> 0ade8179dc61 [2021-02-26T00:52:16.268Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-26T00:52:16.542Z] ---> Running in 4c8631368c05 [2021-02-26T00:52:17.529Z] Removing intermediate container c322dc345543 [2021-02-26T00:52:17.529Z] ---> 38df98342428 [2021-02-26T00:52:17.529Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:52:17.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:52:18.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:52:18.347Z] ---> dd79e93f03ba [2021-02-26T00:52:18.347Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-26T00:52:18.622Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-26T00:52:18.622Z] (2/33) Installing expat (2.2.9-r1) [2021-02-26T00:52:18.622Z] (3/33) Installing libffi (3.3-r2) [2021-02-26T00:52:18.622Z] (4/33) Installing gdbm (1.13-r1) [2021-02-26T00:52:18.622Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-26T00:52:18.622Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-26T00:52:18.622Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-26T00:52:20.050Z] ---> ebb8f4181a94 [2021-02-26T00:52:20.050Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-26T00:52:20.649Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-26T00:52:20.649Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-26T00:52:20.649Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-26T00:52:20.649Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-26T00:52:20.649Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-26T00:52:20.649Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-26T00:52:20.649Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-26T00:52:20.649Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-26T00:52:20.649Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-26T00:52:20.649Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-26T00:52:20.924Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-26T00:52:20.924Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-26T00:52:20.924Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-26T00:52:20.924Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-26T00:52:20.924Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-26T00:52:20.924Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-26T00:52:20.924Z] ---> f03c8aa0deda [2021-02-26T00:52:20.924Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-26T00:52:20.924Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-26T00:52:20.924Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-26T00:52:20.924Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-26T00:52:20.924Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-26T00:52:20.924Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-26T00:52:21.199Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-26T00:52:21.199Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-26T00:52:21.199Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-26T00:52:21.199Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-26T00:52:21.199Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-26T00:52:21.199Z] ---> Running in d99ba87a4795 [2021-02-26T00:52:21.199Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:52:21.199Z] OK: 71 MiB in 55 packages [2021-02-26T00:52:21.793Z] Removing intermediate container d99ba87a4795 [2021-02-26T00:52:21.793Z] ---> 3da813d1b1b8 [2021-02-26T00:52:21.793Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:52:21.793Z] ---> Running in 9dca7b38c5ad [2021-02-26T00:52:22.390Z] Removing intermediate container 9dca7b38c5ad [2021-02-26T00:52:22.390Z] ---> d1224bc3c792 [2021-02-26T00:52:22.390Z] Step 21/23 : LABEL arch=arm64 [2021-02-26T00:52:22.664Z] ---> Running in 6d738c5819c1 [2021-02-26T00:52:23.264Z] Removing intermediate container 6d738c5819c1 [2021-02-26T00:52:23.264Z] ---> 7c87c5885daf [2021-02-26T00:52:23.264Z] Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:52:23.535Z] ---> Running in e4b104801168 [2021-02-26T00:52:24.134Z] Removing intermediate container e4b104801168 [2021-02-26T00:52:24.134Z] ---> 435638ff4981 [2021-02-26T00:52:24.134Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T00:52:24.134Z] ---> Running in 6be770e55077 [2021-02-26T00:52:24.727Z] Removing intermediate container 6be770e55077 [2021-02-26T00:52:24.727Z] ---> aa1ab751dc0a [2021-02-26T00:52:24.727Z] [2021-02-26T00:52:25.323Z] Successfully built aa1ab751dc0a [2021-02-26T00:52:25.323Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-26T00:52:27.288Z]  Building docker-core-data-go ... done Removing intermediate container 4c8631368c05 [2021-02-26T00:52:27.289Z] ---> fc4380a18dcc [2021-02-26T00:52:27.289Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-26T00:52:27.289Z] ---> Running in 1e9ffa965a38 [2021-02-26T00:52:31.585Z] Collecting docker-compose==1.23.2 [2021-02-26T00:52:31.854Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-26T00:52:32.441Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-26T00:52:32.441Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-26T00:52:33.032Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-26T00:52:33.032Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-26T00:52:34.450Z] 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-02-26T00:52:34.720Z] Collecting docopt<0.7,>=0.6.1 [2021-02-26T00:52:34.720Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-26T00:52:37.313Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-26T00:52:37.313Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-26T00:52:37.582Z] Collecting cached-property<2,>=1.2.0 [2021-02-26T00:52:37.582Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-26T00:52:38.168Z] Collecting jsonschema<3,>=2.5.1 [2021-02-26T00:52:38.168Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-26T00:52:38.438Z] Collecting texttable<0.10,>=0.9.0 [2021-02-26T00:52:38.438Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-26T00:52:41.033Z] Collecting PyYAML<4,>=3.10 [2021-02-26T00:52:41.033Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-26T00:52:43.628Z] Collecting docker<4.0,>=3.6.0 [2021-02-26T00:52:43.628Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-26T00:52:43.898Z] 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-02-26T00:52:43.898Z] 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-02-26T00:52:44.167Z] Collecting idna<2.8,>=2.5 [2021-02-26T00:52:44.167Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-26T00:52:44.754Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-26T00:52:44.754Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-26T00:52:45.024Z] Collecting docker-pycreds>=0.4.0 [2021-02-26T00:52:45.024Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-26T00:52:45.295Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-26T00:52:45.295Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-26T00:52:45.295Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-26T00:52:45.295Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-26T00:52:45.884Z] Installing collected packages: websocket-client, dockerpty, docopt, idna, urllib3, requests, cached-property, jsonschema, texttable, PyYAML, docker-pycreds, docker, docker-compose [2021-02-26T00:52:46.153Z] Running setup.py install for dockerpty: started [2021-02-26T00:52:48.114Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-26T00:52:48.114Z] Running setup.py install for docopt: started [2021-02-26T00:52:49.535Z] Running setup.py install for docopt: finished with status 'done' [2021-02-26T00:52:49.535Z] Attempting uninstall: idna [2021-02-26T00:52:49.535Z] Found existing installation: idna 2.9 [2021-02-26T00:52:49.535Z] Uninstalling idna-2.9: [2021-02-26T00:52:49.535Z] Successfully uninstalled idna-2.9 [2021-02-26T00:52:50.123Z] Attempting uninstall: urllib3 [2021-02-26T00:52:50.123Z] Found existing installation: urllib3 1.25.9 [2021-02-26T00:52:50.123Z] Uninstalling urllib3-1.25.9: [2021-02-26T00:52:50.393Z] Successfully uninstalled urllib3-1.25.9 [2021-02-26T00:52:50.981Z] Attempting uninstall: requests [2021-02-26T00:52:50.981Z] Found existing installation: requests 2.23.0 [2021-02-26T00:52:50.981Z] Uninstalling requests-2.23.0: [2021-02-26T00:52:50.981Z] Successfully uninstalled requests-2.23.0 [2021-02-26T00:52:51.570Z] Running setup.py install for texttable: started [2021-02-26T00:52:53.527Z] Running setup.py install for texttable: finished with status 'done' [2021-02-26T00:52:53.527Z] Running setup.py install for PyYAML: started [2021-02-26T00:52:55.486Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-26T00:52:56.903Z] 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.57.0 [2021-02-26T00:53:00.268Z] Removing intermediate container 1e9ffa965a38 [2021-02-26T00:53:00.268Z] ---> 068c8ac1ff3f [2021-02-26T00:53:00.268Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-26T00:53:00.541Z] ---> Running in 9366e1cf9584 [2021-02-26T00:53:01.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T00:53:01.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T00:53:02.368Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T00:53:02.368Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-26T00:53:02.368Z] (3/3) Installing curl (7.69.1-r3) [2021-02-26T00:53:02.368Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:53:02.368Z] OK: 71 MiB in 58 packages [2021-02-26T00:53:03.798Z] Removing intermediate container 9366e1cf9584 [2021-02-26T00:53:03.798Z] ---> 9c58c14983e6 [2021-02-26T00:53:03.798Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-26T00:53:03.798Z] ---> Running in d12d7d7e4f20 [2021-02-26T00:53:04.071Z] Removing intermediate container d12d7d7e4f20 [2021-02-26T00:53:04.071Z] ---> 609a6f711ae6 [2021-02-26T00:53:04.071Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:53:04.344Z] ---> Running in e7f52ed57186 [2021-02-26T00:53:04.615Z] Removing intermediate container e7f52ed57186 [2021-02-26T00:53:04.615Z] ---> 4ecd9d84f467 [2021-02-26T00:53:04.615Z] Step 24/26 : LABEL arch=arm64 [2021-02-26T00:53:04.886Z] ---> Running in 18d723283f00 [2021-02-26T00:53:05.479Z] Removing intermediate container 18d723283f00 [2021-02-26T00:53:05.479Z] ---> 9df3c2027d34 [2021-02-26T00:53:05.479Z] Step 25/26 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:53:05.479Z] ---> Running in 46bf69e726c1 [2021-02-26T00:53:06.072Z] Removing intermediate container 46bf69e726c1 [2021-02-26T00:53:06.072Z] ---> 2707e349baa0 [2021-02-26T00:53:06.072Z] Step 26/26 : LABEL version=0.0.0 [2021-02-26T00:53:06.072Z] ---> Running in cc58796d9093 [2021-02-26T00:53:06.664Z] Removing intermediate container cc58796d9093 [2021-02-26T00:53:06.664Z] ---> c0aff39bc919 [2021-02-26T00:53:06.664Z] [2021-02-26T00:53:06.935Z] Successfully built c0aff39bc919 [2021-02-26T00:53:06.935Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-26T00:53:07.538Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-26T00:53:07.526Z] $ docker stop --time=1 89a201611f9d650397ed478164a392a00f4b21b99ed54d13b778bdc4de488c1b [2021-02-26T00:53:09.478Z] $ docker rm -f 89a201611f9d650397ed478164a392a00f4b21b99ed54d13b778bdc4de488c1b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T00:53:10.176Z] + + docker images [2021-02-26T00:53:10.177Z] grep docker [2021-02-26T00:53:10.452Z] docker-sys-mgmt-agent-go-arm64 latest c0aff39bc919 4 seconds ago 300MB [2021-02-26T00:53:10.452Z] docker-core-data-go-arm64 latest aa1ab751dc0a 46 seconds ago 21.1MB [2021-02-26T00:53:10.452Z] docker-security-secretstore-setup-go-arm64 latest a7f7d099261d About a minute ago 23.7MB [2021-02-26T00:53:10.452Z] docker-security-proxy-setup-go-arm64 latest cab380d12893 About a minute ago 23.4MB [2021-02-26T00:53:10.452Z] docker-core-command-go-arm64 latest 0b674bab82ba 4 minutes ago 16.2MB [2021-02-26T00:53:10.452Z] docker-security-bootstrapper-go-arm64 latest a369c78e79fb 4 minutes ago 17.3MB [2021-02-26T00:53:10.452Z] docker-core-metadata-go-arm64 latest ccf8f28ede5e 4 minutes ago 17.9MB [2021-02-26T00:53:10.452Z] docker-support-notifications-go-arm64 latest fb084d241b4a 4 minutes ago 16.8MB [2021-02-26T00:53:10.452Z] docker-support-scheduler-go-arm64 latest b51b6c4c2f44 4 minutes ago 16.3MB [2021-02-26T00:53:10.452Z] docker 20.10.0 eeaf43b92773 2 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-02-26T00:53:11.530Z] ---> job-cost.sh [2021-02-26T00:53:11.530Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nMDF [2021-02-26T00:53:48.300Z] ---> b9bd1f365acf [2021-02-26T00:53:48.300Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-26T00:53:48.300Z] ---> bf2c907e4066 [2021-02-26T00:53:48.300Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-26T00:53:48.300Z] ---> e90c66084317 [2021-02-26T00:53:48.300Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-26T00:53:48.300Z] ---> c3d75ea5ead1 [2021-02-26T00:53:48.300Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-26T00:53:48.300Z] ---> Running in e359b2aaafaf [2021-02-26T00:53:48.300Z] ---> Running in fb9cec41fe4b [2021-02-26T00:53:48.300Z] ---> Running in c3acc74d1b30 [2021-02-26T00:53:48.300Z] ---> Running in f750cce60244 [2021-02-26T00:53:48.300Z] 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-02-26T00:53:48.300Z] 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-02-26T00:53:48.300Z] 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-02-26T00:53:48.300Z] 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-02-26T00:53:50.518Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T00:54:47.066Z] 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-02-26T00:54:47.570Z] 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-02-26T00:54:58.930Z] Removing intermediate container fb9cec41fe4b [2021-02-26T00:54:58.930Z] ---> a7fadd17eb2f [2021-02-26T00:54:58.930Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-26T00:54:58.930Z] ---> Running in 6e68f8f23da6 [2021-02-26T00:55:03.369Z] 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-02-26T00:55:04.977Z] Removing intermediate container c3acc74d1b30 [2021-02-26T00:55:04.977Z] ---> ccab638d861b [2021-02-26T00:55:04.977Z] [2021-02-26T00:55:04.977Z] Step 10/21 : FROM alpine:3.12 [2021-02-26T00:55:04.977Z] ---> 88dd2752d2ea [2021-02-26T00:55:04.977Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-26T00:55:06.318Z] Removing intermediate container f750cce60244 [2021-02-26T00:55:06.318Z] ---> 1c5cf270c8bf [2021-02-26T00:55:06.318Z] [2021-02-26T00:55:06.318Z] Step 10/24 : FROM alpine:3.12 [2021-02-26T00:55:06.318Z] ---> 88dd2752d2ea [2021-02-26T00:55:06.318Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-26T00:55:06.318Z] ---> Running in 09c359ca5fc8 [2021-02-26T00:55:06.666Z] ---> Running in 82c8ed6ac212 [2021-02-26T00:55:09.764Z] Removing intermediate container 6e68f8f23da6 [2021-02-26T00:55:09.764Z] ---> 218918ed3bee [2021-02-26T00:55:09.764Z] [2021-02-26T00:55:09.764Z] Step 11/26 : FROM docker:20.10.0 [2021-02-26T00:55:10.489Z] 20.10.0: Pulling from library/docker [2021-02-26T00:55:10.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:55:10.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:55:11.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:55:11.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:55:11.409Z] Removing intermediate container e359b2aaafaf [2021-02-26T00:55:11.409Z] ---> 403e41194104 [2021-02-26T00:55:11.409Z] [2021-02-26T00:55:11.409Z] Step 10/23 : FROM alpine:3.12 [2021-02-26T00:55:11.409Z] ---> 88dd2752d2ea [2021-02-26T00:55:11.409Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-26T00:55:11.409Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-26T00:55:11.409Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T00:55:11.409Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-26T00:55:11.784Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-26T00:55:11.784Z] (4/5) Installing curl (7.69.1-r3) [2021-02-26T00:55:11.784Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-26T00:55:11.784Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:55:11.784Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T00:55:11.784Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-26T00:55:11.784Z] (4/4) Installing curl (7.69.1-r3) [2021-02-26T00:55:11.784Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:55:12.760Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T00:55:12.760Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T00:55:12.760Z] ---> Running in 8cc76a674da0 [2021-02-26T00:55:12.760Z] OK: 7 MiB in 19 packages [2021-02-26T00:55:13.150Z] OK: 7 MiB in 18 packages [2021-02-26T00:55:14.630Z] Removing intermediate container 8cc76a674da0 [2021-02-26T00:55:14.630Z] ---> 9dc19b542337 [2021-02-26T00:55:14.630Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-26T00:55:15.319Z] ---> Running in 26fed779b7aa [2021-02-26T00:55:16.539Z] Removing intermediate container 26fed779b7aa [2021-02-26T00:55:16.539Z] ---> 3bc64d0029b0 [2021-02-26T00:55:16.539Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-26T00:55:17.996Z] ---> Running in dcfe2ec56326 [2021-02-26T00:55:19.403Z] Removing intermediate container 09c359ca5fc8 [2021-02-26T00:55:19.403Z] ---> c9e8ab224e8c [2021-02-26T00:55:19.403Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T00:55:19.734Z] Removing intermediate container 82c8ed6ac212 [2021-02-26T00:55:19.734Z] ---> 9bd0fb3bf384 [2021-02-26T00:55:19.734Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-26T00:55:20.738Z] ---> Running in 0ae3b6334adb [2021-02-26T00:55:20.738Z] Removing intermediate container dcfe2ec56326 [2021-02-26T00:55:20.738Z] ---> 1778caff5034 [2021-02-26T00:55:20.738Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T00:55:20.738Z] ---> Running in 1f755a147e65 [2021-02-26T00:55:20.738Z] ---> Running in b828e21375d4 [2021-02-26T00:55:21.486Z] Removing intermediate container 0ae3b6334adb [2021-02-26T00:55:21.486Z] ---> 9a57b7a8bcf8 [2021-02-26T00:55:21.486Z] Step 13/21 : WORKDIR /edgex [2021-02-26T00:55:21.831Z] Removing intermediate container 1f755a147e65 [2021-02-26T00:55:21.831Z] ---> 907e9a096d03 [2021-02-26T00:55:21.831Z] Step 13/24 : WORKDIR / [2021-02-26T00:55:22.120Z] ---> Running in 41a73d5c775e [2021-02-26T00:55:22.432Z] ---> Running in d748caf0c1d8 [2021-02-26T00:55:23.186Z] Removing intermediate container 41a73d5c775e [2021-02-26T00:55:23.186Z] ---> 29e5643ebe95 [2021-02-26T00:55:23.186Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-26T00:55:24.588Z] Removing intermediate container d748caf0c1d8 [2021-02-26T00:55:24.588Z] ---> 77b343c1ea0c [2021-02-26T00:55:24.588Z] 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-02-26T00:55:26.489Z] ---> da8fa67b9a11 [2021-02-26T00:55:26.489Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-26T00:55:26.489Z] Removing intermediate container b828e21375d4 [2021-02-26T00:55:26.489Z] ---> bb577f5b8fbf [2021-02-26T00:55:26.489Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-26T00:55:27.052Z] ---> 9331690d9aa0 [2021-02-26T00:55:27.052Z] 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-02-26T00:55:27.052Z] ---> Running in dcd530e40457 [2021-02-26T00:55:27.864Z] ---> db27a5fd9848 [2021-02-26T00:55:27.864Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-26T00:55:28.251Z] ---> c4189388ce8e [2021-02-26T00:55:28.251Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-26T00:55:30.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:55:30.444Z] ---> 9d85d615c86b [2021-02-26T00:55:30.444Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-26T00:55:30.781Z] ---> 959714949cae [2021-02-26T00:55:30.781Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-26T00:55:31.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:55:31.196Z] ---> Running in 46a5ce723a20 [2021-02-26T00:55:32.287Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-26T00:55:32.287Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-26T00:55:32.287Z] Removing intermediate container 46a5ce723a20 [2021-02-26T00:55:32.287Z] ---> f28c83406ff2 [2021-02-26T00:55:32.287Z] Step 18/21 : CMD ["--init=true"] [2021-02-26T00:55:32.287Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-26T00:55:32.562Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-26T00:55:32.936Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T00:55:32.936Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-26T00:55:33.305Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:55:33.305Z] OK: 8 MiB in 20 packages [2021-02-26T00:55:33.305Z] ---> ad5e3c5526bb [2021-02-26T00:55:33.305Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-26T00:55:33.305Z] ---> Running in f4b82c33b575 [2021-02-26T00:55:34.001Z] Removing intermediate container f4b82c33b575 [2021-02-26T00:55:34.001Z] ---> 08efaebf72fd [2021-02-26T00:55:34.001Z] Step 19/21 : LABEL arch=x86_64 [2021-02-26T00:55:34.907Z] ---> Running in 26b40f27daf1 [2021-02-26T00:55:34.907Z] ---> 0d861a8fdfbf [2021-02-26T00:55:34.907Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-26T00:55:34.907Z] Removing intermediate container dcd530e40457 [2021-02-26T00:55:34.907Z] ---> 91380d4248e4 [2021-02-26T00:55:34.907Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-26T00:55:35.221Z] Removing intermediate container 26b40f27daf1 [2021-02-26T00:55:35.221Z] ---> 6c3ec3c2f409 [2021-02-26T00:55:35.221Z] Step 20/21 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:55:35.546Z] ---> 502a369d421a [2021-02-26T00:55:35.546Z] 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-02-26T00:55:35.546Z] ---> 48578b6ad3e5 [2021-02-26T00:55:35.546Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-26T00:55:35.546Z] ---> Running in 330d65285f89 [2021-02-26T00:55:35.546Z] ---> Running in cbdb0a306e5f [2021-02-26T00:55:36.187Z] Removing intermediate container 330d65285f89 [2021-02-26T00:55:36.187Z] ---> f7145847cb5d [2021-02-26T00:55:36.187Z] Step 21/21 : LABEL version=0.0.0 [2021-02-26T00:55:36.187Z] ---> Running in c346f4a34f19 [2021-02-26T00:55:36.858Z] ---> dd8a48641da6 [2021-02-26T00:55:36.858Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-26T00:55:36.858Z] Removing intermediate container c346f4a34f19 [2021-02-26T00:55:36.858Z] ---> 53d722e6a580 [2021-02-26T00:55:36.858Z] [2021-02-26T00:55:36.858Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-26T00:55:37.138Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-26T00:55:37.138Z] ---> aefe523efa57 [2021-02-26T00:55:37.138Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-26T00:55:37.437Z] ---> Running in a8d5a70c581f [2021-02-26T00:55:37.716Z] ---> 64ceb9f12843 [2021-02-26T00:55:37.716Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-26T00:55:38.441Z] ---> Running in ed0ab90f1c20 [2021-02-26T00:55:38.441Z] Removing intermediate container cbdb0a306e5f [2021-02-26T00:55:38.441Z] ---> 671a8a9e2596 [2021-02-26T00:55:38.441Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-26T00:55:38.441Z] Successfully built 53d722e6a580 [2021-02-26T00:55:38.441Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-26T00:55:38.786Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 987010406e4b [2021-02-26T00:55:39.361Z] Removing intermediate container ed0ab90f1c20 [2021-02-26T00:55:39.361Z] ---> e5147225b263 [2021-02-26T00:55:39.361Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:55:41.074Z] ---> Running in 927be831ada3 [2021-02-26T00:55:41.074Z] Removing intermediate container 987010406e4b [2021-02-26T00:55:41.074Z] ---> c9f15fc60ab8 [2021-02-26T00:55:41.074Z] Step 22/24 : LABEL arch=x86_64 [2021-02-26T00:55:41.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:55:41.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:55:41.074Z] ---> Running in 3a7204ccee8a [2021-02-26T00:55:41.074Z] (1/2) Installing readline (8.0.4-r0) [2021-02-26T00:55:41.074Z] (2/2) Installing bash (5.0.17-r0) [2021-02-26T00:55:41.074Z] Executing bash-5.0.17-r0.post-install [2021-02-26T00:55:41.074Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:55:41.074Z] OK: 12 MiB in 22 packages [2021-02-26T00:55:41.074Z] Removing intermediate container 927be831ada3 [2021-02-26T00:55:41.074Z] ---> 2fb167775d9e [2021-02-26T00:55:41.074Z] Step 21/23 : LABEL arch=x86_64 [2021-02-26T00:55:41.527Z] ---> Running in cb2fba213390 [2021-02-26T00:55:41.527Z] Removing intermediate container 3a7204ccee8a [2021-02-26T00:55:41.527Z] ---> 7cb5da8167c0 [2021-02-26T00:55:41.527Z] Step 23/24 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:55:41.920Z] ---> Running in a677636ec804 [2021-02-26T00:55:42.677Z] Removing intermediate container cb2fba213390 [2021-02-26T00:55:42.677Z] ---> 84c256abd829 [2021-02-26T00:55:42.677Z] Step 22/23 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:55:42.677Z] Removing intermediate container a677636ec804 [2021-02-26T00:55:42.677Z] ---> 72e046f56285 [2021-02-26T00:55:42.677Z] Step 24/24 : LABEL version=0.0.0 [2021-02-26T00:55:43.015Z] ---> Running in bf0b4185b690 [2021-02-26T00:55:43.015Z] ---> Running in da716aa296ac [2021-02-26T00:55:44.117Z] Removing intermediate container a8d5a70c581f [2021-02-26T00:55:44.117Z] ---> bf1c70b92a13 [2021-02-26T00:55:44.117Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-26T00:55:44.117Z] Removing intermediate container bf0b4185b690 [2021-02-26T00:55:44.117Z] ---> 005a4ddce532 [2021-02-26T00:55:44.117Z] Step 23/23 : LABEL version=0.0.0 [2021-02-26T00:55:44.117Z] Removing intermediate container da716aa296ac [2021-02-26T00:55:44.117Z] ---> 4992c2f2321d [2021-02-26T00:55:44.117Z] [2021-02-26T00:55:44.117Z] ---> Running in e15b5cd97069 [2021-02-26T00:55:44.437Z] ---> Running in c661593cd3a3 [2021-02-26T00:55:45.230Z] Successfully built 4992c2f2321d [2021-02-26T00:55:45.230Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-26T00:55:45.230Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e15b5cd97069 [2021-02-26T00:55:45.230Z] ---> 963092f5e9b4 [2021-02-26T00:55:45.230Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-26T00:55:45.230Z] Removing intermediate container c661593cd3a3 [2021-02-26T00:55:45.230Z] ---> cba60d1d168f [2021-02-26T00:55:45.230Z] [2021-02-26T00:55:46.026Z] ---> Running in 725022f55642 [2021-02-26T00:55:46.682Z] Successfully built cba60d1d168f [2021-02-26T00:55:47.015Z] Removing intermediate container 725022f55642 [2021-02-26T00:55:47.015Z] ---> 9f12b4f21f58 [2021-02-26T00:55:47.015Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-26T00:55:47.015Z] Successfully tagged docker-core-data-go:latest [2021-02-26T00:55:47.015Z]  Building docker-core-data-go ... done  ---> Running in d965ebbf88ed [2021-02-26T00:55:48.521Z] Removing intermediate container d965ebbf88ed [2021-02-26T00:55:48.521Z] ---> f28a1f67c4b4 [2021-02-26T00:55:48.521Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-26T00:55:50.849Z] ---> 98064e7d1a37 [2021-02-26T00:55:50.849Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-26T00:55:51.151Z] ---> 3148dd684e4c [2021-02-26T00:55:51.151Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-26T00:55:53.218Z] ---> bd26476052f7 [2021-02-26T00:55:53.218Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-26T00:55:53.218Z] ---> Running in 5545b6f5fd78 [2021-02-26T00:55:54.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:55:54.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:55:55.132Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-26T00:55:55.132Z] (2/33) Installing expat (2.2.9-r1) [2021-02-26T00:55:55.132Z] (3/33) Installing libffi (3.3-r2) [2021-02-26T00:55:55.132Z] (4/33) Installing gdbm (1.13-r1) [2021-02-26T00:55:55.132Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-26T00:55:55.132Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-26T00:55:55.132Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-26T00:55:57.606Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-26T00:55:57.606Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-26T00:55:57.606Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-26T00:55:57.606Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-26T00:55:57.606Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-26T00:55:57.606Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-26T00:55:57.890Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-26T00:55:57.890Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-26T00:55:57.890Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-26T00:55:57.890Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-26T00:55:58.196Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-26T00:55:58.196Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-26T00:55:58.196Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-26T00:55:58.196Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-26T00:55:58.196Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-26T00:55:58.196Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-26T00:55:58.524Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-26T00:55:58.524Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-26T00:55:58.524Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-26T00:55:58.524Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-26T00:55:58.524Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-26T00:55:58.524Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-26T00:55:58.524Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-26T00:55:58.849Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-26T00:55:58.849Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-26T00:55:58.849Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-26T00:55:58.849Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:55:59.146Z] OK: 71 MiB in 55 packages [2021-02-26T00:56:12.355Z] lf-activate-venv(): INFO: Adding /tmp/venv-nMDF/bin to PATH [2021-02-26T00:56:12.355Z] INFO: No Stack... [2021-02-26T00:56:12.355Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-26T00:56:12.355Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T00:56:12.688Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-02-26T00:56:12.688Z] + cut -d, -f6 [Pipeline] lock [2021-02-26T00:56:12.786Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3192-4-stack-cost] [2021-02-26T00:56:12.794Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3192-4-stack-cost] did not exist. Created. [2021-02-26T00:56:12.794Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3192-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T00:56:13.213Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-26T00:56:13.522Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T00:56:13.536Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3192-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T00:56:15.215Z] Removing intermediate container 5545b6f5fd78 [2021-02-26T00:56:15.215Z] ---> 80d9dd7d9259 [2021-02-26T00:56:15.215Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-26T00:56:15.215Z] ---> Running in 40b70f26f406 [2021-02-26T00:56:16.932Z] Collecting docker-compose==1.23.2 [2021-02-26T00:56:16.932Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-26T00:56:18.741Z] Collecting cached-property<2,>=1.2.0 [2021-02-26T00:56:18.741Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-26T00:56:19.016Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-26T00:56:19.016Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-26T00:56:19.016Z] Collecting PyYAML<4,>=3.10 [2021-02-26T00:56:19.016Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-26T00:56:20.162Z] Collecting jsonschema<3,>=2.5.1 [2021-02-26T00:56:20.162Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-26T00:56:20.162Z] 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-02-26T00:56:20.445Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-26T00:56:20.445Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-26T00:56:20.445Z] Collecting docopt<0.7,>=0.6.1 [2021-02-26T00:56:20.445Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-26T00:56:21.617Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-26T00:56:21.617Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-26T00:56:22.341Z] Collecting docker<4.0,>=3.6.0 [2021-02-26T00:56:22.341Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-26T00:56:22.703Z] Collecting texttable<0.10,>=0.9.0 [2021-02-26T00:56:22.703Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-26T00:56:23.457Z] 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-02-26T00:56:23.847Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-26T00:56:23.847Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-26T00:56:23.847Z] 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-02-26T00:56:23.847Z] Collecting idna<2.8,>=2.5 [2021-02-26T00:56:23.847Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-26T00:56:24.530Z] Collecting docker-pycreds>=0.4.0 [2021-02-26T00:56:24.530Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-26T00:56:24.531Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-26T00:56:24.531Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-26T00:56:24.531Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-26T00:56:24.531Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-26T00:56:24.808Z] Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, jsonschema, websocket-client, docopt, dockerpty, docker-pycreds, docker, texttable, docker-compose [2021-02-26T00:56:24.808Z] Attempting uninstall: urllib3 [2021-02-26T00:56:24.808Z] Found existing installation: urllib3 1.25.9 [2021-02-26T00:56:24.808Z] Uninstalling urllib3-1.25.9: [2021-02-26T00:56:24.808Z] Successfully uninstalled urllib3-1.25.9 [2021-02-26T00:56:25.082Z] Attempting uninstall: idna [2021-02-26T00:56:25.082Z] Found existing installation: idna 2.9 [2021-02-26T00:56:25.082Z] Uninstalling idna-2.9: [2021-02-26T00:56:25.082Z] Successfully uninstalled idna-2.9 [2021-02-26T00:56:25.350Z] Attempting uninstall: requests [2021-02-26T00:56:25.350Z] Found existing installation: requests 2.23.0 [2021-02-26T00:56:25.350Z] Uninstalling requests-2.23.0: [2021-02-26T00:56:25.350Z] Successfully uninstalled requests-2.23.0 [2021-02-26T00:56:25.666Z] Running setup.py install for PyYAML: started [2021-02-26T00:56:26.702Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-26T00:56:26.702Z] Running setup.py install for docopt: started [2021-02-26T00:56:27.548Z] Running setup.py install for docopt: finished with status 'done' [2021-02-26T00:56:27.548Z] Running setup.py install for dockerpty: started [2021-02-26T00:56:28.403Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-26T00:56:28.815Z] Running setup.py install for texttable: started [2021-02-26T00:56:29.085Z] Running setup.py install for texttable: finished with status 'done' [2021-02-26T00:56:29.472Z] 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.57.0 [2021-02-26T00:56:35.588Z] Removing intermediate container 40b70f26f406 [2021-02-26T00:56:35.588Z] ---> 05308477d0ab [2021-02-26T00:56:35.588Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-26T00:56:35.588Z] ---> Running in 026e7234db10 [2021-02-26T00:56:36.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T00:56:37.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T00:56:37.347Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-26T00:56:37.347Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-26T00:56:37.347Z] (3/3) Installing curl (7.69.1-r3) [2021-02-26T00:56:37.741Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T00:56:37.741Z] OK: 72 MiB in 58 packages [2021-02-26T00:56:38.386Z] Removing intermediate container 026e7234db10 [2021-02-26T00:56:38.386Z] ---> b5bd5b6b727e [2021-02-26T00:56:38.386Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-26T00:56:38.386Z] ---> Running in 382d1ac3f9c6 [2021-02-26T00:56:39.048Z] Removing intermediate container 382d1ac3f9c6 [2021-02-26T00:56:39.048Z] ---> c52fa2991705 [2021-02-26T00:56:39.048Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T00:56:39.048Z] ---> Running in 362326ba4fa1 [2021-02-26T00:56:39.454Z] Removing intermediate container 362326ba4fa1 [2021-02-26T00:56:39.454Z] ---> f2292a9cfaae [2021-02-26T00:56:39.454Z] Step 24/26 : LABEL arch=x86_64 [2021-02-26T00:56:39.454Z] ---> Running in 1d45f21a1806 [2021-02-26T00:56:40.138Z] Removing intermediate container 1d45f21a1806 [2021-02-26T00:56:40.138Z] ---> 4e08ed05f414 [2021-02-26T00:56:40.138Z] Step 25/26 : LABEL git_sha=a761b7bc34fc8695db9772a9dd3aa523de0404ff [2021-02-26T00:56:40.138Z] ---> Running in a8fe27769ac5 [2021-02-26T00:56:40.873Z] Removing intermediate container a8fe27769ac5 [2021-02-26T00:56:40.873Z] ---> 4099e1b0fef1 [2021-02-26T00:56:40.873Z] Step 26/26 : LABEL version=0.0.0 [2021-02-26T00:56:40.873Z] ---> Running in e09d1e4a4aa3 [2021-02-26T00:56:41.515Z] Removing intermediate container e09d1e4a4aa3 [2021-02-26T00:56:41.515Z] ---> e37ec09d1153 [2021-02-26T00:56:41.515Z] [2021-02-26T00:56:42.246Z] Successfully built e37ec09d1153 [2021-02-26T00:56:42.246Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-26T00:56:43.492Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-26T00:56:44.048Z] $ docker stop --time=1 3e787bb97ca5e5fb0280681fe8c224db85b282873b43c0f4c6392b9199313f0c [2021-02-26T00:56:47.565Z] $ docker rm -f 3e787bb97ca5e5fb0280681fe8c224db85b282873b43c0f4c6392b9199313f0c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T00:56:48.960Z] + docker images [2021-02-26T00:56:48.960Z] + grep docker [2021-02-26T00:56:51.840Z] docker-sys-mgmt-agent-go latest e37ec09d1153 10 seconds ago 313MB [2021-02-26T00:56:51.840Z] docker-core-data-go latest cba60d1d168f About a minute ago 22.4MB [2021-02-26T00:56:51.840Z] docker-security-secretstore-setup-go latest 4992c2f2321d About a minute ago 24.9MB [2021-02-26T00:56:51.840Z] docker-security-proxy-setup-go latest 53d722e6a580 About a minute ago 24.7MB [2021-02-26T00:56:51.840Z] docker-security-bootstrapper-go latest d800283b7b88 7 minutes ago 18.3MB [2021-02-26T00:56:51.840Z] docker-core-metadata-go latest 744f800fe72f 7 minutes ago 19MB [2021-02-26T00:56:51.840Z] docker-support-scheduler-go latest ac1d33a475c6 7 minutes ago 17.2MB [2021-02-26T00:56:51.840Z] docker-core-command-go latest c7e8554a2541 7 minutes ago 17MB [2021-02-26T00:56:51.840Z] docker-support-notifications-go latest 42c4e97106fc 7 minutes ago 17.8MB [2021-02-26T00:56:51.840Z] docker 20.10.0 aefe523efa57 2 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-02-26T00:57:08.003Z] Still waiting to schedule task [2021-02-26T00:57:08.003Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-26T00:57:55.745Z] Running on prd-ubuntu18.04-docker-8c-8g-27762 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws [2021-02-26T00:57:55.800Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-26T00:57:57.980Z] using credential edgex-jenkins-ssh [2021-02-26T00:57:58.034Z] Cloning the remote Git repository [2021-02-26T00:57:58.055Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-26T00:57:58.112Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-26T00:57:58.143Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T00:57:58.144Z] > git --version # timeout=10 [2021-02-26T00:57:58.148Z] > git --version # 'git version 2.17.1' [2021-02-26T00:57:58.149Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T00:57:58.173Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T00:58:04.309Z] Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c [2021-02-26T00:58:03.673Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T00:58:03.677Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T00:58:03.692Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-26T00:58:03.704Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-26T00:58:03.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T00:58:03.707Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T00:58:04.319Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T00:58:04.323Z] > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [2021-02-26T00:58:04.533Z] Merge succeeded, producing 4976a986481d698df478de3982627239646fd245 [2021-02-26T00:58:04.534Z] Checking out Revision 4976a986481d698df478de3982627239646fd245 (PR-3192) [2021-02-26T00:58:04.423Z] > git remote # timeout=10 [2021-02-26T00:58:04.429Z] > git config --get remote.origin.url # timeout=10 [2021-02-26T00:58:04.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T00:58:04.437Z] > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 [2021-02-26T00:58:04.532Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-26T00:58:04.540Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T00:58:04.544Z] > git checkout -f 4976a986481d698df478de3982627239646fd245 # timeout=10 [2021-02-26T00:58:08.173Z] Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" [2021-02-26T00:58:08.179Z] > git rev-list --no-walk 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T00:58:09.322Z] + echo snap-build.sh [2021-02-26T00:58:09.322Z] snap-build.sh [2021-02-26T00:58:09.322Z] + SNAP_BASE_DIR=. [2021-02-26T00:58:09.322Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-02-26T00:58:09.322Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-02-26T00:58:09.322Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-02-26T00:58:09.322Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-02-26T00:58:09.322Z] + cd /w/workspace/edgex-go/4 [2021-02-26T00:58:09.322Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-26T00:58:09.322Z] Reading package lists... [2021-02-26T00:58:09.322Z] Building dependency tree... [2021-02-26T00:58:09.322Z] Reading state information... [2021-02-26T00:58:09.584Z] The following packages were automatically installed and are no longer required: [2021-02-26T00:58:09.584Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-26T00:58:09.584Z] uidmap xdelta3 [2021-02-26T00:58:09.584Z] Use 'sudo apt autoremove' to remove them. [2021-02-26T00:58:09.584Z] The following packages will be REMOVED: [2021-02-26T00:58:09.584Z] lxd* lxd-client* [2021-02-26T00:58:10.155Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-26T00:58:10.155Z] After this operation, 31.7 MB disk space will be freed. [2021-02-26T00:58:11.206Z] (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-02-26T00:58:11.206Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-26T00:58:12.148Z] Removing lxd dnsmasq configuration [2021-02-26T00:58:12.148Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-26T00:58:12.148Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-26T00:58:13.095Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-26T00:58:13.095Z] (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-02-26T00:58:13.095Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-26T00:58:14.488Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-26T00:58:14.750Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-26T00:58:16.133Z] + sudo snap remove --purge lxd [2021-02-26T00:58:16.133Z] snap "lxd" is not installed [2021-02-26T00:58:16.133Z] + sudo groupadd --force --system lxd [2021-02-26T00:58:16.133Z] ++ whoami [2021-02-26T00:58:16.133Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-26T00:58:16.394Z] + newgrp - lxd [2021-02-26T00:58:16.394Z] + sudo snap install lxd [2021-02-26T00:58:24.545Z] 2021-02-26T00:58:21Z INFO Waiting for automatic snapd restart... [2021-02-26T00:58:39.494Z] lxd 4.11 from Canonical* installed [2021-02-26T00:58:39.494Z] + sudo lxd init --auto [2021-02-26T00:58:47.648Z] + sudo snap install --classic snapcraft [2021-02-26T00:58:52.953Z] snapcraft 4.5.1 from Canonical* installed [2021-02-26T00:58:52.953Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-26T00:58:52.953Z] + patch --verbose -p1 [2021-02-26T00:58:52.953Z] Hmm... Looks like a unified diff to me... [2021-02-26T00:58:52.953Z] The text leading up to this was: [2021-02-26T00:58:52.953Z] -------------------------- [2021-02-26T00:58:52.953Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-26T00:58:52.953Z] |From: Tony Espy [2021-02-26T00:58:52.953Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-26T00:58:52.953Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-26T00:58:52.953Z] | [2021-02-26T00:58:52.953Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-26T00:58:52.954Z] |optimize the snap CI check run for pull requests. When [2021-02-26T00:58:52.954Z] |applied, it essentially strips out everything (apps and [2021-02-26T00:58:52.954Z] |parts) from the snapcraft.yaml file except those required [2021-02-26T00:58:52.954Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-26T00:58:52.954Z] |catch changes to edgex-go that break the snap build. [2021-02-26T00:58:52.954Z] | [2021-02-26T00:58:52.954Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-26T00:58:52.954Z] |to update this patch file, otherwise it may fail to apply, [2021-02-26T00:58:52.954Z] |resulting in a failed snap build CI check in the associated [2021-02-26T00:58:52.954Z] |pull request. [2021-02-26T00:58:52.954Z] | [2021-02-26T00:58:52.954Z] |Note - in addition to applying this patch, the pipeline also [2021-02-26T00:58:52.954Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-26T00:58:52.954Z] |need to build the finally binary .snap file (and it won't [2021-02-26T00:58:52.954Z] |work with the patch applied). This further reduces the build [2021-02-26T00:58:52.954Z] |time. [2021-02-26T00:58:52.954Z] |--- [2021-02-26T00:58:52.954Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-26T00:58:52.954Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-26T00:58:52.954Z] | [2021-02-26T00:58:52.954Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-26T00:58:52.954Z] |index 1e537489..faf42425 100644 [2021-02-26T00:58:52.954Z] |--- a/snap/snapcraft.yaml [2021-02-26T00:58:52.954Z] |+++ b/snap/snapcraft.yaml [2021-02-26T00:58:52.954Z] -------------------------- [2021-02-26T00:58:52.954Z] patching file snap/snapcraft.yaml [2021-02-26T00:58:52.954Z] Using Plan A... [2021-02-26T00:58:52.954Z] Hunk #1 succeeded at 73. [2021-02-26T00:58:52.954Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-26T00:58:52.954Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-26T00:58:52.954Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-26T00:58:52.954Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-26T00:58:52.954Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-26T00:58:52.954Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-26T00:58:52.954Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-26T00:58:52.954Z] Hmm... Ignoring the trailing garbage. [2021-02-26T00:58:52.954Z] done [2021-02-26T00:58:52.954Z] + sudo snapcraft prime --use-lxd [2021-02-26T00:58:53.895Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-26T00:58:53.895Z] 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-02-26T00:58:53.895Z] - README.md [2021-02-26T00:58:53.895Z] - snapcraft.yaml.orig [2021-02-26T00:58:53.895Z] [2021-02-26T00:58:53.895Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-26T00:58:54.846Z] Launching a container. [2021-02-26T00:59:07.162Z] Waiting for container to be ready [2021-02-26T00:59:07.162Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-26T00:59:07.162Z] [2021-02-26T00:59:10.472Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-26T00:59:10.472Z] Waiting for network to be ready... [2021-02-26T00:59:11.042Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-26T00:59:11.042Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-26T00:59:11.303Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-26T00:59:11.303Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-26T00:59:11.562Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-26T00:59:11.562Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-26T00:59:11.822Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-26T00:59:11.822Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-26T00:59:11.822Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-26T00:59:11.822Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-26T00:59:11.822Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-26T00:59:11.822Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-26T00:59:11.822Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-26T00:59:11.822Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-26T00:59:11.822Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-26T00:59:11.822Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-26T00:59:11.822Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] [2021-02-26T00:59:11.822Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-26T00:59:12.083Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-26T00:59:12.343Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-26T00:59:12.343Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-26T00:59:12.343Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-26T00:59:12.343Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-26T00:59:12.343Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-26T00:59:12.604Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-26T00:59:12.604Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-02-26T00:59:12.604Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-26T00:59:16.826Z] Fetched 24.0 MB in 6s (4205 kB/s) [2021-02-26T00:59:17.416Z] Reading package lists... [2021-02-26T00:59:17.677Z] Reading package lists... [2021-02-26T00:59:17.940Z] Building dependency tree... [2021-02-26T00:59:17.940Z] Reading state information... [2021-02-26T00:59:17.940Z] The following additional packages will be installed: [2021-02-26T00:59:17.940Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-26T00:59:17.940Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-26T00:59:17.940Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-26T00:59:17.940Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-26T00:59:17.940Z] Suggested packages: [2021-02-26T00:59:17.940Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-26T00:59:17.940Z] Recommended packages: [2021-02-26T00:59:17.940Z] gnupg libsasl2-modules [2021-02-26T00:59:17.940Z] The following NEW packages will be installed: [2021-02-26T00:59:17.940Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-26T00:59:17.940Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-26T00:59:17.940Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-26T00:59:17.940Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-26T00:59:17.940Z] The following packages will be upgraded: [2021-02-26T00:59:17.940Z] gpg gpg-agent gpgconf libudev1 [2021-02-26T00:59:18.200Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-26T00:59:18.200Z] Need to get 3530 kB of archives. [2021-02-26T00:59:18.200Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-26T00:59:18.200Z] 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-02-26T00:59:18.200Z] 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-02-26T00:59:18.200Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-02-26T00:59:18.200Z] 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-02-26T00:59:18.200Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-26T00:59:18.459Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-26T00:59:19.028Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-26T00:59:19.028Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-26T00:59:19.028Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-02-26T00:59:19.028Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-02-26T00:59:19.028Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-02-26T00:59:19.028Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-26T00:59:19.028Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-26T00:59:19.028Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-26T00:59:19.028Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-26T00:59:19.028Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-26T00:59:19.028Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-26T00:59:19.028Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-26T00:59:19.028Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-26T00:59:19.028Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-26T00:59:19.028Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-26T00:59:19.028Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-02-26T00:59:19.288Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-26T00:59:19.288Z] Fetched 3530 kB in 1s (3495 kB/s) [2021-02-26T00:59:19.288Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-26T00:59:19.288Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-26T00:59:19.288Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-26T00:59:19.548Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-26T00:59:19.548Z] Selecting previously unselected package udev. [2021-02-26T00:59:19.548Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-26T00:59:19.548Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-26T00:59:19.548Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-26T00:59:19.808Z] Selecting previously unselected package libfuse2:amd64. [2021-02-26T00:59:19.808Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-26T00:59:19.808Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-26T00:59:20.069Z] Selecting previously unselected package fuse. [2021-02-26T00:59:20.069Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-26T00:59:20.069Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-26T00:59:20.069Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-26T00:59:20.329Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-26T00:59:20.329Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-26T00:59:20.329Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-26T00:59:20.589Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-26T00:59:20.589Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-26T00:59:20.589Z] Selecting previously unselected package libksba8:amd64. [2021-02-26T00:59:20.589Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-26T00:59:20.589Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-26T00:59:20.848Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-26T00:59:20.848Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T00:59:20.848Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:20.848Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-26T00:59:20.848Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T00:59:20.848Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:20.848Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-26T00:59:20.848Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T00:59:20.848Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:21.109Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-26T00:59:21.109Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T00:59:21.109Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:21.109Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-26T00:59:21.109Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T00:59:21.109Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:21.369Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-26T00:59:21.369Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T00:59:21.369Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:21.369Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-26T00:59:21.369Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T00:59:21.369Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:21.369Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-26T00:59:21.369Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T00:59:21.369Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:21.629Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-26T00:59:21.629Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-26T00:59:21.629Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:21.629Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-26T00:59:21.629Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-26T00:59:21.629Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-26T00:59:21.889Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-26T00:59:21.889Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-26T00:59:21.889Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-26T00:59:21.889Z] Selecting previously unselected package libldap-common. [2021-02-26T00:59:21.889Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-02-26T00:59:21.889Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-26T00:59:21.889Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-26T00:59:21.889Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-02-26T00:59:21.889Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-26T00:59:22.148Z] Selecting previously unselected package dirmngr. [2021-02-26T00:59:22.148Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-26T00:59:22.148Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-26T00:59:22.148Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-26T00:59:22.148Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-02-26T00:59:22.148Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-26T00:59:22.148Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-26T00:59:22.408Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-26T00:59:22.408Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-02-26T00:59:22.408Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:22.408Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-26T00:59:22.408Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-26T00:59:22.408Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-26T00:59:22.978Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-26T00:59:22.978Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:22.978Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-26T00:59:22.978Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-26T00:59:22.978Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-02-26T00:59:23.238Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:23.238Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:23.238Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:23.238Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:23.238Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:23.238Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:23.238Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-26T00:59:23.239Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-26T00:59:23.498Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-26T00:59:23.498Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-26T00:59:23.758Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-26T00:59:23.758Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-26T00:59:23.758Z] This means they are not meant to be enabled using systemctl. [2021-02-26T00:59:23.758Z] Possible reasons for having this kind of units are: [2021-02-26T00:59:23.758Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-26T00:59:23.758Z] .wants/ or .requires/ directory. [2021-02-26T00:59:23.758Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-26T00:59:23.758Z] a requirement dependency on it. [2021-02-26T00:59:23.758Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-26T00:59:23.758Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-26T00:59:23.758Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-26T00:59:23.758Z] instance name specified. [2021-02-26T00:59:24.019Z] Reading package lists... [2021-02-26T00:59:24.279Z] Building dependency tree... [2021-02-26T00:59:24.279Z] Reading state information... [2021-02-26T00:59:24.540Z] The following additional packages will be installed: [2021-02-26T00:59:24.540Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-26T00:59:24.540Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-26T00:59:24.540Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-26T00:59:24.540Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-26T00:59:24.540Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-26T00:59:24.540Z] Suggested packages: [2021-02-26T00:59:24.540Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-26T00:59:24.540Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-26T00:59:24.540Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-26T00:59:24.540Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-26T00:59:24.540Z] systemd-container policykit-1 [2021-02-26T00:59:24.540Z] Recommended packages: [2021-02-26T00:59:24.540Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-26T00:59:24.540Z] The following NEW packages will be installed: [2021-02-26T00:59:24.540Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-26T00:59:24.540Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-26T00:59:24.540Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-26T00:59:24.540Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-26T00:59:24.540Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-26T00:59:24.540Z] The following packages will be upgraded: [2021-02-26T00:59:24.540Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-26T00:59:24.800Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-26T00:59:24.800Z] Need to get 35.2 MB of archives. [2021-02-26T00:59:24.800Z] After this operation, 141 MB of additional disk space will be used. [2021-02-26T00:59:24.800Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-26T00:59:24.800Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-26T00:59:25.371Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-26T00:59:25.641Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-02-26T00:59:25.641Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-26T00:59:25.641Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-26T00:59:25.641Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-26T00:59:25.641Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-26T00:59:25.641Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-26T00:59:25.641Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-02-26T00:59:25.641Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-26T00:59:25.641Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-26T00:59:25.641Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-26T00:59:25.641Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-26T00:59:25.641Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-26T00:59:25.641Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-02-26T00:59:25.641Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-02-26T00:59:25.641Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-26T00:59:25.641Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-02-26T00:59:25.641Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-26T00:59:25.641Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-26T00:59:25.641Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-26T00:59:25.974Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-26T00:59:25.974Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-26T00:59:25.974Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-26T00:59:25.974Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-26T00:59:25.974Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-26T00:59:25.974Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-26T00:59:25.974Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-26T00:59:25.974Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-26T00:59:26.994Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-26T00:59:26.994Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-02-26T00:59:27.254Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-26T00:59:27.254Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-26T00:59:27.254Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-26T00:59:27.824Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-26T00:59:27.824Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-26T00:59:28.084Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-26T00:59:28.084Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-26T00:59:28.084Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-26T00:59:28.084Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-26T00:59:28.344Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-26T00:59:28.344Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-26T00:59:28.344Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-26T00:59:28.344Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-26T00:59:28.914Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-26T00:59:28.914Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-26T00:59:29.175Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-26T00:59:29.435Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-26T00:59:29.435Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-26T00:59:29.435Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-26T00:59:29.695Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-26T00:59:29.695Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-26T00:59:29.695Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T00:59:29.695Z] Selecting previously unselected package libexpat1:amd64. [2021-02-26T00:59:29.695Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-26T00:59:29.695Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-26T00:59:29.956Z] Selecting previously unselected package python3.6-minimal. [2021-02-26T00:59:29.956Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-26T00:59:29.956Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T00:59:30.215Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-26T00:59:30.215Z] Checking for services that may need to be restarted...done. [2021-02-26T00:59:30.215Z] Checking for services that may need to be restarted...done. [2021-02-26T00:59:30.478Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T00:59:30.478Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-26T00:59:30.478Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T00:59:31.060Z] Selecting previously unselected package python3-minimal. [2021-02-26T00:59:31.060Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-26T00:59:31.060Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-26T00:59:31.060Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-26T00:59:31.060Z] Selecting previously unselected package mime-support. [2021-02-26T00:59:31.060Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-26T00:59:31.060Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-26T00:59:31.326Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-26T00:59:31.326Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-26T00:59:31.326Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-26T00:59:31.326Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-26T00:59:31.326Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-26T00:59:31.326Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T00:59:31.596Z] Selecting previously unselected package python3.6. [2021-02-26T00:59:31.596Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-26T00:59:31.596Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T00:59:31.864Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-26T00:59:31.864Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-26T00:59:31.864Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-26T00:59:31.864Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-26T00:59:32.134Z] Selecting previously unselected package python3. [2021-02-26T00:59:32.134Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-26T00:59:32.134Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-26T00:59:32.134Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-26T00:59:32.134Z] Selecting previously unselected package multiarch-support. [2021-02-26T00:59:32.134Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-26T00:59:32.134Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-26T00:59:32.407Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-26T00:59:32.407Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-26T00:59:32.407Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-26T00:59:32.407Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-26T00:59:32.407Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-26T00:59:32.407Z] Selecting previously unselected package libbsd0:amd64. [2021-02-26T00:59:32.407Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-26T00:59:32.407Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-26T00:59:32.670Z] Selecting previously unselected package sudo. [2021-02-26T00:59:32.670Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-26T00:59:32.670Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-26T00:59:32.670Z] Selecting previously unselected package apparmor. [2021-02-26T00:59:32.670Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-26T00:59:32.670Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-26T00:59:32.930Z] Selecting previously unselected package libedit2:amd64. [2021-02-26T00:59:32.930Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-26T00:59:32.930Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-26T00:59:32.930Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-26T00:59:32.930Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-26T00:59:32.930Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T00:59:33.190Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-26T00:59:33.190Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-26T00:59:33.190Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T00:59:33.190Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-26T00:59:33.190Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-26T00:59:33.190Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-26T00:59:33.450Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-26T00:59:33.450Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-26T00:59:33.450Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T00:59:33.450Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-26T00:59:33.450Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-26T00:59:33.450Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T00:59:33.711Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-26T00:59:33.711Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-26T00:59:33.712Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-26T00:59:33.712Z] Selecting previously unselected package openssh-client. [2021-02-26T00:59:33.712Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-26T00:59:33.712Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-26T00:59:33.971Z] Selecting previously unselected package squashfs-tools. [2021-02-26T00:59:33.971Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-26T00:59:33.971Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-26T00:59:33.971Z] Selecting previously unselected package snapd. [2021-02-26T00:59:33.971Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-26T00:59:33.971Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-26T00:59:36.516Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-26T00:59:36.516Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-26T00:59:36.777Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-26T00:59:36.777Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-26T00:59:36.777Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-26T00:59:36.777Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T00:59:36.777Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-26T00:59:37.037Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-26T00:59:37.037Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-26T00:59:37.978Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-26T00:59:37.978Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-26T00:59:37.978Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-26T00:59:37.978Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T00:59:37.978Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T00:59:37.978Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-26T00:59:38.924Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-26T00:59:38.924Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T00:59:38.924Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-26T00:59:38.924Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-26T00:59:38.924Z] running python rtupdate hooks for python3.6... [2021-02-26T00:59:38.924Z] running python post-rtupdate hooks for python3.6... [2021-02-26T00:59:38.924Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-26T00:59:40.833Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-26T00:59:40.833Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-26T00:59:41.093Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-26T00:59:41.093Z] Setting up snapd (2.48.3+18.04) ... [2021-02-26T00:59:41.665Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-26T00:59:41.925Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-26T00:59:42.185Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-26T00:59:42.445Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-26T00:59:42.445Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-26T00:59:42.445Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-26T00:59:42.713Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-26T00:59:42.974Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-26T00:59:43.235Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-26T00:59:43.495Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-26T00:59:43.495Z] /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-02-26T00:59:43.495Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-26T00:59:43.495Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-26T00:59:44.435Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-26T00:59:44.702Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-26T00:59:44.702Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-26T00:59:46.348Z] Reading package lists... [2021-02-26T00:59:46.615Z] Reading package lists... [2021-02-26T00:59:46.615Z] Building dependency tree... [2021-02-26T00:59:46.615Z] Reading state information... [2021-02-26T00:59:46.876Z] Calculating upgrade... [2021-02-26T00:59:47.136Z] The following packages will be upgraded: [2021-02-26T00:59:47.136Z] advancecomp base-files bash binutils binutils-common [2021-02-26T00:59:47.136Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-26T00:59:47.136Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-26T00:59:47.136Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-26T00:59:47.136Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-26T00:59:47.136Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-26T00:59:47.136Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-26T00:59:47.136Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-26T00:59:47.136Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-26T00:59:47.136Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-26T00:59:47.136Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-26T00:59:47.136Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-26T00:59:47.136Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-26T00:59:47.136Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-26T00:59:47.136Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-26T00:59:47.396Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-26T00:59:47.396Z] Need to get 63.8 MB of archives. [2021-02-26T00:59:47.396Z] After this operation, 5201 kB of additional disk space will be used. [2021-02-26T00:59:47.396Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-02-26T00:59:47.396Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-26T00:59:47.967Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-26T00:59:47.967Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-26T00:59:47.967Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-26T00:59:47.967Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-26T00:59:47.967Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-26T00:59:47.967Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-26T00:59:47.967Z] 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-02-26T00:59:47.967Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-26T00:59:47.967Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-26T00:59:47.967Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-26T00:59:47.967Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-26T00:59:47.967Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-26T00:59:47.967Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-26T00:59:48.227Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-26T00:59:48.227Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-26T00:59:48.227Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-26T00:59:48.227Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-26T00:59:48.227Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-26T00:59:48.227Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-26T00:59:48.227Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-26T00:59:48.227Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-26T00:59:48.227Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-26T00:59:48.227Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-26T00:59:48.227Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-26T00:59:48.227Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-26T00:59:48.227Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-26T00:59:48.227Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-26T00:59:48.227Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-26T00:59:48.227Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-26T00:59:48.227Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-26T00:59:48.227Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-26T00:59:48.227Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-26T00:59:48.227Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-26T00:59:48.227Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-26T00:59:48.227Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-26T00:59:48.227Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-26T00:59:48.227Z] 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-02-26T00:59:48.227Z] 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-02-26T00:59:48.488Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-26T00:59:48.488Z] 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-02-26T00:59:48.488Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-26T00:59:48.488Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-02-26T00:59:48.488Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-26T00:59:48.488Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-26T00:59:48.488Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-26T00:59:48.488Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-26T00:59:48.488Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-26T00:59:48.488Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-26T00:59:48.488Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-26T00:59:48.488Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-26T00:59:48.488Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-26T00:59:48.488Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-26T00:59:48.488Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-26T00:59:48.488Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-26T00:59:48.488Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-26T00:59:48.488Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-26T00:59:48.488Z] Get:59 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-02-26T00:59:48.488Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-26T00:59:48.488Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-26T00:59:48.488Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-26T00:59:48.488Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-26T00:59:48.753Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-26T00:59:48.753Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-26T00:59:48.753Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-26T00:59:48.753Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-26T00:59:48.753Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-26T00:59:48.753Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-26T00:59:48.753Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-26T00:59:48.753Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-26T00:59:48.753Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-26T00:59:48.753Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-26T00:59:48.753Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-26T00:59:48.753Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-26T00:59:48.753Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-26T00:59:48.753Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-26T00:59:48.753Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-26T00:59:48.753Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-26T00:59:48.753Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-26T00:59:48.753Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-26T00:59:48.753Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-26T00:59:48.753Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-26T00:59:49.014Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-26T00:59:49.014Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-26T00:59:49.014Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-26T00:59:49.014Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-26T00:59:49.014Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-26T00:59:49.014Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-26T00:59:49.014Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-26T00:59:49.585Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-26T00:59:50.156Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-26T00:59:50.156Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-26T00:59:50.417Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-26T00:59:50.682Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-26T00:59:50.682Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-26T00:59:50.682Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-26T00:59:50.682Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-26T00:59:50.682Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-26T00:59:50.942Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-26T00:59:50.942Z] Fetched 63.8 MB in 4s (17.5 MB/s) [2021-02-26T00:59:51.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:51.202Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-26T00:59:51.202Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-26T00:59:52.151Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-26T00:59:52.151Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-26T00:59:52.151Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-02-26T00:59:52.151Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-02-26T00:59:53.096Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:53.096Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T00:59:53.096Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:53.096Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T00:59:53.358Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:53.358Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T00:59:53.358Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:53.358Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T00:59:53.619Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:53.619Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T00:59:53.619Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:53.619Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T00:59:53.879Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:53.879Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T00:59:53.879Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T00:59:54.139Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-26T00:59:54.139Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:54.139Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-26T00:59:54.139Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-26T00:59:54.139Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-26T00:59:54.139Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:54.399Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T00:59:54.399Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:54.399Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T00:59:54.399Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-26T00:59:54.660Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-26T00:59:54.660Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T00:59:54.920Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-26T00:59:54.920Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-26T00:59:55.187Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-26T00:59:55.447Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-26T00:59:55.710Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-26T00:59:55.710Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-26T00:59:55.970Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-26T00:59:55.970Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-26T00:59:55.970Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-26T00:59:56.230Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-26T00:59:56.230Z] Installing new version of config file /etc/issue ... [2021-02-26T00:59:56.230Z] Installing new version of config file /etc/issue.net ... [2021-02-26T00:59:56.230Z] Installing new version of config file /etc/lsb-release ... [2021-02-26T00:59:56.230Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-26T00:59:56.491Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-26T00:59:56.491Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-26T00:59:56.753Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-26T00:59:56.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:56.753Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-26T00:59:56.753Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-26T00:59:57.013Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-26T00:59:57.013Z] 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-02-26T00:59:57.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:57.013Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T00:59:57.013Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-26T00:59:57.274Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-26T00:59:57.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:57.274Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-26T00:59:57.274Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-26T00:59:57.535Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-26T00:59:57.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:57.535Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-26T00:59:57.535Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-26T00:59:57.796Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-26T00:59:57.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:57.796Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-26T00:59:58.055Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-26T00:59:58.055Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-26T00:59:58.055Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:58.055Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-26T00:59:58.055Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-26T00:59:58.316Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-26T00:59:58.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:58.316Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-26T00:59:58.316Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-26T00:59:58.576Z] Setting up grep (3.1-2build1) ... [2021-02-26T00:59:58.576Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:58.576Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-26T00:59:58.576Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-26T00:59:58.836Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-26T00:59:58.836Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:58.836Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-26T00:59:58.836Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-26T00:59:59.097Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-26T00:59:59.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T00:59:59.097Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-26T00:59:59.097Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-26T01:00:00.037Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-26T01:00:00.037Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-26T01:00:00.037Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-26T01:00:00.037Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-26T01:00:00.609Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-26T01:00:00.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:00.609Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-26T01:00:00.609Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-26T01:00:02.009Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-26T01:00:02.009Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-26T01:00:02.009Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-26T01:00:02.009Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-26T01:00:02.009Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-26T01:00:02.009Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:02.009Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-26T01:00:02.009Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-26T01:00:02.270Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-26T01:00:02.531Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:02.531Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T01:00:02.531Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T01:00:02.531Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-26T01:00:02.792Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:02.792Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T01:00:02.792Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T01:00:02.792Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-26T01:00:03.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:03.053Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T01:00:03.053Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T01:00:03.053Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-26T01:00:03.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:03.053Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T01:00:03.318Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T01:00:03.318Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-26T01:00:03.318Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:03.318Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-26T01:00:03.583Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-26T01:00:03.583Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-26T01:00:03.583Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-26T01:00:03.842Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-26T01:00:03.842Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:03.842Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-26T01:00:03.842Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-26T01:00:04.102Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-26T01:00:04.102Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:04.102Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T01:00:04.102Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T01:00:04.362Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-26T01:00:04.362Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:04.362Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T01:00:04.362Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T01:00:04.362Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-26T01:00:04.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:04.623Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T01:00:04.623Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T01:00:05.193Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-26T01:00:05.454Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-26T01:00:05.717Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-26T01:00:05.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:05.978Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-26T01:00:05.978Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-26T01:00:06.238Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-26T01:00:06.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-26T01:00:06.498Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-26T01:00:06.498Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-26T01:00:06.498Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-26T01:00:06.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:06.759Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-26T01:00:06.759Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-26T01:00:06.759Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-26T01:00:07.020Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:07.020Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-26T01:00:07.020Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-26T01:00:07.280Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-26T01:00:07.280Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:07.280Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-26T01:00:07.541Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-26T01:00:07.541Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-26T01:00:07.541Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:07.541Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-26T01:00:07.801Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-26T01:00:07.801Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-26T01:00:08.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:08.062Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-26T01:00:08.062Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-26T01:00:08.062Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-26T01:00:08.325Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:08.325Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-26T01:00:08.325Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-26T01:00:08.585Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-26T01:00:08.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:08.846Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-26T01:00:08.846Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-26T01:00:08.846Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-26T01:00:08.846Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-26T01:00:09.108Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-26T01:00:09.108Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-26T01:00:09.108Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-26T01:00:09.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:09.369Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-26T01:00:09.369Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-26T01:00:09.369Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-26T01:00:09.628Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:09.628Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-26T01:00:09.628Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-26T01:00:09.903Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-26T01:00:10.166Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:10.166Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-26T01:00:10.166Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-26T01:00:10.166Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-26T01:00:10.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:10.427Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-26T01:00:10.427Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-26T01:00:10.427Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-26T01:00:10.711Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:10.711Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-26T01:00:10.711Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-26T01:00:10.976Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-26T01:00:11.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:11.237Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-26T01:00:11.237Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-26T01:00:11.237Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-02-26T01:00:11.496Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:11.496Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-26T01:00:11.496Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-26T01:00:11.496Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-26T01:00:11.757Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:11.757Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-26T01:00:11.757Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-26T01:00:11.757Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-26T01:00:11.757Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:11.757Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-26T01:00:12.019Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-26T01:00:12.019Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-26T01:00:12.019Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:12.019Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-26T01:00:12.381Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-26T01:00:12.381Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-26T01:00:12.792Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:12.792Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-26T01:00:13.054Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-26T01:00:13.054Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-26T01:00:13.054Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-26T01:00:13.054Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-26T01:00:13.054Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-26T01:00:13.314Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-26T01:00:13.314Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-26T01:00:13.314Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-26T01:00:13.314Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-26T01:00:13.575Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-26T01:00:13.575Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-26T01:00:13.575Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-26T01:00:13.835Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-26T01:00:13.835Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-26T01:00:14.096Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-26T01:00:14.096Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-26T01:00:14.096Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-26T01:00:14.096Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-26T01:00:14.357Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-26T01:00:14.357Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-26T01:00:14.357Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-26T01:00:14.357Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-26T01:00:14.357Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-26T01:00:14.617Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-26T01:00:14.617Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-26T01:00:14.617Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-26T01:00:14.617Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-26T01:00:14.889Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-26T01:00:14.889Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-26T01:00:14.889Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-26T01:00:14.889Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-26T01:00:15.888Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-26T01:00:15.888Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-26T01:00:15.888Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-26T01:00:16.148Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-26T01:00:16.148Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-26T01:00:16.148Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-26T01:00:16.718Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-26T01:00:16.718Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-26T01:00:16.718Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-26T01:00:16.718Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-26T01:00:16.978Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-26T01:00:16.978Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-26T01:00:16.978Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T01:00:17.238Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T01:00:17.238Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T01:00:17.238Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T01:00:17.498Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T01:00:17.757Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T01:00:17.757Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T01:00:18.017Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T01:00:19.399Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T01:00:19.399Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T01:00:20.342Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T01:00:20.342Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T01:00:21.282Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T01:00:21.282Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T01:00:21.543Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T01:00:21.543Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T01:00:22.484Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-26T01:00:22.484Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-26T01:00:22.744Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-26T01:00:22.744Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-26T01:00:22.744Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-26T01:00:23.009Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-26T01:00:23.009Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-26T01:00:23.009Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-26T01:00:23.270Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-26T01:00:23.270Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-26T01:00:23.531Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-26T01:00:23.531Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-26T01:00:23.531Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-26T01:00:23.531Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-26T01:00:23.791Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-26T01:00:23.791Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-26T01:00:23.791Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T01:00:23.791Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-26T01:00:24.051Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T01:00:24.051Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T01:00:24.051Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T01:00:24.051Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-26T01:00:24.051Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-26T01:00:24.051Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-26T01:00:24.311Z] [2021-02-26T01:00:24.311Z] Current default time zone: 'Etc/UTC' [2021-02-26T01:00:24.311Z] Local time is now: Fri Feb 26 01:00:24 UTC 2021. [2021-02-26T01:00:24.311Z] Universal Time is now: Fri Feb 26 01:00:24 UTC 2021. [2021-02-26T01:00:24.311Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-26T01:00:24.311Z] [2021-02-26T01:00:24.311Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-26T01:00:24.311Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T01:00:24.311Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-02-26T01:00:24.311Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-26T01:00:24.311Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-26T01:00:24.571Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-26T01:00:24.571Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-26T01:00:24.571Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-26T01:00:24.571Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-26T01:00:24.571Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-26T01:00:24.571Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T01:00:24.571Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-26T01:00:24.831Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T01:00:24.831Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-26T01:00:24.831Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T01:00:25.092Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-26T01:00:25.092Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-26T01:00:25.092Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-26T01:00:25.092Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-26T01:00:25.092Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-26T01:00:25.092Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-26T01:00:25.092Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-26T01:00:25.092Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-26T01:00:26.499Z] Updating certificates in /etc/ssl/certs... [2021-02-26T01:00:27.438Z] 23 added, 27 removed; done. [2021-02-26T01:00:27.438Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-26T01:00:27.438Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-26T01:00:27.438Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-26T01:00:27.438Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-26T01:00:27.438Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-26T01:00:27.438Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T01:00:27.438Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-26T01:00:27.699Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T01:00:27.699Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T01:00:27.699Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T01:00:27.699Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T01:00:27.699Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T01:00:27.699Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-26T01:00:27.699Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-26T01:00:27.958Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-26T01:00:27.958Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-26T01:00:27.958Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-26T01:00:27.958Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T01:00:27.958Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-26T01:00:27.958Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-26T01:00:27.958Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-26T01:00:28.218Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-26T01:00:28.218Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-26T01:00:28.218Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-26T01:00:28.218Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-26T01:00:28.478Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-26T01:00:28.478Z] Updating certificates in /etc/ssl/certs... [2021-02-26T01:00:28.739Z] 0 added, 0 removed; done. [2021-02-26T01:00:28.739Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-26T01:00:28.739Z] done. [2021-02-26T01:00:29.311Z] Reading package lists... [2021-02-26T01:00:29.572Z] Building dependency tree... [2021-02-26T01:00:29.572Z] Reading state information... [2021-02-26T01:00:29.832Z] The following NEW packages will be installed: [2021-02-26T01:00:29.832Z] apt-transport-https [2021-02-26T01:00:30.092Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-26T01:00:30.092Z] Need to get 1696 B of archives. [2021-02-26T01:00:30.092Z] After this operation, 153 kB of additional disk space will be used. [2021-02-26T01:00:30.092Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-26T01:00:30.092Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-26T01:00:30.092Z] Fetched 1696 B in 0s (8434 B/s) [2021-02-26T01:00:30.358Z] Selecting previously unselected package apt-transport-https. [2021-02-26T01:00:30.358Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-26T01:00:30.358Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-26T01:00:30.358Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-26T01:00:30.358Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-26T01:00:30.620Z] Waiting for network to be ready... [2021-02-26T01:00:35.928Z] 2021-02-26T01:00:34Z INFO Waiting for automatic snapd restart... [2021-02-26T01:00:35.928Z] snapd 2.48.2.1 from Canonical* installed [2021-02-26T01:00:36.190Z] "snapd" switched to the "latest/stable" channel [2021-02-26T01:00:36.190Z] [2021-02-26T01:00:40.449Z] core18 20210128 from Canonical* installed [2021-02-26T01:00:40.449Z] "core18" switched to the "latest/stable" channel [2021-02-26T01:00:40.449Z] [2021-02-26T01:00:45.739Z] snapcraft 4.5.1 from Canonical* installed [2021-02-26T01:00:45.739Z] "snapcraft" switched to the "latest/stable" channel [2021-02-26T01:00:45.739Z] [2021-02-26T01:00:48.499Z] 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-02-26T01:00:48.499Z] - README.md [2021-02-26T01:00:48.499Z] - snapcraft.yaml.orig [2021-02-26T01:00:48.499Z] [2021-02-26T01:00:48.499Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-26T01:00:55.090Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-26T01:00:55.090Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-26T01:00:55.090Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-26T01:00:55.350Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-26T01:00:56.733Z] Reading package lists... [2021-02-26T01:00:57.302Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-02-26T01:01:03.884Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-26T01:01:03.884Z] Reading package lists... [2021-02-26T01:01:03.884Z] Building dependency tree... [2021-02-26T01:01:03.884Z] Reading state information... [2021-02-26T01:01:03.884Z] Suggested packages: [2021-02-26T01:01:03.884Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-26T01:01:03.884Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-26T01:01:03.884Z] Recommended packages: [2021-02-26T01:01:03.884Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-26T01:01:03.884Z] The following NEW packages will be installed: [2021-02-26T01:01:03.884Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-26T01:01:03.884Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-26T01:01:03.884Z] pkg-config zip [2021-02-26T01:01:03.884Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-26T01:01:03.884Z] Need to get 7655 kB of archives. [2021-02-26T01:01:03.884Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-26T01:01:03.884Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-26T01:01:03.884Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-26T01:01:04.143Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-26T01:01:04.143Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-26T01:01:04.143Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-26T01:01:04.143Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-26T01:01:04.404Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-26T01:01:04.404Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-26T01:01:04.404Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-26T01:01:04.404Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-26T01:01:04.404Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-26T01:01:04.404Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-26T01:01:04.664Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-26T01:01:04.664Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-26T01:01:04.664Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-26T01:01:04.924Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-26T01:01:04.924Z] Fetched 7655 kB in 1s (7235 kB/s) [2021-02-26T01:01:05.183Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-26T01:01:05.183Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-26T01:01:05.183Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-26T01:01:05.183Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-26T01:01:05.443Z] Selecting previously unselected package libpsl5:amd64. [2021-02-26T01:01:05.443Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-26T01:01:05.443Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-26T01:01:05.443Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-26T01:01:05.443Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-26T01:01:05.443Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-26T01:01:05.703Z] Selecting previously unselected package librtmp1:amd64. [2021-02-26T01:01:05.703Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-26T01:01:05.703Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-26T01:01:05.703Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-26T01:01:05.703Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-26T01:01:05.703Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-26T01:01:05.703Z] Selecting previously unselected package liberror-perl. [2021-02-26T01:01:05.703Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-26T01:01:05.703Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-26T01:01:05.962Z] Selecting previously unselected package git-man. [2021-02-26T01:01:05.962Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-26T01:01:05.962Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-26T01:01:05.962Z] Selecting previously unselected package git. [2021-02-26T01:01:05.962Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-26T01:01:05.962Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-26T01:01:06.905Z] Selecting previously unselected package libnorm1:amd64. [2021-02-26T01:01:06.905Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-26T01:01:06.905Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-26T01:01:07.167Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-26T01:01:07.167Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-26T01:01:07.167Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-26T01:01:07.167Z] Selecting previously unselected package libsodium23:amd64. [2021-02-26T01:01:07.167Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-26T01:01:07.167Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-26T01:01:07.167Z] Selecting previously unselected package libzmq5:amd64. [2021-02-26T01:01:07.167Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-26T01:01:07.167Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-26T01:01:07.426Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-26T01:01:07.426Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-26T01:01:07.426Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-26T01:01:07.426Z] Selecting previously unselected package pkg-config. [2021-02-26T01:01:07.426Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-26T01:01:07.426Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-26T01:01:07.687Z] Selecting previously unselected package zip. [2021-02-26T01:01:07.687Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-26T01:01:07.687Z] Unpacking zip (3.0-11build1) ... [2021-02-26T01:01:07.687Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-26T01:01:07.687Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-26T01:01:07.687Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-26T01:01:07.687Z] Setting up liberror-perl (0.17025-1) ... [2021-02-26T01:01:07.687Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-26T01:01:07.687Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-26T01:01:07.687Z] No schema files found: doing nothing. [2021-02-26T01:01:07.687Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-26T01:01:07.947Z] Setting up zip (3.0-11build1) ... [2021-02-26T01:01:07.947Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-26T01:01:07.947Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-26T01:01:07.947Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-26T01:01:07.947Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-26T01:01:07.947Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-26T01:01:07.947Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-26T01:01:07.947Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-26T01:01:07.947Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-26T01:01:14.524Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-26T01:01:14.785Z] git set to automatically installed. [2021-02-26T01:01:14.785Z] git-man set to automatically installed. [2021-02-26T01:01:14.785Z] libcurl3-gnutls set to automatically installed. [2021-02-26T01:01:14.785Z] liberror-perl set to automatically installed. [2021-02-26T01:01:14.785Z] libglib2.0-0 set to automatically installed. [2021-02-26T01:01:14.785Z] libnghttp2-14 set to automatically installed. [2021-02-26T01:01:14.785Z] libnorm1 set to automatically installed. [2021-02-26T01:01:14.785Z] libpgm-5.2-0 set to automatically installed. [2021-02-26T01:01:14.785Z] libpsl5 set to automatically installed. [2021-02-26T01:01:14.785Z] librtmp1 set to automatically installed. [2021-02-26T01:01:14.785Z] libsodium23 set to automatically installed. [2021-02-26T01:01:14.785Z] libzmq3-dev set to automatically installed. [2021-02-26T01:01:14.785Z] libzmq5 set to automatically installed. [2021-02-26T01:01:14.785Z] pkg-config set to automatically installed. [2021-02-26T01:01:14.785Z] zip set to automatically installed. [2021-02-26T01:01:17.322Z] snapd is not logged in, snap install commands will use sudo [2021-02-26T01:01:23.901Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-26T01:01:24.162Z] snap "core18" has no updates available [2021-02-26T01:01:25.104Z] Pulling config-common [2021-02-26T01:01:25.104Z] + snapcraftctl pull [2021-02-26T01:01:26.046Z] Pulling go-build-helper [2021-02-26T01:01:26.047Z] + snapcraftctl pull [2021-02-26T01:01:52.640Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-26T01:01:52.640Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-26T01:01:52.641Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-26T01:01:52.641Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-26T01:01:52.641Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-26T01:01:52.641Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-26T01:01:52.641Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-26T01:01:52.641Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-26T01:01:52.641Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-26T01:01:52.641Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-26T01:01:52.641Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-26T01:01:52.641Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-26T01:01:52.641Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-26T01:01:52.641Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-26T01:01:52.641Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-26T01:01:52.641Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-26T01:01:52.641Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] [2021-02-26T01:01:52.641Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-26T01:01:52.641Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-26T01:01:52.641Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-26T01:01:52.641Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-26T01:01:52.641Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-26T01:01:52.641Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-26T01:01:52.641Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-26T01:01:52.641Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-26T01:01:52.641Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-02-26T01:01:52.641Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-26T01:01:52.641Z] Fetched 24.0 MB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-26T01:01:52.641Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-26T01:01:52.641Z] Fetched 279 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-26T01:01:52.641Z] Fetched 122 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-26T01:01:52.641Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-26T01:01:52.641Z] Fetched 8848 B in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-26T01:01:52.641Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-26T01:01:52.641Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-26T01:01:52.641Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-26T01:01:52.641Z] Fetched 214 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-02-26T01:01:52.641Z] Fetched 154 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-26T01:01:52.641Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-26T01:01:52.641Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-26T01:01:52.641Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-26T01:01:52.641Z] Fetched 499 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-26T01:01:52.641Z] Fetched 111 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-26T01:01:52.641Z] Fetched 240 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-26T01:01:52.641Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-26T01:01:52.641Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-26T01:01:52.641Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-26T01:01:52.641Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-26T01:01:52.641Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-26T01:01:52.641Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-02-26T01:01:52.641Z] Fetched 15.8 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-26T01:01:52.641Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-26T01:01:52.641Z] Fetched 8720 B in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-26T01:01:52.641Z] Fetched 137 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-26T01:01:52.641Z] Fetched 119 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-26T01:01:52.641Z] Fetched 109 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-26T01:01:52.641Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-26T01:01:52.641Z] Fetched 645 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-26T01:01:52.641Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-26T01:01:52.641Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-26T01:01:52.641Z] Fetched 368 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-26T01:01:52.641Z] Fetched 187 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-26T01:01:52.641Z] Fetched 175 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-26T01:01:52.641Z] Fetched 206 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-26T01:01:52.641Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-26T01:01:52.641Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-26T01:01:52.641Z] Fetched 159 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-26T01:01:52.641Z] Fetched 107 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-26T01:01:52.641Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-26T01:01:52.641Z] Pulling static-packages [2021-02-26T01:01:52.641Z] + snapcraftctl pull [2021-02-26T01:01:53.581Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-26T01:01:53.581Z] Skipping pull go-build-helper (already ran) [2021-02-26T01:01:53.581Z] Skipping pull static-packages (already ran) [2021-02-26T01:01:53.581Z] Building go-build-helper [2021-02-26T01:01:53.581Z] + snapcraftctl build [2021-02-26T01:01:57.784Z] Building static-packages [2021-02-26T01:01:57.784Z] + snapcraftctl build [2021-02-26T01:02:00.327Z] Staging go-build-helper [2021-02-26T01:02:00.327Z] + snapcraftctl stage [2021-02-26T01:02:01.266Z] Staging static-packages [2021-02-26T01:02:01.266Z] + snapcraftctl stage [2021-02-26T01:02:02.210Z] Pulling go115 [2021-02-26T01:02:02.210Z] + snapcraftctl pull [2021-02-26T01:02:03.592Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-26T01:02:03.592Z] Skipping pull go115 (already ran) [2021-02-26T01:02:03.592Z] Building go115 [2021-02-26T01:02:03.592Z] + dpkg --print-architecture [2021-02-26T01:02:03.592Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-26T01:02:03.592Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-26T01:02:03.592Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-26T01:02:03.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T01:02:03.592Z] Dload Upload Total Spent Left Speed [2021-02-26T01:02:07.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1631k 0 0 3343k 0 0:00:35 --:--:-- 0:00:35 3336k 21 115M 21 24.4M 0 0 16.4M 0 0:00:07 0:00:01 0:00:06 16.4M 58 115M 58 67.9M 0 0 27.3M 0 0:00:04 0:00:02 0:00:02 27.2M 89 115M 89 103M 0 0 28.8M 0 0:00:04 0:00:03 0:00:01 28.8M 100 115M 100 115M 0 0 28.9M 0 0:00:03 0:00:03 --:--:-- 28.9M [2021-02-26T01:02:07.416Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-26T01:02:07.416Z] + sha256sum -c sha256 [2021-02-26T01:02:07.416Z] + grep OK [2021-02-26T01:02:08.357Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-26T01:02:08.357Z] + mkdir -p /root/stage/go1.15 [2021-02-26T01:02:08.357Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-26T01:02:13.682Z] Staging go115 [2021-02-26T01:02:13.682Z] + snapcraftctl stage [2021-02-26T01:02:18.972Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-26T01:02:18.972Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-26T01:02:18.972Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-26T01:02:18.972Z] Fetched 0 B in 0s (0 B/s) [2021-02-26T01:02:18.972Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-26T01:02:18.972Z] Fetched 224 kB in 0s (0 B/s) [2021-02-26T01:02:18.972Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-26T01:02:18.972Z] Fetched 157 kB in 0s (0 B/s) [2021-02-26T01:02:18.972Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-26T01:02:18.972Z] Fetched 221 kB in 0s (0 B/s) [2021-02-26T01:02:18.972Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-26T01:02:18.972Z] Fetched 143 kB in 0s (0 B/s) [2021-02-26T01:02:18.972Z] Pulling edgex-go [2021-02-26T01:02:18.972Z] + snapcraftctl pull [2021-02-26T01:02:20.353Z] Pulling version [2021-02-26T01:02:20.353Z] + cd /root/project [2021-02-26T01:02:20.353Z] + [ -f VERSION ] [2021-02-26T01:02:20.353Z] + PROJECT_VERSION=local-dev [2021-02-26T01:02:20.353Z] + git rev-parse --short HEAD [2021-02-26T01:02:20.353Z] + GIT_REVISION=4976a986 [2021-02-26T01:02:20.353Z] + snapcraftctl set-version local-dev [2021-02-26T01:02:21.734Z] Building config-common [2021-02-26T01:02:21.734Z] + snapcraftctl build [2021-02-26T01:02:24.408Z] Skipping build go-build-helper (already ran) [2021-02-26T01:02:24.408Z] Skipping build static-packages (already ran) [2021-02-26T01:02:24.408Z] Skipping build go115 (already ran) [2021-02-26T01:02:24.408Z] Building edgex-go [2021-02-26T01:02:25.350Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-26T01:02:25.350Z] + cd /root/parts/edgex-go/src [2021-02-26T01:02:25.350Z] + make build [2021-02-26T01:02:25.350Z] 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-02-26T01:02:27.261Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-26T01:02:27.262Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.38 [2021-02-26T01:02:27.262Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-02-26T01:02:27.262Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-02-26T01:02:27.262Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-26T01:02:27.262Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-26T01:02:27.262Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-26T01:02:27.262Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-26T01:02:27.262Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-02-26T01:02:27.262Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-26T01:02:27.262Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-26T01:02:27.262Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-26T01:02:27.262Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-26T01:02:27.262Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-26T01:02:27.262Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-26T01:02:27.262Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-26T01:02:27.262Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-26T01:02:27.262Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-26T01:02:27.262Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-26T01:02:27.262Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-26T01:02:27.262Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-26T01:02:27.523Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-02-26T01:02:27.523Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-26T01:02:27.523Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-26T01:02:27.523Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-26T01:02:27.523Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-26T01:02:27.523Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-26T01:02:27.523Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-26T01:02:27.523Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-26T01:02:27.523Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-26T01:02:27.523Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-26T01:02:27.523Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-26T01:02:27.523Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-26T01:02:27.523Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-26T01:02:27.523Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-26T01:02:27.523Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-26T01:02:27.523Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-26T01:02:27.523Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-26T01:02:27.523Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-26T01:02:27.783Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-26T01:02:27.783Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-26T01:02:27.783Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-26T01:02:27.783Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-26T01:02:28.042Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-26T01:02:38.037Z] 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-02-26T01:02:38.037Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-26T01:02:42.244Z] 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-02-26T01:02:43.626Z] 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-02-26T01:02:45.042Z] 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-02-26T01:02:45.303Z] 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-02-26T01:02:45.303Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-26T01:02:45.563Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-26T01:02:45.563Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-26T01:02:45.563Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-26T01:02:47.477Z] 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-02-26T01:02:47.477Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-26T01:02:47.477Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-26T01:02:48.858Z] 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-02-26T01:02:49.798Z] 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-02-26T01:02:49.798Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-26T01:02:51.187Z] 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-02-26T01:02:52.127Z] 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-02-26T01:02:52.127Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-26T01:02:53.510Z] 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-02-26T01:02:53.510Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-26T01:02:54.892Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-26T01:02:54.892Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-26T01:02:54.892Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-26T01:02:54.892Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-26T01:02:54.892Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-26T01:02:55.152Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-26T01:02:55.152Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-26T01:02:55.152Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-26T01:02:55.152Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-26T01:02:55.152Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-26T01:02:55.152Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-26T01:02:55.152Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-26T01:02:55.152Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-26T01:02:55.152Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-26T01:02:55.152Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-26T01:02:55.152Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-26T01:02:55.152Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-26T01:02:55.152Z] + 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-02-26T01:02:55.152Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-26T01:02:55.152Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-26T01:02:55.152Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-26T01:02:55.152Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-26T01:02:55.152Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-26T01:02:55.152Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-26T01:02:55.152Z] + 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-02-26T01:02:57.060Z] Building version [2021-02-26T01:02:57.060Z] + snapcraftctl build [2021-02-26T01:02:59.748Z] Staging config-common [2021-02-26T01:02:59.748Z] + snapcraftctl stage [2021-02-26T01:03:00.688Z] Skipping stage go-build-helper (already ran) [2021-02-26T01:03:00.688Z] Skipping stage static-packages (already ran) [2021-02-26T01:03:00.688Z] Skipping stage go115 (already ran) [2021-02-26T01:03:00.688Z] Staging edgex-go [2021-02-26T01:03:00.688Z] + snapcraftctl stage [2021-02-26T01:03:02.100Z] Staging version [2021-02-26T01:03:02.100Z] + snapcraftctl stage [2021-02-26T01:03:03.041Z] Priming config-common [2021-02-26T01:03:03.041Z] + snapcraftctl prime [2021-02-26T01:03:03.981Z] Priming go-build-helper [2021-02-26T01:03:03.981Z] + snapcraftctl prime [2021-02-26T01:03:05.364Z] Priming static-packages [2021-02-26T01:03:05.364Z] + snapcraftctl prime [2021-02-26T01:03:07.903Z] Priming go115 [2021-02-26T01:03:07.903Z] + snapcraftctl prime [2021-02-26T01:03:08.842Z] Priming edgex-go [2021-02-26T01:03:08.842Z] + snapcraftctl prime [2021-02-26T01:03:10.226Z] Priming version [2021-02-26T01:03:10.226Z] + snapcraftctl prime [2021-02-26T01:03:11.165Z] 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-02-26T01:03:15.428Z] provisioning config files... [2021-02-26T01:03:15.458Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2210868889697539173tmp [Pipeline] { [Pipeline] sh [2021-02-26T01:03:17.288Z] + set +x [2021-02-26T01:03:17.288Z] + curl -s https://codecov.io/bash [2021-02-26T01:03:17.288Z] + bash -s -- [2021-02-26T01:03:18.494Z] [2021-02-26T01:03:18.494Z] _____ _ [2021-02-26T01:03:18.494Z] / ____| | | [2021-02-26T01:03:18.494Z] | | ___ __| | ___ ___ _____ __ [2021-02-26T01:03:18.494Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-26T01:03:18.494Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-26T01:03:18.494Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-26T01:03:18.494Z] Bash-20210129-7c25fce [2021-02-26T01:03:18.494Z] [2021-02-26T01:03:18.494Z] [2021-02-26T01:03:18.494Z] ==> git version 2.24.3 found [2021-02-26T01:03:18.494Z] ==> 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-02-26T01:03:18.494Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-26T01:03:18.494Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-26T01:03:18.494Z] ==> Jenkins CI detected. [2021-02-26T01:03:18.494Z] project root: . [2021-02-26T01:03:18.494Z] --> token set from env [2021-02-26T01:03:18.494Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-26T01:03:18.494Z] ==> Running gcov in . (disable via -X gcov) [2021-02-26T01:03:18.783Z] ==> Python coveragepy not found [2021-02-26T01:03:18.783Z] ==> Searching for coverage reports in: [2021-02-26T01:03:18.783Z] + . [2021-02-26T01:03:18.783Z] -> Found 1 reports [2021-02-26T01:03:18.783Z] ==> Detecting git/mercurial file structure [2021-02-26T01:03:18.783Z] ==> Reading reports [2021-02-26T01:03:19.082Z] + ./coverage.out bytes=599431 [2021-02-26T01:03:19.082Z] ==> Appending adjustments [2021-02-26T01:03:19.082Z] https://docs.codecov.io/docs/fixing-reports [2021-02-26T01:03:30.424Z] + Found adjustments [2021-02-26T01:03:30.424Z] ==> Gzipping contents [2021-02-26T01:03:30.424Z] 88K /tmp/codecov.J8Qi7C.gz [2021-02-26T01:03:30.424Z] ==> Uploading reports [2021-02-26T01:03:30.424Z] url: https://codecov.io [2021-02-26T01:03:30.424Z] query: branch=PR-3192&commit=a761b7bc34fc8695db9772a9dd3aa523de0404ff&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3192%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3192&job=&cmd_args= [2021-02-26T01:03:30.424Z] -> Pinging Codecov [2021-02-26T01:03:30.424Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3192&commit=a761b7bc34fc8695db9772a9dd3aa523de0404ff&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3192%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3192&job=&cmd_args= [2021-02-26T01:03:30.713Z] -> Uploading to [2021-02-26T01:03:30.713Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-26/00271124DB129430A58F1EEE437C3FCB/a761b7bc34fc8695db9772a9dd3aa523de0404ff/30fd491d-8cf3-460d-b2cf-4484580d1bf1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T010330Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f4e3aa2dcc1965cc5cf70fdfebb56618b4e202219787890a61728fa590694ee6 [2021-02-26T01:03:30.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T01:03:30.713Z] Dload Upload Total Spent Left Speed [2021-02-26T01:03:31.509Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89479 0 0 100 89479 0 120k --:--:-- --:--:-- --:--:-- 120k 100 89479 0 0 100 89479 0 120k --:--:-- --:--:-- --:--:-- 120k [2021-02-26T01:03:31.897Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a761b7bc34fc8695db9772a9dd3aa523de0404ff [Pipeline] } [2021-02-26T01:03:31.987Z] 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-02-26T01:03:34.903Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T01:03:37.636Z] ---> package-listing.sh [2021-02-26T01:03:37.636Z] ++ facter osfamily [2021-02-26T01:03:37.636Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-26T01:03:37.935Z] + OS_FAMILY=redhat [2021-02-26T01:03:37.935Z] + workspace=/w/workspace/edgex-go/4 [2021-02-26T01:03:37.935Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-26T01:03:37.935Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-26T01:03:37.935Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-26T01:03:37.935Z] + PACKAGES=/tmp/packages_start.txt [2021-02-26T01:03:37.935Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-26T01:03:37.935Z] + PACKAGES=/tmp/packages_end.txt [2021-02-26T01:03:37.935Z] + case "${OS_FAMILY}" in [2021-02-26T01:03:37.935Z] + rpm -qa [2021-02-26T01:03:37.935Z] + sort [2021-02-26T01:03:48.414Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-26T01:03:48.414Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-26T01:03:48.414Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-26T01:03:48.414Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-26T01:03:48.414Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-02-26T01:03:48.414Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-02-26T01:03:48.433Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-26T01:03:49.008Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-26T01:03:49.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T01:03:51.966Z] [2021-02-26T01:03:51.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-26T01:03:52.923Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T01:03:53.494Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-26T01:03:53.494Z] df20fa9351a1: Pulling fs layer [2021-02-26T01:03:53.494Z] 36b3adc4ff6f: Pulling fs layer [2021-02-26T01:03:53.494Z] 8ad3a11d3b57: Pulling fs layer [2021-02-26T01:03:53.494Z] 46f8f816bc3b: Pulling fs layer [2021-02-26T01:03:53.494Z] 93b61091891f: Pulling fs layer [2021-02-26T01:03:53.494Z] 93b9cdb0e59b: Pulling fs layer [2021-02-26T01:03:53.494Z] 5e14af77c1be: Pulling fs layer [2021-02-26T01:03:53.494Z] 01666e4c0597: Pulling fs layer [2021-02-26T01:03:53.494Z] aa168da1d23b: Pulling fs layer [2021-02-26T01:03:53.494Z] 01666e4c0597: Waiting [2021-02-26T01:03:53.494Z] aa168da1d23b: Waiting [2021-02-26T01:03:53.494Z] 93b9cdb0e59b: Waiting [2021-02-26T01:03:53.494Z] 5e14af77c1be: Waiting [2021-02-26T01:03:53.494Z] 46f8f816bc3b: Waiting [2021-02-26T01:03:53.494Z] 93b61091891f: Waiting [2021-02-26T01:03:54.257Z] 36b3adc4ff6f: Verifying Checksum [2021-02-26T01:03:54.257Z] 36b3adc4ff6f: Download complete [2021-02-26T01:03:54.257Z] 46f8f816bc3b: Verifying Checksum [2021-02-26T01:03:54.257Z] 46f8f816bc3b: Download complete [2021-02-26T01:03:55.848Z] df20fa9351a1: Verifying Checksum [2021-02-26T01:03:55.848Z] df20fa9351a1: Download complete [2021-02-26T01:03:55.848Z] 93b9cdb0e59b: Verifying Checksum [2021-02-26T01:03:55.848Z] 93b9cdb0e59b: Download complete [2021-02-26T01:03:56.441Z] 93b61091891f: Verifying Checksum [2021-02-26T01:03:56.441Z] 93b61091891f: Download complete [2021-02-26T01:03:56.441Z] 5e14af77c1be: Verifying Checksum [2021-02-26T01:03:56.441Z] 5e14af77c1be: Download complete [2021-02-26T01:03:56.441Z] 01666e4c0597: Verifying Checksum [2021-02-26T01:03:56.441Z] 01666e4c0597: Download complete [2021-02-26T01:03:59.080Z] 8ad3a11d3b57: Verifying Checksum [2021-02-26T01:03:59.080Z] 8ad3a11d3b57: Download complete [2021-02-26T01:04:00.366Z] df20fa9351a1: Pull complete [2021-02-26T01:04:02.616Z] 36b3adc4ff6f: Pull complete [2021-02-26T01:04:06.680Z] 8ad3a11d3b57: Pull complete [2021-02-26T01:04:07.797Z] 46f8f816bc3b: Pull complete [2021-02-26T01:04:11.220Z] 93b61091891f: Pull complete [2021-02-26T01:04:12.062Z] 93b9cdb0e59b: Pull complete [2021-02-26T01:04:12.062Z] 5e14af77c1be: Pull complete [2021-02-26T01:04:12.441Z] 01666e4c0597: Pull complete [2021-02-26T01:04:15.338Z] aa168da1d23b: Verifying Checksum [2021-02-26T01:04:15.338Z] aa168da1d23b: Download complete [2021-02-26T01:04:38.940Z] aa168da1d23b: Pull complete [2021-02-26T01:04:38.940Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-26T01:04:38.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T01:04:38.940Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-26T01:04:40.282Z] prd-centos7-docker-4c-2g-27750 does not seem to be running inside a container [2021-02-26T01:04:40.901Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-26T01:04:44.893Z] $ docker top 880aae11f743c05f3c04d18c7388e722ba0269a15d14e4f1cae7bebb1aca354c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T01:04:46.596Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-26T01:04:48.058Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-26T01:04:49.904Z] + ls /var/log/sa-host [2021-02-26T01:04:49.904Z] + sadf -c /var/log/sa-host/sa23 [2021-02-26T01:04:49.904Z] file_magic: OK [2021-02-26T01:04:49.904Z] HZ: Using current value: 100 [2021-02-26T01:04:49.904Z] file_header: OK [2021-02-26T01:04:49.904Z] 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-02-26T01:04:49.904Z] Statistics: [2021-02-26T01:04:49.904Z] Hnuu...uuuununununu... [2021-02-26T01:04:49.904Z] File successfully converted to sysstat format version 12.2.1 [2021-02-26T01:04:49.904Z] + sadf -c /var/log/sa-host/sa26 [2021-02-26T01:04:49.904Z] file_magic: OK [2021-02-26T01:04:49.904Z] HZ: Using current value: 100 [2021-02-26T01:04:49.904Z] file_header: OK [2021-02-26T01:04:49.904Z] 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-02-26T01:04:49.904Z] Statistics: [2021-02-26T01:04:49.904Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-26T01:04:49.904Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T01:04:50.584Z] provisioning config files... [2021-02-26T01:04:51.464Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config6541622540027182395tmp [Pipeline] { [Pipeline] echo [2021-02-26T01:04:52.048Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T01:04:55.765Z] ---> create-netrc.sh [Pipeline] } [2021-02-26T01:04:55.779Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-26T01:04:55.898Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T01:04:56.673Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-26T01:04:56.740Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T01:04:57.978Z] ---> sudo-logs.sh [2021-02-26T01:04:57.978Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-26T01:04:58.419Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T01:04:59.773Z] ---> job-cost.sh [2021-02-26T01:04:59.773Z] lf-activate-venv: SKIPPING [2021-02-26T01:04:59.773Z] DEBUG: total: 0.20999999344348907 [2021-02-26T01:04:59.773Z] INFO: Retrieving Stack Cost... [2021-02-26T01:05:01.538Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T01:05:02.737Z] INFO: Archiving Costs [Pipeline] echo [2021-02-26T01:05:02.775Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T01:05:04.368Z] ---> logs-deploy.sh [2021-02-26T01:05:04.368Z] lf-activate-venv: SKIPPING [2021-02-26T01:05:04.368Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3192/4 [2021-02-26T01:05:04.368Z] INFO: archiving workspace using pattern(s): [2021-02-26T01:05:08.399Z] Archives upload complete. [2021-02-26T01:05:08.399Z] INFO: archiving logs to Nexus [2021-02-26T01:05:09.925Z] ---> uname -a: [2021-02-26T01:05:09.925Z] Linux prd-centos7-docker-4c-2g-27750.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-02-26T01:05:09.925Z] [2021-02-26T01:05:09.925Z] [2021-02-26T01:05:09.925Z] ---> lscpu: [2021-02-26T01:05:09.925Z] Architecture: x86_64 [2021-02-26T01:05:09.925Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-26T01:05:09.925Z] Byte Order: Little Endian [2021-02-26T01:05:09.925Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-26T01:05:09.925Z] CPU(s): 4 [2021-02-26T01:05:09.925Z] On-line CPU(s) list: 0-3 [2021-02-26T01:05:09.925Z] Thread(s) per core: 1 [2021-02-26T01:05:09.925Z] Core(s) per socket: 1 [2021-02-26T01:05:09.925Z] Socket(s): 4 [2021-02-26T01:05:09.925Z] NUMA node(s): 1 [2021-02-26T01:05:09.925Z] Vendor ID: GenuineIntel [2021-02-26T01:05:09.925Z] CPU family: 6 [2021-02-26T01:05:09.925Z] Model: 44 [2021-02-26T01:05:09.925Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-26T01:05:09.925Z] Stepping: 1 [2021-02-26T01:05:09.925Z] CPU MHz: 2933.438 [2021-02-26T01:05:09.925Z] BogoMIPS: 5866.87 [2021-02-26T01:05:09.925Z] Virtualization: VT-x [2021-02-26T01:05:09.925Z] Hypervisor vendor: KVM [2021-02-26T01:05:09.925Z] Virtualization type: full [2021-02-26T01:05:09.925Z] L1d cache: 128 KiB [2021-02-26T01:05:09.925Z] L1i cache: 128 KiB [2021-02-26T01:05:09.925Z] L2 cache: 16 MiB [2021-02-26T01:05:09.925Z] L3 cache: 64 MiB [2021-02-26T01:05:09.925Z] NUMA node0 CPU(s): 0-3 [2021-02-26T01:05:09.925Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-26T01:05:09.925Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-26T01:05:09.925Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-26T01:05:09.925Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-26T01:05:09.925Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-26T01:05:09.925Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-26T01:05:09.925Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-26T01:05:09.925Z] Vulnerability Srbds: Not affected [2021-02-26T01:05:09.925Z] Vulnerability Tsx async abort: Not affected [2021-02-26T01:05:09.925Z] 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-02-26T01:05:09.925Z] [2021-02-26T01:05:09.925Z]